DataPA Enterprise Dashboard Controls API Reference
Gets and set the bitmap image that will be used to display the splash screen.
Namespace: DataPAClientConfigAssembly: 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:
BitmapThe bitmap image that will be used to display the splash screen.
Return Value
Type:
BitmapThe bitmap image that will be used to display the splash screen.
Remarks
See Also