Returns true if the component is
read-only
| [Visual Basic .NET] |
|---|
Public Function IsReadOnly() As Boolean
|
| [C#] |
|---|
public bool IsReadOnly();
|
| [Managed C++] |
|---|
public: bool IsReadOnly();
|
| [Java] |
|---|
public bool isReadOnly();
|
| [Unmanaged C++] |
|---|
public: HRESULT IsReadOnly(
|