Enum PropertyGridCreateStyleEx
Defines extended options which can be specified when property grid control is created.
[Flags]
public enum PropertyGridCreateStyleEx
Fields
AutoUnspecifiedValues = 2097152Set this style to let user have ability to set values of properties to unspecified state. Same as setting PropAutoUnspecified for all properties.
DefaultStyle = 0Default style.
EnableTlpTracking = 67108864This enables top-level window tracking which allows control to notify the application of last-minute property value changes by user. This style is not enabled by default because it may cause crashes when wxPropertyGrid is used in with wxAUI or similar system. Note: If you are not in fact using any system that may change wxPropertyGrid's top-level parent window on its own, then you are recommended to enable this style.
HelpAsTooltips = 65536Show property help strings as tool tips instead as text on the status bar. You can set the help strings using SetPropertyHelpString member function.
HidePageButtons = 16777216Hides page selection buttons from toolbar.
InitNoCat = 4096ModeButtons = 32768Shows alphabetic/categoric mode buttons from toolbar.
MultipleSelection = 33554432Allows multiple properties to be selected by user (by pressing SHIFT when clicking on a property, or by dragging with left mouse button down).
NativeDoubleBuffering = 524288Allows relying on native double-buffering.
NoFlatToolbar = 8192Extended window style that sets PropertyGridManager toolbar to not use flat style.
NoToolbarDivider = 134217728Don't show divider above toolbar, on Windows.
ToolbarSeparator = 268435456Show a separator below the toolbar.
Remarks
This enumeration supports a bitwise combination of its member values.