_CommandBarComboBox.ListCount 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 the number of items in the list.
public:
property int ListCount { int get(); };
public:
property int ListCount { int get(); };
[System.Runtime.InteropServices.DispId(1610940424)]
public int ListCount { [System.Runtime.InteropServices.DispId(1610940424)] get; }
[<System.Runtime.InteropServices.DispId(1610940424)>]
[<get: System.Runtime.InteropServices.DispId(1610940424)>]
member this.ListCount : int
Public ReadOnly Property ListCount As Integer
Property Value
The number of items in the list.
- Attributes