ShellContextMenuProviderCustomMenuStrip Property |
Sets the custom menu strip.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public ContextMenuStrip CustomMenuStrip { get; }
Public ReadOnly Property CustomMenuStrip As ContextMenuStrip
Get
public:
property ContextMenuStrip^ CustomMenuStrip {
ContextMenuStrip^ get ();
}
member CustomMenuStrip : ContextMenuStrip with get
Property Value
Type:
ContextMenuStripThe custom menu strip.
See Also