This class represents a pop-up form that exposes sizing-grip and thus can be resized by the user.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class RadSizablePopupControl : RadPopupControlBase, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IAnalyticsProvider, IPopupControl
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlRadControlRadPopupControlBaseRadSizablePopupControl...
Derived Classes:
Implements:
Inherited Members
Constructors
Creates an instance of the RadSizablePopupControl class.
Properties
Gets the element that represents the sizing grip of the popup.
public SizeGripElement SizingGrip { get; }
Gets the DockLayoutPanel that holds the sizing grips.
public DockLayoutPanel SizingGripDockLayout { get; }
Gets or sets a value of the SizingMode enumeration. This value determines how the pop-up form can be resized: vertically, horizontally or both.
public SizingMode SizingMode { get; set; }
Gets or sets the class name string that ThemeResolutionService will use to find the themes registered for the control.
public override string ThemeClassName { get; set; }
Overrides:
By default the return value is RadControl's type FullName; Some controls like drop down menu has different ThemeClassName depending on the runtime usage of the control.
Methods
Checks whether the element's theme is defined by the control.
public override bool ControlDefinesThemeForElement(RadElement element)
The element to should be checked.
Returns:true if the control defines theme for this element, false otherwise.
Overrides:
If true is returned the ThemeResolutionService would not not set any theme to the element to avoid duplicating the style settings of the element.
protected override void CreateChildItems(RadElement parent)
Overrides: