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 |
---|
System.Windows.Forms.Control.ControlCollection |