Description
Returns an array of valid choices.
Property type
Read-only property
Syntax
| [Visual Basic .NET] |
|---|
Public Property DisplayStatusSupportedTypes() As System.Array
|
| [C#] |
|---|
public System.Array DisplayStatusSupportedTypes {get;}
|
| [Managed C++] |
|---|
public: __property System::Array get_DisplayStatusSupportedTypes();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_DisplayStatusSupportedTypes(
SAFEARRAY * * ppRetVal
);
|
| [Java] |
|---|
public AgSafeArray getDisplayStatusSupportedTypes();
|
| [Python - STK API] |
|---|
@property
def DisplayStatusSupportedTypes(self) -> list:
|
See Also