JamShellColumnHeader Constructor (String) |
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public JamShellColumnHeader(
string text
)
Public Sub New (
text As String
)
public:
JamShellColumnHeader(
String^ text
)
new :
text : string -> JamShellColumnHeader
Parameters
- text
- Type: SystemString
The text.
See Also