Click or drag to resize

ButtonSpecView Methods

The ButtonSpecView type exposes the following members.

Methods
  NameDescription
Public methodCreateController
Create a button controller for the view.
Public methodDestruct
Destruct the previously created views.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetImage
Gets the content image.
Public methodGetImageTransparentColor
Gets the content image transparent color.
Public methodGetLongText
Gets the content long text.
Public methodGetShortText
Gets the content short text.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnFinishDelegate
Processes the finish of the button being pressed.
Public methodPerformNeedPaint
Requests a repaint and optional layout be performed.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdateButtonStyle
Update the button style to reflect new button style setting.
Public methodUpdateChecked
Update view button to reflect new button checked setting.
Public methodUpdateEnabled
Update view button to reflect new button enabled setting.
Public methodUpdateVisible
Update view button to reflect new button visible setting.
Top
Extension Methods
See Also