| C1.Win.C1Input Namespace > C1TextBox Class : CalendarType Property |
'Declaration<C1CategoryAttribute("Format")> <C1DescriptionAttribute("Calendar, used to format date.")> <DefaultValueAttribute()> <LocalizableAttribute(True)> <EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.C1Input.Design.CalendarTypeEditor, C1.Win.C1Input.4.Design")> Public Property CalendarType As CalendarType
'UsageDim instance As C1TextBox Dim value As CalendarType instance.CalendarType = value value = instance.CalendarType
[C1Category("Format")] [C1Description("Calendar, used to format date.")] [DefaultValue()] [Localizable(true)] [Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.C1Input.Design.CalendarTypeEditor, C1.Win.C1Input.4.Design")] public CalendarType CalendarType {get; set;}
[C1Category("Format")] [C1Description("Calendar, used to format date.")] [DefaultValue()] [Localizable(true)] [Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.C1Input.Design.CalendarTypeEditor, C1.Win.C1Input.4.Design")] public: property CalendarType CalendarType { CalendarType get(); void set ( CalendarType value); }
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