Class CommandBarCustomizeDialog
Represents a simple dialog that provides customization options for the element.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class CommandBarCustomizeDialog : RadForm, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider
Constructors
CommandBarCustomizeDialog()
Declaration
public CommandBarCustomizeDialog()
CommandBarCustomizeDialog(CommandBarStripInfoHolder)
Creates a customize dialog that provides customization options for the strips in the specified .
Declaration
public CommandBarCustomizeDialog(CommandBarStripInfoHolder stripInfoHolder)
Parameters
CommandBarStripInfoHolder
stripInfoHolder
The |
Fields
chooseToolstripLabel
closeButton
moveDownButton
moveUpButton
radPageView
resetItemsButton
stripInfoHolder
stripItemsListControl
stripsDropDownList
stripsListControl
toolstripItemsPage
toolstripsPage
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
Overrides
ItemDataBinding(Object, ListItemDataBindingEventArgs)
Declaration
protected virtual void ItemDataBinding(object sender, ListItemDataBindingEventArgs args)
Parameters
System.Object
sender
|
ListItemDataBindingEventArgs
args
|
moveDownButton_Click(Object, EventArgs)
Declaration
protected virtual void moveDownButton_Click(object sender, EventArgs e)
Parameters
System.Object
sender
|
System.EventArgs
e
|
moveUpButton_Click(Object, EventArgs)
Declaration
protected virtual void moveUpButton_Click(object sender, EventArgs e)
Parameters
System.Object
sender
|
System.EventArgs
e
|
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
OnRightToLeftChanged(EventArgs)
Declaration
protected override void OnRightToLeftChanged(EventArgs e)
Parameters
System.EventArgs
e
|
OnThemeChanged()
SetLocalizedStrings()
Sets the strings values depending on the current localization provider.
Declaration
protected virtual void SetLocalizedStrings()
stripsListControl_CreatingVisualListItem(Object, CreatingVisualListItemEventArgs)
Declaration
protected virtual void stripsListControl_CreatingVisualListItem(object sender, CreatingVisualListItemEventArgs args)
Parameters
System.Object
sender
|
CreatingVisualListItemEventArgs
args
|
stripsListControl_SelectedIndexChanged(Object, PositionChangedEventArgs)
Declaration
protected virtual void stripsListControl_SelectedIndexChanged(object sender, PositionChangedEventArgs e)
Parameters
System.Object
sender
|
PositionChangedEventArgs
e
|
toolstripItemsListControl_CreatingVisualListItem(Object, CreatingVisualListItemEventArgs)
Declaration
protected virtual void toolstripItemsListControl_CreatingVisualListItem(object sender, CreatingVisualListItemEventArgs args)
Parameters
System.Object
sender
|
CreatingVisualListItemEventArgs
args
|
toolstripItemsListControl_ItemDataBinding(Object, ListItemDataBindingEventArgs)
Declaration
protected virtual void toolstripItemsListControl_ItemDataBinding(object sender, ListItemDataBindingEventArgs args)
Parameters
System.Object
sender
|
ListItemDataBindingEventArgs
args
|
toolstripItemsListControl_SelectedIndexChanged(Object, PositionChangedEventArgs)
Declaration
protected virtual void toolstripItemsListControl_SelectedIndexChanged(object sender, PositionChangedEventArgs e)
Parameters
System.Object
sender
|
PositionChangedEventArgs
e
|
toolstripsDownList_SelectedValueChanged(Object, EventArgs)
Declaration
protected virtual void toolstripsDownList_SelectedValueChanged(object sender, EventArgs e)
Parameters
System.Object
sender
|
System.EventArgs
e
|
toolstripsDropDownList_SelectedIndexChanged(Object, PositionChangedEventArgs)
Declaration
protected virtual void toolstripsDropDownList_SelectedIndexChanged(object sender, PositionChangedEventArgs e)
Parameters
System.Object
sender
|
PositionChangedEventArgs
e
|
UnwireEvents()
Declaration
protected virtual void UnwireEvents()
WireEvents()
Declaration
protected virtual void WireEvents()