窗口关联浏览

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

语法

C#
public static void BindForms(
	IForm[] forms,
	bool autoLayoutWindows,
	bool isMergeForm,
	bool isAddToCurrentGroups,
	Orientation orientation
)

参数

forms
Type: array< SuperMap.Desktop..::.IForm >[]()[]
进行关联浏览的窗口集合
autoLayoutWindows
Type: System..::.Boolean
是否自动布局
isMergeForm
Type: System..::.Boolean
是否需要将同类型窗口合并到一个分组中
isAddToCurrentGroups
Type: System..::.Boolean
是否将窗口添加到当前分组中
orientation
Type: System.Windows.Forms..::.Orientation
窗口排列方向(水平和垂直)

请参见