C1.Win.8 Assembly / C1.Framework Namespace / TextBoxElement Class / TextBoxElement Constructor / TextBoxElement Constructor(String)
The text to display.

In This Topic
TextBoxElement Constructor(String)
In This Topic
Initializes a new instance of the TextBoxElement class with specified text.
Syntax
'Declaration
 
Public Function New( _
   ByVal text As String _
)
 

Parameters

text
The text to display.
See Also