Click or drag to resize

DeleteButton Class

Action button configuration, with default values for a delete button.
Inheritance Hierarchy

Namespace:  Colygon.MatchPoint.Core.DataProviders
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
[SerializableAttribute]
public sealed class DeleteButton : BaseActionButton

The DeleteButton type exposes the following members.

Constructors
  NameDescription
Public methodDeleteButton
Initializes a new instance of the DeleteButton class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldCaption
Defines the caption of the button. Following expression variables are available: 'Template' in Workspace- and 'List' in List Data Providers.
(Inherited from BaseActionButton.)
Public fieldImageUrl
Defines the image shown in the ribbon button. Should be 32px x 32px.
(Inherited from BaseActionButton.)
Public fieldSmallImageUrl
Defines the image shown in the ribbon button. Should be 10px x 10px.
(Inherited from BaseActionButton.)
Top
Remarks
This is a MatchPoint configuration class.
See Also