Version

DateButton Constructor()

Initializes a new DateButton object with default values.
Syntax
'Declaration
 
Public Function New()
public DateButton()
Remarks

Creates a new DateButton representing the Today button. The Today TypeDateButton is initialized with a caption of "Today". The Action defaults to SelectDay so when the button is clicked, the current selection will be cleared and the current day will be selected (if the Infragistics.Win.UltraWinSchedule.Day is selectable).

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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

See Also