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.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public 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
Type:
StringSee Also