Inserts a new view in the tab specifed, for the index specified

Namespace: Ico.WPF.Specialized
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void AddView(
	IView view,
	int tabIndex,
	int viewindex
)
Visual Basic
Public Sub AddView ( _
	view As IView, _
	tabIndex As Integer, _
	viewindex As Integer _
)
JScript
public function AddView(
	view : IView, 
	tabIndex : int, 
	viewindex : int
)

Parameters

view
Type: Ico.WPF.Specialized..::..IView
tabIndex
Type: System..::..Int32
viewindex
Type: System..::..Int32

See Also