UIX_LayoutItemStyleFlags Enumeration

From PDF XChange PDF SDK
Revision as of 07:03, 23 April 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


Specifies the ...

Syntax

enum UIX_LayoutItemStyleFlags
{
    UIX_LayoutItemStyle_NoClose            = 1;
    UIX_LayoutItemStyle_NoDock             = 2;
    UIX_LayoutItemStyle_NoFloat            = 4;
    UIX_LayoutItemStyle_NoDropTarget       = 8;
    UIX_LayoutItemStyle_NoCaption          = 16;
    UIX_LayoutItemStyle_FixedSize          = 32;
    UIX_LayoutItemStyle_NoRootGaps         = 64;
    UIX_LayoutItemStyle_NoPaneGaps         = 128;
    UIX_LayoutItemStyle_NoTabBar           = 256;
    UIX_LayoutItemStyle_HideOneTab         = 512;
    UIX_LayoutItemStyle_TabBarBottom       = 1024;
    UIX_LayoutItemStyle_HideCloseTabsBtn   = 2048;
    UIX_LayoutItemStyle_CloseActiveTabBtn  = 4096;
    UIX_LayoutItemStyle_TabsNoScroll       = 8192;
    UIX_LayoutItemStyle_NoTabBarGripperBtn = 16384;
    UIX_LayoutItemStyle_AddNewTabBtn       = 32768;
    UIX_LayoutItemStyle_ShowSortedTabsBtn  = 65536;
    UIX_LayoutItemStyle_ShowTabsThumbsBtn  = 131072;
    UIX_LayoutItemStyle_TabsNoReorder      = 262144;
    UIX_LayoutItemStyle_Splitted           = 33554432;
    UIX_LayoutItemStyle_VertSplitters      = 67108864;
};

Constants

UIX_LayoutItemStyle_NoClose
The ...
UIX_LayoutItemStyle_NoDock
The ...
UIX_LayoutItemStyle_NoFloat
The ...
UIX_LayoutItemStyle_NoDropTarget
The ...
UIX_LayoutItemStyle_NoCaption
The ...
UIX_LayoutItemStyle_FixedSize
The ...
UIX_LayoutItemStyle_NoRootGaps
The ...
UIX_LayoutItemStyle_NoPaneGaps
The ...
UIX_LayoutItemStyle_NoTabBar
The ...
UIX_LayoutItemStyle_HideOneTab
The ...
UIX_LayoutItemStyle_TabBarBottom
The ...
UIX_LayoutItemStyle_HideCloseTabsBtn
The ...
UIX_LayoutItemStyle_CloseActiveTabBtn
The ...
UIX_LayoutItemStyle_TabsNoScroll
The ...
UIX_LayoutItemStyle_NoTabBarGripperBtn
The ...
UIX_LayoutItemStyle_AddNewTabBtn
The ...
UIX_LayoutItemStyle_ShowSortedTabsBtn
The ...
UIX_LayoutItemStyle_ShowTabsThumbsBtn
The ...
UIX_LayoutItemStyle_TabsNoReorder
The ...
UIX_LayoutItemStyle_Splitted
The ...
UIX_LayoutItemStyle_VertSplitters
The ...

See Also

See also ...