[jit] Enable partial generic sharing when not using AOT as an experiment.
[mono.git] / mcs / class / Managed.Windows.Forms / Documentation / en / System.Windows.Forms / SplitterEventArgs.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <Type Name="SplitterEventArgs" FullName="System.Windows.Forms.SplitterEventArgs">
3   <TypeSignature Language="C#" Value="public class SplitterEventArgs : EventArgs" />
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.EventArgs</BaseTypeName>
11   </Base>
12   <Interfaces />
13   <Attributes>
14     <Attribute>
15       <AttributeName>System.Runtime.InteropServices.ComVisible(true)</AttributeName>
16     </Attribute>
17   </Attributes>
18   <Docs>
19     <remarks>
20       <attribution license="cc4" from="Microsoft" modified="false" />
21       <para>The <see cref="E:System.Windows.Forms.Splitter.SplitterMoving" /> event occurs when the user is moving the <see cref="T:System.Windows.Forms.Splitter" /> control. The <see cref="E:System.Windows.Forms.Splitter.SplitterMoved" /> event occurs when the user finishes moving the <see cref="T:System.Windows.Forms.Splitter" /> control. The <see cref="T:System.Windows.Forms.SplitterEventArgs" /> class specifies the position of the mouse pointer and the position of the upper-left corner of the <see cref="T:System.Windows.Forms.Splitter" /> control.</para>
22     </remarks>
23     <summary>
24       <attribution license="cc4" from="Microsoft" modified="false" />
25       <para>Provides data for <see cref="E:System.Windows.Forms.Splitter.SplitterMoving" /> and the <see cref="E:System.Windows.Forms.Splitter.SplitterMoved" /> events.</para>
26     </summary>
27   </Docs>
28   <Members>
29     <Member MemberName=".ctor">
30       <MemberSignature Language="C#" Value="public SplitterEventArgs (int x, int y, int splitX, int splitY);" />
31       <MemberType>Constructor</MemberType>
32       <Parameters>
33         <Parameter Name="x" Type="System.Int32" />
34         <Parameter Name="y" Type="System.Int32" />
35         <Parameter Name="splitX" Type="System.Int32" />
36         <Parameter Name="splitY" Type="System.Int32" />
37       </Parameters>
38       <Docs>
39         <remarks>To be added.</remarks>
40         <summary>
41           <attribution license="cc4" from="Microsoft" modified="false" />
42           <para>Initializes an instance of the <see cref="T:System.Windows.Forms.SplitterEventArgs" /> class with the specified coordinates of the mouse pointer and the coordinates of the upper-left corner of the <see cref="T:System.Windows.Forms.Splitter" /> control.</para>
43         </summary>
44         <param name="x">
45           <attribution license="cc4" from="Microsoft" modified="false" />The x-coordinate of the mouse pointer (in client coordinates). </param>
46         <param name="y">
47           <attribution license="cc4" from="Microsoft" modified="false" />The y-coordinate of the mouse pointer (in client coordinates). </param>
48         <param name="splitX">
49           <attribution license="cc4" from="Microsoft" modified="false" />The x-coordinate of the upper-left corner of the <see cref="T:System.Windows.Forms.Splitter" /> (in client coordinates). </param>
50         <param name="splitY">
51           <attribution license="cc4" from="Microsoft" modified="false" />The y-coordinate of the upper-left corner of the <see cref="T:System.Windows.Forms.Splitter" /> (in client coordinates). </param>
52       </Docs>
53       <AssemblyInfo>
54         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
55         <AssemblyVersion>2.0.0.0</AssemblyVersion>
56       </AssemblyInfo>
57     </Member>
58     <Member MemberName="SplitX">
59       <MemberSignature Language="C#" Value="public int SplitX { set; get; }" />
60       <MemberType>Property</MemberType>
61       <ReturnValue>
62         <ReturnType>System.Int32</ReturnType>
63       </ReturnValue>
64       <Docs>
65         <value>To be added.</value>
66         <remarks>
67           <attribution license="cc4" from="Microsoft" modified="false" />
68           <para>You can use this property along with the <see cref="P:System.Windows.Forms.SplitterEventArgs.SplitY" /> property of this class to determine the position of the <see cref="T:System.Windows.Forms.Splitter" /> control when the <see cref="E:System.Windows.Forms.Splitter.SplitterMoving" /> and <see cref="E:System.Windows.Forms.Splitter.SplitterMoved" /> events are raised.</para>
69         </remarks>
70         <summary>
71           <attribution license="cc4" from="Microsoft" modified="false" />
72           <para>Gets or sets the x-coordinate of the upper-left corner of the <see cref="T:System.Windows.Forms.Splitter" /> (in client coordinates).</para>
73         </summary>
74       </Docs>
75       <AssemblyInfo>
76         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
77         <AssemblyVersion>2.0.0.0</AssemblyVersion>
78       </AssemblyInfo>
79     </Member>
80     <Member MemberName="SplitY">
81       <MemberSignature Language="C#" Value="public int SplitY { set; get; }" />
82       <MemberType>Property</MemberType>
83       <ReturnValue>
84         <ReturnType>System.Int32</ReturnType>
85       </ReturnValue>
86       <Docs>
87         <value>To be added.</value>
88         <remarks>
89           <attribution license="cc4" from="Microsoft" modified="false" />
90           <para>You can use this property along with the <see cref="P:System.Windows.Forms.SplitterEventArgs.SplitX" /> property of this class to determine the position of the <see cref="T:System.Windows.Forms.Splitter" /> control when the <see cref="E:System.Windows.Forms.Splitter.SplitterMoving" /> and <see cref="E:System.Windows.Forms.Splitter.SplitterMoved" /> events are raised.</para>
91         </remarks>
92         <summary>
93           <attribution license="cc4" from="Microsoft" modified="false" />
94           <para>Gets or sets the y-coordinate of the upper-left corner of the <see cref="T:System.Windows.Forms.Splitter" /> (in client coordinates).</para>
95         </summary>
96       </Docs>
97       <AssemblyInfo>
98         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
99         <AssemblyVersion>2.0.0.0</AssemblyVersion>
100       </AssemblyInfo>
101     </Member>
102     <Member MemberName="X">
103       <MemberSignature Language="C#" Value="public int X { get; }" />
104       <MemberType>Property</MemberType>
105       <ReturnValue>
106         <ReturnType>System.Int32</ReturnType>
107       </ReturnValue>
108       <Docs>
109         <value>To be added.</value>
110         <remarks>
111           <attribution license="cc4" from="Microsoft" modified="false" />
112           <para>You can use this property along with the <see cref="P:System.Windows.Forms.SplitterEventArgs.Y" /> property of this class to determine the current location of the mouse pointer when the <see cref="E:System.Windows.Forms.Splitter.SplitterMoving" /> and <see cref="E:System.Windows.Forms.Splitter.SplitterMoved" /> events are raised.</para>
113         </remarks>
114         <summary>
115           <attribution license="cc4" from="Microsoft" modified="false" />
116           <para>Gets the x-coordinate of the mouse pointer (in client coordinates).</para>
117         </summary>
118       </Docs>
119       <AssemblyInfo>
120         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
121         <AssemblyVersion>2.0.0.0</AssemblyVersion>
122       </AssemblyInfo>
123     </Member>
124     <Member MemberName="Y">
125       <MemberSignature Language="C#" Value="public int Y { get; }" />
126       <MemberType>Property</MemberType>
127       <ReturnValue>
128         <ReturnType>System.Int32</ReturnType>
129       </ReturnValue>
130       <Docs>
131         <value>To be added.</value>
132         <remarks>
133           <attribution license="cc4" from="Microsoft" modified="false" />
134           <para>You can use this property along with the <see cref="P:System.Windows.Forms.SplitterEventArgs.X" /> property of this class to determine the current location of the mouse pointer when the <see cref="E:System.Windows.Forms.Splitter.SplitterMoving" /> and <see cref="E:System.Windows.Forms.Splitter.SplitterMoved" /> events are raised.</para>
135         </remarks>
136         <summary>
137           <attribution license="cc4" from="Microsoft" modified="false" />
138           <para>Gets the y-coordinate of the mouse pointer (in client coordinates).</para>
139         </summary>
140       </Docs>
141       <AssemblyInfo>
142         <AssemblyVersion>1.0.5000.0</AssemblyVersion>
143         <AssemblyVersion>2.0.0.0</AssemblyVersion>
144       </AssemblyInfo>
145     </Member>
146   </Members>
147 </Type>