Class RadFormDesignerRibbonDialog
This class represents the dialog form shown to the user when they drop a RadRibbonBar control on a RadForm control in the Visual Studio designer.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadFormDesignerRibbonDialog : RadForm, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider
Constructors
RadFormDesignerRibbonDialog()
Creates an instance of the RadFormDesignerRibbonDialog
Declaration
public RadFormDesignerRibbonDialog()
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. |