Skip to content

Control.Add

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

Control.Add Method

Adds the specified control to the control collection (Windows, Linux).

Definition

Namespace: My.Sys.Forms

Syntax

Declare Sub Add(Ctrl As Control Ptr, Index As Integer = -1)

Parameters

Part Type Description
Ctrl Control
Index Integer

See also

Clone this wiki locally