SetBoundsCore Method (InputTextBox)
In This Topic
Internal use only. Sets core bounds.
Syntax
'Declaration
Protected Overrides Sub SetBoundsCore( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As BoundsSpecified _
)
'Usage
Dim instance As InputTextBox
Dim x As Integer
Dim y As Integer
Dim width As Integer
Dim height As Integer
Dim specified As BoundsSpecified
instance.SetBoundsCore(x, y, width, height, specified)
protected override void SetBoundsCore(
int ,
int ,
int ,
int ,
BoundsSpecified
)
Parameters
- x
- Starting x-coordinate of bounds
- y
- Starting y-coordinate of bounds
- width
- Width of bounds
- height
- Height of bounds
- specified
- Bounds specified
See Also