Sets or retrieves the appearance of the file input control.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.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