Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Type Parameters:
T
U
Syntax:
C#
public abstract class RadNonClientUIBaseForm<T, U> : RadFormControlBase, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider where T : RadNonClientUIControl where U : RadNonClientUIBaseFormBehavior<T>
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlFormRadFormControlBaseRadNonClientUIBaseForm<T, U>...
Derived Classes:
Implements:
Inherited Members
Constructors
C#
protected RadNonClientUIBaseForm()
Properties
C#
protected virtual bool AddNonClientControlOnShownRuntime { get; }
C#
[Browsable(false)]
public FormBorderStyle FormBorderStyle { get; set; }
Gets a value indicating whether the form has its own toolbar.
C#
protected override bool HasOwnToolbar { get; }
Overrides:
C#
protected U NonClientUIFormBehavior { get; }
Methods
C#
protected virtual void AddNonClientControlInForm()
Called to initialize the behavior of the form when implemented in a derived class.
C#
protected override FormControlBehavior InitializeFormBehavior()
A FormControlBehavior instance that defines the form's behavior.
Overrides:
C#
protected override void SetIconPrimitiveVisibility(bool visible)
Overrides: