BackstageViewTab Constructor(String)
In This Topic
Creates a new instance of
BackstageViewTab.
Syntax
'Declaration
Public Function New( _
ByVal As String _
)
public BackstageViewTab(
string
)
Parameters
- text
- The initial value for the Text property.
See Also