menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GroupBarDesigner - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GroupBarDesigner

    Inheritance
    System.Object
    GroupBarDesigner
    Namespace: Syncfusion.Windows.Forms.Tools.Design
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class GroupBarDesigner : ParentControlDesigner

    Constructors

    GroupBarDesigner()

    Declaration
    public GroupBarDesigner()

    Fields

    bLoadComplete

    Declaration
    protected bool bLoadComplete
    Field Value
    Type
    System.Boolean

    dvAddGroup

    Declaration
    protected DesignerVerb dvAddGroup
    Field Value
    Type
    System.ComponentModel.Design.DesignerVerb

    dvcVerbs

    Declaration
    protected DesignerVerbCollection dvcVerbs
    Field Value
    Type
    System.ComponentModel.Design.DesignerVerbCollection

    dvRemoveGroup

    Declaration
    protected DesignerVerb dvRemoveGroup
    Field Value
    Type
    System.ComponentModel.Design.DesignerVerb

    Properties

    ActionLists

    Declaration
    public override DesignerActionListCollection ActionLists { get; }
    Property Value
    Type
    System.ComponentModel.Design.DesignerActionListCollection

    DrawGrid

    Declaration
    protected override bool DrawGrid { get; }
    Property Value
    Type
    System.Boolean

    Verbs

    Declaration
    public override DesignerVerbCollection Verbs { get; }
    Property Value
    Type
    System.ComponentModel.Design.DesignerVerbCollection

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool bdispose)
    Parameters
    Type Name Description
    System.Boolean bdispose

    IComponentChangeService_ComponentChanged(Object, ComponentChangedEventArgs)

    Declaration
    protected void IComponentChangeService_ComponentChanged(object sender, ComponentChangedEventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    System.ComponentModel.Design.ComponentChangedEventArgs e

    IComponentChangeService_ComponentRemoved(Object, ComponentEventArgs)

    Declaration
    protected void IComponentChangeService_ComponentRemoved(object sender, ComponentEventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    System.ComponentModel.Design.ComponentEventArgs e

    IDesignerHost_LoadComplete(Object, EventArgs)

    Declaration
    protected void IDesignerHost_LoadComplete(object sender, EventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    System.EventArgs e

    Initialize(IComponent)

    Declaration
    public override void Initialize(IComponent component)
    Parameters
    Type Name Description
    System.ComponentModel.IComponent component

    ISelectionService_SelectionChanged(Object, EventArgs)

    Declaration
    protected void ISelectionService_SelectionChanged(object sender, EventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    System.EventArgs e

    OnDragDrop(DragEventArgs)

    Declaration
    protected override void OnDragDrop(DragEventArgs de)
    Parameters
    Type Name Description
    System.Windows.Forms.DragEventArgs de

    OnMouseDragBegin(Int32, Int32)

    Declaration
    protected override void OnMouseDragBegin(int x, int y)
    Parameters
    Type Name Description
    System.Int32 x
    System.Int32 y

    OnMouseDragEnd(Boolean)

    Declaration
    protected override void OnMouseDragEnd(bool cancel)
    Parameters
    Type Name Description
    System.Boolean cancel

    OnVerbAddGroup(Object, EventArgs)

    Declaration
    public void OnVerbAddGroup(object sender, EventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    System.EventArgs e

    OnVerbRemoveGroup(Object, EventArgs)

    Declaration
    public void OnVerbRemoveGroup(object sender, EventArgs e)
    Parameters
    Type Name Description
    System.Object sender
    System.EventArgs e

    PostFilterProperties(IDictionary)

    Declaration
    protected override void PostFilterProperties(IDictionary properties)
    Parameters
    Type Name Description
    System.Collections.IDictionary properties

    WndProc(ref Message)

    Declaration
    protected override void WndProc(ref Message m)
    Parameters
    Type Name Description
    System.Windows.Forms.Message m
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved