'Declaration Public NotInheritable Class CalendarDayUIState Inherits Xceed.UI.UIState
'Usage Dim instance As CalendarDayUIState
public sealed class CalendarDayUIState : Xceed.UI.UIState
'Declaration Public NotInheritable Class CalendarDayUIState Inherits Xceed.UI.UIState
'Usage Dim instance As CalendarDayUIState
public sealed class CalendarDayUIState : Xceed.UI.UIState
This class is used to determine the state of the day in the WinCalendar overriding the WinCalendar.OnPaintDay method or handling the WinCalendar.PaintDay event.
System.Object
Xceed.Editors.CalendarDayUIState
Name | Description | |
---|---|---|
![]() | IsDisabled | Gets a boolean value indicated if the day is disabled. |
![]() | IsDown | Gets a boolean value indicated if the mouse is pressed over the day. |
![]() | IsEnabled | Gets a boolean value indicating if the day is enabled. |
![]() | IsHot | Gets a boolean value indicating if the mouse is hovering over the day (hot). |
![]() | IsIdle | Gets a boolean value indicating if the day is idle. |
![]() | IsPreviewDay | Gets a boolean value indicating if the day is a preview day. |
![]() | IsVisible | Gets a boolean value indicating if the day is visible. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2