AnnotatedScrollBar.Labels 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.
Obtient ou définit une collection d’objets AnnotatedScrollBarLabel
qui définissent les étiquettes à afficher par .AnnotatedScrollBar
public:
property IVector<AnnotatedScrollBarLabel ^> ^ Labels { IVector<AnnotatedScrollBarLabel ^> ^ get(); void set(IVector<AnnotatedScrollBarLabel ^> ^ value); };
IVector<AnnotatedScrollBarLabel> Labels();
void Labels(IVector<AnnotatedScrollBarLabel> value);
public IList<AnnotatedScrollBarLabel> Labels { get; set; }
var iVector = annotatedScrollBar.labels;
annotatedScrollBar.labels = iVector;
Public Property Labels As IList(Of AnnotatedScrollBarLabel)
Valeur de propriété
Collection d’objets AnnotatedScrollBarLabel
qui définissent les étiquettes à afficher par .AnnotatedScrollBar
La valeur par défaut est une collection vide.