DesktopTaskBarItemDateTime
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.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)
Implements
| Name | Description |
|---|---|
| IWisejComponent | All wisej components implement this interface. |
| IWisejSerializable | Allows an object to serialize itself. |