ShellViewColumnCaption Property |
Gets or sets the caption of the column.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic string Caption { get; set; }Public Property Caption As String
Get
Set
public:
property String^ Caption {
String^ get ();
void set (String^ value);
}member Caption : string with get, set
Property Value
String
The caption.
See Also