Class RadForm
This class represents the Telerik's Form control. You can create RadForm controls by inheriting from this class.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadForm : RadFormControlBase, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider
Constructors
RadForm()
Declaration
public RadForm()
Properties
AllowTheming
Gets or sets a boolean value indicating whether the Form customizes its NC area when under Vista with Composition enabled.
Declaration
public override bool AllowTheming { get; set; }
Property Value
System.Boolean
|
Overrides
FormElement
Gets the RadFormElement instance that represents the element hierarchy which builds the RadForm appearance.
Declaration
public RadFormElement FormElement { get; }
Property Value
RadFormElement
|
IconScaling
Gets or sets the scaling mode of the form's icon.
Declaration
public ImageScaling IconScaling { get; set; }
Property Value
ImageScaling
|
ShowIcon
Declaration
public bool ShowIcon { get; set; }
Property Value
System.Boolean
|
Text
Declaration
public override string Text { get; set; }
Property Value
System.String
The text associated with this control. |
ThemeClassName
Declaration
public override string ThemeClassName { get; set; }
Property Value
System.String
|
Overrides
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
EndInit()
InitializeFormBehavior()
Declaration
protected override FormControlBehavior InitializeFormBehavior()
Returns
FormControlBehavior
|
Overrides
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
ProcessCaptureChangeRequested(RadElement, Boolean)
Prevent the Form from getting the mouse capture when the capture is requested by one of the system buttons.
Declaration
protected override bool ProcessCaptureChangeRequested(RadElement element, bool capture)
Parameters
RadElement
element
|
System.Boolean
capture
|
Returns
System.Boolean
|
Overrides
ScrollToControl(Control)
Declaration
protected override Point ScrollToControl(Control activeControl)
Parameters
System.Windows.Forms.Control
activeControl
|
Returns
System.Drawing.Point
|
SetIconPrimitiveVisibility(Boolean)
Declaration
protected override void SetIconPrimitiveVisibility(bool visible)
Parameters
System.Boolean
visible
|