Rename Managed.Windows.Forms to System.Windows.Forms for consistency.
[mono.git] / mcs / class / System.Windows.Forms / Documentation / en / System.Windows.Forms / StatusBarPanelAutoSize.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <Type Name="StatusBarPanelAutoSize" FullName="System.Windows.Forms.StatusBarPanelAutoSize">
3   <TypeSignature Language="C#" Value="public enum StatusBarPanelAutoSize" />
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.Enum</BaseTypeName>
11   </Base>
12   <Docs>
13     <remarks>
14       <attribution license="cc4" from="Microsoft" modified="false" />
15       <para>This enumeration is used by the <see cref="P:System.Windows.Forms.StatusBarPanel.AutoSize" /> property. The <see cref="P:System.Windows.Forms.StatusBarPanel.AutoSize" /> property specifies how a <see cref="T:System.Windows.Forms.StatusBarPanel" /> is autosized on a <see cref="T:System.Windows.Forms.StatusBar" /> control.</para>
16     </remarks>
17     <summary>
18       <attribution license="cc4" from="Microsoft" modified="false" />
19       <para>Specifies how a <see cref="T:System.Windows.Forms.StatusBarPanel" /> on a <see cref="T:System.Windows.Forms.StatusBar" /> control behaves when the control resizes.</para>
20     </summary>
21   </Docs>
22   <Members>
23     <Member MemberName="Contents">
24       <MemberSignature Language="C#" Value="Contents" />
25       <MemberType>Field</MemberType>
26       <ReturnValue>
27         <ReturnType>System.Windows.Forms.StatusBarPanelAutoSize</ReturnType>
28       </ReturnValue>
29       <Docs>
30         <summary>
31           <attribution license="cc4" from="Microsoft" modified="false" />
32           <para>The width of the <see cref="T:System.Windows.Forms.StatusBarPanel" /> is determined by its contents.</para>
33         </summary>
34       </Docs>
35       <AssemblyInfo>
36         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
37         <AssemblyVersion>2.0.0.0</AssemblyVersion>
38       </AssemblyInfo>
39     </Member>
40     <Member MemberName="None">
41       <MemberSignature Language="C#" Value="None" />
42       <MemberType>Field</MemberType>
43       <ReturnValue>
44         <ReturnType>System.Windows.Forms.StatusBarPanelAutoSize</ReturnType>
45       </ReturnValue>
46       <Docs>
47         <summary>
48           <attribution license="cc4" from="Microsoft" modified="false" />
49           <para>The <see cref="T:System.Windows.Forms.StatusBarPanel" /> does not change size when the <see cref="T:System.Windows.Forms.StatusBar" /> control resizes.</para>
50         </summary>
51       </Docs>
52       <AssemblyInfo>
53         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
54         <AssemblyVersion>2.0.0.0</AssemblyVersion>
55       </AssemblyInfo>
56     </Member>
57     <Member MemberName="Spring">
58       <MemberSignature Language="C#" Value="Spring" />
59       <MemberType>Field</MemberType>
60       <ReturnValue>
61         <ReturnType>System.Windows.Forms.StatusBarPanelAutoSize</ReturnType>
62       </ReturnValue>
63       <Docs>
64         <summary>
65           <attribution license="cc4" from="Microsoft" modified="false" />
66           <para>The <see cref="T:System.Windows.Forms.StatusBarPanel" /> shares the available space on the <see cref="T:System.Windows.Forms.StatusBar" /> (the space not taken up by other panels whose <see cref="P:System.Windows.Forms.StatusBarPanel.AutoSize" /> property is set to <see cref="F:System.Windows.Forms.StatusBarPanelAutoSize.None" /> or <see cref="F:System.Windows.Forms.StatusBarPanelAutoSize.Contents" />) with other panels that have their <see cref="P:System.Windows.Forms.StatusBarPanel.AutoSize" /> property set to <see cref="F:System.Windows.Forms.StatusBarPanelAutoSize.Spring" />.</para>
67         </summary>
68       </Docs>
69       <AssemblyInfo>
70         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
71         <AssemblyVersion>2.0.0.0</AssemblyVersion>
72       </AssemblyInfo>
73     </Member>
74   </Members>
75 </Type>