ControlCreatorCreateTextBoxWithTopLeftAnchor Method |
Namespace: Kettic.AspNet.Controls.DesignAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic static TextBox CreateTextBoxWithTopLeftAnchor(
Size size,
Point location
)
Public Shared Function CreateTextBoxWithTopLeftAnchor (
size As Size,
location As Point
) As TextBox
public:
static TextBox^ CreateTextBoxWithTopLeftAnchor(
Size size,
Point location
)
static member CreateTextBoxWithTopLeftAnchor :
size : Size *
location : Point -> TextBox
Parameters
- size
- Type: System.DrawingSize
- location
- Type: System.DrawingPoint
Return Value
Type:
TextBox
See Also