IUIX_Label Interface

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IUIX_Label Interface}}
 
{{#customTitle:IUIX_Label Interface}}
 
{{#parentPage:PXV:UIX_Interfaces|IUIX_Label|interface}}
 
{{#parentPage:PXV:UIX_Interfaces|IUIX_Label|interface}}
{{ToReview}}
+
 
  
 
'''IUIX_Label''' is an interface of UI ''text label'' object.
 
'''IUIX_Label''' is an interface of UI ''text label'' object.

Revision as of 11:42, 16 June 2015


IUIX_Label is an interface of UI text label object.

Object can be created with UIX_LabelStyleFlags options. In particular, checkboxes and combo buttons are created via IUIX_Label interface with appropriate flags from UIX_LabelStyleFlags enumeration specified.

IUIX_Label extends IUIX_ObjImpl interface.

Properties

DrawTextFlags NotifyTarget Text Tooltip
Font State TextColor

See Also

IUIX_Inst::CreateLabel, IUIX_Tooltip::FooterLabel, IUIX_Tooltip::HeaderLabel, IUIX_Tooltip::Label