Skip to content

Control.IndexOf

Xusinboy Bekchanov edited this page Nov 6, 2023 · 4 revisions

Control.IndexOf Method

Retrieves the index of a specified Control object in the collection (Windows, Linux).

Definition

Namespace: My.Sys.Forms

Syntax

Declare Function IndexOf(Ctrl As Control Ptr) As Integer

Parameters

Part Type Description
Ctrl Control

Return Value

Integer

See also

Clone this wiki locally