ButtonBase
Wisej.Web.ButtonBase
Last updated
Was this helpful?
Wisej.Web.ButtonBase
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Implements the basic functionality common to button controls.
Initializes a new instance of the class.
: Returns or sets a value indicating that the control can display HTML in the Text property. (Default: False
)
Newlines (CRLF) are converted to <BR/> when is false, or when is true and the text doesn't contain any HTML.
Throws:
Represents a button control.
Represents a check box control.
Represents a split button control.
Bindable components implement this interface.
Controls that support drag & drop operations implement this interface.
Provides access to common image properties across the controls that implement this interface.
All wisej components implement this interface.
Allows an object to serialize itself.
: Returns or sets whether the ellipsis character (...) appears at the right edge of the button, denoting that the text extends beyond the size of the button. (Default: False
)
: Returns or sets whether the application blocks the browser with a modal mask when this button is clicked and until the server is done processing the execution request. (Default: False
)
blocks the entire browser as soon as the button is clicked since it's implemented on the client side, while blocks the specific widget when returning from the request.
: Returns or sets a value that indicates whether the control resizes based on its contents. (Default: False
)
: Returns or sets the case of the text to display to the user. (Default: Normal
)
: Returns or sets the implementation to invoke. (Default: null
)
: Returns or sets the image that is displayed in a button control.
: Returns or sets the alignment of the image in the button control. (Default: MiddleCenter
)
: Returns or sets the image list index value of the image in the displayed in the button control. (Default: -1
)
The specified index is less than -1.
: Returns or sets the key accessor for the image in the displayed in the button control. (Default: ""
)
: Returns or sets the that contains the displayed in a button control. (Default: null
)
: Returns or sets the theme name or URL for the image to display in the button control.
: Returns or sets the text associated with this control. (Default: ""
)
Newlines (CRLF) are converted to <BR/> when is false, or when is true and the text doesn't contain any HTML.
: Returns or sets the alignment of the text in the button control. (Default: MiddleCenter
)
: Returns or sets the position of text and image relative to each other. (Default: ImageBeforeText
)
: Returns or sets whether the first character that is preceded by an ampersand (&) is used as the mnemonic key of the control. (Default: True
)
Generates a event for a button.
Fired when the property value changes.
Enables the user to select a single option from a group of choices when paired with other controls.
Defines an object that can invoke a .
All wisej controls derived from the class must implement this interface.