ShellContextMenuProviderCustomMenuStrip Property |
Sets the custom menu strip.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.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