Class RibbonControlAdvDesigner
Designer for RibbonControlAdv.
Inheritance
System.Object
RibbonControlAdvDesigner
Implements
System.Windows.Forms.IMessageFilter
Namespace: Syncfusion.Windows.Forms.Tools.Design
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class RibbonControlAdvDesigner : ControlDesigner, IMessageFilter
Constructors
RibbonControlAdvDesigner()
Constructor of the RibbonControlAdvDesigner.
Declaration
public RibbonControlAdvDesigner()
Properties
ActionLists
Gets collection of action lists.
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
Type |
---|
System.ComponentModel.Design.DesignerActionListCollection |
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
GetControlGlyph(GlyphSelectionType)
Declaration
protected override ControlBodyGlyph GetControlGlyph(GlyphSelectionType selectionType)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Forms.Design.Behavior.GlyphSelectionType | selectionType |
Returns
Type |
---|
System.Windows.Forms.Design.Behavior.ControlBodyGlyph |
GetHitTest(Point)
Gets hit test.
Declaration
protected override bool GetHitTest(Point point)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Point | point |
Returns
Type |
---|
System.Boolean |
Initialize(IComponent)
Initializes members.
Declaration
public override void Initialize(IComponent component)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.IComponent | component | Provide functionality required by all the components. |
Implements
System.Windows.Forms.IMessageFilter