Class PropertyGridDropDownForm
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class PropertyGridDropDownForm : RadForm, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider
Constructors
PropertyGridDropDownForm(IWindowsFormsEditorService)
Declaration
public PropertyGridDropDownForm(IWindowsFormsEditorService service)
Parameters
System.Windows.Forms.Design.IWindowsFormsEditorService
service
|
Properties
Component
Declaration
public Control Component { get; set; }
Property Value
System.Windows.Forms.Control
|
Methods
OnClosed(EventArgs)
Declaration
protected override void OnClosed(EventArgs args)
Parameters
System.EventArgs
args
|
OnDeactivate(EventArgs)
Declaration
protected override void OnDeactivate(EventArgs args)
Parameters
System.EventArgs
args
|
OnMouseDown(MouseEventArgs)
Declaration
protected override void OnMouseDown(MouseEventArgs me)
Parameters
System.Windows.Forms.MouseEventArgs
me
|