Specifies the number of files when the CancelAll button appears

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

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

See Also