SetBoundsCore Method (ModelessTextBox)
In This Topic
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 ModelessTextBox
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
- y
- width
- height
- specified
See Also