Returns whether the component is ready. The
component is ready if it's been fully initialized.
Read-only property
[Visual Basic .NET] |
---|
Public Property IsReady() As Boolean
|
[C#] |
---|
public bool IsReady {get;}
|
[Managed C++] |
---|
public: __property bool get_IsReady();
|
[Unmanaged C++] |
---|
public: HRESULT get_IsReady(
|
[Java] |
---|
public bool getIsReady();
|