Click or drag to resize

AboutDialogSetCompanyLogo(Stream) Method

Sets the logo that is to be displayed in the About Dialog.

Namespace: GSF.Windows.Forms
Assembly: GSF.Windows (in GSF.Windows.dll) Version: 2.4.181-beta
Syntax
public void SetCompanyLogo(
	Stream logoStream
)
View Source

Parameters

logoStream  Stream
System.IO.Stream of the logo.
See Also