Manager..::..GetAllTabsOnForm Method

Gets all tabs on form.

Namespace:  JiwaFinancials.Jiwa.JiwaApplication
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public static void GetAllTabsOnForm(
	Object ParentControl,
	ref List<UltraTabControl> TabList
)
Public Shared Sub GetAllTabsOnForm ( _
	ParentControl As Object, _
	ByRef TabList As List(Of UltraTabControl) _
)
public:
static void GetAllTabsOnForm(
	Object^ ParentControl, 
	List<UltraTabControl^>^% TabList
)

Parameters

ParentControl
Type: Object
The parent control.
TabList
Type: List<(Of <(<'UltraTabControl>)>)>%
The tab list.