Specifies the FullPage state

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

Syntax

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

See Also