'Declaration Public Enum RoleState Inherits System.Enum
public enum RoleState : System.Enum
Member | Description |
---|---|
Active | The object represents an item with focus |
ActiveCell | The object is associated with an ActiveCell. |
ActivePreviewPage | This thumbnail page is active in the associated print preview control. |
AddRow | This object is part of or associated with an add-row. |
AlternateEmptyRow | The object is part of or associated with an alternate empty row. |
AlternateItem | This object is part of or associated with an item that's alternate. This is analogous to RowAlternateAppearance of the UltraGrid, and the alternate month appearances of WinSchedule's UltraCalendarLook component. |
Busy | The object is busy, waiting for something. |
CardView | The object is in card-view mode. |
Checked | Check state of checked. |
Collapsed | The object is in collapsed state. Note that this state applies to only select few roles. Most roles support only the Expanded state, and not this state. |
DataError | The object currently has data error. This typically applies to a cell. |
DragOver | Something is being dragged over the object |
EditMode | The object is currently in edit mode |
EmptyRow | The object is part of or associated with an empty row. |
Expanded | This object is expanded. |
FilteredIn | The object is part of or associated with a row that passed filter criteria when using filter row functionality. |
FilteredOut | The object is part of or associated with a row that did not pass filter criteria when using filter row functionality. |
FilterRow | The object is part of or associated with a filter row. |
FixedColumn | This object is part of or associated with a fixed column. See grid's fixed column functionality. |
FixedRow | This object is part of or associated with a fixed row. See grid's fixed row functionality. |
Floating | This object is on a floating window. |
Focused | The associated control is focused. |
FormulaError | The object currently has formula error. This typically applies to cells of a formula column. |
GroupByColumn | This object is part of or associated with a group-by column. |
GroupByRow | This object is part of or associated with a group-by row. |
HasActiveFilters | This state applies to filter row and filter cell that has active filter conditions. |
HasActivity | This object has activity, for example, a day with appointments, notes or holidays in WinSchedule. |
Horizontal | This object is in a horizontal orientation. |
HotTracked | The mouse is currently over the object |
HotTrackedIndirectly | The object is not HotTracked directly, but is HotTracked because it is associated with another item which is HotTracked. |
HotTrackedPressed | The object is hottracked while being pressed. |
HotTrackExpanded | The object is expanded and the mouse is currently over it. |
HotTrackSelected | The object is selected and the mouse is currently over it. |
Indeterminate | Check state of Indeterminate. |
MergedCell | This object is part of or associated with a merged cell. |
Normal | The object is in its default state |
Pressed | The object is currently pressed |
PressedSelected | The object is selected but still pressed. |
ReadOnly | The editor is read-only. |
RecentlyUsed | This object has been recently used. |
RowHotTracked | This object is part of or associated with a row that's currently hot-tracked. |
Selected | The object is selected |
SelectedCell | The object is associated with a selected cell. |
TemplateAddRow | This object is part of or associated with a template add-row. |
Unchecked | Check state of unchecked. |
Vertical | This object is in a vertical orientation. |
VisitedLink | This state represents a link that has already been visibled. |
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2