DataPA Enterprise Dashboard Controls 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
| C# | 
|---|
public bool Visible { get; } | 
| Visual Basic | 
|---|
Public ReadOnly Property Visible As Boolean
	Get  | 
| Visual C++ | 
|---|
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