Name | Description | |
---|---|---|
AllowDrop | Gets or sets whether this widget can be used as the target of a drag-and-drop operation | |
AllowFocus | Gets or sets whether this widget can be focused | |
AllowMouseCapture | Gets or sets whether this widget can capture the mouse | |
AllowTouchCapture | Gets or sets whether this element can capture the touch | |
Commander | Gets/set the element commander. | |
Cursor | Gets or sets the cursor | |
DisplayWindow | Gets the window in which the input node is displayed | |
Enabled | Gets or sets whether this element is enabled in the UI or not. If a local value has not been set to this property, its value will be inherited by an ancestor element. | |
Interactor | Gets/set the element interactor. | |
IsDisabled | Gets whether this element is disabled. The local value of this property is automatically set to true, when the computed value of the Enabled property is false. The local value of this property is automatically cleared to its default false, when the computed value of the Enabled property is true. In this way you can select disabled widgets via styling, by using the ValueEqualsCondition | |
IsFocused | Determines whether this element has keyboard focus | |
IsMouseCaptured | Determines whether this element has captured the mouse | |
OwnerDesktop | Gets the Desktop in which this element resides. | |
TabIndex | Gets or sets the index of the element in the tab navigation list. | |
TabStop | Gets or sets whether the element is included in the tab navigation or not | |
Tooltip | Gets or sets the tooltip |