Skip to content

Component.SetBounds

Xusinboy Bekchanov edited this page Nov 5, 2023 · 3 revisions

Component.SetBounds Method

Sets the bounds of the control to the specified location and size.

Definition

Namespace: My.Sys.Forms

Syntax

Declare Sub SetBounds(ALeft As Integer, ATop As Integer, AWidth As Integer, AHeight As Integer)

Parameters

Part Type Description
ALeft Integer
ATop Integer
AWidth Integer
AHeight Integer

See also

Clone this wiki locally