ButtonsMetaData Class

Description of the toolbox button.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public class ButtonsMetaData
Inheritance
Object    ButtonsMetaData

Constructors

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.

Properties

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.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also