Click or drag to resize

ModernContentShowInformation Method

Show an Windows 8.1 style information panel 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
)

Parameters

title
Type: SystemString
Title of the information window.
content
Type: SystemString
Content of the information window.
See Also