WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BarCustomizationDialog - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BarCustomizationDialog

    Inheritance
    System.Object
    BarCustomizationDialog
    Implements
    IDontCallKillFocus
    IDontCallSetFocus
    IAmACustomizationForm
    Namespace: Syncfusion.Windows.Forms.Tools.XPMenus
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class BarCustomizationDialog : Form, IDontCallKillFocus, IDontCallSetFocus, IAmACustomizationForm

    Constructors

    BarCustomizationDialog(BarManager)

    Declaration
    public BarCustomizationDialog(BarManager manager)
    Parameters
    Type Name Description
    BarManager manager

    Properties

    CreateParams

    Declaration
    protected override CreateParams CreateParams { get; }
    Property Value
    Type Description
    System.Windows.Forms.CreateParams

    DesignerHost

    Declaration
    public IDesignerHost DesignerHost { set; }
    Property Value
    Type Description
    System.ComponentModel.Design.IDesignerHost

    Methods

    Dispose(Boolean)

    Clean up any resources being used.

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

    OnClosing(CancelEventArgs)

    Declaration
    protected override void OnClosing(CancelEventArgs e)
    Parameters
    Type Name Description
    System.ComponentModel.CancelEventArgs e

    OnDragEnter(DragEventArgs)

    Declaration
    protected override void OnDragEnter(DragEventArgs drgevent)
    Parameters
    Type Name Description
    System.Windows.Forms.DragEventArgs drgevent

    OnDragLeave(EventArgs)

    Declaration
    protected override void OnDragLeave(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    OnVisibleChanged(EventArgs)

    Declaration
    protected override void OnVisibleChanged(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    RemoveReferencesToItem(Bar)

    Declaration
    public void RemoveReferencesToItem(Bar bar)
    Parameters
    Type Name Description
    Bar bar

    RemoveReferencesToItem(BarItem)

    Declaration
    public void RemoveReferencesToItem(BarItem item)
    Parameters
    Type Name Description
    BarItem item

    SetCustomizationPanel(CustomizationPanel)

    Declaration
    public void SetCustomizationPanel(CustomizationPanel customizationPanel)
    Parameters
    Type Name Description
    CustomizationPanel customizationPanel

    Implements

    IDontCallKillFocus
    IDontCallSetFocus
    IAmACustomizationForm
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved