menu

WinForms

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

    Show / Hide Table of Contents

    Class GroupViewDesigner

    Inheritance
    System.Object
    GroupViewDesigner
    PaletteGroupViewDesigner
    Namespace: Syncfusion.Windows.Forms.Tools.Design
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class GroupViewDesigner : ControlDesigner

    Constructors

    GroupViewDesigner()

    Declaration
    public GroupViewDesigner()

    Properties

    ActionLists

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

    Methods

    Dispose(Boolean)

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

    IComponentChangeService_ComponentRemoved(Object, ComponentEventArgs)

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

    Initialize(IComponent)

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

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved