Share via


PathListBox.StartItemIndex Property

Gets or sets the index to use within the list of items.

Namespace: Microsoft.Expression.Controls
Assembly: Microsoft.Expression.Controls (in microsoft.expression.controls.dll)

Syntax

'Declaration
Public Property StartItemIndex As Double
'Usage
Dim instance As PathListBox
Dim value As Double

value = instance.StartItemIndex

instance.StartItemIndex = value
public double StartItemIndex { get; set; }
public:
property double StartItemIndex {
    double get ();
    void set (double value);
}
/** @property */
public double get_StartItemIndex ()

/** @property */
public void set_StartItemIndex (double value)
public function get StartItemIndex () : double

public function set StartItemIndex (value : double)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

PathListBox Class
PathListBox Members
Microsoft.Expression.Controls Namespace