| C1.Win.C1Input Namespace > C1TextBox Class : FormatType Property |
'Declaration<C1CategoryAttribute("Format")> <C1DescriptionAttribute("Enumeration value determining the formatting method, including standard .NET format specifiers, custom and programmatic formatting.")> <DefaultValueAttribute()> <TypeConverterAttribute("C1.Win.C1Input.Design.FormatTypeConverter, C1.Win.C1Input.4, Version=4.0.20172.271, Culture=neutral, PublicKeyToken=7e7ff60f0c214f9a")> <RefreshPropertiesAttribute(RefreshProperties.Repaint)> <LocalizableAttribute(True)> Public Property FormatType As FormatTypeEnum
'UsageDim instance As C1TextBox Dim value As FormatTypeEnum instance.FormatType = value value = instance.FormatType
[C1Category("Format")] [C1Description("Enumeration value determining the formatting method, including standard .NET format specifiers, custom and programmatic formatting.")] [DefaultValue()] [TypeConverter("C1.Win.C1Input.Design.FormatTypeConverter, C1.Win.C1Input.4, Version=4.0.20172.271, Culture=neutral, PublicKeyToken=7e7ff60f0c214f9a")] [RefreshProperties(RefreshProperties.Repaint)] [Localizable(true)] public FormatTypeEnum FormatType {get; set;}
[C1Category("Format")] [C1Description("Enumeration value determining the formatting method, including standard .NET format specifiers, custom and programmatic formatting.")] [DefaultValue()] [TypeConverter("C1.Win.C1Input.Design.FormatTypeConverter, C1.Win.C1Input.4, Version=4.0.20172.271, Culture=neutral, PublicKeyToken=7e7ff60f0c214f9a")] [RefreshProperties(RefreshProperties.Repaint)] [Localizable(true)] public: property FormatTypeEnum FormatType { FormatTypeEnum get(); void set ( FormatTypeEnum 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