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