Skip to main content
Version: 4.1

DesktopTaskBarItemControl

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Represents a component in the Desktop control's taskbar that can host any Control.

public class DesktopTaskBarItemControl : DesktopTaskBarItem

Constructors

Instance member DesktopTaskBarItemControl()

Initializes a new instance of DesktopTaskBarItemControl.

Properties

Instance member Control

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

Instance member Parent

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

Methods

Protected member Dispose(disposing)

Disposes the page and related resources.

ParameterTypeDescription
disposingBooleantrue when this method is called by the application rather than a finalizer.

Protected member OnAddReferences(items)

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

ParameterTypeDescription
itemsIListContainer for the referenced components or collections.

Protected member OnWebEvent(e)

Processes the event from the client.

ParameterTypeDescription
eWisejEventArgsEvent arguments.

Protected member OnWebRender(config)

Renders the client component.

ParameterTypeDescription
configObjectDynamic configuration object.

Implements

NameDescription
IUserDataProvides access to the UserData and Tag properties associated to the component implementing this interface.
IWisejComponentAll wisej components implement this interface.
IWisejSerializableAllows an object to serialize itself.