The following tables list the members exposed by ICustomMdiTab.
Name | Description | |
---|---|---|
AllowClose | Indicates whether the specified form may be closed. | |
HasTabImage | Used to determine if a custom tab will provide its own image in the appearance resolution. | |
HotTrack | Indicates if the tab supports hot tracking. | |
ImageList | Returns the ImageList used to retreive images provided by the tab. | |
ImageTransparentColor | Returns the color masked from the image provided by the tab. | |
IsMdiTab | Used to notify the implementing class whether it is being displayed as an mdi tab. | |
TabWidth | Returns the extent for a fixed width tab. | |
Text | Returns the text displayed in the tab for the form. | |
ToolTip | Returns the tooltip displayed in the tab for the form. | |
UniqueId | Returns information used to uniquely identify the item. |
Name | Description | |
---|---|---|
Close | Invoked when the tab should be closed or hidden. | |
InitializeMenu | Invoked when the context menu for a tab is about to be displayed. | |
ResolveAppearance | Used to resolve the appearance for the tab. |