Reference to the administrative ajax toolbox panel, used when there is a need to refresh it.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public Panel ToolboxPanel { get; set; }
Visual Basic
Public Property ToolboxPanel As Panel
	Get
	Set
Visual C++
public:
property Panel^ ToolboxPanel {
	Panel^ get ();
	void set (Panel^ value);
}
F#
member ToolboxPanel : Panel with get, set

Property Value

Type: Panel

See Also