[jit] Enable partial generic sharing when not using AOT as an experiment.
[mono.git] / mcs / class / Managed.Windows.Forms / Documentation / en / System.Windows.Forms / TabPage.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <Type Name="TabPage" FullName="System.Windows.Forms.TabPage">
3   <TypeSignature Language="C#" Value="public class TabPage : System.Windows.Forms.Panel" />
4   <AssemblyInfo>
5     <AssemblyName>System.Windows.Forms</AssemblyName>
6     <AssemblyVersion>1.0.5000.0</AssemblyVersion>
7     <AssemblyVersion>2.0.0.0</AssemblyVersion>
8   </AssemblyInfo>
9   <Base>
10     <BaseTypeName>System.Windows.Forms.Panel</BaseTypeName>
11   </Base>
12   <Interfaces />
13   <Attributes>
14     <Attribute>
15       <AttributeName>System.ComponentModel.ToolboxItem(false)</AttributeName>
16     </Attribute>
17     <Attribute>
18       <AttributeName>System.ComponentModel.Designer("System.Windows.Forms.Design.TabPageDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")</AttributeName>
19     </Attribute>
20     <Attribute>
21       <AttributeName>System.ComponentModel.DefaultProperty("Text")</AttributeName>
22     </Attribute>
23     <Attribute>
24       <AttributeName>System.ComponentModel.DesignTimeVisible(false)</AttributeName>
25     </Attribute>
26     <Attribute>
27       <AttributeName>System.ComponentModel.DefaultEvent("Click")</AttributeName>
28     </Attribute>
29     <Attribute>
30       <AttributeName>System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)</AttributeName>
31     </Attribute>
32     <Attribute>
33       <AttributeName>System.Runtime.InteropServices.ComVisible(true)</AttributeName>
34     </Attribute>
35   </Attributes>
36   <Docs>
37     <remarks>
38       <attribution license="cc4" from="Microsoft" modified="false" />
39       <para>
40         <see cref="T:System.Windows.Forms.TabPage" /> controls represent the tabbed pages in a <see cref="T:System.Windows.Forms.TabControl" /> control. The order of tab pages in the <see cref="P:System.Windows.Forms.TabControl.TabPages" /> collection reflects the order of tabs in the <see cref="T:System.Windows.Forms.TabControl" /> 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. </para>
41       <para>
42         <see cref="T:System.Windows.Forms.TabPage" /> controls are constrained by their container, so some of the properties inherited from the <see cref="T:System.Windows.Forms.Control" /> base class will have no effect, including <see cref="P:System.Windows.Forms.Control.Top" />, <see cref="P:System.Windows.Forms.Control.Height" />, <see cref="P:System.Windows.Forms.Control.Left" />, <see cref="P:System.Windows.Forms.Control.Width" />, <see cref="M:System.Windows.Forms.Control.Show" />, and <see cref="M:System.Windows.Forms.Control.Hide" />.</para>
43       <para>The tabs in a <see cref="T:System.Windows.Forms.TabControl" /> are part of the <see cref="T:System.Windows.Forms.TabControl" /> but not parts of the individual <see cref="T:System.Windows.Forms.TabPage" /> controls. Members of the <see cref="T:System.Windows.Forms.TabPage" /> class, such as the <see cref="P:System.Windows.Forms.Control.ForeColor" /> property, affect only the client rectangle of the tab page, but not the tabs. Additionally, the <see cref="M:System.Windows.Forms.Control.Hide" /> method of the <see cref="T:System.Windows.Forms.TabPage" /> will not hide the tab. To hide the tab, you must remove the <see cref="T:System.Windows.Forms.TabPage" /> control from the <see cref="P:System.Windows.Forms.TabControl.TabPages" /> collection.</para>
44       <block subset="none" type="note">
45         <para>In dnprdnext, the tab is considered part of the tab page for determining when the <see cref="E:System.Windows.Forms.Control.Enter" /> and <see cref="E:System.Windows.Forms.Control.Leave" /> events of the <see cref="T:System.Windows.Forms.TabPage" /> occur. In earlier versions of the .NET Framework, the <see cref="E:System.Windows.Forms.Control.Enter" /> and <see cref="E:System.Windows.Forms.Control.Leave" /> events of the <see cref="T:System.Windows.Forms.TabPage" /> do not occur when focus enters or leaves a tab, but only when focus enters or leaves the client rectangle of the tab page.</para>
46       </block>
47       <para>For more information about how this control responds to the <see cref="M:System.Windows.Forms.Control.Focus" /> and <see cref="M:System.Windows.Forms.Control.Select" /> methods, see the following <see cref="T:System.Windows.Forms.Control" /> members: <see cref="P:System.Windows.Forms.Control.CanFocus" />, <see cref="P:System.Windows.Forms.Control.CanSelect" />, <see cref="P:System.Windows.Forms.Control.Focused" />, <see cref="P:System.Windows.Forms.Control.ContainsFocus" />, <see cref="M:System.Windows.Forms.Control.Focus" />, <see cref="M:System.Windows.Forms.Control.Select" />.</para>
48       <block subset="none" type="note">
49         <para>Controls contained in a <see cref="T:System.Windows.Forms.TabPage" /> 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. </para>
50       </block>
51       <para>In dnprdnext, the <see cref="P:System.Windows.Forms.TabPage.UseVisualStyleBackColor" /> property lets you indicate whether the background of the tab page should render using the current visual style. This occurs only when the <see cref="P:System.Windows.Forms.TabPage.UseVisualStyleBackColor" /> and <see cref="P:System.Windows.Forms.Application.RenderWithVisualStyles" /> property values are both true and the <see cref="P:System.Windows.Forms.TabControl.Appearance" /> property of the parent <see cref="T:System.Windows.Forms.TabControl" /> is <see cref="F:System.Windows.Forms.TabAppearance.Normal" />. Otherwise, the background is painted normally.</para>
52     </remarks>
53     <summary>
54       <attribution license="cc4" from="Microsoft" modified="false" />
55       <para>Represents a single tab page in a <see cref="T:System.Windows.Forms.TabControl" />.</para>
56     </summary>
57   </Docs>
58   <Members>
59     <Member MemberName=".ctor">
60       <MemberSignature Language="C#" Value="public TabPage ();" />
61       <MemberType>Constructor</MemberType>
62       <Parameters />
63       <Docs>
64         <remarks>To be added.</remarks>
65         <summary>
66           <attribution license="cc4" from="Microsoft" modified="false" />
67           <para>Initializes a new instance of the <see cref="T:System.Windows.Forms.TabPage" /> class.</para>
68         </summary>
69       </Docs>
70       <AssemblyInfo>
71         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
72         <AssemblyVersion>2.0.0.0</AssemblyVersion>
73       </AssemblyInfo>
74     </Member>
75     <Member MemberName=".ctor">
76       <MemberSignature Language="C#" Value="public TabPage (string text);" />
77       <MemberType>Constructor</MemberType>
78       <Parameters>
79         <Parameter Name="text" Type="System.String" />
80       </Parameters>
81       <Docs>
82         <remarks>
83           <attribution license="cc4" from="Microsoft" modified="false" />
84           <para>The <see cref="P:System.Windows.Forms.TabPage.Text" /> property is set to the value of the <paramref name="text" /> parameter.</para>
85         </remarks>
86         <summary>
87           <attribution license="cc4" from="Microsoft" modified="false" />
88           <para>Initializes a new instance of the <see cref="T:System.Windows.Forms.TabPage" /> class and specifies the text for the tab.</para>
89         </summary>
90         <param name="text">
91           <attribution license="cc4" from="Microsoft" modified="false" />The text for the tab. </param>
92       </Docs>
93       <AssemblyInfo>
94         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
95         <AssemblyVersion>2.0.0.0</AssemblyVersion>
96       </AssemblyInfo>
97     </Member>
98     <Member MemberName="Anchor">
99       <MemberSignature Language="C#" Value="public override System.Windows.Forms.AnchorStyles Anchor { set; get; }" />
100       <MemberType>Property</MemberType>
101       <Attributes>
102         <Attribute>
103           <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)</AttributeName>
104         </Attribute>
105         <Attribute>
106           <AttributeName>System.ComponentModel.Browsable(false)</AttributeName>
107         </Attribute>
108       </Attributes>
109       <ReturnValue>
110         <ReturnType>System.Windows.Forms.AnchorStyles</ReturnType>
111       </ReturnValue>
112       <Docs>
113         <value>To be added.</value>
114         <remarks>To be added.</remarks>
115         <summary>
116           <attribution license="cc4" from="Microsoft" modified="false" />
117           <para>This member is not meaningful for this control.</para>
118         </summary>
119       </Docs>
120       <AssemblyInfo>
121         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
122         <AssemblyVersion>2.0.0.0</AssemblyVersion>
123       </AssemblyInfo>
124     </Member>
125     <Member MemberName="AutoSize">
126       <MemberSignature Language="C#" Value="public override bool AutoSize { set; get; }" />
127       <MemberType>Property</MemberType>
128       <AssemblyInfo>
129         <AssemblyVersion>2.0.0.0</AssemblyVersion>
130       </AssemblyInfo>
131       <Attributes>
132         <Attribute>
133           <AttributeName>System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)</AttributeName>
134         </Attribute>
135         <Attribute>
136           <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)</AttributeName>
137         </Attribute>
138         <Attribute>
139           <AttributeName>System.ComponentModel.Browsable(false)</AttributeName>
140         </Attribute>
141       </Attributes>
142       <ReturnValue>
143         <ReturnType>System.Boolean</ReturnType>
144       </ReturnValue>
145       <Docs>
146         <value>To be added.</value>
147         <remarks>To be added.</remarks>
148         <summary>
149           <attribution license="cc4" from="Microsoft" modified="false" />
150           <para>This property is not meaningful for this control.</para>
151         </summary>
152       </Docs>
153     </Member>
154     <Member MemberName="AutoSizeChanged">
155       <MemberSignature Language="C#" Value="public event EventHandler AutoSizeChanged;" />
156       <MemberType>Event</MemberType>
157       <AssemblyInfo>
158         <AssemblyVersion>2.0.0.0</AssemblyVersion>
159       </AssemblyInfo>
160       <Attributes>
161         <Attribute>
162           <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)</AttributeName>
163         </Attribute>
164         <Attribute>
165           <AttributeName>System.ComponentModel.Browsable(false)</AttributeName>
166         </Attribute>
167       </Attributes>
168       <ReturnValue>
169         <ReturnType>System.EventHandler</ReturnType>
170       </ReturnValue>
171       <Docs>
172         <remarks>
173           <attribution license="cc4" from="Microsoft" modified="false" />
174           <para>Although you can change the value of the <see cref="P:System.Windows.Forms.TabPage.AutoSize" /> property and handle this event to determine when the value changes, the <see cref="P:System.Windows.Forms.TabPage.AutoSize" /> property is not meaningful for this control.</para>
175         </remarks>
176         <summary>
177           <attribution license="cc4" from="Microsoft" modified="false" />
178           <para>Occurs when the value of the <see cref="P:System.Windows.Forms.TabPage.AutoSize" /> property changes.</para>
179         </summary>
180       </Docs>
181     </Member>
182     <Member MemberName="AutoSizeMode">
183       <MemberSignature Language="C#" Value="public override System.Windows.Forms.AutoSizeMode AutoSizeMode { set; get; }" />
184       <MemberType>Property</MemberType>
185       <AssemblyInfo>
186         <AssemblyVersion>2.0.0.0</AssemblyVersion>
187       </AssemblyInfo>
188       <Attributes>
189         <Attribute>
190           <AttributeName>System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)</AttributeName>
191         </Attribute>
192         <Attribute>
193           <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)</AttributeName>
194         </Attribute>
195         <Attribute>
196           <AttributeName>System.ComponentModel.Localizable(false)</AttributeName>
197         </Attribute>
198         <Attribute>
199           <AttributeName>System.ComponentModel.Browsable(false)</AttributeName>
200         </Attribute>
201       </Attributes>
202       <ReturnValue>
203         <ReturnType>System.Windows.Forms.AutoSizeMode</ReturnType>
204       </ReturnValue>
205       <Docs>
206         <value>To be added.</value>
207         <remarks>To be added.</remarks>
208         <summary>
209           <attribution license="cc4" from="Microsoft" modified="false" />
210           <para>This property is not meaningful for this control.</para>
211         </summary>
212       </Docs>
213     </Member>
214     <Member MemberName="BackColor">
215       <MemberSignature Language="C#" Value="public override System.Drawing.Color BackColor { set; get; }" />
216       <MemberType>Property</MemberType>
217       <ReturnValue>
218         <ReturnType>System.Drawing.Color</ReturnType>
219       </ReturnValue>
220       <Docs>
221         <value>To be added.</value>
222         <since version=".NET 2.0" />
223         <remarks>
224           <attribution license="cc4" from="Microsoft" modified="false" />
225           <para>The default value of the <see cref="P:System.Windows.Forms.TabPage.BackColor" /> property is the value of the <see cref="P:System.Windows.Forms.Control.DefaultBackColor" /> property unless the <see cref="P:System.Windows.Forms.TabPage.UseVisualStyleBackColor" /> and <see cref="P:System.Windows.Forms.Application.RenderWithVisualStyles" /> property values are both true and the <see cref="P:System.Windows.Forms.TabControl.Appearance" /> property of the parent <see cref="T:System.Windows.Forms.TabControl" /> has a value of <see cref="F:System.Windows.Forms.TabAppearance.Normal" />, in which case the default value of the <see cref="P:System.Windows.Forms.TabPage.BackColor" /> property is <see cref="P:System.Drawing.Color.Transparent" />. Child controls that you place on the <see cref="T:System.Windows.Forms.TabPage" /> inherit the <see cref="P:System.Windows.Forms.TabPage.BackColor" /> value by default, so this behavior causes the background of the child controls to render with the current visual style.</para>
226           <para>Changing the value of the <see cref="P:System.Windows.Forms.TabPage.BackColor" /> property automatically sets the <see cref="P:System.Windows.Forms.TabPage.UseVisualStyleBackColor" /> property to false. If you want the <see cref="T:System.Windows.Forms.TabPage" /> background to render using visual styles but you want the child controls to inherit a <see cref="P:System.Windows.Forms.TabPage.BackColor" /> value that you specify, set the <see cref="P:System.Windows.Forms.TabPage.UseVisualStyleBackColor" /> property after you set the <see cref="P:System.Windows.Forms.TabPage.BackColor" /> property.</para>
227         </remarks>
228         <summary>
229           <attribution license="cc4" from="Microsoft" modified="false" />
230           <para>Gets or sets the background color for the <see cref="T:System.Windows.Forms.TabPage" />.</para>
231         </summary>
232       </Docs>
233       <AssemblyInfo>
234         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
235         <AssemblyVersion>2.0.0.0</AssemblyVersion>
236       </AssemblyInfo>
237     </Member>
238     <Member MemberName="CreateControlsInstance">
239       <MemberSignature Language="C#" Value="protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance ();" />
240       <MemberType>Method</MemberType>
241       <ReturnValue>
242         <ReturnType>System.Windows.Forms.Control+ControlCollection</ReturnType>
243       </ReturnValue>
244       <Parameters />
245       <Docs>
246         <summary>To be added.</summary>
247         <returns>To be added.</returns>
248         <remarks>To be added.</remarks>
249       </Docs>
250       <AssemblyInfo>
251         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
252         <AssemblyVersion>2.0.0.0</AssemblyVersion>
253       </AssemblyInfo>
254     </Member>
255     <Member MemberName="Dock">
256       <MemberSignature Language="C#" Value="public override System.Windows.Forms.DockStyle Dock { set; get; }" />
257       <MemberType>Property</MemberType>
258       <Attributes>
259         <Attribute>
260           <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)</AttributeName>
261         </Attribute>
262         <Attribute>
263           <AttributeName>System.ComponentModel.Browsable(false)</AttributeName>
264         </Attribute>
265       </Attributes>
266       <ReturnValue>
267         <ReturnType>System.Windows.Forms.DockStyle</ReturnType>
268       </ReturnValue>
269       <Docs>
270         <value>To be added.</value>
271         <remarks>To be added.</remarks>
272         <summary>
273           <attribution license="cc4" from="Microsoft" modified="false" />
274           <para>This member is not meaningful for this control.</para>
275         </summary>
276       </Docs>
277       <AssemblyInfo>
278         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
279         <AssemblyVersion>2.0.0.0</AssemblyVersion>
280       </AssemblyInfo>
281     </Member>
282     <Member MemberName="DockChanged">
283       <MemberSignature Language="C#" Value="public event EventHandler DockChanged;" />
284       <MemberType>Event</MemberType>
285       <Attributes>
286         <Attribute>
287           <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)</AttributeName>
288         </Attribute>
289         <Attribute>
290           <AttributeName>System.ComponentModel.Browsable(false)</AttributeName>
291         </Attribute>
292       </Attributes>
293       <ReturnValue>
294         <ReturnType>System.EventHandler</ReturnType>
295       </ReturnValue>
296       <Docs>
297         <remarks>
298           <attribution license="cc4" from="Microsoft" modified="false" />
299           <para>The <see cref="P:System.Windows.Forms.TabPage.Dock" /> property is not meaningful for this control, although you can change its value and handle the <see cref="E:System.Windows.Forms.TabPage.DockChanged" /> event to detect the change.</para>
300         </remarks>
301         <summary>
302           <attribution license="cc4" from="Microsoft" modified="false" />
303           <para>Occurs when the value of the <see cref="P:System.Windows.Forms.TabPage.Dock" /> property changes.</para>
304         </summary>
305       </Docs>
306       <AssemblyInfo>
307         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
308         <AssemblyVersion>2.0.0.0</AssemblyVersion>
309       </AssemblyInfo>
310     </Member>
311     <Member MemberName="Enabled">
312       <MemberSignature Language="C#" Value="public bool Enabled { set; get; }" />
313       <MemberType>Property</MemberType>
314       <Attributes>
315         <Attribute>
316           <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)</AttributeName>
317         </Attribute>
318         <Attribute>
319           <AttributeName>System.ComponentModel.Browsable(false)</AttributeName>
320         </Attribute>
321       </Attributes>
322       <ReturnValue>
323         <ReturnType>System.Boolean</ReturnType>
324       </ReturnValue>
325       <Docs>
326         <value>To be added.</value>
327         <remarks>To be added.</remarks>
328         <summary>
329           <attribution license="cc4" from="Microsoft" modified="false" />
330           <para>This member is not meaningful for this control.</para>
331         </summary>
332       </Docs>
333       <AssemblyInfo>
334         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
335         <AssemblyVersion>2.0.0.0</AssemblyVersion>
336       </AssemblyInfo>
337     </Member>
338     <Member MemberName="EnabledChanged">
339       <MemberSignature Language="C#" Value="public event EventHandler EnabledChanged;" />
340       <MemberType>Event</MemberType>
341       <Attributes>
342         <Attribute>
343           <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)</AttributeName>
344         </Attribute>
345         <Attribute>
346           <AttributeName>System.ComponentModel.Browsable(false)</AttributeName>
347         </Attribute>
348       </Attributes>
349       <ReturnValue>
350         <ReturnType>System.EventHandler</ReturnType>
351       </ReturnValue>
352       <Docs>
353         <remarks>
354           <attribution license="cc4" from="Microsoft" modified="false" />
355           <para>The <see cref="P:System.Windows.Forms.TabPage.Enabled" /> property is not meaningful for this control, although you can change its value and handle the <see cref="E:System.Windows.Forms.TabPage.EnabledChanged" /> event to detect the change.</para>
356         </remarks>
357         <summary>
358           <attribution license="cc4" from="Microsoft" modified="false" />
359           <para>Occurs when the value of the <see cref="P:System.Windows.Forms.TabPage.Enabled" /> property changes.</para>
360         </summary>
361       </Docs>
362       <AssemblyInfo>
363         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
364         <AssemblyVersion>2.0.0.0</AssemblyVersion>
365       </AssemblyInfo>
366     </Member>
367     <Member MemberName="GetTabPageOfComponent">
368       <MemberSignature Language="C#" Value="public static System.Windows.Forms.TabPage GetTabPageOfComponent (object comp);" />
369       <MemberType>Method</MemberType>
370       <ReturnValue>
371         <ReturnType>System.Windows.Forms.TabPage</ReturnType>
372       </ReturnValue>
373       <Parameters>
374         <Parameter Name="comp" Type="System.Object" />
375       </Parameters>
376       <Docs>
377         <remarks>To be added.</remarks>
378         <summary>
379           <attribution license="cc4" from="Microsoft" modified="false" />
380           <para>Retrieves the tab page that contains the specified object.</para>
381         </summary>
382         <returns>
383           <attribution license="cc4" from="Microsoft" modified="false" />
384           <para>The <see cref="T:System.Windows.Forms.TabPage" /> that contains the specified object, or null if the object cannot be found.</para>
385         </returns>
386         <param name="comp">
387           <attribution license="cc4" from="Microsoft" modified="false" />The object to look for. </param>
388       </Docs>
389       <AssemblyInfo>
390         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
391         <AssemblyVersion>2.0.0.0</AssemblyVersion>
392       </AssemblyInfo>
393     </Member>
394     <Member MemberName="ImageIndex">
395       <MemberSignature Language="C#" Value="public int ImageIndex { set; get; }" />
396       <MemberType>Property</MemberType>
397       <Attributes>
398         <Attribute>
399           <AttributeName>System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.ImageIndexConverter))</AttributeName>
400         </Attribute>
401         <Attribute>
402           <AttributeName>System.ComponentModel.Localizable(true)</AttributeName>
403         </Attribute>
404         <Attribute>
405           <AttributeName>System.ComponentModel.Editor("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))</AttributeName>
406         </Attribute>
407         <Attribute>
408           <AttributeName>System.ComponentModel.DefaultValue(-1)</AttributeName>
409         </Attribute>
410         <Attribute>
411           <AttributeName>System.ComponentModel.RefreshProperties(System.ComponentModel.RefreshProperties.Repaint)</AttributeName>
412         </Attribute>
413       </Attributes>
414       <ReturnValue>
415         <ReturnType>System.Int32</ReturnType>
416       </ReturnValue>
417       <Docs>
418         <value>To be added.</value>
419         <remarks>
420           <attribution license="cc4" from="Microsoft" modified="false" />
421           <para>The <see cref="P:System.Windows.Forms.TabPage.ImageIndex" /> points to an image in the associated <see cref="P:System.Windows.Forms.TabControl.ImageList" /> of the <see cref="T:System.Windows.Forms.TabControl" />.</para>
422         </remarks>
423         <summary>
424           <attribution license="cc4" from="Microsoft" modified="false" />
425           <para>Gets or sets the index to the image displayed on this tab.</para>
426         </summary>
427       </Docs>
428       <AssemblyInfo>
429         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
430         <AssemblyVersion>2.0.0.0</AssemblyVersion>
431       </AssemblyInfo>
432     </Member>
433     <Member MemberName="ImageKey">
434       <MemberSignature Language="C#" Value="public string ImageKey { set; get; }" />
435       <MemberType>Property</MemberType>
436       <AssemblyInfo>
437         <AssemblyVersion>2.0.0.0</AssemblyVersion>
438       </AssemblyInfo>
439       <Attributes>
440         <Attribute>
441           <AttributeName>System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.ImageKeyConverter))</AttributeName>
442         </Attribute>
443         <Attribute>
444           <AttributeName>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")</AttributeName>
445         </Attribute>
446         <Attribute>
447           <AttributeName>System.ComponentModel.DefaultValue("")</AttributeName>
448         </Attribute>
449         <Attribute>
450           <AttributeName>System.ComponentModel.RefreshProperties(System.ComponentModel.RefreshProperties.Repaint)</AttributeName>
451         </Attribute>
452         <Attribute>
453           <AttributeName>System.ComponentModel.Localizable(true)</AttributeName>
454         </Attribute>
455       </Attributes>
456       <ReturnValue>
457         <ReturnType>System.String</ReturnType>
458       </ReturnValue>
459       <Docs>
460         <value>To be added.</value>
461         <remarks>
462           <attribution license="cc4" from="Microsoft" modified="false" />
463           <para>The <see cref="P:System.Windows.Forms.TabPage.ImageKey" /> property specifies the image from the image list to display on the control.</para>
464         </remarks>
465         <summary>
466           <attribution license="cc4" from="Microsoft" modified="false" />
467           <para>Gets or sets the key accessor for the image in the <see cref="P:System.Windows.Forms.TabControl.ImageList" /> of the associated <see cref="T:System.Windows.Forms.TabControl" />.</para>
468         </summary>
469       </Docs>
470     </Member>
471     <Member MemberName="Location">
472       <MemberSignature Language="C#" Value="public System.Drawing.Point Location { set; get; }" />
473       <MemberType>Property</MemberType>
474       <ReturnValue>
475         <ReturnType>System.Drawing.Point</ReturnType>
476       </ReturnValue>
477       <Docs>
478         <value>To be added.</value>
479         <remarks>To be added.</remarks>
480         <since version=".NET 2.0" />
481         <summary>
482           <attribution license="cc4" from="Microsoft" modified="false" />
483           <para>This property is not meaningful for this control.</para>
484         </summary>
485       </Docs>
486       <AssemblyInfo>
487         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
488         <AssemblyVersion>2.0.0.0</AssemblyVersion>
489       </AssemblyInfo>
490       <Attributes>
491         <Attribute>
492           <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)</AttributeName>
493         </Attribute>
494         <Attribute>
495           <AttributeName>System.ComponentModel.Browsable(false)</AttributeName>
496         </Attribute>
497       </Attributes>
498     </Member>
499     <Member MemberName="LocationChanged">
500       <MemberSignature Language="C#" Value="public event EventHandler LocationChanged;" />
501       <MemberType>Event</MemberType>
502       <AssemblyInfo>
503         <AssemblyVersion>2.0.0.0</AssemblyVersion>
504       </AssemblyInfo>
505       <Attributes>
506         <Attribute>
507           <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)</AttributeName>
508         </Attribute>
509         <Attribute>
510           <AttributeName>System.ComponentModel.Browsable(false)</AttributeName>
511         </Attribute>
512       </Attributes>
513       <ReturnValue>
514         <ReturnType>System.EventHandler</ReturnType>
515       </ReturnValue>
516       <Docs>
517         <remarks>
518           <attribution license="cc4" from="Microsoft" modified="false" />
519           <para>Although you can change the value of the <see cref="P:System.Windows.Forms.TabPage.Location" /> property and handle this event to determine when the value changes, the <see cref="P:System.Windows.Forms.TabPage.Location" /> property is not meaningful for this control.</para>
520         </remarks>
521         <summary>
522           <attribution license="cc4" from="Microsoft" modified="false" />
523           <para>Occurs when the value of the <see cref="P:System.Windows.Forms.TabPage.Location" /> property changes.</para>
524         </summary>
525       </Docs>
526     </Member>
527     <Member MemberName="MaximumSize">
528       <MemberSignature Language="C#" Value="public override System.Drawing.Size MaximumSize { set; get; }" />
529       <MemberType>Property</MemberType>
530       <AssemblyInfo>
531         <AssemblyVersion>2.0.0.0</AssemblyVersion>
532       </AssemblyInfo>
533       <Attributes>
534         <Attribute>
535           <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)</AttributeName>
536         </Attribute>
537         <Attribute>
538           <AttributeName>System.ComponentModel.DefaultValue("{Width=0, Height=0}")</AttributeName>
539         </Attribute>
540         <Attribute>
541           <AttributeName>System.ComponentModel.Browsable(false)</AttributeName>
542         </Attribute>
543       </Attributes>
544       <ReturnValue>
545         <ReturnType>System.Drawing.Size</ReturnType>
546       </ReturnValue>
547       <Docs>
548         <value>To be added.</value>
549         <remarks>To be added.</remarks>
550         <summary>
551           <attribution license="cc4" from="Microsoft" modified="false" />
552           <para>This property is not meaningful for this control.</para>
553         </summary>
554       </Docs>
555     </Member>
556     <Member MemberName="MinimumSize">
557       <MemberSignature Language="C#" Value="public override System.Drawing.Size MinimumSize { set; get; }" />
558       <MemberType>Property</MemberType>
559       <AssemblyInfo>
560         <AssemblyVersion>2.0.0.0</AssemblyVersion>
561       </AssemblyInfo>
562       <Attributes>
563         <Attribute>
564           <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)</AttributeName>
565         </Attribute>
566         <Attribute>
567           <AttributeName>System.ComponentModel.Browsable(false)</AttributeName>
568         </Attribute>
569       </Attributes>
570       <ReturnValue>
571         <ReturnType>System.Drawing.Size</ReturnType>
572       </ReturnValue>
573       <Docs>
574         <value>To be added.</value>
575         <remarks>To be added.</remarks>
576         <summary>
577           <attribution license="cc4" from="Microsoft" modified="false" />
578           <para>This property is not meaningful for this control.</para>
579         </summary>
580       </Docs>
581     </Member>
582     <Member MemberName="OnEnter">
583       <MemberSignature Language="C#" Value="protected override void OnEnter (EventArgs e);" />
584       <MemberType>Method</MemberType>
585       <AssemblyInfo>
586         <AssemblyVersion>2.0.0.0</AssemblyVersion>
587       </AssemblyInfo>
588       <ReturnValue>
589         <ReturnType>System.Void</ReturnType>
590       </ReturnValue>
591       <Parameters>
592         <Parameter Name="e" Type="System.EventArgs" />
593       </Parameters>
594       <Docs>
595         <remarks>
596           <attribution license="cc4" from="Microsoft" modified="false" />
597           <para>In dnprdnext, the tab is considered part of the tab page for determining when the <see cref="E:System.Windows.Forms.Control.Enter" /> and <see cref="E:System.Windows.Forms.Control.Leave" /> events of the <see cref="T:System.Windows.Forms.TabPage" /> occur. In earlier versions of the .NET Framework, the <see cref="E:System.Windows.Forms.Control.Enter" /> and <see cref="E:System.Windows.Forms.Control.Leave" /> events of the <see cref="T:System.Windows.Forms.TabPage" /> do not occur when focus enters or leaves a tab, but only when focus enters or leaves the client rectangle of the tab page.</para>
598           <para>Raising an event invokes the event handler through a delegate. For more information, see <format type="text/html"><a href="f2adaf01-1ed1-42e1-8c31-8d467e7e0ee2">Raising an Event</a></format>.</para>
599           <para>The <see cref="M:System.Windows.Forms.TabPage.OnEnter(System.EventArgs)" /> 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.</para>
600         </remarks>
601         <summary>
602           <attribution license="cc4" from="Microsoft" modified="false" />
603           <para>Raises the <see cref="E:System.Windows.Forms.Control.Enter" /> event of the <see cref="T:System.Windows.Forms.TabPage" />. </para>
604         </summary>
605         <param name="e">
606           <attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.EventArgs" /> that contains the event data.</param>
607       </Docs>
608     </Member>
609     <Member MemberName="OnLeave">
610       <MemberSignature Language="C#" Value="protected override void OnLeave (EventArgs e);" />
611       <MemberType>Method</MemberType>
612       <AssemblyInfo>
613         <AssemblyVersion>2.0.0.0</AssemblyVersion>
614       </AssemblyInfo>
615       <ReturnValue>
616         <ReturnType>System.Void</ReturnType>
617       </ReturnValue>
618       <Parameters>
619         <Parameter Name="e" Type="System.EventArgs" />
620       </Parameters>
621       <Docs>
622         <remarks>
623           <attribution license="cc4" from="Microsoft" modified="false" />
624           <para>In dnprdnext, the tab is considered part of the tab page for determining when the <see cref="E:System.Windows.Forms.Control.Enter" /> and <see cref="E:System.Windows.Forms.Control.Leave" /> events of the <see cref="T:System.Windows.Forms.TabPage" /> occur. In earlier versions of the .NET Framework, the <see cref="E:System.Windows.Forms.Control.Enter" /> and <see cref="E:System.Windows.Forms.Control.Leave" /> events of the <see cref="T:System.Windows.Forms.TabPage" /> do not occur when focus enters or leaves a tab, but only when focus enters or leaves the client rectangle of the tab page.</para>
625           <para>Raising an event invokes the event handler through a delegate. For more information, see <format type="text/html"><a href="f2adaf01-1ed1-42e1-8c31-8d467e7e0ee2">Raising an Event</a></format>.</para>
626           <para>The <see cref="M:System.Windows.Forms.TabPage.OnLeave(System.EventArgs)" /> 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.</para>
627         </remarks>
628         <summary>
629           <attribution license="cc4" from="Microsoft" modified="false" />
630           <para>Raises the <see cref="E:System.Windows.Forms.Control.Leave" /> event of the <see cref="T:System.Windows.Forms.TabPage" />.</para>
631         </summary>
632         <param name="e">
633           <attribution license="cc4" from="Microsoft" modified="false" />An <see cref="T:System.EventArgs" /> that contains the event data.</param>
634       </Docs>
635     </Member>
636     <Member MemberName="OnPaintBackground">
637       <MemberSignature Language="C#" Value="protected override void OnPaintBackground (System.Windows.Forms.PaintEventArgs e);" />
638       <MemberType>Method</MemberType>
639       <AssemblyInfo>
640         <AssemblyVersion>2.0.0.0</AssemblyVersion>
641       </AssemblyInfo>
642       <ReturnValue>
643         <ReturnType>System.Void</ReturnType>
644       </ReturnValue>
645       <Parameters>
646         <Parameter Name="e" Type="System.Windows.Forms.PaintEventArgs" />
647       </Parameters>
648       <Docs>
649         <remarks>
650           <attribution license="cc4" from="Microsoft" modified="false" />
651           <para>The system calls this method to paint the background of the <see cref="T:System.Windows.Forms.TabPage" />. When the <see cref="P:System.Windows.Forms.TabPage.UseVisualStyleBackColor" /> and <see cref="P:System.Windows.Forms.Application.RenderWithVisualStyles" /> property values are both true and the <see cref="P:System.Windows.Forms.TabControl.Appearance" /> property of the parent <see cref="T:System.Windows.Forms.TabControl" /> is <see cref="F:System.Windows.Forms.TabAppearance.Normal" />, this method paints the background using the current visual style. Otherwise, this method paints the background as usual.</para>
652         </remarks>
653         <summary>
654           <attribution license="cc4" from="Microsoft" modified="false" />
655           <para>Paints the background of the <see cref="T:System.Windows.Forms.TabPage" />.</para>
656         </summary>
657         <param name="e">
658           <attribution license="cc4" from="Microsoft" modified="false" />A <see cref="T:System.Windows.Forms.PaintEventArgs" /> that contains data useful for painting the background. </param>
659       </Docs>
660     </Member>
661     <Member MemberName="PreferredSize">
662       <MemberSignature Language="C#" Value="public System.Drawing.Size PreferredSize { get; }" />
663       <MemberType>Property</MemberType>
664       <AssemblyInfo>
665         <AssemblyVersion>2.0.0.0</AssemblyVersion>
666       </AssemblyInfo>
667       <Attributes>
668         <Attribute>
669           <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)</AttributeName>
670         </Attribute>
671         <Attribute>
672           <AttributeName>System.ComponentModel.Browsable(false)</AttributeName>
673         </Attribute>
674       </Attributes>
675       <ReturnValue>
676         <ReturnType>System.Drawing.Size</ReturnType>
677       </ReturnValue>
678       <Docs>
679         <value>To be added.</value>
680         <remarks>To be added.</remarks>
681         <summary>
682           <attribution license="cc4" from="Microsoft" modified="false" />
683           <para>This property is not meaningful for this control.</para>
684         </summary>
685       </Docs>
686     </Member>
687     <Member MemberName="SetBoundsCore">
688       <MemberSignature Language="C#" Value="protected override void SetBoundsCore (int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified);" />
689       <MemberType>Method</MemberType>
690       <ReturnValue>
691         <ReturnType>System.Void</ReturnType>
692       </ReturnValue>
693       <Parameters>
694         <Parameter Name="x" Type="System.Int32" />
695         <Parameter Name="y" Type="System.Int32" />
696         <Parameter Name="width" Type="System.Int32" />
697         <Parameter Name="height" Type="System.Int32" />
698         <Parameter Name="specified" Type="System.Windows.Forms.BoundsSpecified" />
699       </Parameters>
700       <Docs>
701         <remarks>To be added.</remarks>
702         <summary>
703           <attribution license="cc4" from="Microsoft" modified="false" />
704           <para>This member overrides <see cref="M:System.Windows.Forms.Control.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)" />.</para>
705         </summary>
706         <param name="x">
707           <attribution license="cc4" from="Microsoft" modified="false" />The new <see cref="P:System.Windows.Forms.Control.Left" /> property value of the control.</param>
708         <param name="y">
709           <attribution license="cc4" from="Microsoft" modified="false" />The new <see cref="P:System.Windows.Forms.Control.Top" /> property value of the control.</param>
710         <param name="width">
711           <attribution license="cc4" from="Microsoft" modified="false" />The new <see cref="P:System.Windows.Forms.Control.Width" /> property value of the control.</param>
712         <param name="height">
713           <attribution license="cc4" from="Microsoft" modified="false" />The new <see cref="P:System.Windows.Forms.Control.Height" /> property value of the control.</param>
714         <param name="specified">
715           <attribution license="cc4" from="Microsoft" modified="false" />A bitwise combination of <see cref="T:System.Windows.Forms.BoundsSpecified" /> values.</param>
716       </Docs>
717       <AssemblyInfo>
718         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
719         <AssemblyVersion>2.0.0.0</AssemblyVersion>
720       </AssemblyInfo>
721     </Member>
722     <Member MemberName="TabIndex">
723       <MemberSignature Language="C#" Value="public int TabIndex { set; get; }" />
724       <MemberType>Property</MemberType>
725       <Attributes>
726         <Attribute>
727           <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)</AttributeName>
728         </Attribute>
729         <Attribute>
730           <AttributeName>System.ComponentModel.Browsable(false)</AttributeName>
731         </Attribute>
732       </Attributes>
733       <ReturnValue>
734         <ReturnType>System.Int32</ReturnType>
735       </ReturnValue>
736       <Docs>
737         <value>To be added.</value>
738         <remarks>
739           <attribution license="cc4" from="Microsoft" modified="false" />
740           <para>The <see cref="P:System.Windows.Forms.Control.TabIndex" /> property indicates the order in which controls receive focus as a user presses the TAB key on a form. <see cref="T:System.Windows.Forms.TabPage" /> controls are contained within <see cref="T:System.Windows.Forms.TabControl" /> controls, however, and do not receive focus individually as part of the form's TAB order. This property is therefore meaningless for this class.</para>
741         </remarks>
742         <summary>
743           <attribution license="cc4" from="Microsoft" modified="false" />
744           <para>This property is not meaningful for this control.</para>
745         </summary>
746       </Docs>
747       <AssemblyInfo>
748         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
749         <AssemblyVersion>2.0.0.0</AssemblyVersion>
750       </AssemblyInfo>
751     </Member>
752     <Member MemberName="TabIndexChanged">
753       <MemberSignature Language="C#" Value="public event EventHandler TabIndexChanged;" />
754       <MemberType>Event</MemberType>
755       <Attributes>
756         <Attribute>
757           <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)</AttributeName>
758         </Attribute>
759         <Attribute>
760           <AttributeName>System.ComponentModel.Browsable(false)</AttributeName>
761         </Attribute>
762       </Attributes>
763       <ReturnValue>
764         <ReturnType>System.EventHandler</ReturnType>
765       </ReturnValue>
766       <Docs>
767         <remarks>
768           <attribution license="cc4" from="Microsoft" modified="false" />
769           <para>The <see cref="P:System.Windows.Forms.TabPage.TabIndex" /> property is not meaningful for this control, although you can change its value and handle the <see cref="E:System.Windows.Forms.TabPage.TabIndexChanged" /> event to detect the change.</para>
770         </remarks>
771         <summary>
772           <attribution license="cc4" from="Microsoft" modified="false" />
773           <para>Occurs when the value of the <see cref="P:System.Windows.Forms.TabPage.TabIndex" /> property changes.</para>
774         </summary>
775       </Docs>
776       <AssemblyInfo>
777         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
778         <AssemblyVersion>2.0.0.0</AssemblyVersion>
779       </AssemblyInfo>
780     </Member>
781     <Member MemberName="TabStop">
782       <MemberSignature Language="C#" Value="public bool TabStop { set; get; }" />
783       <MemberType>Property</MemberType>
784       <Attributes>
785         <Attribute>
786           <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)</AttributeName>
787         </Attribute>
788         <Attribute>
789           <AttributeName>System.ComponentModel.Browsable(false)</AttributeName>
790         </Attribute>
791       </Attributes>
792       <ReturnValue>
793         <ReturnType>System.Boolean</ReturnType>
794       </ReturnValue>
795       <Docs>
796         <value>To be added.</value>
797         <remarks>
798           <attribution license="cc4" from="Microsoft" modified="false" />
799           <para>
800             <see cref="T:System.Windows.Forms.TabPage" /> controls are contained within <see cref="T:System.Windows.Forms.TabControl" /> controls and do not receive focus individually as part of the form's TAB order. This property is therefore meaningless for this class.</para>
801         </remarks>
802         <summary>
803           <attribution license="cc4" from="Microsoft" modified="false" />
804           <para>This member is not meaningful for this control.</para>
805         </summary>
806       </Docs>
807       <AssemblyInfo>
808         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
809         <AssemblyVersion>2.0.0.0</AssemblyVersion>
810       </AssemblyInfo>
811     </Member>
812     <Member MemberName="TabStopChanged">
813       <MemberSignature Language="C#" Value="public event EventHandler TabStopChanged;" />
814       <MemberType>Event</MemberType>
815       <Attributes>
816         <Attribute>
817           <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)</AttributeName>
818         </Attribute>
819         <Attribute>
820           <AttributeName>System.ComponentModel.Browsable(false)</AttributeName>
821         </Attribute>
822       </Attributes>
823       <ReturnValue>
824         <ReturnType>System.EventHandler</ReturnType>
825       </ReturnValue>
826       <Docs>
827         <remarks>
828           <attribution license="cc4" from="Microsoft" modified="false" />
829           <para>The <see cref="P:System.Windows.Forms.TabPage.TabStop" /> property is not meaningful for this control, although you can change its value and handle the <see cref="E:System.Windows.Forms.TabPage.TabStopChanged" /> event to detect the change.</para>
830         </remarks>
831         <summary>
832           <attribution license="cc4" from="Microsoft" modified="false" />
833           <para>Occurs when the value of the <see cref="P:System.Windows.Forms.TabPage.TabStop" /> property changes.</para>
834         </summary>
835       </Docs>
836       <AssemblyInfo>
837         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
838         <AssemblyVersion>2.0.0.0</AssemblyVersion>
839       </AssemblyInfo>
840     </Member>
841     <Member MemberName="Text">
842       <MemberSignature Language="C#" Value="public override string Text { set; get; }" />
843       <MemberType>Property</MemberType>
844       <Attributes>
845         <Attribute>
846           <AttributeName>System.ComponentModel.Localizable(true)</AttributeName>
847         </Attribute>
848         <Attribute>
849           <AttributeName>System.ComponentModel.Browsable(true)</AttributeName>
850         </Attribute>
851         <Attribute>
852           <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Always)</AttributeName>
853         </Attribute>
854       </Attributes>
855       <ReturnValue>
856         <ReturnType>System.String</ReturnType>
857       </ReturnValue>
858       <Docs>
859         <value>To be added.</value>
860         <remarks>
861           <attribution license="cc4" from="Microsoft" modified="false" />
862           <para>Changing the <see cref="P:System.Windows.Forms.TabPage.Text" /> property value does not automatically center the new value on the tab if the <see cref="T:System.Windows.Forms.TabControl" /> has a <see cref="P:System.Windows.Forms.TabControl.SizeMode" /> property value of <see cref="F:System.Windows.Forms.TabSizeMode.Fixed" />. You can work around this limitation by setting the <see cref="P:System.Windows.Forms.TabControl.ItemSize" /> property or by removing the <see cref="T:System.Windows.Forms.TabPage" /> from the <see cref="P:System.Windows.Forms.TabControl.TabPages" /> collection and adding it back to the collection. Both of these actions will automatically center the text.</para>
863         </remarks>
864         <summary>
865           <attribution license="cc4" from="Microsoft" modified="false" />
866           <para>Gets or sets the text to display on the tab.</para>
867         </summary>
868       </Docs>
869       <AssemblyInfo>
870         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
871         <AssemblyVersion>2.0.0.0</AssemblyVersion>
872       </AssemblyInfo>
873     </Member>
874     <Member MemberName="TextChanged">
875       <MemberSignature Language="C#" Value="public event EventHandler TextChanged;" />
876       <MemberType>Event</MemberType>
877       <AssemblyInfo>
878         <AssemblyVersion>2.0.0.0</AssemblyVersion>
879       </AssemblyInfo>
880       <Attributes>
881         <Attribute>
882           <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Always)</AttributeName>
883         </Attribute>
884         <Attribute>
885           <AttributeName>System.ComponentModel.Browsable(true)</AttributeName>
886         </Attribute>
887       </Attributes>
888       <ReturnValue>
889         <ReturnType>System.EventHandler</ReturnType>
890       </ReturnValue>
891       <Docs>
892         <remarks>To be added.</remarks>
893         <summary>
894           <attribution license="cc4" from="Microsoft" modified="false" />
895           <para>Occurs when the value of the <see cref="P:System.Windows.Forms.TabControl.Text" /> property changes.</para>
896         </summary>
897       </Docs>
898     </Member>
899     <Member MemberName="ToolTipText">
900       <MemberSignature Language="C#" Value="public string ToolTipText { set; get; }" />
901       <MemberType>Property</MemberType>
902       <Attributes>
903         <Attribute>
904           <AttributeName>System.ComponentModel.DefaultValue("")</AttributeName>
905         </Attribute>
906         <Attribute>
907           <AttributeName>System.ComponentModel.Localizable(true)</AttributeName>
908         </Attribute>
909       </Attributes>
910       <ReturnValue>
911         <ReturnType>System.String</ReturnType>
912       </ReturnValue>
913       <Docs>
914         <value>To be added.</value>
915         <remarks>
916           <attribution license="cc4" from="Microsoft" modified="false" />
917           <para>This tab page belongs to a <see cref="T:System.Windows.Forms.TabControl" />. The ToolTip text appears when the user moves the mouse over the tab if the <see cref="P:System.Windows.Forms.TabControl.ShowToolTips" /> property of the <see cref="T:System.Windows.Forms.TabControl" /> is true. For more information about ToolTips, see the <see cref="T:System.Windows.Forms.ToolTip" /> class.</para>
918         </remarks>
919         <summary>
920           <attribution license="cc4" from="Microsoft" modified="false" />
921           <para>Gets or sets the ToolTip text for this tab.</para>
922         </summary>
923       </Docs>
924       <AssemblyInfo>
925         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
926         <AssemblyVersion>2.0.0.0</AssemblyVersion>
927       </AssemblyInfo>
928     </Member>
929     <Member MemberName="ToString">
930       <MemberSignature Language="C#" Value="public override string ToString ();" />
931       <MemberType>Method</MemberType>
932       <ReturnValue>
933         <ReturnType>System.String</ReturnType>
934       </ReturnValue>
935       <Parameters />
936       <Docs>
937         <remarks>To be added.</remarks>
938         <summary>
939           <attribution license="cc4" from="Microsoft" modified="false" />
940           <para>Returns a string containing the value of the <see cref="P:System.Windows.Forms.TabPage.Text" /> property.</para>
941         </summary>
942         <returns>
943           <attribution license="cc4" from="Microsoft" modified="false" />
944           <para>A string containing the value of the <see cref="P:System.Windows.Forms.TabPage.Text" /> property.</para>
945         </returns>
946       </Docs>
947       <AssemblyInfo>
948         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
949         <AssemblyVersion>2.0.0.0</AssemblyVersion>
950       </AssemblyInfo>
951     </Member>
952     <Member MemberName="UseVisualStyleBackColor">
953       <MemberSignature Language="C#" Value="public bool UseVisualStyleBackColor { set; get; }" />
954       <MemberType>Property</MemberType>
955       <ReturnValue>
956         <ReturnType>System.Boolean</ReturnType>
957       </ReturnValue>
958       <Docs>
959         <value>To be added.</value>
960         <since version=".NET 2.0" />
961         <remarks>
962           <attribution license="cc4" from="Microsoft" modified="false" />
963           <para>The <see cref="T:System.Windows.Forms.TabPage" /> background uses the current visual style only when the <see cref="P:System.Windows.Forms.TabPage.UseVisualStyleBackColor" /> and <see cref="P:System.Windows.Forms.Application.RenderWithVisualStyles" /> property values are both true. </para>
964           <para>When the <see cref="P:System.Windows.Forms.TabPage.UseVisualStyleBackColor" /> and <see cref="P:System.Windows.Forms.Application.RenderWithVisualStyles" /> property values are both true and the <see cref="P:System.Windows.Forms.TabControl.Appearance" /> property of the parent <see cref="T:System.Windows.Forms.TabControl" /> is <see cref="F:System.Windows.Forms.TabAppearance.Normal" />, the default value of the <see cref="P:System.Windows.Forms.TabPage.BackColor" /> property is <see cref="P:System.Drawing.Color.Transparent" />. Child controls that you place on the <see cref="T:System.Windows.Forms.TabPage" /> inherit the <see cref="P:System.Windows.Forms.TabPage.BackColor" /> value by default, so this behavior causes the background of the child controls to render with the current visual style.</para>
965           <para>Changing the value of the <see cref="P:System.Windows.Forms.TabPage.BackColor" /> property automatically sets the <see cref="P:System.Windows.Forms.TabPage.UseVisualStyleBackColor" /> property to false. If you want the <see cref="T:System.Windows.Forms.TabPage" /> background to render using visual styles but you want the child controls to inherit a <see cref="P:System.Windows.Forms.TabPage.BackColor" /> value that you specify, set the <see cref="P:System.Windows.Forms.TabPage.UseVisualStyleBackColor" /> property after you set the <see cref="P:System.Windows.Forms.TabPage.BackColor" /> property.</para>
966         </remarks>
967         <summary>
968           <attribution license="cc4" from="Microsoft" modified="false" />
969           <para>Gets or sets a value indicating whether the <see cref="T:System.Windows.Forms.TabPage" /> background renders using the current visual style when visual styles are enabled.</para>
970         </summary>
971       </Docs>
972       <AssemblyInfo>
973         <AssemblyVersion>2.0.0.0</AssemblyVersion>
974       </AssemblyInfo>
975       <Attributes>
976         <Attribute>
977           <AttributeName>System.ComponentModel.DefaultValue(false)</AttributeName>
978         </Attribute>
979       </Attributes>
980     </Member>
981     <Member MemberName="Visible">
982       <MemberSignature Language="C#" Value="public bool Visible { set; get; }" />
983       <MemberType>Property</MemberType>
984       <Attributes>
985         <Attribute>
986           <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)</AttributeName>
987         </Attribute>
988         <Attribute>
989           <AttributeName>System.ComponentModel.Browsable(false)</AttributeName>
990         </Attribute>
991       </Attributes>
992       <ReturnValue>
993         <ReturnType>System.Boolean</ReturnType>
994       </ReturnValue>
995       <Docs>
996         <value>To be added.</value>
997         <remarks>
998           <attribution license="cc4" from="Microsoft" modified="false" />
999           <para>This member is not meaningful for this control.</para>
1000           <para>To hide a tab in a <see cref="T:System.Windows.Forms.TabControl" />, you must remove it from the control's <see cref="P:System.Windows.Forms.TabControl.TabPages" /> collection.</para>
1001         </remarks>
1002         <summary>
1003           <attribution license="cc4" from="Microsoft" modified="false" />
1004           <para>This member is not meaningful for this control.</para>
1005         </summary>
1006       </Docs>
1007       <AssemblyInfo>
1008         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
1009         <AssemblyVersion>2.0.0.0</AssemblyVersion>
1010       </AssemblyInfo>
1011     </Member>
1012     <Member MemberName="VisibleChanged">
1013       <MemberSignature Language="C#" Value="public event EventHandler VisibleChanged;" />
1014       <MemberType>Event</MemberType>
1015       <Attributes>
1016         <Attribute>
1017           <AttributeName>System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)</AttributeName>
1018         </Attribute>
1019         <Attribute>
1020           <AttributeName>System.ComponentModel.Browsable(false)</AttributeName>
1021         </Attribute>
1022       </Attributes>
1023       <ReturnValue>
1024         <ReturnType>System.EventHandler</ReturnType>
1025       </ReturnValue>
1026       <Docs>
1027         <remarks>
1028           <attribution license="cc4" from="Microsoft" modified="false" />
1029           <para>The <see cref="P:System.Windows.Forms.TabPage.Visible" /> property is not meaningful for this control, although you can change its value and handle the <see cref="E:System.Windows.Forms.TabPage.VisibleChanged" /> event to detect the change.</para>
1030           <para>To hide a tab in a <see cref="T:System.Windows.Forms.TabControl" />, you must remove it from the control's <see cref="P:System.Windows.Forms.TabControl.TabPages" /> collection.</para>
1031         </remarks>
1032         <summary>
1033           <attribution license="cc4" from="Microsoft" modified="false" />
1034           <para>Occurs when the value of the <see cref="P:System.Windows.Forms.TabPage.Visible" /> property changes.</para>
1035         </summary>
1036       </Docs>
1037       <AssemblyInfo>
1038         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
1039         <AssemblyVersion>2.0.0.0</AssemblyVersion>
1040       </AssemblyInfo>
1041     </Member>
1042   </Members>
1043 </Type>