Represents a simple dialog that provides customization options for the element.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class CommandBarCustomizeDialog : RadForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, ISupportRootUIAutomation
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlFormRadFormControlBaseRadFormCommandBarCustomizeDialog...
Implements:
Inherited Members
Constructors
C#
public CommandBarCustomizeDialog()
Creates a customize dialog that provides customization options for the strips in the specified .
C#
public CommandBarCustomizeDialog(CommandBarStripInfoHolder stripInfoHolder)
The from which the information for the strips will be taken.
Fields
C#
public RadLabel chooseToolstripLabel
C#
public RadButton closeButton
C#
public RadButton moveDownButton
C#
public RadButton moveUpButton
C#
public RadPageView radPageView
C#
public RadButton resetItemsButton
C#
public CommandBarStripInfoHolder stripInfoHolder
C#
public RadListControl stripItemsListControl
C#
public RadDropDownList stripsDropDownList
C#
public RadListControl stripsListControl
C#
public RadPageViewPage toolstripItemsPage
C#
public RadPageViewPage toolstripsPage
Methods
Clean up any resources being used.
C#
protected override void Dispose(bool disposing)
true if managed resources should be disposed; otherwise, false.
Overrides:
C#
protected virtual void ItemDataBinding(object sender, ListItemDataBindingEventArgs args)
Called when the theme has changed.
C#
protected override void OnThemeChanged()
Overrides:
Sets the strings values depending on the current localization provider.
C#
protected virtual void SetLocalizedStrings()
C#
protected virtual void stripsListControl_CreatingVisualListItem(object sender, CreatingVisualListItemEventArgs args)
C#
protected virtual void stripsListControl_SelectedIndexChanged(object sender, PositionChangedEventArgs e)
C#
protected virtual void toolstripItemsListControl_CreatingVisualListItem(object sender, CreatingVisualListItemEventArgs args)
C#
protected virtual void toolstripItemsListControl_ItemDataBinding(object sender, ListItemDataBindingEventArgs args)
C#
protected virtual void toolstripItemsListControl_SelectedIndexChanged(object sender, PositionChangedEventArgs e)
C#
protected virtual void toolstripsDropDownList_SelectedIndexChanged(object sender, PositionChangedEventArgs e)
C#
protected virtual void UnwireEvents()
C#
protected virtual void WireEvents()