Namespace: CuteEditor.Tools
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public override bool HasValue { get; }
Visual Basic
Public Overrides ReadOnly Property HasValue As Boolean
	Get
Visual C++
public:
virtual property bool HasValue {
	bool get () override;
}

See Also