Gets or sets a value indicating whether [hide no item table].

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

Syntax

C#
public bool HideNoItemTable { get; set; }
Visual Basic
Public Property HideNoItemTable As Boolean
	Get
	Set
Visual C++
public:
property bool HideNoItemTable {
	bool get ();
	void set (bool value);
}

Field Value

true if [hide no item table]; otherwise, false.

See Also