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
Syntaxpublic 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