CommandBarComboBoxClass.accChildCount 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 children. This property is deprecated.
public:
virtual property int accChildCount { int get(); };
public:
virtual property int accChildCount { int get(); };
[System.Runtime.InteropServices.DispId(-5001)]
public virtual int accChildCount { [System.Runtime.InteropServices.DispId(-5001)] [System.Runtime.InteropServices.TypeLibFunc(64)] get; }
[<System.Runtime.InteropServices.DispId(-5001)>]
[<get: System.Runtime.InteropServices.DispId(-5001)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(64)>]
member this.accChildCount : int
Public Overridable ReadOnly Property accChildCount As Integer
Property Value
The number of children. This property is deprecated.
Implements
- Attributes
Remarks
This property throws a DeprecatedException when called.