Enum PropertyViewOptions
- Namespace
- Microsoft.WindowsAPICodePack.Shell.PropertySystem
- Assembly
- Microsoft.WindowsAPICodePack.Shell.dll
Associates property names with property description list strings.
[Flags]
public enum PropertyViewOptions
Fields
BeginNewGroup = 4
The property is shown as the beginning of the next collection of properties in the view.
CanWrap = 4096
The property is wrapped to the next row.
CenterAlign = 1
The property is centered.
FillArea = 8
The remainder of the view area is filled with the content of this property.
Hidden = 2048
The property is not displayed as a column in the UI.
HideLabel = 512
The label is hidden if the view is normally inclined to show the label.
MaskAll = CenterAlign | RightAlign | BeginNewGroup | FillArea | SortDescending | ShowOnlyIfPresent | ShowByDefault | ShowInPrimaryList | ShowInSecondaryList | HideLabel
A mask used to retrieve all flags.
None = 0
The property is shown by default.
RightAlign = 2
The property is right aligned.
ShowByDefault = 64
The property is shown by default in a view (where applicable).
ShowInPrimaryList = 128
The property is shown by default in primary column selection user interface (UI).
ShowInSecondaryList = 256
The property is shown by default in secondary column selection UI.
ShowOnlyIfPresent = 32
The property is only shown if it is present.
SortDescending = 16
The property is reverse sorted if it is a property in a list of sorted properties.