Class RadNCEnabledControl
This class represents a RadControl that allows for non-client area modification and paiting.
Inherited Members
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class RadNCEnabledControl : RadNonClientUIControl, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider
Constructors
RadNCEnabledControl()
Declaration
public RadNCEnabledControl()
Properties
EnableNCModification
Declaration
protected virtual bool EnableNCModification { get; }
Property Value
System.Boolean
|
EnableNCPainting
Declaration
protected virtual bool EnableNCPainting { get; }
Property Value
System.Boolean
|
HelpButtonElement
IconCaptionElement
Declaration
public override ImagePrimitive IconCaptionElement { get; }
Property Value
ImagePrimitive
|
Overrides
MaximizeButtonElement
MinimizeButtonElement
SystemButtonsElement
TextCaptionElement
Declaration
public override RadElement TextCaptionElement { get; }
Property Value
RadElement
|
Overrides
Methods
GetNCMetrics()
Declaration
protected virtual Padding GetNCMetrics()
Returns
System.Windows.Forms.Padding
|
OnNCPaint(Graphics)
Declaration
protected virtual void OnNCPaint(Graphics g)
Parameters
System.Drawing.Graphics
g
|
WmNCHitTest(ref Message)
Declaration
protected override bool WmNCHitTest(ref Message msg)
Parameters
System.Windows.Forms.Message
msg
|
Returns
System.Boolean
|
Overrides
WndProc(ref Message)
Declaration
protected override void WndProc(ref Message m)
Parameters
System.Windows.Forms.Message
m
|