Shape.FormControlType Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Cette propriété renvoie le type de contrôle Microsoft Excel. En lecture seule XlFormControl.
public:
property Microsoft::Office::Interop::Excel::XlFormControl FormControlType { Microsoft::Office::Interop::Excel::XlFormControl get(); };
public Microsoft.Office.Interop.Excel.XlFormControl FormControlType { get; }
Public ReadOnly Property FormControlType As XlFormControl
Valeur de propriété
Remarques
Vous ne pouvez pas utiliser cette propriété avec des contrôles ActiveX (la Type propriété de l’objet Shape doit retourner msoFormControl).