Gets or sets a boolean indicating whether Uploader should render a browse button for FireFox/Opera in Iframe Mode.

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

Syntax

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

See Also