SplashScreenVisible Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates if the splash screen is visible.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public bool Visible { get; }
Public ReadOnly Property Visible As Boolean
Get
public:
virtual property bool Visible {
bool get () sealed;
}
Property Value
Type:
BooleanTrue if the splash screen is visible.
Return Value
Type:
BooleanTrue if the splash screen is visible.
Remarks See Also