Gets a value indicating whether this instance is custom.
Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public bool IsCustom { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsCustom As Boolean Get |
| Visual C++ |
|---|
public: property bool IsCustom { bool get (); } |