Gets a value indicating whether this instance is custom.

Namespace: CuteEditor
Assembly: 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 ();
}

Field Value

true if this instance is custom; otherwise, false.

See Also