Class
CommandBarCustomizeDialogProvider

Provides customization dialogs for the customization of a .

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class CommandBarCustomizeDialogProvider

Inheritance: objectCommandBarCustomizeDialogProvider

Constructors

CommandBarCustomizeDialogProvider()

Declaration

cs-api-definition
public CommandBarCustomizeDialogProvider()

Properties

CurrentProvider

Gets or sets the current localization provider.

Declaration

cs-api-definition
[Browsable(false)]
public static CommandBarCustomizeDialogProvider CurrentProvider { get; set; }

Property Value

CommandBarCustomizeDialogProvider

Methods

OnDialogOpened(object)

Declaration

cs-api-definition
protected static void OnDialogOpened(object sender)

Parameters

sender

object

OnDialogOpening(object)

Declaration

cs-api-definition
protected static bool OnDialogOpening(object sender)

Parameters

sender

object

Returns

bool

ShowCustomizeDialog(object, CommandBarStripInfoHolder)

Creates an instance of a dialog form.

Declaration

cs-api-definition
public virtual Form ShowCustomizeDialog(object sender, CommandBarStripInfoHolder infoHolder)

Parameters

sender

object

infoHolder

CommandBarStripInfoHolder

object that contains information about strips.

Returns

Form

A refference to the created form.

Events

CurrentProviderChanged

Fires when the current dialog provider has changed.

Declaration

cs-api-definition
public static event EventHandler CurrentProviderChanged

Event Value

EventHandler

CustomizeDialogOpened

Fires when a customize dialog is shown

Declaration

cs-api-definition
public static event EventHandler CustomizeDialogOpened

Event Value

EventHandler

CustomizeDialogOpening

Fires before a customize dialog is shown

Declaration

cs-api-definition
public static event CancelEventHandler CustomizeDialogOpening

Event Value

CancelEventHandler