Click or drag to resize

ButtonSpecViewAppButton Methods

The ButtonSpecViewAppButton type exposes the following members.

Methods
 NameDescription
Public methodCreateController Create a button controller for the view.
(Overrides ButtonSpecViewCreateController(ViewDrawButton, NeedPaintHandler, MouseEventHandler))
Public methodDestruct Destruct the previously created views.
(Inherited from ButtonSpecView)
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.
(Inherited from ButtonSpecView)
Public methodGetImageTransparentColor Gets the content image transparent color.
(Inherited from ButtonSpecView)
Public methodGetLongText Gets the content long text.
(Inherited from ButtonSpecView)
Public methodGetShortText Gets the content short text.
(Inherited from ButtonSpecView)
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.
(Overrides ButtonSpecViewOnFinishDelegate(Object, EventArgs))
Public methodPerformNeedPaint Requests a repaint and optional layout be performed.
(Inherited from ButtonSpecView)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodUpdateButtonStyle Update the button style to reflect new button style setting.
(Inherited from ButtonSpecView)
Public methodUpdateChecked Update view button to reflect new button checked setting.
(Inherited from ButtonSpecView)
Public methodUpdateEnabled Update view button to reflect new button enabled setting.
(Inherited from ButtonSpecView)
Public methodUpdateVisible Update view button to reflect new button visible setting.
(Inherited from ButtonSpecView)
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