Class StatusContextMenuStrip
Context menu for StatusStripEx.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class StatusContextMenuStrip : ContextMenuStripEx, IThemeProvider, IVisualStyle
Constructors
StatusContextMenuStrip()
Initializes a new instance of the StatusContextMenuStrip class.
Declaration
public StatusContextMenuStrip()
StatusContextMenuStrip(StatusStripEx)
Initializes a new instance of the StatusContextMenuStrip class.
Declaration
public StatusContextMenuStrip(StatusStripEx statusStrip)
Parameters
Type | Name | Description |
---|---|---|
StatusStripEx | statusStrip | Status strip |
Properties
MaxItemSize
Declaration
protected override Size MaxItemSize { get; }
Property Value
Type |
---|
System.Drawing.Size |
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Overrides
OnClosing(ToolStripDropDownClosingEventArgs)
Cancels closing if needed.
Declaration
protected override void OnClosing(ToolStripDropDownClosingEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.ToolStripDropDownClosingEventArgs | e | EventArgs that contains the event data. |
OnKeyDown(KeyEventArgs)
Performs item click on Space key.
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.KeyEventArgs | e | EventArgs that contains the event data. |
OnOpening(CancelEventArgs)
Fills in Items collection.
Declaration
protected override void OnOpening(CancelEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.CancelEventArgs | e | EventArgs that contains the event data. |
OnRendererChanged(EventArgs)
Declaration
protected override void OnRendererChanged(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |