| C1.Win.C1Input Namespace > C1TextBox Class : DataType Property |
'Declaration<C1CategoryAttribute("Data")> <C1DescriptionAttribute("Type of the Value property.")> <RefreshPropertiesAttribute(RefreshProperties.All)> <TypeConverterAttribute("C1.Win.C1Input.Design.DataTypeConverter, C1.Win.C1Input.4, Version=4.0.20172.271, Culture=neutral, PublicKeyToken=7e7ff60f0c214f9a")> <DefaultValueAttribute()> Public Overridable Property DataType As Type
'UsageDim instance As C1TextBox Dim value As Type instance.DataType = value value = instance.DataType
[C1Category("Data")] [C1Description("Type of the Value property.")] [RefreshProperties(RefreshProperties.All)] [TypeConverter("C1.Win.C1Input.Design.DataTypeConverter, C1.Win.C1Input.4, Version=4.0.20172.271, Culture=neutral, PublicKeyToken=7e7ff60f0c214f9a")] [DefaultValue()] public virtual Type DataType {get; set;}
[C1Category("Data")] [C1Description("Type of the Value property.")] [RefreshProperties(RefreshProperties.All)] [TypeConverter("C1.Win.C1Input.Design.DataTypeConverter, C1.Win.C1Input.4, Version=4.0.20172.271, Culture=neutral, PublicKeyToken=7e7ff60f0c214f9a")] [DefaultValue()] public: virtual property Type^ DataType { Type^ get(); void set ( Type^ 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