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