Click or drag to resize

SplashWindowShowMessage method

Displays a message in the SplashWindow.

Namespace: NetEti.CustomControls
Assembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public void ShowMessage(
	
	string message
)

Parameters

message  String
Message to be displayed in the SplashWindow.
See also