ToolBarButton
Wisej.Web.ToolBarButton
Last updated
Was this helpful?
Wisej.Web.ToolBarButton
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents an item in the .
Change the type of item to display using the property.
Initializes a new instance of the class.
Initializes a new instance of the class and displays the assigned text on the button.
text
Throws:
When AllowHtml is set to true, the text can contain HTML content. If the text contains new lines (CRLF) but doesn't contain HTML elements (at least one "<") all CRLF are automatically substituted with "<br/>".
disposing
true when this method is called by the application rather than a finalizer.
Returns a collection of referenced components or collection of components.
items
e
e
e
Renders the client component.
config
Dynamic configuration object.
Updates the component on the client. Overridden to repaint the toolbar in design mode.
Validates the current control.
Provides access to the UserData
and Tag
properties associated to the component implementing this interface.
Bindable components implement this interface.
All wisej components implement this interface.
Allows an object to serialize itself.
The text to display on the new .
: Returns or sets a value indicating that the control can display HTML in the Text property. (Default: False
)
: Sets the appearance key for the theme engine. (Default: null
)
: 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 the implementation to invoke. (Default: null
)
: Returns or sets the menu to be displayed in the drop-down toolbar button. (Default: null
)
: Returns or sets whether the button is enabled. (Default: True
)
: Returns or sets the text color of the toolbar button.
: Returns or sets the image that is displayed in a .
: Returns or sets the index value of the image assigned to the . (Default: -1
)
The specified index is less than -1.
: Returns or sets the name of the image assigned to the button. (Default: ""
)
: Returns or sets the theme name or URL for the image to display in the .
: Returns or sets the space between toolbar buttons.
: Returns or sets the name of the .
: Returns or sets padding within the toolbar button.
: Returns the toolbar control that the toolbar button is assigned to.
: Returns or sets whether a toggle-style toolbar button is currently in the pushed state. (Default: False
)
: Returns or sets how the toolbar button is resized. (Default: Auto
)
: Returns or sets the style of the toolbar button. (Default: PushButton
)
: Returns or sets the object that contains data about the toolbar button. (Default: null
)
: Returns or sets the text displayed on the toolbar button. (Default: ""
)
: Returns or sets the text that appears as a ToolTip for the button. (Default: ""
)
: Returns or sets whether the toolbar button is visible or hidden. (Default: True
)
Releases the resources used by the .
Fires the event.
An that contains the event data.
Fires the event.
A that contains the event data.
Fires the event.
A that contains the event data.
Generates the and events.
Returns: . true if the active control is validated.
Fired when the control is clicked.
Fired when the property value changes.
Fired when the property value changes.
Defines an object that can invoke a .