Class RadNonClientUIControl
An abstract RadControl defining UI elements to be added in the non-client area of the form.
Inherited Members
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public abstract class RadNonClientUIControl : RadControl, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider
Constructors
RadNonClientUIControl()
Declaration
protected RadNonClientUIControl()
Properties
HelpButtonElement
IconCaptionElement
Declaration
public abstract ImagePrimitive IconCaptionElement { get; }
Property Value
ImagePrimitive
|
MaximizeButtonElement
MinimizeButtonElement
SystemButtonsElement
TextCaptionElement
Methods
WmNCHitTest(ref Message)
Declaration
protected abstract bool WmNCHitTest(ref Message msg)
Parameters
System.Windows.Forms.Message
msg
|
Returns
System.Boolean
|
WndProc(ref Message)
Declaration
protected override void WndProc(ref Message m)
Parameters
System.Windows.Forms.Message
m
|