根据指定的参数来构造一个 UIButtonBarContainerGroup 的新对象。

命名空间:  SuperMap.Desktop.UI
程序集:  SuperMap.Desktop.UI.Controls (in SuperMap.Desktop.UI.Controls)
版本: dll

语法

C#
public UIButtonBarContainerGroup(
	Control control,
	string text
)

参数

control
Type: System.Windows.Forms..::.Control
UIButtonBarContainerGroup 对象要使用的控件。
text
Type: System..::.String
UIButtonBarContainerGroup 的标题。

请参见