EditorButton Members
In This Article
#Constructors
#Properties
Name | Description |
---|---|
Appearance | Provides access to the button’s appearance settings. |
Appearance |
Provides access to the appearance settings applied when the current button is disabled. |
Appearance |
Provides access to the appearance settings applied when the mouse pointer passes over the current button. |
Appearance |
Provides access to the appearance settings applied when the current button is clicked. |
Caption | Gets or sets the caption text of the editor button. |
Collection | Gets the buttons collection that owns the current button. |
Command |
Gets or sets the ICommand whose ExecuteClick event is invoked.
|
Command |
Gets or sets the parameter that is passed to the command specified by the Command property.
|
Draw |
Gets or sets whether a selected Editor |
Enabled | Gets or sets the Boolean value that determines whether a user can perform actions on the current editor button. |
Enable |
Gets or sets whether specific colors in the button’s image are transparent, when displayed. This property is obsolete. Use the Editor property instead.
|
Glyph |
Obsolete. Gets or sets the glyph alignment relative to its caption. This property is obsolete. Use the Editor property instead.
|
Image | Gets or sets a custom image to display on the button. |
Image |
Obsolete. Gets or sets the alignment of the image displayed within the button. This member is obsolete. Use the Editor property instead.
|
Image |
Specifies the position of the button’s image relative to the text. This member is obsolete. Use the Editor property instead.
|
Image |
Provides access to all properties that allow you to assign and customize an icon for this Editor |
Image |
This member supports the internal infrastructure, and is not intended to be used directly from your code. |
Image |
This member supports the internal infrastructure, and is not intended to be used directly from your code. |
Image |
Gets or sets the uniform resource identifier of the image in the DX Image Gallery displayed in the current button. A specific version of the addressed image is automatically chosen based on the app context (the current skin and required image size). |
Index | Gets the button’s position within the owning collection. |
Is |
Gets or sets whether the button is the default button. |
Is |
Gets or sets the location of the button within the current Button |
Kind | Gets or sets the type of image to display within the button. |
Shortcut | Gets or sets a shortcut used to activate the button’s functionality. |
Super |
Gets or sets a Super |
Tag | Gets or sets a value that identifies the current button. |
Tool |
Gets or sets the button’s regular tooltip. |
Tool |
Gets or sets whether the tooltip is anchored relative to the mouse pointer or the button. |
Visible | Gets or sets the visibility status of the current button. |
Width | Gets or sets the button’s width. |
#Methods
Name | Description |
---|---|
Assign |
Copies all properties of the specified button to the current Editor |
Bind |
Uses the command selector to find an appropriate parameterized command in the source and bind it to this Editor |
Bind |
Binds the specific parameterized command to this Editor |
Bind |
Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this Editor |
Dispose() |
Releases all unmanaged resources used by an Editor |
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. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Perform |
Raises the Editor |
Raise |
Raises the Editor |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reset() | Reverts the button’s properties to its default values. |
Reset |
Removes the Super |
To |
Returns the text representation of the current object. |
#Events
Name | Description |
---|---|
Changed | Occurs when the properties defining the button’s look and feel are changed. |
Click | Occurs when the current editor button is clicked. |
Command |
Occurs when the Can |
Command |
Occurs after the value of the Command property has changed. |
Command |
Occurs after the value of the Command |
See Also