Intersoft ClientUI Documentation
UXButton Constructor(String)
See Also  Send Feedback
Intersoft.Client.UI.Aqua Namespace > UXButton Class > UXButton Constructor : UXButton Constructor(String)






text
The text that represents the button's content.
Initializes a new UXButton instance with specified text.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal text As String _
)
Visual Basic (Usage)Copy Code
Dim text As String
 
Dim instance As New UXButton(text)
C# 
public UXButton( 
   string text
)
Delphi 
public UXButton( 
    text: String
); 
JScript 
public function UXButton( 
   text : String
);
Managed Extensions for C++ 
public: UXButton( 
   string* text
)
C++/CLI 
public:
UXButton( 
   String^ text
)

Parameters

text
The text that represents the button's content.

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.