DesktopTaskBarItemDateTime
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Represents a DateTime component in the Desktop control's taskbar.
- C#
- VB.NET
public class DesktopTaskBarItemDateTime : DesktopTaskBarItem
Public Class DesktopTaskBarItemDateTime
Inherits DesktopTaskBarItem
Constructors
DesktopTaskBarItemDateTime()
Initializes a new instance of DesktopTaskBarItemDateTime setting the initial Position value to Right.
Properties
Position
LeftRightAlignment: Returns or sets the position of this DesktopTaskBarItem within the taskbar in the parent Desktop. (Default: Right)
Methods
OnWebRender(config)
| Parameter | Type | Description |
|---|---|---|
| config | Object |
Implements
| Name | Description |
|---|---|
| IUserData | Provides access to the UserData and Tag properties associated to the component implementing this interface. |
| IWisejComponent | All wisej components implement this interface. |
| IWisejSerializable | Allows an object to serialize itself. |