ArcFM Desktop Developer Guide
MdiTabManager Class Members
Properties  Methods  Events


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The following tables list the members exposed by MdiTabManager.

Public Properties
 NameDescription
Public PropertyActiveTabReturns the currently active MDI tab.  
Public PropertyAllowHorizontalTabGroupsReturns/sets whether horizontal tab groups are allowed.  
Public PropertyAllowVerticalTabGroupsReturns/sets whether vertical tab groups are allowed.  
Public PropertyCanCreateNewGroupReturns true if the current number of MdiTabGroups is less than the MaxTabGroups.  
Public PropertyHasHiddenTabsReturns whether there are any MdiTabs in the hidden tabs collection.  
Public PropertyHasTabGroupsReturns if any MdiTabGroups are currently defined.  
Public PropertyHiddenTabsReturns the list of hidden tabs (MDI forms that are not visible).  
Public PropertyMaxTabGroupsReturns/sets the maximum number tab groups that are allowed (default is 5).  
Public PropertyMdiTabGroupsReturns the list of MDI tab groups.  
Public PropertyMdiTabGroupSettingsReturns the MdiTabGroupSetting object so that MDI tab group settings can be defined or retrieved.  
Public PropertyMdiTabSettingsReturns the MdiTabSetting object so that MDI tab settings can be defined or retrieved.  
Public PropertyOrientationReturns/sets whether tab groups are cascaded horizontally or vertically.  
Public PropertyPersistMdiWindowsReturns/sets whether MDI windows should be persisted in the layout file.  
Public PropertyShowTooltipsReturns/sets whether tooltips are allowed to be shown.  
Public PropertyTabGroupHeightReturns the height of the tabs in the tab group area.  
Top
Public Methods
 NameDescription
Public MethodFormFromKeyReturns the MdiTabForm that has the specified key (or null if not found).  
Public MethodMoveToGroupMoves the specified tab to the specified tab group (end of the tab list for the group).  
Public MethodMoveToNewGroupCreates a new MdiTabGroup and moves the specified tab (and its form) to the new tab group.  
Public MethodTabFromFormReturns the MdiTab that is associated with a MdiTabForm.  
Public MethodTabFromKeyReturns the MdiTab that has the specified key (or null if not found).  
Top
Public Events
 NameDescription
Public EventMdiTabWindowClosingThis event allows listeners to be informed whenever a tabbed MDI window is closing. The event arguments contain the Cancel property to allow the closing to be cancelled.  
Public EventMdiWindowClosedThis event allows listeners to be informed whenever a tabbed MDI window is closed.  
Public EventMdiWindowClosingThis event allows listeners to be informed whenever a tabbed MDI window is closing.  
Public EventMdiWindowDisplayedThis event allows listeners to be informed whenever a tabbed MDI window is displayed.  
Public EventMdiWindowInitializeThis event allows listeners an opportunity to initialize the tabbed MDI window before it is displayed.  
Public EventMdiWindowSelectedThis event allows listeners to be informed whenever a tabbed MDI window has been selected.  
Top
See Also

Reference

MdiTabManager Class
Miner.Windows.TabbedMdi Namespace

 

 


Send Comment