BasicWindowShowInformation Method |
Show an In line information in the current window.
Namespace:
Hummingbird.UI
Assembly:
Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntax public void ShowInformation(
string title,
string content
)
Public Sub ShowInformation (
title As String,
content As String
)
public:
void ShowInformation(
String^ title,
String^ content
)
Parameters
- title
- Type: SystemString
Title of the information window. - content
- Type: SystemString
Content of the information window.
See Also