Gets or sets the custom banner. Works only on FULL license mode.
Namespace: Conaito.FlipdooAssembly: flipdoo (in flipdoo.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public Bitmap CustomLogo { get; set; } |
| Visual Basic |
|---|
Public Property CustomLogo As Bitmap Get Set |
| Visual C++ |
|---|
public: property Bitmap^ CustomLogo { Bitmap^ get (); void set (Bitmap^ value); } |