WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StatusContextMenuStrip

    Show / Hide Table of Contents

    Class StatusContextMenuStrip

    Context menu for StatusStripEx.

    Inheritance
    System.Object
    ContextMenuStripEx
    StatusContextMenuStrip
    Implements
    IThemeProvider
    IVisualStyle
    Inherited Members
    ContextMenuStripEx.ApplyScaleToControl(Single)
    ContextMenuStripEx.GetPreferredSize(Size)
    ContextMenuStripEx.OnPaint(PaintEventArgs)
    ContextMenuStripEx.OnTextChanged(EventArgs)
    ContextMenuStripEx.OnFontChanged(EventArgs)
    ContextMenuStripEx.OnMouseDown(MouseEventArgs)
    ContextMenuStripEx.OnMouseUp(MouseEventArgs)
    ContextMenuStripEx.GetActiveThemeName()
    ContextMenuStripEx.MetroColor
    ContextMenuStripEx.ThemeStyle
    ContextMenuStripEx.Style
    ContextMenuStripEx.EnableTouchMode
    ContextMenuStripEx.DisplayRectangle
    ContextMenuStripEx.Font
    ContextMenuStripEx.CanApplyTheme
    ContextMenuStripEx.ThemeName
    ContextMenuStripEx.CanOverrideStyle
    ContextMenuStripEx.IThemeProvider.BaseThemeName
    ContextMenuStripEx.IVisualStyle.VisualTheme
    ContextMenuStripEx.IsVisualStyleEnabled
    ContextMenuStripEx.IThemeProvider.ControlName
    ContextMenuStripEx.ThemeNameChanged
    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 Description
    System.Drawing.Size

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Overrides
    ContextMenuStripEx.Dispose(Boolean)

    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

    Implements

    IThemeProvider
    IVisualStyle
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved