[jit] Enable partial generic sharing when not using AOT as an experiment.
[mono.git] / mcs / class / Managed.Windows.Forms / Documentation / en / System.Windows.Forms.VisualStyles / ScrollBarSizeBoxState.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <Type Name="ScrollBarSizeBoxState" FullName="System.Windows.Forms.VisualStyles.ScrollBarSizeBoxState">
3   <TypeSignature Language="C#" Value="public enum ScrollBarSizeBoxState" />
4   <AssemblyInfo>
5     <AssemblyName>System.Windows.Forms</AssemblyName>
6     <AssemblyVersion>2.0.0.0</AssemblyVersion>
7   </AssemblyInfo>
8   <Base>
9     <BaseTypeName>System.Enum</BaseTypeName>
10   </Base>
11   <Docs>
12     <since version=".NET 2.0" />
13     <remarks>
14       <attribution license="cc4" from="Microsoft" modified="false" />
15       <para>The <see cref="T:System.Windows.Forms.VisualStyles.ScrollBarSizeBoxState" /> values correspond to the states of the <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement" /> objects exposed by the <see cref="T:System.Windows.Forms.VisualStyles.VisualStyleElement.ScrollBar.SizeBox" /> class. The <see cref="T:System.Windows.Forms.VisualStyles.ScrollBarSizeBoxState" /> values are also used as an argument in the <see cref="M:System.Windows.Forms.ScrollBarRenderer.DrawSizeBox(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.VisualStyles.ScrollBarSizeBoxState)" /> method.</para>
16     </remarks>
17     <summary>
18       <attribution license="cc4" from="Microsoft" modified="false" />
19       <para>Specifies the visual state of a scroll bar sizing handle that is drawn with visual styles.</para>
20     </summary>
21   </Docs>
22   <Members>
23     <Member MemberName="LeftAlign">
24       <MemberSignature Language="C#" Value="LeftAlign" />
25       <MemberType>Field</MemberType>
26       <ReturnValue>
27         <ReturnType>System.Windows.Forms.VisualStyles.ScrollBarSizeBoxState</ReturnType>
28       </ReturnValue>
29       <Docs>
30         <since version=".NET 2.0" />
31         <summary>
32           <attribution license="cc4" from="Microsoft" modified="false" />
33           <para>The sizing handle is aligned to the left.</para>
34         </summary>
35       </Docs>
36       <AssemblyInfo>
37         <AssemblyVersion>2.0.0.0</AssemblyVersion>
38       </AssemblyInfo>
39     </Member>
40     <Member MemberName="RightAlign">
41       <MemberSignature Language="C#" Value="RightAlign" />
42       <MemberType>Field</MemberType>
43       <ReturnValue>
44         <ReturnType>System.Windows.Forms.VisualStyles.ScrollBarSizeBoxState</ReturnType>
45       </ReturnValue>
46       <Docs>
47         <since version=".NET 2.0" />
48         <summary>
49           <attribution license="cc4" from="Microsoft" modified="false" />
50           <para>The sizing handle is aligned to the right.</para>
51         </summary>
52       </Docs>
53       <AssemblyInfo>
54         <AssemblyVersion>2.0.0.0</AssemblyVersion>
55       </AssemblyInfo>
56     </Member>
57   </Members>
58 </Type>