WinForms

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

    Show / Hide Table of Contents

    Class BeforeCustomizeRibbonEventArgs

    Provides data for RibbonCustomizationMenuClicked event.

    Inheritance
    System.Object
    BeforeCustomizeRibbonEventArgs
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class BeforeCustomizeRibbonEventArgs : CancelEventArgs

    Constructors

    BeforeCustomizeRibbonEventArgs(Control.ControlCollection)

    Constructor of the BeforeCustomizeRibbonEventArgs

    Declaration
    public BeforeCustomizeRibbonEventArgs(Control.ControlCollection controls)
    Parameters
    Type Name Description
    System.Windows.Forms.Control.ControlCollection controls

    The argument contains the collection of objects.

    Properties

    Controls

    Gets the controls collection in the QATWindow

    Declaration
    public Control.ControlCollection Controls { get; set; }
    Property Value
    Type Description
    System.Windows.Forms.Control.ControlCollection
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved