|
AboutDialogSetCompanyLogo(String) Method
|
Sets the logo that is to be displayed in the About Dialog.
Namespace: GSF.Windows.FormsAssembly: GSF.Windows (in GSF.Windows.dll) Version: 2.4.207-beta
Syntax public void SetCompanyLogo(
string logoFile
)
Public Sub SetCompanyLogo (
logoFile As String
)
public:
void SetCompanyLogo(
String^ logoFile
)
member SetCompanyLogo :
logoFile : string -> unit
function SetCompanyLogo(logoFile);
View SourceParameters
- logoFile String
- Location of the logo file.
See Also