Skip to content

Control.RequestAlign

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

Control.RequestAlign Method

Instructs the parent of a control to reposition the control, enforcing its Align property (Windows, Linux).

Definition

Namespace: My.Sys.Forms

Syntax

Declare Sub RequestAlign(iClientWidth As Integer = -1, iClientHeight As Integer = -1, bInDraw As Boolean = False, bWithoutControl As Control Ptr = 0)

Parameters

Part Type Description
iClientWidth Integer
iClientHeight Integer
bInDraw Boolean
bWithoutControl Control

See also

Clone this wiki locally