Version

ICustomMdiTab Interface Members

The following tables list the members exposed by ICustomMdiTab.

Public Properties
 NameDescription
 PropertyAllowCloseIndicates whether the specified form may be closed.  
 PropertyHasTabImageUsed to determine if a custom tab will provide its own image in the appearance resolution.  
 PropertyHotTrackIndicates if the tab supports hot tracking.  
 PropertyImageListReturns the ImageList used to retreive images provided by the tab.  
 PropertyImageTransparentColorReturns the color masked from the image provided by the tab.  
 PropertyIsMdiTabUsed to notify the implementing class whether it is being displayed as an mdi tab.  
 PropertyTabWidthReturns the extent for a fixed width tab.  
 PropertyTextReturns the text displayed in the tab for the form.  
 PropertyToolTipReturns the tooltip displayed in the tab for the form.  
 PropertyUniqueIdReturns information used to uniquely identify the item.  
Public Methods
 NameDescription
 MethodCloseInvoked when the tab should be closed or hidden.  
 MethodInitializeMenuInvoked when the context menu for a tab is about to be displayed.  
 MethodResolveAppearanceUsed to resolve the appearance for the tab.  
See Also