WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StatusBarAdvDesigner

    Show / Hide Table of Contents

    Class StatusBarAdvDesigner

    Inheritance
    System.Object
    StatusBarAdvDesigner
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class StatusBarAdvDesigner : ParentControlDesigner

    Constructors

    StatusBarAdvDesigner()

    Declaration
    public StatusBarAdvDesigner()

    Properties

    ActionLists

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

    Methods

    ComponentChangeService_ComponentAdded(Object, ComponentEventArgs)

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

    Dispose(Boolean)

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

    Initialize(IComponent)

    Initializes the designer with the specified component.

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

    The System.ComponentModel.IComponent to associate with the designer.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved