… = .Window.Controls[…] (gb.qt4)

Dim hWindow As Window
Dim hControl As Control
hControl = hWindow.Controls [ Name As String ]

Returns a reference to the control whose name is Name, and that is located in the specified window.