Skip to main content
A newer version of this page is available. .

XtraMdiTabPage Members

A tab page that represents an MDI child form.

Constructors

Name Description
XtraMdiTabPage(IXtraTab, Form, Boolean) Initializes a new instance of the XtraMdiTabPage class with the specified settings.
XtraMdiTabPage(IXtraTab, Form) Initializes a new instance of the XtraMdiTabPage class with the specified settings.

Properties

Name Description
AllowGlyphSkinning Gets or sets whether the XtraMdiTabPage‘s icon should be painted using the page foreground color.
AllowPin Gets or sets whether the current XtraMdiTabPage can be pinned.
Appearance Provides access to the properties that control the tab page’s appearance.
Image Gets or sets the image displayed within the tab page’s header.
ImageIndex Gets or sets the index of the image displayed within the tab page’s header.
MaxTabPageWidth Gets or sets the maximum width of the current page’s tab header.
MdiChild Gets the multiple document interface (MDI) child form to which the current page corresponds.
PageEnabled Gets whether the tab page can be selected.
PageVisible Gets whether the tab page is visible.
Pinned Gets or sets whether this XtraMdiTabPage is currently pinned.
ShowCloseButton Gets or sets whether the page contains a Close button.
ShowPinButton Gets or sets whether the current XtraMdiTabPage should display its pin button.
SuperTip Gets or sets a SuperToolTip for the current XtraMdiTabPage object.
TabControl Gets the tabbed MDI manager to which the current tab page belongs.
Text Gets or sets the tab page’s caption.
Tooltip Gets or sets a regular tooltip for the tab page.
TooltipIconType Gets or sets the type of the tooltip icon to display in a regular tooltip.
TooltipTitle Gets or sets a regular tooltip’s title.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetImage(Form) static Gets the specified form’s icon (Form.Icon) in Image format.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
StartAnimation() Starts the animation of an animated GIF file displayed in the page’s header.
StopAnimation() Stops animation of an animated GIF file displayed in the tab page’s header.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also