ShellCommandCaption Property |
Gets the caption of the menu item.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic string Caption { get; }
Public ReadOnly Property Caption As String
Get
public:
property String^ Caption {
String^ get ();
}
member Caption : string with get
Property Value
StringThe caption.
See Also