Gets the number of screen overlays in the collection.
Read-only property
[Visual Basic .NET] |
---|
Public Property Count() As Integer |
[C#] |
---|
public int Count {get;} |
[Managed C++] |
---|
public: __property int get_Count(); |
[Unmanaged C++] |
---|
public: HRESULT get_Count( int * pRetVal ); |
[Java] |
---|
public Integer getCount(); |