System.Windows.Forms 1.0.5000.0 2.0.0.0 System.Windows.Forms.Panel System.ComponentModel.ToolboxItem(false) System.ComponentModel.Designer("System.Windows.Forms.Design.TabPageDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner") System.ComponentModel.DefaultProperty("Text") System.ComponentModel.DesignTimeVisible(false) System.ComponentModel.DefaultEvent("Click") System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch) System.Runtime.InteropServices.ComVisible(true) controls represent the tabbed pages in a control. The order of tab pages in the collection reflects the order of tabs in the control. To change the order of tabs in the control, you must change their positions in the collection by removing them and inserting them at new indexes. controls are constrained by their container, so some of the properties inherited from the base class will have no effect, including , , , , , and . The tabs in a are part of the but not parts of the individual controls. Members of the class, such as the property, affect only the client rectangle of the tab page, but not the tabs. Additionally, the method of the will not hide the tab. To hide the tab, you must remove the control from the collection. In dnprdnext, the tab is considered part of the tab page for determining when the and events of the occur. In earlier versions of the .NET Framework, the and events of the do not occur when focus enters or leaves a tab, but only when focus enters or leaves the client rectangle of the tab page. For more information about how this control responds to the and methods, see the following members: , , , , , . Controls contained in a are not created until the tab page is shown, and any data bindings in these controls are not activated until the tab page is shown. In dnprdnext, the property lets you indicate whether the background of the tab page should render using the current visual style. This occurs only when the and property values are both true and the property of the parent is . Otherwise, the background is painted normally. Represents a single tab page in a . Constructor To be added. Initializes a new instance of the class. 1.0.5000.0 2.0.0.0 Constructor The property is set to the value of the parameter. Initializes a new instance of the class and specifies the text for the tab. The text for the tab. 1.0.5000.0 2.0.0.0 Property System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never) System.ComponentModel.Browsable(false) System.Windows.Forms.AnchorStyles To be added. To be added. This member is not meaningful for this control. 1.0.5000.0 2.0.0.0 Property 2.0.0.0 System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden) System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never) System.ComponentModel.Browsable(false) System.Boolean To be added. To be added. This property is not meaningful for this control. Event 2.0.0.0 System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never) System.ComponentModel.Browsable(false) System.EventHandler Although you can change the value of the property and handle this event to determine when the value changes, the property is not meaningful for this control. Occurs when the value of the property changes. Property 2.0.0.0 System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden) System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never) System.ComponentModel.Localizable(false) System.ComponentModel.Browsable(false) System.Windows.Forms.AutoSizeMode To be added. To be added. This property is not meaningful for this control. Property System.Drawing.Color To be added. The default value of the property is the value of the property unless the and property values are both true and the property of the parent has a value of , in which case the default value of the property is . Child controls that you place on the inherit the value by default, so this behavior causes the background of the child controls to render with the current visual style. Changing the value of the property automatically sets the property to false. If you want the background to render using visual styles but you want the child controls to inherit a value that you specify, set the property after you set the property. Gets or sets the background color for the . 1.0.5000.0 2.0.0.0 Method System.Windows.Forms.Control+ControlCollection To be added. To be added. To be added. 1.0.5000.0 2.0.0.0 Property System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never) System.ComponentModel.Browsable(false) System.Windows.Forms.DockStyle To be added. To be added. This member is not meaningful for this control. 1.0.5000.0 2.0.0.0 Event System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never) System.ComponentModel.Browsable(false) System.EventHandler The property is not meaningful for this control, although you can change its value and handle the event to detect the change. Occurs when the value of the property changes. 1.0.5000.0 2.0.0.0 Property System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never) System.ComponentModel.Browsable(false) System.Boolean To be added. To be added. This member is not meaningful for this control. 1.0.5000.0 2.0.0.0 Event System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never) System.ComponentModel.Browsable(false) System.EventHandler The property is not meaningful for this control, although you can change its value and handle the event to detect the change. Occurs when the value of the property changes. 1.0.5000.0 2.0.0.0 Method System.Windows.Forms.TabPage To be added. Retrieves the tab page that contains the specified object. The that contains the specified object, or null if the object cannot be found. The object to look for. 1.0.5000.0 2.0.0.0 Property System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.ImageIndexConverter)) System.ComponentModel.Localizable(true) System.ComponentModel.Editor("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor)) System.ComponentModel.DefaultValue(-1) System.ComponentModel.RefreshProperties(System.ComponentModel.RefreshProperties.Repaint) System.Int32 To be added. The points to an image in the associated of the . Gets or sets the index to the image displayed on this tab. 1.0.5000.0 2.0.0.0 Property 2.0.0.0 System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.ImageKeyConverter)) System.ComponentModel.Editor("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a") System.ComponentModel.DefaultValue("") System.ComponentModel.RefreshProperties(System.ComponentModel.RefreshProperties.Repaint) System.ComponentModel.Localizable(true) System.String To be added. The property specifies the image from the image list to display on the control. Gets or sets the key accessor for the image in the of the associated . Property System.Drawing.Point To be added. To be added. This property is not meaningful for this control. 1.0.5000.0 2.0.0.0 System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never) System.ComponentModel.Browsable(false) Event 2.0.0.0 System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never) System.ComponentModel.Browsable(false) System.EventHandler Although you can change the value of the property and handle this event to determine when the value changes, the property is not meaningful for this control. Occurs when the value of the property changes. Property 2.0.0.0 System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never) System.ComponentModel.DefaultValue("{Width=0, Height=0}") System.ComponentModel.Browsable(false) System.Drawing.Size To be added. To be added. This property is not meaningful for this control. Property 2.0.0.0 System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never) System.ComponentModel.Browsable(false) System.Drawing.Size To be added. To be added. This property is not meaningful for this control. Method 2.0.0.0 System.Void In dnprdnext, the tab is considered part of the tab page for determining when the and events of the occur. In earlier versions of the .NET Framework, the and events of the do not occur when focus enters or leaves a tab, but only when focus enters or leaves the client rectangle of the tab page. Raising an event invokes the event handler through a delegate. For more information, see Raising an Event. The method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class. Raises the event of the . An that contains the event data. Method 2.0.0.0 System.Void In dnprdnext, the tab is considered part of the tab page for determining when the and events of the occur. In earlier versions of the .NET Framework, the and events of the do not occur when focus enters or leaves a tab, but only when focus enters or leaves the client rectangle of the tab page. Raising an event invokes the event handler through a delegate. For more information, see Raising an Event. The method also allows derived classes to handle the event without attaching a delegate. This is the preferred technique for handling the event in a derived class. Raises the event of the . An that contains the event data. Method 2.0.0.0 System.Void The system calls this method to paint the background of the . When the and property values are both true and the property of the parent is , this method paints the background using the current visual style. Otherwise, this method paints the background as usual. Paints the background of the . A that contains data useful for painting the background. Property 2.0.0.0 System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never) System.ComponentModel.Browsable(false) System.Drawing.Size To be added. To be added. This property is not meaningful for this control. Method System.Void To be added. This member overrides . The new property value of the control. The new property value of the control. The new property value of the control. The new property value of the control. A bitwise combination of values. 1.0.5000.0 2.0.0.0 Property System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never) System.ComponentModel.Browsable(false) System.Int32 To be added. The property indicates the order in which controls receive focus as a user presses the TAB key on a form. controls are contained within controls, however, and do not receive focus individually as part of the form's TAB order. This property is therefore meaningless for this class. This property is not meaningful for this control. 1.0.5000.0 2.0.0.0 Event System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never) System.ComponentModel.Browsable(false) System.EventHandler The property is not meaningful for this control, although you can change its value and handle the event to detect the change. Occurs when the value of the property changes. 1.0.5000.0 2.0.0.0 Property System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never) System.ComponentModel.Browsable(false) System.Boolean To be added. controls are contained within controls and do not receive focus individually as part of the form's TAB order. This property is therefore meaningless for this class. This member is not meaningful for this control. 1.0.5000.0 2.0.0.0 Event System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never) System.ComponentModel.Browsable(false) System.EventHandler The property is not meaningful for this control, although you can change its value and handle the event to detect the change. Occurs when the value of the property changes. 1.0.5000.0 2.0.0.0 Property System.ComponentModel.Localizable(true) System.ComponentModel.Browsable(true) System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Always) System.String To be added. Changing the property value does not automatically center the new value on the tab if the has a property value of . You can work around this limitation by setting the property or by removing the from the collection and adding it back to the collection. Both of these actions will automatically center the text. Gets or sets the text to display on the tab. 1.0.5000.0 2.0.0.0 Event 2.0.0.0 System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Always) System.ComponentModel.Browsable(true) System.EventHandler To be added. Occurs when the value of the property changes. Property System.ComponentModel.DefaultValue("") System.ComponentModel.Localizable(true) System.String To be added. This tab page belongs to a . The ToolTip text appears when the user moves the mouse over the tab if the property of the is true. For more information about ToolTips, see the class. Gets or sets the ToolTip text for this tab. 1.0.5000.0 2.0.0.0 Method System.String To be added. Returns a string containing the value of the property. A string containing the value of the property. 1.0.5000.0 2.0.0.0 Property System.Boolean To be added. The background uses the current visual style only when the and property values are both true. When the and property values are both true and the property of the parent is , the default value of the property is . Child controls that you place on the inherit the value by default, so this behavior causes the background of the child controls to render with the current visual style. Changing the value of the property automatically sets the property to false. If you want the background to render using visual styles but you want the child controls to inherit a value that you specify, set the property after you set the property. Gets or sets a value indicating whether the background renders using the current visual style when visual styles are enabled. 2.0.0.0 System.ComponentModel.DefaultValue(false) Property System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never) System.ComponentModel.Browsable(false) System.Boolean To be added. This member is not meaningful for this control. To hide a tab in a , you must remove it from the control's collection. This member is not meaningful for this control. 1.0.5000.0 2.0.0.0 Event System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never) System.ComponentModel.Browsable(false) System.EventHandler The property is not meaningful for this control, although you can change its value and handle the event to detect the change. To hide a tab in a , you must remove it from the control's collection. Occurs when the value of the property changes. 1.0.5000.0 2.0.0.0