Returns whether the component is modifiable.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property IsReadOnly() As Boolean |
| [C#] |
|---|
|
| [Managed C++] |
|---|
public: __property bool get_IsReadOnly(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public bool getIsReadOnly(); |
| [Python - STK API] |
|---|
@property def IsReadOnly(self) -> bool: |





