SplashScreenHideOnClick Property |
|
DataPA OpenAnalytics 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 public bool HideOnClick { get; set; }
Public Property HideOnClick As Boolean
Get
Set
public:
virtual property bool HideOnClick {
bool get () sealed;
void set (bool value) sealed;
}
function get_HideOnClick();
function set_HideOnClick(value);
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