Class RadControlSpyForm
Inherited Members
Namespace: Telerik.WinControls.RadControlSpy
Assembly: RadControlSpy.dll
Syntax
public class RadControlSpyForm : RadForm, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider
Constructors
RadControlSpyForm()
Declaration
public RadControlSpyForm()
Fields
SW_SHOWNA
Declaration
public const int SW_SHOWNA = 8
Field Value
System.Int32
|
Properties
TitleBar
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
|
Overrides
SetControlToSpy(Control)
Declaration
public void SetControlToSpy(Control controlToSpy)
Parameters
System.Windows.Forms.Control
controlToSpy
|
SetControlToSpy(Control, Boolean)
Declaration
public void SetControlToSpy(Control controlToSpy, bool expandTree)
Parameters
System.Windows.Forms.Control
controlToSpy
|
System.Boolean
expandTree
|