 | SplashWindowShowVersion Method |
Displays the program version in the SplashWindow.
Namespace: NetEti.CustomControlsAssembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic void ShowVersion(
string version
)
Public Sub ShowVersion (
version As String
)
public:
void ShowVersion(
String^ version
)
member ShowVersion :
version : string -> unit Parameters
- version String
- Message to be displayed in the SplashWindow.
See also