London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class ResizableControlExtender

Inheritance
System.Object
ResizableControlExtender
Implements
Inherited Members
Namespace: AjaxControlToolkit
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
Syntax
[RequiredScript(typeof(CommonToolkitScripts))]
[ClientScriptResource("AjaxControlToolkit.ResizableControlBehavior", "AjaxControlToolkit.ResizableControl.ResizableControlBehavior.js")]
public class ResizableControlExtender : ExtenderControlBase, IControlResolver

Constructors

ResizableControlExtender()

Declaration
public ResizableControlExtender()

Properties

HandleCssClass

Declaration
[ExtenderControlProperty]
[RequiredProperty]
public string HandleCssClass { get; set; }
Property Value
Type Description
System.String

HandleOffsetX

Declaration
[ExtenderControlProperty]
public int HandleOffsetX { get; set; }
Property Value
Type Description
System.Int32

HandleOffsetY

Declaration
[ExtenderControlProperty]
public int HandleOffsetY { get; set; }
Property Value
Type Description
System.Int32

MaximumHeight

Declaration
[ExtenderControlProperty]
public int MaximumHeight { get; set; }
Property Value
Type Description
System.Int32

MaximumWidth

Declaration
[ExtenderControlProperty]
public int MaximumWidth { get; set; }
Property Value
Type Description
System.Int32

MinimumHeight

Declaration
[ExtenderControlProperty]
public int MinimumHeight { get; set; }
Property Value
Type Description
System.Int32

MinimumWidth

Declaration
[ExtenderControlProperty]
public int MinimumWidth { get; set; }
Property Value
Type Description
System.Int32

OnClientResize

Declaration
[ClientPropertyName("resize")]
[ExtenderControlProperty]
public string OnClientResize { get; set; }
Property Value
Type Description
System.String

OnClientResizeBegin

Declaration
[ClientPropertyName("resizebegin")]
[ExtenderControlProperty]
public string OnClientResizeBegin { get; set; }
Property Value
Type Description
System.String

OnClientResizing

Declaration
[ClientPropertyName("resizing")]
[ExtenderControlProperty]
public string OnClientResizing { get; set; }
Property Value
Type Description
System.String

ResizableCssClass

Declaration
[ExtenderControlProperty]
public string ResizableCssClass { get; set; }
Property Value
Type Description
System.String

Size

Declaration
public Size Size { get; set; }
Property Value
Type Description
System.Drawing.Size

Methods

EnsureValid()

Declaration
public override void EnsureValid()
Overrides

Implements