Bonjours,
comment savoir si un control est un Label (par exemple) ?
Bonjours,
comment savoir si un control est un Label (par exemple) ?
Bonjour,
Code : Sélectionner tout - Visualiser dans une fenêtre à part if ( monControl.GeType() == typeof(System.Windows.Forms.Label) )
je ne trouve pas la convertion de cet exemple en VB
Mince désolé.
If monControl.GeType = GetType(System.Windows.Forms.Label) Then
End If
J'avais pas vu !![]()
Partager