ShellCommandCaption Property |
Gets the caption of the menu item.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.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.
See Also