UIX_CmdPaneStyleFlags 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:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:UIX_CmdPaneStyleFlags Enumeration}}
 
{{#customTitle:UIX_CmdPaneStyleFlags Enumeration}}
Line 37: Line 38:
  
 
== See Also ==
 
== See Also ==
See also ...
+
...

Revision as of 08:22, 20 May 2015


Specifies the ...

Syntax

enum UIX_CmdPaneStyleFlags
{
    UIX_CmdPaneStyle_Minimized     = 256,
    UIX_CmdPaneStyle_NoToggleBtn   = 512,
    UIX_CmdPaneStyle_LinesNoResize = 1024,
    UIX_CmdPaneStyle_LinesNoToggle = 4096,
    UIX_CmdPaneStyle_Customizable  = 8192,
    UIX_CmdPaneStyle_Hidden        = 65536,
    UIX_CmdPaneStyle_Docked        = 131072,
};

Constants

UIX_CmdPaneStyle_Minimized
The ...
UIX_CmdPaneStyle_NoToggleBtn
The ...
UIX_CmdPaneStyle_LinesNoResize
The ...
UIX_CmdPaneStyle_LinesNoToggle
The ...
UIX_CmdPaneStyle_Customizable
The ...
UIX_CmdPaneStyle_Hidden
The ...
UIX_CmdPaneStyle_Docked
The ...

See Also

...