public class ButtonsMetaData
Public Class ButtonsMetaData
public ref class ButtonsMetaData
type ButtonsMetaData = class end
ButtonsMetaData() | Protected constructor of the ButtonsMetaData. |
ButtonsMetaData(IBitmap) | Constructor of the ButtonsMetaData with a specified image. |
ButtonsMetaData(String) | Constructor of the ButtonsMetaData with a specified text. |
ButtonsMetaData(String[], Size) | Constructor of the ButtonsMetaData with a specified SVG image. |
Action | Action to perform on the toolbar button clicked. |
Description | Description of the toolbar button. |
Image | Bitmap image specified for the button or autogenerated image from he SVG path, if set. |
IsVectorImage | Determines if the button is represented in UI by the vector image. |
ShortCut | Keyboard shortcut registered for the toolbar button. |
Size | Size of the toolbar button. |
SvgImage | Correctly formed SVG string based on the specified SVG path. |
Text | Text representation of the toolbar button. |
ToolTip | ToolTip of the toolbar button. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString | Returns a string that represents the current object. (Inherited from Object) |