Click or drag to resize

AboutDialogSetCompanyDisclaimer(Stream) Method

Sets the disclaimer text 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 SetCompanyDisclaimer(
	Stream disclaimerStream
)
View Source

Parameters

disclaimerStream  Stream
System.IO.Stream of the disclaimer text.
See Also