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

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

Parameters

style
The Style object to use.
text
The text to display.
See Also