alexa

    Show / Hide Table of Contents

    Class PaletteGroupViewDesigner

    Palette GroupView designer.

    Inheritance
    System.Object
    GroupViewDesigner
    PaletteGroupViewDesigner
    Inherited Members
    GroupViewDesigner.Dispose(Boolean)
    GroupViewDesigner.IComponentChangeService_ComponentRemoved(Object, ComponentEventArgs)
    GroupViewDesigner.Initialize(IComponent)
    GroupViewDesigner.OnMouseDragBegin(Int32, Int32)
    GroupViewDesigner.OnMouseDragEnd(Boolean)
    Namespace: Syncfusion.Windows.Forms.Diagram.Controls
    Assembly: Syncfusion.Diagram.Windows.dll
    Syntax
    [CLSCompliant(false)]
    public class PaletteGroupViewDesigner : GroupViewDesigner

    Constructors

    PaletteGroupViewDesigner()

    Initializes a new instance of the PaletteGroupViewDesigner class.

    Declaration
    public PaletteGroupViewDesigner()

    Properties

    ActionLists

    Gets the action lists.

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

    The action lists.

    Overrides
    GroupViewDesigner.ActionLists

    Methods

    OnSetComponentDefaults()

    Called when the designer is initialized.

    Declaration
    [Obsolete]
    public override void OnSetComponentDefaults()
    Back to top Generated by DocFX