Click or drag to resize

IVIZZARDServiceAddStartPageControl Method

시작페이지에 컨트롤 추가

Namespace:  SHConnector
Assembly:  SHConnector (in SHConnector.dll) Version: 4.0.0.24207 (4.0.0.24207)
Syntax
C#
void AddStartPageControl(
	UserControl control,
	DockStyle DockStyleType,
	bool RemoveControl
)

Parameters

control
Type: System.Windows.FormsUserControl
추가하고자 하는 UserControl
DockStyleType
Type: System.Windows.FormsDockStyle
DockStyle
RemoveControl
Type: SystemBoolean
이전에 추가된 컨트롤 제거 여부
See Also