Class RadNonClientUIBaseForm<T, U>
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public abstract class RadNonClientUIBaseForm<T, U> : RadFormControlBase, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider where T : RadNonClientUIControl where U : RadNonClientUIBaseFormBehavior<T>
Type Parameters
T
|
U
|
Constructors
RadNonClientUIBaseForm()
Declaration
protected RadNonClientUIBaseForm()
Properties
AddNonClientControlOnShownRuntime
Declaration
protected virtual bool AddNonClientControlOnShownRuntime { get; }
Property Value
System.Boolean
|
AllowAero
Declaration
public virtual bool AllowAero { get; set; }
Property Value
System.Boolean
|
FormBorderStyle
Declaration
public FormBorderStyle FormBorderStyle { get; set; }
Property Value
System.Windows.Forms.FormBorderStyle
|
HasOwnToolbar
Declaration
protected override bool HasOwnToolbar { get; }
Property Value
System.Boolean
|
Overrides
NonClientUIFormBehavior
Declaration
protected U NonClientUIFormBehavior { get; }
Property Value
U
|
Methods
AddNonClientControlInForm()
Declaration
protected virtual void AddNonClientControlInForm()
CheckBorderWidth(FormBorderStyle)
Declaration
protected void CheckBorderWidth(FormBorderStyle value)
Parameters
System.Windows.Forms.FormBorderStyle
value
|
InitializeFormBehavior()
Declaration
protected override FormControlBehavior InitializeFormBehavior()
Returns
FormControlBehavior
|
Overrides
IsNonClientControInForm()
Declaration
protected virtual bool IsNonClientControInForm()
Returns
System.Boolean
|
OnShown(EventArgs)
Declaration
protected override void OnShown(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
SetIconPrimitiveVisibility(Boolean)
Declaration
protected override void SetIconPrimitiveVisibility(bool visible)
Parameters
System.Boolean
visible
|