ComponentTool
Wisej.Web.ComponentTool
Last updated
Was this helpful?
Wisej.Web.ComponentTool
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Represent a tool widget that can be displayed inside another control. A tool widget is different from other child controls: it's displayed inside the parent's layout. For example, the control shows tool widgets inside the caption bar. When a tool widget is pressed, it fires the toolClicked event on the container.
Initializes a new instance of the class.
: Returns or sets whether the automatically hides itself when the host control loses the focus.
Updates the component on the client. Overridden to repaint the widget in design mode.
All wisej components implement this interface.
Allows an object to serialize itself.
: Returns the that contains this object.
: Returns or sets whether the is enabled.
The tool can be forced enabled or disabled by assigning the property. Use to reset this property to inherit from the container. If this property is not assigned, the tool will inherit the enabled state from the container . By assigning this property, you can force the tool to be enabled when the container is disabled and vice versa.
: Returns or sets the image that is displayed in a button.
: Returns or sets the theme name or URL for the image to display in the button.
: Returns or sets the name to apply to the .
: Returns or sets the horizontal alignment of this within the parent's container.
: Returns or sets whether a toggle-style is currently in the pushed state.
: Returns or sets ToolTip text associated with the button.
: Returns or sets whether the is visible.
Resets the property to inherit the enabled state from the container .