Enum PropertyGridEditableState
Flags for save/restore of the editable state of the property grid control.
[Flags]
public enum PropertyGridEditableState
Fields
AllStates = SelectionState | ExpandedState | ScrollPosState | PageState | SplitterPosState | DescBoxStateInclude all supported user editable state information. This is usually the default value.
DescBoxState = 32Include description box size. Only applies to wxPropertyGridManager.
ExpandedState = 2Include expanded/collapsed property information.
PageState = 8Include selected page information. Only applies to wxPropertyGridManager.
ScrollPosState = 4Include scrolled position.
SelectionState = 1Include selected property.
SplitterPosState = 16Include splitter position. Stored for each page.
Remarks
This enumeration supports a bitwise combination of its member values.