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