CommandBarPopup.accChildCount Property

Definition

Gets the number of children. This property is deprecated.

public:
 property int accChildCount { int get(); };
public:
 property int accChildCount { int get(); };
[System.Runtime.InteropServices.DispId(-5001)]
public 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 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.

Applies to