UIX_LabelStyleFlags Enumeration

From PDF XChange PDF SDK
Revision as of 07:16, 20 March 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Specifies the ...

Syntax

enum UIX_LabelStyleFlags
{
    UIX_LabelStyle_CheckBox = 256;
    UIX_LabelStyle_RadioBox = 512;
    UIX_LabelStyle_ThreeCheck = 1024;
    UIX_LabelStyle_PlainTags = 2048;
    UIX_LabelStyle_NoDrawStringCache = 4096;
    UIX_LabelStyle_TextBold = 8192;
    UIX_LabelStyle_TextLarge = 16384;
    UIX_LabelStyle_TextExtraLarge = 32768;
    UIX_LabelStyle_HandCursor = 65536;
    UIX_LabelStyle_OpaqueHitTest = 131072;
};

Constants

UIX_LabelStyle_CheckBox
The ...
UIX_LabelStyle_RadioBox
The ...
UIX_LabelStyle_ThreeCheck
The ...
UIX_LabelStyle_PlainTags
The ...
UIX_LabelStyle_NoDrawStringCache
The ...
UIX_LabelStyle_TextBold
The ...
UIX_LabelStyle_TextLarge
The ...
UIX_LabelStyle_TextExtraLarge
The ...
UIX_LabelStyle_HandCursor
The ...
UIX_LabelStyle_OpaqueHitTest
The ...

See Also

See also ...