Table of Contents

Enum PropertyGridEditableState

Namespace
Alternet.UI
Assembly
Alternet.UI.Interfaces.dll

Flags for save/restore of the editable state of the property grid control.

[Flags]
public enum PropertyGridEditableState

Fields

AllStates = SelectionState | ExpandedState | ScrollPosState | PageState | SplitterPosState | DescBoxState

Include all supported user editable state information. This is usually the default value.

DescBoxState = 32

Include description box size. Only applies to wxPropertyGridManager.

ExpandedState = 2

Include expanded/collapsed property information.

PageState = 8

Include selected page information. Only applies to wxPropertyGridManager.

ScrollPosState = 4

Include scrolled position.

SelectionState = 1

Include selected property.

SplitterPosState = 16

Include splitter position. Stored for each page.

Remarks

This enumeration supports a bitwise combination of its member values.