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

Syntax

C#
public int NumFilesShowQueueUI { get; set; }
Visual Basic
Public Property NumFilesShowQueueUI As Integer
	Get
	Set
Visual C++
public:
property int NumFilesShowQueueUI {
	int get ();
	void set (int value);
}

See Also