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 methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes 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 methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates 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 methodToStringReturns 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
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also