The splash logo graphic to be displayed in
the control.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property Picture() As Picture
|
| [C#] |
|---|
public System.Drawing.Image Picture {get; set;}
|
| [Managed C++] |
|---|
public: __property stdole::IPictureDisp^ get_Picture();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Picture(
|
| [Java] |
|---|
public Picture getPicture();public void setPicture(
|
| [Visual Basic .NET] | Copy Code
|
|
|---|---|---|
|
||