SetBoundsCore Method (C1SpellDialog)
In This Topic
Syntax
'Declaration
Protected Overridable Sub SetBoundsCore( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Windows.Forms.BoundsSpecified _
)
protected virtual void SetBoundsCore(
System.int? ,
System.int? ,
System.int? ,
System.int? ,
System.Windows.Forms.BoundsSpecified?
)
Parameters
- x
- y
- width
- height
- specified
See Also