Description
The splash logo graphic file to be displayed in the control.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property PictureFromFile() As String
|
| [C#] |
|---|
public string PictureFromFile {get; set;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_PictureFromFile(); public: __property void set_PictureFromFile(
String __gc ^
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_PictureFromFile(
BSTR * pPictureFile
);
public: HRESULT put_PictureFromFile(
BSTR PictureFile
);
|
| [Java] |
|---|
public String getPictureFromFile();
public void setPictureFromFile(
String
);
|
See Also