Class RadSizablePopupControl
This class represents a pop-up form that exposes sizing-grip and thus can be resized by the user.
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadSizablePopupControl : RadPopupControlBase, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider, IPopupControl
Constructors
RadSizablePopupControl(RadItem)
Creates an instance of the RadSizablePopupControl class.
Declaration
public RadSizablePopupControl(RadItem owner)
Parameters
RadItem
owner
The owner of the popup-form |
Properties
SizingGrip
Gets the element that represents the sizing grip of the popup.
Declaration
public SizeGripElement SizingGrip { get; }
Property Value
SizeGripElement
|
SizingGripDockLayout
Gets the DockLayoutPanel that holds the sizing grips.
Declaration
public DockLayoutPanel SizingGripDockLayout { get; }
Property Value
DockLayoutPanel
|
SizingMode
Gets or sets a value of the SizingMode enumeration. This value determines how the pop-up form can be resized: vertically, horizontally or both.
Declaration
public SizingMode SizingMode { get; set; }
Property Value
SizingMode
|
ThemeClassName
Declaration
public override string ThemeClassName { get; set; }
Property Value
System.String
|
Overrides
Methods
ControlDefinesThemeForElement(RadElement)
Declaration
public override bool ControlDefinesThemeForElement(RadElement element)
Parameters
RadElement
element
|
Returns
System.Boolean
|
Overrides
CreateChildItems(RadElement)
Declaration
protected override void CreateChildItems(RadElement parent)
Parameters
RadElement
parent
|