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: DataPAClientConfigAssembly: 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:
BooleanTrue if the screen will be hidden on a mouse click.
Return Value
Type:
BooleanTrue if the screen will be hidden on a mouse click.
Remarks
See Also