DesktopTaskBarItemControl
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
Represents a component in the Desktop control's taskbar that can host any Control.
- C#
- VB.NET
public class DesktopTaskBarItemControl : DesktopTaskBarItem
Public Class DesktopTaskBarItemControl
Inherits 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.
Implements
| Name | Description |
|---|---|
| IWisejComponent | All wisej components implement this interface. |
| IWisejSerializable | Allows an object to serialize itself. |