'Declaration Public Function GetTabGroup( _ ByVal form As Form _ ) As TabbedMdiTabGroup
'Usage Dim instance As TabbedMdiManager Dim form As Form Dim value As TabbedMdiTabGroup value = instance.GetTabGroup(form)
public TabbedMdiTabGroup GetTabGroup( Form form )
Parameters
- form
- The form for which to retrieve the TabbedMdiTabGroup.
Return Value
A reference to the TabbedMdiTabGroup associated with the form.