UIX_TreeStyleFlags Enumeration

From PDF XChange PDF SDK
Revision as of 15:54, 24 November 2015 by Socrat (Talk | contribs)

Jump to: navigation, search


Specifies flags for Tree control.

Syntax

enum UIX_TreeStyleFlags
{
    UIX_TreeStyle_MultSel                = 256,
    UIX_TreeStyle_UpdateAllOnResize      = 512,
    UIX_TreeStyle_KeepSel                = 1024,
    UIX_TreeStyle_ShowCheckBoxes         = 2048,
    UIX_TreeStyle_ExternalCheckStates    = 4096,
    UIX_TreeStyle_AlwaysShowRootsToggles = 8192,
    UIX_TreeStyle_FullRowSel             = 16384,
    UIX_TreeStyle_ExternalSelection      = 32768,
    UIX_TreeStyle_GridLines              = 65536,
    UIX_TreeStyle_ThreeChecks            = 131072,
    UIX_TreeStyle_SmallIndent            = 262144,
};

Constants

UIX_TreeStyle_MultSel
Allows to have multiply items selected.
UIX_TreeStyle_UpdateAllOnResize
The ...
UIX_TreeStyle_KeepSel
When set, selected items will be highlighted even when the tree control has no input focus. In that case items will be highlighted with color used for inactive items.
UIX_TreeStyle_ShowCheckBoxes
Enables check boxes for items in a tree control.
UIX_TreeStyle_ExternalCheckStates
If set, tree control will use callback functions OnGetItemCheckState and OnSetItemCheckState to get/set state of items' check boxes. Requires flag UIX_TreeStyle_ShowCheckBoxes to be set as well.
UIX_TreeStyle_AlwaysShowRootsToggles
The ...
UIX_TreeStyle_FullRowSel
Enables full row selection in the tree control. The entire row of the selected item is highlighted.
UIX_TreeStyle_ExternalSelection
The ...
UIX_TreeStyle_GridLines
The ...
UIX_TreeStyle_ThreeChecks
Allows three-state check boxes for items. Requires flag UIX_TreeStyle_ShowCheckBoxes to be set as well.
UIX_TreeStyle_SmallIndent
The ...