DesktopTaskBarItem
Wisej.Web.DesktopTaskBarItem
Last updated
Was this helpful?
Wisej.Web.DesktopTaskBarItem
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents a component in the control's taskbar.
Initializes a new instance of the class.
Initializes a new instance of the class and displays the specified text on the item.
text
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
Renders the client component.
config
Dynamic configuration object.
Updates the component on the client. Overridden to repaint the taskbar in design mode.
Provides access to the UserData
and Tag
properties associated to the component implementing 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
)
: Returns or sets whether the button is enabled. (Default: True
)
: Returns or sets the image that is displayed in a . (Default: null
)
: Returns or sets the position of the within this taskbar item. (Default: Left
)
: Returns or sets the theme name or URL for the image to display in the . (Default: null
)
: Returns or sets the name of the . (Default: ""
)
: Returns the control that the taskbar item button is assigned to. (Default: null
)
: Returns or sets the position of this within the taskbar in the parent . (Default: Left
)
: Returns or sets the object that contains user data. (Default: null
)
: Returns or sets the text displayed on the taskbar item. (Default: ""
)
: Returns or sets the text that appears as a ToolTip for the taskbar item. (Default: ""
)
: Returns or sets whether the taskbar item is visible or hidden. (Default: True
)
Releases the resources used by the .
Represents a component in the control's taskbar that can host any .
Represents a DateTime component in the control's taskbar.