Intersoft ClientUI Documentation
GetValue() Method
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXInput Namespace > UXUpDownBase<T> Class > GetValue Method : GetValue() Method






GetValue override to return Value property as object type.

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetValue() As Object
Visual Basic (Usage)Copy Code
Dim instance As UXUpDownBase(Of T)
Dim value As Object
 
value = instance.GetValue()
C# 
public object GetValue()
Delphi 
public function GetValue(): TObject; 
JScript 
public function GetValue() : Object;
Managed Extensions for C++ 
public: Object* GetValue(); 
C++/CLI 
public:
Object^ GetValue(); 

Return Value

The Value property as object type.

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.