AnnotatedScrollBar.Labels Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a collection of AnnotatedScrollBarLabel
objects that define the labels to be displayed by the 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)
Property Value
A collection of AnnotatedScrollBarLabel
objects that define the labels to be displayed by the AnnotatedScrollBar
. The default is an empty collection.