Class CommandBarCustomizeDialogProvider
Provides customization dialogs for the customization of a .
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class CommandBarCustomizeDialogProvider
Constructors
CommandBarCustomizeDialogProvider()
Declaration
public CommandBarCustomizeDialogProvider()
Properties
CurrentProvider
Gets or sets the current localization provider.
Declaration
public static CommandBarCustomizeDialogProvider CurrentProvider { get; set; }
Property Value
CommandBarCustomizeDialogProvider
|
Methods
OnDialogOpened(Object)
Declaration
protected static void OnDialogOpened(object sender)
Parameters
System.Object
sender
|
OnDialogOpening(Object)
Declaration
protected static bool OnDialogOpening(object sender)
Parameters
System.Object
sender
|
Returns
System.Boolean
|
ShowCustomizeDialog(Object, CommandBarStripInfoHolder)
Creates an instance of a dialog form.
Declaration
public virtual Form ShowCustomizeDialog(object sender, CommandBarStripInfoHolder infoHolder)
Parameters
System.Object
sender
|
CommandBarStripInfoHolder
infoHolder
|
Returns
System.Windows.Forms.Form
A refference to the created form. |
Events
CurrentProviderChanged
Fires when the current dialog provider has changed.
Declaration
public static event EventHandler CurrentProviderChanged
Event Type
System.EventHandler
|
CustomizeDialogOpened
Fires when a customize dialog is shown
Declaration
public static event EventHandler CustomizeDialogOpened
Event Type
System.EventHandler
|
CustomizeDialogOpening
Fires before a customize dialog is shown
Declaration
public static event CancelEventHandler CustomizeDialogOpening
Event Type
System.ComponentModel.CancelEventHandler
|