DataPA Enterprise Dashboard Controls API Reference
Gets and set the bitmap image that will be used to display the splash screen.

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

Syntax

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

Property Value

Type: Bitmap
The bitmap image that will be used to display the splash screen.

Return Value

Type: Bitmap
The bitmap image that will be used to display the splash screen.

Remarks