Share via


PathListBoxItem.GlobalIndex Property

For a description of this member, see GlobalIndex.

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

Syntax

'Declaration
Public Property GlobalIndex As Integer
'Usage
Dim instance As PathListBoxItem
Dim value As Integer

value = instance.GlobalIndex
public int GlobalIndex { get; }
public:
virtual property int GlobalIndex {
    int get () sealed;
}
/** @property */
public final int get_GlobalIndex ()
public final function get GlobalIndex () : int

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

PathListBoxItem Class
PathListBoxItem Members
Microsoft.Expression.Controls Namespace