DesktopTaskBarItemControl
Wisej.Web.DesktopTaskBarItemControl
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents a component in the Desktop control's taskbar that can host any Control.
public class DesktopTaskBarItemControl : DesktopTaskBarItem
Constructors
DesktopTaskBarItemControl()

Initializes a new instance of DesktopTaskBarItemControl.
Properties
Control

Control: Returns or sets the Control to be hosted. (Default: null
)
Parent

Desktop: Returns the Desktop control that the taskbar item button is assigned to. (Default: null
)
Methods
Dispose(disposing)

Disposes the page and related resources.
OnAddReferences(items)

Adds references components to the list. Referenced components can be added individually or as a reference to a collection.
OnWebEvent(e)

Processes the event from the client.
OnWebRender(config)

Renders the client component.
Implements
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.
Last updated
Was this helpful?