IUIX_Label Interface

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Label Interface}}
 
{{#customTitle:IUIX_Label Interface}}
{{#parentPage:PXV:UIX_Interfaces|IUIX_Label Interface|interface}}
+
{{#parentPage:PXV:UIX_Interfaces|IUIX_Label|interface}}
 
{{ToReview}}
 
{{ToReview}}
  

Revision as of 10:02, 23 May 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