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.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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
String
See Also