States.DefaultIndex 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.
Default index into state list
public:
property int DefaultIndex { int get(); void set(int value); };
public int DefaultIndex { get; set; }
member this.DefaultIndex : int with get, set
Public Property DefaultIndex As Integer