BaseActionButton Class |
Namespace: Colygon.MatchPoint.Core.DataProviders
[SerializableAttribute] public abstract class BaseActionButton
The BaseActionButton type exposes the following members.
Name | Description | |
---|---|---|
BaseActionButton | Initializes a new instance of the BaseActionButton class |
Name | Description | |
---|---|---|
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.) | |
GetDefaultCaption | ||
GetDefaultImage | ||
GetDefaultImage32 | ||
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.) |
Name | Description | |
---|---|---|
Caption | Defines the caption of the button. Following expression variables are available: 'Template' in Workspace- and 'List' in List Data Providers. | |
ImageUrl | Defines the image shown in the ribbon button. Should be 32px x 32px. | |
SmallImageUrl | Defines the image shown in the ribbon button. Should be 10px x 10px. |