Intersoft ClientUI Documentation
UXButton Constructor(String)



The text that represents the button's content.
Initializes a new UXButton instance with specified text.
Syntax
Public Function New( _
   ByVal text As String _
)
Dim text As String
 
Dim instance As New UXButton(text)
public UXButton( 
   string text
)
public:
UXButton( 
   String^ text
)

Parameters

text
The text that represents the button's content.
Requirements

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

See Also

Reference

UXButton Class
UXButton Members
Overload List

Send Feedback