UiCommand Members
The UiCommand type exposes the following members.
Methods
Name | Description | |
---|---|---|
FireGotFocusEvent |
Fires the got focus event.
|
|
FireLostFocusEvent |
Fires the lost focus event.
|
|
SetFocus |
Sets the focus.
|
Properties
Name | Description | |
---|---|---|
Caption |
Gets or sets the caption.
|
|
IsEnabled |
Gets or sets a value indicating whether this instance is enabled.
|
|
IsFocused |
Gets a value indicating whether this instance is focused.
|
|
IsReadOnly |
Gets or sets a value indicating whether this instance is read only.
|
|
Visibility |
Gets or sets the visibility.
|
Events
Name | Description | |
---|---|---|
GotFocus |
Occurs when [got focus].
|
|
LostFocus |
Occurs when [lost focus].
|
|
OnSetFocus |
Occurs when [on set focus].
|
|
SetCaption |
Occurs when [set caption].
|
|
SetEnabled |
Occurs when [set enabled].
|
|
SetReadOnly |
Occurs when [set read only].
|
|
SetVisibility |
Occurs when [set visibility].
|