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