[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix.Gui.Pages
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void AddGroup(
	Control control,
	string title
)
Public Sub AddGroup ( _
	control As Control, _
	title As String _
)
public:
void AddGroup(
	Control^ control, 
	String^ title
)

Parameters

control
Control
title
String

See Also