Intersoft ClientUI Documentation
Value Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXNumericUpDown Class : Value Property






Gets or sets the value.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
<TypeConverterAttribute("Intersoft.Client.Framework.DecimalTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")>
Public Overrides Property Value As Nullable(Of Decimal)
Visual Basic (Usage)Copy Code
Dim instance As UXNumericUpDown
Dim value As Nullable(Of Decimal)
 
instance.Value = value
 
value = instance.Value
C# 
[CategoryAttribute("Common Properties")]
[TypeConverterAttribute("Intersoft.Client.Framework.DecimalTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public override Nullable<decimal> Value {get; set;}
Delphi 
public read-write property Value: Nullable; override; 
JScript 
CategoryAttribute("Common Properties")
TypeConverterAttribute("Intersoft.Client.Framework.DecimalTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")
public override function get,set Value : Nullable
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
[TypeConverterAttribute("Intersoft.Client.Framework.DecimalTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public: __property Nullable<decimal> get_Value() override;
public: __property void set_Value( 
   Nullable<decimal> value
) override;
C++/CLI 
[CategoryAttribute("Common Properties")]
[TypeConverterAttribute("Intersoft.Client.Framework.DecimalTypeConverter, Intersoft.Client.Framework, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public:
property Nullable<decimal> Value {
   Nullable<decimal> get() override;
   void set (    Nullable<decimal> value) override;
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.