Class ResizableControlExtender
Inheritance
System.Object
ResizableControlExtender
Assembly: AjaxControlToolkit.dll
Version: 13.30.0
[RequiredScript(typeof(CommonToolkitScripts))]
[ClientScriptResource("AjaxControlToolkit.ResizableControlBehavior", "AjaxControlToolkit.ResizableControl.ResizableControlBehavior.js")]
public class ResizableControlExtender : ExtenderControlBase, IControlResolver
Constructors
Declaration
public ResizableControlExtender()
Properties
Declaration
[ExtenderControlProperty]
[RequiredProperty]
public string HandleCssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
public int HandleOffsetX { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[ExtenderControlProperty]
public int HandleOffsetY { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[ExtenderControlProperty]
public int MaximumHeight { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[ExtenderControlProperty]
public int MaximumWidth { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[ExtenderControlProperty]
public int MinimumHeight { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[ExtenderControlProperty]
public int MinimumWidth { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
[ClientPropertyName("resize")]
[ExtenderControlProperty]
public string OnClientResize { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ClientPropertyName("resizebegin")]
[ExtenderControlProperty]
public string OnClientResizeBegin { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ClientPropertyName("resizing")]
[ExtenderControlProperty]
public string OnClientResizing { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
[ExtenderControlProperty]
public string ResizableCssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Size Size { get; set; }
Property Value
Type |
Description |
System.Drawing.Size |
|
Methods
Declaration
public override void EnsureValid()
Overrides
Implements