UIX_ColorPickerStyleFlags Enumeration

From PDF XChange PDF SDK
Revision as of 12:15, 26 May 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_ColorPickerStyleFlags
{
    UIX_ColorPickerStyle_NoMoreColors      = 256,
    UIX_ColorPickerStyle_NoStdColors       = 512,
    UIX_ColorPickerStyle_NoCustomColors    = 1024,
    UIX_ColorPickerStyle_ShowAuto          = 2048,
    UIX_ColorPickerStyle_ShowDefault       = 4096,
    UIX_ColorPickerStyle_ShowNone          = 8192,
    UIX_ColorPickerStyle_HideRGBColors     = 16384,
    UIX_ColorPickerStyle_ShowCMYKColors    = 32768,
    UIX_ColorPickerStyle_ShowGrayColors    = 65536,
    UIX_ColorPickerStyle_Stroke            = 131072,
    UIX_ColorPickerStyle_LocalCustomColors = 262144,
};

Constants

UIX_ColorPickerStyle_NoMoreColors
The ...
UIX_ColorPickerStyle_NoStdColors
The ...
UIX_ColorPickerStyle_NoCustomColors
The ...
UIX_ColorPickerStyle_ShowAuto
The ...
UIX_ColorPickerStyle_ShowDefault
The ...
UIX_ColorPickerStyle_ShowNone
The ...
UIX_ColorPickerStyle_HideRGBColors
The ...
UIX_ColorPickerStyle_ShowCMYKColors
The ...
UIX_ColorPickerStyle_ShowGrayColors
The ...
UIX_ColorPickerStyle_Stroke
The ...
UIX_ColorPickerStyle_LocalCustomColors
The ...