WdSmartTagControlType Énumération
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.
Spécifie le type de contrôle associé à un objet SmartTagAction.
public enum class WdSmartTagControlType
[System.Runtime.InteropServices.Guid("5BE83446-698C-3E28-A887-023C64E9DC57")]
public enum WdSmartTagControlType
type WdSmartTagControlType =
Public Enum WdSmartTagControlType
- Héritage
-
WdSmartTagControlType
- Attributs
Champs
| wdControlActiveX | 13 | Contrôle ActiveX. |
| wdControlButton | 6 | Bouton. |
| wdControlCheckbox | 9 | Case à cocher. |
| wdControlCombo | 12 | Zone de liste modifiable |
| wdControlDocumentFragment | 14 | Fragment de document. |
| wdControlDocumentFragmentURL | 15 | URL de fragment de document. |
| wdControlHelp | 3 | Aide. |
| wdControlHelpURL | 4 | URL de l'aide. |
| wdControlImage | 8 | Image. |
| wdControlLabel | 7 | Étiquette. |
| wdControlLink | 2 | Lien. |
| wdControlListbox | 11 | Zone de liste. |
| wdControlRadioGroup | 16 | Groupe de cases d'option. |
| wdControlSeparator | 5 | Séparateur. |
| wdControlSmartTag | 1 | Balise active. |
| wdControlTextbox | 10 | Zone de texte. |