IWizCombo.Count Property

Definition

Gets a count of the items in the specified wizard combo box.

public:
 property int Count { int get(); };
public:
 property int Count { int get(); };
[System.Runtime.InteropServices.DispId(1610743815)]
public int Count { [System.Runtime.InteropServices.DispId(1610743815)] get; }
[<System.Runtime.InteropServices.DispId(1610743815)>]
[<get: System.Runtime.InteropServices.DispId(1610743815)>]
member this.Count : int
Public ReadOnly Property Count As Integer

Property Value

The number of items in the wizard combo box.

Attributes

Applies to