Provides customization dialogs for the customization of a .
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class CommandBarCustomizeDialogProvider
Inheritance: objectCommandBarCustomizeDialogProvider
Constructors
C#
public CommandBarCustomizeDialogProvider()
Properties
Gets or sets the current localization provider.
C#
[Browsable(false)]
public static CommandBarCustomizeDialogProvider CurrentProvider { get; set; }
Methods
Creates an instance of a dialog form.
C#
public virtual Form ShowCustomizeDialog(object sender, CommandBarStripInfoHolder infoHolder)
object that contains information about strips.
A refference to the created form.
Events
Fires when the current dialog provider has changed.
C#
public static event EventHandler CurrentProviderChanged
Fires when a customize dialog is shown
C#
public static event EventHandler CustomizeDialogOpened
Fires before a customize dialog is shown
C#
public static event CancelEventHandler CustomizeDialogOpening