JamShellColumnHeader Constructor (String) |
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.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