DriveListColumnFreeText Property |
The text in the "free" 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 ColumnFreeText { get; set; }
Public Property ColumnFreeText As String
Get
Set
public:
property String^ ColumnFreeText {
String^ get ();
void set (String^ value);
}
member ColumnFreeText : string with get, set
Property Value
Type:
StringSee Also