ShellMenuItemCaption Property |
Gets the caption.
Namespace:
Jam.Shell.WPF.Controls
Assembly:
ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntax public string Caption { get; }
Public ReadOnly Property Caption As String
Get
public:
property String^ Caption {
String^ get ();
}
member Caption : string with get
Property Value
Type:
StringThe caption.
Remarks The Header doesn't necessarily have to be a string
See Also