UIX_StdColor Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:UIX_StdColor Enumeration}}
 
{{#customTitle:UIX_StdColor Enumeration}}
 +
{{#parentPage:PXV:UIX|UIX_StdColor Enumeration|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 10:
 
<pre class="brush:cpp;gutter:false">enum UIX_StdColor
 
<pre class="brush:cpp;gutter:false">enum UIX_StdColor
 
{
 
{
     UIX_StdColor_Base = 0;
+
     UIX_StdColor_Base           = 0;
     UIX_StdColor_BaseLight = 1;
+
     UIX_StdColor_BaseLight       = 1;
     UIX_StdColor_BaseDark = 2;
+
     UIX_StdColor_BaseDark       = 2;
     UIX_StdColor_Window = 3;
+
     UIX_StdColor_Window         = 3;
     UIX_StdColor_CtlBg = 4;
+
     UIX_StdColor_CtlBg           = 4;
     UIX_StdColor_Text = 5;
+
     UIX_StdColor_Text           = 5;
     UIX_StdColor_GrayText = 6;
+
     UIX_StdColor_GrayText       = 6;
     UIX_StdColor_DlgGrayText = 7;
+
     UIX_StdColor_DlgGrayText     = 7;
 
     UIX_StdColor_DlgSemiGrayText = 8;
 
     UIX_StdColor_DlgSemiGrayText = 8;
     UIX_StdColor_CtlGrayText = 9;
+
     UIX_StdColor_CtlGrayText     = 9;
     UIX_StdColor_CtlSel = 10;
+
     UIX_StdColor_CtlSel         = 10;
     UIX_StdColor_CtlSelInactive = 11;
+
     UIX_StdColor_CtlSelInactive = 11;
     UIX_StdColor_CtlHot = 12;
+
     UIX_StdColor_CtlHot         = 12;
     UIX_StdColor_Tip = 13;
+
     UIX_StdColor_Tip             = 13;
     UIX_StdColor_TipLight = 14;
+
     UIX_StdColor_TipLight       = 14;
     UIX_StdColor_CueText = 15;
+
     UIX_StdColor_CueText         = 15;
     UIX_StdColor_Header = 16;
+
     UIX_StdColor_Header         = 16;
     UIX_StdColor_HeaderDisabled = 17;
+
     UIX_StdColor_HeaderDisabled = 17;
     UIX_StdColor_MainBg = 18;
+
     UIX_StdColor_MainBg         = 18;
     UIX_StdColor_DlgBg = 19;
+
     UIX_StdColor_DlgBg           = 19;
     UIX_StdColor_PgBg = 20;
+
     UIX_StdColor_PgBg           = 20;
     _UIX_StdColor_End_ = 21;
+
     _UIX_StdColor_End_           = 21;
 
};
 
};
 
</pre>
 
</pre>

Revision as of 07:04, 23 April 2015


Specifies the ...

Syntax

enum UIX_StdColor
{
    UIX_StdColor_Base            = 0;
    UIX_StdColor_BaseLight       = 1;
    UIX_StdColor_BaseDark        = 2;
    UIX_StdColor_Window          = 3;
    UIX_StdColor_CtlBg           = 4;
    UIX_StdColor_Text            = 5;
    UIX_StdColor_GrayText        = 6;
    UIX_StdColor_DlgGrayText     = 7;
    UIX_StdColor_DlgSemiGrayText = 8;
    UIX_StdColor_CtlGrayText     = 9;
    UIX_StdColor_CtlSel          = 10;
    UIX_StdColor_CtlSelInactive  = 11;
    UIX_StdColor_CtlHot          = 12;
    UIX_StdColor_Tip             = 13;
    UIX_StdColor_TipLight        = 14;
    UIX_StdColor_CueText         = 15;
    UIX_StdColor_Header          = 16;
    UIX_StdColor_HeaderDisabled  = 17;
    UIX_StdColor_MainBg          = 18;
    UIX_StdColor_DlgBg           = 19;
    UIX_StdColor_PgBg            = 20;
    _UIX_StdColor_End_           = 21;
};

Constants

UIX_StdColor_Base
The ...
UIX_StdColor_BaseLight
The ...
UIX_StdColor_BaseDark
The ...
UIX_StdColor_Window
The ...
UIX_StdColor_CtlBg
The ...
UIX_StdColor_Text
The ...
UIX_StdColor_GrayText
The ...
UIX_StdColor_DlgGrayText
The ...
UIX_StdColor_DlgSemiGrayText
The ...
UIX_StdColor_CtlGrayText
The ...
UIX_StdColor_CtlSel
The ...
UIX_StdColor_CtlSelInactive
The ...
UIX_StdColor_CtlHot
The ...
UIX_StdColor_Tip
The ...
UIX_StdColor_TipLight
The ...
UIX_StdColor_CueText
The ...
UIX_StdColor_Header
The ...
UIX_StdColor_HeaderDisabled
The ...
UIX_StdColor_MainBg
The ...
UIX_StdColor_DlgBg
The ...
UIX_StdColor_PgBg
The ...
_UIX_StdColor_End_
The ...

See Also

See also ...