[]
Returns the preffered size of the input control in pixels.
public abstract void GetAutoSize(IScriptContext context, ref int width, ref int height)
Public MustOverride Sub GetAutoSize(context As IScriptContext, ByRef width As Integer, ByRef height As Integer)
| Type | Name | Description |
|---|---|---|
| IScriptContext | context | Context that should be used to get calculated style properties. |
| int | width | OUT: Width of the control. |
| int | height | OUT: Height of the control. |