ClassCommandBarCustomizeDialogProvider
Class
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
Methods
OnDialogOpened(object)
Declaration
cs-api-definition
protected static void OnDialogOpened(object sender)
Parameters
sender
ShowCustomizeDialog(object, CommandBarStripInfoHolder)
Creates an instance of a dialog form.
Declaration
cs-api-definition
public virtual Form ShowCustomizeDialog(object sender, CommandBarStripInfoHolder infoHolder)
Parameters
sender
infoHolder
object that contains information about strips.
Returns
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
CustomizeDialogOpened
Fires when a customize dialog is shown
Declaration
cs-api-definition
public static event EventHandler CustomizeDialogOpened
Event Value
CustomizeDialogOpening
Fires before a customize dialog is shown
Declaration
cs-api-definition
public static event CancelEventHandler CustomizeDialogOpening
Event Value