DriveListColumnNameText Property |
The text in the "name" column header, if this value is null, a
localized windows system string is used per default
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic string ColumnNameText { get; set; }Public Property ColumnNameText As String
Get
Set
public:
property String^ ColumnNameText {
String^ get ();
void set (String^ value);
}member ColumnNameText : string with get, set
Property Value
String
See Also