UICommand Members
In This Article
#Constructors
Name | Description |
---|---|
UICommand() | Initializes a new instance of the UICommand class with the default settings. |
UICommand |
Initializes a new instance of the UICommand class with specified settings. |
UICommand |
Initializes a new instance of the UICommand class with specified settings. |
UICommand |
Initializes a new instance of the UICommand class with specified settings. |
UICommand |
Initializes a new instance of the UICommand class with specified settings. |
#Properties
Name | Description |
---|---|
Actual |
For internal use only. |
Alignment | Gets or sets the dialog button’s horizontal alignment. |
Allow |
Gets or sets a value that indicates whether the dialog button is the close button. |
Async |
Gets or sets how the dialog button indicates executed asynchronous operations. |
Caption | Gets or sets the text displayed within the dialog button. |
Command | Gets or sets the command to invoke when the dialog button is clicked. |
Glyph | Gets or sets the image displayed in the dialog button. |
Glyph |
Gets or sets the dialog button’s image alignment. |
Id | Gets or sets the identifier of the dialog button. |
Is |
Gets or sets a value that indicates whether the dialog button is the cancel button. |
Is |
Gets or sets a value that indicates whether the dialog button is the default button. |
Placement | Gets or sets the dialog button alignment. |
Tag | Gets or sets the data associated with the dialog button. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Generate |
For internal use. |
Generate |
For internal use. |
Generate |
For internal use. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Returns the name of a property identified by a lambda expression.
Inherited from Bindable |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Property |
Occurs when a property value changes.
Inherited from Bindable |
See Also