Sets or retrieves the appearance of the file input control.

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

Syntax

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

See Also