ShellMenuItemCaption Property |
Gets the caption.
Namespace:
Jam.Shell.WPF.Controls
Assembly:
ShellBrowserWPF (in ShellBrowserWPF.dll) Version: 1.3.1
Syntaxpublic 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.
RemarksThe Header doesn't necessarily have to be a string
See Also