DataPA Enterprise Dashboard Controls API Reference
Gets and sets a boolean value that determines if the screen will be hidden on a mouse click.

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

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

Property Value

Type: Boolean
True if the screen will be hidden on a mouse click.

Return Value

Type: Boolean
True if the screen will be hidden on a mouse click.

Remarks