| C1.Win.C1Input Namespace > C1TextBox Class : Value Property |
'Declaration<C1CategoryAttribute("Data")> <C1DescriptionAttribute("Gets or sets the current DataType representation of the visual information contained in the control.")> <RefreshPropertiesAttribute(RefreshProperties.Repaint)> <BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)> <EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.C1Input.Design.MultitypeValueEditor, C1.Win.C1Input.4.Design")> <TypeConverterAttribute("C1.Win.C1Input.Design.MultitypeValueConverter, C1.Win.C1Input.4, Version=4.0.20172.271, Culture=neutral, PublicKeyToken=7e7ff60f0c214f9a")> <LocalizableAttribute(True)> Public Property Value As Object
[C1Category("Data")] [C1Description("Gets or sets the current DataType representation of the visual information contained in the control.")] [RefreshProperties(RefreshProperties.Repaint)] [Bindable(Bindable=true, Direction=BindingDirection.OneWay)] [Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.C1Input.Design.MultitypeValueEditor, C1.Win.C1Input.4.Design")] [TypeConverter("C1.Win.C1Input.Design.MultitypeValueConverter, C1.Win.C1Input.4, Version=4.0.20172.271, Culture=neutral, PublicKeyToken=7e7ff60f0c214f9a")] [Localizable(true)] public object Value {get; set;}
[C1Category("Data")] [C1Description("Gets or sets the current DataType representation of the visual information contained in the control.")] [RefreshProperties(RefreshProperties.Repaint)] [Bindable(Bindable=true, Direction=BindingDirection.OneWay)] [Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Win.C1Input.Design.MultitypeValueEditor, C1.Win.C1Input.4.Design")] [TypeConverter("C1.Win.C1Input.Design.MultitypeValueConverter, C1.Win.C1Input.4, Version=4.0.20172.271, Culture=neutral, PublicKeyToken=7e7ff60f0c214f9a")] [Localizable(true)] public: property Object^ Value { Object^ get(); void set ( Object^ 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