Gets or sets the mime filter for HTML5 dialog , for example , image/*

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

Syntax

C#
public string DialogAccept { get; set; }
Visual Basic
Public Property DialogAccept As String
	Get
	Set
Visual C++
public:
property String^ DialogAccept {
	String^ get ();
	void set (String^ value);
}

See Also