Bonjours,
comment savoir si un control est un Label (par exemple) ?
Version imprimable
Bonjours,
comment savoir si un control est un Label (par exemple) ?
Bonjour,
Code: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 ! 8O
merci :wink: