1 // Licensed to the .NET Foundation under one or more agreements.
2 // The .NET Foundation licenses this file to you under the MIT license.
3 // See the LICENSE file in the project root for more information.
4 
5 [assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
6 [assembly:System.CLSCompliantAttribute(true)]
7 [assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
8 [assembly:System.Drawing.BitmapSuffixInSatelliteAssemblyAttribute]
9 [assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
10 [assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
11 [assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.Windows.Forms.dll")]
12 [assembly:System.Reflection.AssemblyDescriptionAttribute("System.Windows.Forms.dll")]
13 [assembly:System.Reflection.AssemblyFileVersionAttribute("4.7.2046.0")]
14 [assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.7.2046.0")]
15 [assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
16 [assembly:System.Reflection.AssemblyTitleAttribute("System.Windows.Forms.dll")]
17 [assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
18 [assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
19 [assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
20 [assembly:System.Runtime.CompilerServices.DependencyAttribute("System,", (System.Runtime.CompilerServices.LoadHint)(1))]
21 [assembly:System.Runtime.CompilerServices.DependencyAttribute("System.Core", (System.Runtime.CompilerServices.LoadHint)(2))]
22 [assembly:System.Runtime.CompilerServices.DependencyAttribute("System.Drawing,", (System.Runtime.CompilerServices.LoadHint)(1))]
23 [assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
24 [assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
25 [assembly:System.Runtime.CompilerServices.StringFreezingAttribute]
26 [assembly:System.Runtime.InteropServices.ComCompatibleVersionAttribute(1, 0, 3300, 0)]
27 [assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
28 [assembly:System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute((System.Runtime.InteropServices.DllImportSearchPath)(2050))]
29 [assembly:System.Runtime.InteropServices.TypeLibVersionAttribute(2, 4)]
30 [assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
31 [assembly:System.Security.SecurityRulesAttribute((System.Security.SecurityRuleSet)(1), SkipVerificationInFullTrust=true)]
32 [assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
33 namespace System.Resources
34 {
35     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
36     [System.SerializableAttribute]
37     public sealed partial class ResXDataNode : System.Runtime.Serialization.ISerializable
38     {
ResXDataNode(string name, object value)39         public ResXDataNode(string name, object value) { }
ResXDataNode(string name, object value, System.Func<System.Type, string> typeNameConverter)40         public ResXDataNode(string name, object value, System.Func<System.Type, string> typeNameConverter) { }
ResXDataNode(string name, System.Resources.ResXFileRef fileRef)41         public ResXDataNode(string name, System.Resources.ResXFileRef fileRef) { }
ResXDataNode(string name, System.Resources.ResXFileRef fileRef, System.Func<System.Type, string> typeNameConverter)42         public ResXDataNode(string name, System.Resources.ResXFileRef fileRef, System.Func<System.Type, string> typeNameConverter) { }
43         public string Comment { get { throw null; } set { } }
44         public System.Resources.ResXFileRef FileRef { get { throw null; } }
45         public string Name { get { throw null; } set { } }
GetNodePosition()46         public System.Drawing.Point GetNodePosition() { throw null; }
GetValue(System.ComponentModel.Design.ITypeResolutionService typeResolver)47         public object GetValue(System.ComponentModel.Design.ITypeResolutionService typeResolver) { throw null; }
GetValue(System.Reflection.AssemblyName[] names)48         public object GetValue(System.Reflection.AssemblyName[] names) { throw null; }
GetValueTypeName(System.ComponentModel.Design.ITypeResolutionService typeResolver)49         public string GetValueTypeName(System.ComponentModel.Design.ITypeResolutionService typeResolver) { throw null; }
GetValueTypeName(System.Reflection.AssemblyName[] names)50         public string GetValueTypeName(System.Reflection.AssemblyName[] names) { throw null; }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context)51         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
52     }
53     [System.ComponentModel.TypeConverterAttribute(typeof(System.Resources.ResXFileRef.Converter))]
54     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
55     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
56     [System.SerializableAttribute]
57     public partial class ResXFileRef
58     {
ResXFileRef(string fileName, string typeName)59         public ResXFileRef(string fileName, string typeName) { }
ResXFileRef(string fileName, string typeName, System.Text.Encoding textFileEncoding)60         public ResXFileRef(string fileName, string typeName, System.Text.Encoding textFileEncoding) { }
61         public string FileName { get { throw null; } }
62         public System.Text.Encoding TextFileEncoding { get { throw null; } }
63         public string TypeName { get { throw null; } }
ToString()64         public override string ToString() { throw null; }
65         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
66         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
67         public partial class Converter : System.ComponentModel.TypeConverter
68         {
Converter()69             public Converter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)70             public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)71             public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)72             public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)73             public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
74         }
75     }
76     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
77     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
78     public partial class ResXResourceReader : System.Collections.IEnumerable, System.IDisposable, System.Resources.IResourceReader
79     {
ResXResourceReader(System.IO.Stream stream)80         public ResXResourceReader(System.IO.Stream stream) { }
ResXResourceReader(System.IO.Stream stream, System.ComponentModel.Design.ITypeResolutionService typeResolver)81         public ResXResourceReader(System.IO.Stream stream, System.ComponentModel.Design.ITypeResolutionService typeResolver) { }
ResXResourceReader(System.IO.Stream stream, System.Reflection.AssemblyName[] assemblyNames)82         public ResXResourceReader(System.IO.Stream stream, System.Reflection.AssemblyName[] assemblyNames) { }
ResXResourceReader(System.IO.TextReader reader)83         public ResXResourceReader(System.IO.TextReader reader) { }
ResXResourceReader(System.IO.TextReader reader, System.ComponentModel.Design.ITypeResolutionService typeResolver)84         public ResXResourceReader(System.IO.TextReader reader, System.ComponentModel.Design.ITypeResolutionService typeResolver) { }
ResXResourceReader(System.IO.TextReader reader, System.Reflection.AssemblyName[] assemblyNames)85         public ResXResourceReader(System.IO.TextReader reader, System.Reflection.AssemblyName[] assemblyNames) { }
ResXResourceReader(string fileName)86         public ResXResourceReader(string fileName) { }
ResXResourceReader(string fileName, System.ComponentModel.Design.ITypeResolutionService typeResolver)87         public ResXResourceReader(string fileName, System.ComponentModel.Design.ITypeResolutionService typeResolver) { }
ResXResourceReader(string fileName, System.Reflection.AssemblyName[] assemblyNames)88         public ResXResourceReader(string fileName, System.Reflection.AssemblyName[] assemblyNames) { }
89         public string BasePath { get { throw null; } set { } }
90         public bool UseResXDataNodes { get { throw null; } set { } }
Close()91         public void Close() { }
Dispose(bool disposing)92         protected virtual void Dispose(bool disposing) { }
~ResXResourceReader()93         ~ResXResourceReader() { }
FromFileContents(string fileContents)94         public static System.Resources.ResXResourceReader FromFileContents(string fileContents) { throw null; }
FromFileContents(string fileContents, System.ComponentModel.Design.ITypeResolutionService typeResolver)95         public static System.Resources.ResXResourceReader FromFileContents(string fileContents, System.ComponentModel.Design.ITypeResolutionService typeResolver) { throw null; }
FromFileContents(string fileContents, System.Reflection.AssemblyName[] assemblyNames)96         public static System.Resources.ResXResourceReader FromFileContents(string fileContents, System.Reflection.AssemblyName[] assemblyNames) { throw null; }
GetEnumerator()97         public System.Collections.IDictionaryEnumerator GetEnumerator() { throw null; }
GetMetadataEnumerator()98         public System.Collections.IDictionaryEnumerator GetMetadataEnumerator() { throw null; }
System.Collections.IEnumerable.GetEnumerator()99         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.IDisposable.Dispose()100         void System.IDisposable.Dispose() { }
101     }
102     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
103     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
104     public partial class ResXResourceSet : System.Resources.ResourceSet
105     {
ResXResourceSet(System.IO.Stream stream)106         public ResXResourceSet(System.IO.Stream stream) { }
ResXResourceSet(string fileName)107         public ResXResourceSet(string fileName) { }
GetDefaultReader()108         public override System.Type GetDefaultReader() { throw null; }
GetDefaultWriter()109         public override System.Type GetDefaultWriter() { throw null; }
110     }
111     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
112     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
113     public partial class ResXResourceWriter : System.IDisposable, System.Resources.IResourceWriter
114     {
115         public static readonly string BinSerializedObjectMimeType;
116         public static readonly string ByteArraySerializedObjectMimeType;
117         public static readonly string DefaultSerializedObjectMimeType;
118         public static readonly string ResMimeType;
119         public static readonly string ResourceSchema;
120         public static readonly string SoapSerializedObjectMimeType;
121         public static readonly string Version;
ResXResourceWriter(System.IO.Stream stream)122         public ResXResourceWriter(System.IO.Stream stream) { }
ResXResourceWriter(System.IO.Stream stream, System.Func<System.Type, string> typeNameConverter)123         public ResXResourceWriter(System.IO.Stream stream, System.Func<System.Type, string> typeNameConverter) { }
ResXResourceWriter(System.IO.TextWriter textWriter)124         public ResXResourceWriter(System.IO.TextWriter textWriter) { }
ResXResourceWriter(System.IO.TextWriter textWriter, System.Func<System.Type, string> typeNameConverter)125         public ResXResourceWriter(System.IO.TextWriter textWriter, System.Func<System.Type, string> typeNameConverter) { }
ResXResourceWriter(string fileName)126         public ResXResourceWriter(string fileName) { }
ResXResourceWriter(string fileName, System.Func<System.Type, string> typeNameConverter)127         public ResXResourceWriter(string fileName, System.Func<System.Type, string> typeNameConverter) { }
128         public string BasePath { get { throw null; } set { } }
AddAlias(string aliasName, System.Reflection.AssemblyName assemblyName)129         public virtual void AddAlias(string aliasName, System.Reflection.AssemblyName assemblyName) { }
AddMetadata(string name, byte[] value)130         public void AddMetadata(string name, byte[] value) { }
AddMetadata(string name, object value)131         public void AddMetadata(string name, object value) { }
AddMetadata(string name, string value)132         public void AddMetadata(string name, string value) { }
AddResource(System.Resources.ResXDataNode node)133         public void AddResource(System.Resources.ResXDataNode node) { }
AddResource(string name, byte[] value)134         public void AddResource(string name, byte[] value) { }
AddResource(string name, object value)135         public void AddResource(string name, object value) { }
AddResource(string name, string value)136         public void AddResource(string name, string value) { }
Close()137         public void Close() { }
Dispose()138         public virtual void Dispose() { }
Dispose(bool disposing)139         protected virtual void Dispose(bool disposing) { }
~ResXResourceWriter()140         ~ResXResourceWriter() { }
Generate()141         public void Generate() { }
142     }
143 }
144 namespace System.Windows.Forms
145 {
146     public enum AccessibleEvents
147     {
148         AcceleratorChange = 32786,
149         Create = 32768,
150         DefaultActionChange = 32785,
151         DescriptionChange = 32781,
152         Destroy = 32769,
153         Focus = 32773,
154         HelpChange = 32784,
155         Hide = 32771,
156         LocationChange = 32779,
157         NameChange = 32780,
158         ParentChange = 32783,
159         Reorder = 32772,
160         Selection = 32774,
161         SelectionAdd = 32775,
162         SelectionRemove = 32776,
163         SelectionWithin = 32777,
164         Show = 32770,
165         StateChange = 32778,
166         SystemAlert = 2,
167         SystemCaptureEnd = 9,
168         SystemCaptureStart = 8,
169         SystemContextHelpEnd = 13,
170         SystemContextHelpStart = 12,
171         SystemDialogEnd = 17,
172         SystemDialogStart = 16,
173         SystemDragDropEnd = 15,
174         SystemDragDropStart = 14,
175         SystemForeground = 3,
176         SystemMenuEnd = 5,
177         SystemMenuPopupEnd = 7,
178         SystemMenuPopupStart = 6,
179         SystemMenuStart = 4,
180         SystemMinimizeEnd = 23,
181         SystemMinimizeStart = 22,
182         SystemMoveSizeEnd = 11,
183         SystemMoveSizeStart = 10,
184         SystemScrollingEnd = 19,
185         SystemScrollingStart = 18,
186         SystemSound = 1,
187         SystemSwitchEnd = 21,
188         SystemSwitchStart = 20,
189         ValueChange = 32782,
190     }
191     public enum AccessibleNavigation
192     {
193         Down = 2,
194         FirstChild = 7,
195         LastChild = 8,
196         Left = 3,
197         Next = 5,
198         Previous = 6,
199         Right = 4,
200         Up = 1,
201     }
202     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
203     public partial class AccessibleObject : System.Runtime.InteropServices.StandardOleMarshalObject, Accessibility.IAccessible, System.Reflection.IReflect
204     {
AccessibleObject()205         public AccessibleObject() { }
206         int Accessibility.IAccessible.accChildCount { get { throw null; } }
207         object Accessibility.IAccessible.accFocus { get { throw null; } }
208         object Accessibility.IAccessible.accParent { get { throw null; } }
209         object Accessibility.IAccessible.accSelection { get { throw null; } }
210         public virtual System.Drawing.Rectangle Bounds { get { throw null; } }
211         public virtual string DefaultAction { get { throw null; } }
212         public virtual string Description { get { throw null; } }
213         public virtual string Help { get { throw null; } }
214         public virtual string KeyboardShortcut { get { throw null; } }
215         public virtual string Name { get { throw null; } set { } }
216         public virtual System.Windows.Forms.AccessibleObject Parent { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
217         public virtual System.Windows.Forms.AccessibleRole Role { get { throw null; } }
218         public virtual System.Windows.Forms.AccessibleStates State { get { throw null; } }
219         System.Type System.Reflection.IReflect.UnderlyingSystemType { get { throw null; } }
220         public virtual string Value { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]set { } }
Accessibility.IAccessible.accDoDefaultAction(object childID)221         void Accessibility.IAccessible.accDoDefaultAction(object childID) { }
Accessibility.IAccessible.accHitTest(int xLeft, int yTop)222         object Accessibility.IAccessible.accHitTest(int xLeft, int yTop) { throw null; }
Accessibility.IAccessible.accLocation(out int pxLeft, out int pyTop, out int pcxWidth, out int pcyHeight, object childID)223         void Accessibility.IAccessible.accLocation(out int pxLeft, out int pyTop, out int pcxWidth, out int pcyHeight, object childID) { pxLeft = default(int); pyTop = default(int); pcxWidth = default(int); pcyHeight = default(int); }
Accessibility.IAccessible.accNavigate(int navDir, object childID)224         object Accessibility.IAccessible.accNavigate(int navDir, object childID) { throw null; }
Accessibility.IAccessible.accSelect(int flagsSelect, object childID)225         void Accessibility.IAccessible.accSelect(int flagsSelect, object childID) { }
Accessibility.IAccessible.get_accChild(object childID)226         object Accessibility.IAccessible.get_accChild(object childID) { throw null; }
Accessibility.IAccessible.get_accDefaultAction(object childID)227         string Accessibility.IAccessible.get_accDefaultAction(object childID) { throw null; }
Accessibility.IAccessible.get_accDescription(object childID)228         string Accessibility.IAccessible.get_accDescription(object childID) { throw null; }
Accessibility.IAccessible.get_accHelp(object childID)229         string Accessibility.IAccessible.get_accHelp(object childID) { throw null; }
Accessibility.IAccessible.get_accHelpTopic(out string pszHelpFile, object childID)230         int Accessibility.IAccessible.get_accHelpTopic(out string pszHelpFile, object childID) { pszHelpFile = default(string); throw null; }
Accessibility.IAccessible.get_accKeyboardShortcut(object childID)231         string Accessibility.IAccessible.get_accKeyboardShortcut(object childID) { throw null; }
Accessibility.IAccessible.get_accName(object childID)232         string Accessibility.IAccessible.get_accName(object childID) { throw null; }
Accessibility.IAccessible.get_accRole(object childID)233         object Accessibility.IAccessible.get_accRole(object childID) { throw null; }
Accessibility.IAccessible.get_accState(object childID)234         object Accessibility.IAccessible.get_accState(object childID) { throw null; }
Accessibility.IAccessible.get_accValue(object childID)235         string Accessibility.IAccessible.get_accValue(object childID) { throw null; }
Accessibility.IAccessible.set_accName(object childID, string newName)236         void Accessibility.IAccessible.set_accName(object childID, string newName) { }
Accessibility.IAccessible.set_accValue(object childID, string newValue)237         void Accessibility.IAccessible.set_accValue(object childID, string newValue) { }
238         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
DoDefaultAction()239         public virtual void DoDefaultAction() { }
GetChild(int index)240         public virtual System.Windows.Forms.AccessibleObject GetChild(int index) { throw null; }
GetChildCount()241         public virtual int GetChildCount() { throw null; }
GetFocused()242         public virtual System.Windows.Forms.AccessibleObject GetFocused() { throw null; }
GetHelpTopic(out string fileName)243         public virtual int GetHelpTopic(out string fileName) { fileName = default(string); throw null; }
GetSelected()244         public virtual System.Windows.Forms.AccessibleObject GetSelected() { throw null; }
HitTest(int x, int y)245         public virtual System.Windows.Forms.AccessibleObject HitTest(int x, int y) { throw null; }
246         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Navigate(System.Windows.Forms.AccessibleNavigation navdir)247         public virtual System.Windows.Forms.AccessibleObject Navigate(System.Windows.Forms.AccessibleNavigation navdir) { throw null; }
248         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Select(System.Windows.Forms.AccessibleSelection flags)249         public virtual void Select(System.Windows.Forms.AccessibleSelection flags) { }
System.Reflection.IReflect.GetField(string name, System.Reflection.BindingFlags bindingAttr)250         System.Reflection.FieldInfo System.Reflection.IReflect.GetField(string name, System.Reflection.BindingFlags bindingAttr) { throw null; }
System.Reflection.IReflect.GetFields(System.Reflection.BindingFlags bindingAttr)251         System.Reflection.FieldInfo[] System.Reflection.IReflect.GetFields(System.Reflection.BindingFlags bindingAttr) { throw null; }
System.Reflection.IReflect.GetMember(string name, System.Reflection.BindingFlags bindingAttr)252         System.Reflection.MemberInfo[] System.Reflection.IReflect.GetMember(string name, System.Reflection.BindingFlags bindingAttr) { throw null; }
System.Reflection.IReflect.GetMembers(System.Reflection.BindingFlags bindingAttr)253         System.Reflection.MemberInfo[] System.Reflection.IReflect.GetMembers(System.Reflection.BindingFlags bindingAttr) { throw null; }
System.Reflection.IReflect.GetMethod(string name, System.Reflection.BindingFlags bindingAttr)254         System.Reflection.MethodInfo System.Reflection.IReflect.GetMethod(string name, System.Reflection.BindingFlags bindingAttr) { throw null; }
System.Reflection.IReflect.GetMethod(string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Type[] types, System.Reflection.ParameterModifier[] modifiers)255         System.Reflection.MethodInfo System.Reflection.IReflect.GetMethod(string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) { throw null; }
System.Reflection.IReflect.GetMethods(System.Reflection.BindingFlags bindingAttr)256         System.Reflection.MethodInfo[] System.Reflection.IReflect.GetMethods(System.Reflection.BindingFlags bindingAttr) { throw null; }
System.Reflection.IReflect.GetProperties(System.Reflection.BindingFlags bindingAttr)257         System.Reflection.PropertyInfo[] System.Reflection.IReflect.GetProperties(System.Reflection.BindingFlags bindingAttr) { throw null; }
System.Reflection.IReflect.GetProperty(string name, System.Reflection.BindingFlags bindingAttr)258         System.Reflection.PropertyInfo System.Reflection.IReflect.GetProperty(string name, System.Reflection.BindingFlags bindingAttr) { throw null; }
System.Reflection.IReflect.GetProperty(string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Type returnType, System.Type[] types, System.Reflection.ParameterModifier[] modifiers)259         System.Reflection.PropertyInfo System.Reflection.IReflect.GetProperty(string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Type returnType, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) { throw null; }
System.Reflection.IReflect.InvokeMember(string name, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, object target, object[] args, System.Reflection.ParameterModifier[] modifiers, System.Globalization.CultureInfo culture, string[] namedParameters)260         object System.Reflection.IReflect.InvokeMember(string name, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, object target, object[] args, System.Reflection.ParameterModifier[] modifiers, System.Globalization.CultureInfo culture, string[] namedParameters) { throw null; }
261         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
UseStdAccessibleObjects(System.IntPtr handle)262         protected void UseStdAccessibleObjects(System.IntPtr handle) { }
263         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
UseStdAccessibleObjects(System.IntPtr handle, int objid)264         protected void UseStdAccessibleObjects(System.IntPtr handle, int objid) { }
265     }
266     public enum AccessibleRole
267     {
268         Alert = 8,
269         Animation = 54,
270         Application = 14,
271         Border = 19,
272         ButtonDropDown = 56,
273         ButtonDropDownGrid = 58,
274         ButtonMenu = 57,
275         Caret = 7,
276         Cell = 29,
277         Character = 32,
278         Chart = 17,
279         CheckButton = 44,
280         Client = 10,
281         Clock = 61,
282         Column = 27,
283         ColumnHeader = 25,
284         ComboBox = 46,
285         Cursor = 6,
286         Default = -1,
287         Diagram = 53,
288         Dial = 49,
289         Dialog = 18,
290         Document = 15,
291         DropList = 47,
292         Equation = 55,
293         Graphic = 40,
294         Grip = 4,
295         Grouping = 20,
296         HelpBalloon = 31,
297         HotkeyField = 50,
298         Indicator = 39,
299         IpAddress = 63,
300         Link = 30,
301         List = 33,
302         ListItem = 34,
303         MenuBar = 2,
304         MenuItem = 12,
305         MenuPopup = 11,
306         None = 0,
307         Outline = 35,
308         OutlineButton = 64,
309         OutlineItem = 36,
310         PageTab = 37,
311         PageTabList = 60,
312         Pane = 16,
313         ProgressBar = 48,
314         PropertyPage = 38,
315         PushButton = 43,
316         RadioButton = 45,
317         Row = 28,
318         RowHeader = 26,
319         ScrollBar = 3,
320         Separator = 21,
321         Slider = 51,
322         Sound = 5,
323         SpinButton = 52,
324         SplitButton = 62,
325         StaticText = 41,
326         StatusBar = 23,
327         Table = 24,
328         Text = 42,
329         TitleBar = 1,
330         ToolBar = 22,
331         ToolTip = 13,
332         WhiteSpace = 59,
333         Window = 9,
334     }
335     [System.FlagsAttribute]
336     public enum AccessibleSelection
337     {
338         AddSelection = 8,
339         ExtendSelection = 4,
340         None = 0,
341         RemoveSelection = 16,
342         TakeFocus = 1,
343         TakeSelection = 2,
344     }
345     [System.FlagsAttribute]
346     public enum AccessibleStates
347     {
348         AlertHigh = 268435456,
349         AlertLow = 67108864,
350         AlertMedium = 134217728,
351         Animated = 16384,
352         Busy = 2048,
353         Checked = 16,
354         Collapsed = 1024,
355         Default = 256,
356         Expanded = 512,
357         ExtSelectable = 33554432,
358         Floating = 4096,
359         Focusable = 1048576,
360         Focused = 4,
361         HasPopup = 1073741824,
362         HotTracked = 128,
363         Indeterminate = 32,
364         Invisible = 32768,
365         Linked = 4194304,
366         Marqueed = 8192,
367         Mixed = 32,
368         Moveable = 262144,
369         MultiSelectable = 16777216,
370         None = 0,
371         Offscreen = 65536,
372         Pressed = 8,
373         Protected = 536870912,
374         ReadOnly = 64,
375         Selectable = 2097152,
376         Selected = 2,
377         SelfVoicing = 524288,
378         Sizeable = 131072,
379         Traversed = 8388608,
380         Unavailable = 1,
381         [System.ObsoleteAttribute("This enumeration value has been deprecated. There is no replacement. http://go.microsoft.com/fwlink/?linkid=14202")]
382         Valid = 1073741823,
383     }
384     public sealed partial class AmbientProperties
385     {
AmbientProperties()386         public AmbientProperties() { }
387         public System.Drawing.Color BackColor { get { throw null; } set { } }
388         public System.Windows.Forms.Cursor Cursor { get { throw null; } set { } }
389         public System.Drawing.Font Font { get { throw null; } set { } }
390         public System.Drawing.Color ForeColor { get { throw null; } set { } }
391     }
392     [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.AnchorEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
393     [System.FlagsAttribute]
394     public enum AnchorStyles
395     {
396         Bottom = 2,
397         Left = 4,
398         None = 0,
399         Right = 8,
400         Top = 1,
401     }
402     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
403     public enum Appearance
404     {
405         Button = 1,
406         Normal = 0,
407     }
408     public sealed partial class Application
409     {
Application()410         internal Application() { }
411         public static bool AllowQuit { get { throw null; } }
412         public static string CommonAppDataPath { get { throw null; } }
413         public static Microsoft.Win32.RegistryKey CommonAppDataRegistry { get { throw null; } }
414         public static string CompanyName { get { throw null; } }
415         public static System.Globalization.CultureInfo CurrentCulture { get { throw null; } set { } }
416         public static System.Windows.Forms.InputLanguage CurrentInputLanguage { get { throw null; } set { } }
417         public static string ExecutablePath { get { throw null; } }
418         public static string LocalUserAppDataPath { get { throw null; } }
419         public static bool MessageLoop { get { throw null; } }
420         public static System.Windows.Forms.FormCollection OpenForms { [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]get { throw null; } }
421         public static string ProductName { get { throw null; } }
422         public static string ProductVersion { get { throw null; } }
423         public static bool RenderWithVisualStyles { get { throw null; } }
424         public static string SafeTopLevelCaptionFormat { get { throw null; } set { } }
425         public static string StartupPath { get { throw null; } }
426         public static string UserAppDataPath { get { throw null; } }
427         public static Microsoft.Win32.RegistryKey UserAppDataRegistry { get { throw null; } }
428         public static bool UseWaitCursor { get { throw null; } set { } }
429         public static System.Windows.Forms.VisualStyles.VisualStyleState VisualStyleState { get { throw null; } set { } }
430         public static event System.EventHandler ApplicationExit { add { } remove { } }
431         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
432         public static event System.EventHandler EnterThreadModal { add { } remove { } }
433         public static event System.EventHandler Idle { add { } remove { } }
434         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
435         public static event System.EventHandler LeaveThreadModal { add { } remove { } }
436         public static event System.Threading.ThreadExceptionEventHandler ThreadException { add { } remove { } }
437         public static event System.EventHandler ThreadExit { add { } remove { } }
AddMessageFilter(System.Windows.Forms.IMessageFilter value)438         public static void AddMessageFilter(System.Windows.Forms.IMessageFilter value) { }
DoEvents()439         public static void DoEvents() { }
EnableVisualStyles()440         public static void EnableVisualStyles() { }
Exit()441         public static void Exit() { }
442         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
Exit(System.ComponentModel.CancelEventArgs e)443         public static void Exit(System.ComponentModel.CancelEventArgs e) { }
ExitThread()444         public static void ExitThread() { }
445         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
446         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
FilterMessage(ref System.Windows.Forms.Message message)447         public static bool FilterMessage(ref System.Windows.Forms.Message message) { throw null; }
OleRequired()448         public static System.Threading.ApartmentState OleRequired() { throw null; }
OnThreadException(System.Exception t)449         public static void OnThreadException(System.Exception t) { }
450         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
451         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
RaiseIdle(System.EventArgs e)452         public static void RaiseIdle(System.EventArgs e) { }
453         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
454         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
RegisterMessageLoop(System.Windows.Forms.Application.MessageLoopCallback callback)455         public static void RegisterMessageLoop(System.Windows.Forms.Application.MessageLoopCallback callback) { }
RemoveMessageFilter(System.Windows.Forms.IMessageFilter value)456         public static void RemoveMessageFilter(System.Windows.Forms.IMessageFilter value) { }
457         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
458         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Restart()459         public static void Restart() { }
Run()460         public static void Run() { }
Run(System.Windows.Forms.ApplicationContext context)461         public static void Run(System.Windows.Forms.ApplicationContext context) { }
Run(System.Windows.Forms.Form mainForm)462         public static void Run(System.Windows.Forms.Form mainForm) { }
SetCompatibleTextRenderingDefault(bool defaultValue)463         public static void SetCompatibleTextRenderingDefault(bool defaultValue) { }
SetSuspendState(System.Windows.Forms.PowerState state, bool force, bool disableWakeEvent)464         public static bool SetSuspendState(System.Windows.Forms.PowerState state, bool force, bool disableWakeEvent) { throw null; }
SetUnhandledExceptionMode(System.Windows.Forms.UnhandledExceptionMode mode)465         public static void SetUnhandledExceptionMode(System.Windows.Forms.UnhandledExceptionMode mode) { }
SetUnhandledExceptionMode(System.Windows.Forms.UnhandledExceptionMode mode, bool threadScope)466         public static void SetUnhandledExceptionMode(System.Windows.Forms.UnhandledExceptionMode mode, bool threadScope) { }
467         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
468         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
UnregisterMessageLoop()469         public static void UnregisterMessageLoop() { }
470         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
MessageLoopCallback()471         public delegate bool MessageLoopCallback();
472     }
473     public partial class ApplicationContext : System.IDisposable
474     {
ApplicationContext()475         public ApplicationContext() { }
ApplicationContext(System.Windows.Forms.Form mainForm)476         public ApplicationContext(System.Windows.Forms.Form mainForm) { }
477         public System.Windows.Forms.Form MainForm { get { throw null; } set { } }
478         [System.ComponentModel.BindableAttribute(true)]
479         [System.ComponentModel.DefaultValueAttribute(null)]
480         [System.ComponentModel.LocalizableAttribute(false)]
481         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
482         public object Tag { get { throw null; } set { } }
483         public event System.EventHandler ThreadExit { add { } remove { } }
Dispose()484         public void Dispose() { }
Dispose(bool disposing)485         protected virtual void Dispose(bool disposing) { }
ExitThread()486         public void ExitThread() { }
ExitThreadCore()487         protected virtual void ExitThreadCore() { }
~ApplicationContext()488         ~ApplicationContext() { }
OnMainFormClosed(object sender, System.EventArgs e)489         protected virtual void OnMainFormClosed(object sender, System.EventArgs e) { }
490     }
491     [System.FlagsAttribute]
492     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
493     public enum ArrangeDirection
494     {
495         Down = 4,
496         Left = 0,
497         Right = 0,
498         Up = 4,
499     }
500     [System.FlagsAttribute]
501     public enum ArrangeStartingPosition
502     {
503         BottomLeft = 0,
504         BottomRight = 1,
505         Hide = 8,
506         TopLeft = 2,
507         TopRight = 3,
508     }
509     public enum ArrowDirection
510     {
511         Down = 17,
512         Left = 0,
513         Right = 16,
514         Up = 1,
515     }
516     public enum AutoCompleteMode
517     {
518         Append = 2,
519         None = 0,
520         Suggest = 1,
521         SuggestAppend = 3,
522     }
523     public enum AutoCompleteSource
524     {
525         AllSystemSources = 7,
526         AllUrl = 6,
527         CustomSource = 64,
528         FileSystem = 1,
529         FileSystemDirectories = 32,
530         HistoryList = 2,
531         ListItems = 256,
532         None = 128,
533         RecentlyUsedList = 4,
534     }
535     public partial class AutoCompleteStringCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
536     {
AutoCompleteStringCollection()537         public AutoCompleteStringCollection() { }
538         public int Count { get { throw null; } }
539         public bool IsReadOnly { get { throw null; } }
540         public bool IsSynchronized { get { throw null; } }
541         public string this[int index] { get { throw null; } set { } }
542         public object SyncRoot { [System.Security.Permissions.HostProtectionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Synchronization=true)]get { throw null; } }
543         bool System.Collections.IList.IsFixedSize { get { throw null; } }
544         bool System.Collections.IList.IsReadOnly { get { throw null; } }
545         object System.Collections.IList.this[int index] { get { throw null; } set { } }
546         public event System.ComponentModel.CollectionChangeEventHandler CollectionChanged { add { } remove { } }
Add(string value)547         public int Add(string value) { throw null; }
AddRange(string[] value)548         public void AddRange(string[] value) { }
Clear()549         public void Clear() { }
Contains(string value)550         public bool Contains(string value) { throw null; }
CopyTo(string[] array, int index)551         public void CopyTo(string[] array, int index) { }
GetEnumerator()552         public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(string value)553         public int IndexOf(string value) { throw null; }
Insert(int index, string value)554         public void Insert(int index, string value) { }
OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs e)555         protected void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs e) { }
Remove(string value)556         public void Remove(string value) { }
RemoveAt(int index)557         public void RemoveAt(int index) { }
System.Collections.ICollection.CopyTo(System.Array array, int index)558         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IList.Add(object value)559         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Contains(object value)560         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)561         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)562         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)563         void System.Collections.IList.Remove(object value) { }
564     }
565     public enum AutoScaleMode
566     {
567         Dpi = 2,
568         Font = 1,
569         Inherit = 3,
570         None = 0,
571     }
572     public enum AutoSizeMode
573     {
574         GrowAndShrink = 0,
575         GrowOnly = 1,
576     }
577     public enum AutoValidate
578     {
579         Disable = 0,
580         EnableAllowFocusChange = 2,
581         EnablePreventFocusChange = 1,
582         Inherit = -1,
583     }
584     [System.ComponentModel.DefaultEventAttribute("Enter")]
585     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.AxHostDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
586     [System.ComponentModel.DesignTimeVisibleAttribute(false)]
587     [System.ComponentModel.ToolboxItemAttribute(false)]
588     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
589     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
590     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
591     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
592     public abstract partial class AxHost : System.Windows.Forms.Control, System.ComponentModel.ICustomTypeDescriptor, System.ComponentModel.ISupportInitialize
593     {
AxHost(string clsid)594         protected AxHost(string clsid) { }
595         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Demand, Name="FullTrust")]
AxHost(string clsid, int flags)596         protected AxHost(string clsid, int flags) { }
597         [System.ComponentModel.BrowsableAttribute(false)]
598         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
599         public override System.Drawing.Color BackColor { get { throw null; } set { } }
600         [System.ComponentModel.BrowsableAttribute(false)]
601         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
602         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
603         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
604         [System.ComponentModel.BrowsableAttribute(false)]
605         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
606         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
607         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
608         [System.ComponentModel.BrowsableAttribute(false)]
609         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
610         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
611         public System.Windows.Forms.ContainerControl ContainingControl { get { throw null; } set { } }
612         [System.ComponentModel.BrowsableAttribute(false)]
613         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
614         public override System.Windows.Forms.ContextMenu ContextMenu { get { throw null; } set { } }
615         protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
616         [System.ComponentModel.BrowsableAttribute(false)]
617         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
618         public override System.Windows.Forms.Cursor Cursor { get { throw null; } set { } }
619         protected override System.Drawing.Size DefaultSize { get { throw null; } }
620         [System.ComponentModel.BrowsableAttribute(false)]
621         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
622         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
623         public bool EditMode { get { throw null; } }
624         [System.ComponentModel.BrowsableAttribute(false)]
625         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
626         public virtual new bool Enabled { get { throw null; } set { } }
627         [System.ComponentModel.BrowsableAttribute(false)]
628         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
629         public override System.Drawing.Font Font { get { throw null; } set { } }
630         [System.ComponentModel.BrowsableAttribute(false)]
631         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
632         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
633         [System.ComponentModel.BrowsableAttribute(false)]
634         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
635         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
636         public bool HasAboutBox { get { throw null; } }
637         [System.ComponentModel.BrowsableAttribute(false)]
638         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
639         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
640         public new System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } }
641         [System.ComponentModel.BrowsableAttribute(false)]
642         [System.ComponentModel.DefaultValueAttribute(null)]
643         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
644         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
645         public System.Windows.Forms.AxHost.State OcxState { get { throw null; } set { } }
646         [System.ComponentModel.BrowsableAttribute(false)]
647         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
648         [System.ComponentModel.LocalizableAttribute(true)]
649         public virtual new bool RightToLeft { get { throw null; } set { } }
650         public override System.ComponentModel.ISite Site { set { } }
651         [System.ComponentModel.BrowsableAttribute(false)]
652         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
653         public override string Text { get { throw null; } set { } }
654         [System.ComponentModel.BrowsableAttribute(false)]
655         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
656         public new event System.EventHandler BackColorChanged { add { } remove { } }
657         [System.ComponentModel.BrowsableAttribute(false)]
658         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
659         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
660         [System.ComponentModel.BrowsableAttribute(false)]
661         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
662         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
663         [System.ComponentModel.BrowsableAttribute(false)]
664         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
665         public new event System.EventHandler BindingContextChanged { add { } remove { } }
666         [System.ComponentModel.BrowsableAttribute(false)]
667         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
668         public new event System.Windows.Forms.UICuesEventHandler ChangeUICues { add { } remove { } }
669         [System.ComponentModel.BrowsableAttribute(false)]
670         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
671         public new event System.EventHandler Click { add { } remove { } }
672         [System.ComponentModel.BrowsableAttribute(false)]
673         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
674         public new event System.EventHandler ContextMenuChanged { add { } remove { } }
675         [System.ComponentModel.BrowsableAttribute(false)]
676         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
677         public new event System.EventHandler CursorChanged { add { } remove { } }
678         [System.ComponentModel.BrowsableAttribute(false)]
679         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
680         public new event System.EventHandler DoubleClick { add { } remove { } }
681         [System.ComponentModel.BrowsableAttribute(false)]
682         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
683         public new event System.Windows.Forms.DragEventHandler DragDrop { add { } remove { } }
684         [System.ComponentModel.BrowsableAttribute(false)]
685         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
686         public new event System.Windows.Forms.DragEventHandler DragEnter { add { } remove { } }
687         [System.ComponentModel.BrowsableAttribute(false)]
688         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
689         public new event System.EventHandler DragLeave { add { } remove { } }
690         [System.ComponentModel.BrowsableAttribute(false)]
691         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
692         public new event System.Windows.Forms.DragEventHandler DragOver { add { } remove { } }
693         [System.ComponentModel.BrowsableAttribute(false)]
694         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
695         public new event System.EventHandler EnabledChanged { add { } remove { } }
696         [System.ComponentModel.BrowsableAttribute(false)]
697         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
698         public new event System.EventHandler FontChanged { add { } remove { } }
699         [System.ComponentModel.BrowsableAttribute(false)]
700         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
701         public new event System.EventHandler ForeColorChanged { add { } remove { } }
702         [System.ComponentModel.BrowsableAttribute(false)]
703         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
704         public new event System.Windows.Forms.GiveFeedbackEventHandler GiveFeedback { add { } remove { } }
705         [System.ComponentModel.BrowsableAttribute(false)]
706         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
707         public new event System.Windows.Forms.HelpEventHandler HelpRequested { add { } remove { } }
708         [System.ComponentModel.BrowsableAttribute(false)]
709         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
710         public new event System.EventHandler ImeModeChanged { add { } remove { } }
711         [System.ComponentModel.BrowsableAttribute(false)]
712         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
713         public new event System.Windows.Forms.KeyEventHandler KeyDown { add { } remove { } }
714         [System.ComponentModel.BrowsableAttribute(false)]
715         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
716         public new event System.Windows.Forms.KeyPressEventHandler KeyPress { add { } remove { } }
717         [System.ComponentModel.BrowsableAttribute(false)]
718         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
719         public new event System.Windows.Forms.KeyEventHandler KeyUp { add { } remove { } }
720         [System.ComponentModel.BrowsableAttribute(false)]
721         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
722         public new event System.Windows.Forms.LayoutEventHandler Layout { add { } remove { } }
723         [System.ComponentModel.BrowsableAttribute(false)]
724         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
725         public new event System.EventHandler MouseClick { add { } remove { } }
726         [System.ComponentModel.BrowsableAttribute(false)]
727         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
728         public new event System.EventHandler MouseDoubleClick { add { } remove { } }
729         [System.ComponentModel.BrowsableAttribute(false)]
730         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
731         public new event System.Windows.Forms.MouseEventHandler MouseDown { add { } remove { } }
732         [System.ComponentModel.BrowsableAttribute(false)]
733         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
734         public new event System.EventHandler MouseEnter { add { } remove { } }
735         [System.ComponentModel.BrowsableAttribute(false)]
736         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
737         public new event System.EventHandler MouseHover { add { } remove { } }
738         [System.ComponentModel.BrowsableAttribute(false)]
739         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
740         public new event System.EventHandler MouseLeave { add { } remove { } }
741         [System.ComponentModel.BrowsableAttribute(false)]
742         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
743         public new event System.Windows.Forms.MouseEventHandler MouseMove { add { } remove { } }
744         [System.ComponentModel.BrowsableAttribute(false)]
745         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
746         public new event System.Windows.Forms.MouseEventHandler MouseUp { add { } remove { } }
747         [System.ComponentModel.BrowsableAttribute(false)]
748         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
749         public new event System.Windows.Forms.MouseEventHandler MouseWheel { add { } remove { } }
750         [System.ComponentModel.BrowsableAttribute(false)]
751         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
752         public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
753         [System.ComponentModel.BrowsableAttribute(false)]
754         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
755         public new event System.Windows.Forms.QueryAccessibilityHelpEventHandler QueryAccessibilityHelp { add { } remove { } }
756         [System.ComponentModel.BrowsableAttribute(false)]
757         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
758         public new event System.Windows.Forms.QueryContinueDragEventHandler QueryContinueDrag { add { } remove { } }
759         [System.ComponentModel.BrowsableAttribute(false)]
760         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
761         public new event System.EventHandler RightToLeftChanged { add { } remove { } }
762         [System.ComponentModel.BrowsableAttribute(false)]
763         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
764         public new event System.EventHandler StyleChanged { add { } remove { } }
765         [System.ComponentModel.BrowsableAttribute(false)]
766         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
767         public new event System.EventHandler TextChanged { add { } remove { } }
AttachInterfaces()768         protected virtual void AttachInterfaces() { }
769         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
BeginInit()770         public void BeginInit() { }
CreateHandle()771         protected override void CreateHandle() { }
CreateInstanceCore(System.Guid clsid)772         protected virtual object CreateInstanceCore(System.Guid clsid) { throw null; }
773         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
CreateSink()774         protected virtual void CreateSink() { }
DestroyHandle()775         protected override void DestroyHandle() { }
776         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
DetachSink()777         protected virtual void DetachSink() { }
Dispose(bool disposing)778         protected override void Dispose(bool disposing) { }
DoVerb(int verb)779         public void DoVerb(int verb) { }
780         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
DrawToBitmap(System.Drawing.Bitmap bitmap, System.Drawing.Rectangle targetBounds)781         public new void DrawToBitmap(System.Drawing.Bitmap bitmap, System.Drawing.Rectangle targetBounds) { }
782         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
EndInit()783         public void EndInit() { }
784         [System.CLSCompliantAttribute(false)]
785         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetColorFromOleColor(uint color)786         protected static System.Drawing.Color GetColorFromOleColor(uint color) { throw null; }
787         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetFontFromIFont(object font)788         protected static System.Drawing.Font GetFontFromIFont(object font) { throw null; }
789         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetFontFromIFontDisp(object font)790         protected static System.Drawing.Font GetFontFromIFontDisp(object font) { throw null; }
791         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetIFontDispFromFont(System.Drawing.Font font)792         protected static object GetIFontDispFromFont(System.Drawing.Font font) { throw null; }
793         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetIFontFromFont(System.Drawing.Font font)794         protected static object GetIFontFromFont(System.Drawing.Font font) { throw null; }
795         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetIPictureDispFromPicture(System.Drawing.Image image)796         protected static object GetIPictureDispFromPicture(System.Drawing.Image image) { throw null; }
797         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetIPictureFromCursor(System.Windows.Forms.Cursor cursor)798         protected static object GetIPictureFromCursor(System.Windows.Forms.Cursor cursor) { throw null; }
799         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetIPictureFromPicture(System.Drawing.Image image)800         protected static object GetIPictureFromPicture(System.Drawing.Image image) { throw null; }
801         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetOADateFromTime(System.DateTime time)802         protected static double GetOADateFromTime(System.DateTime time) { throw null; }
803         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetOcx()804         public object GetOcx() { throw null; }
805         [System.CLSCompliantAttribute(false)]
806         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetOleColorFromColor(System.Drawing.Color color)807         protected static uint GetOleColorFromColor(System.Drawing.Color color) { throw null; }
808         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetPictureFromIPicture(object picture)809         protected static System.Drawing.Image GetPictureFromIPicture(object picture) { throw null; }
810         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetPictureFromIPictureDisp(object picture)811         protected static System.Drawing.Image GetPictureFromIPictureDisp(object picture) { throw null; }
812         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetScaledBounds(System.Drawing.Rectangle bounds, System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified)813         protected override System.Drawing.Rectangle GetScaledBounds(System.Drawing.Rectangle bounds, System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { throw null; }
814         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetTimeFromOADate(double date)815         protected static System.DateTime GetTimeFromOADate(double date) { throw null; }
HasPropertyPages()816         public bool HasPropertyPages() { throw null; }
817         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
InvokeEditMode()818         public void InvokeEditMode() { }
819         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
IsInputChar(char charCode)820         protected override bool IsInputChar(char charCode) { throw null; }
821         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
MakeDirty()822         public void MakeDirty() { }
OnBackColorChanged(System.EventArgs e)823         protected override void OnBackColorChanged(System.EventArgs e) { }
OnFontChanged(System.EventArgs e)824         protected override void OnFontChanged(System.EventArgs e) { }
OnForeColorChanged(System.EventArgs e)825         protected override void OnForeColorChanged(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)826         protected override void OnHandleCreated(System.EventArgs e) { }
OnInPlaceActive()827         protected virtual void OnInPlaceActive() { }
828         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnLostFocus(System.EventArgs e)829         protected override void OnLostFocus(System.EventArgs e) { }
PreProcessMessage(ref System.Windows.Forms.Message msg)830         public override bool PreProcessMessage(ref System.Windows.Forms.Message msg) { throw null; }
831         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessDialogKey(System.Windows.Forms.Keys keyData)832         protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
833         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessMnemonic(char charCode)834         protected internal override bool ProcessMnemonic(char charCode) { throw null; }
835         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
PropsValid()836         protected bool PropsValid() { throw null; }
837         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RaiseOnMouseDown(short button, short shift, int x, int y)838         protected void RaiseOnMouseDown(short button, short shift, int x, int y) { }
839         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RaiseOnMouseDown(short button, short shift, float x, float y)840         protected void RaiseOnMouseDown(short button, short shift, float x, float y) { }
841         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RaiseOnMouseDown(object o1, object o2, object o3, object o4)842         protected void RaiseOnMouseDown(object o1, object o2, object o3, object o4) { }
843         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RaiseOnMouseMove(short button, short shift, int x, int y)844         protected void RaiseOnMouseMove(short button, short shift, int x, int y) { }
845         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RaiseOnMouseMove(short button, short shift, float x, float y)846         protected void RaiseOnMouseMove(short button, short shift, float x, float y) { }
847         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RaiseOnMouseMove(object o1, object o2, object o3, object o4)848         protected void RaiseOnMouseMove(object o1, object o2, object o3, object o4) { }
849         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RaiseOnMouseUp(short button, short shift, int x, int y)850         protected void RaiseOnMouseUp(short button, short shift, int x, int y) { }
851         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RaiseOnMouseUp(short button, short shift, float x, float y)852         protected void RaiseOnMouseUp(short button, short shift, float x, float y) { }
853         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RaiseOnMouseUp(object o1, object o2, object o3, object o4)854         protected void RaiseOnMouseUp(object o1, object o2, object o3, object o4) { }
SetAboutBoxDelegate(System.Windows.Forms.AxHost.AboutBoxDelegate d)855         protected void SetAboutBoxDelegate(System.Windows.Forms.AxHost.AboutBoxDelegate d) { }
SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified)856         protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
SetVisibleCore(bool value)857         protected override void SetVisibleCore(bool value) { }
ShowAboutBox()858         public void ShowAboutBox() { }
ShowPropertyPages()859         public void ShowPropertyPages() { }
ShowPropertyPages(System.Windows.Forms.Control control)860         public void ShowPropertyPages(System.Windows.Forms.Control control) { }
861         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
System.ComponentModel.ICustomTypeDescriptor.GetAttributes()862         System.ComponentModel.AttributeCollection System.ComponentModel.ICustomTypeDescriptor.GetAttributes() { throw null; }
863         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
System.ComponentModel.ICustomTypeDescriptor.GetClassName()864         string System.ComponentModel.ICustomTypeDescriptor.GetClassName() { throw null; }
865         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
System.ComponentModel.ICustomTypeDescriptor.GetComponentName()866         string System.ComponentModel.ICustomTypeDescriptor.GetComponentName() { throw null; }
867         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
System.ComponentModel.ICustomTypeDescriptor.GetConverter()868         System.ComponentModel.TypeConverter System.ComponentModel.ICustomTypeDescriptor.GetConverter() { throw null; }
869         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent()870         System.ComponentModel.EventDescriptor System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent() { throw null; }
871         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty()872         System.ComponentModel.PropertyDescriptor System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty() { throw null; }
873         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type editorBaseType)874         object System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type editorBaseType) { throw null; }
875         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
System.ComponentModel.ICustomTypeDescriptor.GetEvents()876         System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetEvents() { throw null; }
877         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[] attributes)878         System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[] attributes) { throw null; }
879         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
System.ComponentModel.ICustomTypeDescriptor.GetProperties()880         System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetProperties() { throw null; }
881         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[] attributes)882         System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[] attributes) { throw null; }
883         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd)884         object System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd) { throw null; }
WndProc(ref System.Windows.Forms.Message m)885         protected override void WndProc(ref System.Windows.Forms.Message m) { }
AboutBoxDelegate()886         protected delegate void AboutBoxDelegate();
887         public enum ActiveXInvokeKind
888         {
889             MethodInvoke = 0,
890             PropertyGet = 1,
891             PropertySet = 2,
892         }
893         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
894         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
895         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
896         public partial class AxComponentEditor : System.Windows.Forms.Design.WindowsFormsComponentEditor
897         {
AxComponentEditor()898             public AxComponentEditor() { }
EditComponent(System.ComponentModel.ITypeDescriptorContext context, object obj, System.Windows.Forms.IWin32Window parent)899             public override bool EditComponent(System.ComponentModel.ITypeDescriptorContext context, object obj, System.Windows.Forms.IWin32Window parent) { throw null; }
900         }
901         [System.AttributeUsageAttribute((System.AttributeTargets)(4), Inherited=false)]
902         public sealed partial class ClsidAttribute : System.Attribute
903         {
ClsidAttribute(string clsid)904             public ClsidAttribute(string clsid) { }
905             public string Value { get { throw null; } }
906         }
907         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
908         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
909         public partial class ConnectionPointCookie
910         {
ConnectionPointCookie(object source, object sink, System.Type eventInterface)911             public ConnectionPointCookie(object source, object sink, System.Type eventInterface) { }
Disconnect()912             public void Disconnect() { }
~ConnectionPointCookie()913             ~ConnectionPointCookie() { }
914         }
915         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
916         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
917         public partial class InvalidActiveXStateException : System.Exception
918         {
InvalidActiveXStateException()919             public InvalidActiveXStateException() { }
InvalidActiveXStateException(string name, System.Windows.Forms.AxHost.ActiveXInvokeKind kind)920             public InvalidActiveXStateException(string name, System.Windows.Forms.AxHost.ActiveXInvokeKind kind) { }
ToString()921             public override string ToString() { throw null; }
922         }
923         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.TypeConverter))]
924         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
925         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
926         [System.SerializableAttribute]
927         public partial class State : System.Runtime.Serialization.ISerializable
928         {
State(System.IO.Stream ms, int storageType, bool manualUpdate, string licKey)929             public State(System.IO.Stream ms, int storageType, bool manualUpdate, string licKey) { }
State(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)930             protected State(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context)931             void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
932         }
933         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
934         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
935         public partial class StateConverter : System.ComponentModel.TypeConverter
936         {
StateConverter()937             public StateConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)938             public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)939             public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)940             public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)941             public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
942         }
943         [System.AttributeUsageAttribute((System.AttributeTargets)(1), Inherited=false)]
944         public sealed partial class TypeLibraryTimeStampAttribute : System.Attribute
945         {
TypeLibraryTimeStampAttribute(string timestamp)946             public TypeLibraryTimeStampAttribute(string timestamp) { }
947             public System.DateTime Value { get { throw null; } }
948         }
949     }
950     public partial class BaseCollection : System.MarshalByRefObject, System.Collections.ICollection, System.Collections.IEnumerable
951     {
BaseCollection()952         public BaseCollection() { }
953         [System.ComponentModel.BrowsableAttribute(false)]
954         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
955         public virtual int Count { get { throw null; } }
956         [System.ComponentModel.BrowsableAttribute(false)]
957         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
958         public bool IsReadOnly { get { throw null; } }
959         [System.ComponentModel.BrowsableAttribute(false)]
960         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
961         public bool IsSynchronized { get { throw null; } }
962         protected virtual System.Collections.ArrayList List { get { throw null; } }
963         [System.ComponentModel.BrowsableAttribute(false)]
964         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
965         public object SyncRoot { get { throw null; } }
CopyTo(System.Array ar, int index)966         public void CopyTo(System.Array ar, int index) { }
GetEnumerator()967         public System.Collections.IEnumerator GetEnumerator() { throw null; }
968     }
969     [System.FlagsAttribute]
970     public enum BatteryChargeStatus
971     {
972         Charging = 8,
973         Critical = 4,
974         High = 1,
975         Low = 2,
976         NoSystemBattery = 128,
977         Unknown = 255,
978     }
979     [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ListBindingConverter))]
980     public partial class Binding
981     {
Binding(string propertyName, object dataSource, string dataMember)982         public Binding(string propertyName, object dataSource, string dataMember) { }
Binding(string propertyName, object dataSource, string dataMember, bool formattingEnabled)983         public Binding(string propertyName, object dataSource, string dataMember, bool formattingEnabled) { }
Binding(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode dataSourceUpdateMode)984         public Binding(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode dataSourceUpdateMode) { }
Binding(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode dataSourceUpdateMode, object nullValue)985         public Binding(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode dataSourceUpdateMode, object nullValue) { }
Binding(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode dataSourceUpdateMode, object nullValue, string formatString)986         public Binding(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode dataSourceUpdateMode, object nullValue, string formatString) { }
Binding(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode dataSourceUpdateMode, object nullValue, string formatString, System.IFormatProvider formatInfo)987         public Binding(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode dataSourceUpdateMode, object nullValue, string formatString, System.IFormatProvider formatInfo) { }
988         [System.ComponentModel.DefaultValueAttribute(null)]
989         public System.Windows.Forms.IBindableComponent BindableComponent { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
990         public System.Windows.Forms.BindingManagerBase BindingManagerBase { get { throw null; } }
991         public System.Windows.Forms.BindingMemberInfo BindingMemberInfo { get { throw null; } }
992         [System.ComponentModel.DefaultValueAttribute(null)]
993         public System.Windows.Forms.Control Control { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
994         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ControlUpdateMode)(0))]
995         public System.Windows.Forms.ControlUpdateMode ControlUpdateMode { get { throw null; } set { } }
996         public object DataSource { get { throw null; } }
997         public object DataSourceNullValue { get { throw null; } set { } }
998         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataSourceUpdateMode)(0))]
999         public System.Windows.Forms.DataSourceUpdateMode DataSourceUpdateMode { get { throw null; } set { } }
1000         [System.ComponentModel.DefaultValueAttribute(null)]
1001         public System.IFormatProvider FormatInfo { get { throw null; } set { } }
1002         public string FormatString { get { throw null; } set { } }
1003         [System.ComponentModel.DefaultValueAttribute(false)]
1004         public bool FormattingEnabled { get { throw null; } set { } }
1005         public bool IsBinding { get { throw null; } }
1006         public object NullValue { get { throw null; } set { } }
1007         [System.ComponentModel.DefaultValueAttribute("")]
1008         public string PropertyName { get { throw null; } }
1009         public event System.Windows.Forms.BindingCompleteEventHandler BindingComplete { add { } remove { } }
1010         public event System.Windows.Forms.ConvertEventHandler Format { add { } remove { } }
1011         public event System.Windows.Forms.ConvertEventHandler Parse { add { } remove { } }
OnBindingComplete(System.Windows.Forms.BindingCompleteEventArgs e)1012         protected virtual void OnBindingComplete(System.Windows.Forms.BindingCompleteEventArgs e) { }
OnFormat(System.Windows.Forms.ConvertEventArgs cevent)1013         protected virtual void OnFormat(System.Windows.Forms.ConvertEventArgs cevent) { }
OnParse(System.Windows.Forms.ConvertEventArgs cevent)1014         protected virtual void OnParse(System.Windows.Forms.ConvertEventArgs cevent) { }
ReadValue()1015         public void ReadValue() { }
WriteValue()1016         public void WriteValue() { }
1017     }
1018     public enum BindingCompleteContext
1019     {
1020         ControlUpdate = 0,
1021         DataSourceUpdate = 1,
1022     }
1023     public partial class BindingCompleteEventArgs : System.ComponentModel.CancelEventArgs
1024     {
BindingCompleteEventArgs(System.Windows.Forms.Binding binding, System.Windows.Forms.BindingCompleteState state, System.Windows.Forms.BindingCompleteContext context)1025         public BindingCompleteEventArgs(System.Windows.Forms.Binding binding, System.Windows.Forms.BindingCompleteState state, System.Windows.Forms.BindingCompleteContext context) { }
BindingCompleteEventArgs(System.Windows.Forms.Binding binding, System.Windows.Forms.BindingCompleteState state, System.Windows.Forms.BindingCompleteContext context, string errorText)1026         public BindingCompleteEventArgs(System.Windows.Forms.Binding binding, System.Windows.Forms.BindingCompleteState state, System.Windows.Forms.BindingCompleteContext context, string errorText) { }
BindingCompleteEventArgs(System.Windows.Forms.Binding binding, System.Windows.Forms.BindingCompleteState state, System.Windows.Forms.BindingCompleteContext context, string errorText, System.Exception exception)1027         public BindingCompleteEventArgs(System.Windows.Forms.Binding binding, System.Windows.Forms.BindingCompleteState state, System.Windows.Forms.BindingCompleteContext context, string errorText, System.Exception exception) { }
BindingCompleteEventArgs(System.Windows.Forms.Binding binding, System.Windows.Forms.BindingCompleteState state, System.Windows.Forms.BindingCompleteContext context, string errorText, System.Exception exception, bool cancel)1028         public BindingCompleteEventArgs(System.Windows.Forms.Binding binding, System.Windows.Forms.BindingCompleteState state, System.Windows.Forms.BindingCompleteContext context, string errorText, System.Exception exception, bool cancel) { }
1029         public System.Windows.Forms.Binding Binding { get { throw null; } }
1030         public System.Windows.Forms.BindingCompleteContext BindingCompleteContext { get { throw null; } }
1031         public System.Windows.Forms.BindingCompleteState BindingCompleteState { get { throw null; } }
1032         public string ErrorText { get { throw null; } }
1033         public System.Exception Exception { get { throw null; } }
1034     }
BindingCompleteEventHandler(object sender, System.Windows.Forms.BindingCompleteEventArgs e)1035     public delegate void BindingCompleteEventHandler(object sender, System.Windows.Forms.BindingCompleteEventArgs e);
1036     public enum BindingCompleteState
1037     {
1038         DataError = 1,
1039         Exception = 2,
1040         Success = 0,
1041     }
1042     [System.ComponentModel.DefaultEventAttribute("CollectionChanged")]
1043     public partial class BindingContext : System.Collections.ICollection, System.Collections.IEnumerable
1044     {
BindingContext()1045         public BindingContext() { }
1046         public bool IsReadOnly { get { throw null; } }
1047         public System.Windows.Forms.BindingManagerBase this[object dataSource] { get { throw null; } }
1048         public System.Windows.Forms.BindingManagerBase this[object dataSource, string dataMember] { get { throw null; } }
1049         int System.Collections.ICollection.Count { get { throw null; } }
1050         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
1051         object System.Collections.ICollection.SyncRoot { get { throw null; } }
1052         [System.ComponentModel.BrowsableAttribute(false)]
1053         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1054         public event System.ComponentModel.CollectionChangeEventHandler CollectionChanged { add { } remove { } }
Add(object dataSource, System.Windows.Forms.BindingManagerBase listManager)1055         protected internal void Add(object dataSource, System.Windows.Forms.BindingManagerBase listManager) { }
AddCore(object dataSource, System.Windows.Forms.BindingManagerBase listManager)1056         protected virtual void AddCore(object dataSource, System.Windows.Forms.BindingManagerBase listManager) { }
Clear()1057         protected internal void Clear() { }
ClearCore()1058         protected virtual void ClearCore() { }
Contains(object dataSource)1059         public bool Contains(object dataSource) { throw null; }
Contains(object dataSource, string dataMember)1060         public bool Contains(object dataSource, string dataMember) { throw null; }
OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs ccevent)1061         protected virtual void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs ccevent) { }
Remove(object dataSource)1062         protected internal void Remove(object dataSource) { }
RemoveCore(object dataSource)1063         protected virtual void RemoveCore(object dataSource) { }
System.Collections.ICollection.CopyTo(System.Array ar, int index)1064         void System.Collections.ICollection.CopyTo(System.Array ar, int index) { }
System.Collections.IEnumerable.GetEnumerator()1065         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
UpdateBinding(System.Windows.Forms.BindingContext newBindingContext, System.Windows.Forms.Binding binding)1066         public static void UpdateBinding(System.Windows.Forms.BindingContext newBindingContext, System.Windows.Forms.Binding binding) { }
1067     }
1068     public abstract partial class BindingManagerBase
1069     {
1070         protected System.EventHandler onCurrentChangedHandler;
1071         protected System.EventHandler onPositionChangedHandler;
BindingManagerBase()1072         public BindingManagerBase() { }
1073         public System.Windows.Forms.BindingsCollection Bindings { get { throw null; } }
1074         public abstract int Count { get; }
1075         public abstract object Current { get; }
1076         public bool IsBindingSuspended { get { throw null; } }
1077         public abstract int Position { get; set; }
1078         public event System.Windows.Forms.BindingCompleteEventHandler BindingComplete { add { } remove { } }
1079         public event System.EventHandler CurrentChanged { add { } remove { } }
1080         public event System.EventHandler CurrentItemChanged { add { } remove { } }
1081         public event System.Windows.Forms.BindingManagerDataErrorEventHandler DataError { add { } remove { } }
1082         public event System.EventHandler PositionChanged { add { } remove { } }
AddNew()1083         public abstract void AddNew();
CancelCurrentEdit()1084         public abstract void CancelCurrentEdit();
EndCurrentEdit()1085         public abstract void EndCurrentEdit();
GetItemProperties()1086         public virtual System.ComponentModel.PropertyDescriptorCollection GetItemProperties() { throw null; }
GetItemProperties(System.Collections.ArrayList dataSources, System.Collections.ArrayList listAccessors)1087         protected internal virtual System.ComponentModel.PropertyDescriptorCollection GetItemProperties(System.Collections.ArrayList dataSources, System.Collections.ArrayList listAccessors) { throw null; }
GetItemProperties(System.Type listType, int offset, System.Collections.ArrayList dataSources, System.Collections.ArrayList listAccessors)1088         protected virtual System.ComponentModel.PropertyDescriptorCollection GetItemProperties(System.Type listType, int offset, System.Collections.ArrayList dataSources, System.Collections.ArrayList listAccessors) { throw null; }
GetListName(System.Collections.ArrayList listAccessors)1089         protected internal abstract string GetListName(System.Collections.ArrayList listAccessors);
OnBindingComplete(System.Windows.Forms.BindingCompleteEventArgs args)1090         protected internal void OnBindingComplete(System.Windows.Forms.BindingCompleteEventArgs args) { }
OnCurrentChanged(System.EventArgs e)1091         protected internal abstract void OnCurrentChanged(System.EventArgs e);
OnCurrentItemChanged(System.EventArgs e)1092         protected internal abstract void OnCurrentItemChanged(System.EventArgs e);
OnDataError(System.Exception e)1093         protected internal void OnDataError(System.Exception e) { }
PullData()1094         protected void PullData() { }
PushData()1095         protected void PushData() { }
RemoveAt(int index)1096         public abstract void RemoveAt(int index);
ResumeBinding()1097         public abstract void ResumeBinding();
SuspendBinding()1098         public abstract void SuspendBinding();
UpdateIsBinding()1099         protected abstract void UpdateIsBinding();
1100     }
1101     public partial class BindingManagerDataErrorEventArgs : System.EventArgs
1102     {
BindingManagerDataErrorEventArgs(System.Exception exception)1103         public BindingManagerDataErrorEventArgs(System.Exception exception) { }
1104         public System.Exception Exception { get { throw null; } }
1105     }
BindingManagerDataErrorEventHandler(object sender, System.Windows.Forms.BindingManagerDataErrorEventArgs e)1106     public delegate void BindingManagerDataErrorEventHandler(object sender, System.Windows.Forms.BindingManagerDataErrorEventArgs e);
1107     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
1108     public partial struct BindingMemberInfo
1109     {
BindingMemberInfoSystem.Windows.Forms.BindingMemberInfo1110         public BindingMemberInfo(string dataMember) { throw null;}
1111         public string BindingField { get { throw null; } }
1112         public string BindingMember { get { throw null; } }
1113         public string BindingPath { get { throw null; } }
EqualsSystem.Windows.Forms.BindingMemberInfo1114         public override bool Equals(object otherObject) { throw null; }
GetHashCodeSystem.Windows.Forms.BindingMemberInfo1115         public override int GetHashCode() { throw null; }
operator ==System.Windows.Forms.BindingMemberInfo1116         public static bool operator ==(System.Windows.Forms.BindingMemberInfo a, System.Windows.Forms.BindingMemberInfo b) { throw null; }
operator !=System.Windows.Forms.BindingMemberInfo1117         public static bool operator !=(System.Windows.Forms.BindingMemberInfo a, System.Windows.Forms.BindingMemberInfo b) { throw null; }
1118     }
1119     [System.ComponentModel.DefaultEventAttribute("RefreshItems")]
1120     [System.ComponentModel.DefaultPropertyAttribute("BindingSource")]
1121     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.BindingNavigatorDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
1122     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1123     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1124     public partial class BindingNavigator : System.Windows.Forms.ToolStrip, System.ComponentModel.ISupportInitialize
1125     {
1126         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
BindingNavigator()1127         public BindingNavigator() { }
BindingNavigator(bool addStandardItems)1128         public BindingNavigator(bool addStandardItems) { }
1129         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
BindingNavigator(System.ComponentModel.IContainer container)1130         public BindingNavigator(System.ComponentModel.IContainer container) { }
BindingNavigator(System.Windows.Forms.BindingSource bindingSource)1131         public BindingNavigator(System.Windows.Forms.BindingSource bindingSource) { }
1132         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))]
1133         public System.Windows.Forms.ToolStripItem AddNewItem { get { throw null; } set { } }
1134         [System.ComponentModel.DefaultValueAttribute(null)]
1135         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))]
1136         public System.Windows.Forms.BindingSource BindingSource { get { throw null; } set { } }
1137         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))]
1138         public System.Windows.Forms.ToolStripItem CountItem { get { throw null; } set { } }
1139         public string CountItemFormat { get { throw null; } set { } }
1140         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))]
1141         public System.Windows.Forms.ToolStripItem DeleteItem { get { throw null; } set { } }
1142         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))]
1143         public System.Windows.Forms.ToolStripItem MoveFirstItem { get { throw null; } set { } }
1144         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))]
1145         public System.Windows.Forms.ToolStripItem MoveLastItem { get { throw null; } set { } }
1146         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))]
1147         public System.Windows.Forms.ToolStripItem MoveNextItem { get { throw null; } set { } }
1148         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))]
1149         public System.Windows.Forms.ToolStripItem MovePreviousItem { get { throw null; } set { } }
1150         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))]
1151         public System.Windows.Forms.ToolStripItem PositionItem { get { throw null; } set { } }
1152         public event System.EventHandler RefreshItems { add { } remove { } }
AddStandardItems()1153         public virtual void AddStandardItems() { }
BeginInit()1154         public void BeginInit() { }
Dispose(bool disposing)1155         protected override void Dispose(bool disposing) { }
EndInit()1156         public void EndInit() { }
OnRefreshItems()1157         protected virtual void OnRefreshItems() { }
1158         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RefreshItemsCore()1159         protected virtual void RefreshItemsCore() { }
Validate()1160         public bool Validate() { throw null; }
1161     }
1162     [System.ComponentModel.DefaultEventAttribute("CollectionChanged")]
1163     public partial class BindingsCollection : System.Windows.Forms.BaseCollection
1164     {
BindingsCollection()1165         internal BindingsCollection() { }
1166         public override int Count { get { throw null; } }
1167         public System.Windows.Forms.Binding this[int index] { get { throw null; } }
1168         protected override System.Collections.ArrayList List { get { throw null; } }
1169         public event System.ComponentModel.CollectionChangeEventHandler CollectionChanged { add { } remove { } }
1170         public event System.ComponentModel.CollectionChangeEventHandler CollectionChanging { add { } remove { } }
Add(System.Windows.Forms.Binding binding)1171         protected internal void Add(System.Windows.Forms.Binding binding) { }
AddCore(System.Windows.Forms.Binding dataBinding)1172         protected virtual void AddCore(System.Windows.Forms.Binding dataBinding) { }
Clear()1173         protected internal void Clear() { }
ClearCore()1174         protected virtual void ClearCore() { }
OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs ccevent)1175         protected virtual void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs ccevent) { }
OnCollectionChanging(System.ComponentModel.CollectionChangeEventArgs e)1176         protected virtual void OnCollectionChanging(System.ComponentModel.CollectionChangeEventArgs e) { }
Remove(System.Windows.Forms.Binding binding)1177         protected internal void Remove(System.Windows.Forms.Binding binding) { }
RemoveAt(int index)1178         protected internal void RemoveAt(int index) { }
RemoveCore(System.Windows.Forms.Binding dataBinding)1179         protected virtual void RemoveCore(System.Windows.Forms.Binding dataBinding) { }
ShouldSerializeMyAll()1180         protected internal bool ShouldSerializeMyAll() { throw null; }
1181     }
1182     [System.ComponentModel.ComplexBindingPropertiesAttribute("DataSource", "DataMember")]
1183     [System.ComponentModel.DefaultEventAttribute("CurrentChanged")]
1184     [System.ComponentModel.DefaultPropertyAttribute("DataSource")]
1185     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.BindingSourceDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
1186     public partial class BindingSource : System.ComponentModel.Component, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ComponentModel.IBindingList, System.ComponentModel.IBindingListView, System.ComponentModel.ICancelAddNew, System.ComponentModel.ISupportInitialize, System.ComponentModel.ISupportInitializeNotification, System.ComponentModel.ITypedList, System.Windows.Forms.ICurrencyManagerProvider
1187     {
BindingSource()1188         public BindingSource() { }
BindingSource(System.ComponentModel.IContainer container)1189         public BindingSource(System.ComponentModel.IContainer container) { }
BindingSource(object dataSource, string dataMember)1190         public BindingSource(object dataSource, string dataMember) { }
1191         [System.ComponentModel.BrowsableAttribute(false)]
1192         public virtual bool AllowEdit { get { throw null; } }
1193         public virtual bool AllowNew { get { throw null; } set { } }
1194         [System.ComponentModel.BrowsableAttribute(false)]
1195         public virtual bool AllowRemove { get { throw null; } }
1196         [System.ComponentModel.BrowsableAttribute(false)]
1197         public virtual int Count { get { throw null; } }
1198         [System.ComponentModel.BrowsableAttribute(false)]
1199         public virtual System.Windows.Forms.CurrencyManager CurrencyManager { get { throw null; } }
1200         [System.ComponentModel.BrowsableAttribute(false)]
1201         public object Current { get { throw null; } }
1202         [System.ComponentModel.DefaultValueAttribute("")]
1203         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataMemberListEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
1204         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
1205         public string DataMember { get { throw null; } set { } }
1206         [System.ComponentModel.AttributeProviderAttribute(typeof(System.ComponentModel.IListSource))]
1207         [System.ComponentModel.DefaultValueAttribute(null)]
1208         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
1209         public object DataSource { get { throw null; } set { } }
1210         [System.ComponentModel.DefaultValueAttribute(null)]
1211         public virtual string Filter { get { throw null; } set { } }
1212         [System.ComponentModel.BrowsableAttribute(false)]
1213         public bool IsBindingSuspended { get { throw null; } }
1214         [System.ComponentModel.BrowsableAttribute(false)]
1215         public virtual bool IsFixedSize { get { throw null; } }
1216         [System.ComponentModel.BrowsableAttribute(false)]
1217         public virtual bool IsReadOnly { get { throw null; } }
1218         [System.ComponentModel.BrowsableAttribute(false)]
1219         public virtual bool IsSorted { get { throw null; } }
1220         [System.ComponentModel.BrowsableAttribute(false)]
1221         public virtual bool IsSynchronized { get { throw null; } }
1222         [System.ComponentModel.BrowsableAttribute(false)]
1223         public virtual object this[int index] { get { throw null; } set { } }
1224         [System.ComponentModel.BrowsableAttribute(false)]
1225         public System.Collections.IList List { get { throw null; } }
1226         [System.ComponentModel.BrowsableAttribute(false)]
1227         [System.ComponentModel.DefaultValueAttribute(-1)]
1228         public int Position { get { throw null; } set { } }
1229         [System.ComponentModel.BrowsableAttribute(false)]
1230         [System.ComponentModel.DefaultValueAttribute(true)]
1231         public bool RaiseListChangedEvents { get { throw null; } set { } }
1232         [System.ComponentModel.DefaultValueAttribute(null)]
1233         public string Sort { get { throw null; } set { } }
1234         [System.ComponentModel.BrowsableAttribute(false)]
1235         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1236         public virtual System.ComponentModel.ListSortDescriptionCollection SortDescriptions { get { throw null; } }
1237         [System.ComponentModel.BrowsableAttribute(false)]
1238         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1239         public virtual System.ComponentModel.ListSortDirection SortDirection { get { throw null; } }
1240         [System.ComponentModel.BrowsableAttribute(false)]
1241         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1242         public virtual System.ComponentModel.PropertyDescriptor SortProperty { get { throw null; } }
1243         [System.ComponentModel.BrowsableAttribute(false)]
1244         public virtual bool SupportsAdvancedSorting { get { throw null; } }
1245         [System.ComponentModel.BrowsableAttribute(false)]
1246         public virtual bool SupportsChangeNotification { get { throw null; } }
1247         [System.ComponentModel.BrowsableAttribute(false)]
1248         public virtual bool SupportsFiltering { get { throw null; } }
1249         [System.ComponentModel.BrowsableAttribute(false)]
1250         public virtual bool SupportsSearching { get { throw null; } }
1251         [System.ComponentModel.BrowsableAttribute(false)]
1252         public virtual bool SupportsSorting { get { throw null; } }
1253         [System.ComponentModel.BrowsableAttribute(false)]
1254         public virtual object SyncRoot { get { throw null; } }
1255         bool System.ComponentModel.ISupportInitializeNotification.IsInitialized { get { throw null; } }
1256         public event System.ComponentModel.AddingNewEventHandler AddingNew { add { } remove { } }
1257         public event System.Windows.Forms.BindingCompleteEventHandler BindingComplete { add { } remove { } }
1258         public event System.EventHandler CurrentChanged { add { } remove { } }
1259         public event System.EventHandler CurrentItemChanged { add { } remove { } }
1260         public event System.Windows.Forms.BindingManagerDataErrorEventHandler DataError { add { } remove { } }
1261         public event System.EventHandler DataMemberChanged { add { } remove { } }
1262         public event System.EventHandler DataSourceChanged { add { } remove { } }
1263         public event System.ComponentModel.ListChangedEventHandler ListChanged { add { } remove { } }
1264         public event System.EventHandler PositionChanged { add { } remove { } }
1265         event System.EventHandler System.ComponentModel.ISupportInitializeNotification.Initialized { add { } remove { } }
Add(object value)1266         public virtual int Add(object value) { throw null; }
AddNew()1267         public virtual object AddNew() { throw null; }
1268         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ApplySort(System.ComponentModel.ListSortDescriptionCollection sorts)1269         public virtual void ApplySort(System.ComponentModel.ListSortDescriptionCollection sorts) { }
1270         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ApplySort(System.ComponentModel.PropertyDescriptor property, System.ComponentModel.ListSortDirection sort)1271         public virtual void ApplySort(System.ComponentModel.PropertyDescriptor property, System.ComponentModel.ListSortDirection sort) { }
CancelEdit()1272         public void CancelEdit() { }
Clear()1273         public virtual void Clear() { }
Contains(object value)1274         public virtual bool Contains(object value) { throw null; }
CopyTo(System.Array arr, int index)1275         public virtual void CopyTo(System.Array arr, int index) { }
Dispose(bool disposing)1276         protected override void Dispose(bool disposing) { }
EndEdit()1277         public void EndEdit() { }
Find(System.ComponentModel.PropertyDescriptor prop, object key)1278         public virtual int Find(System.ComponentModel.PropertyDescriptor prop, object key) { throw null; }
Find(string propertyName, object key)1279         public int Find(string propertyName, object key) { throw null; }
GetEnumerator()1280         public virtual System.Collections.IEnumerator GetEnumerator() { throw null; }
GetItemProperties(System.ComponentModel.PropertyDescriptor[] listAccessors)1281         public virtual System.ComponentModel.PropertyDescriptorCollection GetItemProperties(System.ComponentModel.PropertyDescriptor[] listAccessors) { throw null; }
GetListName(System.ComponentModel.PropertyDescriptor[] listAccessors)1282         public virtual string GetListName(System.ComponentModel.PropertyDescriptor[] listAccessors) { throw null; }
GetRelatedCurrencyManager(string dataMember)1283         public virtual System.Windows.Forms.CurrencyManager GetRelatedCurrencyManager(string dataMember) { throw null; }
IndexOf(object value)1284         public virtual int IndexOf(object value) { throw null; }
Insert(int index, object value)1285         public virtual void Insert(int index, object value) { }
MoveFirst()1286         public void MoveFirst() { }
MoveLast()1287         public void MoveLast() { }
MoveNext()1288         public void MoveNext() { }
MovePrevious()1289         public void MovePrevious() { }
OnAddingNew(System.ComponentModel.AddingNewEventArgs e)1290         protected virtual void OnAddingNew(System.ComponentModel.AddingNewEventArgs e) { }
OnBindingComplete(System.Windows.Forms.BindingCompleteEventArgs e)1291         protected virtual void OnBindingComplete(System.Windows.Forms.BindingCompleteEventArgs e) { }
OnCurrentChanged(System.EventArgs e)1292         protected virtual void OnCurrentChanged(System.EventArgs e) { }
OnCurrentItemChanged(System.EventArgs e)1293         protected virtual void OnCurrentItemChanged(System.EventArgs e) { }
OnDataError(System.Windows.Forms.BindingManagerDataErrorEventArgs e)1294         protected virtual void OnDataError(System.Windows.Forms.BindingManagerDataErrorEventArgs e) { }
OnDataMemberChanged(System.EventArgs e)1295         protected virtual void OnDataMemberChanged(System.EventArgs e) { }
OnDataSourceChanged(System.EventArgs e)1296         protected virtual void OnDataSourceChanged(System.EventArgs e) { }
OnListChanged(System.ComponentModel.ListChangedEventArgs e)1297         protected virtual void OnListChanged(System.ComponentModel.ListChangedEventArgs e) { }
OnPositionChanged(System.EventArgs e)1298         protected virtual void OnPositionChanged(System.EventArgs e) { }
Remove(object value)1299         public virtual void Remove(object value) { }
RemoveAt(int index)1300         public virtual void RemoveAt(int index) { }
RemoveCurrent()1301         public void RemoveCurrent() { }
RemoveFilter()1302         public virtual void RemoveFilter() { }
RemoveSort()1303         public virtual void RemoveSort() { }
1304         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
ResetAllowNew()1305         public virtual void ResetAllowNew() { }
ResetBindings(bool metadataChanged)1306         public void ResetBindings(bool metadataChanged) { }
ResetCurrentItem()1307         public void ResetCurrentItem() { }
ResetItem(int itemIndex)1308         public void ResetItem(int itemIndex) { }
ResumeBinding()1309         public void ResumeBinding() { }
SuspendBinding()1310         public void SuspendBinding() { }
System.ComponentModel.IBindingList.AddIndex(System.ComponentModel.PropertyDescriptor property)1311         void System.ComponentModel.IBindingList.AddIndex(System.ComponentModel.PropertyDescriptor property) { }
System.ComponentModel.IBindingList.RemoveIndex(System.ComponentModel.PropertyDescriptor prop)1312         void System.ComponentModel.IBindingList.RemoveIndex(System.ComponentModel.PropertyDescriptor prop) { }
System.ComponentModel.ICancelAddNew.CancelNew(int position)1313         void System.ComponentModel.ICancelAddNew.CancelNew(int position) { }
System.ComponentModel.ICancelAddNew.EndNew(int position)1314         void System.ComponentModel.ICancelAddNew.EndNew(int position) { }
System.ComponentModel.ISupportInitialize.BeginInit()1315         void System.ComponentModel.ISupportInitialize.BeginInit() { }
System.ComponentModel.ISupportInitialize.EndInit()1316         void System.ComponentModel.ISupportInitialize.EndInit() { }
1317     }
1318     public enum BootMode
1319     {
1320         FailSafe = 1,
1321         FailSafeWithNetwork = 2,
1322         Normal = 0,
1323     }
1324     [System.FlagsAttribute]
1325     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1326     public enum Border3DSide
1327     {
1328         All = 2063,
1329         Bottom = 8,
1330         Left = 1,
1331         Middle = 2048,
1332         Right = 4,
1333         Top = 2,
1334     }
1335     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1336     public enum Border3DStyle
1337     {
1338         Adjust = 8192,
1339         Bump = 9,
1340         Etched = 6,
1341         Flat = 16394,
1342         Raised = 5,
1343         RaisedInner = 4,
1344         RaisedOuter = 1,
1345         Sunken = 10,
1346         SunkenInner = 8,
1347         SunkenOuter = 2,
1348     }
1349     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1350     public enum BorderStyle
1351     {
1352         Fixed3D = 2,
1353         FixedSingle = 1,
1354         None = 0,
1355     }
1356     [System.FlagsAttribute]
1357     public enum BoundsSpecified
1358     {
1359         All = 15,
1360         Height = 8,
1361         Location = 3,
1362         None = 0,
1363         Size = 12,
1364         Width = 4,
1365         X = 1,
1366         Y = 2,
1367     }
1368     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ButtonBaseDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
1369     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1370     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1371     public partial class Button : System.Windows.Forms.ButtonBase, System.Windows.Forms.IButtonControl
1372     {
Button()1373         public Button() { }
1374         [System.ComponentModel.BrowsableAttribute(true)]
1375         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.AutoSizeMode)(1))]
1376         [System.ComponentModel.LocalizableAttribute(true)]
1377         public System.Windows.Forms.AutoSizeMode AutoSizeMode { get { throw null; } set { } }
1378         protected override System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
1379         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DialogResult)(0))]
1380         public virtual System.Windows.Forms.DialogResult DialogResult { get { throw null; } set { } }
1381         [System.ComponentModel.BrowsableAttribute(false)]
1382         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
1383         public new event System.EventHandler DoubleClick { add { } remove { } }
1384         [System.ComponentModel.BrowsableAttribute(false)]
1385         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
1386         public new event System.Windows.Forms.MouseEventHandler MouseDoubleClick { add { } remove { } }
NotifyDefault(bool value)1387         public virtual void NotifyDefault(bool value) { }
OnClick(System.EventArgs e)1388         protected override void OnClick(System.EventArgs e) { }
OnFontChanged(System.EventArgs e)1389         protected override void OnFontChanged(System.EventArgs e) { }
OnMouseEnter(System.EventArgs e)1390         protected override void OnMouseEnter(System.EventArgs e) { }
OnMouseLeave(System.EventArgs e)1391         protected override void OnMouseLeave(System.EventArgs e) { }
OnMouseUp(System.Windows.Forms.MouseEventArgs mevent)1392         protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs mevent) { }
OnTextChanged(System.EventArgs e)1393         protected override void OnTextChanged(System.EventArgs e) { }
PerformClick()1394         public void PerformClick() { }
1395         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessMnemonic(char charCode)1396         protected internal override bool ProcessMnemonic(char charCode) { throw null; }
ToString()1397         public override string ToString() { throw null; }
1398         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
WndProc(ref System.Windows.Forms.Message m)1399         protected override void WndProc(ref System.Windows.Forms.Message m) { }
1400     }
1401     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ButtonBaseDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
1402     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1403     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1404     public abstract partial class ButtonBase : System.Windows.Forms.Control
1405     {
ButtonBase()1406         protected ButtonBase() { }
1407         [System.ComponentModel.BrowsableAttribute(true)]
1408         [System.ComponentModel.DefaultValueAttribute(false)]
1409         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
1410         public bool AutoEllipsis { get { throw null; } set { } }
1411         [System.ComponentModel.BrowsableAttribute(true)]
1412         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(1))]
1413         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
1414         public override bool AutoSize { get { throw null; } set { } }
1415         public override System.Drawing.Color BackColor { get { throw null; } set { } }
1416         protected override System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
1417         protected override System.Windows.Forms.ImeMode DefaultImeMode { get { throw null; } }
1418         protected override System.Drawing.Size DefaultSize { get { throw null; } }
1419         [System.ComponentModel.BrowsableAttribute(true)]
1420         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
1421         public System.Windows.Forms.FlatButtonAppearance FlatAppearance { get { throw null; } }
1422         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.FlatStyle)(2))]
1423         [System.ComponentModel.LocalizableAttribute(true)]
1424         public System.Windows.Forms.FlatStyle FlatStyle { get { throw null; } set { } }
1425         [System.ComponentModel.LocalizableAttribute(true)]
1426         public System.Drawing.Image Image { get { throw null; } set { } }
1427         [System.ComponentModel.DefaultValueAttribute((System.Drawing.ContentAlignment)(32))]
1428         [System.ComponentModel.LocalizableAttribute(true)]
1429         public System.Drawing.ContentAlignment ImageAlign { get { throw null; } set { } }
1430         [System.ComponentModel.DefaultValueAttribute(-1)]
1431         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
1432         [System.ComponentModel.LocalizableAttribute(true)]
1433         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
1434         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageIndexConverter))]
1435         public int ImageIndex { get { throw null; } set { } }
1436         [System.ComponentModel.DefaultValueAttribute("")]
1437         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
1438         [System.ComponentModel.LocalizableAttribute(true)]
1439         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
1440         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageKeyConverter))]
1441         public string ImageKey { get { throw null; } set { } }
1442         [System.ComponentModel.DefaultValueAttribute(null)]
1443         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
1444         public System.Windows.Forms.ImageList ImageList { get { throw null; } set { } }
1445         [System.ComponentModel.BrowsableAttribute(false)]
1446         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1447         public new System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } }
1448         protected internal bool IsDefault { get { throw null; } set { } }
1449         [System.ComponentModel.EditorAttribute("System.ComponentModel.Design.MultilineStringEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
1450         [System.ComponentModel.SettingsBindableAttribute(true)]
1451         public override string Text { get { throw null; } set { } }
1452         [System.ComponentModel.DefaultValueAttribute((System.Drawing.ContentAlignment)(32))]
1453         [System.ComponentModel.LocalizableAttribute(true)]
1454         public virtual System.Drawing.ContentAlignment TextAlign { get { throw null; } set { } }
1455         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.TextImageRelation)(0))]
1456         [System.ComponentModel.LocalizableAttribute(true)]
1457         public System.Windows.Forms.TextImageRelation TextImageRelation { get { throw null; } set { } }
1458         [System.ComponentModel.DefaultValueAttribute(false)]
1459         public bool UseCompatibleTextRendering { get { throw null; } set { } }
1460         [System.ComponentModel.DefaultValueAttribute(true)]
1461         public bool UseMnemonic { get { throw null; } set { } }
1462         public bool UseVisualStyleBackColor { get { throw null; } set { } }
1463         [System.ComponentModel.BrowsableAttribute(true)]
1464         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
1465         public new event System.EventHandler AutoSizeChanged { add { } remove { } }
1466         [System.ComponentModel.BrowsableAttribute(false)]
1467         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1468         public new event System.EventHandler ImeModeChanged { add { } remove { } }
CreateAccessibilityInstance()1469         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
Dispose(bool disposing)1470         protected override void Dispose(bool disposing) { }
GetPreferredSize(System.Drawing.Size proposedSize)1471         public override System.Drawing.Size GetPreferredSize(System.Drawing.Size proposedSize) { throw null; }
OnEnabledChanged(System.EventArgs e)1472         protected override void OnEnabledChanged(System.EventArgs e) { }
OnGotFocus(System.EventArgs e)1473         protected override void OnGotFocus(System.EventArgs e) { }
OnKeyDown(System.Windows.Forms.KeyEventArgs kevent)1474         protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs kevent) { }
OnKeyUp(System.Windows.Forms.KeyEventArgs kevent)1475         protected override void OnKeyUp(System.Windows.Forms.KeyEventArgs kevent) { }
OnLostFocus(System.EventArgs e)1476         protected override void OnLostFocus(System.EventArgs e) { }
OnMouseDown(System.Windows.Forms.MouseEventArgs mevent)1477         protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs mevent) { }
OnMouseEnter(System.EventArgs eventargs)1478         protected override void OnMouseEnter(System.EventArgs eventargs) { }
OnMouseLeave(System.EventArgs eventargs)1479         protected override void OnMouseLeave(System.EventArgs eventargs) { }
OnMouseMove(System.Windows.Forms.MouseEventArgs mevent)1480         protected override void OnMouseMove(System.Windows.Forms.MouseEventArgs mevent) { }
OnMouseUp(System.Windows.Forms.MouseEventArgs mevent)1481         protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs mevent) { }
OnPaint(System.Windows.Forms.PaintEventArgs pevent)1482         protected override void OnPaint(System.Windows.Forms.PaintEventArgs pevent) { }
OnParentChanged(System.EventArgs e)1483         protected override void OnParentChanged(System.EventArgs e) { }
OnTextChanged(System.EventArgs e)1484         protected override void OnTextChanged(System.EventArgs e) { }
OnVisibleChanged(System.EventArgs e)1485         protected override void OnVisibleChanged(System.EventArgs e) { }
ResetFlagsandPaint()1486         protected void ResetFlagsandPaint() { }
1487         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
WndProc(ref System.Windows.Forms.Message m)1488         protected override void WndProc(ref System.Windows.Forms.Message m) { }
1489         [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1490         public partial class ButtonBaseAccessibleObject : System.Windows.Forms.Control.ControlAccessibleObject
1491         {
ButtonBaseAccessibleObject(System.Windows.Forms.Control owner)1492             public ButtonBaseAccessibleObject(System.Windows.Forms.Control owner) : base (default(System.Windows.Forms.Control)) { }
1493             public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
1494             [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
DoDefaultAction()1495             public override void DoDefaultAction() { }
1496         }
1497     }
1498     public enum ButtonBorderStyle
1499     {
1500         Dashed = 2,
1501         Dotted = 1,
1502         Inset = 4,
1503         None = 0,
1504         Outset = 5,
1505         Solid = 3,
1506     }
1507     public sealed partial class ButtonRenderer
1508     {
ButtonRenderer()1509         internal ButtonRenderer() { }
1510         public static bool RenderMatchingApplicationState { get { throw null; } set { } }
DrawButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, bool focused, System.Windows.Forms.VisualStyles.PushButtonState state)1511         public static void DrawButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, bool focused, System.Windows.Forms.VisualStyles.PushButtonState state) { }
DrawButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Drawing.Image image, System.Drawing.Rectangle imageBounds, bool focused, System.Windows.Forms.VisualStyles.PushButtonState state)1512         public static void DrawButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Drawing.Image image, System.Drawing.Rectangle imageBounds, bool focused, System.Windows.Forms.VisualStyles.PushButtonState state) { }
DrawButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string buttonText, System.Drawing.Font font, bool focused, System.Windows.Forms.VisualStyles.PushButtonState state)1513         public static void DrawButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string buttonText, System.Drawing.Font font, bool focused, System.Windows.Forms.VisualStyles.PushButtonState state) { }
DrawButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string buttonText, System.Drawing.Font font, System.Drawing.Image image, System.Drawing.Rectangle imageBounds, bool focused, System.Windows.Forms.VisualStyles.PushButtonState state)1514         public static void DrawButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string buttonText, System.Drawing.Font font, System.Drawing.Image image, System.Drawing.Rectangle imageBounds, bool focused, System.Windows.Forms.VisualStyles.PushButtonState state) { }
DrawButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string buttonText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, bool focused, System.Windows.Forms.VisualStyles.PushButtonState state)1515         public static void DrawButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string buttonText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, bool focused, System.Windows.Forms.VisualStyles.PushButtonState state) { }
DrawButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string buttonText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, System.Drawing.Image image, System.Drawing.Rectangle imageBounds, bool focused, System.Windows.Forms.VisualStyles.PushButtonState state)1516         public static void DrawButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string buttonText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, System.Drawing.Image image, System.Drawing.Rectangle imageBounds, bool focused, System.Windows.Forms.VisualStyles.PushButtonState state) { }
DrawButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.PushButtonState state)1517         public static void DrawButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.PushButtonState state) { }
DrawParentBackground(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.Control childControl)1518         public static void DrawParentBackground(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.Control childControl) { }
IsBackgroundPartiallyTransparent(System.Windows.Forms.VisualStyles.PushButtonState state)1519         public static bool IsBackgroundPartiallyTransparent(System.Windows.Forms.VisualStyles.PushButtonState state) { throw null; }
1520     }
1521     [System.FlagsAttribute]
1522     public enum ButtonState
1523     {
1524         All = 18176,
1525         Checked = 1024,
1526         Flat = 16384,
1527         Inactive = 256,
1528         Normal = 0,
1529         Pushed = 512,
1530     }
1531     public partial class CacheVirtualItemsEventArgs : System.EventArgs
1532     {
CacheVirtualItemsEventArgs(int startIndex, int endIndex)1533         public CacheVirtualItemsEventArgs(int startIndex, int endIndex) { }
1534         public int EndIndex { get { throw null; } }
1535         public int StartIndex { get { throw null; } }
1536     }
CacheVirtualItemsEventHandler(object sender, System.Windows.Forms.CacheVirtualItemsEventArgs e)1537     public delegate void CacheVirtualItemsEventHandler(object sender, System.Windows.Forms.CacheVirtualItemsEventArgs e);
1538     public enum CaptionButton
1539     {
1540         Close = 0,
1541         Help = 4,
1542         Maximize = 2,
1543         Minimize = 1,
1544         Restore = 3,
1545     }
1546     public enum CharacterCasing
1547     {
1548         Lower = 2,
1549         Normal = 0,
1550         Upper = 1,
1551     }
1552     [System.ComponentModel.DefaultBindingPropertyAttribute("CheckState")]
1553     [System.ComponentModel.DefaultEventAttribute("CheckedChanged")]
1554     [System.ComponentModel.DefaultPropertyAttribute("Checked")]
1555     [System.ComponentModel.ToolboxItemAttribute("System.Windows.Forms.Design.AutoSizeToolboxItem,System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
1556     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1557     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1558     public partial class CheckBox : System.Windows.Forms.ButtonBase
1559     {
CheckBox()1560         public CheckBox() { }
1561         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.Appearance)(0))]
1562         [System.ComponentModel.LocalizableAttribute(true)]
1563         public System.Windows.Forms.Appearance Appearance { get { throw null; } set { } }
1564         [System.ComponentModel.DefaultValueAttribute(true)]
1565         public bool AutoCheck { get { throw null; } set { } }
1566         [System.ComponentModel.BindableAttribute(true)]
1567         [System.ComponentModel.DefaultValueAttribute((System.Drawing.ContentAlignment)(16))]
1568         [System.ComponentModel.LocalizableAttribute(true)]
1569         public System.Drawing.ContentAlignment CheckAlign { get { throw null; } set { } }
1570         [System.ComponentModel.BindableAttribute(true)]
1571         [System.ComponentModel.DefaultValueAttribute(false)]
1572         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
1573         [System.ComponentModel.SettingsBindableAttribute(true)]
1574         public bool Checked { get { throw null; } set { } }
1575         [System.ComponentModel.BindableAttribute(true)]
1576         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.CheckState)(0))]
1577         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
1578         public System.Windows.Forms.CheckState CheckState { get { throw null; } set { } }
1579         protected override System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
1580         protected override System.Drawing.Size DefaultSize { get { throw null; } }
1581         [System.ComponentModel.DefaultValueAttribute((System.Drawing.ContentAlignment)(16))]
1582         [System.ComponentModel.LocalizableAttribute(true)]
1583         public override System.Drawing.ContentAlignment TextAlign { get { throw null; } set { } }
1584         [System.ComponentModel.DefaultValueAttribute(false)]
1585         public bool ThreeState { get { throw null; } set { } }
1586         public event System.EventHandler AppearanceChanged { add { } remove { } }
1587         public event System.EventHandler CheckedChanged { add { } remove { } }
1588         public event System.EventHandler CheckStateChanged { add { } remove { } }
1589         [System.ComponentModel.BrowsableAttribute(false)]
1590         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1591         public new event System.EventHandler DoubleClick { add { } remove { } }
1592         [System.ComponentModel.BrowsableAttribute(false)]
1593         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1594         public new event System.Windows.Forms.MouseEventHandler MouseDoubleClick { add { } remove { } }
CreateAccessibilityInstance()1595         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
OnAppearanceChanged(System.EventArgs e)1596         protected virtual void OnAppearanceChanged(System.EventArgs e) { }
OnCheckedChanged(System.EventArgs e)1597         protected virtual void OnCheckedChanged(System.EventArgs e) { }
OnCheckStateChanged(System.EventArgs e)1598         protected virtual void OnCheckStateChanged(System.EventArgs e) { }
OnClick(System.EventArgs e)1599         protected override void OnClick(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)1600         protected override void OnHandleCreated(System.EventArgs e) { }
OnKeyDown(System.Windows.Forms.KeyEventArgs e)1601         protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { }
OnMouseUp(System.Windows.Forms.MouseEventArgs mevent)1602         protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs mevent) { }
1603         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessMnemonic(char charCode)1604         protected internal override bool ProcessMnemonic(char charCode) { throw null; }
ToString()1605         public override string ToString() { throw null; }
1606         [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1607         public partial class CheckBoxAccessibleObject : System.Windows.Forms.ButtonBase.ButtonBaseAccessibleObject
1608         {
CheckBoxAccessibleObject(System.Windows.Forms.Control owner)1609             public CheckBoxAccessibleObject(System.Windows.Forms.Control owner) : base (default(System.Windows.Forms.Control)) { }
1610             public override string DefaultAction { get { throw null; } }
1611             public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
1612             public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
1613             [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
DoDefaultAction()1614             public override void DoDefaultAction() { }
1615         }
1616     }
1617     public sealed partial class CheckBoxRenderer
1618     {
CheckBoxRenderer()1619         internal CheckBoxRenderer() { }
1620         public static bool RenderMatchingApplicationState { get { throw null; } set { } }
DrawCheckBox(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string checkBoxText, System.Drawing.Font font, bool focused, System.Windows.Forms.VisualStyles.CheckBoxState state)1621         public static void DrawCheckBox(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string checkBoxText, System.Drawing.Font font, bool focused, System.Windows.Forms.VisualStyles.CheckBoxState state) { }
DrawCheckBox(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string checkBoxText, System.Drawing.Font font, System.Drawing.Image image, System.Drawing.Rectangle imageBounds, bool focused, System.Windows.Forms.VisualStyles.CheckBoxState state)1622         public static void DrawCheckBox(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string checkBoxText, System.Drawing.Font font, System.Drawing.Image image, System.Drawing.Rectangle imageBounds, bool focused, System.Windows.Forms.VisualStyles.CheckBoxState state) { }
DrawCheckBox(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string checkBoxText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, bool focused, System.Windows.Forms.VisualStyles.CheckBoxState state)1623         public static void DrawCheckBox(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string checkBoxText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, bool focused, System.Windows.Forms.VisualStyles.CheckBoxState state) { }
DrawCheckBox(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string checkBoxText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, System.Drawing.Image image, System.Drawing.Rectangle imageBounds, bool focused, System.Windows.Forms.VisualStyles.CheckBoxState state)1624         public static void DrawCheckBox(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string checkBoxText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, System.Drawing.Image image, System.Drawing.Rectangle imageBounds, bool focused, System.Windows.Forms.VisualStyles.CheckBoxState state) { }
DrawCheckBox(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Windows.Forms.VisualStyles.CheckBoxState state)1625         public static void DrawCheckBox(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Windows.Forms.VisualStyles.CheckBoxState state) { }
DrawParentBackground(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.Control childControl)1626         public static void DrawParentBackground(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.Control childControl) { }
GetGlyphSize(System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.CheckBoxState state)1627         public static System.Drawing.Size GetGlyphSize(System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.CheckBoxState state) { throw null; }
IsBackgroundPartiallyTransparent(System.Windows.Forms.VisualStyles.CheckBoxState state)1628         public static bool IsBackgroundPartiallyTransparent(System.Windows.Forms.VisualStyles.CheckBoxState state) { throw null; }
1629     }
1630     [System.ComponentModel.LookupBindingPropertiesAttribute]
1631     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1632     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1633     public partial class CheckedListBox : System.Windows.Forms.ListBox
1634     {
CheckedListBox()1635         public CheckedListBox() { }
1636         [System.ComponentModel.BrowsableAttribute(false)]
1637         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1638         public System.Windows.Forms.CheckedListBox.CheckedIndexCollection CheckedIndices { get { throw null; } }
1639         [System.ComponentModel.BrowsableAttribute(false)]
1640         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1641         public System.Windows.Forms.CheckedListBox.CheckedItemCollection CheckedItems { get { throw null; } }
1642         [System.ComponentModel.DefaultValueAttribute(false)]
1643         public bool CheckOnClick { get { throw null; } set { } }
1644         protected override System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
1645         [System.ComponentModel.BrowsableAttribute(false)]
1646         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1647         public new object DataSource { get { throw null; } set { } }
1648         [System.ComponentModel.BrowsableAttribute(false)]
1649         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1650         public new string DisplayMember { get { throw null; } set { } }
1651         [System.ComponentModel.BrowsableAttribute(false)]
1652         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1653         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1654         public override System.Windows.Forms.DrawMode DrawMode { get { throw null; } set { } }
1655         [System.ComponentModel.BrowsableAttribute(false)]
1656         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1657         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1658         public override int ItemHeight { get { throw null; } set { } }
1659         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
1660         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListControlStringCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
1661         [System.ComponentModel.LocalizableAttribute(true)]
1662         public new System.Windows.Forms.CheckedListBox.ObjectCollection Items { get { throw null; } }
1663         [System.ComponentModel.BrowsableAttribute(false)]
1664         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1665         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1666         public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
1667         public override System.Windows.Forms.SelectionMode SelectionMode { get { throw null; } set { } }
1668         [System.ComponentModel.DefaultValueAttribute(false)]
1669         public bool ThreeDCheckBoxes { get { throw null; } set { } }
1670         [System.ComponentModel.DefaultValueAttribute(false)]
1671         public bool UseCompatibleTextRendering { get { throw null; } set { } }
1672         [System.ComponentModel.BrowsableAttribute(false)]
1673         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1674         public new string ValueMember { get { throw null; } set { } }
1675         [System.ComponentModel.BrowsableAttribute(true)]
1676         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
1677         public new event System.EventHandler Click { add { } remove { } }
1678         [System.ComponentModel.BrowsableAttribute(false)]
1679         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1680         public new event System.EventHandler DataSourceChanged { add { } remove { } }
1681         [System.ComponentModel.BrowsableAttribute(false)]
1682         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1683         public new event System.EventHandler DisplayMemberChanged { add { } remove { } }
1684         [System.ComponentModel.BrowsableAttribute(false)]
1685         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1686         public new event System.Windows.Forms.DrawItemEventHandler DrawItem { add { } remove { } }
1687         public event System.Windows.Forms.ItemCheckEventHandler ItemCheck { add { } remove { } }
1688         [System.ComponentModel.BrowsableAttribute(false)]
1689         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1690         public new event System.Windows.Forms.MeasureItemEventHandler MeasureItem { add { } remove { } }
1691         [System.ComponentModel.BrowsableAttribute(true)]
1692         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
1693         public new event System.Windows.Forms.MouseEventHandler MouseClick { add { } remove { } }
1694         [System.ComponentModel.BrowsableAttribute(false)]
1695         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1696         public new event System.EventHandler ValueMemberChanged { add { } remove { } }
CreateAccessibilityInstance()1697         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
CreateItemCollection()1698         protected override System.Windows.Forms.ListBox.ObjectCollection CreateItemCollection() { throw null; }
GetItemChecked(int index)1699         public bool GetItemChecked(int index) { throw null; }
GetItemCheckState(int index)1700         public System.Windows.Forms.CheckState GetItemCheckState(int index) { throw null; }
OnBackColorChanged(System.EventArgs e)1701         protected override void OnBackColorChanged(System.EventArgs e) { }
OnClick(System.EventArgs e)1702         protected override void OnClick(System.EventArgs e) { }
OnDrawItem(System.Windows.Forms.DrawItemEventArgs e)1703         protected override void OnDrawItem(System.Windows.Forms.DrawItemEventArgs e) { }
OnFontChanged(System.EventArgs e)1704         protected override void OnFontChanged(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)1705         protected override void OnHandleCreated(System.EventArgs e) { }
OnItemCheck(System.Windows.Forms.ItemCheckEventArgs ice)1706         protected virtual void OnItemCheck(System.Windows.Forms.ItemCheckEventArgs ice) { }
OnKeyPress(System.Windows.Forms.KeyPressEventArgs e)1707         protected override void OnKeyPress(System.Windows.Forms.KeyPressEventArgs e) { }
OnMeasureItem(System.Windows.Forms.MeasureItemEventArgs e)1708         protected override void OnMeasureItem(System.Windows.Forms.MeasureItemEventArgs e) { }
OnSelectedIndexChanged(System.EventArgs e)1709         protected override void OnSelectedIndexChanged(System.EventArgs e) { }
RefreshItems()1710         protected override void RefreshItems() { }
SetItemChecked(int index, bool value)1711         public void SetItemChecked(int index, bool value) { }
SetItemCheckState(int index, System.Windows.Forms.CheckState value)1712         public void SetItemCheckState(int index, System.Windows.Forms.CheckState value) { }
1713         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
WmReflectCommand(ref System.Windows.Forms.Message m)1714         protected override void WmReflectCommand(ref System.Windows.Forms.Message m) { }
1715         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
WndProc(ref System.Windows.Forms.Message m)1716         protected override void WndProc(ref System.Windows.Forms.Message m) { }
1717         public partial class CheckedIndexCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
1718         {
CheckedIndexCollection()1719             internal CheckedIndexCollection() { }
1720             public int Count { get { throw null; } }
1721             public bool IsReadOnly { get { throw null; } }
1722             [System.ComponentModel.BrowsableAttribute(false)]
1723             [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1724             public int this[int index] { get { throw null; } }
1725             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
1726             object System.Collections.ICollection.SyncRoot { get { throw null; } }
1727             bool System.Collections.IList.IsFixedSize { get { throw null; } }
1728             object System.Collections.IList.this[int index] { get { throw null; } set { } }
Contains(int index)1729             public bool Contains(int index) { throw null; }
CopyTo(System.Array dest, int index)1730             public void CopyTo(System.Array dest, int index) { }
GetEnumerator()1731             public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(int index)1732             public int IndexOf(int index) { throw null; }
System.Collections.IList.Add(object value)1733             int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()1734             void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object index)1735             bool System.Collections.IList.Contains(object index) { throw null; }
System.Collections.IList.IndexOf(object index)1736             int System.Collections.IList.IndexOf(object index) { throw null; }
System.Collections.IList.Insert(int index, object value)1737             void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)1738             void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)1739             void System.Collections.IList.RemoveAt(int index) { }
1740         }
1741         public partial class CheckedItemCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
1742         {
CheckedItemCollection()1743             internal CheckedItemCollection() { }
1744             public int Count { get { throw null; } }
1745             public bool IsReadOnly { get { throw null; } }
1746             [System.ComponentModel.BrowsableAttribute(false)]
1747             [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1748             public object this[int index] { get { throw null; } set { } }
1749             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
1750             object System.Collections.ICollection.SyncRoot { get { throw null; } }
1751             bool System.Collections.IList.IsFixedSize { get { throw null; } }
Contains(object item)1752             public bool Contains(object item) { throw null; }
CopyTo(System.Array dest, int index)1753             public void CopyTo(System.Array dest, int index) { }
GetEnumerator()1754             public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(object item)1755             public int IndexOf(object item) { throw null; }
System.Collections.IList.Add(object value)1756             int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()1757             void System.Collections.IList.Clear() { }
System.Collections.IList.Insert(int index, object value)1758             void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)1759             void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)1760             void System.Collections.IList.RemoveAt(int index) { }
1761         }
1762         public partial class ObjectCollection : System.Windows.Forms.ListBox.ObjectCollection
1763         {
ObjectCollection(System.Windows.Forms.CheckedListBox owner)1764             public ObjectCollection(System.Windows.Forms.CheckedListBox owner) : base (default(System.Windows.Forms.ListBox)) { }
Add(object item, bool isChecked)1765             public int Add(object item, bool isChecked) { throw null; }
Add(object item, System.Windows.Forms.CheckState check)1766             public int Add(object item, System.Windows.Forms.CheckState check) { throw null; }
1767         }
1768     }
1769     public enum CheckState
1770     {
1771         Checked = 1,
1772         Indeterminate = 2,
1773         Unchecked = 0,
1774     }
1775     public sealed partial class Clipboard
1776     {
Clipboard()1777         internal Clipboard() { }
Clear()1778         public static void Clear() { }
ContainsAudio()1779         public static bool ContainsAudio() { throw null; }
ContainsData(string format)1780         public static bool ContainsData(string format) { throw null; }
ContainsFileDropList()1781         public static bool ContainsFileDropList() { throw null; }
ContainsImage()1782         public static bool ContainsImage() { throw null; }
ContainsText()1783         public static bool ContainsText() { throw null; }
ContainsText(System.Windows.Forms.TextDataFormat format)1784         public static bool ContainsText(System.Windows.Forms.TextDataFormat format) { throw null; }
GetAudioStream()1785         public static System.IO.Stream GetAudioStream() { throw null; }
GetData(string format)1786         public static object GetData(string format) { throw null; }
GetDataObject()1787         public static System.Windows.Forms.IDataObject GetDataObject() { throw null; }
GetFileDropList()1788         public static System.Collections.Specialized.StringCollection GetFileDropList() { throw null; }
GetImage()1789         public static System.Drawing.Image GetImage() { throw null; }
GetText()1790         public static string GetText() { throw null; }
GetText(System.Windows.Forms.TextDataFormat format)1791         public static string GetText(System.Windows.Forms.TextDataFormat format) { throw null; }
SetAudio(byte[] audioBytes)1792         public static void SetAudio(byte[] audioBytes) { }
SetAudio(System.IO.Stream audioStream)1793         public static void SetAudio(System.IO.Stream audioStream) { }
SetData(string format, object data)1794         public static void SetData(string format, object data) { }
SetDataObject(object data)1795         public static void SetDataObject(object data) { }
SetDataObject(object data, bool copy)1796         public static void SetDataObject(object data, bool copy) { }
1797         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Clipboard=(System.Security.Permissions.UIPermissionClipboard)(1))]
SetDataObject(object data, bool copy, int retryTimes, int retryDelay)1798         public static void SetDataObject(object data, bool copy, int retryTimes, int retryDelay) { }
SetFileDropList(System.Collections.Specialized.StringCollection filePaths)1799         public static void SetFileDropList(System.Collections.Specialized.StringCollection filePaths) { }
SetImage(System.Drawing.Image image)1800         public static void SetImage(System.Drawing.Image image) { }
SetText(string text)1801         public static void SetText(string text) { }
SetText(string text, System.Windows.Forms.TextDataFormat format)1802         public static void SetText(string text, System.Windows.Forms.TextDataFormat format) { }
1803     }
1804     public enum CloseReason
1805     {
1806         ApplicationExitCall = 6,
1807         FormOwnerClosing = 5,
1808         MdiFormClosing = 2,
1809         None = 0,
1810         TaskManagerClosing = 4,
1811         UserClosing = 3,
1812         WindowsShutDown = 1,
1813     }
1814     public enum ColorDepth
1815     {
1816         Depth16Bit = 16,
1817         Depth24Bit = 24,
1818         Depth32Bit = 32,
1819         Depth4Bit = 4,
1820         Depth8Bit = 8,
1821     }
1822     [System.ComponentModel.DefaultPropertyAttribute("Color")]
1823     public partial class ColorDialog : System.Windows.Forms.CommonDialog
1824     {
ColorDialog()1825         public ColorDialog() { }
1826         [System.ComponentModel.DefaultValueAttribute(true)]
1827         public virtual bool AllowFullOpen { get { throw null; } set { } }
1828         [System.ComponentModel.DefaultValueAttribute(false)]
1829         public virtual bool AnyColor { get { throw null; } set { } }
1830         public System.Drawing.Color Color { get { throw null; } set { } }
1831         [System.ComponentModel.BrowsableAttribute(false)]
1832         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1833         public int[] CustomColors { get { throw null; } set { } }
1834         [System.ComponentModel.DefaultValueAttribute(false)]
1835         public virtual bool FullOpen { get { throw null; } set { } }
1836         protected virtual System.IntPtr Instance { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2)), System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
1837         protected virtual int Options { get { throw null; } }
1838         [System.ComponentModel.DefaultValueAttribute(false)]
1839         public virtual bool ShowHelp { get { throw null; } set { } }
1840         [System.ComponentModel.DefaultValueAttribute(false)]
1841         public virtual bool SolidColorOnly { get { throw null; } set { } }
Reset()1842         public override void Reset() { }
RunDialog(System.IntPtr hwndOwner)1843         protected override bool RunDialog(System.IntPtr hwndOwner) { throw null; }
ToString()1844         public override string ToString() { throw null; }
1845     }
1846     public partial class ColumnClickEventArgs : System.EventArgs
1847     {
ColumnClickEventArgs(int column)1848         public ColumnClickEventArgs(int column) { }
1849         public int Column { get { throw null; } }
1850     }
ColumnClickEventHandler(object sender, System.Windows.Forms.ColumnClickEventArgs e)1851     public delegate void ColumnClickEventHandler(object sender, System.Windows.Forms.ColumnClickEventArgs e);
1852     [System.ComponentModel.DefaultPropertyAttribute("Text")]
1853     [System.ComponentModel.DesignTimeVisibleAttribute(false)]
1854     [System.ComponentModel.ToolboxItemAttribute(false)]
1855     [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ColumnHeaderConverter))]
1856     public partial class ColumnHeader : System.ComponentModel.Component, System.ICloneable
1857     {
ColumnHeader()1858         public ColumnHeader() { }
ColumnHeader(int imageIndex)1859         public ColumnHeader(int imageIndex) { }
ColumnHeader(string imageKey)1860         public ColumnHeader(string imageKey) { }
1861         [System.ComponentModel.LocalizableAttribute(true)]
1862         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
1863         public int DisplayIndex { get { throw null; } set { } }
1864         [System.ComponentModel.DefaultValueAttribute(-1)]
1865         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1866         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
1867         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
1868         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageIndexConverter))]
1869         public int ImageIndex { get { throw null; } set { } }
1870         [System.ComponentModel.DefaultValueAttribute("")]
1871         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1872         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
1873         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
1874         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageKeyConverter))]
1875         public string ImageKey { get { throw null; } set { } }
1876         [System.ComponentModel.BrowsableAttribute(false)]
1877         public System.Windows.Forms.ImageList ImageList { get { throw null; } }
1878         [System.ComponentModel.BrowsableAttribute(false)]
1879         public int Index { get { throw null; } }
1880         [System.ComponentModel.BrowsableAttribute(false)]
1881         public System.Windows.Forms.ListView ListView { get { throw null; } }
1882         [System.ComponentModel.BrowsableAttribute(false)]
1883         public string Name { get { throw null; } set { } }
1884         [System.ComponentModel.BindableAttribute(true)]
1885         [System.ComponentModel.DefaultValueAttribute(null)]
1886         [System.ComponentModel.LocalizableAttribute(false)]
1887         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
1888         public object Tag { get { throw null; } set { } }
1889         [System.ComponentModel.LocalizableAttribute(true)]
1890         public string Text { get { throw null; } set { } }
1891         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.HorizontalAlignment)(0))]
1892         [System.ComponentModel.LocalizableAttribute(true)]
1893         public System.Windows.Forms.HorizontalAlignment TextAlign { get { throw null; } set { } }
1894         [System.ComponentModel.DefaultValueAttribute(60)]
1895         [System.ComponentModel.LocalizableAttribute(true)]
1896         public int Width { get { throw null; } set { } }
AutoResize(System.Windows.Forms.ColumnHeaderAutoResizeStyle headerAutoResize)1897         public void AutoResize(System.Windows.Forms.ColumnHeaderAutoResizeStyle headerAutoResize) { }
Clone()1898         public object Clone() { throw null; }
Dispose(bool disposing)1899         protected override void Dispose(bool disposing) { }
ToString()1900         public override string ToString() { throw null; }
1901     }
1902     public enum ColumnHeaderAutoResizeStyle
1903     {
1904         ColumnContent = 2,
1905         HeaderSize = 1,
1906         None = 0,
1907     }
1908     public partial class ColumnHeaderConverter : System.ComponentModel.ExpandableObjectConverter
1909     {
ColumnHeaderConverter()1910         public ColumnHeaderConverter() { }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)1911         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)1912         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
1913     }
1914     public enum ColumnHeaderStyle
1915     {
1916         Clickable = 2,
1917         Nonclickable = 1,
1918         None = 0,
1919     }
1920     public partial class ColumnReorderedEventArgs : System.ComponentModel.CancelEventArgs
1921     {
ColumnReorderedEventArgs(int oldDisplayIndex, int newDisplayIndex, System.Windows.Forms.ColumnHeader header)1922         public ColumnReorderedEventArgs(int oldDisplayIndex, int newDisplayIndex, System.Windows.Forms.ColumnHeader header) { }
1923         public System.Windows.Forms.ColumnHeader Header { get { throw null; } }
1924         public int NewDisplayIndex { get { throw null; } }
1925         public int OldDisplayIndex { get { throw null; } }
1926     }
ColumnReorderedEventHandler(object sender, System.Windows.Forms.ColumnReorderedEventArgs e)1927     public delegate void ColumnReorderedEventHandler(object sender, System.Windows.Forms.ColumnReorderedEventArgs e);
1928     public partial class ColumnStyle : System.Windows.Forms.TableLayoutStyle
1929     {
ColumnStyle()1930         public ColumnStyle() { }
ColumnStyle(System.Windows.Forms.SizeType sizeType)1931         public ColumnStyle(System.Windows.Forms.SizeType sizeType) { }
ColumnStyle(System.Windows.Forms.SizeType sizeType, float width)1932         public ColumnStyle(System.Windows.Forms.SizeType sizeType, float width) { }
1933         public float Width { get { throw null; } set { } }
1934     }
1935     public partial class ColumnWidthChangedEventArgs : System.EventArgs
1936     {
ColumnWidthChangedEventArgs(int columnIndex)1937         public ColumnWidthChangedEventArgs(int columnIndex) { }
1938         public int ColumnIndex { get { throw null; } }
1939     }
ColumnWidthChangedEventHandler(object sender, System.Windows.Forms.ColumnWidthChangedEventArgs e)1940     public delegate void ColumnWidthChangedEventHandler(object sender, System.Windows.Forms.ColumnWidthChangedEventArgs e);
1941     public partial class ColumnWidthChangingEventArgs : System.ComponentModel.CancelEventArgs
1942     {
ColumnWidthChangingEventArgs(int columnIndex, int newWidth)1943         public ColumnWidthChangingEventArgs(int columnIndex, int newWidth) { }
ColumnWidthChangingEventArgs(int columnIndex, int newWidth, bool cancel)1944         public ColumnWidthChangingEventArgs(int columnIndex, int newWidth, bool cancel) { }
1945         public int ColumnIndex { get { throw null; } }
1946         public int NewWidth { get { throw null; } set { } }
1947     }
ColumnWidthChangingEventHandler(object sender, System.Windows.Forms.ColumnWidthChangingEventArgs e)1948     public delegate void ColumnWidthChangingEventHandler(object sender, System.Windows.Forms.ColumnWidthChangingEventArgs e);
1949     [System.ComponentModel.DefaultBindingPropertyAttribute("Text")]
1950     [System.ComponentModel.DefaultEventAttribute("SelectedIndexChanged")]
1951     [System.ComponentModel.DefaultPropertyAttribute("Items")]
1952     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ComboBoxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
1953     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
1954     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1955     public partial class ComboBox : System.Windows.Forms.ListControl
1956     {
ComboBox()1957         public ComboBox() { }
1958         [System.ComponentModel.BrowsableAttribute(true)]
1959         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
1960         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListControlStringCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
1961         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
1962         [System.ComponentModel.LocalizableAttribute(true)]
1963         public System.Windows.Forms.AutoCompleteStringCollection AutoCompleteCustomSource { get { throw null; } set { } }
1964         [System.ComponentModel.BrowsableAttribute(true)]
1965         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.AutoCompleteMode)(0))]
1966         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
1967         public System.Windows.Forms.AutoCompleteMode AutoCompleteMode { get { throw null; } set { } }
1968         [System.ComponentModel.BrowsableAttribute(true)]
1969         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.AutoCompleteSource)(128))]
1970         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
1971         public System.Windows.Forms.AutoCompleteSource AutoCompleteSource { get { throw null; } set { } }
1972         public override System.Drawing.Color BackColor { get { throw null; } set { } }
1973         [System.ComponentModel.BrowsableAttribute(false)]
1974         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1975         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
1976         [System.ComponentModel.BrowsableAttribute(false)]
1977         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1978         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
1979         protected override System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
1980         [System.ComponentModel.AttributeProviderAttribute(typeof(System.ComponentModel.IListSource))]
1981         [System.ComponentModel.DefaultValueAttribute(null)]
1982         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
1983         public new object DataSource { get { throw null; } set { } }
1984         protected override System.Drawing.Size DefaultSize { get { throw null; } }
1985         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DrawMode)(0))]
1986         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
1987         public System.Windows.Forms.DrawMode DrawMode { get { throw null; } set { } }
1988         [System.ComponentModel.BrowsableAttribute(true)]
1989         [System.ComponentModel.DefaultValueAttribute(106)]
1990         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
1991         public int DropDownHeight { get { throw null; } set { } }
1992         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ComboBoxStyle)(1))]
1993         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
1994         public System.Windows.Forms.ComboBoxStyle DropDownStyle { get { throw null; } set { } }
1995         public int DropDownWidth { get { throw null; } set { } }
1996         [System.ComponentModel.BrowsableAttribute(false)]
1997         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
1998         public bool DroppedDown { get { throw null; } set { } }
1999         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.FlatStyle)(2))]
2000         [System.ComponentModel.LocalizableAttribute(true)]
2001         public System.Windows.Forms.FlatStyle FlatStyle { get { throw null; } set { } }
2002         public override bool Focused { get { throw null; } }
2003         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
2004         [System.ComponentModel.DefaultValueAttribute(true)]
2005         [System.ComponentModel.LocalizableAttribute(true)]
2006         public bool IntegralHeight { get { throw null; } set { } }
2007         [System.ComponentModel.LocalizableAttribute(true)]
2008         public int ItemHeight { get { throw null; } set { } }
2009         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
2010         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListControlStringCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
2011         [System.ComponentModel.LocalizableAttribute(true)]
2012         [System.ComponentModel.MergablePropertyAttribute(false)]
2013         public System.Windows.Forms.ComboBox.ObjectCollection Items { get { throw null; } }
2014         [System.ComponentModel.DefaultValueAttribute(8)]
2015         [System.ComponentModel.LocalizableAttribute(true)]
2016         public int MaxDropDownItems { get { throw null; } set { } }
2017         public override System.Drawing.Size MaximumSize { get { throw null; } set { } }
2018         [System.ComponentModel.DefaultValueAttribute(0)]
2019         [System.ComponentModel.LocalizableAttribute(true)]
2020         public int MaxLength { get { throw null; } set { } }
2021         public override System.Drawing.Size MinimumSize { get { throw null; } set { } }
2022         [System.ComponentModel.BrowsableAttribute(false)]
2023         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2024         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2025         public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
2026         [System.ComponentModel.BrowsableAttribute(false)]
2027         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2028         public int PreferredHeight { get { throw null; } }
2029         [System.ComponentModel.BrowsableAttribute(false)]
2030         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2031         public override int SelectedIndex { get { throw null; } set { } }
2032         [System.ComponentModel.BindableAttribute(true)]
2033         [System.ComponentModel.BrowsableAttribute(false)]
2034         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2035         public object SelectedItem { get { throw null; } set { } }
2036         [System.ComponentModel.BrowsableAttribute(false)]
2037         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2038         public string SelectedText { get { throw null; } set { } }
2039         [System.ComponentModel.BrowsableAttribute(false)]
2040         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2041         public int SelectionLength { get { throw null; } set { } }
2042         [System.ComponentModel.BrowsableAttribute(false)]
2043         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2044         public int SelectionStart { get { throw null; } set { } }
2045         [System.ComponentModel.DefaultValueAttribute(false)]
2046         public bool Sorted { get { throw null; } set { } }
2047         [System.ComponentModel.BindableAttribute(true)]
2048         [System.ComponentModel.LocalizableAttribute(true)]
2049         public override string Text { get { throw null; } set { } }
2050         [System.ComponentModel.BrowsableAttribute(false)]
2051         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2052         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
2053         [System.ComponentModel.BrowsableAttribute(false)]
2054         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2055         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
2056         [System.ComponentModel.BrowsableAttribute(false)]
2057         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2058         public new event System.EventHandler DoubleClick { add { } remove { } }
2059         public event System.Windows.Forms.DrawItemEventHandler DrawItem { add { } remove { } }
2060         public event System.EventHandler DropDown { add { } remove { } }
2061         public event System.EventHandler DropDownClosed { add { } remove { } }
2062         public event System.EventHandler DropDownStyleChanged { add { } remove { } }
2063         public event System.Windows.Forms.MeasureItemEventHandler MeasureItem { add { } remove { } }
2064         [System.ComponentModel.BrowsableAttribute(false)]
2065         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2066         public new event System.EventHandler PaddingChanged { add { } remove { } }
2067         [System.ComponentModel.BrowsableAttribute(false)]
2068         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2069         public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
2070         public event System.EventHandler SelectedIndexChanged { add { } remove { } }
2071         public event System.EventHandler SelectionChangeCommitted { add { } remove { } }
2072         public event System.EventHandler TextUpdate { add { } remove { } }
2073         [System.ObsoleteAttribute("This method has been deprecated.  There is no replacement.  http://go.microsoft.com/fwlink/?linkid=14202")]
AddItemsCore(object[] value)2074         protected virtual void AddItemsCore(object[] value) { }
BeginUpdate()2075         public void BeginUpdate() { }
CreateAccessibilityInstance()2076         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
CreateHandle()2077         protected override void CreateHandle() { }
Dispose(bool disposing)2078         protected override void Dispose(bool disposing) { }
EndUpdate()2079         public void EndUpdate() { }
FindString(string s)2080         public int FindString(string s) { throw null; }
FindString(string s, int startIndex)2081         public int FindString(string s, int startIndex) { throw null; }
FindStringExact(string s)2082         public int FindStringExact(string s) { throw null; }
FindStringExact(string s, int startIndex)2083         public int FindStringExact(string s, int startIndex) { throw null; }
GetItemHeight(int index)2084         public int GetItemHeight(int index) { throw null; }
IsInputKey(System.Windows.Forms.Keys keyData)2085         protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
OnBackColorChanged(System.EventArgs e)2086         protected override void OnBackColorChanged(System.EventArgs e) { }
OnDataSourceChanged(System.EventArgs e)2087         protected override void OnDataSourceChanged(System.EventArgs e) { }
OnDisplayMemberChanged(System.EventArgs e)2088         protected override void OnDisplayMemberChanged(System.EventArgs e) { }
OnDrawItem(System.Windows.Forms.DrawItemEventArgs e)2089         protected virtual void OnDrawItem(System.Windows.Forms.DrawItemEventArgs e) { }
OnDropDown(System.EventArgs e)2090         protected virtual void OnDropDown(System.EventArgs e) { }
OnDropDownClosed(System.EventArgs e)2091         protected virtual void OnDropDownClosed(System.EventArgs e) { }
OnDropDownStyleChanged(System.EventArgs e)2092         protected virtual void OnDropDownStyleChanged(System.EventArgs e) { }
OnFontChanged(System.EventArgs e)2093         protected override void OnFontChanged(System.EventArgs e) { }
OnForeColorChanged(System.EventArgs e)2094         protected override void OnForeColorChanged(System.EventArgs e) { }
2095         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnGotFocus(System.EventArgs e)2096         protected override void OnGotFocus(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)2097         protected override void OnHandleCreated(System.EventArgs e) { }
OnHandleDestroyed(System.EventArgs e)2098         protected override void OnHandleDestroyed(System.EventArgs e) { }
2099         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnKeyDown(System.Windows.Forms.KeyEventArgs e)2100         protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { }
OnKeyPress(System.Windows.Forms.KeyPressEventArgs e)2101         protected override void OnKeyPress(System.Windows.Forms.KeyPressEventArgs e) { }
2102         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnLostFocus(System.EventArgs e)2103         protected override void OnLostFocus(System.EventArgs e) { }
OnMeasureItem(System.Windows.Forms.MeasureItemEventArgs e)2104         protected virtual void OnMeasureItem(System.Windows.Forms.MeasureItemEventArgs e) { }
OnMouseEnter(System.EventArgs e)2105         protected override void OnMouseEnter(System.EventArgs e) { }
OnMouseLeave(System.EventArgs e)2106         protected override void OnMouseLeave(System.EventArgs e) { }
OnParentBackColorChanged(System.EventArgs e)2107         protected override void OnParentBackColorChanged(System.EventArgs e) { }
OnResize(System.EventArgs e)2108         protected override void OnResize(System.EventArgs e) { }
OnSelectedIndexChanged(System.EventArgs e)2109         protected override void OnSelectedIndexChanged(System.EventArgs e) { }
OnSelectedItemChanged(System.EventArgs e)2110         protected virtual void OnSelectedItemChanged(System.EventArgs e) { }
OnSelectedValueChanged(System.EventArgs e)2111         protected override void OnSelectedValueChanged(System.EventArgs e) { }
OnSelectionChangeCommitted(System.EventArgs e)2112         protected virtual void OnSelectionChangeCommitted(System.EventArgs e) { }
2113         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnTextChanged(System.EventArgs e)2114         protected override void OnTextChanged(System.EventArgs e) { }
OnTextUpdate(System.EventArgs e)2115         protected virtual void OnTextUpdate(System.EventArgs e) { }
2116         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnValidating(System.ComponentModel.CancelEventArgs e)2117         protected override void OnValidating(System.ComponentModel.CancelEventArgs e) { }
2118         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessKeyEventArgs(ref System.Windows.Forms.Message m)2119         protected override bool ProcessKeyEventArgs(ref System.Windows.Forms.Message m) { throw null; }
RefreshItem(int index)2120         protected override void RefreshItem(int index) { }
RefreshItems()2121         protected override void RefreshItems() { }
ResetText()2122         public override void ResetText() { }
ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified)2123         protected override void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { }
Select(int start, int length)2124         public void Select(int start, int length) { }
SelectAll()2125         public void SelectAll() { }
SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified)2126         protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
SetItemCore(int index, object value)2127         protected override void SetItemCore(int index, object value) { }
SetItemsCore(System.Collections.IList value)2128         protected override void SetItemsCore(System.Collections.IList value) { }
ToString()2129         public override string ToString() { throw null; }
2130         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
WndProc(ref System.Windows.Forms.Message m)2131         protected override void WndProc(ref System.Windows.Forms.Message m) { }
2132         [System.Runtime.InteropServices.ComVisibleAttribute(true)]
2133         public partial class ChildAccessibleObject : System.Windows.Forms.AccessibleObject
2134         {
2135             [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ChildAccessibleObject(System.Windows.Forms.ComboBox owner, System.IntPtr handle)2136             public ChildAccessibleObject(System.Windows.Forms.ComboBox owner, System.IntPtr handle) { }
2137             public override string Name { get { throw null; } }
2138         }
2139         [System.ComponentModel.ListBindableAttribute(false)]
2140         public partial class ObjectCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
2141         {
ObjectCollection(System.Windows.Forms.ComboBox owner)2142             public ObjectCollection(System.Windows.Forms.ComboBox owner) { }
2143             public int Count { get { throw null; } }
2144             public bool IsReadOnly { get { throw null; } }
2145             [System.ComponentModel.BrowsableAttribute(false)]
2146             [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2147             public virtual object this[int index] { get { throw null; } set { } }
2148             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
2149             object System.Collections.ICollection.SyncRoot { get { throw null; } }
2150             bool System.Collections.IList.IsFixedSize { get { throw null; } }
Add(object item)2151             public int Add(object item) { throw null; }
AddRange(object[] items)2152             public void AddRange(object[] items) { }
Clear()2153             public void Clear() { }
Contains(object value)2154             public bool Contains(object value) { throw null; }
CopyTo(object[] destination, int arrayIndex)2155             public void CopyTo(object[] destination, int arrayIndex) { }
GetEnumerator()2156             public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(object value)2157             public int IndexOf(object value) { throw null; }
Insert(int index, object item)2158             public void Insert(int index, object item) { }
Remove(object value)2159             public void Remove(object value) { }
RemoveAt(int index)2160             public void RemoveAt(int index) { }
System.Collections.ICollection.CopyTo(System.Array destination, int index)2161             void System.Collections.ICollection.CopyTo(System.Array destination, int index) { }
System.Collections.IList.Add(object item)2162             int System.Collections.IList.Add(object item) { throw null; }
2163         }
2164     }
2165     public sealed partial class ComboBoxRenderer
2166     {
ComboBoxRenderer()2167         internal ComboBoxRenderer() { }
2168         public static bool IsSupported { get { throw null; } }
DrawDropDownButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ComboBoxState state)2169         public static void DrawDropDownButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ComboBoxState state) { }
DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string comboBoxText, System.Drawing.Font font, System.Drawing.Rectangle textBounds, System.Windows.Forms.TextFormatFlags flags, System.Windows.Forms.VisualStyles.ComboBoxState state)2170         public static void DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string comboBoxText, System.Drawing.Font font, System.Drawing.Rectangle textBounds, System.Windows.Forms.TextFormatFlags flags, System.Windows.Forms.VisualStyles.ComboBoxState state) { }
DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string comboBoxText, System.Drawing.Font font, System.Drawing.Rectangle textBounds, System.Windows.Forms.VisualStyles.ComboBoxState state)2171         public static void DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string comboBoxText, System.Drawing.Font font, System.Drawing.Rectangle textBounds, System.Windows.Forms.VisualStyles.ComboBoxState state) { }
DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string comboBoxText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, System.Windows.Forms.VisualStyles.ComboBoxState state)2172         public static void DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string comboBoxText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, System.Windows.Forms.VisualStyles.ComboBoxState state) { }
DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string comboBoxText, System.Drawing.Font font, System.Windows.Forms.VisualStyles.ComboBoxState state)2173         public static void DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string comboBoxText, System.Drawing.Font font, System.Windows.Forms.VisualStyles.ComboBoxState state) { }
DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ComboBoxState state)2174         public static void DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ComboBoxState state) { }
2175     }
2176     public enum ComboBoxStyle
2177     {
2178         DropDown = 1,
2179         DropDownList = 2,
2180         Simple = 0,
2181     }
2182     [System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms")]
2183     public abstract partial class CommonDialog : System.ComponentModel.Component
2184     {
CommonDialog()2185         public CommonDialog() { }
2186         [System.ComponentModel.BindableAttribute(true)]
2187         [System.ComponentModel.DefaultValueAttribute(null)]
2188         [System.ComponentModel.LocalizableAttribute(false)]
2189         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
2190         public object Tag { get { throw null; } set { } }
2191         public event System.EventHandler HelpRequest { add { } remove { } }
2192         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
2193         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
HookProc(System.IntPtr hWnd, int msg, System.IntPtr wparam, System.IntPtr lparam)2194         protected virtual System.IntPtr HookProc(System.IntPtr hWnd, int msg, System.IntPtr wparam, System.IntPtr lparam) { throw null; }
OnHelpRequest(System.EventArgs e)2195         protected virtual void OnHelpRequest(System.EventArgs e) { }
2196         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
2197         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
OwnerWndProc(System.IntPtr hWnd, int msg, System.IntPtr wparam, System.IntPtr lparam)2198         protected virtual System.IntPtr OwnerWndProc(System.IntPtr hWnd, int msg, System.IntPtr wparam, System.IntPtr lparam) { throw null; }
2199         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Reset()2200         public abstract void Reset();
2201         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
RunDialog(System.IntPtr hwndOwner)2202         protected abstract bool RunDialog(System.IntPtr hwndOwner);
ShowDialog()2203         public System.Windows.Forms.DialogResult ShowDialog() { throw null; }
ShowDialog(System.Windows.Forms.IWin32Window owner)2204         public System.Windows.Forms.DialogResult ShowDialog(System.Windows.Forms.IWin32Window owner) { throw null; }
2205     }
2206     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
2207     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
2208     public partial class ContainerControl : System.Windows.Forms.ScrollableControl, System.Windows.Forms.IContainerControl
2209     {
ContainerControl()2210         public ContainerControl() { }
2211         [System.ComponentModel.BrowsableAttribute(false)]
2212         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2213         public System.Windows.Forms.Control ActiveControl { get { throw null; } set { } }
2214         [System.ComponentModel.BrowsableAttribute(false)]
2215         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2216         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2217         [System.ComponentModel.LocalizableAttribute(true)]
2218         public System.Drawing.SizeF AutoScaleDimensions { get { throw null; } set { } }
2219         protected System.Drawing.SizeF AutoScaleFactor { get { throw null; } }
2220         [System.ComponentModel.BrowsableAttribute(false)]
2221         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2222         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2223         public System.Windows.Forms.AutoScaleMode AutoScaleMode { get { throw null; } set { } }
2224         [System.ComponentModel.AmbientValueAttribute((System.Windows.Forms.AutoValidate)(-1))]
2225         [System.ComponentModel.BrowsableAttribute(false)]
2226         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2227         public virtual System.Windows.Forms.AutoValidate AutoValidate { get { throw null; } set { } }
2228         [System.ComponentModel.BrowsableAttribute(false)]
2229         public override System.Windows.Forms.BindingContext BindingContext { get { throw null; } set { } }
2230         protected override bool CanEnableIme { get { throw null; } }
2231         protected override System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
2232         [System.ComponentModel.BrowsableAttribute(false)]
2233         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2234         public System.Drawing.SizeF CurrentAutoScaleDimensions { get { throw null; } }
2235         [System.ComponentModel.BrowsableAttribute(false)]
2236         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2237         public System.Windows.Forms.Form ParentForm { get { throw null; } }
2238         [System.ComponentModel.BrowsableAttribute(false)]
2239         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2240         public event System.EventHandler AutoValidateChanged { add { } remove { } }
2241         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
AdjustFormScrollbars(bool displayScrollbars)2242         protected override void AdjustFormScrollbars(bool displayScrollbars) { }
Dispose(bool disposing)2243         protected override void Dispose(bool disposing) { }
OnAutoValidateChanged(System.EventArgs e)2244         protected virtual void OnAutoValidateChanged(System.EventArgs e) { }
OnCreateControl()2245         protected override void OnCreateControl() { }
2246         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnFontChanged(System.EventArgs e)2247         protected override void OnFontChanged(System.EventArgs e) { }
OnLayout(System.Windows.Forms.LayoutEventArgs e)2248         protected override void OnLayout(System.Windows.Forms.LayoutEventArgs e) { }
OnParentChanged(System.EventArgs e)2249         protected override void OnParentChanged(System.EventArgs e) { }
PerformAutoScale()2250         public void PerformAutoScale() { }
2251         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.Keys keyData)2252         protected override bool ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.Keys keyData) { throw null; }
2253         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2254         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessDialogChar(char charCode)2255         protected override bool ProcessDialogChar(char charCode) { throw null; }
2256         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessDialogKey(System.Windows.Forms.Keys keyData)2257         protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
2258         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessMnemonic(char charCode)2259         protected internal override bool ProcessMnemonic(char charCode) { throw null; }
2260         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessTabKey(bool forward)2261         protected virtual bool ProcessTabKey(bool forward) { throw null; }
Select(bool directed, bool forward)2262         protected override void Select(bool directed, bool forward) { }
System.Windows.Forms.IContainerControl.ActivateControl(System.Windows.Forms.Control control)2263         bool System.Windows.Forms.IContainerControl.ActivateControl(System.Windows.Forms.Control control) { throw null; }
UpdateDefaultButton()2264         protected virtual void UpdateDefaultButton() { }
Validate()2265         public bool Validate() { throw null; }
Validate(bool checkAutoValidate)2266         public bool Validate(bool checkAutoValidate) { throw null; }
2267         [System.ComponentModel.BrowsableAttribute(false)]
2268         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ValidateChildren()2269         public virtual bool ValidateChildren() { throw null; }
2270         [System.ComponentModel.BrowsableAttribute(false)]
2271         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ValidateChildren(System.Windows.Forms.ValidationConstraints validationConstraints)2272         public virtual bool ValidateChildren(System.Windows.Forms.ValidationConstraints validationConstraints) { throw null; }
2273         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2274         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
WndProc(ref System.Windows.Forms.Message m)2275         protected override void WndProc(ref System.Windows.Forms.Message m) { }
2276     }
2277     public partial class ContentsResizedEventArgs : System.EventArgs
2278     {
ContentsResizedEventArgs(System.Drawing.Rectangle newRectangle)2279         public ContentsResizedEventArgs(System.Drawing.Rectangle newRectangle) { }
2280         public System.Drawing.Rectangle NewRectangle { get { throw null; } }
2281     }
ContentsResizedEventHandler(object sender, System.Windows.Forms.ContentsResizedEventArgs e)2282     public delegate void ContentsResizedEventHandler(object sender, System.Windows.Forms.ContentsResizedEventArgs e);
2283     [System.ComponentModel.DefaultEventAttribute("Popup")]
2284     public partial class ContextMenu : System.Windows.Forms.Menu
2285     {
ContextMenu()2286         public ContextMenu() : base (default(System.Windows.Forms.MenuItem[])) { }
ContextMenu(System.Windows.Forms.MenuItem[] menuItems)2287         public ContextMenu(System.Windows.Forms.MenuItem[] menuItems) : base (default(System.Windows.Forms.MenuItem[])) { }
2288         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.RightToLeft)(0))]
2289         [System.ComponentModel.LocalizableAttribute(true)]
2290         public virtual System.Windows.Forms.RightToLeft RightToLeft { get { throw null; } set { } }
2291         [System.ComponentModel.BrowsableAttribute(false)]
2292         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2293         public System.Windows.Forms.Control SourceControl { [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]get { throw null; } }
2294         public event System.EventHandler Collapse { add { } remove { } }
2295         public event System.EventHandler Popup { add { } remove { } }
OnCollapse(System.EventArgs e)2296         protected internal virtual void OnCollapse(System.EventArgs e) { }
OnPopup(System.EventArgs e)2297         protected internal virtual void OnPopup(System.EventArgs e) { }
2298         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
2299         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.Keys keyData, System.Windows.Forms.Control control)2300         protected internal virtual bool ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.Keys keyData, System.Windows.Forms.Control control) { throw null; }
Show(System.Windows.Forms.Control control, System.Drawing.Point pos)2301         public void Show(System.Windows.Forms.Control control, System.Drawing.Point pos) { }
Show(System.Windows.Forms.Control control, System.Drawing.Point pos, System.Windows.Forms.LeftRightAlignment alignment)2302         public void Show(System.Windows.Forms.Control control, System.Drawing.Point pos, System.Windows.Forms.LeftRightAlignment alignment) { }
2303     }
2304     [System.ComponentModel.DefaultEventAttribute("Opening")]
2305     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
2306     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
2307     public partial class ContextMenuStrip : System.Windows.Forms.ToolStripDropDownMenu
2308     {
ContextMenuStrip()2309         public ContextMenuStrip() { }
ContextMenuStrip(System.ComponentModel.IContainer container)2310         public ContextMenuStrip(System.ComponentModel.IContainer container) { }
2311         [System.ComponentModel.BrowsableAttribute(false)]
2312         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2313         public System.Windows.Forms.Control SourceControl { [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]get { throw null; } }
Dispose(bool disposing)2314         protected override void Dispose(bool disposing) { }
SetVisibleCore(bool visible)2315         protected override void SetVisibleCore(bool visible) { }
2316     }
2317     [System.ComponentModel.DefaultEventAttribute("Click")]
2318     [System.ComponentModel.DefaultPropertyAttribute("Text")]
2319     [System.ComponentModel.Design.Serialization.DesignerSerializerAttribute("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
2320     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ControlDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
2321     [System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms")]
2322     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
2323     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
2324     public partial class Control : System.ComponentModel.Component, System.ComponentModel.IComponent, System.ComponentModel.ISynchronizeInvoke, System.IDisposable, System.Windows.Forms.IBindableComponent, System.Windows.Forms.IDropTarget, System.Windows.Forms.IWin32Window
2325     {
Control()2326         public Control() { }
Control(string text)2327         public Control(string text) { }
Control(string text, int left, int top, int width, int height)2328         public Control(string text, int left, int top, int width, int height) { }
Control(System.Windows.Forms.Control parent, string text)2329         public Control(System.Windows.Forms.Control parent, string text) { }
Control(System.Windows.Forms.Control parent, string text, int left, int top, int width, int height)2330         public Control(System.Windows.Forms.Control parent, string text, int left, int top, int width, int height) { }
2331         [System.ComponentModel.BrowsableAttribute(false)]
2332         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2333         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2334         public System.Windows.Forms.AccessibleObject AccessibilityObject { get { throw null; } }
2335         [System.ComponentModel.BrowsableAttribute(false)]
2336         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2337         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2338         public string AccessibleDefaultActionDescription { get { throw null; } set { } }
2339         [System.ComponentModel.DefaultValueAttribute(null)]
2340         [System.ComponentModel.LocalizableAttribute(true)]
2341         public string AccessibleDescription { get { throw null; } set { } }
2342         [System.ComponentModel.DefaultValueAttribute(null)]
2343         [System.ComponentModel.LocalizableAttribute(true)]
2344         public string AccessibleName { get { throw null; } set { } }
2345         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.AccessibleRole)(-1))]
2346         public System.Windows.Forms.AccessibleRole AccessibleRole { get { throw null; } set { } }
2347         [System.ComponentModel.DefaultValueAttribute(false)]
2348         public virtual bool AllowDrop { get { throw null; } set { } }
2349         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.AnchorStyles)(5))]
2350         [System.ComponentModel.LocalizableAttribute(true)]
2351         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
2352         public virtual System.Windows.Forms.AnchorStyles Anchor { get { throw null; } set { } }
2353         [System.ComponentModel.BrowsableAttribute(false)]
2354         [System.ComponentModel.DefaultValueAttribute(typeof(System.Drawing.Point), "0, 0")]
2355         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2356         public virtual System.Drawing.Point AutoScrollOffset { get { throw null; } set { } }
2357         [System.ComponentModel.BrowsableAttribute(false)]
2358         [System.ComponentModel.DefaultValueAttribute(false)]
2359         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2360         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2361         [System.ComponentModel.LocalizableAttribute(true)]
2362         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
2363         public virtual bool AutoSize { get { throw null; } set { } }
2364         [System.Runtime.InteropServices.DispIdAttribute(-501)]
2365         public virtual System.Drawing.Color BackColor { get { throw null; } set { } }
2366         [System.ComponentModel.DefaultValueAttribute(null)]
2367         [System.ComponentModel.LocalizableAttribute(true)]
2368         public virtual System.Drawing.Image BackgroundImage { get { throw null; } set { } }
2369         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ImageLayout)(1))]
2370         [System.ComponentModel.LocalizableAttribute(true)]
2371         public virtual System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
2372         [System.ComponentModel.BrowsableAttribute(false)]
2373         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2374         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2375         public virtual System.Windows.Forms.BindingContext BindingContext { get { throw null; } set { } }
2376         [System.ComponentModel.BrowsableAttribute(false)]
2377         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2378         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2379         public int Bottom { get { throw null; } }
2380         [System.ComponentModel.BrowsableAttribute(false)]
2381         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2382         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2383         public System.Drawing.Rectangle Bounds { get { throw null; } set { } }
2384         protected virtual bool CanEnableIme { get { throw null; } }
2385         [System.ComponentModel.BrowsableAttribute(false)]
2386         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2387         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2388         public bool CanFocus { get { throw null; } }
2389         protected override bool CanRaiseEvents { get { throw null; } }
2390         [System.ComponentModel.BrowsableAttribute(false)]
2391         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2392         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2393         public bool CanSelect { get { throw null; } }
2394         [System.ComponentModel.BrowsableAttribute(false)]
2395         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2396         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2397         public bool Capture { get { throw null; } set { } }
2398         [System.ComponentModel.DefaultValueAttribute(true)]
2399         public bool CausesValidation { get { throw null; } set { } }
2400         [System.ComponentModel.BrowsableAttribute(false)]
2401         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2402         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2403         public static bool CheckForIllegalCrossThreadCalls { get { throw null; } set { } }
2404         [System.ComponentModel.BrowsableAttribute(false)]
2405         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2406         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2407         public System.Drawing.Rectangle ClientRectangle { get { throw null; } }
2408         [System.ComponentModel.BrowsableAttribute(false)]
2409         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2410         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2411         public System.Drawing.Size ClientSize { get { throw null; } set { } }
2412         [System.ComponentModel.BrowsableAttribute(false)]
2413         [System.ComponentModel.DescriptionAttribute("ControlCompanyNameDescr")]
2414         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2415         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2416         public string CompanyName { get { throw null; } }
2417         [System.ComponentModel.BrowsableAttribute(false)]
2418         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2419         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2420         public bool ContainsFocus { get { throw null; } }
2421         [System.ComponentModel.BrowsableAttribute(false)]
2422         [System.ComponentModel.DefaultValueAttribute(null)]
2423         public virtual System.Windows.Forms.ContextMenu ContextMenu { get { throw null; } set { } }
2424         [System.ComponentModel.DefaultValueAttribute(null)]
2425         public virtual System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get { throw null; } set { } }
2426         [System.ComponentModel.BrowsableAttribute(false)]
2427         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
2428         public System.Windows.Forms.Control.ControlCollection Controls { get { throw null; } }
2429         [System.ComponentModel.BrowsableAttribute(false)]
2430         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2431         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2432         public bool Created { get { throw null; } }
2433         protected virtual System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2)), System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
2434         [System.ComponentModel.AmbientValueAttribute(null)]
2435         public virtual System.Windows.Forms.Cursor Cursor { get { throw null; } set { } }
2436         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
2437         [System.ComponentModel.ParenthesizePropertyNameAttribute(true)]
2438         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
2439         public System.Windows.Forms.ControlBindingsCollection DataBindings { get { throw null; } }
2440         public static System.Drawing.Color DefaultBackColor { get { throw null; } }
2441         protected virtual System.Windows.Forms.Cursor DefaultCursor { get { throw null; } }
2442         public static System.Drawing.Font DefaultFont { get { throw null; } }
2443         public static System.Drawing.Color DefaultForeColor { get { throw null; } }
2444         protected virtual System.Windows.Forms.ImeMode DefaultImeMode { get { throw null; } }
2445         protected virtual System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
2446         protected virtual System.Drawing.Size DefaultMaximumSize { get { throw null; } }
2447         protected virtual System.Drawing.Size DefaultMinimumSize { get { throw null; } }
2448         protected virtual System.Windows.Forms.Padding DefaultPadding { get { throw null; } }
2449         protected virtual System.Drawing.Size DefaultSize { get { throw null; } }
2450         [System.ComponentModel.BrowsableAttribute(false)]
2451         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2452         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
2453         public int DeviceDpi { get { throw null; } }
2454         [System.ComponentModel.BrowsableAttribute(false)]
2455         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2456         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2457         public virtual System.Drawing.Rectangle DisplayRectangle { get { throw null; } }
2458         [System.ComponentModel.BrowsableAttribute(false)]
2459         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2460         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2461         public bool Disposing { get { throw null; } }
2462         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DockStyle)(0))]
2463         [System.ComponentModel.LocalizableAttribute(true)]
2464         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
2465         public virtual System.Windows.Forms.DockStyle Dock { get { throw null; } set { } }
2466         protected virtual bool DoubleBuffered { get { throw null; } set { } }
2467         [System.ComponentModel.LocalizableAttribute(true)]
2468         [System.Runtime.InteropServices.DispIdAttribute(-514)]
2469         public bool Enabled { get { throw null; } set { } }
2470         [System.ComponentModel.BrowsableAttribute(false)]
2471         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2472         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2473         public virtual bool Focused { get { throw null; } }
2474         [System.ComponentModel.AmbientValueAttribute(null)]
2475         [System.ComponentModel.LocalizableAttribute(true)]
2476         [System.Runtime.InteropServices.DispIdAttribute(-512)]
2477         public virtual System.Drawing.Font Font { [return: System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "System.Windows.Forms.Control.ActiveXFontMarshaler")]get { throw null; } [param: System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "System.Windows.Forms.Control.ActiveXFontMarshaler")]set { } }
2478         protected int FontHeight { get { throw null; } set { } }
2479         [System.Runtime.InteropServices.DispIdAttribute(-513)]
2480         public virtual System.Drawing.Color ForeColor { get { throw null; } set { } }
2481         [System.ComponentModel.BrowsableAttribute(false)]
2482         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2483         [System.Runtime.InteropServices.DispIdAttribute(-515)]
2484         public System.IntPtr Handle { get { throw null; } }
2485         [System.ComponentModel.BrowsableAttribute(false)]
2486         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2487         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2488         public bool HasChildren { get { throw null; } }
2489         [System.ComponentModel.BrowsableAttribute(false)]
2490         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2491         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
2492         public int Height { get { throw null; } set { } }
2493         [System.ComponentModel.AmbientValueAttribute((System.Windows.Forms.ImeMode)(-1))]
2494         [System.ComponentModel.LocalizableAttribute(true)]
2495         public System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } }
2496         protected virtual System.Windows.Forms.ImeMode ImeModeBase { get { throw null; } set { } }
2497         [System.ComponentModel.BrowsableAttribute(false)]
2498         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2499         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2500         public bool InvokeRequired { get { throw null; } }
2501         [System.ComponentModel.BrowsableAttribute(false)]
2502         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2503         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2504         public bool IsAccessible { get { throw null; } set { } }
2505         [System.ComponentModel.BrowsableAttribute(false)]
2506         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2507         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2508         public bool IsDisposed { get { throw null; } }
2509         [System.ComponentModel.BrowsableAttribute(false)]
2510         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2511         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2512         public bool IsHandleCreated { get { throw null; } }
2513         [System.ComponentModel.BrowsableAttribute(false)]
2514         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2515         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2516         public bool IsMirrored { get { throw null; } }
2517         [System.ComponentModel.BrowsableAttribute(false)]
2518         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2519         public virtual System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get { throw null; } }
2520         [System.ComponentModel.BrowsableAttribute(false)]
2521         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2522         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
2523         public int Left { get { throw null; } set { } }
2524         [System.ComponentModel.LocalizableAttribute(true)]
2525         public System.Drawing.Point Location { get { throw null; } set { } }
2526         [System.ComponentModel.LocalizableAttribute(true)]
2527         public System.Windows.Forms.Padding Margin { get { throw null; } set { } }
2528         [System.ComponentModel.AmbientValueAttribute(typeof(System.Drawing.Size), "0, 0")]
2529         [System.ComponentModel.LocalizableAttribute(true)]
2530         public virtual System.Drawing.Size MaximumSize { get { throw null; } set { } }
2531         [System.ComponentModel.LocalizableAttribute(true)]
2532         public virtual System.Drawing.Size MinimumSize { get { throw null; } set { } }
2533         public static System.Windows.Forms.Keys ModifierKeys { get { throw null; } }
2534         public static System.Windows.Forms.MouseButtons MouseButtons { get { throw null; } }
2535         public static System.Drawing.Point MousePosition { get { throw null; } }
2536         [System.ComponentModel.BrowsableAttribute(false)]
2537         public string Name { get { throw null; } set { } }
2538         [System.ComponentModel.LocalizableAttribute(true)]
2539         public System.Windows.Forms.Padding Padding { get { throw null; } set { } }
2540         [System.ComponentModel.BrowsableAttribute(false)]
2541         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2542         public System.Windows.Forms.Control Parent { get { throw null; } set { } }
2543         [System.ComponentModel.BrowsableAttribute(false)]
2544         public System.Drawing.Size PreferredSize { get { throw null; } }
2545         [System.ComponentModel.BrowsableAttribute(false)]
2546         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2547         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2548         public string ProductName { get { throw null; } }
2549         [System.ComponentModel.BrowsableAttribute(false)]
2550         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2551         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2552         public string ProductVersion { get { throw null; } }
2553         protected static System.Windows.Forms.ImeMode PropagatingImeMode { get { throw null; } }
2554         [System.ComponentModel.BrowsableAttribute(false)]
2555         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2556         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2557         public bool RecreatingHandle { get { throw null; } }
2558         [System.ComponentModel.BrowsableAttribute(false)]
2559         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2560         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2561         public System.Drawing.Region Region { get { throw null; } set { } }
2562         [System.ObsoleteAttribute("This property has been deprecated. Please use RightToLeft instead. http://go.microsoft.com/fwlink/?linkid=14202")]
2563         protected internal bool RenderRightToLeft { get { throw null; } }
2564         protected bool ResizeRedraw { get { throw null; } set { } }
2565         [System.ComponentModel.BrowsableAttribute(false)]
2566         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2567         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2568         public int Right { get { throw null; } }
2569         [System.ComponentModel.AmbientValueAttribute((System.Windows.Forms.RightToLeft)(2))]
2570         [System.ComponentModel.LocalizableAttribute(true)]
2571         public virtual System.Windows.Forms.RightToLeft RightToLeft { get { throw null; } set { } }
2572         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2573         protected virtual bool ScaleChildren { get { throw null; } }
2574         [System.ComponentModel.BrowsableAttribute(false)]
2575         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2576         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2577         protected internal virtual bool ShowFocusCues { get { throw null; } }
2578         [System.ComponentModel.BrowsableAttribute(false)]
2579         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2580         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2581         protected internal virtual bool ShowKeyboardCues { get { throw null; } }
2582         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2583         public override System.ComponentModel.ISite Site { get { throw null; } set { } }
2584         [System.ComponentModel.LocalizableAttribute(true)]
2585         public System.Drawing.Size Size { get { throw null; } set { } }
2586         [System.ComponentModel.LocalizableAttribute(true)]
2587         [System.ComponentModel.MergablePropertyAttribute(false)]
2588         public int TabIndex { get { throw null; } set { } }
2589         [System.ComponentModel.DefaultValueAttribute(true)]
2590         [System.Runtime.InteropServices.DispIdAttribute(-516)]
2591         public bool TabStop { get { throw null; } set { } }
2592         [System.ComponentModel.BindableAttribute(true)]
2593         [System.ComponentModel.DefaultValueAttribute(null)]
2594         [System.ComponentModel.LocalizableAttribute(false)]
2595         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
2596         public object Tag { get { throw null; } set { } }
2597         [System.ComponentModel.BindableAttribute(true)]
2598         [System.ComponentModel.LocalizableAttribute(true)]
2599         [System.Runtime.InteropServices.DispIdAttribute(-517)]
2600         public virtual string Text { get { throw null; } set { } }
2601         [System.ComponentModel.BrowsableAttribute(false)]
2602         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2603         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
2604         public int Top { get { throw null; } set { } }
2605         [System.ComponentModel.BrowsableAttribute(false)]
2606         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2607         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2608         public System.Windows.Forms.Control TopLevelControl { get { throw null; } }
2609         [System.ComponentModel.BrowsableAttribute(true)]
2610         [System.ComponentModel.DefaultValueAttribute(false)]
2611         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
2612         public bool UseWaitCursor { get { throw null; } set { } }
2613         [System.ComponentModel.LocalizableAttribute(true)]
2614         public bool Visible { get { throw null; } set { } }
2615         [System.ComponentModel.BrowsableAttribute(false)]
2616         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2617         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
2618         public int Width { get { throw null; } set { } }
2619         [System.ComponentModel.BrowsableAttribute(false)]
2620         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
2621         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2622         public System.Windows.Forms.IWindowTarget WindowTarget { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]set { } }
2623         [System.ComponentModel.BrowsableAttribute(false)]
2624         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2625         public event System.EventHandler AutoSizeChanged { add { } remove { } }
2626         public event System.EventHandler BackColorChanged { add { } remove { } }
2627         public event System.EventHandler BackgroundImageChanged { add { } remove { } }
2628         public event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
2629         public event System.EventHandler BindingContextChanged { add { } remove { } }
2630         public event System.EventHandler CausesValidationChanged { add { } remove { } }
2631         public event System.Windows.Forms.UICuesEventHandler ChangeUICues { add { } remove { } }
2632         public event System.EventHandler Click { add { } remove { } }
2633         public event System.EventHandler ClientSizeChanged { add { } remove { } }
2634         [System.ComponentModel.BrowsableAttribute(false)]
2635         public event System.EventHandler ContextMenuChanged { add { } remove { } }
2636         public event System.EventHandler ContextMenuStripChanged { add { } remove { } }
2637         [System.ComponentModel.BrowsableAttribute(true)]
2638         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2639         public event System.Windows.Forms.ControlEventHandler ControlAdded { add { } remove { } }
2640         [System.ComponentModel.BrowsableAttribute(true)]
2641         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2642         public event System.Windows.Forms.ControlEventHandler ControlRemoved { add { } remove { } }
2643         public event System.EventHandler CursorChanged { add { } remove { } }
2644         public event System.EventHandler DockChanged { add { } remove { } }
2645         public event System.EventHandler DoubleClick { add { } remove { } }
2646         public event System.EventHandler DpiChangedAfterParent { add { } remove { } }
2647         public event System.EventHandler DpiChangedBeforeParent { add { } remove { } }
2648         public event System.Windows.Forms.DragEventHandler DragDrop { add { } remove { } }
2649         public event System.Windows.Forms.DragEventHandler DragEnter { add { } remove { } }
2650         public event System.EventHandler DragLeave { add { } remove { } }
2651         public event System.Windows.Forms.DragEventHandler DragOver { add { } remove { } }
2652         public event System.EventHandler EnabledChanged { add { } remove { } }
2653         public event System.EventHandler Enter { add { } remove { } }
2654         public event System.EventHandler FontChanged { add { } remove { } }
2655         public event System.EventHandler ForeColorChanged { add { } remove { } }
2656         public event System.Windows.Forms.GiveFeedbackEventHandler GiveFeedback { add { } remove { } }
2657         [System.ComponentModel.BrowsableAttribute(false)]
2658         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2659         public event System.EventHandler GotFocus { add { } remove { } }
2660         [System.ComponentModel.BrowsableAttribute(false)]
2661         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2662         public event System.EventHandler HandleCreated { add { } remove { } }
2663         [System.ComponentModel.BrowsableAttribute(false)]
2664         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2665         public event System.EventHandler HandleDestroyed { add { } remove { } }
2666         public event System.Windows.Forms.HelpEventHandler HelpRequested { add { } remove { } }
2667         public event System.EventHandler ImeModeChanged { add { } remove { } }
2668         [System.ComponentModel.BrowsableAttribute(false)]
2669         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2670         public event System.Windows.Forms.InvalidateEventHandler Invalidated { add { } remove { } }
2671         public event System.Windows.Forms.KeyEventHandler KeyDown { add { } remove { } }
2672         public event System.Windows.Forms.KeyPressEventHandler KeyPress { add { } remove { } }
2673         public event System.Windows.Forms.KeyEventHandler KeyUp { add { } remove { } }
2674         public event System.Windows.Forms.LayoutEventHandler Layout { add { } remove { } }
2675         public event System.EventHandler Leave { add { } remove { } }
2676         public event System.EventHandler LocationChanged { add { } remove { } }
2677         [System.ComponentModel.BrowsableAttribute(false)]
2678         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2679         public event System.EventHandler LostFocus { add { } remove { } }
2680         public event System.EventHandler MarginChanged { add { } remove { } }
2681         public event System.EventHandler MouseCaptureChanged { add { } remove { } }
2682         public event System.Windows.Forms.MouseEventHandler MouseClick { add { } remove { } }
2683         public event System.Windows.Forms.MouseEventHandler MouseDoubleClick { add { } remove { } }
2684         public event System.Windows.Forms.MouseEventHandler MouseDown { add { } remove { } }
2685         public event System.EventHandler MouseEnter { add { } remove { } }
2686         public event System.EventHandler MouseHover { add { } remove { } }
2687         public event System.EventHandler MouseLeave { add { } remove { } }
2688         public event System.Windows.Forms.MouseEventHandler MouseMove { add { } remove { } }
2689         public event System.Windows.Forms.MouseEventHandler MouseUp { add { } remove { } }
2690         [System.ComponentModel.BrowsableAttribute(false)]
2691         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2692         public event System.Windows.Forms.MouseEventHandler MouseWheel { add { } remove { } }
2693         public event System.EventHandler Move { add { } remove { } }
2694         public event System.EventHandler PaddingChanged { add { } remove { } }
2695         public event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
2696         public event System.EventHandler ParentChanged { add { } remove { } }
2697         public event System.Windows.Forms.PreviewKeyDownEventHandler PreviewKeyDown { add { } remove { } }
2698         public event System.Windows.Forms.QueryAccessibilityHelpEventHandler QueryAccessibilityHelp { add { } remove { } }
2699         public event System.Windows.Forms.QueryContinueDragEventHandler QueryContinueDrag { add { } remove { } }
2700         public event System.EventHandler RegionChanged { add { } remove { } }
2701         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2702         public event System.EventHandler Resize { add { } remove { } }
2703         public event System.EventHandler RightToLeftChanged { add { } remove { } }
2704         public event System.EventHandler SizeChanged { add { } remove { } }
2705         public event System.EventHandler StyleChanged { add { } remove { } }
2706         public event System.EventHandler SystemColorsChanged { add { } remove { } }
2707         public event System.EventHandler TabIndexChanged { add { } remove { } }
2708         public event System.EventHandler TabStopChanged { add { } remove { } }
2709         public event System.EventHandler TextChanged { add { } remove { } }
2710         public event System.EventHandler Validated { add { } remove { } }
2711         public event System.ComponentModel.CancelEventHandler Validating { add { } remove { } }
2712         public event System.EventHandler VisibleChanged { add { } remove { } }
2713         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
AccessibilityNotifyClients(System.Windows.Forms.AccessibleEvents accEvent, int childID)2714         protected internal void AccessibilityNotifyClients(System.Windows.Forms.AccessibleEvents accEvent, int childID) { }
2715         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
AccessibilityNotifyClients(System.Windows.Forms.AccessibleEvents accEvent, int objectID, int childID)2716         protected void AccessibilityNotifyClients(System.Windows.Forms.AccessibleEvents accEvent, int objectID, int childID) { }
2717         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
BeginInvoke(System.Delegate method)2718         public System.IAsyncResult BeginInvoke(System.Delegate method) { throw null; }
2719         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
BeginInvoke(System.Delegate method, params object[] args)2720         public System.IAsyncResult BeginInvoke(System.Delegate method, params object[] args) { throw null; }
BringToFront()2721         public void BringToFront() { }
Contains(System.Windows.Forms.Control ctl)2722         public bool Contains(System.Windows.Forms.Control ctl) { throw null; }
2723         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
CreateAccessibilityInstance()2724         protected virtual System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
CreateControl()2725         public void CreateControl() { }
2726         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
CreateControlsInstance()2727         protected virtual System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw null; }
CreateGraphics()2728         public System.Drawing.Graphics CreateGraphics() { throw null; }
2729         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2730         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
CreateHandle()2731         protected virtual void CreateHandle() { }
2732         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2733         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
2734         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
DefWndProc(ref System.Windows.Forms.Message m)2735         protected virtual void DefWndProc(ref System.Windows.Forms.Message m) { }
2736         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2737         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
2738         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
DestroyHandle()2739         protected virtual void DestroyHandle() { }
Dispose(bool disposing)2740         protected override void Dispose(bool disposing) { }
2741         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Clipboard=(System.Security.Permissions.UIPermissionClipboard)(1))]
DoDragDrop(object data, System.Windows.Forms.DragDropEffects allowedEffects)2742         public System.Windows.Forms.DragDropEffects DoDragDrop(object data, System.Windows.Forms.DragDropEffects allowedEffects) { throw null; }
2743         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
DrawToBitmap(System.Drawing.Bitmap bitmap, System.Drawing.Rectangle targetBounds)2744         public void DrawToBitmap(System.Drawing.Bitmap bitmap, System.Drawing.Rectangle targetBounds) { }
2745         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
EndInvoke(System.IAsyncResult asyncResult)2746         public object EndInvoke(System.IAsyncResult asyncResult) { throw null; }
2747         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
FindForm()2748         public System.Windows.Forms.Form FindForm() { throw null; }
2749         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
Focus()2750         public bool Focus() { throw null; }
2751         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
FromChildHandle(System.IntPtr handle)2752         public static System.Windows.Forms.Control FromChildHandle(System.IntPtr handle) { throw null; }
2753         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
FromHandle(System.IntPtr handle)2754         public static System.Windows.Forms.Control FromHandle(System.IntPtr handle) { throw null; }
GetAccessibilityObjectById(int objectId)2755         protected virtual System.Windows.Forms.AccessibleObject GetAccessibilityObjectById(int objectId) { throw null; }
GetAutoSizeMode()2756         protected System.Windows.Forms.AutoSizeMode GetAutoSizeMode() { throw null; }
GetChildAtPoint(System.Drawing.Point pt)2757         public System.Windows.Forms.Control GetChildAtPoint(System.Drawing.Point pt) { throw null; }
GetChildAtPoint(System.Drawing.Point pt, System.Windows.Forms.GetChildAtPointSkip skipValue)2758         public System.Windows.Forms.Control GetChildAtPoint(System.Drawing.Point pt, System.Windows.Forms.GetChildAtPointSkip skipValue) { throw null; }
GetContainerControl()2759         public System.Windows.Forms.IContainerControl GetContainerControl() { throw null; }
GetNextControl(System.Windows.Forms.Control ctl, bool forward)2760         public System.Windows.Forms.Control GetNextControl(System.Windows.Forms.Control ctl, bool forward) { throw null; }
2761         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetPreferredSize(System.Drawing.Size proposedSize)2762         public virtual System.Drawing.Size GetPreferredSize(System.Drawing.Size proposedSize) { throw null; }
2763         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetScaledBounds(System.Drawing.Rectangle bounds, System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified)2764         protected virtual System.Drawing.Rectangle GetScaledBounds(System.Drawing.Rectangle bounds, System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { throw null; }
GetStyle(System.Windows.Forms.ControlStyles flag)2765         protected bool GetStyle(System.Windows.Forms.ControlStyles flag) { throw null; }
GetTopLevel()2766         protected bool GetTopLevel() { throw null; }
Hide()2767         public void Hide() { }
2768         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
InitLayout()2769         protected virtual void InitLayout() { }
Invalidate()2770         public void Invalidate() { }
Invalidate(bool invalidateChildren)2771         public void Invalidate(bool invalidateChildren) { }
Invalidate(System.Drawing.Rectangle rc)2772         public void Invalidate(System.Drawing.Rectangle rc) { }
Invalidate(System.Drawing.Rectangle rc, bool invalidateChildren)2773         public void Invalidate(System.Drawing.Rectangle rc, bool invalidateChildren) { }
Invalidate(System.Drawing.Region region)2774         public void Invalidate(System.Drawing.Region region) { }
Invalidate(System.Drawing.Region region, bool invalidateChildren)2775         public void Invalidate(System.Drawing.Region region, bool invalidateChildren) { }
Invoke(System.Delegate method)2776         public object Invoke(System.Delegate method) { throw null; }
Invoke(System.Delegate method, params object[] args)2777         public object Invoke(System.Delegate method, params object[] args) { throw null; }
2778         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
InvokeGotFocus(System.Windows.Forms.Control toInvoke, System.EventArgs e)2779         protected void InvokeGotFocus(System.Windows.Forms.Control toInvoke, System.EventArgs e) { }
2780         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
InvokeLostFocus(System.Windows.Forms.Control toInvoke, System.EventArgs e)2781         protected void InvokeLostFocus(System.Windows.Forms.Control toInvoke, System.EventArgs e) { }
2782         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
InvokeOnClick(System.Windows.Forms.Control toInvoke, System.EventArgs e)2783         protected void InvokeOnClick(System.Windows.Forms.Control toInvoke, System.EventArgs e) { }
InvokePaint(System.Windows.Forms.Control c, System.Windows.Forms.PaintEventArgs e)2784         protected void InvokePaint(System.Windows.Forms.Control c, System.Windows.Forms.PaintEventArgs e) { }
InvokePaintBackground(System.Windows.Forms.Control c, System.Windows.Forms.PaintEventArgs e)2785         protected void InvokePaintBackground(System.Windows.Forms.Control c, System.Windows.Forms.PaintEventArgs e) { }
2786         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
IsInputChar(char charCode)2787         protected virtual bool IsInputChar(char charCode) { throw null; }
2788         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
IsInputKey(System.Windows.Forms.Keys keyData)2789         protected virtual bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
IsKeyLocked(System.Windows.Forms.Keys keyVal)2790         public static bool IsKeyLocked(System.Windows.Forms.Keys keyVal) { throw null; }
IsMnemonic(char charCode, string text)2791         public static bool IsMnemonic(char charCode, string text) { throw null; }
LogicalToDeviceUnits(int value)2792         public int LogicalToDeviceUnits(int value) { throw null; }
2793         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
NotifyInvalidate(System.Drawing.Rectangle invalidatedArea)2794         protected virtual void NotifyInvalidate(System.Drawing.Rectangle invalidatedArea) { }
OnAutoSizeChanged(System.EventArgs e)2795         protected virtual void OnAutoSizeChanged(System.EventArgs e) { }
2796         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnBackColorChanged(System.EventArgs e)2797         protected virtual void OnBackColorChanged(System.EventArgs e) { }
2798         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnBackgroundImageChanged(System.EventArgs e)2799         protected virtual void OnBackgroundImageChanged(System.EventArgs e) { }
2800         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnBackgroundImageLayoutChanged(System.EventArgs e)2801         protected virtual void OnBackgroundImageLayoutChanged(System.EventArgs e) { }
2802         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnBindingContextChanged(System.EventArgs e)2803         protected virtual void OnBindingContextChanged(System.EventArgs e) { }
2804         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnCausesValidationChanged(System.EventArgs e)2805         protected virtual void OnCausesValidationChanged(System.EventArgs e) { }
2806         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnChangeUICues(System.Windows.Forms.UICuesEventArgs e)2807         protected virtual void OnChangeUICues(System.Windows.Forms.UICuesEventArgs e) { }
2808         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnClick(System.EventArgs e)2809         protected virtual void OnClick(System.EventArgs e) { }
2810         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnClientSizeChanged(System.EventArgs e)2811         protected virtual void OnClientSizeChanged(System.EventArgs e) { }
2812         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnContextMenuChanged(System.EventArgs e)2813         protected virtual void OnContextMenuChanged(System.EventArgs e) { }
2814         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnContextMenuStripChanged(System.EventArgs e)2815         protected virtual void OnContextMenuStripChanged(System.EventArgs e) { }
2816         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnControlAdded(System.Windows.Forms.ControlEventArgs e)2817         protected virtual void OnControlAdded(System.Windows.Forms.ControlEventArgs e) { }
2818         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnControlRemoved(System.Windows.Forms.ControlEventArgs e)2819         protected virtual void OnControlRemoved(System.Windows.Forms.ControlEventArgs e) { }
2820         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnCreateControl()2821         protected virtual void OnCreateControl() { }
2822         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnCursorChanged(System.EventArgs e)2823         protected virtual void OnCursorChanged(System.EventArgs e) { }
2824         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnDockChanged(System.EventArgs e)2825         protected virtual void OnDockChanged(System.EventArgs e) { }
2826         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnDoubleClick(System.EventArgs e)2827         protected virtual void OnDoubleClick(System.EventArgs e) { }
2828         [System.ComponentModel.BrowsableAttribute(true)]
2829         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
OnDpiChangedAfterParent(System.EventArgs e)2830         protected virtual void OnDpiChangedAfterParent(System.EventArgs e) { }
2831         [System.ComponentModel.BrowsableAttribute(true)]
2832         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
OnDpiChangedBeforeParent(System.EventArgs e)2833         protected virtual void OnDpiChangedBeforeParent(System.EventArgs e) { }
2834         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnDragDrop(System.Windows.Forms.DragEventArgs drgevent)2835         protected virtual void OnDragDrop(System.Windows.Forms.DragEventArgs drgevent) { }
2836         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnDragEnter(System.Windows.Forms.DragEventArgs drgevent)2837         protected virtual void OnDragEnter(System.Windows.Forms.DragEventArgs drgevent) { }
2838         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnDragLeave(System.EventArgs e)2839         protected virtual void OnDragLeave(System.EventArgs e) { }
2840         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnDragOver(System.Windows.Forms.DragEventArgs drgevent)2841         protected virtual void OnDragOver(System.Windows.Forms.DragEventArgs drgevent) { }
2842         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnEnabledChanged(System.EventArgs e)2843         protected virtual void OnEnabledChanged(System.EventArgs e) { }
2844         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnEnter(System.EventArgs e)2845         protected virtual void OnEnter(System.EventArgs e) { }
2846         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnFontChanged(System.EventArgs e)2847         protected virtual void OnFontChanged(System.EventArgs e) { }
2848         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnForeColorChanged(System.EventArgs e)2849         protected virtual void OnForeColorChanged(System.EventArgs e) { }
2850         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnGiveFeedback(System.Windows.Forms.GiveFeedbackEventArgs gfbevent)2851         protected virtual void OnGiveFeedback(System.Windows.Forms.GiveFeedbackEventArgs gfbevent) { }
2852         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnGotFocus(System.EventArgs e)2853         protected virtual void OnGotFocus(System.EventArgs e) { }
2854         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnHandleCreated(System.EventArgs e)2855         protected virtual void OnHandleCreated(System.EventArgs e) { }
2856         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnHandleDestroyed(System.EventArgs e)2857         protected virtual void OnHandleDestroyed(System.EventArgs e) { }
2858         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnHelpRequested(System.Windows.Forms.HelpEventArgs hevent)2859         protected virtual void OnHelpRequested(System.Windows.Forms.HelpEventArgs hevent) { }
OnImeModeChanged(System.EventArgs e)2860         protected virtual void OnImeModeChanged(System.EventArgs e) { }
2861         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnInvalidated(System.Windows.Forms.InvalidateEventArgs e)2862         protected virtual void OnInvalidated(System.Windows.Forms.InvalidateEventArgs e) { }
2863         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnKeyDown(System.Windows.Forms.KeyEventArgs e)2864         protected virtual void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { }
2865         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnKeyPress(System.Windows.Forms.KeyPressEventArgs e)2866         protected virtual void OnKeyPress(System.Windows.Forms.KeyPressEventArgs e) { }
2867         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnKeyUp(System.Windows.Forms.KeyEventArgs e)2868         protected virtual void OnKeyUp(System.Windows.Forms.KeyEventArgs e) { }
2869         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnLayout(System.Windows.Forms.LayoutEventArgs levent)2870         protected virtual void OnLayout(System.Windows.Forms.LayoutEventArgs levent) { }
2871         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnLeave(System.EventArgs e)2872         protected virtual void OnLeave(System.EventArgs e) { }
2873         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnLocationChanged(System.EventArgs e)2874         protected virtual void OnLocationChanged(System.EventArgs e) { }
2875         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnLostFocus(System.EventArgs e)2876         protected virtual void OnLostFocus(System.EventArgs e) { }
OnMarginChanged(System.EventArgs e)2877         protected virtual void OnMarginChanged(System.EventArgs e) { }
2878         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMouseCaptureChanged(System.EventArgs e)2879         protected virtual void OnMouseCaptureChanged(System.EventArgs e) { }
2880         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMouseClick(System.Windows.Forms.MouseEventArgs e)2881         protected virtual void OnMouseClick(System.Windows.Forms.MouseEventArgs e) { }
2882         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMouseDoubleClick(System.Windows.Forms.MouseEventArgs e)2883         protected virtual void OnMouseDoubleClick(System.Windows.Forms.MouseEventArgs e) { }
2884         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMouseDown(System.Windows.Forms.MouseEventArgs e)2885         protected virtual void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { }
2886         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMouseEnter(System.EventArgs e)2887         protected virtual void OnMouseEnter(System.EventArgs e) { }
2888         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMouseHover(System.EventArgs e)2889         protected virtual void OnMouseHover(System.EventArgs e) { }
2890         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMouseLeave(System.EventArgs e)2891         protected virtual void OnMouseLeave(System.EventArgs e) { }
2892         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMouseMove(System.Windows.Forms.MouseEventArgs e)2893         protected virtual void OnMouseMove(System.Windows.Forms.MouseEventArgs e) { }
2894         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMouseUp(System.Windows.Forms.MouseEventArgs e)2895         protected virtual void OnMouseUp(System.Windows.Forms.MouseEventArgs e) { }
2896         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMouseWheel(System.Windows.Forms.MouseEventArgs e)2897         protected virtual void OnMouseWheel(System.Windows.Forms.MouseEventArgs e) { }
2898         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMove(System.EventArgs e)2899         protected virtual void OnMove(System.EventArgs e) { }
2900         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnNotifyMessage(System.Windows.Forms.Message m)2901         protected virtual void OnNotifyMessage(System.Windows.Forms.Message m) { }
OnPaddingChanged(System.EventArgs e)2902         protected virtual void OnPaddingChanged(System.EventArgs e) { }
2903         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnPaint(System.Windows.Forms.PaintEventArgs e)2904         protected virtual void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
2905         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnPaintBackground(System.Windows.Forms.PaintEventArgs pevent)2906         protected virtual void OnPaintBackground(System.Windows.Forms.PaintEventArgs pevent) { }
2907         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnParentBackColorChanged(System.EventArgs e)2908         protected virtual void OnParentBackColorChanged(System.EventArgs e) { }
2909         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnParentBackgroundImageChanged(System.EventArgs e)2910         protected virtual void OnParentBackgroundImageChanged(System.EventArgs e) { }
2911         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnParentBindingContextChanged(System.EventArgs e)2912         protected virtual void OnParentBindingContextChanged(System.EventArgs e) { }
2913         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnParentChanged(System.EventArgs e)2914         protected virtual void OnParentChanged(System.EventArgs e) { }
2915         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnParentCursorChanged(System.EventArgs e)2916         protected virtual void OnParentCursorChanged(System.EventArgs e) { }
2917         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnParentEnabledChanged(System.EventArgs e)2918         protected virtual void OnParentEnabledChanged(System.EventArgs e) { }
2919         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnParentFontChanged(System.EventArgs e)2920         protected virtual void OnParentFontChanged(System.EventArgs e) { }
2921         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnParentForeColorChanged(System.EventArgs e)2922         protected virtual void OnParentForeColorChanged(System.EventArgs e) { }
2923         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnParentRightToLeftChanged(System.EventArgs e)2924         protected virtual void OnParentRightToLeftChanged(System.EventArgs e) { }
2925         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnParentVisibleChanged(System.EventArgs e)2926         protected virtual void OnParentVisibleChanged(System.EventArgs e) { }
2927         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2928         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
2929         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
OnPreviewKeyDown(System.Windows.Forms.PreviewKeyDownEventArgs e)2930         protected virtual void OnPreviewKeyDown(System.Windows.Forms.PreviewKeyDownEventArgs e) { }
2931         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnPrint(System.Windows.Forms.PaintEventArgs e)2932         protected virtual void OnPrint(System.Windows.Forms.PaintEventArgs e) { }
2933         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnQueryContinueDrag(System.Windows.Forms.QueryContinueDragEventArgs qcdevent)2934         protected virtual void OnQueryContinueDrag(System.Windows.Forms.QueryContinueDragEventArgs qcdevent) { }
2935         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnRegionChanged(System.EventArgs e)2936         protected virtual void OnRegionChanged(System.EventArgs e) { }
2937         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnResize(System.EventArgs e)2938         protected virtual void OnResize(System.EventArgs e) { }
2939         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnRightToLeftChanged(System.EventArgs e)2940         protected virtual void OnRightToLeftChanged(System.EventArgs e) { }
2941         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnSizeChanged(System.EventArgs e)2942         protected virtual void OnSizeChanged(System.EventArgs e) { }
2943         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnStyleChanged(System.EventArgs e)2944         protected virtual void OnStyleChanged(System.EventArgs e) { }
2945         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnSystemColorsChanged(System.EventArgs e)2946         protected virtual void OnSystemColorsChanged(System.EventArgs e) { }
2947         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnTabIndexChanged(System.EventArgs e)2948         protected virtual void OnTabIndexChanged(System.EventArgs e) { }
2949         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnTabStopChanged(System.EventArgs e)2950         protected virtual void OnTabStopChanged(System.EventArgs e) { }
2951         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnTextChanged(System.EventArgs e)2952         protected virtual void OnTextChanged(System.EventArgs e) { }
2953         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnValidated(System.EventArgs e)2954         protected virtual void OnValidated(System.EventArgs e) { }
2955         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnValidating(System.ComponentModel.CancelEventArgs e)2956         protected virtual void OnValidating(System.ComponentModel.CancelEventArgs e) { }
2957         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnVisibleChanged(System.EventArgs e)2958         protected virtual void OnVisibleChanged(System.EventArgs e) { }
2959         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
PerformLayout()2960         public void PerformLayout() { }
2961         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
PerformLayout(System.Windows.Forms.Control affectedControl, string affectedProperty)2962         public void PerformLayout(System.Windows.Forms.Control affectedControl, string affectedProperty) { }
PointToClient(System.Drawing.Point p)2963         public System.Drawing.Point PointToClient(System.Drawing.Point p) { throw null; }
PointToScreen(System.Drawing.Point p)2964         public System.Drawing.Point PointToScreen(System.Drawing.Point p) { throw null; }
2965         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2966         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
PreProcessControlMessage(ref System.Windows.Forms.Message msg)2967         public System.Windows.Forms.PreProcessControlState PreProcessControlMessage(ref System.Windows.Forms.Message msg) { throw null; }
2968         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
2969         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
PreProcessMessage(ref System.Windows.Forms.Message msg)2970         public virtual bool PreProcessMessage(ref System.Windows.Forms.Message msg) { throw null; }
2971         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
2972         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.Keys keyData)2973         protected virtual bool ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.Keys keyData) { throw null; }
2974         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
2975         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessDialogChar(char charCode)2976         protected virtual bool ProcessDialogChar(char charCode) { throw null; }
2977         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
2978         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessDialogKey(System.Windows.Forms.Keys keyData)2979         protected virtual bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
2980         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
2981         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessKeyEventArgs(ref System.Windows.Forms.Message m)2982         protected virtual bool ProcessKeyEventArgs(ref System.Windows.Forms.Message m) { throw null; }
2983         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
2984         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessKeyMessage(ref System.Windows.Forms.Message m)2985         protected internal virtual bool ProcessKeyMessage(ref System.Windows.Forms.Message m) { throw null; }
2986         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
2987         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessKeyPreview(ref System.Windows.Forms.Message m)2988         protected virtual bool ProcessKeyPreview(ref System.Windows.Forms.Message m) { throw null; }
2989         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
2990         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessMnemonic(char charCode)2991         protected internal virtual bool ProcessMnemonic(char charCode) { throw null; }
2992         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RaiseDragEvent(object key, System.Windows.Forms.DragEventArgs e)2993         protected void RaiseDragEvent(object key, System.Windows.Forms.DragEventArgs e) { }
2994         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RaiseKeyEvent(object key, System.Windows.Forms.KeyEventArgs e)2995         protected void RaiseKeyEvent(object key, System.Windows.Forms.KeyEventArgs e) { }
2996         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RaiseMouseEvent(object key, System.Windows.Forms.MouseEventArgs e)2997         protected void RaiseMouseEvent(object key, System.Windows.Forms.MouseEventArgs e) { }
2998         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RaisePaintEvent(object key, System.Windows.Forms.PaintEventArgs e)2999         protected void RaisePaintEvent(object key, System.Windows.Forms.PaintEventArgs e) { }
3000         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RecreateHandle()3001         protected void RecreateHandle() { }
RectangleToClient(System.Drawing.Rectangle r)3002         public System.Drawing.Rectangle RectangleToClient(System.Drawing.Rectangle r) { throw null; }
RectangleToScreen(System.Drawing.Rectangle r)3003         public System.Drawing.Rectangle RectangleToScreen(System.Drawing.Rectangle r) { throw null; }
3004         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
ReflectMessage(System.IntPtr hWnd, ref System.Windows.Forms.Message m)3005         protected static bool ReflectMessage(System.IntPtr hWnd, ref System.Windows.Forms.Message m) { throw null; }
Refresh()3006         public virtual void Refresh() { }
3007         [System.ComponentModel.BrowsableAttribute(true)]
3008         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RescaleConstantsForDpi(int deviceDpiOld, int deviceDpiNew)3009         protected virtual void RescaleConstantsForDpi(int deviceDpiOld, int deviceDpiNew) { }
3010         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetBackColor()3011         public virtual void ResetBackColor() { }
3012         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetBindings()3013         public void ResetBindings() { }
3014         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetCursor()3015         public virtual void ResetCursor() { }
3016         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetFont()3017         public virtual void ResetFont() { }
3018         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetForeColor()3019         public virtual void ResetForeColor() { }
3020         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetImeMode()3021         public void ResetImeMode() { }
3022         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
ResetMouseEventArgs()3023         protected void ResetMouseEventArgs() { }
3024         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetRightToLeft()3025         public virtual void ResetRightToLeft() { }
ResetText()3026         public virtual void ResetText() { }
ResumeLayout()3027         public void ResumeLayout() { }
ResumeLayout(bool performLayout)3028         public void ResumeLayout(bool performLayout) { }
3029         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RtlTranslateAlignment(System.Drawing.ContentAlignment align)3030         protected System.Drawing.ContentAlignment RtlTranslateAlignment(System.Drawing.ContentAlignment align) { throw null; }
3031         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RtlTranslateAlignment(System.Windows.Forms.HorizontalAlignment align)3032         protected System.Windows.Forms.HorizontalAlignment RtlTranslateAlignment(System.Windows.Forms.HorizontalAlignment align) { throw null; }
3033         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RtlTranslateAlignment(System.Windows.Forms.LeftRightAlignment align)3034         protected System.Windows.Forms.LeftRightAlignment RtlTranslateAlignment(System.Windows.Forms.LeftRightAlignment align) { throw null; }
3035         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RtlTranslateContent(System.Drawing.ContentAlignment align)3036         protected internal System.Drawing.ContentAlignment RtlTranslateContent(System.Drawing.ContentAlignment align) { throw null; }
3037         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RtlTranslateHorizontal(System.Windows.Forms.HorizontalAlignment align)3038         protected System.Windows.Forms.HorizontalAlignment RtlTranslateHorizontal(System.Windows.Forms.HorizontalAlignment align) { throw null; }
3039         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RtlTranslateLeftRight(System.Windows.Forms.LeftRightAlignment align)3040         protected System.Windows.Forms.LeftRightAlignment RtlTranslateLeftRight(System.Windows.Forms.LeftRightAlignment align) { throw null; }
3041         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
Scale(System.Drawing.SizeF factor)3042         public void Scale(System.Drawing.SizeF factor) { }
3043         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3044         [System.ObsoleteAttribute("This method has been deprecated. Use the Scale(SizeF ratio) method instead. http://go.microsoft.com/fwlink/?linkid=14202")]
Scale(float ratio)3045         public void Scale(float ratio) { }
3046         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3047         [System.ObsoleteAttribute("This method has been deprecated. Use the Scale(SizeF ratio) method instead. http://go.microsoft.com/fwlink/?linkid=14202")]
Scale(float dx, float dy)3048         public void Scale(float dx, float dy) { }
ScaleBitmapLogicalToDevice(ref System.Drawing.Bitmap logicalBitmap)3049         public void ScaleBitmapLogicalToDevice(ref System.Drawing.Bitmap logicalBitmap) { }
3050         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified)3051         protected virtual void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { }
3052         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ScaleCore(float dx, float dy)3053         protected virtual void ScaleCore(float dx, float dy) { }
Select()3054         public void Select() { }
Select(bool directed, bool forward)3055         protected virtual void Select(bool directed, bool forward) { }
SelectNextControl(System.Windows.Forms.Control ctl, bool forward, bool tabStopOnly, bool nested, bool wrap)3056         public bool SelectNextControl(System.Windows.Forms.Control ctl, bool forward, bool tabStopOnly, bool nested, bool wrap) { throw null; }
SendToBack()3057         public void SendToBack() { }
SetAutoSizeMode(System.Windows.Forms.AutoSizeMode mode)3058         protected void SetAutoSizeMode(System.Windows.Forms.AutoSizeMode mode) { }
SetBounds(int x, int y, int width, int height)3059         public void SetBounds(int x, int y, int width, int height) { }
SetBounds(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified)3060         public void SetBounds(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
3061         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified)3062         protected virtual void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
3063         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
SetClientSizeCore(int x, int y)3064         protected virtual void SetClientSizeCore(int x, int y) { }
3065         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
SetStyle(System.Windows.Forms.ControlStyles flag, bool value)3066         protected void SetStyle(System.Windows.Forms.ControlStyles flag, bool value) { }
SetTopLevel(bool value)3067         protected void SetTopLevel(bool value) { }
SetVisibleCore(bool value)3068         protected virtual void SetVisibleCore(bool value) { }
Show()3069         public void Show() { }
3070         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
SizeFromClientSize(System.Drawing.Size clientSize)3071         protected virtual System.Drawing.Size SizeFromClientSize(System.Drawing.Size clientSize) { throw null; }
SuspendLayout()3072         public void SuspendLayout() { }
System.Windows.Forms.IDropTarget.OnDragDrop(System.Windows.Forms.DragEventArgs drgEvent)3073         void System.Windows.Forms.IDropTarget.OnDragDrop(System.Windows.Forms.DragEventArgs drgEvent) { }
System.Windows.Forms.IDropTarget.OnDragEnter(System.Windows.Forms.DragEventArgs drgEvent)3074         void System.Windows.Forms.IDropTarget.OnDragEnter(System.Windows.Forms.DragEventArgs drgEvent) { }
System.Windows.Forms.IDropTarget.OnDragLeave(System.EventArgs e)3075         void System.Windows.Forms.IDropTarget.OnDragLeave(System.EventArgs e) { }
System.Windows.Forms.IDropTarget.OnDragOver(System.Windows.Forms.DragEventArgs drgEvent)3076         void System.Windows.Forms.IDropTarget.OnDragOver(System.Windows.Forms.DragEventArgs drgEvent) { }
Update()3077         public void Update() { }
3078         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
UpdateBounds()3079         protected internal void UpdateBounds() { }
3080         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
UpdateBounds(int x, int y, int width, int height)3081         protected void UpdateBounds(int x, int y, int width, int height) { }
3082         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
UpdateBounds(int x, int y, int width, int height, int clientWidth, int clientHeight)3083         protected void UpdateBounds(int x, int y, int width, int height, int clientWidth, int clientHeight) { }
3084         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
UpdateStyles()3085         protected void UpdateStyles() { }
3086         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
UpdateZOrder()3087         protected void UpdateZOrder() { }
3088         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
3089         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
WndProc(ref System.Windows.Forms.Message m)3090         protected virtual void WndProc(ref System.Windows.Forms.Message m) { }
3091         [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3092         public partial class ControlAccessibleObject : System.Windows.Forms.AccessibleObject
3093         {
ControlAccessibleObject(System.Windows.Forms.Control ownerControl)3094             public ControlAccessibleObject(System.Windows.Forms.Control ownerControl) { }
3095             public override string DefaultAction { get { throw null; } }
3096             public override string Description { get { throw null; } }
3097             public System.IntPtr Handle { get { throw null; } set { } }
3098             public override string Help { get { throw null; } }
3099             public override string KeyboardShortcut { get { throw null; } }
3100             public override string Name { get { throw null; } set { } }
3101             public System.Windows.Forms.Control Owner { get { throw null; } }
3102             public override System.Windows.Forms.AccessibleObject Parent { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2)), System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
3103             public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
GetHelpTopic(out string fileName)3104             public override int GetHelpTopic(out string fileName) { fileName = default(string); throw null; }
NotifyClients(System.Windows.Forms.AccessibleEvents accEvent)3105             public void NotifyClients(System.Windows.Forms.AccessibleEvents accEvent) { }
NotifyClients(System.Windows.Forms.AccessibleEvents accEvent, int childID)3106             public void NotifyClients(System.Windows.Forms.AccessibleEvents accEvent, int childID) { }
NotifyClients(System.Windows.Forms.AccessibleEvents accEvent, int objectID, int childID)3107             public void NotifyClients(System.Windows.Forms.AccessibleEvents accEvent, int objectID, int childID) { }
ToString()3108             public override string ToString() { throw null; }
3109         }
3110         [System.ComponentModel.ListBindableAttribute(false)]
3111         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
3112         public partial class ControlCollection : System.Windows.Forms.Layout.ArrangedElementCollection, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable
3113         {
ControlCollection(System.Windows.Forms.Control owner)3114             public ControlCollection(System.Windows.Forms.Control owner) { }
3115             public virtual System.Windows.Forms.Control this[int index] { get { throw null; } }
3116             public virtual System.Windows.Forms.Control this[string key] { get { throw null; } }
3117             public System.Windows.Forms.Control Owner { get { throw null; } }
Add(System.Windows.Forms.Control value)3118             public virtual void Add(System.Windows.Forms.Control value) { }
3119             [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
AddRange(System.Windows.Forms.Control[] controls)3120             public virtual void AddRange(System.Windows.Forms.Control[] controls) { }
Clear()3121             public virtual void Clear() { }
Contains(System.Windows.Forms.Control control)3122             public bool Contains(System.Windows.Forms.Control control) { throw null; }
ContainsKey(string key)3123             public virtual bool ContainsKey(string key) { throw null; }
Find(string key, bool searchAllChildren)3124             public System.Windows.Forms.Control[] Find(string key, bool searchAllChildren) { throw null; }
GetChildIndex(System.Windows.Forms.Control child)3125             public int GetChildIndex(System.Windows.Forms.Control child) { throw null; }
GetChildIndex(System.Windows.Forms.Control child, bool throwException)3126             public virtual int GetChildIndex(System.Windows.Forms.Control child, bool throwException) { throw null; }
GetEnumerator()3127             public override System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.Windows.Forms.Control control)3128             public int IndexOf(System.Windows.Forms.Control control) { throw null; }
IndexOfKey(string key)3129             public virtual int IndexOfKey(string key) { throw null; }
Remove(System.Windows.Forms.Control value)3130             public virtual void Remove(System.Windows.Forms.Control value) { }
RemoveAt(int index)3131             public void RemoveAt(int index) { }
RemoveByKey(string key)3132             public virtual void RemoveByKey(string key) { }
SetChildIndex(System.Windows.Forms.Control child, int newIndex)3133             public virtual void SetChildIndex(System.Windows.Forms.Control child, int newIndex) { }
System.Collections.IList.Add(object control)3134             int System.Collections.IList.Add(object control) { throw null; }
System.Collections.IList.Remove(object control)3135             void System.Collections.IList.Remove(object control) { }
System.ICloneable.Clone()3136             object System.ICloneable.Clone() { throw null; }
3137         }
3138     }
3139     [System.ComponentModel.DefaultEventAttribute("CollectionChanged")]
3140     [System.ComponentModel.EditorAttribute("System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
3141     [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.Design.ControlBindingsConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
3142     public partial class ControlBindingsCollection : System.Windows.Forms.BindingsCollection
3143     {
ControlBindingsCollection(System.Windows.Forms.IBindableComponent control)3144         public ControlBindingsCollection(System.Windows.Forms.IBindableComponent control) { }
3145         public System.Windows.Forms.IBindableComponent BindableComponent { get { throw null; } }
3146         public System.Windows.Forms.Control Control { get { throw null; } }
3147         public System.Windows.Forms.DataSourceUpdateMode DefaultDataSourceUpdateMode { get { throw null; } set { } }
3148         public System.Windows.Forms.Binding this[string propertyName] { get { throw null; } }
Add(string propertyName, object dataSource, string dataMember)3149         public System.Windows.Forms.Binding Add(string propertyName, object dataSource, string dataMember) { throw null; }
Add(string propertyName, object dataSource, string dataMember, bool formattingEnabled)3150         public System.Windows.Forms.Binding Add(string propertyName, object dataSource, string dataMember, bool formattingEnabled) { throw null; }
Add(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode updateMode)3151         public System.Windows.Forms.Binding Add(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode updateMode) { throw null; }
Add(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode updateMode, object nullValue)3152         public System.Windows.Forms.Binding Add(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode updateMode, object nullValue) { throw null; }
Add(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode updateMode, object nullValue, string formatString)3153         public System.Windows.Forms.Binding Add(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode updateMode, object nullValue, string formatString) { throw null; }
Add(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode updateMode, object nullValue, string formatString, System.IFormatProvider formatInfo)3154         public System.Windows.Forms.Binding Add(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode updateMode, object nullValue, string formatString, System.IFormatProvider formatInfo) { throw null; }
Add(System.Windows.Forms.Binding binding)3155         public new void Add(System.Windows.Forms.Binding binding) { }
AddCore(System.Windows.Forms.Binding dataBinding)3156         protected override void AddCore(System.Windows.Forms.Binding dataBinding) { }
Clear()3157         public new void Clear() { }
ClearCore()3158         protected override void ClearCore() { }
Remove(System.Windows.Forms.Binding binding)3159         public new void Remove(System.Windows.Forms.Binding binding) { }
RemoveAt(int index)3160         public new void RemoveAt(int index) { }
RemoveCore(System.Windows.Forms.Binding dataBinding)3161         protected override void RemoveCore(System.Windows.Forms.Binding dataBinding) { }
3162     }
3163     public partial class ControlEventArgs : System.EventArgs
3164     {
ControlEventArgs(System.Windows.Forms.Control control)3165         public ControlEventArgs(System.Windows.Forms.Control control) { }
3166         public System.Windows.Forms.Control Control { get { throw null; } }
3167     }
ControlEventHandler(object sender, System.Windows.Forms.ControlEventArgs e)3168     public delegate void ControlEventHandler(object sender, System.Windows.Forms.ControlEventArgs e);
3169     public sealed partial class ControlPaint
3170     {
ControlPaint()3171         internal ControlPaint() { }
3172         public static System.Drawing.Color ContrastControlDark { get { throw null; } }
3173         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
CreateHBitmap16Bit(System.Drawing.Bitmap bitmap, System.Drawing.Color background)3174         public static System.IntPtr CreateHBitmap16Bit(System.Drawing.Bitmap bitmap, System.Drawing.Color background) { throw null; }
3175         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
CreateHBitmapColorMask(System.Drawing.Bitmap bitmap, System.IntPtr monochromeMask)3176         public static System.IntPtr CreateHBitmapColorMask(System.Drawing.Bitmap bitmap, System.IntPtr monochromeMask) { throw null; }
3177         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
CreateHBitmapTransparencyMask(System.Drawing.Bitmap bitmap)3178         public static System.IntPtr CreateHBitmapTransparencyMask(System.Drawing.Bitmap bitmap) { throw null; }
Dark(System.Drawing.Color baseColor)3179         public static System.Drawing.Color Dark(System.Drawing.Color baseColor) { throw null; }
Dark(System.Drawing.Color baseColor, float percOfDarkDark)3180         public static System.Drawing.Color Dark(System.Drawing.Color baseColor, float percOfDarkDark) { throw null; }
DarkDark(System.Drawing.Color baseColor)3181         public static System.Drawing.Color DarkDark(System.Drawing.Color baseColor) { throw null; }
DrawBorder(System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds, System.Drawing.Color leftColor, int leftWidth, System.Windows.Forms.ButtonBorderStyle leftStyle, System.Drawing.Color topColor, int topWidth, System.Windows.Forms.ButtonBorderStyle topStyle, System.Drawing.Color rightColor, int rightWidth, System.Windows.Forms.ButtonBorderStyle rightStyle, System.Drawing.Color bottomColor, int bottomWidth, System.Windows.Forms.ButtonBorderStyle bottomStyle)3182         public static void DrawBorder(System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds, System.Drawing.Color leftColor, int leftWidth, System.Windows.Forms.ButtonBorderStyle leftStyle, System.Drawing.Color topColor, int topWidth, System.Windows.Forms.ButtonBorderStyle topStyle, System.Drawing.Color rightColor, int rightWidth, System.Windows.Forms.ButtonBorderStyle rightStyle, System.Drawing.Color bottomColor, int bottomWidth, System.Windows.Forms.ButtonBorderStyle bottomStyle) { }
DrawBorder(System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds, System.Drawing.Color color, System.Windows.Forms.ButtonBorderStyle style)3183         public static void DrawBorder(System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds, System.Drawing.Color color, System.Windows.Forms.ButtonBorderStyle style) { }
DrawBorder3D(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle)3184         public static void DrawBorder3D(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle) { }
DrawBorder3D(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.Border3DStyle style)3185         public static void DrawBorder3D(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.Border3DStyle style) { }
DrawBorder3D(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.Border3DStyle style, System.Windows.Forms.Border3DSide sides)3186         public static void DrawBorder3D(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.Border3DStyle style, System.Windows.Forms.Border3DSide sides) { }
DrawBorder3D(System.Drawing.Graphics graphics, int x, int y, int width, int height)3187         public static void DrawBorder3D(System.Drawing.Graphics graphics, int x, int y, int width, int height) { }
DrawBorder3D(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.Border3DStyle style)3188         public static void DrawBorder3D(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.Border3DStyle style) { }
DrawBorder3D(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.Border3DStyle style, System.Windows.Forms.Border3DSide sides)3189         public static void DrawBorder3D(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.Border3DStyle style, System.Windows.Forms.Border3DSide sides) { }
DrawButton(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.ButtonState state)3190         public static void DrawButton(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.ButtonState state) { }
DrawButton(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.ButtonState state)3191         public static void DrawButton(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.ButtonState state) { }
DrawCaptionButton(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.CaptionButton button, System.Windows.Forms.ButtonState state)3192         public static void DrawCaptionButton(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.CaptionButton button, System.Windows.Forms.ButtonState state) { }
DrawCaptionButton(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.CaptionButton button, System.Windows.Forms.ButtonState state)3193         public static void DrawCaptionButton(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.CaptionButton button, System.Windows.Forms.ButtonState state) { }
DrawCheckBox(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.ButtonState state)3194         public static void DrawCheckBox(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.ButtonState state) { }
DrawCheckBox(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.ButtonState state)3195         public static void DrawCheckBox(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.ButtonState state) { }
DrawComboButton(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.ButtonState state)3196         public static void DrawComboButton(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.ButtonState state) { }
DrawComboButton(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.ButtonState state)3197         public static void DrawComboButton(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.ButtonState state) { }
DrawContainerGrabHandle(System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds)3198         public static void DrawContainerGrabHandle(System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds) { }
DrawFocusRectangle(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle)3199         public static void DrawFocusRectangle(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle) { }
DrawFocusRectangle(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Drawing.Color foreColor, System.Drawing.Color backColor)3200         public static void DrawFocusRectangle(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Drawing.Color foreColor, System.Drawing.Color backColor) { }
DrawGrabHandle(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, bool primary, bool enabled)3201         public static void DrawGrabHandle(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, bool primary, bool enabled) { }
DrawGrid(System.Drawing.Graphics graphics, System.Drawing.Rectangle area, System.Drawing.Size pixelsBetweenDots, System.Drawing.Color backColor)3202         public static void DrawGrid(System.Drawing.Graphics graphics, System.Drawing.Rectangle area, System.Drawing.Size pixelsBetweenDots, System.Drawing.Color backColor) { }
DrawImageDisabled(System.Drawing.Graphics graphics, System.Drawing.Image image, int x, int y, System.Drawing.Color background)3203         public static void DrawImageDisabled(System.Drawing.Graphics graphics, System.Drawing.Image image, int x, int y, System.Drawing.Color background) { }
DrawLockedFrame(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, bool primary)3204         public static void DrawLockedFrame(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, bool primary) { }
DrawMenuGlyph(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.MenuGlyph glyph)3205         public static void DrawMenuGlyph(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.MenuGlyph glyph) { }
DrawMenuGlyph(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.MenuGlyph glyph, System.Drawing.Color foreColor, System.Drawing.Color backColor)3206         public static void DrawMenuGlyph(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.MenuGlyph glyph, System.Drawing.Color foreColor, System.Drawing.Color backColor) { }
DrawMenuGlyph(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.MenuGlyph glyph)3207         public static void DrawMenuGlyph(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.MenuGlyph glyph) { }
DrawMenuGlyph(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.MenuGlyph glyph, System.Drawing.Color foreColor, System.Drawing.Color backColor)3208         public static void DrawMenuGlyph(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.MenuGlyph glyph, System.Drawing.Color foreColor, System.Drawing.Color backColor) { }
DrawMixedCheckBox(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.ButtonState state)3209         public static void DrawMixedCheckBox(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.ButtonState state) { }
DrawMixedCheckBox(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.ButtonState state)3210         public static void DrawMixedCheckBox(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.ButtonState state) { }
DrawRadioButton(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.ButtonState state)3211         public static void DrawRadioButton(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.ButtonState state) { }
DrawRadioButton(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.ButtonState state)3212         public static void DrawRadioButton(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.ButtonState state) { }
3213         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
DrawReversibleFrame(System.Drawing.Rectangle rectangle, System.Drawing.Color backColor, System.Windows.Forms.FrameStyle style)3214         public static void DrawReversibleFrame(System.Drawing.Rectangle rectangle, System.Drawing.Color backColor, System.Windows.Forms.FrameStyle style) { }
3215         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
DrawReversibleLine(System.Drawing.Point start, System.Drawing.Point end, System.Drawing.Color backColor)3216         public static void DrawReversibleLine(System.Drawing.Point start, System.Drawing.Point end, System.Drawing.Color backColor) { }
DrawScrollButton(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.ScrollButton button, System.Windows.Forms.ButtonState state)3217         public static void DrawScrollButton(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.ScrollButton button, System.Windows.Forms.ButtonState state) { }
DrawScrollButton(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.ScrollButton button, System.Windows.Forms.ButtonState state)3218         public static void DrawScrollButton(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.ScrollButton button, System.Windows.Forms.ButtonState state) { }
DrawSelectionFrame(System.Drawing.Graphics graphics, bool active, System.Drawing.Rectangle outsideRect, System.Drawing.Rectangle insideRect, System.Drawing.Color backColor)3219         public static void DrawSelectionFrame(System.Drawing.Graphics graphics, bool active, System.Drawing.Rectangle outsideRect, System.Drawing.Rectangle insideRect, System.Drawing.Color backColor) { }
DrawSizeGrip(System.Drawing.Graphics graphics, System.Drawing.Color backColor, System.Drawing.Rectangle bounds)3220         public static void DrawSizeGrip(System.Drawing.Graphics graphics, System.Drawing.Color backColor, System.Drawing.Rectangle bounds) { }
DrawSizeGrip(System.Drawing.Graphics graphics, System.Drawing.Color backColor, int x, int y, int width, int height)3221         public static void DrawSizeGrip(System.Drawing.Graphics graphics, System.Drawing.Color backColor, int x, int y, int width, int height) { }
DrawStringDisabled(System.Drawing.Graphics graphics, string s, System.Drawing.Font font, System.Drawing.Color color, System.Drawing.RectangleF layoutRectangle, System.Drawing.StringFormat format)3222         public static void DrawStringDisabled(System.Drawing.Graphics graphics, string s, System.Drawing.Font font, System.Drawing.Color color, System.Drawing.RectangleF layoutRectangle, System.Drawing.StringFormat format) { }
DrawStringDisabled(System.Drawing.IDeviceContext dc, string s, System.Drawing.Font font, System.Drawing.Color color, System.Drawing.Rectangle layoutRectangle, System.Windows.Forms.TextFormatFlags format)3223         public static void DrawStringDisabled(System.Drawing.IDeviceContext dc, string s, System.Drawing.Font font, System.Drawing.Color color, System.Drawing.Rectangle layoutRectangle, System.Windows.Forms.TextFormatFlags format) { }
DrawVisualStyleBorder(System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds)3224         public static void DrawVisualStyleBorder(System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds) { }
3225         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
FillReversibleRectangle(System.Drawing.Rectangle rectangle, System.Drawing.Color backColor)3226         public static void FillReversibleRectangle(System.Drawing.Rectangle rectangle, System.Drawing.Color backColor) { }
Light(System.Drawing.Color baseColor)3227         public static System.Drawing.Color Light(System.Drawing.Color baseColor) { throw null; }
Light(System.Drawing.Color baseColor, float percOfLightLight)3228         public static System.Drawing.Color Light(System.Drawing.Color baseColor, float percOfLightLight) { throw null; }
LightLight(System.Drawing.Color baseColor)3229         public static System.Drawing.Color LightLight(System.Drawing.Color baseColor) { throw null; }
3230     }
3231     [System.FlagsAttribute]
3232     public enum ControlStyles
3233     {
3234         AllPaintingInWmPaint = 8192,
3235         CacheText = 16384,
3236         ContainerControl = 1,
3237         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3238         DoubleBuffer = 65536,
3239         EnableNotifyMessage = 32768,
3240         FixedHeight = 64,
3241         FixedWidth = 32,
3242         Opaque = 4,
3243         OptimizedDoubleBuffer = 131072,
3244         ResizeRedraw = 16,
3245         Selectable = 512,
3246         StandardClick = 256,
3247         StandardDoubleClick = 4096,
3248         SupportsTransparentBackColor = 2048,
3249         UserMouse = 1024,
3250         UserPaint = 2,
3251         UseTextForAccessibility = 262144,
3252     }
3253     public enum ControlUpdateMode
3254     {
3255         Never = 1,
3256         OnPropertyChanged = 0,
3257     }
3258     public partial class ConvertEventArgs : System.EventArgs
3259     {
ConvertEventArgs(object value, System.Type desiredType)3260         public ConvertEventArgs(object value, System.Type desiredType) { }
3261         public System.Type DesiredType { get { throw null; } }
3262         public object Value { get { throw null; } set { } }
3263     }
ConvertEventHandler(object sender, System.Windows.Forms.ConvertEventArgs e)3264     public delegate void ConvertEventHandler(object sender, System.Windows.Forms.ConvertEventArgs e);
3265     public partial class CreateParams
3266     {
CreateParams()3267         public CreateParams() { }
3268         public string Caption { get { throw null; } set { } }
3269         public string ClassName { get { throw null; } set { } }
3270         public int ClassStyle { get { throw null; } set { } }
3271         public int ExStyle { get { throw null; } set { } }
3272         public int Height { get { throw null; } set { } }
3273         public object Param { get { throw null; } set { } }
3274         public System.IntPtr Parent { get { throw null; } set { } }
3275         public int Style { get { throw null; } set { } }
3276         public int Width { get { throw null; } set { } }
3277         public int X { get { throw null; } set { } }
3278         public int Y { get { throw null; } set { } }
ToString()3279         public override string ToString() { throw null; }
3280     }
3281     public partial class CurrencyManager : System.Windows.Forms.BindingManagerBase
3282     {
CurrencyManager()3283         internal CurrencyManager() { }
3284         protected System.Type finalType;
3285         protected int listposition;
3286         public override int Count { get { throw null; } }
3287         public override object Current { get { throw null; } }
3288         public System.Collections.IList List { get { throw null; } }
3289         public override int Position { get { throw null; } set { } }
3290         public event System.Windows.Forms.ItemChangedEventHandler ItemChanged { add { } remove { } }
3291         public event System.ComponentModel.ListChangedEventHandler ListChanged { add { } remove { } }
3292         public event System.EventHandler MetaDataChanged { add { } remove { } }
AddNew()3293         public override void AddNew() { }
CancelCurrentEdit()3294         public override void CancelCurrentEdit() { }
CheckEmpty()3295         protected void CheckEmpty() { }
EndCurrentEdit()3296         public override void EndCurrentEdit() { }
GetItemProperties()3297         public override System.ComponentModel.PropertyDescriptorCollection GetItemProperties() { throw null; }
GetListName(System.Collections.ArrayList listAccessors)3298         protected internal override string GetListName(System.Collections.ArrayList listAccessors) { throw null; }
OnCurrentChanged(System.EventArgs e)3299         protected internal override void OnCurrentChanged(System.EventArgs e) { }
OnCurrentItemChanged(System.EventArgs e)3300         protected internal override void OnCurrentItemChanged(System.EventArgs e) { }
OnItemChanged(System.Windows.Forms.ItemChangedEventArgs e)3301         protected virtual void OnItemChanged(System.Windows.Forms.ItemChangedEventArgs e) { }
OnMetaDataChanged(System.EventArgs e)3302         protected internal void OnMetaDataChanged(System.EventArgs e) { }
OnPositionChanged(System.EventArgs e)3303         protected virtual void OnPositionChanged(System.EventArgs e) { }
Refresh()3304         public void Refresh() { }
RemoveAt(int index)3305         public override void RemoveAt(int index) { }
ResumeBinding()3306         public override void ResumeBinding() { }
SuspendBinding()3307         public override void SuspendBinding() { }
UpdateIsBinding()3308         protected override void UpdateIsBinding() { }
3309     }
3310     [System.ComponentModel.EditorAttribute("System.Drawing.Design.CursorEditor, System.Drawing.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
3311     [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.CursorConverter))]
3312     [System.SerializableAttribute]
3313     public sealed partial class Cursor : System.IDisposable, System.Runtime.Serialization.ISerializable
3314     {
Cursor(System.IntPtr handle)3315         public Cursor(System.IntPtr handle) { }
Cursor(System.IO.Stream stream)3316         public Cursor(System.IO.Stream stream) { }
Cursor(string fileName)3317         public Cursor(string fileName) { }
Cursor(System.Type type, string resource)3318         public Cursor(System.Type type, string resource) { }
3319         public static System.Drawing.Rectangle Clip { get { throw null; } set { } }
3320         public static System.Windows.Forms.Cursor Current { get { throw null; } set { } }
3321         public System.IntPtr Handle { get { throw null; } }
3322         public System.Drawing.Point HotSpot { get { throw null; } }
3323         public static System.Drawing.Point Position { get { throw null; } set { } }
3324         public System.Drawing.Size Size { get { throw null; } }
3325         [System.ComponentModel.BindableAttribute(true)]
3326         [System.ComponentModel.DefaultValueAttribute(null)]
3327         [System.ComponentModel.LocalizableAttribute(false)]
3328         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
3329         public object Tag { get { throw null; } set { } }
CopyHandle()3330         public System.IntPtr CopyHandle() { throw null; }
Dispose()3331         public void Dispose() { }
Draw(System.Drawing.Graphics g, System.Drawing.Rectangle targetRect)3332         public void Draw(System.Drawing.Graphics g, System.Drawing.Rectangle targetRect) { }
DrawStretched(System.Drawing.Graphics g, System.Drawing.Rectangle targetRect)3333         public void DrawStretched(System.Drawing.Graphics g, System.Drawing.Rectangle targetRect) { }
Equals(object obj)3334         public override bool Equals(object obj) { throw null; }
~Cursor()3335         ~Cursor() { }
GetHashCode()3336         public override int GetHashCode() { throw null; }
Hide()3337         public static void Hide() { }
operator ==(System.Windows.Forms.Cursor left, System.Windows.Forms.Cursor right)3338         public static bool operator ==(System.Windows.Forms.Cursor left, System.Windows.Forms.Cursor right) { throw null; }
operator !=(System.Windows.Forms.Cursor left, System.Windows.Forms.Cursor right)3339         public static bool operator !=(System.Windows.Forms.Cursor left, System.Windows.Forms.Cursor right) { throw null; }
Show()3340         public static void Show() { }
3341         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context)3342         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
ToString()3343         public override string ToString() { throw null; }
3344     }
3345     public partial class CursorConverter : System.ComponentModel.TypeConverter
3346     {
CursorConverter()3347         public CursorConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)3348         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)3349         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)3350         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)3351         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)3352         public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)3353         public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
3354     }
3355     public sealed partial class Cursors
3356     {
Cursors()3357         internal Cursors() { }
3358         public static System.Windows.Forms.Cursor AppStarting { get { throw null; } }
3359         public static System.Windows.Forms.Cursor Arrow { get { throw null; } }
3360         public static System.Windows.Forms.Cursor Cross { get { throw null; } }
3361         public static System.Windows.Forms.Cursor Default { get { throw null; } }
3362         public static System.Windows.Forms.Cursor Hand { get { throw null; } }
3363         public static System.Windows.Forms.Cursor Help { get { throw null; } }
3364         public static System.Windows.Forms.Cursor HSplit { get { throw null; } }
3365         public static System.Windows.Forms.Cursor IBeam { get { throw null; } }
3366         public static System.Windows.Forms.Cursor No { get { throw null; } }
3367         public static System.Windows.Forms.Cursor NoMove2D { get { throw null; } }
3368         public static System.Windows.Forms.Cursor NoMoveHoriz { get { throw null; } }
3369         public static System.Windows.Forms.Cursor NoMoveVert { get { throw null; } }
3370         public static System.Windows.Forms.Cursor PanEast { get { throw null; } }
3371         public static System.Windows.Forms.Cursor PanNE { get { throw null; } }
3372         public static System.Windows.Forms.Cursor PanNorth { get { throw null; } }
3373         public static System.Windows.Forms.Cursor PanNW { get { throw null; } }
3374         public static System.Windows.Forms.Cursor PanSE { get { throw null; } }
3375         public static System.Windows.Forms.Cursor PanSouth { get { throw null; } }
3376         public static System.Windows.Forms.Cursor PanSW { get { throw null; } }
3377         public static System.Windows.Forms.Cursor PanWest { get { throw null; } }
3378         public static System.Windows.Forms.Cursor SizeAll { get { throw null; } }
3379         public static System.Windows.Forms.Cursor SizeNESW { get { throw null; } }
3380         public static System.Windows.Forms.Cursor SizeNS { get { throw null; } }
3381         public static System.Windows.Forms.Cursor SizeNWSE { get { throw null; } }
3382         public static System.Windows.Forms.Cursor SizeWE { get { throw null; } }
3383         public static System.Windows.Forms.Cursor UpArrow { get { throw null; } }
3384         public static System.Windows.Forms.Cursor VSplit { get { throw null; } }
3385         public static System.Windows.Forms.Cursor WaitCursor { get { throw null; } }
3386     }
3387     public partial class DataFormats
3388     {
DataFormats()3389         internal DataFormats() { }
3390         public static readonly string Bitmap;
3391         public static readonly string CommaSeparatedValue;
3392         public static readonly string Dib;
3393         public static readonly string Dif;
3394         public static readonly string EnhancedMetafile;
3395         public static readonly string FileDrop;
3396         public static readonly string Html;
3397         public static readonly string Locale;
3398         public static readonly string MetafilePict;
3399         public static readonly string OemText;
3400         public static readonly string Palette;
3401         public static readonly string PenData;
3402         public static readonly string Riff;
3403         public static readonly string Rtf;
3404         public static readonly string Serializable;
3405         public static readonly string StringFormat;
3406         public static readonly string SymbolicLink;
3407         public static readonly string Text;
3408         public static readonly string Tiff;
3409         public static readonly string UnicodeText;
3410         public static readonly string WaveAudio;
GetFormat(int id)3411         public static System.Windows.Forms.DataFormats.Format GetFormat(int id) { throw null; }
GetFormat(string format)3412         public static System.Windows.Forms.DataFormats.Format GetFormat(string format) { throw null; }
3413         public partial class Format
3414         {
Format(string name, int id)3415             public Format(string name, int id) { }
3416             public int Id { get { throw null; } }
3417             public string Name { get { throw null; } }
3418         }
3419     }
3420     [System.ComponentModel.ComplexBindingPropertiesAttribute("DataSource", "DataMember")]
3421     [System.ComponentModel.DefaultEventAttribute("Navigate")]
3422     [System.ComponentModel.DefaultPropertyAttribute("DataSource")]
3423     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.DataGridDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
3424     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
3425     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3426     public partial class DataGrid : System.Windows.Forms.Control, System.ComponentModel.ISupportInitialize, System.Windows.Forms.IDataGridEditingService
3427     {
DataGrid()3428         public DataGrid() { }
3429         [System.ComponentModel.DefaultValueAttribute(true)]
3430         public bool AllowNavigation { get { throw null; } set { } }
3431         [System.ComponentModel.DefaultValueAttribute(true)]
3432         public bool AllowSorting { get { throw null; } set { } }
3433         public System.Drawing.Color AlternatingBackColor { get { throw null; } set { } }
3434         public override System.Drawing.Color BackColor { get { throw null; } set { } }
3435         public System.Drawing.Color BackgroundColor { get { throw null; } set { } }
3436         [System.ComponentModel.BrowsableAttribute(false)]
3437         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3438         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
3439         [System.ComponentModel.BrowsableAttribute(false)]
3440         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3441         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
3442         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.BorderStyle)(2))]
3443         [System.Runtime.InteropServices.DispIdAttribute(-504)]
3444         public System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
3445         public System.Drawing.Color CaptionBackColor { get { throw null; } set { } }
3446         [System.ComponentModel.AmbientValueAttribute(null)]
3447         [System.ComponentModel.LocalizableAttribute(true)]
3448         public System.Drawing.Font CaptionFont { get { throw null; } set { } }
3449         public System.Drawing.Color CaptionForeColor { get { throw null; } set { } }
3450         [System.ComponentModel.DefaultValueAttribute("")]
3451         [System.ComponentModel.LocalizableAttribute(true)]
3452         public string CaptionText { get { throw null; } set { } }
3453         [System.ComponentModel.DefaultValueAttribute(true)]
3454         public bool CaptionVisible { get { throw null; } set { } }
3455         [System.ComponentModel.DefaultValueAttribute(true)]
3456         public bool ColumnHeadersVisible { get { throw null; } set { } }
3457         [System.ComponentModel.BrowsableAttribute(false)]
3458         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
3459         public System.Windows.Forms.DataGridCell CurrentCell { get { throw null; } set { } }
3460         [System.ComponentModel.BrowsableAttribute(false)]
3461         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
3462         public int CurrentRowIndex { get { throw null; } set { } }
3463         [System.ComponentModel.BrowsableAttribute(false)]
3464         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3465         public override System.Windows.Forms.Cursor Cursor { get { throw null; } set { } }
3466         [System.ComponentModel.DefaultValueAttribute(null)]
3467         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataMemberListEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
3468         public string DataMember { get { throw null; } set { } }
3469         [System.ComponentModel.AttributeProviderAttribute(typeof(System.ComponentModel.IListSource))]
3470         [System.ComponentModel.DefaultValueAttribute(null)]
3471         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
3472         public object DataSource { get { throw null; } set { } }
3473         protected override System.Drawing.Size DefaultSize { get { throw null; } }
3474         [System.ComponentModel.BrowsableAttribute(false)]
3475         public int FirstVisibleColumn { get { throw null; } }
3476         [System.ComponentModel.DefaultValueAttribute(false)]
3477         public bool FlatMode { get { throw null; } set { } }
3478         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
3479         public System.Drawing.Color GridLineColor { get { throw null; } set { } }
3480         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridLineStyle)(1))]
3481         public System.Windows.Forms.DataGridLineStyle GridLineStyle { get { throw null; } set { } }
3482         public System.Drawing.Color HeaderBackColor { get { throw null; } set { } }
3483         public System.Drawing.Font HeaderFont { get { throw null; } set { } }
3484         public System.Drawing.Color HeaderForeColor { get { throw null; } set { } }
3485         protected System.Windows.Forms.ScrollBar HorizScrollBar { get { throw null; } }
3486         public object this[int rowIndex, int columnIndex] { get { throw null; } set { } }
3487         public object this[System.Windows.Forms.DataGridCell cell] { get { throw null; } set { } }
3488         public System.Drawing.Color LinkColor { get { throw null; } set { } }
3489         [System.ComponentModel.BrowsableAttribute(false)]
3490         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3491         public System.Drawing.Color LinkHoverColor { get { throw null; } set { } }
3492         [System.ComponentModel.BrowsableAttribute(false)]
3493         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
3494         protected internal System.Windows.Forms.CurrencyManager ListManager { get { throw null; } set { } }
3495         public System.Drawing.Color ParentRowsBackColor { get { throw null; } set { } }
3496         public System.Drawing.Color ParentRowsForeColor { get { throw null; } set { } }
3497         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridParentRowsLabelStyle)(3))]
3498         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
3499         public System.Windows.Forms.DataGridParentRowsLabelStyle ParentRowsLabelStyle { get { throw null; } set { } }
3500         [System.ComponentModel.DefaultValueAttribute(true)]
3501         public bool ParentRowsVisible { get { throw null; } set { } }
3502         [System.ComponentModel.DefaultValueAttribute(75)]
3503         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.DataGridPreferredColumnWidthTypeConverter))]
3504         public int PreferredColumnWidth { get { throw null; } set { } }
3505         public int PreferredRowHeight { get { throw null; } set { } }
3506         [System.ComponentModel.DefaultValueAttribute(false)]
3507         public bool ReadOnly { get { throw null; } set { } }
3508         [System.ComponentModel.DefaultValueAttribute(true)]
3509         public bool RowHeadersVisible { get { throw null; } set { } }
3510         [System.ComponentModel.DefaultValueAttribute(35)]
3511         public int RowHeaderWidth { get { throw null; } set { } }
3512         public System.Drawing.Color SelectionBackColor { get { throw null; } set { } }
3513         public System.Drawing.Color SelectionForeColor { get { throw null; } set { } }
3514         public override System.ComponentModel.ISite Site { get { throw null; } set { } }
3515         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
3516         [System.ComponentModel.LocalizableAttribute(true)]
3517         public System.Windows.Forms.GridTableStylesCollection TableStyles { get { throw null; } }
3518         [System.ComponentModel.BindableAttribute(false)]
3519         [System.ComponentModel.BrowsableAttribute(false)]
3520         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
3521         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3522         public override string Text { get { throw null; } set { } }
3523         [System.ComponentModel.BrowsableAttribute(false)]
3524         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
3525         protected System.Windows.Forms.ScrollBar VertScrollBar { get { throw null; } }
3526         [System.ComponentModel.BrowsableAttribute(false)]
3527         public int VisibleColumnCount { get { throw null; } }
3528         [System.ComponentModel.BrowsableAttribute(false)]
3529         public int VisibleRowCount { get { throw null; } }
3530         public event System.EventHandler AllowNavigationChanged { add { } remove { } }
3531         public event System.EventHandler BackButtonClick { add { } remove { } }
3532         public event System.EventHandler BackgroundColorChanged { add { } remove { } }
3533         [System.ComponentModel.BrowsableAttribute(false)]
3534         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3535         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
3536         [System.ComponentModel.BrowsableAttribute(false)]
3537         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3538         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
3539         public event System.EventHandler BorderStyleChanged { add { } remove { } }
3540         public event System.EventHandler CaptionVisibleChanged { add { } remove { } }
3541         public event System.EventHandler CurrentCellChanged { add { } remove { } }
3542         [System.ComponentModel.BrowsableAttribute(false)]
3543         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3544         public new event System.EventHandler CursorChanged { add { } remove { } }
3545         public event System.EventHandler DataSourceChanged { add { } remove { } }
3546         public event System.EventHandler FlatModeChanged { add { } remove { } }
3547         public event System.Windows.Forms.NavigateEventHandler Navigate { add { } remove { } }
3548         public event System.EventHandler ParentRowsLabelStyleChanged { add { } remove { } }
3549         public event System.EventHandler ParentRowsVisibleChanged { add { } remove { } }
3550         public event System.EventHandler ReadOnlyChanged { add { } remove { } }
3551         protected event System.EventHandler RowHeaderClick { add { } remove { } }
3552         public event System.EventHandler Scroll { add { } remove { } }
3553         public event System.EventHandler ShowParentDetailsButtonClick { add { } remove { } }
3554         [System.ComponentModel.BrowsableAttribute(false)]
3555         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3556         public new event System.EventHandler TextChanged { add { } remove { } }
BeginEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, int rowNumber)3557         public bool BeginEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, int rowNumber) { throw null; }
BeginInit()3558         public void BeginInit() { }
CancelEditing()3559         protected virtual void CancelEditing() { }
Collapse(int row)3560         public void Collapse(int row) { }
ColumnStartedEditing(System.Drawing.Rectangle bounds)3561         protected internal virtual void ColumnStartedEditing(System.Drawing.Rectangle bounds) { }
ColumnStartedEditing(System.Windows.Forms.Control editingControl)3562         protected internal virtual void ColumnStartedEditing(System.Windows.Forms.Control editingControl) { }
CreateAccessibilityInstance()3563         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
CreateGridColumn(System.ComponentModel.PropertyDescriptor prop)3564         protected virtual System.Windows.Forms.DataGridColumnStyle CreateGridColumn(System.ComponentModel.PropertyDescriptor prop) { throw null; }
CreateGridColumn(System.ComponentModel.PropertyDescriptor prop, bool isDefault)3565         protected virtual System.Windows.Forms.DataGridColumnStyle CreateGridColumn(System.ComponentModel.PropertyDescriptor prop, bool isDefault) { throw null; }
Dispose(bool disposing)3566         protected override void Dispose(bool disposing) { }
EndEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, int rowNumber, bool shouldAbort)3567         public bool EndEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, int rowNumber, bool shouldAbort) { throw null; }
EndInit()3568         public void EndInit() { }
Expand(int row)3569         public void Expand(int row) { }
GetCellBounds(int row, int col)3570         public System.Drawing.Rectangle GetCellBounds(int row, int col) { throw null; }
GetCellBounds(System.Windows.Forms.DataGridCell dgc)3571         public System.Drawing.Rectangle GetCellBounds(System.Windows.Forms.DataGridCell dgc) { throw null; }
GetCurrentCellBounds()3572         public System.Drawing.Rectangle GetCurrentCellBounds() { throw null; }
GetOutputTextDelimiter()3573         protected virtual string GetOutputTextDelimiter() { throw null; }
GridHScrolled(object sender, System.Windows.Forms.ScrollEventArgs se)3574         protected virtual void GridHScrolled(object sender, System.Windows.Forms.ScrollEventArgs se) { }
GridVScrolled(object sender, System.Windows.Forms.ScrollEventArgs se)3575         protected virtual void GridVScrolled(object sender, System.Windows.Forms.ScrollEventArgs se) { }
HitTest(System.Drawing.Point position)3576         public System.Windows.Forms.DataGrid.HitTestInfo HitTest(System.Drawing.Point position) { throw null; }
HitTest(int x, int y)3577         public System.Windows.Forms.DataGrid.HitTestInfo HitTest(int x, int y) { throw null; }
IsExpanded(int rowNumber)3578         public bool IsExpanded(int rowNumber) { throw null; }
IsSelected(int row)3579         public bool IsSelected(int row) { throw null; }
NavigateBack()3580         public void NavigateBack() { }
NavigateTo(int rowNumber, string relationName)3581         public void NavigateTo(int rowNumber, string relationName) { }
OnAllowNavigationChanged(System.EventArgs e)3582         protected virtual void OnAllowNavigationChanged(System.EventArgs e) { }
OnBackButtonClicked(object sender, System.EventArgs e)3583         protected void OnBackButtonClicked(object sender, System.EventArgs e) { }
OnBackColorChanged(System.EventArgs e)3584         protected override void OnBackColorChanged(System.EventArgs e) { }
OnBackgroundColorChanged(System.EventArgs e)3585         protected virtual void OnBackgroundColorChanged(System.EventArgs e) { }
OnBindingContextChanged(System.EventArgs e)3586         protected override void OnBindingContextChanged(System.EventArgs e) { }
OnBorderStyleChanged(System.EventArgs e)3587         protected virtual void OnBorderStyleChanged(System.EventArgs e) { }
OnCaptionVisibleChanged(System.EventArgs e)3588         protected virtual void OnCaptionVisibleChanged(System.EventArgs e) { }
OnCurrentCellChanged(System.EventArgs e)3589         protected virtual void OnCurrentCellChanged(System.EventArgs e) { }
OnDataSourceChanged(System.EventArgs e)3590         protected virtual void OnDataSourceChanged(System.EventArgs e) { }
OnEnter(System.EventArgs e)3591         protected override void OnEnter(System.EventArgs e) { }
OnFlatModeChanged(System.EventArgs e)3592         protected virtual void OnFlatModeChanged(System.EventArgs e) { }
OnFontChanged(System.EventArgs e)3593         protected override void OnFontChanged(System.EventArgs e) { }
OnForeColorChanged(System.EventArgs e)3594         protected override void OnForeColorChanged(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)3595         protected override void OnHandleCreated(System.EventArgs e) { }
OnHandleDestroyed(System.EventArgs e)3596         protected override void OnHandleDestroyed(System.EventArgs e) { }
OnKeyDown(System.Windows.Forms.KeyEventArgs ke)3597         protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs ke) { }
OnKeyPress(System.Windows.Forms.KeyPressEventArgs kpe)3598         protected override void OnKeyPress(System.Windows.Forms.KeyPressEventArgs kpe) { }
OnLayout(System.Windows.Forms.LayoutEventArgs levent)3599         protected override void OnLayout(System.Windows.Forms.LayoutEventArgs levent) { }
OnLeave(System.EventArgs e)3600         protected override void OnLeave(System.EventArgs e) { }
OnMouseDown(System.Windows.Forms.MouseEventArgs e)3601         protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { }
OnMouseLeave(System.EventArgs e)3602         protected override void OnMouseLeave(System.EventArgs e) { }
OnMouseMove(System.Windows.Forms.MouseEventArgs e)3603         protected override void OnMouseMove(System.Windows.Forms.MouseEventArgs e) { }
OnMouseUp(System.Windows.Forms.MouseEventArgs e)3604         protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs e) { }
OnMouseWheel(System.Windows.Forms.MouseEventArgs e)3605         protected override void OnMouseWheel(System.Windows.Forms.MouseEventArgs e) { }
OnNavigate(System.Windows.Forms.NavigateEventArgs e)3606         protected void OnNavigate(System.Windows.Forms.NavigateEventArgs e) { }
OnPaint(System.Windows.Forms.PaintEventArgs pe)3607         protected override void OnPaint(System.Windows.Forms.PaintEventArgs pe) { }
OnPaintBackground(System.Windows.Forms.PaintEventArgs ebe)3608         protected override void OnPaintBackground(System.Windows.Forms.PaintEventArgs ebe) { }
OnParentRowsLabelStyleChanged(System.EventArgs e)3609         protected virtual void OnParentRowsLabelStyleChanged(System.EventArgs e) { }
OnParentRowsVisibleChanged(System.EventArgs e)3610         protected virtual void OnParentRowsVisibleChanged(System.EventArgs e) { }
OnReadOnlyChanged(System.EventArgs e)3611         protected virtual void OnReadOnlyChanged(System.EventArgs e) { }
OnResize(System.EventArgs e)3612         protected override void OnResize(System.EventArgs e) { }
OnRowHeaderClick(System.EventArgs e)3613         protected void OnRowHeaderClick(System.EventArgs e) { }
OnScroll(System.EventArgs e)3614         protected void OnScroll(System.EventArgs e) { }
OnShowParentDetailsButtonClicked(object sender, System.EventArgs e)3615         protected void OnShowParentDetailsButtonClicked(object sender, System.EventArgs e) { }
3616         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessDialogKey(System.Windows.Forms.Keys keyData)3617         protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
3618         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessGridKey(System.Windows.Forms.KeyEventArgs ke)3619         protected bool ProcessGridKey(System.Windows.Forms.KeyEventArgs ke) { throw null; }
3620         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessKeyPreview(ref System.Windows.Forms.Message m)3621         protected override bool ProcessKeyPreview(ref System.Windows.Forms.Message m) { throw null; }
3622         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessTabKey(System.Windows.Forms.Keys keyData)3623         protected bool ProcessTabKey(System.Windows.Forms.Keys keyData) { throw null; }
ResetAlternatingBackColor()3624         public void ResetAlternatingBackColor() { }
ResetBackColor()3625         public override void ResetBackColor() { }
ResetForeColor()3626         public override void ResetForeColor() { }
ResetGridLineColor()3627         public void ResetGridLineColor() { }
ResetHeaderBackColor()3628         public void ResetHeaderBackColor() { }
ResetHeaderFont()3629         public void ResetHeaderFont() { }
ResetHeaderForeColor()3630         public void ResetHeaderForeColor() { }
ResetLinkColor()3631         public void ResetLinkColor() { }
ResetLinkHoverColor()3632         public void ResetLinkHoverColor() { }
ResetSelection()3633         protected void ResetSelection() { }
ResetSelectionBackColor()3634         public void ResetSelectionBackColor() { }
ResetSelectionForeColor()3635         public void ResetSelectionForeColor() { }
Select(int row)3636         public void Select(int row) { }
SetDataBinding(object dataSource, string dataMember)3637         public void SetDataBinding(object dataSource, string dataMember) { }
ShouldSerializeAlternatingBackColor()3638         protected virtual bool ShouldSerializeAlternatingBackColor() { throw null; }
ShouldSerializeBackgroundColor()3639         protected virtual bool ShouldSerializeBackgroundColor() { throw null; }
ShouldSerializeCaptionBackColor()3640         protected virtual bool ShouldSerializeCaptionBackColor() { throw null; }
ShouldSerializeCaptionForeColor()3641         protected virtual bool ShouldSerializeCaptionForeColor() { throw null; }
ShouldSerializeGridLineColor()3642         protected virtual bool ShouldSerializeGridLineColor() { throw null; }
ShouldSerializeHeaderBackColor()3643         protected virtual bool ShouldSerializeHeaderBackColor() { throw null; }
ShouldSerializeHeaderFont()3644         protected bool ShouldSerializeHeaderFont() { throw null; }
ShouldSerializeHeaderForeColor()3645         protected virtual bool ShouldSerializeHeaderForeColor() { throw null; }
ShouldSerializeLinkHoverColor()3646         protected virtual bool ShouldSerializeLinkHoverColor() { throw null; }
ShouldSerializeParentRowsBackColor()3647         protected virtual bool ShouldSerializeParentRowsBackColor() { throw null; }
ShouldSerializeParentRowsForeColor()3648         protected virtual bool ShouldSerializeParentRowsForeColor() { throw null; }
ShouldSerializePreferredRowHeight()3649         protected bool ShouldSerializePreferredRowHeight() { throw null; }
ShouldSerializeSelectionBackColor()3650         protected bool ShouldSerializeSelectionBackColor() { throw null; }
ShouldSerializeSelectionForeColor()3651         protected virtual bool ShouldSerializeSelectionForeColor() { throw null; }
SubObjectsSiteChange(bool site)3652         public void SubObjectsSiteChange(bool site) { }
UnSelect(int row)3653         public void UnSelect(int row) { }
3654         public sealed partial class HitTestInfo
3655         {
HitTestInfo()3656             internal HitTestInfo() { }
3657             public static readonly System.Windows.Forms.DataGrid.HitTestInfo Nowhere;
3658             public int Column { get { throw null; } }
3659             public int Row { get { throw null; } }
3660             public System.Windows.Forms.DataGrid.HitTestType Type { get { throw null; } }
Equals(object value)3661             public override bool Equals(object value) { throw null; }
GetHashCode()3662             public override int GetHashCode() { throw null; }
ToString()3663             public override string ToString() { throw null; }
3664         }
3665         [System.FlagsAttribute]
3666         public enum HitTestType
3667         {
3668             Caption = 32,
3669             Cell = 1,
3670             ColumnHeader = 2,
3671             ColumnResize = 8,
3672             None = 0,
3673             ParentRows = 64,
3674             RowHeader = 4,
3675             RowResize = 16,
3676         }
3677     }
3678     public partial class DataGridBoolColumn : System.Windows.Forms.DataGridColumnStyle
3679     {
DataGridBoolColumn()3680         public DataGridBoolColumn() { }
DataGridBoolColumn(System.ComponentModel.PropertyDescriptor prop)3681         public DataGridBoolColumn(System.ComponentModel.PropertyDescriptor prop) { }
DataGridBoolColumn(System.ComponentModel.PropertyDescriptor prop, bool isDefault)3682         public DataGridBoolColumn(System.ComponentModel.PropertyDescriptor prop, bool isDefault) { }
3683         [System.ComponentModel.DefaultValueAttribute(true)]
3684         public bool AllowNull { get { throw null; } set { } }
3685         [System.ComponentModel.DefaultValueAttribute(false)]
3686         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
3687         public object FalseValue { get { throw null; } set { } }
3688         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
3689         public object NullValue { get { throw null; } set { } }
3690         [System.ComponentModel.DefaultValueAttribute(true)]
3691         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
3692         public object TrueValue { get { throw null; } set { } }
3693         public event System.EventHandler AllowNullChanged { add { } remove { } }
3694         public event System.EventHandler FalseValueChanged { add { } remove { } }
3695         public event System.EventHandler TrueValueChanged { add { } remove { } }
Abort(int rowNum)3696         protected internal override void Abort(int rowNum) { }
Commit(System.Windows.Forms.CurrencyManager dataSource, int rowNum)3697         protected internal override bool Commit(System.Windows.Forms.CurrencyManager dataSource, int rowNum) { throw null; }
ConcedeFocus()3698         protected internal override void ConcedeFocus() { }
Edit(System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Rectangle bounds, bool readOnly, string displayText, bool cellIsVisible)3699         protected internal override void Edit(System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Rectangle bounds, bool readOnly, string displayText, bool cellIsVisible) { }
EnterNullValue()3700         protected internal override void EnterNullValue() { }
GetColumnValueAtRow(System.Windows.Forms.CurrencyManager lm, int row)3701         protected internal override object GetColumnValueAtRow(System.Windows.Forms.CurrencyManager lm, int row) { throw null; }
GetMinimumHeight()3702         protected internal override int GetMinimumHeight() { throw null; }
GetPreferredHeight(System.Drawing.Graphics g, object value)3703         protected internal override int GetPreferredHeight(System.Drawing.Graphics g, object value) { throw null; }
GetPreferredSize(System.Drawing.Graphics g, object value)3704         protected internal override System.Drawing.Size GetPreferredSize(System.Drawing.Graphics g, object value) { throw null; }
Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum)3705         protected internal override void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum) { }
Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum, bool alignToRight)3706         protected internal override void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum, bool alignToRight) { }
Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Brush backBrush, System.Drawing.Brush foreBrush, bool alignToRight)3707         protected internal override void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Brush backBrush, System.Drawing.Brush foreBrush, bool alignToRight) { }
SetColumnValueAtRow(System.Windows.Forms.CurrencyManager lm, int row, object value)3708         protected internal override void SetColumnValueAtRow(System.Windows.Forms.CurrencyManager lm, int row, object value) { }
3709     }
3710     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
3711     public partial struct DataGridCell
3712     {
DataGridCellSystem.Windows.Forms.DataGridCell3713         public DataGridCell(int r, int c) { throw null;}
3714         public int ColumnNumber { get { throw null; } set { } }
3715         public int RowNumber { get { throw null; } set { } }
EqualsSystem.Windows.Forms.DataGridCell3716         public override bool Equals(object o) { throw null; }
GetHashCodeSystem.Windows.Forms.DataGridCell3717         public override int GetHashCode() { throw null; }
ToStringSystem.Windows.Forms.DataGridCell3718         public override string ToString() { throw null; }
3719     }
3720     [System.ComponentModel.DefaultPropertyAttribute("Header")]
3721     [System.ComponentModel.DesignTimeVisibleAttribute(false)]
3722     [System.ComponentModel.ToolboxItemAttribute(false)]
3723     public abstract partial class DataGridColumnStyle : System.ComponentModel.Component, System.Windows.Forms.IDataGridColumnStyleEditingNotificationService
3724     {
DataGridColumnStyle()3725         public DataGridColumnStyle() { }
DataGridColumnStyle(System.ComponentModel.PropertyDescriptor prop)3726         public DataGridColumnStyle(System.ComponentModel.PropertyDescriptor prop) { }
3727         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.HorizontalAlignment)(0))]
3728         [System.ComponentModel.LocalizableAttribute(true)]
3729         public virtual System.Windows.Forms.HorizontalAlignment Alignment { get { throw null; } set { } }
3730         [System.ComponentModel.BrowsableAttribute(false)]
3731         public virtual System.Windows.Forms.DataGridTableStyle DataGridTableStyle { get { throw null; } }
3732         protected int FontHeight { get { throw null; } }
3733         [System.ComponentModel.BrowsableAttribute(false)]
3734         public System.Windows.Forms.AccessibleObject HeaderAccessibleObject { get { throw null; } }
3735         [System.ComponentModel.LocalizableAttribute(true)]
3736         public virtual string HeaderText { get { throw null; } set { } }
3737         [System.ComponentModel.DefaultValueAttribute("")]
3738         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataGridColumnStyleMappingNameEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
3739         [System.ComponentModel.LocalizableAttribute(true)]
3740         public string MappingName { get { throw null; } set { } }
3741         [System.ComponentModel.LocalizableAttribute(true)]
3742         public virtual string NullText { get { throw null; } set { } }
3743         [System.ComponentModel.BrowsableAttribute(false)]
3744         [System.ComponentModel.DefaultValueAttribute(null)]
3745         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
3746         public virtual System.ComponentModel.PropertyDescriptor PropertyDescriptor { get { throw null; } set { } }
3747         [System.ComponentModel.DefaultValueAttribute(false)]
3748         public virtual bool ReadOnly { get { throw null; } set { } }
3749         [System.ComponentModel.DefaultValueAttribute(100)]
3750         [System.ComponentModel.LocalizableAttribute(true)]
3751         public virtual int Width { get { throw null; } set { } }
3752         public event System.EventHandler AlignmentChanged { add { } remove { } }
3753         public event System.EventHandler FontChanged { add { } remove { } }
3754         public event System.EventHandler HeaderTextChanged { add { } remove { } }
3755         public event System.EventHandler MappingNameChanged { add { } remove { } }
3756         public event System.EventHandler NullTextChanged { add { } remove { } }
3757         [System.ComponentModel.BrowsableAttribute(false)]
3758         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
3759         public event System.EventHandler PropertyDescriptorChanged { add { } remove { } }
3760         public event System.EventHandler ReadOnlyChanged { add { } remove { } }
3761         public event System.EventHandler WidthChanged { add { } remove { } }
Abort(int rowNum)3762         protected internal abstract void Abort(int rowNum);
BeginUpdate()3763         protected void BeginUpdate() { }
CheckValidDataSource(System.Windows.Forms.CurrencyManager value)3764         protected void CheckValidDataSource(System.Windows.Forms.CurrencyManager value) { }
ColumnStartedEditing(System.Windows.Forms.Control editingControl)3765         protected internal virtual void ColumnStartedEditing(System.Windows.Forms.Control editingControl) { }
Commit(System.Windows.Forms.CurrencyManager dataSource, int rowNum)3766         protected internal abstract bool Commit(System.Windows.Forms.CurrencyManager dataSource, int rowNum);
ConcedeFocus()3767         protected internal virtual void ConcedeFocus() { }
CreateHeaderAccessibleObject()3768         protected virtual System.Windows.Forms.AccessibleObject CreateHeaderAccessibleObject() { throw null; }
Edit(System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Rectangle bounds, bool readOnly)3769         protected internal virtual void Edit(System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Rectangle bounds, bool readOnly) { }
Edit(System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Rectangle bounds, bool readOnly, string displayText)3770         protected internal virtual void Edit(System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Rectangle bounds, bool readOnly, string displayText) { }
Edit(System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Rectangle bounds, bool readOnly, string displayText, bool cellIsVisible)3771         protected internal abstract void Edit(System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Rectangle bounds, bool readOnly, string displayText, bool cellIsVisible);
EndUpdate()3772         protected void EndUpdate() { }
EnterNullValue()3773         protected internal virtual void EnterNullValue() { }
GetColumnValueAtRow(System.Windows.Forms.CurrencyManager source, int rowNum)3774         protected internal virtual object GetColumnValueAtRow(System.Windows.Forms.CurrencyManager source, int rowNum) { throw null; }
GetMinimumHeight()3775         protected internal abstract int GetMinimumHeight();
GetPreferredHeight(System.Drawing.Graphics g, object value)3776         protected internal abstract int GetPreferredHeight(System.Drawing.Graphics g, object value);
GetPreferredSize(System.Drawing.Graphics g, object value)3777         protected internal abstract System.Drawing.Size GetPreferredSize(System.Drawing.Graphics g, object value);
Invalidate()3778         protected virtual void Invalidate() { }
Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum)3779         protected internal abstract void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum);
Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum, bool alignToRight)3780         protected internal abstract void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum, bool alignToRight);
Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Brush backBrush, System.Drawing.Brush foreBrush, bool alignToRight)3781         protected internal virtual void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Brush backBrush, System.Drawing.Brush foreBrush, bool alignToRight) { }
ReleaseHostedControl()3782         protected internal virtual void ReleaseHostedControl() { }
ResetHeaderText()3783         public void ResetHeaderText() { }
SetColumnValueAtRow(System.Windows.Forms.CurrencyManager source, int rowNum, object value)3784         protected internal virtual void SetColumnValueAtRow(System.Windows.Forms.CurrencyManager source, int rowNum, object value) { }
SetDataGrid(System.Windows.Forms.DataGrid value)3785         protected virtual void SetDataGrid(System.Windows.Forms.DataGrid value) { }
SetDataGridInColumn(System.Windows.Forms.DataGrid value)3786         protected virtual void SetDataGridInColumn(System.Windows.Forms.DataGrid value) { }
System.Windows.Forms.IDataGridColumnStyleEditingNotificationService.ColumnStartedEditing(System.Windows.Forms.Control editingControl)3787         void System.Windows.Forms.IDataGridColumnStyleEditingNotificationService.ColumnStartedEditing(System.Windows.Forms.Control editingControl) { }
UpdateUI(System.Windows.Forms.CurrencyManager source, int rowNum, string displayText)3788         protected internal virtual void UpdateUI(System.Windows.Forms.CurrencyManager source, int rowNum, string displayText) { }
3789         protected partial class CompModSwitches
3790         {
CompModSwitches()3791             public CompModSwitches() { }
3792             public static System.Diagnostics.TraceSwitch DGEditColumnEditing { get { throw null; } }
3793         }
3794         [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3795         protected partial class DataGridColumnHeaderAccessibleObject : System.Windows.Forms.AccessibleObject
3796         {
DataGridColumnHeaderAccessibleObject()3797             public DataGridColumnHeaderAccessibleObject() { }
DataGridColumnHeaderAccessibleObject(System.Windows.Forms.DataGridColumnStyle owner)3798             public DataGridColumnHeaderAccessibleObject(System.Windows.Forms.DataGridColumnStyle owner) { }
3799             public override System.Drawing.Rectangle Bounds { get { throw null; } }
3800             public override string Name { get { throw null; } }
3801             protected System.Windows.Forms.DataGridColumnStyle Owner { get { throw null; } }
3802             public override System.Windows.Forms.AccessibleObject Parent { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
3803             public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
3804             [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Navigate(System.Windows.Forms.AccessibleNavigation navdir)3805             public override System.Windows.Forms.AccessibleObject Navigate(System.Windows.Forms.AccessibleNavigation navdir) { throw null; }
3806         }
3807     }
3808     public enum DataGridLineStyle
3809     {
3810         None = 0,
3811         Solid = 1,
3812     }
3813     public enum DataGridParentRowsLabelStyle
3814     {
3815         Both = 3,
3816         ColumnName = 2,
3817         None = 0,
3818         TableName = 1,
3819     }
3820     public partial class DataGridPreferredColumnWidthTypeConverter : System.ComponentModel.TypeConverter
3821     {
DataGridPreferredColumnWidthTypeConverter()3822         public DataGridPreferredColumnWidthTypeConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)3823         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)3824         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)3825         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
3826     }
3827     [System.ComponentModel.DesignTimeVisibleAttribute(false)]
3828     [System.ComponentModel.ToolboxItemAttribute(false)]
3829     public partial class DataGridTableStyle : System.ComponentModel.Component, System.Windows.Forms.IDataGridEditingService
3830     {
3831         public static readonly System.Windows.Forms.DataGridTableStyle DefaultTableStyle;
DataGridTableStyle()3832         public DataGridTableStyle() { }
DataGridTableStyle(bool isDefaultTableStyle)3833         public DataGridTableStyle(bool isDefaultTableStyle) { }
DataGridTableStyle(System.Windows.Forms.CurrencyManager listManager)3834         public DataGridTableStyle(System.Windows.Forms.CurrencyManager listManager) { }
3835         [System.ComponentModel.DefaultValueAttribute(true)]
3836         public bool AllowSorting { get { throw null; } set { } }
3837         public System.Drawing.Color AlternatingBackColor { get { throw null; } set { } }
3838         public System.Drawing.Color BackColor { get { throw null; } set { } }
3839         [System.ComponentModel.DefaultValueAttribute(true)]
3840         public bool ColumnHeadersVisible { get { throw null; } set { } }
3841         [System.ComponentModel.BrowsableAttribute(false)]
3842         public virtual System.Windows.Forms.DataGrid DataGrid { get { throw null; } set { } }
3843         public System.Drawing.Color ForeColor { get { throw null; } set { } }
3844         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
3845         [System.ComponentModel.LocalizableAttribute(true)]
3846         public virtual System.Windows.Forms.GridColumnStylesCollection GridColumnStyles { get { throw null; } }
3847         public System.Drawing.Color GridLineColor { get { throw null; } set { } }
3848         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridLineStyle)(1))]
3849         public System.Windows.Forms.DataGridLineStyle GridLineStyle { get { throw null; } set { } }
3850         public System.Drawing.Color HeaderBackColor { get { throw null; } set { } }
3851         [System.ComponentModel.AmbientValueAttribute(null)]
3852         [System.ComponentModel.LocalizableAttribute(true)]
3853         public System.Drawing.Font HeaderFont { get { throw null; } set { } }
3854         public System.Drawing.Color HeaderForeColor { get { throw null; } set { } }
3855         public System.Drawing.Color LinkColor { get { throw null; } set { } }
3856         [System.ComponentModel.BrowsableAttribute(false)]
3857         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3858         public System.Drawing.Color LinkHoverColor { get { throw null; } set { } }
3859         [System.ComponentModel.DefaultValueAttribute("")]
3860         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataGridTableStyleMappingNameEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
3861         public string MappingName { get { throw null; } set { } }
3862         [System.ComponentModel.DefaultValueAttribute(75)]
3863         [System.ComponentModel.LocalizableAttribute(true)]
3864         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.DataGridPreferredColumnWidthTypeConverter))]
3865         public int PreferredColumnWidth { get { throw null; } set { } }
3866         [System.ComponentModel.LocalizableAttribute(true)]
3867         public int PreferredRowHeight { get { throw null; } set { } }
3868         [System.ComponentModel.DefaultValueAttribute(false)]
3869         public virtual bool ReadOnly { get { throw null; } set { } }
3870         [System.ComponentModel.DefaultValueAttribute(true)]
3871         public bool RowHeadersVisible { get { throw null; } set { } }
3872         [System.ComponentModel.DefaultValueAttribute(35)]
3873         [System.ComponentModel.LocalizableAttribute(true)]
3874         public int RowHeaderWidth { get { throw null; } set { } }
3875         public System.Drawing.Color SelectionBackColor { get { throw null; } set { } }
3876         [System.ComponentModel.DescriptionAttribute("The foreground color for the current data grid row")]
3877         public System.Drawing.Color SelectionForeColor { get { throw null; } set { } }
3878         public event System.EventHandler AllowSortingChanged { add { } remove { } }
3879         public event System.EventHandler AlternatingBackColorChanged { add { } remove { } }
3880         public event System.EventHandler BackColorChanged { add { } remove { } }
3881         public event System.EventHandler ColumnHeadersVisibleChanged { add { } remove { } }
3882         public event System.EventHandler ForeColorChanged { add { } remove { } }
3883         public event System.EventHandler GridLineColorChanged { add { } remove { } }
3884         public event System.EventHandler GridLineStyleChanged { add { } remove { } }
3885         public event System.EventHandler HeaderBackColorChanged { add { } remove { } }
3886         public event System.EventHandler HeaderFontChanged { add { } remove { } }
3887         public event System.EventHandler HeaderForeColorChanged { add { } remove { } }
3888         public event System.EventHandler LinkColorChanged { add { } remove { } }
3889         public event System.EventHandler LinkHoverColorChanged { add { } remove { } }
3890         public event System.EventHandler MappingNameChanged { add { } remove { } }
3891         public event System.EventHandler PreferredColumnWidthChanged { add { } remove { } }
3892         public event System.EventHandler PreferredRowHeightChanged { add { } remove { } }
3893         public event System.EventHandler ReadOnlyChanged { add { } remove { } }
3894         public event System.EventHandler RowHeadersVisibleChanged { add { } remove { } }
3895         public event System.EventHandler RowHeaderWidthChanged { add { } remove { } }
3896         public event System.EventHandler SelectionBackColorChanged { add { } remove { } }
3897         public event System.EventHandler SelectionForeColorChanged { add { } remove { } }
BeginEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, int rowNumber)3898         public bool BeginEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, int rowNumber) { throw null; }
CreateGridColumn(System.ComponentModel.PropertyDescriptor prop)3899         protected internal virtual System.Windows.Forms.DataGridColumnStyle CreateGridColumn(System.ComponentModel.PropertyDescriptor prop) { throw null; }
CreateGridColumn(System.ComponentModel.PropertyDescriptor prop, bool isDefault)3900         protected internal virtual System.Windows.Forms.DataGridColumnStyle CreateGridColumn(System.ComponentModel.PropertyDescriptor prop, bool isDefault) { throw null; }
Dispose(bool disposing)3901         protected override void Dispose(bool disposing) { }
EndEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, int rowNumber, bool shouldAbort)3902         public bool EndEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, int rowNumber, bool shouldAbort) { throw null; }
OnAllowSortingChanged(System.EventArgs e)3903         protected virtual void OnAllowSortingChanged(System.EventArgs e) { }
OnAlternatingBackColorChanged(System.EventArgs e)3904         protected virtual void OnAlternatingBackColorChanged(System.EventArgs e) { }
OnBackColorChanged(System.EventArgs e)3905         protected virtual void OnBackColorChanged(System.EventArgs e) { }
OnColumnHeadersVisibleChanged(System.EventArgs e)3906         protected virtual void OnColumnHeadersVisibleChanged(System.EventArgs e) { }
OnForeColorChanged(System.EventArgs e)3907         protected virtual void OnForeColorChanged(System.EventArgs e) { }
OnGridLineColorChanged(System.EventArgs e)3908         protected virtual void OnGridLineColorChanged(System.EventArgs e) { }
OnGridLineStyleChanged(System.EventArgs e)3909         protected virtual void OnGridLineStyleChanged(System.EventArgs e) { }
OnHeaderBackColorChanged(System.EventArgs e)3910         protected virtual void OnHeaderBackColorChanged(System.EventArgs e) { }
OnHeaderFontChanged(System.EventArgs e)3911         protected virtual void OnHeaderFontChanged(System.EventArgs e) { }
OnHeaderForeColorChanged(System.EventArgs e)3912         protected virtual void OnHeaderForeColorChanged(System.EventArgs e) { }
OnLinkColorChanged(System.EventArgs e)3913         protected virtual void OnLinkColorChanged(System.EventArgs e) { }
OnLinkHoverColorChanged(System.EventArgs e)3914         protected virtual void OnLinkHoverColorChanged(System.EventArgs e) { }
OnMappingNameChanged(System.EventArgs e)3915         protected virtual void OnMappingNameChanged(System.EventArgs e) { }
OnPreferredColumnWidthChanged(System.EventArgs e)3916         protected virtual void OnPreferredColumnWidthChanged(System.EventArgs e) { }
OnPreferredRowHeightChanged(System.EventArgs e)3917         protected virtual void OnPreferredRowHeightChanged(System.EventArgs e) { }
OnReadOnlyChanged(System.EventArgs e)3918         protected virtual void OnReadOnlyChanged(System.EventArgs e) { }
OnRowHeadersVisibleChanged(System.EventArgs e)3919         protected virtual void OnRowHeadersVisibleChanged(System.EventArgs e) { }
OnRowHeaderWidthChanged(System.EventArgs e)3920         protected virtual void OnRowHeaderWidthChanged(System.EventArgs e) { }
OnSelectionBackColorChanged(System.EventArgs e)3921         protected virtual void OnSelectionBackColorChanged(System.EventArgs e) { }
OnSelectionForeColorChanged(System.EventArgs e)3922         protected virtual void OnSelectionForeColorChanged(System.EventArgs e) { }
ResetAlternatingBackColor()3923         public void ResetAlternatingBackColor() { }
ResetBackColor()3924         public void ResetBackColor() { }
ResetForeColor()3925         public void ResetForeColor() { }
ResetGridLineColor()3926         public void ResetGridLineColor() { }
ResetHeaderBackColor()3927         public void ResetHeaderBackColor() { }
ResetHeaderFont()3928         public void ResetHeaderFont() { }
ResetHeaderForeColor()3929         public void ResetHeaderForeColor() { }
ResetLinkColor()3930         public void ResetLinkColor() { }
ResetLinkHoverColor()3931         public void ResetLinkHoverColor() { }
ResetSelectionBackColor()3932         public void ResetSelectionBackColor() { }
ResetSelectionForeColor()3933         public void ResetSelectionForeColor() { }
ShouldSerializeAlternatingBackColor()3934         protected virtual bool ShouldSerializeAlternatingBackColor() { throw null; }
ShouldSerializeBackColor()3935         protected bool ShouldSerializeBackColor() { throw null; }
ShouldSerializeForeColor()3936         protected bool ShouldSerializeForeColor() { throw null; }
ShouldSerializeGridLineColor()3937         protected virtual bool ShouldSerializeGridLineColor() { throw null; }
ShouldSerializeHeaderBackColor()3938         protected virtual bool ShouldSerializeHeaderBackColor() { throw null; }
ShouldSerializeHeaderForeColor()3939         protected virtual bool ShouldSerializeHeaderForeColor() { throw null; }
ShouldSerializeLinkColor()3940         protected virtual bool ShouldSerializeLinkColor() { throw null; }
ShouldSerializeLinkHoverColor()3941         protected virtual bool ShouldSerializeLinkHoverColor() { throw null; }
ShouldSerializePreferredRowHeight()3942         protected bool ShouldSerializePreferredRowHeight() { throw null; }
ShouldSerializeSelectionBackColor()3943         protected bool ShouldSerializeSelectionBackColor() { throw null; }
ShouldSerializeSelectionForeColor()3944         protected virtual bool ShouldSerializeSelectionForeColor() { throw null; }
3945     }
3946     [System.ComponentModel.DefaultPropertyAttribute("GridEditName")]
3947     [System.ComponentModel.DesignTimeVisibleAttribute(false)]
3948     [System.ComponentModel.ToolboxItemAttribute(false)]
3949     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
3950     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3951     public partial class DataGridTextBox : System.Windows.Forms.TextBox
3952     {
DataGridTextBox()3953         public DataGridTextBox() { }
3954         public bool IsInEditOrNavigateMode { get { throw null; } set { } }
OnKeyPress(System.Windows.Forms.KeyPressEventArgs e)3955         protected override void OnKeyPress(System.Windows.Forms.KeyPressEventArgs e) { }
OnMouseWheel(System.Windows.Forms.MouseEventArgs e)3956         protected override void OnMouseWheel(System.Windows.Forms.MouseEventArgs e) { }
3957         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessKeyMessage(ref System.Windows.Forms.Message m)3958         protected internal override bool ProcessKeyMessage(ref System.Windows.Forms.Message m) { throw null; }
SetDataGrid(System.Windows.Forms.DataGrid parentGrid)3959         public void SetDataGrid(System.Windows.Forms.DataGrid parentGrid) { }
3960         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
WndProc(ref System.Windows.Forms.Message m)3961         protected override void WndProc(ref System.Windows.Forms.Message m) { }
3962     }
3963     public partial class DataGridTextBoxColumn : System.Windows.Forms.DataGridColumnStyle
3964     {
DataGridTextBoxColumn()3965         public DataGridTextBoxColumn() { }
DataGridTextBoxColumn(System.ComponentModel.PropertyDescriptor prop)3966         public DataGridTextBoxColumn(System.ComponentModel.PropertyDescriptor prop) { }
DataGridTextBoxColumn(System.ComponentModel.PropertyDescriptor prop, bool isDefault)3967         public DataGridTextBoxColumn(System.ComponentModel.PropertyDescriptor prop, bool isDefault) { }
DataGridTextBoxColumn(System.ComponentModel.PropertyDescriptor prop, string format)3968         public DataGridTextBoxColumn(System.ComponentModel.PropertyDescriptor prop, string format) { }
DataGridTextBoxColumn(System.ComponentModel.PropertyDescriptor prop, string format, bool isDefault)3969         public DataGridTextBoxColumn(System.ComponentModel.PropertyDescriptor prop, string format, bool isDefault) { }
3970         [System.ComponentModel.DefaultValueAttribute(null)]
3971         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataGridColumnStyleFormatEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
3972         public string Format { get { throw null; } set { } }
3973         [System.ComponentModel.BrowsableAttribute(false)]
3974         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
3975         public System.IFormatProvider FormatInfo { get { throw null; } set { } }
3976         [System.ComponentModel.DefaultValueAttribute(null)]
3977         public override System.ComponentModel.PropertyDescriptor PropertyDescriptor { set { } }
3978         public override bool ReadOnly { get { throw null; } set { } }
3979         [System.ComponentModel.BrowsableAttribute(false)]
3980         public virtual System.Windows.Forms.TextBox TextBox { get { throw null; } }
Abort(int rowNum)3981         protected internal override void Abort(int rowNum) { }
Commit(System.Windows.Forms.CurrencyManager dataSource, int rowNum)3982         protected internal override bool Commit(System.Windows.Forms.CurrencyManager dataSource, int rowNum) { throw null; }
ConcedeFocus()3983         protected internal override void ConcedeFocus() { }
Edit(System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Rectangle bounds, bool readOnly, string displayText, bool cellIsVisible)3984         protected internal override void Edit(System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Rectangle bounds, bool readOnly, string displayText, bool cellIsVisible) { }
EndEdit()3985         protected void EndEdit() { }
EnterNullValue()3986         protected internal override void EnterNullValue() { }
GetMinimumHeight()3987         protected internal override int GetMinimumHeight() { throw null; }
GetPreferredHeight(System.Drawing.Graphics g, object value)3988         protected internal override int GetPreferredHeight(System.Drawing.Graphics g, object value) { throw null; }
GetPreferredSize(System.Drawing.Graphics g, object value)3989         protected internal override System.Drawing.Size GetPreferredSize(System.Drawing.Graphics g, object value) { throw null; }
HideEditBox()3990         protected void HideEditBox() { }
Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum)3991         protected internal override void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum) { }
Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum, bool alignToRight)3992         protected internal override void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum, bool alignToRight) { }
Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Brush backBrush, System.Drawing.Brush foreBrush, bool alignToRight)3993         protected internal override void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Brush backBrush, System.Drawing.Brush foreBrush, bool alignToRight) { }
PaintText(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string text, bool alignToRight)3994         protected void PaintText(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string text, bool alignToRight) { }
PaintText(System.Drawing.Graphics g, System.Drawing.Rectangle textBounds, string text, System.Drawing.Brush backBrush, System.Drawing.Brush foreBrush, bool alignToRight)3995         protected void PaintText(System.Drawing.Graphics g, System.Drawing.Rectangle textBounds, string text, System.Drawing.Brush backBrush, System.Drawing.Brush foreBrush, bool alignToRight) { }
ReleaseHostedControl()3996         protected internal override void ReleaseHostedControl() { }
SetDataGridInColumn(System.Windows.Forms.DataGrid value)3997         protected override void SetDataGridInColumn(System.Windows.Forms.DataGrid value) { }
UpdateUI(System.Windows.Forms.CurrencyManager source, int rowNum, string displayText)3998         protected internal override void UpdateUI(System.Windows.Forms.CurrencyManager source, int rowNum, string displayText) { }
3999     }
4000     [System.ComponentModel.ComplexBindingPropertiesAttribute("DataSource", "DataMember")]
4001     [System.ComponentModel.DefaultEventAttribute("CellContentClick")]
4002     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.DataGridViewDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
4003     [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataGridViewComponentEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.ComponentModel.ComponentEditor))]
4004     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
4005     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4006     [System.Windows.Forms.DockingAttribute((System.Windows.Forms.DockingBehavior)(1))]
4007     public partial class DataGridView : System.Windows.Forms.Control, System.ComponentModel.ISupportInitialize
4008     {
DataGridView()4009         public DataGridView() { }
4010         [System.ComponentModel.BrowsableAttribute(false)]
4011         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4012         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4013         public virtual System.Windows.Forms.DataGridViewAdvancedBorderStyle AdjustedTopLeftHeaderBorderStyle { get { throw null; } }
4014         [System.ComponentModel.BrowsableAttribute(false)]
4015         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4016         public System.Windows.Forms.DataGridViewAdvancedBorderStyle AdvancedCellBorderStyle { get { throw null; } }
4017         [System.ComponentModel.BrowsableAttribute(false)]
4018         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4019         public System.Windows.Forms.DataGridViewAdvancedBorderStyle AdvancedColumnHeadersBorderStyle { get { throw null; } }
4020         [System.ComponentModel.BrowsableAttribute(false)]
4021         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4022         public System.Windows.Forms.DataGridViewAdvancedBorderStyle AdvancedRowHeadersBorderStyle { get { throw null; } }
4023         [System.ComponentModel.DefaultValueAttribute(true)]
4024         public bool AllowUserToAddRows { get { throw null; } set { } }
4025         [System.ComponentModel.DefaultValueAttribute(true)]
4026         public bool AllowUserToDeleteRows { get { throw null; } set { } }
4027         [System.ComponentModel.DefaultValueAttribute(false)]
4028         public bool AllowUserToOrderColumns { get { throw null; } set { } }
4029         [System.ComponentModel.DefaultValueAttribute(true)]
4030         public bool AllowUserToResizeColumns { get { throw null; } set { } }
4031         [System.ComponentModel.DefaultValueAttribute(true)]
4032         public bool AllowUserToResizeRows { get { throw null; } set { } }
4033         public System.Windows.Forms.DataGridViewCellStyle AlternatingRowsDefaultCellStyle { get { throw null; } set { } }
4034         [System.ComponentModel.BrowsableAttribute(false)]
4035         [System.ComponentModel.DefaultValueAttribute(true)]
4036         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4037         public bool AutoGenerateColumns { get { throw null; } set { } }
4038         public override bool AutoSize { get { throw null; } set { } }
4039         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewAutoSizeColumnsMode)(1))]
4040         public System.Windows.Forms.DataGridViewAutoSizeColumnsMode AutoSizeColumnsMode { get { throw null; } set { } }
4041         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewAutoSizeRowsMode)(0))]
4042         public System.Windows.Forms.DataGridViewAutoSizeRowsMode AutoSizeRowsMode { get { throw null; } set { } }
4043         [System.ComponentModel.BrowsableAttribute(false)]
4044         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4045         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
4046         public override System.Drawing.Color BackColor { get { throw null; } set { } }
4047         public System.Drawing.Color BackgroundColor { get { throw null; } set { } }
4048         [System.ComponentModel.BrowsableAttribute(false)]
4049         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
4050         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
4051         [System.ComponentModel.BrowsableAttribute(false)]
4052         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
4053         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
4054         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.BorderStyle)(1))]
4055         public System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
4056         protected override bool CanEnableIme { get { throw null; } }
4057         [System.ComponentModel.BrowsableAttribute(true)]
4058         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewCellBorderStyle)(1))]
4059         public System.Windows.Forms.DataGridViewCellBorderStyle CellBorderStyle { get { throw null; } set { } }
4060         [System.ComponentModel.BrowsableAttribute(true)]
4061         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewClipboardCopyMode)(1))]
4062         public System.Windows.Forms.DataGridViewClipboardCopyMode ClipboardCopyMode { get { throw null; } set { } }
4063         [System.ComponentModel.BrowsableAttribute(false)]
4064         [System.ComponentModel.DefaultValueAttribute(0)]
4065         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4066         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4067         public int ColumnCount { get { throw null; } set { } }
4068         [System.ComponentModel.BrowsableAttribute(true)]
4069         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewHeaderBorderStyle)(2))]
4070         public System.Windows.Forms.DataGridViewHeaderBorderStyle ColumnHeadersBorderStyle { get { throw null; } set { } }
4071         [System.ComponentModel.AmbientValueAttribute(null)]
4072         public System.Windows.Forms.DataGridViewCellStyle ColumnHeadersDefaultCellStyle { get { throw null; } set { } }
4073         [System.ComponentModel.LocalizableAttribute(true)]
4074         public int ColumnHeadersHeight { get { throw null; } set { } }
4075         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode)(0))]
4076         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
4077         public System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode ColumnHeadersHeightSizeMode { get { throw null; } set { } }
4078         [System.ComponentModel.DefaultValueAttribute(true)]
4079         public bool ColumnHeadersVisible { get { throw null; } set { } }
4080         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
4081         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataGridViewColumnCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
4082         [System.ComponentModel.MergablePropertyAttribute(false)]
4083         public System.Windows.Forms.DataGridViewColumnCollection Columns { get { throw null; } }
4084         [System.ComponentModel.BrowsableAttribute(false)]
4085         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4086         public System.Windows.Forms.DataGridViewCell CurrentCell { get { throw null; } set { } }
4087         [System.ComponentModel.BrowsableAttribute(false)]
4088         public System.Drawing.Point CurrentCellAddress { get { throw null; } }
4089         [System.ComponentModel.BrowsableAttribute(false)]
4090         public System.Windows.Forms.DataGridViewRow CurrentRow { get { throw null; } }
4091         [System.ComponentModel.DefaultValueAttribute("")]
4092         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataMemberListEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
4093         public string DataMember { get { throw null; } set { } }
4094         [System.ComponentModel.AttributeProviderAttribute(typeof(System.ComponentModel.IListSource))]
4095         [System.ComponentModel.DefaultValueAttribute(null)]
4096         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
4097         public object DataSource { get { throw null; } set { } }
4098         [System.ComponentModel.AmbientValueAttribute(null)]
4099         public System.Windows.Forms.DataGridViewCellStyle DefaultCellStyle { get { throw null; } set { } }
4100         protected override System.Drawing.Size DefaultSize { get { throw null; } }
4101         public override System.Drawing.Rectangle DisplayRectangle { get { throw null; } }
4102         [System.ComponentModel.BrowsableAttribute(false)]
4103         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4104         public System.Windows.Forms.Control EditingControl { get { throw null; } }
4105         [System.ComponentModel.BrowsableAttribute(false)]
4106         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4107         public System.Windows.Forms.Panel EditingPanel { get { throw null; } }
4108         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewEditMode)(2))]
4109         public System.Windows.Forms.DataGridViewEditMode EditMode { get { throw null; } set { } }
4110         [System.ComponentModel.DefaultValueAttribute(true)]
4111         public bool EnableHeadersVisualStyles { get { throw null; } set { } }
4112         [System.ComponentModel.BrowsableAttribute(false)]
4113         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4114         public System.Windows.Forms.DataGridViewCell FirstDisplayedCell { get { throw null; } set { } }
4115         [System.ComponentModel.BrowsableAttribute(false)]
4116         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4117         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4118         public int FirstDisplayedScrollingColumnHiddenWidth { get { throw null; } }
4119         [System.ComponentModel.BrowsableAttribute(false)]
4120         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4121         public int FirstDisplayedScrollingColumnIndex { get { throw null; } set { } }
4122         [System.ComponentModel.BrowsableAttribute(false)]
4123         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4124         public int FirstDisplayedScrollingRowIndex { get { throw null; } set { } }
4125         [System.ComponentModel.BrowsableAttribute(false)]
4126         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4127         public override System.Drawing.Font Font { get { throw null; } set { } }
4128         [System.ComponentModel.BrowsableAttribute(false)]
4129         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4130         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4131         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
4132         public System.Drawing.Color GridColor { get { throw null; } set { } }
4133         protected System.Windows.Forms.ScrollBar HorizontalScrollBar { get { throw null; } }
4134         [System.ComponentModel.BrowsableAttribute(false)]
4135         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4136         public int HorizontalScrollingOffset { get { throw null; } set { } }
4137         [System.ComponentModel.BrowsableAttribute(false)]
4138         public bool IsCurrentCellDirty { get { throw null; } }
4139         [System.ComponentModel.BrowsableAttribute(false)]
4140         public bool IsCurrentCellInEditMode { get { throw null; } }
4141         [System.ComponentModel.BrowsableAttribute(false)]
4142         public bool IsCurrentRowDirty { get { throw null; } }
4143         [System.ComponentModel.BrowsableAttribute(false)]
4144         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4145         public System.Windows.Forms.DataGridViewCell this[int columnIndex, int rowIndex] { get { throw null; } set { } }
4146         [System.ComponentModel.BrowsableAttribute(false)]
4147         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4148         public System.Windows.Forms.DataGridViewCell this[string columnName, int rowIndex] { get { throw null; } set { } }
4149         [System.ComponentModel.DefaultValueAttribute(true)]
4150         public bool MultiSelect { get { throw null; } set { } }
4151         [System.ComponentModel.BrowsableAttribute(false)]
4152         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4153         public int NewRowIndex { get { throw null; } }
4154         [System.ComponentModel.BrowsableAttribute(false)]
4155         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4156         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
4157         public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
4158         [System.ComponentModel.BrowsableAttribute(true)]
4159         [System.ComponentModel.DefaultValueAttribute(false)]
4160         public bool ReadOnly { get { throw null; } set { } }
4161         [System.ComponentModel.BrowsableAttribute(false)]
4162         [System.ComponentModel.DefaultValueAttribute(0)]
4163         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4164         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4165         public int RowCount { get { throw null; } set { } }
4166         [System.ComponentModel.BrowsableAttribute(true)]
4167         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewHeaderBorderStyle)(2))]
4168         public System.Windows.Forms.DataGridViewHeaderBorderStyle RowHeadersBorderStyle { get { throw null; } set { } }
4169         [System.ComponentModel.AmbientValueAttribute(null)]
4170         public System.Windows.Forms.DataGridViewCellStyle RowHeadersDefaultCellStyle { get { throw null; } set { } }
4171         [System.ComponentModel.DefaultValueAttribute(true)]
4172         public bool RowHeadersVisible { get { throw null; } set { } }
4173         [System.ComponentModel.LocalizableAttribute(true)]
4174         public int RowHeadersWidth { get { throw null; } set { } }
4175         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode)(0))]
4176         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
4177         public System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode RowHeadersWidthSizeMode { get { throw null; } set { } }
4178         [System.ComponentModel.BrowsableAttribute(false)]
4179         public System.Windows.Forms.DataGridViewRowCollection Rows { get { throw null; } }
4180         public System.Windows.Forms.DataGridViewCellStyle RowsDefaultCellStyle { get { throw null; } set { } }
4181         [System.ComponentModel.BrowsableAttribute(true)]
4182         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
4183         public System.Windows.Forms.DataGridViewRow RowTemplate { get { throw null; } set { } }
4184         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ScrollBars)(3))]
4185         [System.ComponentModel.LocalizableAttribute(true)]
4186         public System.Windows.Forms.ScrollBars ScrollBars { get { throw null; } set { } }
4187         [System.ComponentModel.BrowsableAttribute(false)]
4188         public System.Windows.Forms.DataGridViewSelectedCellCollection SelectedCells { get { throw null; } }
4189         [System.ComponentModel.BrowsableAttribute(false)]
4190         public System.Windows.Forms.DataGridViewSelectedColumnCollection SelectedColumns { get { throw null; } }
4191         [System.ComponentModel.BrowsableAttribute(false)]
4192         public System.Windows.Forms.DataGridViewSelectedRowCollection SelectedRows { get { throw null; } }
4193         [System.ComponentModel.BrowsableAttribute(true)]
4194         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewSelectionMode)(3))]
4195         public System.Windows.Forms.DataGridViewSelectionMode SelectionMode { get { throw null; } set { } }
4196         [System.ComponentModel.DefaultValueAttribute(true)]
4197         public bool ShowCellErrors { get { throw null; } set { } }
4198         [System.ComponentModel.DefaultValueAttribute(true)]
4199         public bool ShowCellToolTips { get { throw null; } set { } }
4200         [System.ComponentModel.DefaultValueAttribute(true)]
4201         public bool ShowEditingIcon { get { throw null; } set { } }
4202         [System.ComponentModel.DefaultValueAttribute(true)]
4203         public bool ShowRowErrors { get { throw null; } set { } }
4204         [System.ComponentModel.BrowsableAttribute(false)]
4205         public System.Windows.Forms.DataGridViewColumn SortedColumn { get { throw null; } }
4206         [System.ComponentModel.BrowsableAttribute(false)]
4207         public System.Windows.Forms.SortOrder SortOrder { get { throw null; } }
4208         [System.ComponentModel.DefaultValueAttribute(false)]
4209         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4210         public bool StandardTab { get { throw null; } set { } }
4211         [System.ComponentModel.BindableAttribute(false)]
4212         [System.ComponentModel.BrowsableAttribute(false)]
4213         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
4214         public override string Text { get { throw null; } set { } }
4215         [System.ComponentModel.BrowsableAttribute(false)]
4216         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4217         public System.Windows.Forms.DataGridViewHeaderCell TopLeftHeaderCell { get { throw null; } set { } }
4218         [System.ComponentModel.BrowsableAttribute(false)]
4219         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4220         public System.Windows.Forms.Cursor UserSetCursor { get { throw null; } }
4221         protected System.Windows.Forms.ScrollBar VerticalScrollBar { get { throw null; } }
4222         [System.ComponentModel.BrowsableAttribute(false)]
4223         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4224         public int VerticalScrollingOffset { get { throw null; } }
4225         [System.ComponentModel.DefaultValueAttribute(false)]
4226         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4227         public bool VirtualMode { get { throw null; } set { } }
4228         public event System.EventHandler AllowUserToAddRowsChanged { add { } remove { } }
4229         public event System.EventHandler AllowUserToDeleteRowsChanged { add { } remove { } }
4230         public event System.EventHandler AllowUserToOrderColumnsChanged { add { } remove { } }
4231         public event System.EventHandler AllowUserToResizeColumnsChanged { add { } remove { } }
4232         public event System.EventHandler AllowUserToResizeRowsChanged { add { } remove { } }
4233         public event System.EventHandler AlternatingRowsDefaultCellStyleChanged { add { } remove { } }
4234         [System.ComponentModel.BrowsableAttribute(false)]
4235         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4236         public event System.EventHandler AutoGenerateColumnsChanged { add { } remove { } }
4237         public event System.Windows.Forms.DataGridViewAutoSizeColumnModeEventHandler AutoSizeColumnModeChanged { add { } remove { } }
4238         public event System.Windows.Forms.DataGridViewAutoSizeColumnsModeEventHandler AutoSizeColumnsModeChanged { add { } remove { } }
4239         public event System.Windows.Forms.DataGridViewAutoSizeModeEventHandler AutoSizeRowsModeChanged { add { } remove { } }
4240         [System.ComponentModel.BrowsableAttribute(false)]
4241         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
4242         public new event System.EventHandler BackColorChanged { add { } remove { } }
4243         public event System.EventHandler BackgroundColorChanged { add { } remove { } }
4244         [System.ComponentModel.BrowsableAttribute(false)]
4245         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
4246         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
4247         [System.ComponentModel.BrowsableAttribute(false)]
4248         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
4249         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
4250         public event System.EventHandler BorderStyleChanged { add { } remove { } }
4251         public event System.Windows.Forms.QuestionEventHandler CancelRowEdit { add { } remove { } }
4252         public event System.Windows.Forms.DataGridViewCellCancelEventHandler CellBeginEdit { add { } remove { } }
4253         public event System.EventHandler CellBorderStyleChanged { add { } remove { } }
4254         public event System.Windows.Forms.DataGridViewCellEventHandler CellClick { add { } remove { } }
4255         public event System.Windows.Forms.DataGridViewCellEventHandler CellContentClick { add { } remove { } }
4256         public event System.Windows.Forms.DataGridViewCellEventHandler CellContentDoubleClick { add { } remove { } }
4257         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4258         public event System.Windows.Forms.DataGridViewCellEventHandler CellContextMenuStripChanged { add { } remove { } }
4259         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4260         public event System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventHandler CellContextMenuStripNeeded { add { } remove { } }
4261         public event System.Windows.Forms.DataGridViewCellEventHandler CellDoubleClick { add { } remove { } }
4262         public event System.Windows.Forms.DataGridViewCellEventHandler CellEndEdit { add { } remove { } }
4263         public event System.Windows.Forms.DataGridViewCellEventHandler CellEnter { add { } remove { } }
4264         public event System.Windows.Forms.DataGridViewCellEventHandler CellErrorTextChanged { add { } remove { } }
4265         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4266         public event System.Windows.Forms.DataGridViewCellErrorTextNeededEventHandler CellErrorTextNeeded { add { } remove { } }
4267         public event System.Windows.Forms.DataGridViewCellFormattingEventHandler CellFormatting { add { } remove { } }
4268         public event System.Windows.Forms.DataGridViewCellEventHandler CellLeave { add { } remove { } }
4269         public event System.Windows.Forms.DataGridViewCellMouseEventHandler CellMouseClick { add { } remove { } }
4270         public event System.Windows.Forms.DataGridViewCellMouseEventHandler CellMouseDoubleClick { add { } remove { } }
4271         public event System.Windows.Forms.DataGridViewCellMouseEventHandler CellMouseDown { add { } remove { } }
4272         public event System.Windows.Forms.DataGridViewCellEventHandler CellMouseEnter { add { } remove { } }
4273         public event System.Windows.Forms.DataGridViewCellEventHandler CellMouseLeave { add { } remove { } }
4274         public event System.Windows.Forms.DataGridViewCellMouseEventHandler CellMouseMove { add { } remove { } }
4275         public event System.Windows.Forms.DataGridViewCellMouseEventHandler CellMouseUp { add { } remove { } }
4276         public event System.Windows.Forms.DataGridViewCellPaintingEventHandler CellPainting { add { } remove { } }
4277         public event System.Windows.Forms.DataGridViewCellParsingEventHandler CellParsing { add { } remove { } }
4278         public event System.Windows.Forms.DataGridViewCellStateChangedEventHandler CellStateChanged { add { } remove { } }
4279         public event System.Windows.Forms.DataGridViewCellEventHandler CellStyleChanged { add { } remove { } }
4280         public event System.Windows.Forms.DataGridViewCellStyleContentChangedEventHandler CellStyleContentChanged { add { } remove { } }
4281         public event System.Windows.Forms.DataGridViewCellEventHandler CellToolTipTextChanged { add { } remove { } }
4282         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4283         public event System.Windows.Forms.DataGridViewCellToolTipTextNeededEventHandler CellToolTipTextNeeded { add { } remove { } }
4284         public event System.Windows.Forms.DataGridViewCellEventHandler CellValidated { add { } remove { } }
4285         public event System.Windows.Forms.DataGridViewCellValidatingEventHandler CellValidating { add { } remove { } }
4286         public event System.Windows.Forms.DataGridViewCellEventHandler CellValueChanged { add { } remove { } }
4287         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4288         public event System.Windows.Forms.DataGridViewCellValueEventHandler CellValueNeeded { add { } remove { } }
4289         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4290         public event System.Windows.Forms.DataGridViewCellValueEventHandler CellValuePushed { add { } remove { } }
4291         public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnAdded { add { } remove { } }
4292         public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnContextMenuStripChanged { add { } remove { } }
4293         public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnDataPropertyNameChanged { add { } remove { } }
4294         public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnDefaultCellStyleChanged { add { } remove { } }
4295         public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnDisplayIndexChanged { add { } remove { } }
4296         public event System.Windows.Forms.DataGridViewColumnDividerDoubleClickEventHandler ColumnDividerDoubleClick { add { } remove { } }
4297         public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnDividerWidthChanged { add { } remove { } }
4298         public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnHeaderCellChanged { add { } remove { } }
4299         public event System.Windows.Forms.DataGridViewCellMouseEventHandler ColumnHeaderMouseClick { add { } remove { } }
4300         public event System.Windows.Forms.DataGridViewCellMouseEventHandler ColumnHeaderMouseDoubleClick { add { } remove { } }
4301         public event System.EventHandler ColumnHeadersBorderStyleChanged { add { } remove { } }
4302         public event System.EventHandler ColumnHeadersDefaultCellStyleChanged { add { } remove { } }
4303         public event System.EventHandler ColumnHeadersHeightChanged { add { } remove { } }
4304         public event System.Windows.Forms.DataGridViewAutoSizeModeEventHandler ColumnHeadersHeightSizeModeChanged { add { } remove { } }
4305         public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnMinimumWidthChanged { add { } remove { } }
4306         public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnNameChanged { add { } remove { } }
4307         public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnRemoved { add { } remove { } }
4308         public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnSortModeChanged { add { } remove { } }
4309         public event System.Windows.Forms.DataGridViewColumnStateChangedEventHandler ColumnStateChanged { add { } remove { } }
4310         public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnToolTipTextChanged { add { } remove { } }
4311         public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnWidthChanged { add { } remove { } }
4312         public event System.EventHandler CurrentCellChanged { add { } remove { } }
4313         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4314         public event System.EventHandler CurrentCellDirtyStateChanged { add { } remove { } }
4315         public event System.Windows.Forms.DataGridViewBindingCompleteEventHandler DataBindingComplete { add { } remove { } }
4316         public event System.Windows.Forms.DataGridViewDataErrorEventHandler DataError { add { } remove { } }
4317         public event System.EventHandler DataMemberChanged { add { } remove { } }
4318         public event System.EventHandler DataSourceChanged { add { } remove { } }
4319         public event System.EventHandler DefaultCellStyleChanged { add { } remove { } }
4320         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4321         public event System.Windows.Forms.DataGridViewRowEventHandler DefaultValuesNeeded { add { } remove { } }
4322         public event System.Windows.Forms.DataGridViewEditingControlShowingEventHandler EditingControlShowing { add { } remove { } }
4323         public event System.EventHandler EditModeChanged { add { } remove { } }
4324         [System.ComponentModel.BrowsableAttribute(false)]
4325         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4326         public new event System.EventHandler FontChanged { add { } remove { } }
4327         [System.ComponentModel.BrowsableAttribute(false)]
4328         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4329         public new event System.EventHandler ForeColorChanged { add { } remove { } }
4330         public event System.EventHandler GridColorChanged { add { } remove { } }
4331         public event System.EventHandler MultiSelectChanged { add { } remove { } }
4332         public event System.Windows.Forms.DataGridViewRowEventHandler NewRowNeeded { add { } remove { } }
4333         [System.ComponentModel.BrowsableAttribute(false)]
4334         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4335         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
4336         public new event System.EventHandler PaddingChanged { add { } remove { } }
4337         public event System.EventHandler ReadOnlyChanged { add { } remove { } }
4338         public event System.Windows.Forms.DataGridViewRowEventHandler RowContextMenuStripChanged { add { } remove { } }
4339         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4340         public event System.Windows.Forms.DataGridViewRowContextMenuStripNeededEventHandler RowContextMenuStripNeeded { add { } remove { } }
4341         public event System.Windows.Forms.DataGridViewRowEventHandler RowDefaultCellStyleChanged { add { } remove { } }
4342         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4343         public event System.Windows.Forms.QuestionEventHandler RowDirtyStateNeeded { add { } remove { } }
4344         public event System.Windows.Forms.DataGridViewRowDividerDoubleClickEventHandler RowDividerDoubleClick { add { } remove { } }
4345         public event System.Windows.Forms.DataGridViewRowEventHandler RowDividerHeightChanged { add { } remove { } }
4346         public event System.Windows.Forms.DataGridViewCellEventHandler RowEnter { add { } remove { } }
4347         public event System.Windows.Forms.DataGridViewRowEventHandler RowErrorTextChanged { add { } remove { } }
4348         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4349         public event System.Windows.Forms.DataGridViewRowErrorTextNeededEventHandler RowErrorTextNeeded { add { } remove { } }
4350         public event System.Windows.Forms.DataGridViewRowEventHandler RowHeaderCellChanged { add { } remove { } }
4351         public event System.Windows.Forms.DataGridViewCellMouseEventHandler RowHeaderMouseClick { add { } remove { } }
4352         public event System.Windows.Forms.DataGridViewCellMouseEventHandler RowHeaderMouseDoubleClick { add { } remove { } }
4353         public event System.EventHandler RowHeadersBorderStyleChanged { add { } remove { } }
4354         public event System.EventHandler RowHeadersDefaultCellStyleChanged { add { } remove { } }
4355         public event System.EventHandler RowHeadersWidthChanged { add { } remove { } }
4356         public event System.Windows.Forms.DataGridViewAutoSizeModeEventHandler RowHeadersWidthSizeModeChanged { add { } remove { } }
4357         public event System.Windows.Forms.DataGridViewRowEventHandler RowHeightChanged { add { } remove { } }
4358         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4359         public event System.Windows.Forms.DataGridViewRowHeightInfoNeededEventHandler RowHeightInfoNeeded { add { } remove { } }
4360         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4361         public event System.Windows.Forms.DataGridViewRowHeightInfoPushedEventHandler RowHeightInfoPushed { add { } remove { } }
4362         public event System.Windows.Forms.DataGridViewCellEventHandler RowLeave { add { } remove { } }
4363         public event System.Windows.Forms.DataGridViewRowEventHandler RowMinimumHeightChanged { add { } remove { } }
4364         public event System.Windows.Forms.DataGridViewRowPostPaintEventHandler RowPostPaint { add { } remove { } }
4365         public event System.Windows.Forms.DataGridViewRowPrePaintEventHandler RowPrePaint { add { } remove { } }
4366         public event System.Windows.Forms.DataGridViewRowsAddedEventHandler RowsAdded { add { } remove { } }
4367         public event System.EventHandler RowsDefaultCellStyleChanged { add { } remove { } }
4368         public event System.Windows.Forms.DataGridViewRowsRemovedEventHandler RowsRemoved { add { } remove { } }
4369         public event System.Windows.Forms.DataGridViewRowStateChangedEventHandler RowStateChanged { add { } remove { } }
4370         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4371         public event System.Windows.Forms.DataGridViewRowEventHandler RowUnshared { add { } remove { } }
4372         public event System.Windows.Forms.DataGridViewCellEventHandler RowValidated { add { } remove { } }
4373         public event System.Windows.Forms.DataGridViewCellCancelEventHandler RowValidating { add { } remove { } }
4374         public event System.Windows.Forms.ScrollEventHandler Scroll { add { } remove { } }
4375         public event System.EventHandler SelectionChanged { add { } remove { } }
4376         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4377         public event System.Windows.Forms.DataGridViewSortCompareEventHandler SortCompare { add { } remove { } }
4378         public event System.EventHandler Sorted { add { } remove { } }
4379         [System.ComponentModel.BrowsableAttribute(false)]
4380         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
4381         public new event System.EventHandler StyleChanged { add { } remove { } }
4382         [System.ComponentModel.BrowsableAttribute(false)]
4383         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
4384         public new event System.EventHandler TextChanged { add { } remove { } }
4385         public event System.Windows.Forms.DataGridViewRowEventHandler UserAddedRow { add { } remove { } }
4386         public event System.Windows.Forms.DataGridViewRowEventHandler UserDeletedRow { add { } remove { } }
4387         public event System.Windows.Forms.DataGridViewRowCancelEventHandler UserDeletingRow { add { } remove { } }
AccessibilityNotifyCurrentCellChanged(System.Drawing.Point cellAddress)4388         protected virtual void AccessibilityNotifyCurrentCellChanged(System.Drawing.Point cellAddress) { }
4389         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
AdjustColumnHeaderBorderStyle(System.Windows.Forms.DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStyleInput, System.Windows.Forms.DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStylePlaceholder, bool isFirstDisplayedColumn, bool isLastVisibleColumn)4390         public virtual System.Windows.Forms.DataGridViewAdvancedBorderStyle AdjustColumnHeaderBorderStyle(System.Windows.Forms.DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStyleInput, System.Windows.Forms.DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStylePlaceholder, bool isFirstDisplayedColumn, bool isLastVisibleColumn) { throw null; }
AreAllCellsSelected(bool includeInvisibleCells)4391         public bool AreAllCellsSelected(bool includeInvisibleCells) { throw null; }
AutoResizeColumn(int columnIndex)4392         public void AutoResizeColumn(int columnIndex) { }
AutoResizeColumn(int columnIndex, System.Windows.Forms.DataGridViewAutoSizeColumnMode autoSizeColumnMode)4393         public void AutoResizeColumn(int columnIndex, System.Windows.Forms.DataGridViewAutoSizeColumnMode autoSizeColumnMode) { }
AutoResizeColumn(int columnIndex, System.Windows.Forms.DataGridViewAutoSizeColumnMode autoSizeColumnMode, bool fixedHeight)4394         protected void AutoResizeColumn(int columnIndex, System.Windows.Forms.DataGridViewAutoSizeColumnMode autoSizeColumnMode, bool fixedHeight) { }
AutoResizeColumnHeadersHeight()4395         public void AutoResizeColumnHeadersHeight() { }
AutoResizeColumnHeadersHeight(bool fixedRowHeadersWidth, bool fixedColumnsWidth)4396         protected void AutoResizeColumnHeadersHeight(bool fixedRowHeadersWidth, bool fixedColumnsWidth) { }
AutoResizeColumnHeadersHeight(int columnIndex)4397         public void AutoResizeColumnHeadersHeight(int columnIndex) { }
AutoResizeColumnHeadersHeight(int columnIndex, bool fixedRowHeadersWidth, bool fixedColumnWidth)4398         protected void AutoResizeColumnHeadersHeight(int columnIndex, bool fixedRowHeadersWidth, bool fixedColumnWidth) { }
AutoResizeColumns()4399         public void AutoResizeColumns() { }
AutoResizeColumns(System.Windows.Forms.DataGridViewAutoSizeColumnsMode autoSizeColumnsMode)4400         public void AutoResizeColumns(System.Windows.Forms.DataGridViewAutoSizeColumnsMode autoSizeColumnsMode) { }
AutoResizeColumns(System.Windows.Forms.DataGridViewAutoSizeColumnsMode autoSizeColumnsMode, bool fixedHeight)4401         protected void AutoResizeColumns(System.Windows.Forms.DataGridViewAutoSizeColumnsMode autoSizeColumnsMode, bool fixedHeight) { }
AutoResizeRow(int rowIndex)4402         public void AutoResizeRow(int rowIndex) { }
AutoResizeRow(int rowIndex, System.Windows.Forms.DataGridViewAutoSizeRowMode autoSizeRowMode)4403         public void AutoResizeRow(int rowIndex, System.Windows.Forms.DataGridViewAutoSizeRowMode autoSizeRowMode) { }
AutoResizeRow(int rowIndex, System.Windows.Forms.DataGridViewAutoSizeRowMode autoSizeRowMode, bool fixedWidth)4404         protected void AutoResizeRow(int rowIndex, System.Windows.Forms.DataGridViewAutoSizeRowMode autoSizeRowMode, bool fixedWidth) { }
AutoResizeRowHeadersWidth(int rowIndex, System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode rowHeadersWidthSizeMode)4405         public void AutoResizeRowHeadersWidth(int rowIndex, System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode rowHeadersWidthSizeMode) { }
AutoResizeRowHeadersWidth(int rowIndex, System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode rowHeadersWidthSizeMode, bool fixedColumnHeadersHeight, bool fixedRowHeight)4406         protected void AutoResizeRowHeadersWidth(int rowIndex, System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode rowHeadersWidthSizeMode, bool fixedColumnHeadersHeight, bool fixedRowHeight) { }
AutoResizeRowHeadersWidth(System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode rowHeadersWidthSizeMode)4407         public void AutoResizeRowHeadersWidth(System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode rowHeadersWidthSizeMode) { }
AutoResizeRowHeadersWidth(System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode rowHeadersWidthSizeMode, bool fixedColumnHeadersHeight, bool fixedRowsHeight)4408         protected void AutoResizeRowHeadersWidth(System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode rowHeadersWidthSizeMode, bool fixedColumnHeadersHeight, bool fixedRowsHeight) { }
AutoResizeRows()4409         public void AutoResizeRows() { }
AutoResizeRows(int rowIndexStart, int rowsCount, System.Windows.Forms.DataGridViewAutoSizeRowMode autoSizeRowMode, bool fixedWidth)4410         protected void AutoResizeRows(int rowIndexStart, int rowsCount, System.Windows.Forms.DataGridViewAutoSizeRowMode autoSizeRowMode, bool fixedWidth) { }
AutoResizeRows(System.Windows.Forms.DataGridViewAutoSizeRowsMode autoSizeRowsMode)4411         public void AutoResizeRows(System.Windows.Forms.DataGridViewAutoSizeRowsMode autoSizeRowsMode) { }
AutoResizeRows(System.Windows.Forms.DataGridViewAutoSizeRowsMode autoSizeRowsMode, bool fixedWidth)4412         protected void AutoResizeRows(System.Windows.Forms.DataGridViewAutoSizeRowsMode autoSizeRowsMode, bool fixedWidth) { }
BeginEdit(bool selectAll)4413         public virtual bool BeginEdit(bool selectAll) { throw null; }
CancelEdit()4414         public bool CancelEdit() { throw null; }
ClearSelection()4415         public void ClearSelection() { }
ClearSelection(int columnIndexException, int rowIndexException, bool selectExceptionElement)4416         protected void ClearSelection(int columnIndexException, int rowIndexException, bool selectExceptionElement) { }
CommitEdit(System.Windows.Forms.DataGridViewDataErrorContexts context)4417         public bool CommitEdit(System.Windows.Forms.DataGridViewDataErrorContexts context) { throw null; }
CreateAccessibilityInstance()4418         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
4419         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
CreateColumnsInstance()4420         protected virtual System.Windows.Forms.DataGridViewColumnCollection CreateColumnsInstance() { throw null; }
CreateControlsInstance()4421         protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw null; }
4422         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
CreateRowsInstance()4423         protected virtual System.Windows.Forms.DataGridViewRowCollection CreateRowsInstance() { throw null; }
DisplayedColumnCount(bool includePartialColumns)4424         public int DisplayedColumnCount(bool includePartialColumns) { throw null; }
DisplayedRowCount(bool includePartialRow)4425         public int DisplayedRowCount(bool includePartialRow) { throw null; }
Dispose(bool disposing)4426         protected override void Dispose(bool disposing) { }
EndEdit()4427         public bool EndEdit() { throw null; }
EndEdit(System.Windows.Forms.DataGridViewDataErrorContexts context)4428         public bool EndEdit(System.Windows.Forms.DataGridViewDataErrorContexts context) { throw null; }
GetAccessibilityObjectById(int objectId)4429         protected override System.Windows.Forms.AccessibleObject GetAccessibilityObjectById(int objectId) { throw null; }
GetCellCount(System.Windows.Forms.DataGridViewElementStates includeFilter)4430         public int GetCellCount(System.Windows.Forms.DataGridViewElementStates includeFilter) { throw null; }
GetCellDisplayRectangle(int columnIndex, int rowIndex, bool cutOverflow)4431         public System.Drawing.Rectangle GetCellDisplayRectangle(int columnIndex, int rowIndex, bool cutOverflow) { throw null; }
GetClipboardContent()4432         public virtual System.Windows.Forms.DataObject GetClipboardContent() { throw null; }
GetColumnDisplayRectangle(int columnIndex, bool cutOverflow)4433         public System.Drawing.Rectangle GetColumnDisplayRectangle(int columnIndex, bool cutOverflow) { throw null; }
GetRowDisplayRectangle(int rowIndex, bool cutOverflow)4434         public System.Drawing.Rectangle GetRowDisplayRectangle(int rowIndex, bool cutOverflow) { throw null; }
HitTest(int x, int y)4435         public System.Windows.Forms.DataGridView.HitTestInfo HitTest(int x, int y) { throw null; }
InvalidateCell(int columnIndex, int rowIndex)4436         public void InvalidateCell(int columnIndex, int rowIndex) { }
InvalidateCell(System.Windows.Forms.DataGridViewCell dataGridViewCell)4437         public void InvalidateCell(System.Windows.Forms.DataGridViewCell dataGridViewCell) { }
InvalidateColumn(int columnIndex)4438         public void InvalidateColumn(int columnIndex) { }
InvalidateRow(int rowIndex)4439         public void InvalidateRow(int rowIndex) { }
IsInputChar(char charCode)4440         protected override bool IsInputChar(char charCode) { throw null; }
IsInputKey(System.Windows.Forms.Keys keyData)4441         protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
NotifyCurrentCellDirty(bool dirty)4442         public virtual void NotifyCurrentCellDirty(bool dirty) { }
OnAllowUserToAddRowsChanged(System.EventArgs e)4443         protected virtual void OnAllowUserToAddRowsChanged(System.EventArgs e) { }
OnAllowUserToDeleteRowsChanged(System.EventArgs e)4444         protected virtual void OnAllowUserToDeleteRowsChanged(System.EventArgs e) { }
OnAllowUserToOrderColumnsChanged(System.EventArgs e)4445         protected virtual void OnAllowUserToOrderColumnsChanged(System.EventArgs e) { }
OnAllowUserToResizeColumnsChanged(System.EventArgs e)4446         protected virtual void OnAllowUserToResizeColumnsChanged(System.EventArgs e) { }
OnAllowUserToResizeRowsChanged(System.EventArgs e)4447         protected virtual void OnAllowUserToResizeRowsChanged(System.EventArgs e) { }
OnAlternatingRowsDefaultCellStyleChanged(System.EventArgs e)4448         protected virtual void OnAlternatingRowsDefaultCellStyleChanged(System.EventArgs e) { }
OnAutoGenerateColumnsChanged(System.EventArgs e)4449         protected virtual void OnAutoGenerateColumnsChanged(System.EventArgs e) { }
OnAutoSizeColumnModeChanged(System.Windows.Forms.DataGridViewAutoSizeColumnModeEventArgs e)4450         protected virtual void OnAutoSizeColumnModeChanged(System.Windows.Forms.DataGridViewAutoSizeColumnModeEventArgs e) { }
OnAutoSizeColumnsModeChanged(System.Windows.Forms.DataGridViewAutoSizeColumnsModeEventArgs e)4451         protected virtual void OnAutoSizeColumnsModeChanged(System.Windows.Forms.DataGridViewAutoSizeColumnsModeEventArgs e) { }
OnAutoSizeRowsModeChanged(System.Windows.Forms.DataGridViewAutoSizeModeEventArgs e)4452         protected virtual void OnAutoSizeRowsModeChanged(System.Windows.Forms.DataGridViewAutoSizeModeEventArgs e) { }
OnBackgroundColorChanged(System.EventArgs e)4453         protected virtual void OnBackgroundColorChanged(System.EventArgs e) { }
OnBindingContextChanged(System.EventArgs e)4454         protected override void OnBindingContextChanged(System.EventArgs e) { }
OnBorderStyleChanged(System.EventArgs e)4455         protected virtual void OnBorderStyleChanged(System.EventArgs e) { }
OnCancelRowEdit(System.Windows.Forms.QuestionEventArgs e)4456         protected virtual void OnCancelRowEdit(System.Windows.Forms.QuestionEventArgs e) { }
OnCellBeginEdit(System.Windows.Forms.DataGridViewCellCancelEventArgs e)4457         protected virtual void OnCellBeginEdit(System.Windows.Forms.DataGridViewCellCancelEventArgs e) { }
OnCellBorderStyleChanged(System.EventArgs e)4458         protected virtual void OnCellBorderStyleChanged(System.EventArgs e) { }
OnCellClick(System.Windows.Forms.DataGridViewCellEventArgs e)4459         protected virtual void OnCellClick(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnCellContentClick(System.Windows.Forms.DataGridViewCellEventArgs e)4460         protected virtual void OnCellContentClick(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnCellContentDoubleClick(System.Windows.Forms.DataGridViewCellEventArgs e)4461         protected virtual void OnCellContentDoubleClick(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnCellContextMenuStripChanged(System.Windows.Forms.DataGridViewCellEventArgs e)4462         protected virtual void OnCellContextMenuStripChanged(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnCellContextMenuStripNeeded(System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventArgs e)4463         protected virtual void OnCellContextMenuStripNeeded(System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventArgs e) { }
OnCellDoubleClick(System.Windows.Forms.DataGridViewCellEventArgs e)4464         protected virtual void OnCellDoubleClick(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnCellEndEdit(System.Windows.Forms.DataGridViewCellEventArgs e)4465         protected virtual void OnCellEndEdit(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnCellEnter(System.Windows.Forms.DataGridViewCellEventArgs e)4466         protected virtual void OnCellEnter(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnCellErrorTextChanged(System.Windows.Forms.DataGridViewCellEventArgs e)4467         protected virtual void OnCellErrorTextChanged(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnCellErrorTextNeeded(System.Windows.Forms.DataGridViewCellErrorTextNeededEventArgs e)4468         protected virtual void OnCellErrorTextNeeded(System.Windows.Forms.DataGridViewCellErrorTextNeededEventArgs e) { }
OnCellFormatting(System.Windows.Forms.DataGridViewCellFormattingEventArgs e)4469         protected virtual void OnCellFormatting(System.Windows.Forms.DataGridViewCellFormattingEventArgs e) { }
OnCellLeave(System.Windows.Forms.DataGridViewCellEventArgs e)4470         protected virtual void OnCellLeave(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnCellMouseClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e)4471         protected virtual void OnCellMouseClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
OnCellMouseDoubleClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e)4472         protected virtual void OnCellMouseDoubleClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
OnCellMouseDown(System.Windows.Forms.DataGridViewCellMouseEventArgs e)4473         protected virtual void OnCellMouseDown(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
OnCellMouseEnter(System.Windows.Forms.DataGridViewCellEventArgs e)4474         protected virtual void OnCellMouseEnter(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnCellMouseLeave(System.Windows.Forms.DataGridViewCellEventArgs e)4475         protected virtual void OnCellMouseLeave(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnCellMouseMove(System.Windows.Forms.DataGridViewCellMouseEventArgs e)4476         protected virtual void OnCellMouseMove(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
OnCellMouseUp(System.Windows.Forms.DataGridViewCellMouseEventArgs e)4477         protected virtual void OnCellMouseUp(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
OnCellPainting(System.Windows.Forms.DataGridViewCellPaintingEventArgs e)4478         protected internal virtual void OnCellPainting(System.Windows.Forms.DataGridViewCellPaintingEventArgs e) { }
OnCellParsing(System.Windows.Forms.DataGridViewCellParsingEventArgs e)4479         protected virtual void OnCellParsing(System.Windows.Forms.DataGridViewCellParsingEventArgs e) { }
OnCellStateChanged(System.Windows.Forms.DataGridViewCellStateChangedEventArgs e)4480         protected virtual void OnCellStateChanged(System.Windows.Forms.DataGridViewCellStateChangedEventArgs e) { }
OnCellStyleChanged(System.Windows.Forms.DataGridViewCellEventArgs e)4481         protected virtual void OnCellStyleChanged(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnCellStyleContentChanged(System.Windows.Forms.DataGridViewCellStyleContentChangedEventArgs e)4482         protected virtual void OnCellStyleContentChanged(System.Windows.Forms.DataGridViewCellStyleContentChangedEventArgs e) { }
OnCellToolTipTextChanged(System.Windows.Forms.DataGridViewCellEventArgs e)4483         protected virtual void OnCellToolTipTextChanged(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnCellToolTipTextNeeded(System.Windows.Forms.DataGridViewCellToolTipTextNeededEventArgs e)4484         protected virtual void OnCellToolTipTextNeeded(System.Windows.Forms.DataGridViewCellToolTipTextNeededEventArgs e) { }
OnCellValidated(System.Windows.Forms.DataGridViewCellEventArgs e)4485         protected virtual void OnCellValidated(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnCellValidating(System.Windows.Forms.DataGridViewCellValidatingEventArgs e)4486         protected virtual void OnCellValidating(System.Windows.Forms.DataGridViewCellValidatingEventArgs e) { }
OnCellValueChanged(System.Windows.Forms.DataGridViewCellEventArgs e)4487         protected virtual void OnCellValueChanged(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnCellValueNeeded(System.Windows.Forms.DataGridViewCellValueEventArgs e)4488         protected virtual void OnCellValueNeeded(System.Windows.Forms.DataGridViewCellValueEventArgs e) { }
OnCellValuePushed(System.Windows.Forms.DataGridViewCellValueEventArgs e)4489         protected virtual void OnCellValuePushed(System.Windows.Forms.DataGridViewCellValueEventArgs e) { }
OnColumnAdded(System.Windows.Forms.DataGridViewColumnEventArgs e)4490         protected virtual void OnColumnAdded(System.Windows.Forms.DataGridViewColumnEventArgs e) { }
OnColumnContextMenuStripChanged(System.Windows.Forms.DataGridViewColumnEventArgs e)4491         protected virtual void OnColumnContextMenuStripChanged(System.Windows.Forms.DataGridViewColumnEventArgs e) { }
OnColumnDataPropertyNameChanged(System.Windows.Forms.DataGridViewColumnEventArgs e)4492         protected virtual void OnColumnDataPropertyNameChanged(System.Windows.Forms.DataGridViewColumnEventArgs e) { }
OnColumnDefaultCellStyleChanged(System.Windows.Forms.DataGridViewColumnEventArgs e)4493         protected virtual void OnColumnDefaultCellStyleChanged(System.Windows.Forms.DataGridViewColumnEventArgs e) { }
OnColumnDisplayIndexChanged(System.Windows.Forms.DataGridViewColumnEventArgs e)4494         protected virtual void OnColumnDisplayIndexChanged(System.Windows.Forms.DataGridViewColumnEventArgs e) { }
OnColumnDividerDoubleClick(System.Windows.Forms.DataGridViewColumnDividerDoubleClickEventArgs e)4495         protected virtual void OnColumnDividerDoubleClick(System.Windows.Forms.DataGridViewColumnDividerDoubleClickEventArgs e) { }
OnColumnDividerWidthChanged(System.Windows.Forms.DataGridViewColumnEventArgs e)4496         protected virtual void OnColumnDividerWidthChanged(System.Windows.Forms.DataGridViewColumnEventArgs e) { }
OnColumnHeaderCellChanged(System.Windows.Forms.DataGridViewColumnEventArgs e)4497         protected virtual void OnColumnHeaderCellChanged(System.Windows.Forms.DataGridViewColumnEventArgs e) { }
OnColumnHeaderMouseClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e)4498         protected virtual void OnColumnHeaderMouseClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
OnColumnHeaderMouseDoubleClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e)4499         protected virtual void OnColumnHeaderMouseDoubleClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
OnColumnHeadersBorderStyleChanged(System.EventArgs e)4500         protected virtual void OnColumnHeadersBorderStyleChanged(System.EventArgs e) { }
OnColumnHeadersDefaultCellStyleChanged(System.EventArgs e)4501         protected virtual void OnColumnHeadersDefaultCellStyleChanged(System.EventArgs e) { }
OnColumnHeadersHeightChanged(System.EventArgs e)4502         protected virtual void OnColumnHeadersHeightChanged(System.EventArgs e) { }
OnColumnHeadersHeightSizeModeChanged(System.Windows.Forms.DataGridViewAutoSizeModeEventArgs e)4503         protected virtual void OnColumnHeadersHeightSizeModeChanged(System.Windows.Forms.DataGridViewAutoSizeModeEventArgs e) { }
OnColumnMinimumWidthChanged(System.Windows.Forms.DataGridViewColumnEventArgs e)4504         protected virtual void OnColumnMinimumWidthChanged(System.Windows.Forms.DataGridViewColumnEventArgs e) { }
OnColumnNameChanged(System.Windows.Forms.DataGridViewColumnEventArgs e)4505         protected virtual void OnColumnNameChanged(System.Windows.Forms.DataGridViewColumnEventArgs e) { }
OnColumnRemoved(System.Windows.Forms.DataGridViewColumnEventArgs e)4506         protected virtual void OnColumnRemoved(System.Windows.Forms.DataGridViewColumnEventArgs e) { }
OnColumnSortModeChanged(System.Windows.Forms.DataGridViewColumnEventArgs e)4507         protected virtual void OnColumnSortModeChanged(System.Windows.Forms.DataGridViewColumnEventArgs e) { }
OnColumnStateChanged(System.Windows.Forms.DataGridViewColumnStateChangedEventArgs e)4508         protected virtual void OnColumnStateChanged(System.Windows.Forms.DataGridViewColumnStateChangedEventArgs e) { }
OnColumnToolTipTextChanged(System.Windows.Forms.DataGridViewColumnEventArgs e)4509         protected virtual void OnColumnToolTipTextChanged(System.Windows.Forms.DataGridViewColumnEventArgs e) { }
OnColumnWidthChanged(System.Windows.Forms.DataGridViewColumnEventArgs e)4510         protected virtual void OnColumnWidthChanged(System.Windows.Forms.DataGridViewColumnEventArgs e) { }
OnCurrentCellChanged(System.EventArgs e)4511         protected virtual void OnCurrentCellChanged(System.EventArgs e) { }
OnCurrentCellDirtyStateChanged(System.EventArgs e)4512         protected virtual void OnCurrentCellDirtyStateChanged(System.EventArgs e) { }
OnCursorChanged(System.EventArgs e)4513         protected override void OnCursorChanged(System.EventArgs e) { }
OnDataBindingComplete(System.Windows.Forms.DataGridViewBindingCompleteEventArgs e)4514         protected virtual void OnDataBindingComplete(System.Windows.Forms.DataGridViewBindingCompleteEventArgs e) { }
OnDataError(bool displayErrorDialogIfNoHandler, System.Windows.Forms.DataGridViewDataErrorEventArgs e)4515         protected virtual void OnDataError(bool displayErrorDialogIfNoHandler, System.Windows.Forms.DataGridViewDataErrorEventArgs e) { }
OnDataMemberChanged(System.EventArgs e)4516         protected virtual void OnDataMemberChanged(System.EventArgs e) { }
OnDataSourceChanged(System.EventArgs e)4517         protected virtual void OnDataSourceChanged(System.EventArgs e) { }
OnDefaultCellStyleChanged(System.EventArgs e)4518         protected virtual void OnDefaultCellStyleChanged(System.EventArgs e) { }
OnDefaultValuesNeeded(System.Windows.Forms.DataGridViewRowEventArgs e)4519         protected virtual void OnDefaultValuesNeeded(System.Windows.Forms.DataGridViewRowEventArgs e) { }
OnDoubleClick(System.EventArgs e)4520         protected override void OnDoubleClick(System.EventArgs e) { }
OnEditingControlShowing(System.Windows.Forms.DataGridViewEditingControlShowingEventArgs e)4521         protected virtual void OnEditingControlShowing(System.Windows.Forms.DataGridViewEditingControlShowingEventArgs e) { }
OnEditModeChanged(System.EventArgs e)4522         protected virtual void OnEditModeChanged(System.EventArgs e) { }
OnEnabledChanged(System.EventArgs e)4523         protected override void OnEnabledChanged(System.EventArgs e) { }
OnEnter(System.EventArgs e)4524         protected override void OnEnter(System.EventArgs e) { }
OnFontChanged(System.EventArgs e)4525         protected override void OnFontChanged(System.EventArgs e) { }
OnForeColorChanged(System.EventArgs e)4526         protected override void OnForeColorChanged(System.EventArgs e) { }
OnGotFocus(System.EventArgs e)4527         protected override void OnGotFocus(System.EventArgs e) { }
OnGridColorChanged(System.EventArgs e)4528         protected virtual void OnGridColorChanged(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)4529         protected override void OnHandleCreated(System.EventArgs e) { }
OnHandleDestroyed(System.EventArgs e)4530         protected override void OnHandleDestroyed(System.EventArgs e) { }
4531         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnKeyDown(System.Windows.Forms.KeyEventArgs e)4532         protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { }
4533         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnKeyPress(System.Windows.Forms.KeyPressEventArgs e)4534         protected override void OnKeyPress(System.Windows.Forms.KeyPressEventArgs e) { }
4535         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnKeyUp(System.Windows.Forms.KeyEventArgs e)4536         protected override void OnKeyUp(System.Windows.Forms.KeyEventArgs e) { }
OnLayout(System.Windows.Forms.LayoutEventArgs e)4537         protected override void OnLayout(System.Windows.Forms.LayoutEventArgs e) { }
OnLeave(System.EventArgs e)4538         protected override void OnLeave(System.EventArgs e) { }
OnLostFocus(System.EventArgs e)4539         protected override void OnLostFocus(System.EventArgs e) { }
OnMouseClick(System.Windows.Forms.MouseEventArgs e)4540         protected override void OnMouseClick(System.Windows.Forms.MouseEventArgs e) { }
OnMouseDoubleClick(System.Windows.Forms.MouseEventArgs e)4541         protected override void OnMouseDoubleClick(System.Windows.Forms.MouseEventArgs e) { }
OnMouseDown(System.Windows.Forms.MouseEventArgs e)4542         protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { }
OnMouseEnter(System.EventArgs e)4543         protected override void OnMouseEnter(System.EventArgs e) { }
OnMouseLeave(System.EventArgs e)4544         protected override void OnMouseLeave(System.EventArgs e) { }
OnMouseMove(System.Windows.Forms.MouseEventArgs e)4545         protected override void OnMouseMove(System.Windows.Forms.MouseEventArgs e) { }
OnMouseUp(System.Windows.Forms.MouseEventArgs e)4546         protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs e) { }
OnMouseWheel(System.Windows.Forms.MouseEventArgs e)4547         protected override void OnMouseWheel(System.Windows.Forms.MouseEventArgs e) { }
OnMultiSelectChanged(System.EventArgs e)4548         protected virtual void OnMultiSelectChanged(System.EventArgs e) { }
OnNewRowNeeded(System.Windows.Forms.DataGridViewRowEventArgs e)4549         protected virtual void OnNewRowNeeded(System.Windows.Forms.DataGridViewRowEventArgs e) { }
OnPaint(System.Windows.Forms.PaintEventArgs e)4550         protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
OnReadOnlyChanged(System.EventArgs e)4551         protected virtual void OnReadOnlyChanged(System.EventArgs e) { }
OnResize(System.EventArgs e)4552         protected override void OnResize(System.EventArgs e) { }
OnRightToLeftChanged(System.EventArgs e)4553         protected override void OnRightToLeftChanged(System.EventArgs e) { }
OnRowContextMenuStripChanged(System.Windows.Forms.DataGridViewRowEventArgs e)4554         protected virtual void OnRowContextMenuStripChanged(System.Windows.Forms.DataGridViewRowEventArgs e) { }
OnRowContextMenuStripNeeded(System.Windows.Forms.DataGridViewRowContextMenuStripNeededEventArgs e)4555         protected virtual void OnRowContextMenuStripNeeded(System.Windows.Forms.DataGridViewRowContextMenuStripNeededEventArgs e) { }
OnRowDefaultCellStyleChanged(System.Windows.Forms.DataGridViewRowEventArgs e)4556         protected virtual void OnRowDefaultCellStyleChanged(System.Windows.Forms.DataGridViewRowEventArgs e) { }
OnRowDirtyStateNeeded(System.Windows.Forms.QuestionEventArgs e)4557         protected virtual void OnRowDirtyStateNeeded(System.Windows.Forms.QuestionEventArgs e) { }
OnRowDividerDoubleClick(System.Windows.Forms.DataGridViewRowDividerDoubleClickEventArgs e)4558         protected virtual void OnRowDividerDoubleClick(System.Windows.Forms.DataGridViewRowDividerDoubleClickEventArgs e) { }
OnRowDividerHeightChanged(System.Windows.Forms.DataGridViewRowEventArgs e)4559         protected virtual void OnRowDividerHeightChanged(System.Windows.Forms.DataGridViewRowEventArgs e) { }
OnRowEnter(System.Windows.Forms.DataGridViewCellEventArgs e)4560         protected virtual void OnRowEnter(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnRowErrorTextChanged(System.Windows.Forms.DataGridViewRowEventArgs e)4561         protected virtual void OnRowErrorTextChanged(System.Windows.Forms.DataGridViewRowEventArgs e) { }
OnRowErrorTextNeeded(System.Windows.Forms.DataGridViewRowErrorTextNeededEventArgs e)4562         protected virtual void OnRowErrorTextNeeded(System.Windows.Forms.DataGridViewRowErrorTextNeededEventArgs e) { }
OnRowHeaderCellChanged(System.Windows.Forms.DataGridViewRowEventArgs e)4563         protected virtual void OnRowHeaderCellChanged(System.Windows.Forms.DataGridViewRowEventArgs e) { }
OnRowHeaderMouseClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e)4564         protected virtual void OnRowHeaderMouseClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
OnRowHeaderMouseDoubleClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e)4565         protected virtual void OnRowHeaderMouseDoubleClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
OnRowHeadersBorderStyleChanged(System.EventArgs e)4566         protected virtual void OnRowHeadersBorderStyleChanged(System.EventArgs e) { }
OnRowHeadersDefaultCellStyleChanged(System.EventArgs e)4567         protected virtual void OnRowHeadersDefaultCellStyleChanged(System.EventArgs e) { }
OnRowHeadersWidthChanged(System.EventArgs e)4568         protected virtual void OnRowHeadersWidthChanged(System.EventArgs e) { }
OnRowHeadersWidthSizeModeChanged(System.Windows.Forms.DataGridViewAutoSizeModeEventArgs e)4569         protected virtual void OnRowHeadersWidthSizeModeChanged(System.Windows.Forms.DataGridViewAutoSizeModeEventArgs e) { }
OnRowHeightChanged(System.Windows.Forms.DataGridViewRowEventArgs e)4570         protected virtual void OnRowHeightChanged(System.Windows.Forms.DataGridViewRowEventArgs e) { }
OnRowHeightInfoNeeded(System.Windows.Forms.DataGridViewRowHeightInfoNeededEventArgs e)4571         protected virtual void OnRowHeightInfoNeeded(System.Windows.Forms.DataGridViewRowHeightInfoNeededEventArgs e) { }
OnRowHeightInfoPushed(System.Windows.Forms.DataGridViewRowHeightInfoPushedEventArgs e)4572         protected virtual void OnRowHeightInfoPushed(System.Windows.Forms.DataGridViewRowHeightInfoPushedEventArgs e) { }
OnRowLeave(System.Windows.Forms.DataGridViewCellEventArgs e)4573         protected virtual void OnRowLeave(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnRowMinimumHeightChanged(System.Windows.Forms.DataGridViewRowEventArgs e)4574         protected virtual void OnRowMinimumHeightChanged(System.Windows.Forms.DataGridViewRowEventArgs e) { }
OnRowPostPaint(System.Windows.Forms.DataGridViewRowPostPaintEventArgs e)4575         protected internal virtual void OnRowPostPaint(System.Windows.Forms.DataGridViewRowPostPaintEventArgs e) { }
OnRowPrePaint(System.Windows.Forms.DataGridViewRowPrePaintEventArgs e)4576         protected internal virtual void OnRowPrePaint(System.Windows.Forms.DataGridViewRowPrePaintEventArgs e) { }
OnRowsAdded(System.Windows.Forms.DataGridViewRowsAddedEventArgs e)4577         protected virtual void OnRowsAdded(System.Windows.Forms.DataGridViewRowsAddedEventArgs e) { }
OnRowsDefaultCellStyleChanged(System.EventArgs e)4578         protected virtual void OnRowsDefaultCellStyleChanged(System.EventArgs e) { }
OnRowsRemoved(System.Windows.Forms.DataGridViewRowsRemovedEventArgs e)4579         protected virtual void OnRowsRemoved(System.Windows.Forms.DataGridViewRowsRemovedEventArgs e) { }
OnRowStateChanged(int rowIndex, System.Windows.Forms.DataGridViewRowStateChangedEventArgs e)4580         protected virtual void OnRowStateChanged(int rowIndex, System.Windows.Forms.DataGridViewRowStateChangedEventArgs e) { }
OnRowUnshared(System.Windows.Forms.DataGridViewRowEventArgs e)4581         protected virtual void OnRowUnshared(System.Windows.Forms.DataGridViewRowEventArgs e) { }
OnRowValidated(System.Windows.Forms.DataGridViewCellEventArgs e)4582         protected virtual void OnRowValidated(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnRowValidating(System.Windows.Forms.DataGridViewCellCancelEventArgs e)4583         protected virtual void OnRowValidating(System.Windows.Forms.DataGridViewCellCancelEventArgs e) { }
OnScroll(System.Windows.Forms.ScrollEventArgs e)4584         protected virtual void OnScroll(System.Windows.Forms.ScrollEventArgs e) { }
OnSelectionChanged(System.EventArgs e)4585         protected virtual void OnSelectionChanged(System.EventArgs e) { }
OnSortCompare(System.Windows.Forms.DataGridViewSortCompareEventArgs e)4586         protected virtual void OnSortCompare(System.Windows.Forms.DataGridViewSortCompareEventArgs e) { }
OnSorted(System.EventArgs e)4587         protected virtual void OnSorted(System.EventArgs e) { }
OnUserAddedRow(System.Windows.Forms.DataGridViewRowEventArgs e)4588         protected virtual void OnUserAddedRow(System.Windows.Forms.DataGridViewRowEventArgs e) { }
OnUserDeletedRow(System.Windows.Forms.DataGridViewRowEventArgs e)4589         protected virtual void OnUserDeletedRow(System.Windows.Forms.DataGridViewRowEventArgs e) { }
OnUserDeletingRow(System.Windows.Forms.DataGridViewRowCancelEventArgs e)4590         protected virtual void OnUserDeletingRow(System.Windows.Forms.DataGridViewRowCancelEventArgs e) { }
OnValidating(System.ComponentModel.CancelEventArgs e)4591         protected override void OnValidating(System.ComponentModel.CancelEventArgs e) { }
OnVisibleChanged(System.EventArgs e)4592         protected override void OnVisibleChanged(System.EventArgs e) { }
PaintBackground(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle gridBounds)4593         protected virtual void PaintBackground(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle gridBounds) { }
4594         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessAKey(System.Windows.Forms.Keys keyData)4595         protected bool ProcessAKey(System.Windows.Forms.Keys keyData) { throw null; }
4596         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessDataGridViewKey(System.Windows.Forms.KeyEventArgs e)4597         protected virtual bool ProcessDataGridViewKey(System.Windows.Forms.KeyEventArgs e) { throw null; }
4598         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessDeleteKey(System.Windows.Forms.Keys keyData)4599         protected bool ProcessDeleteKey(System.Windows.Forms.Keys keyData) { throw null; }
4600         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessDialogKey(System.Windows.Forms.Keys keyData)4601         protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
4602         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessDownKey(System.Windows.Forms.Keys keyData)4603         protected bool ProcessDownKey(System.Windows.Forms.Keys keyData) { throw null; }
4604         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessEndKey(System.Windows.Forms.Keys keyData)4605         protected bool ProcessEndKey(System.Windows.Forms.Keys keyData) { throw null; }
4606         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessEnterKey(System.Windows.Forms.Keys keyData)4607         protected bool ProcessEnterKey(System.Windows.Forms.Keys keyData) { throw null; }
4608         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessEscapeKey(System.Windows.Forms.Keys keyData)4609         protected bool ProcessEscapeKey(System.Windows.Forms.Keys keyData) { throw null; }
4610         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessF2Key(System.Windows.Forms.Keys keyData)4611         protected bool ProcessF2Key(System.Windows.Forms.Keys keyData) { throw null; }
4612         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessHomeKey(System.Windows.Forms.Keys keyData)4613         protected bool ProcessHomeKey(System.Windows.Forms.Keys keyData) { throw null; }
4614         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessInsertKey(System.Windows.Forms.Keys keyData)4615         protected bool ProcessInsertKey(System.Windows.Forms.Keys keyData) { throw null; }
4616         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessKeyEventArgs(ref System.Windows.Forms.Message m)4617         protected override bool ProcessKeyEventArgs(ref System.Windows.Forms.Message m) { throw null; }
4618         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessKeyPreview(ref System.Windows.Forms.Message m)4619         protected override bool ProcessKeyPreview(ref System.Windows.Forms.Message m) { throw null; }
4620         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessLeftKey(System.Windows.Forms.Keys keyData)4621         protected bool ProcessLeftKey(System.Windows.Forms.Keys keyData) { throw null; }
4622         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessNextKey(System.Windows.Forms.Keys keyData)4623         protected bool ProcessNextKey(System.Windows.Forms.Keys keyData) { throw null; }
4624         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessPriorKey(System.Windows.Forms.Keys keyData)4625         protected bool ProcessPriorKey(System.Windows.Forms.Keys keyData) { throw null; }
4626         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessRightKey(System.Windows.Forms.Keys keyData)4627         protected bool ProcessRightKey(System.Windows.Forms.Keys keyData) { throw null; }
4628         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessSpaceKey(System.Windows.Forms.Keys keyData)4629         protected bool ProcessSpaceKey(System.Windows.Forms.Keys keyData) { throw null; }
4630         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessTabKey(System.Windows.Forms.Keys keyData)4631         protected bool ProcessTabKey(System.Windows.Forms.Keys keyData) { throw null; }
4632         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessUpKey(System.Windows.Forms.Keys keyData)4633         protected bool ProcessUpKey(System.Windows.Forms.Keys keyData) { throw null; }
4634         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessZeroKey(System.Windows.Forms.Keys keyData)4635         protected bool ProcessZeroKey(System.Windows.Forms.Keys keyData) { throw null; }
RefreshEdit()4636         public bool RefreshEdit() { throw null; }
4637         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetText()4638         public override void ResetText() { }
SelectAll()4639         public void SelectAll() { }
SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified)4640         protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
SetCurrentCellAddressCore(int columnIndex, int rowIndex, bool setAnchorCellAddress, bool validateCurrentCell, bool throughMouseClick)4641         protected virtual bool SetCurrentCellAddressCore(int columnIndex, int rowIndex, bool setAnchorCellAddress, bool validateCurrentCell, bool throughMouseClick) { throw null; }
SetSelectedCellCore(int columnIndex, int rowIndex, bool selected)4642         protected virtual void SetSelectedCellCore(int columnIndex, int rowIndex, bool selected) { }
SetSelectedColumnCore(int columnIndex, bool selected)4643         protected virtual void SetSelectedColumnCore(int columnIndex, bool selected) { }
SetSelectedRowCore(int rowIndex, bool selected)4644         protected virtual void SetSelectedRowCore(int rowIndex, bool selected) { }
Sort(System.Collections.IComparer comparer)4645         public virtual void Sort(System.Collections.IComparer comparer) { }
Sort(System.Windows.Forms.DataGridViewColumn dataGridViewColumn, System.ComponentModel.ListSortDirection direction)4646         public virtual void Sort(System.Windows.Forms.DataGridViewColumn dataGridViewColumn, System.ComponentModel.ListSortDirection direction) { }
System.ComponentModel.ISupportInitialize.BeginInit()4647         void System.ComponentModel.ISupportInitialize.BeginInit() { }
System.ComponentModel.ISupportInitialize.EndInit()4648         void System.ComponentModel.ISupportInitialize.EndInit() { }
UpdateCellErrorText(int columnIndex, int rowIndex)4649         public void UpdateCellErrorText(int columnIndex, int rowIndex) { }
UpdateCellValue(int columnIndex, int rowIndex)4650         public void UpdateCellValue(int columnIndex, int rowIndex) { }
UpdateRowErrorText(int rowIndex)4651         public void UpdateRowErrorText(int rowIndex) { }
UpdateRowErrorText(int rowIndexStart, int rowIndexEnd)4652         public void UpdateRowErrorText(int rowIndexStart, int rowIndexEnd) { }
UpdateRowHeightInfo(int rowIndex, bool updateToEnd)4653         public void UpdateRowHeightInfo(int rowIndex, bool updateToEnd) { }
4654         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
WndProc(ref System.Windows.Forms.Message m)4655         protected override void WndProc(ref System.Windows.Forms.Message m) { }
4656         [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4657         protected partial class DataGridViewAccessibleObject : System.Windows.Forms.Control.ControlAccessibleObject
4658         {
DataGridViewAccessibleObject(System.Windows.Forms.DataGridView owner)4659             public DataGridViewAccessibleObject(System.Windows.Forms.DataGridView owner) : base (default(System.Windows.Forms.Control)) { }
4660             public override string Name { get { throw null; } }
4661             public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
GetChild(int index)4662             public override System.Windows.Forms.AccessibleObject GetChild(int index) { throw null; }
GetChildCount()4663             public override int GetChildCount() { throw null; }
GetFocused()4664             public override System.Windows.Forms.AccessibleObject GetFocused() { throw null; }
GetSelected()4665             public override System.Windows.Forms.AccessibleObject GetSelected() { throw null; }
HitTest(int x, int y)4666             public override System.Windows.Forms.AccessibleObject HitTest(int x, int y) { throw null; }
4667             [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Navigate(System.Windows.Forms.AccessibleNavigation navigationDirection)4668             public override System.Windows.Forms.AccessibleObject Navigate(System.Windows.Forms.AccessibleNavigation navigationDirection) { throw null; }
4669         }
4670         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
4671         public partial class DataGridViewControlCollection : System.Windows.Forms.Control.ControlCollection
4672         {
DataGridViewControlCollection(System.Windows.Forms.DataGridView owner)4673             public DataGridViewControlCollection(System.Windows.Forms.DataGridView owner) : base (default(System.Windows.Forms.Control)) { }
Clear()4674             public override void Clear() { }
CopyTo(System.Windows.Forms.Control[] array, int index)4675             public void CopyTo(System.Windows.Forms.Control[] array, int index) { }
Insert(int index, System.Windows.Forms.Control value)4676             public void Insert(int index, System.Windows.Forms.Control value) { }
Remove(System.Windows.Forms.Control value)4677             public override void Remove(System.Windows.Forms.Control value) { }
4678         }
4679         [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4680         protected partial class DataGridViewTopRowAccessibleObject : System.Windows.Forms.AccessibleObject
4681         {
DataGridViewTopRowAccessibleObject()4682             public DataGridViewTopRowAccessibleObject() { }
DataGridViewTopRowAccessibleObject(System.Windows.Forms.DataGridView owner)4683             public DataGridViewTopRowAccessibleObject(System.Windows.Forms.DataGridView owner) { }
4684             public override System.Drawing.Rectangle Bounds { get { throw null; } }
4685             public override string Name { get { throw null; } }
4686             public System.Windows.Forms.DataGridView Owner { get { throw null; } set { } }
4687             public override System.Windows.Forms.AccessibleObject Parent { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
4688             public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
4689             public override string Value { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
GetChild(int index)4690             public override System.Windows.Forms.AccessibleObject GetChild(int index) { throw null; }
GetChildCount()4691             public override int GetChildCount() { throw null; }
4692             [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Navigate(System.Windows.Forms.AccessibleNavigation navigationDirection)4693             public override System.Windows.Forms.AccessibleObject Navigate(System.Windows.Forms.AccessibleNavigation navigationDirection) { throw null; }
4694         }
4695         public sealed partial class HitTestInfo
4696         {
HitTestInfo()4697             internal HitTestInfo() { }
4698             public static readonly System.Windows.Forms.DataGridView.HitTestInfo Nowhere;
4699             public int ColumnIndex { get { throw null; } }
4700             public int ColumnX { get { throw null; } }
4701             public int RowIndex { get { throw null; } }
4702             public int RowY { get { throw null; } }
4703             public System.Windows.Forms.DataGridViewHitTestType Type { get { throw null; } }
Equals(object value)4704             public override bool Equals(object value) { throw null; }
GetHashCode()4705             public override int GetHashCode() { throw null; }
ToString()4706             public override string ToString() { throw null; }
4707         }
4708     }
4709     public sealed partial class DataGridViewAdvancedBorderStyle : System.ICloneable
4710     {
DataGridViewAdvancedBorderStyle()4711         public DataGridViewAdvancedBorderStyle() { }
4712         public System.Windows.Forms.DataGridViewAdvancedCellBorderStyle All { get { throw null; } set { } }
4713         public System.Windows.Forms.DataGridViewAdvancedCellBorderStyle Bottom { get { throw null; } set { } }
4714         public System.Windows.Forms.DataGridViewAdvancedCellBorderStyle Left { get { throw null; } set { } }
4715         public System.Windows.Forms.DataGridViewAdvancedCellBorderStyle Right { get { throw null; } set { } }
4716         public System.Windows.Forms.DataGridViewAdvancedCellBorderStyle Top { get { throw null; } set { } }
Equals(object other)4717         public override bool Equals(object other) { throw null; }
GetHashCode()4718         public override int GetHashCode() { throw null; }
System.ICloneable.Clone()4719         object System.ICloneable.Clone() { throw null; }
ToString()4720         public override string ToString() { throw null; }
4721     }
4722     public enum DataGridViewAdvancedCellBorderStyle
4723     {
4724         Inset = 3,
4725         InsetDouble = 4,
4726         None = 1,
4727         NotSet = 0,
4728         Outset = 5,
4729         OutsetDouble = 6,
4730         OutsetPartial = 7,
4731         Single = 2,
4732     }
4733     public enum DataGridViewAutoSizeColumnMode
4734     {
4735         AllCells = 6,
4736         AllCellsExceptHeader = 4,
4737         ColumnHeader = 2,
4738         DisplayedCells = 10,
4739         DisplayedCellsExceptHeader = 8,
4740         Fill = 16,
4741         None = 1,
4742         NotSet = 0,
4743     }
4744     public partial class DataGridViewAutoSizeColumnModeEventArgs : System.EventArgs
4745     {
DataGridViewAutoSizeColumnModeEventArgs(System.Windows.Forms.DataGridViewColumn dataGridViewColumn, System.Windows.Forms.DataGridViewAutoSizeColumnMode previousMode)4746         public DataGridViewAutoSizeColumnModeEventArgs(System.Windows.Forms.DataGridViewColumn dataGridViewColumn, System.Windows.Forms.DataGridViewAutoSizeColumnMode previousMode) { }
4747         public System.Windows.Forms.DataGridViewColumn Column { get { throw null; } }
4748         public System.Windows.Forms.DataGridViewAutoSizeColumnMode PreviousMode { get { throw null; } }
4749     }
DataGridViewAutoSizeColumnModeEventHandler(object sender, System.Windows.Forms.DataGridViewAutoSizeColumnModeEventArgs e)4750     public delegate void DataGridViewAutoSizeColumnModeEventHandler(object sender, System.Windows.Forms.DataGridViewAutoSizeColumnModeEventArgs e);
4751     public enum DataGridViewAutoSizeColumnsMode
4752     {
4753         AllCells = 6,
4754         AllCellsExceptHeader = 4,
4755         ColumnHeader = 2,
4756         DisplayedCells = 10,
4757         DisplayedCellsExceptHeader = 8,
4758         Fill = 16,
4759         None = 1,
4760     }
4761     public partial class DataGridViewAutoSizeColumnsModeEventArgs : System.EventArgs
4762     {
DataGridViewAutoSizeColumnsModeEventArgs(System.Windows.Forms.DataGridViewAutoSizeColumnMode[] previousModes)4763         public DataGridViewAutoSizeColumnsModeEventArgs(System.Windows.Forms.DataGridViewAutoSizeColumnMode[] previousModes) { }
4764         public System.Windows.Forms.DataGridViewAutoSizeColumnMode[] PreviousModes { get { throw null; } }
4765     }
DataGridViewAutoSizeColumnsModeEventHandler(object sender, System.Windows.Forms.DataGridViewAutoSizeColumnsModeEventArgs e)4766     public delegate void DataGridViewAutoSizeColumnsModeEventHandler(object sender, System.Windows.Forms.DataGridViewAutoSizeColumnsModeEventArgs e);
4767     public partial class DataGridViewAutoSizeModeEventArgs : System.EventArgs
4768     {
DataGridViewAutoSizeModeEventArgs(bool previousModeAutoSized)4769         public DataGridViewAutoSizeModeEventArgs(bool previousModeAutoSized) { }
4770         public bool PreviousModeAutoSized { get { throw null; } }
4771     }
DataGridViewAutoSizeModeEventHandler(object sender, System.Windows.Forms.DataGridViewAutoSizeModeEventArgs e)4772     public delegate void DataGridViewAutoSizeModeEventHandler(object sender, System.Windows.Forms.DataGridViewAutoSizeModeEventArgs e);
4773     public enum DataGridViewAutoSizeRowMode
4774     {
4775         AllCells = 3,
4776         AllCellsExceptHeader = 2,
4777         RowHeader = 1,
4778     }
4779     public enum DataGridViewAutoSizeRowsMode
4780     {
4781         AllCells = 7,
4782         AllCellsExceptHeaders = 6,
4783         AllHeaders = 5,
4784         DisplayedCells = 11,
4785         DisplayedCellsExceptHeaders = 10,
4786         DisplayedHeaders = 9,
4787         None = 0,
4788     }
4789     public partial class DataGridViewBand : System.Windows.Forms.DataGridViewElement, System.ICloneable, System.IDisposable
4790     {
DataGridViewBand()4791         internal DataGridViewBand() { }
4792         [System.ComponentModel.DefaultValueAttribute(null)]
4793         public virtual System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get { throw null; } set { } }
4794         [System.ComponentModel.BrowsableAttribute(false)]
4795         public virtual System.Windows.Forms.DataGridViewCellStyle DefaultCellStyle { get { throw null; } set { } }
4796         [System.ComponentModel.BrowsableAttribute(false)]
4797         public System.Type DefaultHeaderCellType { get { throw null; } set { } }
4798         [System.ComponentModel.BrowsableAttribute(false)]
4799         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4800         public virtual bool Displayed { get { throw null; } }
4801         [System.ComponentModel.DefaultValueAttribute(false)]
4802         public virtual bool Frozen { get { throw null; } set { } }
4803         [System.ComponentModel.BrowsableAttribute(false)]
4804         public bool HasDefaultCellStyle { get { throw null; } }
4805         [System.ComponentModel.BrowsableAttribute(false)]
4806         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4807         protected System.Windows.Forms.DataGridViewHeaderCell HeaderCellCore { get { throw null; } set { } }
4808         [System.ComponentModel.BrowsableAttribute(false)]
4809         public int Index { get { throw null; } }
4810         [System.ComponentModel.BrowsableAttribute(false)]
4811         public virtual System.Windows.Forms.DataGridViewCellStyle InheritedStyle { get { throw null; } }
4812         protected bool IsRow { get { throw null; } }
4813         [System.ComponentModel.DefaultValueAttribute(false)]
4814         public virtual bool ReadOnly { get { throw null; } set { } }
4815         [System.ComponentModel.BrowsableAttribute(true)]
4816         public virtual System.Windows.Forms.DataGridViewTriState Resizable { get { throw null; } set { } }
4817         [System.ComponentModel.BrowsableAttribute(false)]
4818         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4819         public virtual bool Selected { get { throw null; } set { } }
4820         [System.ComponentModel.BrowsableAttribute(false)]
4821         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4822         public object Tag { get { throw null; } set { } }
4823         [System.ComponentModel.DefaultValueAttribute(true)]
4824         public virtual bool Visible { get { throw null; } set { } }
Clone()4825         public virtual object Clone() { throw null; }
Dispose()4826         public void Dispose() { }
Dispose(bool disposing)4827         protected virtual void Dispose(bool disposing) { }
~DataGridViewBand()4828         ~DataGridViewBand() { }
OnDataGridViewChanged()4829         protected override void OnDataGridViewChanged() { }
ToString()4830         public override string ToString() { throw null; }
4831     }
4832     public partial class DataGridViewBindingCompleteEventArgs : System.EventArgs
4833     {
DataGridViewBindingCompleteEventArgs(System.ComponentModel.ListChangedType listChangedType)4834         public DataGridViewBindingCompleteEventArgs(System.ComponentModel.ListChangedType listChangedType) { }
4835         public System.ComponentModel.ListChangedType ListChangedType { get { throw null; } }
4836     }
DataGridViewBindingCompleteEventHandler(object sender, System.Windows.Forms.DataGridViewBindingCompleteEventArgs e)4837     public delegate void DataGridViewBindingCompleteEventHandler(object sender, System.Windows.Forms.DataGridViewBindingCompleteEventArgs e);
4838     public partial class DataGridViewButtonCell : System.Windows.Forms.DataGridViewCell
4839     {
DataGridViewButtonCell()4840         public DataGridViewButtonCell() { }
4841         public override System.Type EditType { get { throw null; } }
4842         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.FlatStyle)(2))]
4843         public System.Windows.Forms.FlatStyle FlatStyle { get { throw null; } set { } }
4844         public override System.Type FormattedValueType { get { throw null; } }
4845         [System.ComponentModel.DefaultValueAttribute(false)]
4846         public bool UseColumnTextForButtonValue { get { throw null; } set { } }
4847         public override System.Type ValueType { get { throw null; } }
Clone()4848         public override object Clone() { throw null; }
CreateAccessibilityInstance()4849         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex)4850         protected override System.Drawing.Rectangle GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex)4851         protected override System.Drawing.Rectangle GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize)4852         protected override System.Drawing.Size GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize) { throw null; }
GetValue(int rowIndex)4853         protected override object GetValue(int rowIndex) { throw null; }
KeyDownUnsharesRow(System.Windows.Forms.KeyEventArgs e, int rowIndex)4854         protected override bool KeyDownUnsharesRow(System.Windows.Forms.KeyEventArgs e, int rowIndex) { throw null; }
KeyUpUnsharesRow(System.Windows.Forms.KeyEventArgs e, int rowIndex)4855         protected override bool KeyUpUnsharesRow(System.Windows.Forms.KeyEventArgs e, int rowIndex) { throw null; }
MouseDownUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e)4856         protected override bool MouseDownUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { throw null; }
MouseEnterUnsharesRow(int rowIndex)4857         protected override bool MouseEnterUnsharesRow(int rowIndex) { throw null; }
MouseLeaveUnsharesRow(int rowIndex)4858         protected override bool MouseLeaveUnsharesRow(int rowIndex) { throw null; }
MouseUpUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e)4859         protected override bool MouseUpUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { throw null; }
OnKeyDown(System.Windows.Forms.KeyEventArgs e, int rowIndex)4860         protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e, int rowIndex) { }
OnKeyUp(System.Windows.Forms.KeyEventArgs e, int rowIndex)4861         protected override void OnKeyUp(System.Windows.Forms.KeyEventArgs e, int rowIndex) { }
OnLeave(int rowIndex, bool throughMouseClick)4862         protected override void OnLeave(int rowIndex, bool throughMouseClick) { }
OnMouseDown(System.Windows.Forms.DataGridViewCellMouseEventArgs e)4863         protected override void OnMouseDown(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
OnMouseLeave(int rowIndex)4864         protected override void OnMouseLeave(int rowIndex) { }
OnMouseMove(System.Windows.Forms.DataGridViewCellMouseEventArgs e)4865         protected override void OnMouseMove(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
OnMouseUp(System.Windows.Forms.DataGridViewCellMouseEventArgs e)4866         protected override void OnMouseUp(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates elementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts)4867         protected override void Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates elementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
ToString()4868         public override string ToString() { throw null; }
4869         protected partial class DataGridViewButtonCellAccessibleObject : System.Windows.Forms.DataGridViewCell.DataGridViewCellAccessibleObject
4870         {
DataGridViewButtonCellAccessibleObject(System.Windows.Forms.DataGridViewCell owner)4871             public DataGridViewButtonCellAccessibleObject(System.Windows.Forms.DataGridViewCell owner) { }
4872             public override string DefaultAction { get { throw null; } }
4873             [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
DoDefaultAction()4874             public override void DoDefaultAction() { }
GetChildCount()4875             public override int GetChildCount() { throw null; }
4876         }
4877     }
4878     [System.Drawing.ToolboxBitmapAttribute(typeof(System.Windows.Forms.DataGridViewButtonColumn), "DataGridViewButtonColumn.bmp")]
4879     public partial class DataGridViewButtonColumn : System.Windows.Forms.DataGridViewColumn
4880     {
DataGridViewButtonColumn()4881         public DataGridViewButtonColumn() { }
4882         [System.ComponentModel.BrowsableAttribute(false)]
4883         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4884         public override System.Windows.Forms.DataGridViewCell CellTemplate { get { throw null; } set { } }
4885         [System.ComponentModel.BrowsableAttribute(true)]
4886         public override System.Windows.Forms.DataGridViewCellStyle DefaultCellStyle { get { throw null; } set { } }
4887         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.FlatStyle)(2))]
4888         public System.Windows.Forms.FlatStyle FlatStyle { get { throw null; } set { } }
4889         [System.ComponentModel.DefaultValueAttribute(null)]
4890         public string Text { get { throw null; } set { } }
4891         [System.ComponentModel.DefaultValueAttribute(false)]
4892         public bool UseColumnTextForButtonValue { get { throw null; } set { } }
Clone()4893         public override object Clone() { throw null; }
ToString()4894         public override string ToString() { throw null; }
4895     }
4896     [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.DataGridViewCellConverter")]
4897     public abstract partial class DataGridViewCell : System.Windows.Forms.DataGridViewElement, System.ICloneable, System.IDisposable
4898     {
DataGridViewCell()4899         protected DataGridViewCell() { }
4900         [System.ComponentModel.BrowsableAttribute(false)]
4901         public System.Windows.Forms.AccessibleObject AccessibilityObject { get { throw null; } }
4902         public int ColumnIndex { get { throw null; } }
4903         [System.ComponentModel.BrowsableAttribute(false)]
4904         public System.Drawing.Rectangle ContentBounds { get { throw null; } }
4905         [System.ComponentModel.DefaultValueAttribute(null)]
4906         public virtual System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get { throw null; } set { } }
4907         [System.ComponentModel.BrowsableAttribute(false)]
4908         public virtual object DefaultNewRowValue { get { throw null; } }
4909         [System.ComponentModel.BrowsableAttribute(false)]
4910         public virtual bool Displayed { get { throw null; } }
4911         [System.ComponentModel.BrowsableAttribute(false)]
4912         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4913         public object EditedFormattedValue { get { throw null; } }
4914         [System.ComponentModel.BrowsableAttribute(false)]
4915         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4916         public virtual System.Type EditType { get { throw null; } }
4917         [System.ComponentModel.BrowsableAttribute(false)]
4918         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4919         public System.Drawing.Rectangle ErrorIconBounds { get { throw null; } }
4920         [System.ComponentModel.BrowsableAttribute(false)]
4921         public string ErrorText { get { throw null; } set { } }
4922         [System.ComponentModel.BrowsableAttribute(false)]
4923         public object FormattedValue { get { throw null; } }
4924         [System.ComponentModel.BrowsableAttribute(false)]
4925         public virtual System.Type FormattedValueType { get { throw null; } }
4926         [System.ComponentModel.BrowsableAttribute(false)]
4927         public virtual bool Frozen { get { throw null; } }
4928         [System.ComponentModel.BrowsableAttribute(false)]
4929         public bool HasStyle { get { throw null; } }
4930         [System.ComponentModel.BrowsableAttribute(false)]
4931         public System.Windows.Forms.DataGridViewElementStates InheritedState { get { throw null; } }
4932         [System.ComponentModel.BrowsableAttribute(false)]
4933         public System.Windows.Forms.DataGridViewCellStyle InheritedStyle { get { throw null; } }
4934         [System.ComponentModel.BrowsableAttribute(false)]
4935         public bool IsInEditMode { get { throw null; } }
4936         [System.ComponentModel.BrowsableAttribute(false)]
4937         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4938         public System.Windows.Forms.DataGridViewColumn OwningColumn { get { throw null; } }
4939         [System.ComponentModel.BrowsableAttribute(false)]
4940         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4941         public System.Windows.Forms.DataGridViewRow OwningRow { get { throw null; } }
4942         [System.ComponentModel.BrowsableAttribute(false)]
4943         public System.Drawing.Size PreferredSize { get { throw null; } }
4944         [System.ComponentModel.BrowsableAttribute(false)]
4945         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4946         public virtual bool ReadOnly { get { throw null; } set { } }
4947         [System.ComponentModel.BrowsableAttribute(false)]
4948         public virtual bool Resizable { get { throw null; } }
4949         [System.ComponentModel.BrowsableAttribute(false)]
4950         public int RowIndex { get { throw null; } }
4951         [System.ComponentModel.BrowsableAttribute(false)]
4952         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4953         public virtual bool Selected { get { throw null; } set { } }
4954         [System.ComponentModel.BrowsableAttribute(false)]
4955         public System.Drawing.Size Size { get { throw null; } }
4956         [System.ComponentModel.BrowsableAttribute(true)]
4957         public System.Windows.Forms.DataGridViewCellStyle Style { get { throw null; } set { } }
4958         [System.ComponentModel.BindableAttribute(true)]
4959         [System.ComponentModel.DefaultValueAttribute(null)]
4960         [System.ComponentModel.LocalizableAttribute(false)]
4961         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
4962         public object Tag { get { throw null; } set { } }
4963         [System.ComponentModel.BrowsableAttribute(false)]
4964         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
4965         public string ToolTipText { get { throw null; } set { } }
4966         [System.ComponentModel.BrowsableAttribute(false)]
4967         public object Value { get { throw null; } set { } }
4968         [System.ComponentModel.BrowsableAttribute(false)]
4969         public virtual System.Type ValueType { get { throw null; } set { } }
4970         [System.ComponentModel.BrowsableAttribute(false)]
4971         public virtual bool Visible { get { throw null; } }
4972         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
AdjustCellBorderStyle(System.Windows.Forms.DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStyleInput, System.Windows.Forms.DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStylePlaceholder, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool isFirstDisplayedColumn, bool isFirstDisplayedRow)4973         public virtual System.Windows.Forms.DataGridViewAdvancedBorderStyle AdjustCellBorderStyle(System.Windows.Forms.DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStyleInput, System.Windows.Forms.DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStylePlaceholder, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool isFirstDisplayedColumn, bool isFirstDisplayedRow) { throw null; }
BorderWidths(System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle)4974         protected virtual System.Drawing.Rectangle BorderWidths(System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle) { throw null; }
ClickUnsharesRow(System.Windows.Forms.DataGridViewCellEventArgs e)4975         protected virtual bool ClickUnsharesRow(System.Windows.Forms.DataGridViewCellEventArgs e) { throw null; }
Clone()4976         public virtual object Clone() { throw null; }
ContentClickUnsharesRow(System.Windows.Forms.DataGridViewCellEventArgs e)4977         protected virtual bool ContentClickUnsharesRow(System.Windows.Forms.DataGridViewCellEventArgs e) { throw null; }
ContentDoubleClickUnsharesRow(System.Windows.Forms.DataGridViewCellEventArgs e)4978         protected virtual bool ContentDoubleClickUnsharesRow(System.Windows.Forms.DataGridViewCellEventArgs e) { throw null; }
CreateAccessibilityInstance()4979         protected virtual System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
4980         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
DetachEditingControl()4981         public virtual void DetachEditingControl() { }
Dispose()4982         public void Dispose() { }
Dispose(bool disposing)4983         protected virtual void Dispose(bool disposing) { }
DoubleClickUnsharesRow(System.Windows.Forms.DataGridViewCellEventArgs e)4984         protected virtual bool DoubleClickUnsharesRow(System.Windows.Forms.DataGridViewCellEventArgs e) { throw null; }
EnterUnsharesRow(int rowIndex, bool throughMouseClick)4985         protected virtual bool EnterUnsharesRow(int rowIndex, bool throughMouseClick) { throw null; }
~DataGridViewCell()4986         ~DataGridViewCell() { }
GetClipboardContent(int rowIndex, bool firstCell, bool lastCell, bool inFirstRow, bool inLastRow, string format)4987         protected virtual object GetClipboardContent(int rowIndex, bool firstCell, bool lastCell, bool inFirstRow, bool inLastRow, string format) { throw null; }
GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex)4988         protected virtual System.Drawing.Rectangle GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
GetContentBounds(int rowIndex)4989         public System.Drawing.Rectangle GetContentBounds(int rowIndex) { throw null; }
GetEditedFormattedValue(int rowIndex, System.Windows.Forms.DataGridViewDataErrorContexts context)4990         public object GetEditedFormattedValue(int rowIndex, System.Windows.Forms.DataGridViewDataErrorContexts context) { throw null; }
GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex)4991         protected virtual System.Drawing.Rectangle GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
GetErrorText(int rowIndex)4992         protected internal virtual string GetErrorText(int rowIndex) { throw null; }
GetFormattedValue(object value, int rowIndex, ref System.Windows.Forms.DataGridViewCellStyle cellStyle, System.ComponentModel.TypeConverter valueTypeConverter, System.ComponentModel.TypeConverter formattedValueTypeConverter, System.Windows.Forms.DataGridViewDataErrorContexts context)4993         protected virtual object GetFormattedValue(object value, int rowIndex, ref System.Windows.Forms.DataGridViewCellStyle cellStyle, System.ComponentModel.TypeConverter valueTypeConverter, System.ComponentModel.TypeConverter formattedValueTypeConverter, System.Windows.Forms.DataGridViewDataErrorContexts context) { throw null; }
GetInheritedContextMenuStrip(int rowIndex)4994         public virtual System.Windows.Forms.ContextMenuStrip GetInheritedContextMenuStrip(int rowIndex) { throw null; }
GetInheritedState(int rowIndex)4995         public virtual System.Windows.Forms.DataGridViewElementStates GetInheritedState(int rowIndex) { throw null; }
GetInheritedStyle(System.Windows.Forms.DataGridViewCellStyle inheritedCellStyle, int rowIndex, bool includeColors)4996         public virtual System.Windows.Forms.DataGridViewCellStyle GetInheritedStyle(System.Windows.Forms.DataGridViewCellStyle inheritedCellStyle, int rowIndex, bool includeColors) { throw null; }
GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize)4997         protected virtual System.Drawing.Size GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize) { throw null; }
GetSize(int rowIndex)4998         protected virtual System.Drawing.Size GetSize(int rowIndex) { throw null; }
GetValue(int rowIndex)4999         protected virtual object GetValue(int rowIndex) { throw null; }
5000         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
InitializeEditingControl(int rowIndex, object initialFormattedValue, System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle)5001         public virtual void InitializeEditingControl(int rowIndex, object initialFormattedValue, System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle) { }
KeyDownUnsharesRow(System.Windows.Forms.KeyEventArgs e, int rowIndex)5002         protected virtual bool KeyDownUnsharesRow(System.Windows.Forms.KeyEventArgs e, int rowIndex) { throw null; }
KeyEntersEditMode(System.Windows.Forms.KeyEventArgs e)5003         public virtual bool KeyEntersEditMode(System.Windows.Forms.KeyEventArgs e) { throw null; }
KeyPressUnsharesRow(System.Windows.Forms.KeyPressEventArgs e, int rowIndex)5004         protected virtual bool KeyPressUnsharesRow(System.Windows.Forms.KeyPressEventArgs e, int rowIndex) { throw null; }
KeyUpUnsharesRow(System.Windows.Forms.KeyEventArgs e, int rowIndex)5005         protected virtual bool KeyUpUnsharesRow(System.Windows.Forms.KeyEventArgs e, int rowIndex) { throw null; }
LeaveUnsharesRow(int rowIndex, bool throughMouseClick)5006         protected virtual bool LeaveUnsharesRow(int rowIndex, bool throughMouseClick) { throw null; }
5007         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
MeasureTextHeight(System.Drawing.Graphics graphics, string text, System.Drawing.Font font, int maxWidth, System.Windows.Forms.TextFormatFlags flags)5008         public static int MeasureTextHeight(System.Drawing.Graphics graphics, string text, System.Drawing.Font font, int maxWidth, System.Windows.Forms.TextFormatFlags flags) { throw null; }
5009         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
MeasureTextHeight(System.Drawing.Graphics graphics, string text, System.Drawing.Font font, int maxWidth, System.Windows.Forms.TextFormatFlags flags, out bool widthTruncated)5010         public static int MeasureTextHeight(System.Drawing.Graphics graphics, string text, System.Drawing.Font font, int maxWidth, System.Windows.Forms.TextFormatFlags flags, out bool widthTruncated) { widthTruncated = default(bool); throw null; }
5011         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
MeasureTextPreferredSize(System.Drawing.Graphics graphics, string text, System.Drawing.Font font, float maxRatio, System.Windows.Forms.TextFormatFlags flags)5012         public static System.Drawing.Size MeasureTextPreferredSize(System.Drawing.Graphics graphics, string text, System.Drawing.Font font, float maxRatio, System.Windows.Forms.TextFormatFlags flags) { throw null; }
5013         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
MeasureTextSize(System.Drawing.Graphics graphics, string text, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags)5014         public static System.Drawing.Size MeasureTextSize(System.Drawing.Graphics graphics, string text, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags) { throw null; }
5015         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
MeasureTextWidth(System.Drawing.Graphics graphics, string text, System.Drawing.Font font, int maxHeight, System.Windows.Forms.TextFormatFlags flags)5016         public static int MeasureTextWidth(System.Drawing.Graphics graphics, string text, System.Drawing.Font font, int maxHeight, System.Windows.Forms.TextFormatFlags flags) { throw null; }
MouseClickUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5017         protected virtual bool MouseClickUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { throw null; }
MouseDoubleClickUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5018         protected virtual bool MouseDoubleClickUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { throw null; }
MouseDownUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5019         protected virtual bool MouseDownUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { throw null; }
MouseEnterUnsharesRow(int rowIndex)5020         protected virtual bool MouseEnterUnsharesRow(int rowIndex) { throw null; }
MouseLeaveUnsharesRow(int rowIndex)5021         protected virtual bool MouseLeaveUnsharesRow(int rowIndex) { throw null; }
MouseMoveUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5022         protected virtual bool MouseMoveUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { throw null; }
MouseUpUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5023         protected virtual bool MouseUpUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { throw null; }
OnClick(System.Windows.Forms.DataGridViewCellEventArgs e)5024         protected virtual void OnClick(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnContentClick(System.Windows.Forms.DataGridViewCellEventArgs e)5025         protected virtual void OnContentClick(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnContentDoubleClick(System.Windows.Forms.DataGridViewCellEventArgs e)5026         protected virtual void OnContentDoubleClick(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnDataGridViewChanged()5027         protected override void OnDataGridViewChanged() { }
OnDoubleClick(System.Windows.Forms.DataGridViewCellEventArgs e)5028         protected virtual void OnDoubleClick(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnEnter(int rowIndex, bool throughMouseClick)5029         protected virtual void OnEnter(int rowIndex, bool throughMouseClick) { }
OnKeyDown(System.Windows.Forms.KeyEventArgs e, int rowIndex)5030         protected virtual void OnKeyDown(System.Windows.Forms.KeyEventArgs e, int rowIndex) { }
OnKeyPress(System.Windows.Forms.KeyPressEventArgs e, int rowIndex)5031         protected virtual void OnKeyPress(System.Windows.Forms.KeyPressEventArgs e, int rowIndex) { }
OnKeyUp(System.Windows.Forms.KeyEventArgs e, int rowIndex)5032         protected virtual void OnKeyUp(System.Windows.Forms.KeyEventArgs e, int rowIndex) { }
OnLeave(int rowIndex, bool throughMouseClick)5033         protected virtual void OnLeave(int rowIndex, bool throughMouseClick) { }
OnMouseClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5034         protected virtual void OnMouseClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
OnMouseDoubleClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5035         protected virtual void OnMouseDoubleClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
OnMouseDown(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5036         protected virtual void OnMouseDown(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
OnMouseEnter(int rowIndex)5037         protected virtual void OnMouseEnter(int rowIndex) { }
OnMouseLeave(int rowIndex)5038         protected virtual void OnMouseLeave(int rowIndex) { }
OnMouseMove(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5039         protected virtual void OnMouseMove(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
OnMouseUp(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5040         protected virtual void OnMouseUp(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates cellState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts)5041         protected virtual void Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates cellState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
PaintBorder(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle bounds, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle)5042         protected virtual void PaintBorder(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle bounds, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle) { }
PaintErrorIcon(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellValueBounds, string errorText)5043         protected virtual void PaintErrorIcon(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellValueBounds, string errorText) { }
ParseFormattedValue(object formattedValue, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.ComponentModel.TypeConverter formattedValueTypeConverter, System.ComponentModel.TypeConverter valueTypeConverter)5044         public virtual object ParseFormattedValue(object formattedValue, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.ComponentModel.TypeConverter formattedValueTypeConverter, System.ComponentModel.TypeConverter valueTypeConverter) { throw null; }
5045         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
PositionEditingControl(bool setLocation, bool setSize, System.Drawing.Rectangle cellBounds, System.Drawing.Rectangle cellClip, System.Windows.Forms.DataGridViewCellStyle cellStyle, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool isFirstDisplayedColumn, bool isFirstDisplayedRow)5046         public virtual void PositionEditingControl(bool setLocation, bool setSize, System.Drawing.Rectangle cellBounds, System.Drawing.Rectangle cellClip, System.Windows.Forms.DataGridViewCellStyle cellStyle, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool isFirstDisplayedColumn, bool isFirstDisplayedRow) { }
5047         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
PositionEditingPanel(System.Drawing.Rectangle cellBounds, System.Drawing.Rectangle cellClip, System.Windows.Forms.DataGridViewCellStyle cellStyle, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool isFirstDisplayedColumn, bool isFirstDisplayedRow)5048         public virtual System.Drawing.Rectangle PositionEditingPanel(System.Drawing.Rectangle cellBounds, System.Drawing.Rectangle cellClip, System.Windows.Forms.DataGridViewCellStyle cellStyle, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool isFirstDisplayedColumn, bool isFirstDisplayedRow) { throw null; }
SetValue(int rowIndex, object value)5049         protected virtual bool SetValue(int rowIndex, object value) { throw null; }
ToString()5050         public override string ToString() { throw null; }
5051         [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5052         protected partial class DataGridViewCellAccessibleObject : System.Windows.Forms.AccessibleObject
5053         {
DataGridViewCellAccessibleObject()5054             public DataGridViewCellAccessibleObject() { }
DataGridViewCellAccessibleObject(System.Windows.Forms.DataGridViewCell owner)5055             public DataGridViewCellAccessibleObject(System.Windows.Forms.DataGridViewCell owner) { }
5056             public override System.Drawing.Rectangle Bounds { get { throw null; } }
5057             public override string DefaultAction { get { throw null; } }
5058             public override string Help { get { throw null; } }
5059             public override string Name { get { throw null; } }
5060             public System.Windows.Forms.DataGridViewCell Owner { get { throw null; } set { } }
5061             public override System.Windows.Forms.AccessibleObject Parent { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
5062             public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
5063             public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
5064             public override string Value { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]set { } }
5065             [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
DoDefaultAction()5066             public override void DoDefaultAction() { }
GetChild(int index)5067             public override System.Windows.Forms.AccessibleObject GetChild(int index) { throw null; }
GetChildCount()5068             public override int GetChildCount() { throw null; }
GetFocused()5069             public override System.Windows.Forms.AccessibleObject GetFocused() { throw null; }
GetSelected()5070             public override System.Windows.Forms.AccessibleObject GetSelected() { throw null; }
5071             [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Navigate(System.Windows.Forms.AccessibleNavigation navigationDirection)5072             public override System.Windows.Forms.AccessibleObject Navigate(System.Windows.Forms.AccessibleNavigation navigationDirection) { throw null; }
5073             [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Select(System.Windows.Forms.AccessibleSelection flags)5074             public override void Select(System.Windows.Forms.AccessibleSelection flags) { }
5075         }
5076     }
5077     public enum DataGridViewCellBorderStyle
5078     {
5079         Custom = 0,
5080         None = 4,
5081         Raised = 2,
5082         RaisedHorizontal = 9,
5083         RaisedVertical = 6,
5084         Single = 1,
5085         SingleHorizontal = 8,
5086         SingleVertical = 5,
5087         Sunken = 3,
5088         SunkenHorizontal = 10,
5089         SunkenVertical = 7,
5090     }
5091     public partial class DataGridViewCellCancelEventArgs : System.ComponentModel.CancelEventArgs
5092     {
DataGridViewCellCancelEventArgs(int columnIndex, int rowIndex)5093         public DataGridViewCellCancelEventArgs(int columnIndex, int rowIndex) { }
5094         public int ColumnIndex { get { throw null; } }
5095         public int RowIndex { get { throw null; } }
5096     }
DataGridViewCellCancelEventHandler(object sender, System.Windows.Forms.DataGridViewCellCancelEventArgs e)5097     public delegate void DataGridViewCellCancelEventHandler(object sender, System.Windows.Forms.DataGridViewCellCancelEventArgs e);
5098     [System.ComponentModel.ListBindableAttribute(false)]
5099     public partial class DataGridViewCellCollection : System.Windows.Forms.BaseCollection, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
5100     {
DataGridViewCellCollection(System.Windows.Forms.DataGridViewRow dataGridViewRow)5101         public DataGridViewCellCollection(System.Windows.Forms.DataGridViewRow dataGridViewRow) { }
5102         public System.Windows.Forms.DataGridViewCell this[int index] { get { throw null; } set { } }
5103         public System.Windows.Forms.DataGridViewCell this[string columnName] { get { throw null; } set { } }
5104         protected override System.Collections.ArrayList List { get { throw null; } }
5105         int System.Collections.ICollection.Count { get { throw null; } }
5106         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
5107         object System.Collections.ICollection.SyncRoot { get { throw null; } }
5108         bool System.Collections.IList.IsFixedSize { get { throw null; } }
5109         bool System.Collections.IList.IsReadOnly { get { throw null; } }
5110         object System.Collections.IList.this[int index] { get { throw null; } set { } }
5111         public event System.ComponentModel.CollectionChangeEventHandler CollectionChanged { add { } remove { } }
Add(System.Windows.Forms.DataGridViewCell dataGridViewCell)5112         public virtual int Add(System.Windows.Forms.DataGridViewCell dataGridViewCell) { throw null; }
5113         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
AddRange(params System.Windows.Forms.DataGridViewCell[] dataGridViewCells)5114         public virtual void AddRange(params System.Windows.Forms.DataGridViewCell[] dataGridViewCells) { }
Clear()5115         public virtual void Clear() { }
Contains(System.Windows.Forms.DataGridViewCell dataGridViewCell)5116         public virtual bool Contains(System.Windows.Forms.DataGridViewCell dataGridViewCell) { throw null; }
CopyTo(System.Windows.Forms.DataGridViewCell[] array, int index)5117         public void CopyTo(System.Windows.Forms.DataGridViewCell[] array, int index) { }
IndexOf(System.Windows.Forms.DataGridViewCell dataGridViewCell)5118         public int IndexOf(System.Windows.Forms.DataGridViewCell dataGridViewCell) { throw null; }
Insert(int index, System.Windows.Forms.DataGridViewCell dataGridViewCell)5119         public virtual void Insert(int index, System.Windows.Forms.DataGridViewCell dataGridViewCell) { }
OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs e)5120         protected void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs e) { }
Remove(System.Windows.Forms.DataGridViewCell cell)5121         public virtual void Remove(System.Windows.Forms.DataGridViewCell cell) { }
RemoveAt(int index)5122         public virtual void RemoveAt(int index) { }
System.Collections.ICollection.CopyTo(System.Array array, int index)5123         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()5124         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Collections.IList.Add(object value)5125         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()5126         void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object value)5127         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)5128         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)5129         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)5130         void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)5131         void System.Collections.IList.RemoveAt(int index) { }
5132     }
5133     public partial class DataGridViewCellContextMenuStripNeededEventArgs : System.Windows.Forms.DataGridViewCellEventArgs
5134     {
DataGridViewCellContextMenuStripNeededEventArgs(int columnIndex, int rowIndex)5135         public DataGridViewCellContextMenuStripNeededEventArgs(int columnIndex, int rowIndex) : base (default(int), default(int)) { }
5136         public System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get { throw null; } set { } }
5137     }
DataGridViewCellContextMenuStripNeededEventHandler(object sender, System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventArgs e)5138     public delegate void DataGridViewCellContextMenuStripNeededEventHandler(object sender, System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventArgs e);
5139     public partial class DataGridViewCellErrorTextNeededEventArgs : System.Windows.Forms.DataGridViewCellEventArgs
5140     {
DataGridViewCellErrorTextNeededEventArgs()5141         internal DataGridViewCellErrorTextNeededEventArgs() : base (default(int), default(int)) { }
5142         public string ErrorText { get { throw null; } set { } }
5143     }
DataGridViewCellErrorTextNeededEventHandler(object sender, System.Windows.Forms.DataGridViewCellErrorTextNeededEventArgs e)5144     public delegate void DataGridViewCellErrorTextNeededEventHandler(object sender, System.Windows.Forms.DataGridViewCellErrorTextNeededEventArgs e);
5145     public partial class DataGridViewCellEventArgs : System.EventArgs
5146     {
DataGridViewCellEventArgs(int columnIndex, int rowIndex)5147         public DataGridViewCellEventArgs(int columnIndex, int rowIndex) { }
5148         public int ColumnIndex { get { throw null; } }
5149         public int RowIndex { get { throw null; } }
5150     }
DataGridViewCellEventHandler(object sender, System.Windows.Forms.DataGridViewCellEventArgs e)5151     public delegate void DataGridViewCellEventHandler(object sender, System.Windows.Forms.DataGridViewCellEventArgs e);
5152     public partial class DataGridViewCellFormattingEventArgs : System.Windows.Forms.ConvertEventArgs
5153     {
DataGridViewCellFormattingEventArgs(int columnIndex, int rowIndex, object value, System.Type desiredType, System.Windows.Forms.DataGridViewCellStyle cellStyle)5154         public DataGridViewCellFormattingEventArgs(int columnIndex, int rowIndex, object value, System.Type desiredType, System.Windows.Forms.DataGridViewCellStyle cellStyle) : base (default(object), default(System.Type)) { }
5155         public System.Windows.Forms.DataGridViewCellStyle CellStyle { get { throw null; } set { } }
5156         public int ColumnIndex { get { throw null; } }
5157         public bool FormattingApplied { get { throw null; } set { } }
5158         public int RowIndex { get { throw null; } }
5159     }
DataGridViewCellFormattingEventHandler(object sender, System.Windows.Forms.DataGridViewCellFormattingEventArgs e)5160     public delegate void DataGridViewCellFormattingEventHandler(object sender, System.Windows.Forms.DataGridViewCellFormattingEventArgs e);
5161     public partial class DataGridViewCellMouseEventArgs : System.Windows.Forms.MouseEventArgs
5162     {
DataGridViewCellMouseEventArgs(int columnIndex, int rowIndex, int localX, int localY, System.Windows.Forms.MouseEventArgs e)5163         public DataGridViewCellMouseEventArgs(int columnIndex, int rowIndex, int localX, int localY, System.Windows.Forms.MouseEventArgs e) : base (default(System.Windows.Forms.MouseButtons), default(int), default(int), default(int), default(int)) { }
5164         public int ColumnIndex { get { throw null; } }
5165         public int RowIndex { get { throw null; } }
5166     }
DataGridViewCellMouseEventHandler(object sender, System.Windows.Forms.DataGridViewCellMouseEventArgs e)5167     public delegate void DataGridViewCellMouseEventHandler(object sender, System.Windows.Forms.DataGridViewCellMouseEventArgs e);
5168     public partial class DataGridViewCellPaintingEventArgs : System.ComponentModel.HandledEventArgs
5169     {
DataGridViewCellPaintingEventArgs(System.Windows.Forms.DataGridView dataGridView, System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, int columnIndex, System.Windows.Forms.DataGridViewElementStates cellState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts)5170         public DataGridViewCellPaintingEventArgs(System.Windows.Forms.DataGridView dataGridView, System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, int columnIndex, System.Windows.Forms.DataGridViewElementStates cellState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
5171         public System.Windows.Forms.DataGridViewAdvancedBorderStyle AdvancedBorderStyle { get { throw null; } }
5172         public System.Drawing.Rectangle CellBounds { get { throw null; } }
5173         public System.Windows.Forms.DataGridViewCellStyle CellStyle { get { throw null; } }
5174         public System.Drawing.Rectangle ClipBounds { get { throw null; } }
5175         public int ColumnIndex { get { throw null; } }
5176         public string ErrorText { get { throw null; } }
5177         public object FormattedValue { get { throw null; } }
5178         public System.Drawing.Graphics Graphics { get { throw null; } }
5179         public System.Windows.Forms.DataGridViewPaintParts PaintParts { get { throw null; } }
5180         public int RowIndex { get { throw null; } }
5181         public System.Windows.Forms.DataGridViewElementStates State { get { throw null; } }
5182         public object Value { get { throw null; } }
Paint(System.Drawing.Rectangle clipBounds, System.Windows.Forms.DataGridViewPaintParts paintParts)5183         public void Paint(System.Drawing.Rectangle clipBounds, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
PaintBackground(System.Drawing.Rectangle clipBounds, bool cellsPaintSelectionBackground)5184         public void PaintBackground(System.Drawing.Rectangle clipBounds, bool cellsPaintSelectionBackground) { }
PaintContent(System.Drawing.Rectangle clipBounds)5185         public void PaintContent(System.Drawing.Rectangle clipBounds) { }
5186     }
DataGridViewCellPaintingEventHandler(object sender, System.Windows.Forms.DataGridViewCellPaintingEventArgs e)5187     public delegate void DataGridViewCellPaintingEventHandler(object sender, System.Windows.Forms.DataGridViewCellPaintingEventArgs e);
5188     public partial class DataGridViewCellParsingEventArgs : System.Windows.Forms.ConvertEventArgs
5189     {
DataGridViewCellParsingEventArgs(int rowIndex, int columnIndex, object value, System.Type desiredType, System.Windows.Forms.DataGridViewCellStyle inheritedCellStyle)5190         public DataGridViewCellParsingEventArgs(int rowIndex, int columnIndex, object value, System.Type desiredType, System.Windows.Forms.DataGridViewCellStyle inheritedCellStyle) : base (default(object), default(System.Type)) { }
5191         public int ColumnIndex { get { throw null; } }
5192         public System.Windows.Forms.DataGridViewCellStyle InheritedCellStyle { get { throw null; } set { } }
5193         public bool ParsingApplied { get { throw null; } set { } }
5194         public int RowIndex { get { throw null; } }
5195     }
DataGridViewCellParsingEventHandler(object sender, System.Windows.Forms.DataGridViewCellParsingEventArgs e)5196     public delegate void DataGridViewCellParsingEventHandler(object sender, System.Windows.Forms.DataGridViewCellParsingEventArgs e);
5197     public partial class DataGridViewCellStateChangedEventArgs : System.EventArgs
5198     {
DataGridViewCellStateChangedEventArgs(System.Windows.Forms.DataGridViewCell dataGridViewCell, System.Windows.Forms.DataGridViewElementStates stateChanged)5199         public DataGridViewCellStateChangedEventArgs(System.Windows.Forms.DataGridViewCell dataGridViewCell, System.Windows.Forms.DataGridViewElementStates stateChanged) { }
5200         public System.Windows.Forms.DataGridViewCell Cell { get { throw null; } }
5201         public System.Windows.Forms.DataGridViewElementStates StateChanged { get { throw null; } }
5202     }
DataGridViewCellStateChangedEventHandler(object sender, System.Windows.Forms.DataGridViewCellStateChangedEventArgs e)5203     public delegate void DataGridViewCellStateChangedEventHandler(object sender, System.Windows.Forms.DataGridViewCellStateChangedEventArgs e);
5204     [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataGridViewCellStyleEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
5205     [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.DataGridViewCellStyleConverter))]
5206     public partial class DataGridViewCellStyle : System.ICloneable
5207     {
DataGridViewCellStyle()5208         public DataGridViewCellStyle() { }
DataGridViewCellStyle(System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle)5209         public DataGridViewCellStyle(System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle) { }
5210         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewContentAlignment)(0))]
5211         public System.Windows.Forms.DataGridViewContentAlignment Alignment { get { throw null; } set { } }
5212         public System.Drawing.Color BackColor { get { throw null; } set { } }
5213         [System.ComponentModel.BrowsableAttribute(false)]
5214         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
5215         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
5216         public object DataSourceNullValue { get { throw null; } set { } }
5217         public System.Drawing.Font Font { get { throw null; } set { } }
5218         public System.Drawing.Color ForeColor { get { throw null; } set { } }
5219         [System.ComponentModel.DefaultValueAttribute("")]
5220         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.FormatStringEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
5221         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
5222         public string Format { get { throw null; } set { } }
5223         [System.ComponentModel.BrowsableAttribute(false)]
5224         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
5225         public System.IFormatProvider FormatProvider { get { throw null; } set { } }
5226         [System.ComponentModel.BrowsableAttribute(false)]
5227         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
5228         public bool IsDataSourceNullValueDefault { get { throw null; } }
5229         [System.ComponentModel.BrowsableAttribute(false)]
5230         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
5231         public bool IsFormatProviderDefault { get { throw null; } }
5232         [System.ComponentModel.BrowsableAttribute(false)]
5233         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
5234         public bool IsNullValueDefault { get { throw null; } }
5235         [System.ComponentModel.DefaultValueAttribute("")]
5236         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
5237         public object NullValue { get { throw null; } set { } }
5238         public System.Windows.Forms.Padding Padding { get { throw null; } set { } }
5239         public System.Drawing.Color SelectionBackColor { get { throw null; } set { } }
5240         public System.Drawing.Color SelectionForeColor { get { throw null; } set { } }
5241         [System.ComponentModel.BrowsableAttribute(false)]
5242         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
5243         public object Tag { get { throw null; } set { } }
5244         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewTriState)(0))]
5245         public System.Windows.Forms.DataGridViewTriState WrapMode { get { throw null; } set { } }
ApplyStyle(System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle)5246         public virtual void ApplyStyle(System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle) { }
Clone()5247         public virtual System.Windows.Forms.DataGridViewCellStyle Clone() { throw null; }
Equals(object o)5248         public override bool Equals(object o) { throw null; }
GetHashCode()5249         public override int GetHashCode() { throw null; }
System.ICloneable.Clone()5250         object System.ICloneable.Clone() { throw null; }
ToString()5251         public override string ToString() { throw null; }
5252     }
5253     public partial class DataGridViewCellStyleContentChangedEventArgs : System.EventArgs
5254     {
DataGridViewCellStyleContentChangedEventArgs()5255         internal DataGridViewCellStyleContentChangedEventArgs() { }
5256         public System.Windows.Forms.DataGridViewCellStyle CellStyle { get { throw null; } }
5257         public System.Windows.Forms.DataGridViewCellStyleScopes CellStyleScope { get { throw null; } }
5258     }
DataGridViewCellStyleContentChangedEventHandler(object sender, System.Windows.Forms.DataGridViewCellStyleContentChangedEventArgs e)5259     public delegate void DataGridViewCellStyleContentChangedEventHandler(object sender, System.Windows.Forms.DataGridViewCellStyleContentChangedEventArgs e);
5260     public partial class DataGridViewCellStyleConverter : System.ComponentModel.TypeConverter
5261     {
DataGridViewCellStyleConverter()5262         public DataGridViewCellStyleConverter() { }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)5263         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)5264         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
5265     }
5266     [System.FlagsAttribute]
5267     public enum DataGridViewCellStyleScopes
5268     {
5269         AlternatingRows = 128,
5270         Cell = 1,
5271         Column = 2,
5272         ColumnHeaders = 16,
5273         DataGridView = 8,
5274         None = 0,
5275         Row = 4,
5276         RowHeaders = 32,
5277         Rows = 64,
5278     }
5279     public partial class DataGridViewCellToolTipTextNeededEventArgs : System.Windows.Forms.DataGridViewCellEventArgs
5280     {
DataGridViewCellToolTipTextNeededEventArgs()5281         internal DataGridViewCellToolTipTextNeededEventArgs() : base (default(int), default(int)) { }
5282         public string ToolTipText { get { throw null; } set { } }
5283     }
DataGridViewCellToolTipTextNeededEventHandler(object sender, System.Windows.Forms.DataGridViewCellToolTipTextNeededEventArgs e)5284     public delegate void DataGridViewCellToolTipTextNeededEventHandler(object sender, System.Windows.Forms.DataGridViewCellToolTipTextNeededEventArgs e);
5285     public partial class DataGridViewCellValidatingEventArgs : System.ComponentModel.CancelEventArgs
5286     {
DataGridViewCellValidatingEventArgs()5287         internal DataGridViewCellValidatingEventArgs() { }
5288         public int ColumnIndex { get { throw null; } }
5289         public object FormattedValue { get { throw null; } }
5290         public int RowIndex { get { throw null; } }
5291     }
DataGridViewCellValidatingEventHandler(object sender, System.Windows.Forms.DataGridViewCellValidatingEventArgs e)5292     public delegate void DataGridViewCellValidatingEventHandler(object sender, System.Windows.Forms.DataGridViewCellValidatingEventArgs e);
5293     public partial class DataGridViewCellValueEventArgs : System.EventArgs
5294     {
DataGridViewCellValueEventArgs(int columnIndex, int rowIndex)5295         public DataGridViewCellValueEventArgs(int columnIndex, int rowIndex) { }
5296         public int ColumnIndex { get { throw null; } }
5297         public int RowIndex { get { throw null; } }
5298         public object Value { get { throw null; } set { } }
5299     }
DataGridViewCellValueEventHandler(object sender, System.Windows.Forms.DataGridViewCellValueEventArgs e)5300     public delegate void DataGridViewCellValueEventHandler(object sender, System.Windows.Forms.DataGridViewCellValueEventArgs e);
5301     public partial class DataGridViewCheckBoxCell : System.Windows.Forms.DataGridViewCell, System.Windows.Forms.IDataGridViewEditingCell
5302     {
DataGridViewCheckBoxCell()5303         public DataGridViewCheckBoxCell() { }
DataGridViewCheckBoxCell(bool threeState)5304         public DataGridViewCheckBoxCell(bool threeState) { }
5305         public virtual object EditingCellFormattedValue { get { throw null; } set { } }
5306         public virtual bool EditingCellValueChanged { get { throw null; } set { } }
5307         public override System.Type EditType { get { throw null; } }
5308         [System.ComponentModel.DefaultValueAttribute(null)]
5309         public object FalseValue { get { throw null; } set { } }
5310         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.FlatStyle)(2))]
5311         public System.Windows.Forms.FlatStyle FlatStyle { get { throw null; } set { } }
5312         public override System.Type FormattedValueType { get { throw null; } }
5313         [System.ComponentModel.DefaultValueAttribute(null)]
5314         public object IndeterminateValue { get { throw null; } set { } }
5315         [System.ComponentModel.DefaultValueAttribute(false)]
5316         public bool ThreeState { get { throw null; } set { } }
5317         [System.ComponentModel.DefaultValueAttribute(null)]
5318         public object TrueValue { get { throw null; } set { } }
5319         public override System.Type ValueType { get { throw null; } set { } }
Clone()5320         public override object Clone() { throw null; }
ContentClickUnsharesRow(System.Windows.Forms.DataGridViewCellEventArgs e)5321         protected override bool ContentClickUnsharesRow(System.Windows.Forms.DataGridViewCellEventArgs e) { throw null; }
ContentDoubleClickUnsharesRow(System.Windows.Forms.DataGridViewCellEventArgs e)5322         protected override bool ContentDoubleClickUnsharesRow(System.Windows.Forms.DataGridViewCellEventArgs e) { throw null; }
CreateAccessibilityInstance()5323         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex)5324         protected override System.Drawing.Rectangle GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
GetEditingCellFormattedValue(System.Windows.Forms.DataGridViewDataErrorContexts context)5325         public virtual object GetEditingCellFormattedValue(System.Windows.Forms.DataGridViewDataErrorContexts context) { throw null; }
GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex)5326         protected override System.Drawing.Rectangle GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
GetFormattedValue(object value, int rowIndex, ref System.Windows.Forms.DataGridViewCellStyle cellStyle, System.ComponentModel.TypeConverter valueTypeConverter, System.ComponentModel.TypeConverter formattedValueTypeConverter, System.Windows.Forms.DataGridViewDataErrorContexts context)5327         protected override object GetFormattedValue(object value, int rowIndex, ref System.Windows.Forms.DataGridViewCellStyle cellStyle, System.ComponentModel.TypeConverter valueTypeConverter, System.ComponentModel.TypeConverter formattedValueTypeConverter, System.Windows.Forms.DataGridViewDataErrorContexts context) { throw null; }
GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize)5328         protected override System.Drawing.Size GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize) { throw null; }
KeyDownUnsharesRow(System.Windows.Forms.KeyEventArgs e, int rowIndex)5329         protected override bool KeyDownUnsharesRow(System.Windows.Forms.KeyEventArgs e, int rowIndex) { throw null; }
KeyUpUnsharesRow(System.Windows.Forms.KeyEventArgs e, int rowIndex)5330         protected override bool KeyUpUnsharesRow(System.Windows.Forms.KeyEventArgs e, int rowIndex) { throw null; }
MouseDownUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5331         protected override bool MouseDownUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { throw null; }
MouseEnterUnsharesRow(int rowIndex)5332         protected override bool MouseEnterUnsharesRow(int rowIndex) { throw null; }
MouseLeaveUnsharesRow(int rowIndex)5333         protected override bool MouseLeaveUnsharesRow(int rowIndex) { throw null; }
MouseUpUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5334         protected override bool MouseUpUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { throw null; }
OnContentClick(System.Windows.Forms.DataGridViewCellEventArgs e)5335         protected override void OnContentClick(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnContentDoubleClick(System.Windows.Forms.DataGridViewCellEventArgs e)5336         protected override void OnContentDoubleClick(System.Windows.Forms.DataGridViewCellEventArgs e) { }
OnKeyDown(System.Windows.Forms.KeyEventArgs e, int rowIndex)5337         protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e, int rowIndex) { }
OnKeyUp(System.Windows.Forms.KeyEventArgs e, int rowIndex)5338         protected override void OnKeyUp(System.Windows.Forms.KeyEventArgs e, int rowIndex) { }
OnLeave(int rowIndex, bool throughMouseClick)5339         protected override void OnLeave(int rowIndex, bool throughMouseClick) { }
OnMouseDown(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5340         protected override void OnMouseDown(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
OnMouseLeave(int rowIndex)5341         protected override void OnMouseLeave(int rowIndex) { }
OnMouseMove(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5342         protected override void OnMouseMove(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
OnMouseUp(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5343         protected override void OnMouseUp(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates elementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts)5344         protected override void Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates elementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
ParseFormattedValue(object formattedValue, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.ComponentModel.TypeConverter formattedValueTypeConverter, System.ComponentModel.TypeConverter valueTypeConverter)5345         public override object ParseFormattedValue(object formattedValue, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.ComponentModel.TypeConverter formattedValueTypeConverter, System.ComponentModel.TypeConverter valueTypeConverter) { throw null; }
PrepareEditingCellForEdit(bool selectAll)5346         public virtual void PrepareEditingCellForEdit(bool selectAll) { }
ToString()5347         public override string ToString() { throw null; }
5348         protected partial class DataGridViewCheckBoxCellAccessibleObject : System.Windows.Forms.DataGridViewCell.DataGridViewCellAccessibleObject
5349         {
DataGridViewCheckBoxCellAccessibleObject(System.Windows.Forms.DataGridViewCell owner)5350             public DataGridViewCheckBoxCellAccessibleObject(System.Windows.Forms.DataGridViewCell owner) { }
5351             public override string DefaultAction { get { throw null; } }
5352             public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
5353             [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
DoDefaultAction()5354             public override void DoDefaultAction() { }
GetChildCount()5355             public override int GetChildCount() { throw null; }
5356         }
5357     }
5358     [System.Drawing.ToolboxBitmapAttribute(typeof(System.Windows.Forms.DataGridViewCheckBoxColumn), "DataGridViewCheckBoxColumn.bmp")]
5359     public partial class DataGridViewCheckBoxColumn : System.Windows.Forms.DataGridViewColumn
5360     {
DataGridViewCheckBoxColumn()5361         public DataGridViewCheckBoxColumn() { }
DataGridViewCheckBoxColumn(bool threeState)5362         public DataGridViewCheckBoxColumn(bool threeState) { }
5363         [System.ComponentModel.BrowsableAttribute(false)]
5364         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
5365         public override System.Windows.Forms.DataGridViewCell CellTemplate { get { throw null; } set { } }
5366         [System.ComponentModel.BrowsableAttribute(true)]
5367         public override System.Windows.Forms.DataGridViewCellStyle DefaultCellStyle { get { throw null; } set { } }
5368         [System.ComponentModel.DefaultValueAttribute(null)]
5369         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
5370         public object FalseValue { get { throw null; } set { } }
5371         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.FlatStyle)(2))]
5372         public System.Windows.Forms.FlatStyle FlatStyle { get { throw null; } set { } }
5373         [System.ComponentModel.DefaultValueAttribute(null)]
5374         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
5375         public object IndeterminateValue { get { throw null; } set { } }
5376         [System.ComponentModel.DefaultValueAttribute(false)]
5377         public bool ThreeState { get { throw null; } set { } }
5378         [System.ComponentModel.DefaultValueAttribute(null)]
5379         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
5380         public object TrueValue { get { throw null; } set { } }
ToString()5381         public override string ToString() { throw null; }
5382     }
5383     public enum DataGridViewClipboardCopyMode
5384     {
5385         Disable = 0,
5386         EnableAlwaysIncludeHeaderText = 3,
5387         EnableWithAutoHeaderText = 1,
5388         EnableWithoutHeaderText = 2,
5389     }
5390     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.DataGridViewColumnDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
5391     [System.ComponentModel.DesignTimeVisibleAttribute(false)]
5392     [System.ComponentModel.ToolboxItemAttribute(false)]
5393     [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.DataGridViewColumnConverter")]
5394     public partial class DataGridViewColumn : System.Windows.Forms.DataGridViewBand, System.ComponentModel.IComponent, System.IDisposable
5395     {
DataGridViewColumn()5396         public DataGridViewColumn() { }
DataGridViewColumn(System.Windows.Forms.DataGridViewCell cellTemplate)5397         public DataGridViewColumn(System.Windows.Forms.DataGridViewCell cellTemplate) { }
5398         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewAutoSizeColumnMode)(0))]
5399         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
5400         public System.Windows.Forms.DataGridViewAutoSizeColumnMode AutoSizeMode { get { throw null; } set { } }
5401         [System.ComponentModel.BrowsableAttribute(false)]
5402         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
5403         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
5404         public virtual System.Windows.Forms.DataGridViewCell CellTemplate { get { throw null; } set { } }
5405         [System.ComponentModel.BrowsableAttribute(false)]
5406         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
5407         public System.Type CellType { get { throw null; } }
5408         [System.ComponentModel.DefaultValueAttribute(null)]
5409         public override System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get { throw null; } set { } }
5410         [System.ComponentModel.BrowsableAttribute(true)]
5411         [System.ComponentModel.DefaultValueAttribute("")]
5412         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataGridViewColumnDataPropertyNameEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
5413         [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.Design.DataMemberFieldConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
5414         public string DataPropertyName { get { throw null; } set { } }
5415         [System.ComponentModel.BrowsableAttribute(true)]
5416         public override System.Windows.Forms.DataGridViewCellStyle DefaultCellStyle { get { throw null; } set { } }
5417         [System.ComponentModel.BrowsableAttribute(false)]
5418         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
5419         public int DisplayIndex { get { throw null; } set { } }
5420         [System.ComponentModel.DefaultValueAttribute(0)]
5421         public int DividerWidth { get { throw null; } set { } }
5422         [System.ComponentModel.DefaultValueAttribute(100f)]
5423         public float FillWeight { get { throw null; } set { } }
5424         [System.ComponentModel.DefaultValueAttribute(false)]
5425         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
5426         public override bool Frozen { get { throw null; } set { } }
5427         [System.ComponentModel.BrowsableAttribute(false)]
5428         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
5429         public System.Windows.Forms.DataGridViewColumnHeaderCell HeaderCell { get { throw null; } set { } }
5430         [System.ComponentModel.LocalizableAttribute(true)]
5431         public string HeaderText { get { throw null; } set { } }
5432         [System.ComponentModel.BrowsableAttribute(false)]
5433         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
5434         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
5435         public System.Windows.Forms.DataGridViewAutoSizeColumnMode InheritedAutoSizeMode { get { throw null; } }
5436         [System.ComponentModel.BrowsableAttribute(false)]
5437         public override System.Windows.Forms.DataGridViewCellStyle InheritedStyle { get { throw null; } }
5438         [System.ComponentModel.BrowsableAttribute(false)]
5439         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
5440         public bool IsDataBound { get { throw null; } }
5441         [System.ComponentModel.DefaultValueAttribute(5)]
5442         [System.ComponentModel.LocalizableAttribute(true)]
5443         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
5444         public int MinimumWidth { get { throw null; } set { } }
5445         [System.ComponentModel.BrowsableAttribute(false)]
5446         public string Name { get { throw null; } set { } }
5447         public override bool ReadOnly { get { throw null; } set { } }
5448         public override System.Windows.Forms.DataGridViewTriState Resizable { get { throw null; } set { } }
5449         [System.ComponentModel.BrowsableAttribute(false)]
5450         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
5451         public System.ComponentModel.ISite Site { get { throw null; } set { } }
5452         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewColumnSortMode)(0))]
5453         public System.Windows.Forms.DataGridViewColumnSortMode SortMode { get { throw null; } set { } }
5454         [System.ComponentModel.DefaultValueAttribute("")]
5455         [System.ComponentModel.LocalizableAttribute(true)]
5456         public string ToolTipText { get { throw null; } set { } }
5457         [System.ComponentModel.BrowsableAttribute(false)]
5458         [System.ComponentModel.DefaultValueAttribute(null)]
5459         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
5460         public System.Type ValueType { get { throw null; } set { } }
5461         [System.ComponentModel.DefaultValueAttribute(true)]
5462         [System.ComponentModel.LocalizableAttribute(true)]
5463         public override bool Visible { get { throw null; } set { } }
5464         [System.ComponentModel.LocalizableAttribute(true)]
5465         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
5466         public int Width { get { throw null; } set { } }
5467         [System.ComponentModel.BrowsableAttribute(false)]
5468         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
5469         public event System.EventHandler Disposed { add { } remove { } }
Clone()5470         public override object Clone() { throw null; }
Dispose(bool disposing)5471         protected override void Dispose(bool disposing) { }
GetPreferredWidth(System.Windows.Forms.DataGridViewAutoSizeColumnMode autoSizeColumnMode, bool fixedHeight)5472         public virtual int GetPreferredWidth(System.Windows.Forms.DataGridViewAutoSizeColumnMode autoSizeColumnMode, bool fixedHeight) { throw null; }
ToString()5473         public override string ToString() { throw null; }
5474     }
5475     [System.ComponentModel.ListBindableAttribute(false)]
5476     public partial class DataGridViewColumnCollection : System.Windows.Forms.BaseCollection, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
5477     {
DataGridViewColumnCollection(System.Windows.Forms.DataGridView dataGridView)5478         public DataGridViewColumnCollection(System.Windows.Forms.DataGridView dataGridView) { }
5479         protected System.Windows.Forms.DataGridView DataGridView { get { throw null; } }
5480         public System.Windows.Forms.DataGridViewColumn this[int index] { get { throw null; } }
5481         public System.Windows.Forms.DataGridViewColumn this[string columnName] { get { throw null; } }
5482         protected override System.Collections.ArrayList List { get { throw null; } }
5483         int System.Collections.ICollection.Count { get { throw null; } }
5484         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
5485         object System.Collections.ICollection.SyncRoot { get { throw null; } }
5486         bool System.Collections.IList.IsFixedSize { get { throw null; } }
5487         bool System.Collections.IList.IsReadOnly { get { throw null; } }
5488         object System.Collections.IList.this[int index] { get { throw null; } set { } }
5489         public event System.ComponentModel.CollectionChangeEventHandler CollectionChanged { add { } remove { } }
5490         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
Add(string columnName, string headerText)5491         public virtual int Add(string columnName, string headerText) { throw null; }
Add(System.Windows.Forms.DataGridViewColumn dataGridViewColumn)5492         public virtual int Add(System.Windows.Forms.DataGridViewColumn dataGridViewColumn) { throw null; }
AddRange(params System.Windows.Forms.DataGridViewColumn[] dataGridViewColumns)5493         public virtual void AddRange(params System.Windows.Forms.DataGridViewColumn[] dataGridViewColumns) { }
Clear()5494         public virtual void Clear() { }
Contains(string columnName)5495         public virtual bool Contains(string columnName) { throw null; }
Contains(System.Windows.Forms.DataGridViewColumn dataGridViewColumn)5496         public virtual bool Contains(System.Windows.Forms.DataGridViewColumn dataGridViewColumn) { throw null; }
CopyTo(System.Windows.Forms.DataGridViewColumn[] array, int index)5497         public void CopyTo(System.Windows.Forms.DataGridViewColumn[] array, int index) { }
GetColumnCount(System.Windows.Forms.DataGridViewElementStates includeFilter)5498         public int GetColumnCount(System.Windows.Forms.DataGridViewElementStates includeFilter) { throw null; }
GetColumnsWidth(System.Windows.Forms.DataGridViewElementStates includeFilter)5499         public int GetColumnsWidth(System.Windows.Forms.DataGridViewElementStates includeFilter) { throw null; }
GetFirstColumn(System.Windows.Forms.DataGridViewElementStates includeFilter)5500         public System.Windows.Forms.DataGridViewColumn GetFirstColumn(System.Windows.Forms.DataGridViewElementStates includeFilter) { throw null; }
GetFirstColumn(System.Windows.Forms.DataGridViewElementStates includeFilter, System.Windows.Forms.DataGridViewElementStates excludeFilter)5501         public System.Windows.Forms.DataGridViewColumn GetFirstColumn(System.Windows.Forms.DataGridViewElementStates includeFilter, System.Windows.Forms.DataGridViewElementStates excludeFilter) { throw null; }
GetLastColumn(System.Windows.Forms.DataGridViewElementStates includeFilter, System.Windows.Forms.DataGridViewElementStates excludeFilter)5502         public System.Windows.Forms.DataGridViewColumn GetLastColumn(System.Windows.Forms.DataGridViewElementStates includeFilter, System.Windows.Forms.DataGridViewElementStates excludeFilter) { throw null; }
GetNextColumn(System.Windows.Forms.DataGridViewColumn dataGridViewColumnStart, System.Windows.Forms.DataGridViewElementStates includeFilter, System.Windows.Forms.DataGridViewElementStates excludeFilter)5503         public System.Windows.Forms.DataGridViewColumn GetNextColumn(System.Windows.Forms.DataGridViewColumn dataGridViewColumnStart, System.Windows.Forms.DataGridViewElementStates includeFilter, System.Windows.Forms.DataGridViewElementStates excludeFilter) { throw null; }
GetPreviousColumn(System.Windows.Forms.DataGridViewColumn dataGridViewColumnStart, System.Windows.Forms.DataGridViewElementStates includeFilter, System.Windows.Forms.DataGridViewElementStates excludeFilter)5504         public System.Windows.Forms.DataGridViewColumn GetPreviousColumn(System.Windows.Forms.DataGridViewColumn dataGridViewColumnStart, System.Windows.Forms.DataGridViewElementStates includeFilter, System.Windows.Forms.DataGridViewElementStates excludeFilter) { throw null; }
IndexOf(System.Windows.Forms.DataGridViewColumn dataGridViewColumn)5505         public int IndexOf(System.Windows.Forms.DataGridViewColumn dataGridViewColumn) { throw null; }
Insert(int columnIndex, System.Windows.Forms.DataGridViewColumn dataGridViewColumn)5506         public virtual void Insert(int columnIndex, System.Windows.Forms.DataGridViewColumn dataGridViewColumn) { }
OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs e)5507         protected virtual void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs e) { }
Remove(string columnName)5508         public virtual void Remove(string columnName) { }
Remove(System.Windows.Forms.DataGridViewColumn dataGridViewColumn)5509         public virtual void Remove(System.Windows.Forms.DataGridViewColumn dataGridViewColumn) { }
RemoveAt(int index)5510         public virtual void RemoveAt(int index) { }
System.Collections.ICollection.CopyTo(System.Array array, int index)5511         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()5512         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Collections.IList.Add(object value)5513         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()5514         void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object value)5515         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)5516         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)5517         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)5518         void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)5519         void System.Collections.IList.RemoveAt(int index) { }
5520     }
5521     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
5522     public sealed partial class DataGridViewColumnDesignTimeVisibleAttribute : System.Attribute
5523     {
5524         public static readonly System.Windows.Forms.DataGridViewColumnDesignTimeVisibleAttribute Default;
5525         public static readonly System.Windows.Forms.DataGridViewColumnDesignTimeVisibleAttribute No;
5526         public static readonly System.Windows.Forms.DataGridViewColumnDesignTimeVisibleAttribute Yes;
DataGridViewColumnDesignTimeVisibleAttribute()5527         public DataGridViewColumnDesignTimeVisibleAttribute() { }
DataGridViewColumnDesignTimeVisibleAttribute(bool visible)5528         public DataGridViewColumnDesignTimeVisibleAttribute(bool visible) { }
5529         public bool Visible { get { throw null; } }
Equals(object obj)5530         public override bool Equals(object obj) { throw null; }
GetHashCode()5531         public override int GetHashCode() { throw null; }
IsDefaultAttribute()5532         public override bool IsDefaultAttribute() { throw null; }
5533     }
5534     public partial class DataGridViewColumnDividerDoubleClickEventArgs : System.Windows.Forms.HandledMouseEventArgs
5535     {
DataGridViewColumnDividerDoubleClickEventArgs(int columnIndex, System.Windows.Forms.HandledMouseEventArgs e)5536         public DataGridViewColumnDividerDoubleClickEventArgs(int columnIndex, System.Windows.Forms.HandledMouseEventArgs e) : base (default(System.Windows.Forms.MouseButtons), default(int), default(int), default(int), default(int)) { }
5537         public int ColumnIndex { get { throw null; } }
5538     }
DataGridViewColumnDividerDoubleClickEventHandler(object sender, System.Windows.Forms.DataGridViewColumnDividerDoubleClickEventArgs e)5539     public delegate void DataGridViewColumnDividerDoubleClickEventHandler(object sender, System.Windows.Forms.DataGridViewColumnDividerDoubleClickEventArgs e);
5540     public partial class DataGridViewColumnEventArgs : System.EventArgs
5541     {
DataGridViewColumnEventArgs(System.Windows.Forms.DataGridViewColumn dataGridViewColumn)5542         public DataGridViewColumnEventArgs(System.Windows.Forms.DataGridViewColumn dataGridViewColumn) { }
5543         public System.Windows.Forms.DataGridViewColumn Column { get { throw null; } }
5544     }
DataGridViewColumnEventHandler(object sender, System.Windows.Forms.DataGridViewColumnEventArgs e)5545     public delegate void DataGridViewColumnEventHandler(object sender, System.Windows.Forms.DataGridViewColumnEventArgs e);
5546     public partial class DataGridViewColumnHeaderCell : System.Windows.Forms.DataGridViewHeaderCell
5547     {
DataGridViewColumnHeaderCell()5548         public DataGridViewColumnHeaderCell() { }
5549         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
5550         public System.Windows.Forms.SortOrder SortGlyphDirection { get { throw null; } set { } }
Clone()5551         public override object Clone() { throw null; }
CreateAccessibilityInstance()5552         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
GetClipboardContent(int rowIndex, bool firstCell, bool lastCell, bool inFirstRow, bool inLastRow, string format)5553         protected override object GetClipboardContent(int rowIndex, bool firstCell, bool lastCell, bool inFirstRow, bool inLastRow, string format) { throw null; }
GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex)5554         protected override System.Drawing.Rectangle GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
GetInheritedContextMenuStrip(int rowIndex)5555         public override System.Windows.Forms.ContextMenuStrip GetInheritedContextMenuStrip(int rowIndex) { throw null; }
GetInheritedStyle(System.Windows.Forms.DataGridViewCellStyle inheritedCellStyle, int rowIndex, bool includeColors)5556         public override System.Windows.Forms.DataGridViewCellStyle GetInheritedStyle(System.Windows.Forms.DataGridViewCellStyle inheritedCellStyle, int rowIndex, bool includeColors) { throw null; }
GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize)5557         protected override System.Drawing.Size GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize) { throw null; }
GetValue(int rowIndex)5558         protected override object GetValue(int rowIndex) { throw null; }
Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates dataGridViewElementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts)5559         protected override void Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates dataGridViewElementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
SetValue(int rowIndex, object value)5560         protected override bool SetValue(int rowIndex, object value) { throw null; }
ToString()5561         public override string ToString() { throw null; }
5562         protected partial class DataGridViewColumnHeaderCellAccessibleObject : System.Windows.Forms.DataGridViewCell.DataGridViewCellAccessibleObject
5563         {
DataGridViewColumnHeaderCellAccessibleObject(System.Windows.Forms.DataGridViewColumnHeaderCell owner)5564             public DataGridViewColumnHeaderCellAccessibleObject(System.Windows.Forms.DataGridViewColumnHeaderCell owner) { }
5565             public override System.Drawing.Rectangle Bounds { get { throw null; } }
5566             public override string DefaultAction { get { throw null; } }
5567             public override string Name { get { throw null; } }
5568             public override System.Windows.Forms.AccessibleObject Parent { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
5569             public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
5570             public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
5571             public override string Value { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
5572             [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
DoDefaultAction()5573             public override void DoDefaultAction() { }
5574             [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Navigate(System.Windows.Forms.AccessibleNavigation navigationDirection)5575             public override System.Windows.Forms.AccessibleObject Navigate(System.Windows.Forms.AccessibleNavigation navigationDirection) { throw null; }
5576             [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Select(System.Windows.Forms.AccessibleSelection flags)5577             public override void Select(System.Windows.Forms.AccessibleSelection flags) { }
5578         }
5579     }
5580     public enum DataGridViewColumnHeadersHeightSizeMode
5581     {
5582         AutoSize = 2,
5583         DisableResizing = 1,
5584         EnableResizing = 0,
5585     }
5586     public enum DataGridViewColumnSortMode
5587     {
5588         Automatic = 1,
5589         NotSortable = 0,
5590         Programmatic = 2,
5591     }
5592     public partial class DataGridViewColumnStateChangedEventArgs : System.EventArgs
5593     {
DataGridViewColumnStateChangedEventArgs(System.Windows.Forms.DataGridViewColumn dataGridViewColumn, System.Windows.Forms.DataGridViewElementStates stateChanged)5594         public DataGridViewColumnStateChangedEventArgs(System.Windows.Forms.DataGridViewColumn dataGridViewColumn, System.Windows.Forms.DataGridViewElementStates stateChanged) { }
5595         public System.Windows.Forms.DataGridViewColumn Column { get { throw null; } }
5596         public System.Windows.Forms.DataGridViewElementStates StateChanged { get { throw null; } }
5597     }
DataGridViewColumnStateChangedEventHandler(object sender, System.Windows.Forms.DataGridViewColumnStateChangedEventArgs e)5598     public delegate void DataGridViewColumnStateChangedEventHandler(object sender, System.Windows.Forms.DataGridViewColumnStateChangedEventArgs e);
5599     public partial class DataGridViewComboBoxCell : System.Windows.Forms.DataGridViewCell
5600     {
DataGridViewComboBoxCell()5601         public DataGridViewComboBoxCell() { }
5602         [System.ComponentModel.DefaultValueAttribute(true)]
5603         public virtual bool AutoComplete { get { throw null; } set { } }
5604         public virtual object DataSource { get { throw null; } set { } }
5605         [System.ComponentModel.DefaultValueAttribute("")]
5606         public virtual string DisplayMember { get { throw null; } set { } }
5607         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewComboBoxDisplayStyle)(1))]
5608         public System.Windows.Forms.DataGridViewComboBoxDisplayStyle DisplayStyle { get { throw null; } set { } }
5609         [System.ComponentModel.DefaultValueAttribute(false)]
5610         public bool DisplayStyleForCurrentCellOnly { get { throw null; } set { } }
5611         [System.ComponentModel.DefaultValueAttribute(1)]
5612         public virtual int DropDownWidth { get { throw null; } set { } }
5613         public override System.Type EditType { get { throw null; } }
5614         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.FlatStyle)(2))]
5615         public System.Windows.Forms.FlatStyle FlatStyle { get { throw null; } set { } }
5616         public override System.Type FormattedValueType { get { throw null; } }
5617         [System.ComponentModel.BrowsableAttribute(false)]
5618         public virtual System.Windows.Forms.DataGridViewComboBoxCell.ObjectCollection Items { get { throw null; } }
5619         [System.ComponentModel.DefaultValueAttribute(8)]
5620         public virtual int MaxDropDownItems { get { throw null; } set { } }
5621         [System.ComponentModel.DefaultValueAttribute(false)]
5622         public virtual bool Sorted { get { throw null; } set { } }
5623         [System.ComponentModel.DefaultValueAttribute("")]
5624         public virtual string ValueMember { get { throw null; } set { } }
5625         public override System.Type ValueType { get { throw null; } }
Clone()5626         public override object Clone() { throw null; }
DetachEditingControl()5627         public override void DetachEditingControl() { }
GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex)5628         protected override System.Drawing.Rectangle GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex)5629         protected override System.Drawing.Rectangle GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
GetFormattedValue(object value, int rowIndex, ref System.Windows.Forms.DataGridViewCellStyle cellStyle, System.ComponentModel.TypeConverter valueTypeConverter, System.ComponentModel.TypeConverter formattedValueTypeConverter, System.Windows.Forms.DataGridViewDataErrorContexts context)5630         protected override object GetFormattedValue(object value, int rowIndex, ref System.Windows.Forms.DataGridViewCellStyle cellStyle, System.ComponentModel.TypeConverter valueTypeConverter, System.ComponentModel.TypeConverter formattedValueTypeConverter, System.Windows.Forms.DataGridViewDataErrorContexts context) { throw null; }
GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize)5631         protected override System.Drawing.Size GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize) { throw null; }
InitializeEditingControl(int rowIndex, object initialFormattedValue, System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle)5632         public override void InitializeEditingControl(int rowIndex, object initialFormattedValue, System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle) { }
KeyEntersEditMode(System.Windows.Forms.KeyEventArgs e)5633         public override bool KeyEntersEditMode(System.Windows.Forms.KeyEventArgs e) { throw null; }
OnDataGridViewChanged()5634         protected override void OnDataGridViewChanged() { }
OnEnter(int rowIndex, bool throughMouseClick)5635         protected override void OnEnter(int rowIndex, bool throughMouseClick) { }
OnLeave(int rowIndex, bool throughMouseClick)5636         protected override void OnLeave(int rowIndex, bool throughMouseClick) { }
OnMouseClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5637         protected override void OnMouseClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
OnMouseEnter(int rowIndex)5638         protected override void OnMouseEnter(int rowIndex) { }
OnMouseLeave(int rowIndex)5639         protected override void OnMouseLeave(int rowIndex) { }
OnMouseMove(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5640         protected override void OnMouseMove(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates elementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts)5641         protected override void Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates elementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
ParseFormattedValue(object formattedValue, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.ComponentModel.TypeConverter formattedValueTypeConverter, System.ComponentModel.TypeConverter valueTypeConverter)5642         public override object ParseFormattedValue(object formattedValue, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.ComponentModel.TypeConverter formattedValueTypeConverter, System.ComponentModel.TypeConverter valueTypeConverter) { throw null; }
ToString()5643         public override string ToString() { throw null; }
5644         [System.ComponentModel.ListBindableAttribute(false)]
5645         public partial class ObjectCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
5646         {
ObjectCollection(System.Windows.Forms.DataGridViewComboBoxCell owner)5647             public ObjectCollection(System.Windows.Forms.DataGridViewComboBoxCell owner) { }
5648             public int Count { get { throw null; } }
5649             public bool IsReadOnly { get { throw null; } }
5650             public virtual object this[int index] { get { throw null; } set { } }
5651             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
5652             object System.Collections.ICollection.SyncRoot { get { throw null; } }
5653             bool System.Collections.IList.IsFixedSize { get { throw null; } }
Add(object item)5654             public int Add(object item) { throw null; }
AddRange(params object[] items)5655             public void AddRange(params object[] items) { }
AddRange(System.Windows.Forms.DataGridViewComboBoxCell.ObjectCollection value)5656             public void AddRange(System.Windows.Forms.DataGridViewComboBoxCell.ObjectCollection value) { }
Clear()5657             public void Clear() { }
Contains(object value)5658             public bool Contains(object value) { throw null; }
CopyTo(object[] destination, int arrayIndex)5659             public void CopyTo(object[] destination, int arrayIndex) { }
GetEnumerator()5660             public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(object value)5661             public int IndexOf(object value) { throw null; }
Insert(int index, object item)5662             public void Insert(int index, object item) { }
Remove(object value)5663             public void Remove(object value) { }
RemoveAt(int index)5664             public void RemoveAt(int index) { }
System.Collections.ICollection.CopyTo(System.Array destination, int index)5665             void System.Collections.ICollection.CopyTo(System.Array destination, int index) { }
System.Collections.IList.Add(object item)5666             int System.Collections.IList.Add(object item) { throw null; }
5667         }
5668     }
5669     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.DataGridViewComboBoxColumnDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
5670     [System.Drawing.ToolboxBitmapAttribute(typeof(System.Windows.Forms.DataGridViewComboBoxColumn), "DataGridViewComboBoxColumn.bmp")]
5671     public partial class DataGridViewComboBoxColumn : System.Windows.Forms.DataGridViewColumn
5672     {
DataGridViewComboBoxColumn()5673         public DataGridViewComboBoxColumn() { }
5674         [System.ComponentModel.BrowsableAttribute(true)]
5675         [System.ComponentModel.DefaultValueAttribute(true)]
5676         public bool AutoComplete { get { throw null; } set { } }
5677         [System.ComponentModel.BrowsableAttribute(false)]
5678         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
5679         public override System.Windows.Forms.DataGridViewCell CellTemplate { get { throw null; } set { } }
5680         [System.ComponentModel.AttributeProviderAttribute(typeof(System.ComponentModel.IListSource))]
5681         [System.ComponentModel.DefaultValueAttribute(null)]
5682         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
5683         public object DataSource { get { throw null; } set { } }
5684         [System.ComponentModel.DefaultValueAttribute("")]
5685         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataMemberFieldEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
5686         [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.Design.DataMemberFieldConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
5687         public string DisplayMember { get { throw null; } set { } }
5688         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewComboBoxDisplayStyle)(1))]
5689         public System.Windows.Forms.DataGridViewComboBoxDisplayStyle DisplayStyle { get { throw null; } set { } }
5690         [System.ComponentModel.DefaultValueAttribute(false)]
5691         public bool DisplayStyleForCurrentCellOnly { get { throw null; } set { } }
5692         [System.ComponentModel.DefaultValueAttribute(1)]
5693         public int DropDownWidth { get { throw null; } set { } }
5694         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.FlatStyle)(2))]
5695         public System.Windows.Forms.FlatStyle FlatStyle { get { throw null; } set { } }
5696         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
5697         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.StringCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
5698         public System.Windows.Forms.DataGridViewComboBoxCell.ObjectCollection Items { get { throw null; } }
5699         [System.ComponentModel.DefaultValueAttribute(8)]
5700         public int MaxDropDownItems { get { throw null; } set { } }
5701         [System.ComponentModel.DefaultValueAttribute(false)]
5702         public bool Sorted { get { throw null; } set { } }
5703         [System.ComponentModel.DefaultValueAttribute("")]
5704         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataMemberFieldEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
5705         [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.Design.DataMemberFieldConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
5706         public string ValueMember { get { throw null; } set { } }
Clone()5707         public override object Clone() { throw null; }
ToString()5708         public override string ToString() { throw null; }
5709     }
5710     public enum DataGridViewComboBoxDisplayStyle
5711     {
5712         ComboBox = 0,
5713         DropDownButton = 1,
5714         Nothing = 2,
5715     }
5716     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
5717     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5718     public partial class DataGridViewComboBoxEditingControl : System.Windows.Forms.ComboBox, System.Windows.Forms.IDataGridViewEditingControl
5719     {
DataGridViewComboBoxEditingControl()5720         public DataGridViewComboBoxEditingControl() { }
5721         public virtual System.Windows.Forms.DataGridView EditingControlDataGridView { get { throw null; } set { } }
5722         public virtual object EditingControlFormattedValue { get { throw null; } set { } }
5723         public virtual int EditingControlRowIndex { get { throw null; } set { } }
5724         public virtual bool EditingControlValueChanged { get { throw null; } set { } }
5725         public virtual System.Windows.Forms.Cursor EditingPanelCursor { get { throw null; } }
5726         public virtual bool RepositionEditingControlOnValueChange { get { throw null; } }
ApplyCellStyleToEditingControl(System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle)5727         public virtual void ApplyCellStyleToEditingControl(System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle) { }
EditingControlWantsInputKey(System.Windows.Forms.Keys keyData, bool dataGridViewWantsInputKey)5728         public virtual bool EditingControlWantsInputKey(System.Windows.Forms.Keys keyData, bool dataGridViewWantsInputKey) { throw null; }
GetEditingControlFormattedValue(System.Windows.Forms.DataGridViewDataErrorContexts context)5729         public virtual object GetEditingControlFormattedValue(System.Windows.Forms.DataGridViewDataErrorContexts context) { throw null; }
OnSelectedIndexChanged(System.EventArgs e)5730         protected override void OnSelectedIndexChanged(System.EventArgs e) { }
PrepareEditingControlForEdit(bool selectAll)5731         public virtual void PrepareEditingControlForEdit(bool selectAll) { }
5732     }
5733     public enum DataGridViewContentAlignment
5734     {
5735         BottomCenter = 512,
5736         BottomLeft = 256,
5737         BottomRight = 1024,
5738         MiddleCenter = 32,
5739         MiddleLeft = 16,
5740         MiddleRight = 64,
5741         NotSet = 0,
5742         TopCenter = 2,
5743         TopLeft = 1,
5744         TopRight = 4,
5745     }
5746     [System.FlagsAttribute]
5747     public enum DataGridViewDataErrorContexts
5748     {
5749         ClipboardContent = 16384,
5750         Commit = 512,
5751         CurrentCellChange = 4096,
5752         Display = 2,
5753         Formatting = 1,
5754         InitialValueRestoration = 1024,
5755         LeaveControl = 2048,
5756         Parsing = 256,
5757         PreferredSize = 4,
5758         RowDeletion = 8,
5759         Scroll = 8192,
5760     }
5761     public partial class DataGridViewDataErrorEventArgs : System.Windows.Forms.DataGridViewCellCancelEventArgs
5762     {
DataGridViewDataErrorEventArgs(System.Exception exception, int columnIndex, int rowIndex, System.Windows.Forms.DataGridViewDataErrorContexts context)5763         public DataGridViewDataErrorEventArgs(System.Exception exception, int columnIndex, int rowIndex, System.Windows.Forms.DataGridViewDataErrorContexts context) : base (default(int), default(int)) { }
5764         public System.Windows.Forms.DataGridViewDataErrorContexts Context { get { throw null; } }
5765         public System.Exception Exception { get { throw null; } }
5766         public bool ThrowException { get { throw null; } set { } }
5767     }
DataGridViewDataErrorEventHandler(object sender, System.Windows.Forms.DataGridViewDataErrorEventArgs e)5768     public delegate void DataGridViewDataErrorEventHandler(object sender, System.Windows.Forms.DataGridViewDataErrorEventArgs e);
5769     public partial class DataGridViewEditingControlShowingEventArgs : System.EventArgs
5770     {
DataGridViewEditingControlShowingEventArgs(System.Windows.Forms.Control control, System.Windows.Forms.DataGridViewCellStyle cellStyle)5771         public DataGridViewEditingControlShowingEventArgs(System.Windows.Forms.Control control, System.Windows.Forms.DataGridViewCellStyle cellStyle) { }
5772         public System.Windows.Forms.DataGridViewCellStyle CellStyle { get { throw null; } set { } }
5773         public System.Windows.Forms.Control Control { get { throw null; } }
5774     }
DataGridViewEditingControlShowingEventHandler(object sender, System.Windows.Forms.DataGridViewEditingControlShowingEventArgs e)5775     public delegate void DataGridViewEditingControlShowingEventHandler(object sender, System.Windows.Forms.DataGridViewEditingControlShowingEventArgs e);
5776     public enum DataGridViewEditMode
5777     {
5778         EditOnEnter = 0,
5779         EditOnF2 = 3,
5780         EditOnKeystroke = 1,
5781         EditOnKeystrokeOrF2 = 2,
5782         EditProgrammatically = 4,
5783     }
5784     public partial class DataGridViewElement
5785     {
DataGridViewElement()5786         public DataGridViewElement() { }
5787         [System.ComponentModel.BrowsableAttribute(false)]
5788         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
5789         public System.Windows.Forms.DataGridView DataGridView { get { throw null; } }
5790         [System.ComponentModel.BrowsableAttribute(false)]
5791         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
5792         public virtual System.Windows.Forms.DataGridViewElementStates State { get { throw null; } }
OnDataGridViewChanged()5793         protected virtual void OnDataGridViewChanged() { }
RaiseCellClick(System.Windows.Forms.DataGridViewCellEventArgs e)5794         protected void RaiseCellClick(System.Windows.Forms.DataGridViewCellEventArgs e) { }
RaiseCellContentClick(System.Windows.Forms.DataGridViewCellEventArgs e)5795         protected void RaiseCellContentClick(System.Windows.Forms.DataGridViewCellEventArgs e) { }
RaiseCellContentDoubleClick(System.Windows.Forms.DataGridViewCellEventArgs e)5796         protected void RaiseCellContentDoubleClick(System.Windows.Forms.DataGridViewCellEventArgs e) { }
RaiseCellValueChanged(System.Windows.Forms.DataGridViewCellEventArgs e)5797         protected void RaiseCellValueChanged(System.Windows.Forms.DataGridViewCellEventArgs e) { }
RaiseDataError(System.Windows.Forms.DataGridViewDataErrorEventArgs e)5798         protected void RaiseDataError(System.Windows.Forms.DataGridViewDataErrorEventArgs e) { }
RaiseMouseWheel(System.Windows.Forms.MouseEventArgs e)5799         protected void RaiseMouseWheel(System.Windows.Forms.MouseEventArgs e) { }
5800     }
5801     [System.FlagsAttribute]
5802     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5803     public enum DataGridViewElementStates
5804     {
5805         Displayed = 1,
5806         Frozen = 2,
5807         None = 0,
5808         ReadOnly = 4,
5809         Resizable = 8,
5810         ResizableSet = 16,
5811         Selected = 32,
5812         Visible = 64,
5813     }
5814     public enum DataGridViewHeaderBorderStyle
5815     {
5816         Custom = 0,
5817         None = 4,
5818         Raised = 2,
5819         Single = 1,
5820         Sunken = 3,
5821     }
5822     public partial class DataGridViewHeaderCell : System.Windows.Forms.DataGridViewCell
5823     {
DataGridViewHeaderCell()5824         public DataGridViewHeaderCell() { }
5825         protected System.Windows.Forms.ButtonState ButtonState { get { throw null; } }
5826         [System.ComponentModel.BrowsableAttribute(false)]
5827         public override bool Displayed { get { throw null; } }
5828         public override System.Type FormattedValueType { get { throw null; } }
5829         [System.ComponentModel.BrowsableAttribute(false)]
5830         public override bool Frozen { get { throw null; } }
5831         [System.ComponentModel.BrowsableAttribute(false)]
5832         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
5833         public override bool ReadOnly { get { throw null; } set { } }
5834         [System.ComponentModel.BrowsableAttribute(false)]
5835         public override bool Resizable { get { throw null; } }
5836         [System.ComponentModel.BrowsableAttribute(false)]
5837         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
5838         public override bool Selected { get { throw null; } set { } }
5839         public override System.Type ValueType { get { throw null; } set { } }
5840         [System.ComponentModel.BrowsableAttribute(false)]
5841         public override bool Visible { get { throw null; } }
Clone()5842         public override object Clone() { throw null; }
Dispose(bool disposing)5843         protected override void Dispose(bool disposing) { }
GetInheritedContextMenuStrip(int rowIndex)5844         public override System.Windows.Forms.ContextMenuStrip GetInheritedContextMenuStrip(int rowIndex) { throw null; }
GetInheritedState(int rowIndex)5845         public override System.Windows.Forms.DataGridViewElementStates GetInheritedState(int rowIndex) { throw null; }
GetSize(int rowIndex)5846         protected override System.Drawing.Size GetSize(int rowIndex) { throw null; }
GetValue(int rowIndex)5847         protected override object GetValue(int rowIndex) { throw null; }
MouseDownUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5848         protected override bool MouseDownUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { throw null; }
MouseEnterUnsharesRow(int rowIndex)5849         protected override bool MouseEnterUnsharesRow(int rowIndex) { throw null; }
MouseLeaveUnsharesRow(int rowIndex)5850         protected override bool MouseLeaveUnsharesRow(int rowIndex) { throw null; }
MouseUpUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5851         protected override bool MouseUpUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { throw null; }
OnMouseDown(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5852         protected override void OnMouseDown(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
OnMouseEnter(int rowIndex)5853         protected override void OnMouseEnter(int rowIndex) { }
OnMouseLeave(int rowIndex)5854         protected override void OnMouseLeave(int rowIndex) { }
OnMouseUp(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5855         protected override void OnMouseUp(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates dataGridViewElementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts)5856         protected override void Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates dataGridViewElementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
ToString()5857         public override string ToString() { throw null; }
5858     }
5859     public enum DataGridViewHitTestType
5860     {
5861         Cell = 1,
5862         ColumnHeader = 2,
5863         HorizontalScrollBar = 5,
5864         None = 0,
5865         RowHeader = 3,
5866         TopLeftHeader = 4,
5867         VerticalScrollBar = 6,
5868     }
5869     public partial class DataGridViewImageCell : System.Windows.Forms.DataGridViewCell
5870     {
DataGridViewImageCell()5871         public DataGridViewImageCell() { }
DataGridViewImageCell(bool valueIsIcon)5872         public DataGridViewImageCell(bool valueIsIcon) { }
5873         public override object DefaultNewRowValue { get { throw null; } }
5874         [System.ComponentModel.DefaultValueAttribute("")]
5875         public string Description { get { throw null; } set { } }
5876         public override System.Type EditType { get { throw null; } }
5877         public override System.Type FormattedValueType { get { throw null; } }
5878         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewImageCellLayout)(0))]
5879         public System.Windows.Forms.DataGridViewImageCellLayout ImageLayout { get { throw null; } set { } }
5880         [System.ComponentModel.DefaultValueAttribute(false)]
5881         public bool ValueIsIcon { get { throw null; } set { } }
5882         public override System.Type ValueType { get { throw null; } set { } }
Clone()5883         public override object Clone() { throw null; }
CreateAccessibilityInstance()5884         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex)5885         protected override System.Drawing.Rectangle GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex)5886         protected override System.Drawing.Rectangle GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
GetFormattedValue(object value, int rowIndex, ref System.Windows.Forms.DataGridViewCellStyle cellStyle, System.ComponentModel.TypeConverter valueTypeConverter, System.ComponentModel.TypeConverter formattedValueTypeConverter, System.Windows.Forms.DataGridViewDataErrorContexts context)5887         protected override object GetFormattedValue(object value, int rowIndex, ref System.Windows.Forms.DataGridViewCellStyle cellStyle, System.ComponentModel.TypeConverter valueTypeConverter, System.ComponentModel.TypeConverter formattedValueTypeConverter, System.Windows.Forms.DataGridViewDataErrorContexts context) { throw null; }
GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize)5888         protected override System.Drawing.Size GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize) { throw null; }
GetValue(int rowIndex)5889         protected override object GetValue(int rowIndex) { throw null; }
Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates elementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts)5890         protected override void Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates elementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
ToString()5891         public override string ToString() { throw null; }
5892         protected partial class DataGridViewImageCellAccessibleObject : System.Windows.Forms.DataGridViewCell.DataGridViewCellAccessibleObject
5893         {
DataGridViewImageCellAccessibleObject(System.Windows.Forms.DataGridViewCell owner)5894             public DataGridViewImageCellAccessibleObject(System.Windows.Forms.DataGridViewCell owner) { }
5895             public override string DefaultAction { get { throw null; } }
5896             public override string Description { get { throw null; } }
5897             public override string Value { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]set { } }
5898             [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
DoDefaultAction()5899             public override void DoDefaultAction() { }
GetChildCount()5900             public override int GetChildCount() { throw null; }
5901         }
5902     }
5903     public enum DataGridViewImageCellLayout
5904     {
5905         Normal = 1,
5906         NotSet = 0,
5907         Stretch = 2,
5908         Zoom = 3,
5909     }
5910     [System.Drawing.ToolboxBitmapAttribute(typeof(System.Windows.Forms.DataGridViewImageColumn), "DataGridViewImageColumn.bmp")]
5911     public partial class DataGridViewImageColumn : System.Windows.Forms.DataGridViewColumn
5912     {
DataGridViewImageColumn()5913         public DataGridViewImageColumn() { }
DataGridViewImageColumn(bool valuesAreIcons)5914         public DataGridViewImageColumn(bool valuesAreIcons) { }
5915         [System.ComponentModel.BrowsableAttribute(false)]
5916         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
5917         public override System.Windows.Forms.DataGridViewCell CellTemplate { get { throw null; } set { } }
5918         [System.ComponentModel.BrowsableAttribute(true)]
5919         public override System.Windows.Forms.DataGridViewCellStyle DefaultCellStyle { get { throw null; } set { } }
5920         [System.ComponentModel.BrowsableAttribute(true)]
5921         [System.ComponentModel.DefaultValueAttribute("")]
5922         public string Description { get { throw null; } set { } }
5923         [System.ComponentModel.BrowsableAttribute(false)]
5924         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
5925         public System.Drawing.Icon Icon { get { throw null; } set { } }
5926         [System.ComponentModel.DefaultValueAttribute(null)]
5927         public System.Drawing.Image Image { get { throw null; } set { } }
5928         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewImageCellLayout)(1))]
5929         public System.Windows.Forms.DataGridViewImageCellLayout ImageLayout { get { throw null; } set { } }
5930         [System.ComponentModel.BrowsableAttribute(false)]
5931         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
5932         public bool ValuesAreIcons { get { throw null; } set { } }
Clone()5933         public override object Clone() { throw null; }
ToString()5934         public override string ToString() { throw null; }
5935     }
5936     public partial class DataGridViewLinkCell : System.Windows.Forms.DataGridViewCell
5937     {
DataGridViewLinkCell()5938         public DataGridViewLinkCell() { }
5939         public System.Drawing.Color ActiveLinkColor { get { throw null; } set { } }
5940         public override System.Type EditType { get { throw null; } }
5941         public override System.Type FormattedValueType { get { throw null; } }
5942         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.LinkBehavior)(0))]
5943         public System.Windows.Forms.LinkBehavior LinkBehavior { get { throw null; } set { } }
5944         public System.Drawing.Color LinkColor { get { throw null; } set { } }
5945         public bool LinkVisited { get { throw null; } set { } }
5946         [System.ComponentModel.DefaultValueAttribute(true)]
5947         public bool TrackVisitedState { get { throw null; } set { } }
5948         [System.ComponentModel.DefaultValueAttribute(false)]
5949         public bool UseColumnTextForLinkValue { get { throw null; } set { } }
5950         public override System.Type ValueType { get { throw null; } }
5951         public System.Drawing.Color VisitedLinkColor { get { throw null; } set { } }
Clone()5952         public override object Clone() { throw null; }
CreateAccessibilityInstance()5953         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex)5954         protected override System.Drawing.Rectangle GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex)5955         protected override System.Drawing.Rectangle GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize)5956         protected override System.Drawing.Size GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize) { throw null; }
GetValue(int rowIndex)5957         protected override object GetValue(int rowIndex) { throw null; }
KeyUpUnsharesRow(System.Windows.Forms.KeyEventArgs e, int rowIndex)5958         protected override bool KeyUpUnsharesRow(System.Windows.Forms.KeyEventArgs e, int rowIndex) { throw null; }
MouseDownUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5959         protected override bool MouseDownUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { throw null; }
MouseLeaveUnsharesRow(int rowIndex)5960         protected override bool MouseLeaveUnsharesRow(int rowIndex) { throw null; }
MouseMoveUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5961         protected override bool MouseMoveUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { throw null; }
MouseUpUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5962         protected override bool MouseUpUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { throw null; }
OnKeyUp(System.Windows.Forms.KeyEventArgs e, int rowIndex)5963         protected override void OnKeyUp(System.Windows.Forms.KeyEventArgs e, int rowIndex) { }
OnMouseDown(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5964         protected override void OnMouseDown(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
OnMouseLeave(int rowIndex)5965         protected override void OnMouseLeave(int rowIndex) { }
OnMouseMove(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5966         protected override void OnMouseMove(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
OnMouseUp(System.Windows.Forms.DataGridViewCellMouseEventArgs e)5967         protected override void OnMouseUp(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates cellState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts)5968         protected override void Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates cellState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
ToString()5969         public override string ToString() { throw null; }
5970         protected partial class DataGridViewLinkCellAccessibleObject : System.Windows.Forms.DataGridViewCell.DataGridViewCellAccessibleObject
5971         {
DataGridViewLinkCellAccessibleObject(System.Windows.Forms.DataGridViewCell owner)5972             public DataGridViewLinkCellAccessibleObject(System.Windows.Forms.DataGridViewCell owner) { }
5973             public override string DefaultAction { get { throw null; } }
5974             [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
DoDefaultAction()5975             public override void DoDefaultAction() { }
GetChildCount()5976             public override int GetChildCount() { throw null; }
5977         }
5978     }
5979     [System.Drawing.ToolboxBitmapAttribute(typeof(System.Windows.Forms.DataGridViewLinkColumn), "DataGridViewLinkColumn.bmp")]
5980     public partial class DataGridViewLinkColumn : System.Windows.Forms.DataGridViewColumn
5981     {
DataGridViewLinkColumn()5982         public DataGridViewLinkColumn() { }
5983         public System.Drawing.Color ActiveLinkColor { get { throw null; } set { } }
5984         [System.ComponentModel.BrowsableAttribute(false)]
5985         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
5986         public override System.Windows.Forms.DataGridViewCell CellTemplate { get { throw null; } set { } }
5987         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.LinkBehavior)(0))]
5988         public System.Windows.Forms.LinkBehavior LinkBehavior { get { throw null; } set { } }
5989         public System.Drawing.Color LinkColor { get { throw null; } set { } }
5990         [System.ComponentModel.DefaultValueAttribute(null)]
5991         public string Text { get { throw null; } set { } }
5992         [System.ComponentModel.DefaultValueAttribute(true)]
5993         public bool TrackVisitedState { get { throw null; } set { } }
5994         [System.ComponentModel.DefaultValueAttribute(false)]
5995         public bool UseColumnTextForLinkValue { get { throw null; } set { } }
5996         public System.Drawing.Color VisitedLinkColor { get { throw null; } set { } }
Clone()5997         public override object Clone() { throw null; }
ToString()5998         public override string ToString() { throw null; }
5999     }
6000     [System.FlagsAttribute]
6001     public enum DataGridViewPaintParts
6002     {
6003         All = 127,
6004         Background = 1,
6005         Border = 2,
6006         ContentBackground = 4,
6007         ContentForeground = 8,
6008         ErrorIcon = 16,
6009         Focus = 32,
6010         None = 0,
6011         SelectionBackground = 64,
6012     }
6013     [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.DataGridViewRowConverter")]
6014     public partial class DataGridViewRow : System.Windows.Forms.DataGridViewBand
6015     {
DataGridViewRow()6016         public DataGridViewRow() { }
6017         [System.ComponentModel.BrowsableAttribute(false)]
6018         public System.Windows.Forms.AccessibleObject AccessibilityObject { get { throw null; } }
6019         [System.ComponentModel.BrowsableAttribute(false)]
6020         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
6021         public System.Windows.Forms.DataGridViewCellCollection Cells { get { throw null; } }
6022         [System.ComponentModel.DefaultValueAttribute(null)]
6023         public override System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get { throw null; } set { } }
6024         [System.ComponentModel.BrowsableAttribute(false)]
6025         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
6026         public object DataBoundItem { get { throw null; } }
6027         [System.ComponentModel.BrowsableAttribute(true)]
6028         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
6029         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
6030         public override System.Windows.Forms.DataGridViewCellStyle DefaultCellStyle { get { throw null; } set { } }
6031         [System.ComponentModel.BrowsableAttribute(false)]
6032         public override bool Displayed { get { throw null; } }
6033         [System.ComponentModel.DefaultValueAttribute(0)]
6034         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
6035         public int DividerHeight { get { throw null; } set { } }
6036         [System.ComponentModel.DefaultValueAttribute("")]
6037         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
6038         public string ErrorText { get { throw null; } set { } }
6039         [System.ComponentModel.BrowsableAttribute(false)]
6040         public override bool Frozen { get { throw null; } set { } }
6041         [System.ComponentModel.BrowsableAttribute(false)]
6042         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6043         public System.Windows.Forms.DataGridViewRowHeaderCell HeaderCell { get { throw null; } set { } }
6044         [System.ComponentModel.DefaultValueAttribute(22)]
6045         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
6046         public int Height { get { throw null; } set { } }
6047         public override System.Windows.Forms.DataGridViewCellStyle InheritedStyle { get { throw null; } }
6048         [System.ComponentModel.BrowsableAttribute(false)]
6049         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6050         public bool IsNewRow { get { throw null; } }
6051         [System.ComponentModel.BrowsableAttribute(false)]
6052         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6053         public int MinimumHeight { get { throw null; } set { } }
6054         [System.ComponentModel.BrowsableAttribute(true)]
6055         [System.ComponentModel.DefaultValueAttribute(false)]
6056         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
6057         public override bool ReadOnly { get { throw null; } set { } }
6058         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
6059         public override System.Windows.Forms.DataGridViewTriState Resizable { get { throw null; } set { } }
6060         public override bool Selected { get { throw null; } set { } }
6061         public override System.Windows.Forms.DataGridViewElementStates State { get { throw null; } }
6062         [System.ComponentModel.BrowsableAttribute(false)]
6063         public override bool Visible { get { throw null; } set { } }
6064         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
AdjustRowHeaderBorderStyle(System.Windows.Forms.DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStyleInput, System.Windows.Forms.DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStylePlaceholder, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool isFirstDisplayedRow, bool isLastVisibleRow)6065         public virtual System.Windows.Forms.DataGridViewAdvancedBorderStyle AdjustRowHeaderBorderStyle(System.Windows.Forms.DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStyleInput, System.Windows.Forms.DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStylePlaceholder, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool isFirstDisplayedRow, bool isLastVisibleRow) { throw null; }
Clone()6066         public override object Clone() { throw null; }
CreateAccessibilityInstance()6067         protected virtual System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
CreateCells(System.Windows.Forms.DataGridView dataGridView)6068         public void CreateCells(System.Windows.Forms.DataGridView dataGridView) { }
CreateCells(System.Windows.Forms.DataGridView dataGridView, params object[] values)6069         public void CreateCells(System.Windows.Forms.DataGridView dataGridView, params object[] values) { }
6070         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
CreateCellsInstance()6071         protected virtual System.Windows.Forms.DataGridViewCellCollection CreateCellsInstance() { throw null; }
6072         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
DrawFocus(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle bounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates rowState, System.Windows.Forms.DataGridViewCellStyle cellStyle, bool cellsPaintSelectionBackground)6073         protected internal virtual void DrawFocus(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle bounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates rowState, System.Windows.Forms.DataGridViewCellStyle cellStyle, bool cellsPaintSelectionBackground) { }
GetContextMenuStrip(int rowIndex)6074         public System.Windows.Forms.ContextMenuStrip GetContextMenuStrip(int rowIndex) { throw null; }
GetErrorText(int rowIndex)6075         public string GetErrorText(int rowIndex) { throw null; }
GetPreferredHeight(int rowIndex, System.Windows.Forms.DataGridViewAutoSizeRowMode autoSizeRowMode, bool fixedWidth)6076         public virtual int GetPreferredHeight(int rowIndex, System.Windows.Forms.DataGridViewAutoSizeRowMode autoSizeRowMode, bool fixedWidth) { throw null; }
6077         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetState(int rowIndex)6078         public virtual System.Windows.Forms.DataGridViewElementStates GetState(int rowIndex) { throw null; }
Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle rowBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates rowState, bool isFirstDisplayedRow, bool isLastVisibleRow)6079         protected internal virtual void Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle rowBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates rowState, bool isFirstDisplayedRow, bool isLastVisibleRow) { }
6080         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
PaintCells(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle rowBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates rowState, bool isFirstDisplayedRow, bool isLastVisibleRow, System.Windows.Forms.DataGridViewPaintParts paintParts)6081         protected internal virtual void PaintCells(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle rowBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates rowState, bool isFirstDisplayedRow, bool isLastVisibleRow, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
6082         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
PaintHeader(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle rowBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates rowState, bool isFirstDisplayedRow, bool isLastVisibleRow, System.Windows.Forms.DataGridViewPaintParts paintParts)6083         protected internal virtual void PaintHeader(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle rowBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates rowState, bool isFirstDisplayedRow, bool isLastVisibleRow, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
SetValues(params object[] values)6084         public bool SetValues(params object[] values) { throw null; }
ToString()6085         public override string ToString() { throw null; }
6086         [System.Runtime.InteropServices.ComVisibleAttribute(true)]
6087         protected partial class DataGridViewRowAccessibleObject : System.Windows.Forms.AccessibleObject
6088         {
DataGridViewRowAccessibleObject()6089             public DataGridViewRowAccessibleObject() { }
DataGridViewRowAccessibleObject(System.Windows.Forms.DataGridViewRow owner)6090             public DataGridViewRowAccessibleObject(System.Windows.Forms.DataGridViewRow owner) { }
6091             public override System.Drawing.Rectangle Bounds { get { throw null; } }
6092             public override string Name { get { throw null; } }
6093             public System.Windows.Forms.DataGridViewRow Owner { get { throw null; } set { } }
6094             public override System.Windows.Forms.AccessibleObject Parent { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
6095             public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
6096             public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
6097             public override string Value { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
GetChild(int index)6098             public override System.Windows.Forms.AccessibleObject GetChild(int index) { throw null; }
GetChildCount()6099             public override int GetChildCount() { throw null; }
GetFocused()6100             public override System.Windows.Forms.AccessibleObject GetFocused() { throw null; }
GetSelected()6101             public override System.Windows.Forms.AccessibleObject GetSelected() { throw null; }
6102             [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Navigate(System.Windows.Forms.AccessibleNavigation navigationDirection)6103             public override System.Windows.Forms.AccessibleObject Navigate(System.Windows.Forms.AccessibleNavigation navigationDirection) { throw null; }
6104             [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Select(System.Windows.Forms.AccessibleSelection flags)6105             public override void Select(System.Windows.Forms.AccessibleSelection flags) { }
6106         }
6107     }
6108     public partial class DataGridViewRowCancelEventArgs : System.ComponentModel.CancelEventArgs
6109     {
DataGridViewRowCancelEventArgs(System.Windows.Forms.DataGridViewRow dataGridViewRow)6110         public DataGridViewRowCancelEventArgs(System.Windows.Forms.DataGridViewRow dataGridViewRow) { }
6111         public System.Windows.Forms.DataGridViewRow Row { get { throw null; } }
6112     }
DataGridViewRowCancelEventHandler(object sender, System.Windows.Forms.DataGridViewRowCancelEventArgs e)6113     public delegate void DataGridViewRowCancelEventHandler(object sender, System.Windows.Forms.DataGridViewRowCancelEventArgs e);
6114     [System.ComponentModel.Design.Serialization.DesignerSerializerAttribute("System.Windows.Forms.Design.DataGridViewRowCollectionCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
6115     [System.ComponentModel.ListBindableAttribute(false)]
6116     public partial class DataGridViewRowCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
6117     {
DataGridViewRowCollection(System.Windows.Forms.DataGridView dataGridView)6118         public DataGridViewRowCollection(System.Windows.Forms.DataGridView dataGridView) { }
6119         public int Count { get { throw null; } }
6120         protected System.Windows.Forms.DataGridView DataGridView { get { throw null; } }
6121         public System.Windows.Forms.DataGridViewRow this[int index] { get { throw null; } }
6122         protected System.Collections.ArrayList List { get { throw null; } }
6123         int System.Collections.ICollection.Count { get { throw null; } }
6124         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
6125         object System.Collections.ICollection.SyncRoot { get { throw null; } }
6126         bool System.Collections.IList.IsFixedSize { get { throw null; } }
6127         bool System.Collections.IList.IsReadOnly { get { throw null; } }
6128         object System.Collections.IList.this[int index] { get { throw null; } set { } }
6129         public event System.ComponentModel.CollectionChangeEventHandler CollectionChanged { add { } remove { } }
6130         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
Add()6131         public virtual int Add() { throw null; }
6132         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
Add(int count)6133         public virtual int Add(int count) { throw null; }
6134         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
Add(params object[] values)6135         public virtual int Add(params object[] values) { throw null; }
Add(System.Windows.Forms.DataGridViewRow dataGridViewRow)6136         public virtual int Add(System.Windows.Forms.DataGridViewRow dataGridViewRow) { throw null; }
AddCopies(int indexSource, int count)6137         public virtual int AddCopies(int indexSource, int count) { throw null; }
AddCopy(int indexSource)6138         public virtual int AddCopy(int indexSource) { throw null; }
6139         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
AddRange(params System.Windows.Forms.DataGridViewRow[] dataGridViewRows)6140         public virtual void AddRange(params System.Windows.Forms.DataGridViewRow[] dataGridViewRows) { }
Clear()6141         public virtual void Clear() { }
Contains(System.Windows.Forms.DataGridViewRow dataGridViewRow)6142         public virtual bool Contains(System.Windows.Forms.DataGridViewRow dataGridViewRow) { throw null; }
CopyTo(System.Windows.Forms.DataGridViewRow[] array, int index)6143         public void CopyTo(System.Windows.Forms.DataGridViewRow[] array, int index) { }
GetFirstRow(System.Windows.Forms.DataGridViewElementStates includeFilter)6144         public int GetFirstRow(System.Windows.Forms.DataGridViewElementStates includeFilter) { throw null; }
GetFirstRow(System.Windows.Forms.DataGridViewElementStates includeFilter, System.Windows.Forms.DataGridViewElementStates excludeFilter)6145         public int GetFirstRow(System.Windows.Forms.DataGridViewElementStates includeFilter, System.Windows.Forms.DataGridViewElementStates excludeFilter) { throw null; }
GetLastRow(System.Windows.Forms.DataGridViewElementStates includeFilter)6146         public int GetLastRow(System.Windows.Forms.DataGridViewElementStates includeFilter) { throw null; }
GetNextRow(int indexStart, System.Windows.Forms.DataGridViewElementStates includeFilter)6147         public int GetNextRow(int indexStart, System.Windows.Forms.DataGridViewElementStates includeFilter) { throw null; }
GetNextRow(int indexStart, System.Windows.Forms.DataGridViewElementStates includeFilter, System.Windows.Forms.DataGridViewElementStates excludeFilter)6148         public int GetNextRow(int indexStart, System.Windows.Forms.DataGridViewElementStates includeFilter, System.Windows.Forms.DataGridViewElementStates excludeFilter) { throw null; }
GetPreviousRow(int indexStart, System.Windows.Forms.DataGridViewElementStates includeFilter)6149         public int GetPreviousRow(int indexStart, System.Windows.Forms.DataGridViewElementStates includeFilter) { throw null; }
GetPreviousRow(int indexStart, System.Windows.Forms.DataGridViewElementStates includeFilter, System.Windows.Forms.DataGridViewElementStates excludeFilter)6150         public int GetPreviousRow(int indexStart, System.Windows.Forms.DataGridViewElementStates includeFilter, System.Windows.Forms.DataGridViewElementStates excludeFilter) { throw null; }
GetRowCount(System.Windows.Forms.DataGridViewElementStates includeFilter)6151         public int GetRowCount(System.Windows.Forms.DataGridViewElementStates includeFilter) { throw null; }
GetRowsHeight(System.Windows.Forms.DataGridViewElementStates includeFilter)6152         public int GetRowsHeight(System.Windows.Forms.DataGridViewElementStates includeFilter) { throw null; }
GetRowState(int rowIndex)6153         public virtual System.Windows.Forms.DataGridViewElementStates GetRowState(int rowIndex) { throw null; }
IndexOf(System.Windows.Forms.DataGridViewRow dataGridViewRow)6154         public int IndexOf(System.Windows.Forms.DataGridViewRow dataGridViewRow) { throw null; }
Insert(int rowIndex, int count)6155         public virtual void Insert(int rowIndex, int count) { }
Insert(int rowIndex, params object[] values)6156         public virtual void Insert(int rowIndex, params object[] values) { }
Insert(int rowIndex, System.Windows.Forms.DataGridViewRow dataGridViewRow)6157         public virtual void Insert(int rowIndex, System.Windows.Forms.DataGridViewRow dataGridViewRow) { }
InsertCopies(int indexSource, int indexDestination, int count)6158         public virtual void InsertCopies(int indexSource, int indexDestination, int count) { }
InsertCopy(int indexSource, int indexDestination)6159         public virtual void InsertCopy(int indexSource, int indexDestination) { }
InsertRange(int rowIndex, params System.Windows.Forms.DataGridViewRow[] dataGridViewRows)6160         public virtual void InsertRange(int rowIndex, params System.Windows.Forms.DataGridViewRow[] dataGridViewRows) { }
OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs e)6161         protected virtual void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs e) { }
Remove(System.Windows.Forms.DataGridViewRow dataGridViewRow)6162         public virtual void Remove(System.Windows.Forms.DataGridViewRow dataGridViewRow) { }
RemoveAt(int index)6163         public virtual void RemoveAt(int index) { }
SharedRow(int rowIndex)6164         public System.Windows.Forms.DataGridViewRow SharedRow(int rowIndex) { throw null; }
System.Collections.ICollection.CopyTo(System.Array array, int index)6165         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()6166         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Collections.IList.Add(object value)6167         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()6168         void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object value)6169         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)6170         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)6171         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)6172         void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)6173         void System.Collections.IList.RemoveAt(int index) { }
6174     }
6175     public partial class DataGridViewRowContextMenuStripNeededEventArgs : System.EventArgs
6176     {
DataGridViewRowContextMenuStripNeededEventArgs(int rowIndex)6177         public DataGridViewRowContextMenuStripNeededEventArgs(int rowIndex) { }
6178         public System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get { throw null; } set { } }
6179         public int RowIndex { get { throw null; } }
6180     }
DataGridViewRowContextMenuStripNeededEventHandler(object sender, System.Windows.Forms.DataGridViewRowContextMenuStripNeededEventArgs e)6181     public delegate void DataGridViewRowContextMenuStripNeededEventHandler(object sender, System.Windows.Forms.DataGridViewRowContextMenuStripNeededEventArgs e);
6182     public partial class DataGridViewRowDividerDoubleClickEventArgs : System.Windows.Forms.HandledMouseEventArgs
6183     {
DataGridViewRowDividerDoubleClickEventArgs(int rowIndex, System.Windows.Forms.HandledMouseEventArgs e)6184         public DataGridViewRowDividerDoubleClickEventArgs(int rowIndex, System.Windows.Forms.HandledMouseEventArgs e) : base (default(System.Windows.Forms.MouseButtons), default(int), default(int), default(int), default(int)) { }
6185         public int RowIndex { get { throw null; } }
6186     }
DataGridViewRowDividerDoubleClickEventHandler(object sender, System.Windows.Forms.DataGridViewRowDividerDoubleClickEventArgs e)6187     public delegate void DataGridViewRowDividerDoubleClickEventHandler(object sender, System.Windows.Forms.DataGridViewRowDividerDoubleClickEventArgs e);
6188     public partial class DataGridViewRowErrorTextNeededEventArgs : System.EventArgs
6189     {
DataGridViewRowErrorTextNeededEventArgs()6190         internal DataGridViewRowErrorTextNeededEventArgs() { }
6191         public string ErrorText { get { throw null; } set { } }
6192         public int RowIndex { get { throw null; } }
6193     }
DataGridViewRowErrorTextNeededEventHandler(object sender, System.Windows.Forms.DataGridViewRowErrorTextNeededEventArgs e)6194     public delegate void DataGridViewRowErrorTextNeededEventHandler(object sender, System.Windows.Forms.DataGridViewRowErrorTextNeededEventArgs e);
6195     public partial class DataGridViewRowEventArgs : System.EventArgs
6196     {
DataGridViewRowEventArgs(System.Windows.Forms.DataGridViewRow dataGridViewRow)6197         public DataGridViewRowEventArgs(System.Windows.Forms.DataGridViewRow dataGridViewRow) { }
6198         public System.Windows.Forms.DataGridViewRow Row { get { throw null; } }
6199     }
DataGridViewRowEventHandler(object sender, System.Windows.Forms.DataGridViewRowEventArgs e)6200     public delegate void DataGridViewRowEventHandler(object sender, System.Windows.Forms.DataGridViewRowEventArgs e);
6201     public partial class DataGridViewRowHeaderCell : System.Windows.Forms.DataGridViewHeaderCell
6202     {
DataGridViewRowHeaderCell()6203         public DataGridViewRowHeaderCell() { }
Clone()6204         public override object Clone() { throw null; }
CreateAccessibilityInstance()6205         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
GetClipboardContent(int rowIndex, bool firstCell, bool lastCell, bool inFirstRow, bool inLastRow, string format)6206         protected override object GetClipboardContent(int rowIndex, bool firstCell, bool lastCell, bool inFirstRow, bool inLastRow, string format) { throw null; }
GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex)6207         protected override System.Drawing.Rectangle GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex)6208         protected override System.Drawing.Rectangle GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
GetErrorText(int rowIndex)6209         protected internal override string GetErrorText(int rowIndex) { throw null; }
GetInheritedContextMenuStrip(int rowIndex)6210         public override System.Windows.Forms.ContextMenuStrip GetInheritedContextMenuStrip(int rowIndex) { throw null; }
GetInheritedStyle(System.Windows.Forms.DataGridViewCellStyle inheritedCellStyle, int rowIndex, bool includeColors)6211         public override System.Windows.Forms.DataGridViewCellStyle GetInheritedStyle(System.Windows.Forms.DataGridViewCellStyle inheritedCellStyle, int rowIndex, bool includeColors) { throw null; }
GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize)6212         protected override System.Drawing.Size GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize) { throw null; }
GetValue(int rowIndex)6213         protected override object GetValue(int rowIndex) { throw null; }
Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates cellState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts)6214         protected override void Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates cellState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
SetValue(int rowIndex, object value)6215         protected override bool SetValue(int rowIndex, object value) { throw null; }
ToString()6216         public override string ToString() { throw null; }
6217         protected partial class DataGridViewRowHeaderCellAccessibleObject : System.Windows.Forms.DataGridViewCell.DataGridViewCellAccessibleObject
6218         {
DataGridViewRowHeaderCellAccessibleObject(System.Windows.Forms.DataGridViewRowHeaderCell owner)6219             public DataGridViewRowHeaderCellAccessibleObject(System.Windows.Forms.DataGridViewRowHeaderCell owner) { }
6220             public override System.Drawing.Rectangle Bounds { get { throw null; } }
6221             public override string DefaultAction { get { throw null; } }
6222             public override string Name { get { throw null; } }
6223             public override System.Windows.Forms.AccessibleObject Parent { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
6224             public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
6225             public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
6226             public override string Value { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
6227             [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
DoDefaultAction()6228             public override void DoDefaultAction() { }
6229             [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Navigate(System.Windows.Forms.AccessibleNavigation navigationDirection)6230             public override System.Windows.Forms.AccessibleObject Navigate(System.Windows.Forms.AccessibleNavigation navigationDirection) { throw null; }
6231             [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Select(System.Windows.Forms.AccessibleSelection flags)6232             public override void Select(System.Windows.Forms.AccessibleSelection flags) { }
6233         }
6234     }
6235     public enum DataGridViewRowHeadersWidthSizeMode
6236     {
6237         AutoSizeToAllHeaders = 2,
6238         AutoSizeToDisplayedHeaders = 3,
6239         AutoSizeToFirstHeader = 4,
6240         DisableResizing = 1,
6241         EnableResizing = 0,
6242     }
6243     public partial class DataGridViewRowHeightInfoNeededEventArgs : System.EventArgs
6244     {
DataGridViewRowHeightInfoNeededEventArgs()6245         internal DataGridViewRowHeightInfoNeededEventArgs() { }
6246         public int Height { get { throw null; } set { } }
6247         public int MinimumHeight { get { throw null; } set { } }
6248         public int RowIndex { get { throw null; } }
6249     }
DataGridViewRowHeightInfoNeededEventHandler(object sender, System.Windows.Forms.DataGridViewRowHeightInfoNeededEventArgs e)6250     public delegate void DataGridViewRowHeightInfoNeededEventHandler(object sender, System.Windows.Forms.DataGridViewRowHeightInfoNeededEventArgs e);
6251     public partial class DataGridViewRowHeightInfoPushedEventArgs : System.ComponentModel.HandledEventArgs
6252     {
DataGridViewRowHeightInfoPushedEventArgs()6253         internal DataGridViewRowHeightInfoPushedEventArgs() { }
6254         public int Height { get { throw null; } }
6255         public int MinimumHeight { get { throw null; } }
6256         public int RowIndex { get { throw null; } }
6257     }
DataGridViewRowHeightInfoPushedEventHandler(object sender, System.Windows.Forms.DataGridViewRowHeightInfoPushedEventArgs e)6258     public delegate void DataGridViewRowHeightInfoPushedEventHandler(object sender, System.Windows.Forms.DataGridViewRowHeightInfoPushedEventArgs e);
6259     public partial class DataGridViewRowPostPaintEventArgs : System.EventArgs
6260     {
DataGridViewRowPostPaintEventArgs(System.Windows.Forms.DataGridView dataGridView, System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle rowBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates rowState, string errorText, System.Windows.Forms.DataGridViewCellStyle inheritedRowStyle, bool isFirstDisplayedRow, bool isLastVisibleRow)6261         public DataGridViewRowPostPaintEventArgs(System.Windows.Forms.DataGridView dataGridView, System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle rowBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates rowState, string errorText, System.Windows.Forms.DataGridViewCellStyle inheritedRowStyle, bool isFirstDisplayedRow, bool isLastVisibleRow) { }
6262         public System.Drawing.Rectangle ClipBounds { get { throw null; } set { } }
6263         public string ErrorText { get { throw null; } }
6264         public System.Drawing.Graphics Graphics { get { throw null; } }
6265         public System.Windows.Forms.DataGridViewCellStyle InheritedRowStyle { get { throw null; } }
6266         public bool IsFirstDisplayedRow { get { throw null; } }
6267         public bool IsLastVisibleRow { get { throw null; } }
6268         public System.Drawing.Rectangle RowBounds { get { throw null; } }
6269         public int RowIndex { get { throw null; } }
6270         public System.Windows.Forms.DataGridViewElementStates State { get { throw null; } }
DrawFocus(System.Drawing.Rectangle bounds, bool cellsPaintSelectionBackground)6271         public void DrawFocus(System.Drawing.Rectangle bounds, bool cellsPaintSelectionBackground) { }
PaintCells(System.Drawing.Rectangle clipBounds, System.Windows.Forms.DataGridViewPaintParts paintParts)6272         public void PaintCells(System.Drawing.Rectangle clipBounds, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
PaintCellsBackground(System.Drawing.Rectangle clipBounds, bool cellsPaintSelectionBackground)6273         public void PaintCellsBackground(System.Drawing.Rectangle clipBounds, bool cellsPaintSelectionBackground) { }
PaintCellsContent(System.Drawing.Rectangle clipBounds)6274         public void PaintCellsContent(System.Drawing.Rectangle clipBounds) { }
PaintHeader(bool paintSelectionBackground)6275         public void PaintHeader(bool paintSelectionBackground) { }
PaintHeader(System.Windows.Forms.DataGridViewPaintParts paintParts)6276         public void PaintHeader(System.Windows.Forms.DataGridViewPaintParts paintParts) { }
6277     }
DataGridViewRowPostPaintEventHandler(object sender, System.Windows.Forms.DataGridViewRowPostPaintEventArgs e)6278     public delegate void DataGridViewRowPostPaintEventHandler(object sender, System.Windows.Forms.DataGridViewRowPostPaintEventArgs e);
6279     public partial class DataGridViewRowPrePaintEventArgs : System.ComponentModel.HandledEventArgs
6280     {
DataGridViewRowPrePaintEventArgs(System.Windows.Forms.DataGridView dataGridView, System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle rowBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates rowState, string errorText, System.Windows.Forms.DataGridViewCellStyle inheritedRowStyle, bool isFirstDisplayedRow, bool isLastVisibleRow)6281         public DataGridViewRowPrePaintEventArgs(System.Windows.Forms.DataGridView dataGridView, System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle rowBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates rowState, string errorText, System.Windows.Forms.DataGridViewCellStyle inheritedRowStyle, bool isFirstDisplayedRow, bool isLastVisibleRow) { }
6282         public System.Drawing.Rectangle ClipBounds { get { throw null; } set { } }
6283         public string ErrorText { get { throw null; } }
6284         public System.Drawing.Graphics Graphics { get { throw null; } }
6285         public System.Windows.Forms.DataGridViewCellStyle InheritedRowStyle { get { throw null; } }
6286         public bool IsFirstDisplayedRow { get { throw null; } }
6287         public bool IsLastVisibleRow { get { throw null; } }
6288         public System.Windows.Forms.DataGridViewPaintParts PaintParts { get { throw null; } set { } }
6289         public System.Drawing.Rectangle RowBounds { get { throw null; } }
6290         public int RowIndex { get { throw null; } }
6291         public System.Windows.Forms.DataGridViewElementStates State { get { throw null; } }
DrawFocus(System.Drawing.Rectangle bounds, bool cellsPaintSelectionBackground)6292         public void DrawFocus(System.Drawing.Rectangle bounds, bool cellsPaintSelectionBackground) { }
PaintCells(System.Drawing.Rectangle clipBounds, System.Windows.Forms.DataGridViewPaintParts paintParts)6293         public void PaintCells(System.Drawing.Rectangle clipBounds, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
PaintCellsBackground(System.Drawing.Rectangle clipBounds, bool cellsPaintSelectionBackground)6294         public void PaintCellsBackground(System.Drawing.Rectangle clipBounds, bool cellsPaintSelectionBackground) { }
PaintCellsContent(System.Drawing.Rectangle clipBounds)6295         public void PaintCellsContent(System.Drawing.Rectangle clipBounds) { }
PaintHeader(bool paintSelectionBackground)6296         public void PaintHeader(bool paintSelectionBackground) { }
PaintHeader(System.Windows.Forms.DataGridViewPaintParts paintParts)6297         public void PaintHeader(System.Windows.Forms.DataGridViewPaintParts paintParts) { }
6298     }
DataGridViewRowPrePaintEventHandler(object sender, System.Windows.Forms.DataGridViewRowPrePaintEventArgs e)6299     public delegate void DataGridViewRowPrePaintEventHandler(object sender, System.Windows.Forms.DataGridViewRowPrePaintEventArgs e);
6300     public partial class DataGridViewRowsAddedEventArgs : System.EventArgs
6301     {
DataGridViewRowsAddedEventArgs(int rowIndex, int rowCount)6302         public DataGridViewRowsAddedEventArgs(int rowIndex, int rowCount) { }
6303         public int RowCount { get { throw null; } }
6304         public int RowIndex { get { throw null; } }
6305     }
DataGridViewRowsAddedEventHandler(object sender, System.Windows.Forms.DataGridViewRowsAddedEventArgs e)6306     public delegate void DataGridViewRowsAddedEventHandler(object sender, System.Windows.Forms.DataGridViewRowsAddedEventArgs e);
6307     public partial class DataGridViewRowsRemovedEventArgs : System.EventArgs
6308     {
DataGridViewRowsRemovedEventArgs(int rowIndex, int rowCount)6309         public DataGridViewRowsRemovedEventArgs(int rowIndex, int rowCount) { }
6310         public int RowCount { get { throw null; } }
6311         public int RowIndex { get { throw null; } }
6312     }
DataGridViewRowsRemovedEventHandler(object sender, System.Windows.Forms.DataGridViewRowsRemovedEventArgs e)6313     public delegate void DataGridViewRowsRemovedEventHandler(object sender, System.Windows.Forms.DataGridViewRowsRemovedEventArgs e);
6314     public partial class DataGridViewRowStateChangedEventArgs : System.EventArgs
6315     {
DataGridViewRowStateChangedEventArgs(System.Windows.Forms.DataGridViewRow dataGridViewRow, System.Windows.Forms.DataGridViewElementStates stateChanged)6316         public DataGridViewRowStateChangedEventArgs(System.Windows.Forms.DataGridViewRow dataGridViewRow, System.Windows.Forms.DataGridViewElementStates stateChanged) { }
6317         public System.Windows.Forms.DataGridViewRow Row { get { throw null; } }
6318         public System.Windows.Forms.DataGridViewElementStates StateChanged { get { throw null; } }
6319     }
DataGridViewRowStateChangedEventHandler(object sender, System.Windows.Forms.DataGridViewRowStateChangedEventArgs e)6320     public delegate void DataGridViewRowStateChangedEventHandler(object sender, System.Windows.Forms.DataGridViewRowStateChangedEventArgs e);
6321     [System.ComponentModel.ListBindableAttribute(false)]
6322     public partial class DataGridViewSelectedCellCollection : System.Windows.Forms.BaseCollection, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
6323     {
DataGridViewSelectedCellCollection()6324         internal DataGridViewSelectedCellCollection() { }
6325         public System.Windows.Forms.DataGridViewCell this[int index] { get { throw null; } }
6326         protected override System.Collections.ArrayList List { get { throw null; } }
6327         int System.Collections.ICollection.Count { get { throw null; } }
6328         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
6329         object System.Collections.ICollection.SyncRoot { get { throw null; } }
6330         bool System.Collections.IList.IsFixedSize { get { throw null; } }
6331         bool System.Collections.IList.IsReadOnly { get { throw null; } }
6332         object System.Collections.IList.this[int index] { get { throw null; } set { } }
6333         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
Clear()6334         public void Clear() { }
Contains(System.Windows.Forms.DataGridViewCell dataGridViewCell)6335         public bool Contains(System.Windows.Forms.DataGridViewCell dataGridViewCell) { throw null; }
CopyTo(System.Windows.Forms.DataGridViewCell[] array, int index)6336         public void CopyTo(System.Windows.Forms.DataGridViewCell[] array, int index) { }
6337         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
Insert(int index, System.Windows.Forms.DataGridViewCell dataGridViewCell)6338         public void Insert(int index, System.Windows.Forms.DataGridViewCell dataGridViewCell) { }
System.Collections.ICollection.CopyTo(System.Array array, int index)6339         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()6340         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Collections.IList.Add(object value)6341         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()6342         void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object value)6343         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)6344         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)6345         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)6346         void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)6347         void System.Collections.IList.RemoveAt(int index) { }
6348     }
6349     [System.ComponentModel.ListBindableAttribute(false)]
6350     public partial class DataGridViewSelectedColumnCollection : System.Windows.Forms.BaseCollection, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
6351     {
DataGridViewSelectedColumnCollection()6352         internal DataGridViewSelectedColumnCollection() { }
6353         public System.Windows.Forms.DataGridViewColumn this[int index] { get { throw null; } }
6354         protected override System.Collections.ArrayList List { get { throw null; } }
6355         int System.Collections.ICollection.Count { get { throw null; } }
6356         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
6357         object System.Collections.ICollection.SyncRoot { get { throw null; } }
6358         bool System.Collections.IList.IsFixedSize { get { throw null; } }
6359         bool System.Collections.IList.IsReadOnly { get { throw null; } }
6360         object System.Collections.IList.this[int index] { get { throw null; } set { } }
6361         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
Clear()6362         public void Clear() { }
Contains(System.Windows.Forms.DataGridViewColumn dataGridViewColumn)6363         public bool Contains(System.Windows.Forms.DataGridViewColumn dataGridViewColumn) { throw null; }
CopyTo(System.Windows.Forms.DataGridViewColumn[] array, int index)6364         public void CopyTo(System.Windows.Forms.DataGridViewColumn[] array, int index) { }
6365         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
Insert(int index, System.Windows.Forms.DataGridViewColumn dataGridViewColumn)6366         public void Insert(int index, System.Windows.Forms.DataGridViewColumn dataGridViewColumn) { }
System.Collections.ICollection.CopyTo(System.Array array, int index)6367         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()6368         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Collections.IList.Add(object value)6369         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()6370         void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object value)6371         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)6372         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)6373         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)6374         void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)6375         void System.Collections.IList.RemoveAt(int index) { }
6376     }
6377     [System.ComponentModel.ListBindableAttribute(false)]
6378     public partial class DataGridViewSelectedRowCollection : System.Windows.Forms.BaseCollection, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
6379     {
DataGridViewSelectedRowCollection()6380         internal DataGridViewSelectedRowCollection() { }
6381         public System.Windows.Forms.DataGridViewRow this[int index] { get { throw null; } }
6382         protected override System.Collections.ArrayList List { get { throw null; } }
6383         int System.Collections.ICollection.Count { get { throw null; } }
6384         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
6385         object System.Collections.ICollection.SyncRoot { get { throw null; } }
6386         bool System.Collections.IList.IsFixedSize { get { throw null; } }
6387         bool System.Collections.IList.IsReadOnly { get { throw null; } }
6388         object System.Collections.IList.this[int index] { get { throw null; } set { } }
6389         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
Clear()6390         public void Clear() { }
Contains(System.Windows.Forms.DataGridViewRow dataGridViewRow)6391         public bool Contains(System.Windows.Forms.DataGridViewRow dataGridViewRow) { throw null; }
CopyTo(System.Windows.Forms.DataGridViewRow[] array, int index)6392         public void CopyTo(System.Windows.Forms.DataGridViewRow[] array, int index) { }
6393         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
Insert(int index, System.Windows.Forms.DataGridViewRow dataGridViewRow)6394         public void Insert(int index, System.Windows.Forms.DataGridViewRow dataGridViewRow) { }
System.Collections.ICollection.CopyTo(System.Array array, int index)6395         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()6396         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Collections.IList.Add(object value)6397         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()6398         void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object value)6399         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)6400         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)6401         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)6402         void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)6403         void System.Collections.IList.RemoveAt(int index) { }
6404     }
6405     public enum DataGridViewSelectionMode
6406     {
6407         CellSelect = 0,
6408         ColumnHeaderSelect = 4,
6409         FullColumnSelect = 2,
6410         FullRowSelect = 1,
6411         RowHeaderSelect = 3,
6412     }
6413     public partial class DataGridViewSortCompareEventArgs : System.ComponentModel.HandledEventArgs
6414     {
DataGridViewSortCompareEventArgs(System.Windows.Forms.DataGridViewColumn dataGridViewColumn, object cellValue1, object cellValue2, int rowIndex1, int rowIndex2)6415         public DataGridViewSortCompareEventArgs(System.Windows.Forms.DataGridViewColumn dataGridViewColumn, object cellValue1, object cellValue2, int rowIndex1, int rowIndex2) { }
6416         public object CellValue1 { get { throw null; } }
6417         public object CellValue2 { get { throw null; } }
6418         public System.Windows.Forms.DataGridViewColumn Column { get { throw null; } }
6419         public int RowIndex1 { get { throw null; } }
6420         public int RowIndex2 { get { throw null; } }
6421         public int SortResult { get { throw null; } set { } }
6422     }
DataGridViewSortCompareEventHandler(object sender, System.Windows.Forms.DataGridViewSortCompareEventArgs e)6423     public delegate void DataGridViewSortCompareEventHandler(object sender, System.Windows.Forms.DataGridViewSortCompareEventArgs e);
6424     public partial class DataGridViewTextBoxCell : System.Windows.Forms.DataGridViewCell
6425     {
DataGridViewTextBoxCell()6426         public DataGridViewTextBoxCell() { }
6427         public override System.Type FormattedValueType { get { throw null; } }
6428         [System.ComponentModel.DefaultValueAttribute(32767)]
6429         public virtual int MaxInputLength { get { throw null; } set { } }
6430         public override System.Type ValueType { get { throw null; } }
Clone()6431         public override object Clone() { throw null; }
6432         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
DetachEditingControl()6433         public override void DetachEditingControl() { }
GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex)6434         protected override System.Drawing.Rectangle GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex)6435         protected override System.Drawing.Rectangle GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize)6436         protected override System.Drawing.Size GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize) { throw null; }
InitializeEditingControl(int rowIndex, object initialFormattedValue, System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle)6437         public override void InitializeEditingControl(int rowIndex, object initialFormattedValue, System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle) { }
KeyEntersEditMode(System.Windows.Forms.KeyEventArgs e)6438         public override bool KeyEntersEditMode(System.Windows.Forms.KeyEventArgs e) { throw null; }
OnEnter(int rowIndex, bool throughMouseClick)6439         protected override void OnEnter(int rowIndex, bool throughMouseClick) { }
OnLeave(int rowIndex, bool throughMouseClick)6440         protected override void OnLeave(int rowIndex, bool throughMouseClick) { }
OnMouseClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e)6441         protected override void OnMouseClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates cellState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts)6442         protected override void Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates cellState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
PositionEditingControl(bool setLocation, bool setSize, System.Drawing.Rectangle cellBounds, System.Drawing.Rectangle cellClip, System.Windows.Forms.DataGridViewCellStyle cellStyle, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool isFirstDisplayedColumn, bool isFirstDisplayedRow)6443         public override void PositionEditingControl(bool setLocation, bool setSize, System.Drawing.Rectangle cellBounds, System.Drawing.Rectangle cellClip, System.Windows.Forms.DataGridViewCellStyle cellStyle, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool isFirstDisplayedColumn, bool isFirstDisplayedRow) { }
ToString()6444         public override string ToString() { throw null; }
6445     }
6446     [System.Drawing.ToolboxBitmapAttribute(typeof(System.Windows.Forms.DataGridViewTextBoxColumn), "DataGridViewTextBoxColumn.bmp")]
6447     public partial class DataGridViewTextBoxColumn : System.Windows.Forms.DataGridViewColumn
6448     {
DataGridViewTextBoxColumn()6449         public DataGridViewTextBoxColumn() { }
6450         [System.ComponentModel.BrowsableAttribute(false)]
6451         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6452         public override System.Windows.Forms.DataGridViewCell CellTemplate { get { throw null; } set { } }
6453         [System.ComponentModel.DefaultValueAttribute(32767)]
6454         public int MaxInputLength { get { throw null; } set { } }
6455         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewColumnSortMode)(1))]
6456         public new System.Windows.Forms.DataGridViewColumnSortMode SortMode { get { throw null; } set { } }
ToString()6457         public override string ToString() { throw null; }
6458     }
6459     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
6460     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
6461     public partial class DataGridViewTextBoxEditingControl : System.Windows.Forms.TextBox, System.Windows.Forms.IDataGridViewEditingControl
6462     {
DataGridViewTextBoxEditingControl()6463         public DataGridViewTextBoxEditingControl() { }
6464         public virtual System.Windows.Forms.DataGridView EditingControlDataGridView { get { throw null; } set { } }
6465         public virtual object EditingControlFormattedValue { get { throw null; } set { } }
6466         public virtual int EditingControlRowIndex { get { throw null; } set { } }
6467         public virtual bool EditingControlValueChanged { get { throw null; } set { } }
6468         public virtual System.Windows.Forms.Cursor EditingPanelCursor { get { throw null; } }
6469         public virtual bool RepositionEditingControlOnValueChange { get { throw null; } }
ApplyCellStyleToEditingControl(System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle)6470         public virtual void ApplyCellStyleToEditingControl(System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle) { }
EditingControlWantsInputKey(System.Windows.Forms.Keys keyData, bool dataGridViewWantsInputKey)6471         public virtual bool EditingControlWantsInputKey(System.Windows.Forms.Keys keyData, bool dataGridViewWantsInputKey) { throw null; }
GetEditingControlFormattedValue(System.Windows.Forms.DataGridViewDataErrorContexts context)6472         public virtual object GetEditingControlFormattedValue(System.Windows.Forms.DataGridViewDataErrorContexts context) { throw null; }
OnMouseWheel(System.Windows.Forms.MouseEventArgs e)6473         protected override void OnMouseWheel(System.Windows.Forms.MouseEventArgs e) { }
OnTextChanged(System.EventArgs e)6474         protected override void OnTextChanged(System.EventArgs e) { }
PrepareEditingControlForEdit(bool selectAll)6475         public virtual void PrepareEditingControlForEdit(bool selectAll) { }
6476         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessKeyEventArgs(ref System.Windows.Forms.Message m)6477         protected override bool ProcessKeyEventArgs(ref System.Windows.Forms.Message m) { throw null; }
6478     }
6479     public partial class DataGridViewTopLeftHeaderCell : System.Windows.Forms.DataGridViewColumnHeaderCell
6480     {
DataGridViewTopLeftHeaderCell()6481         public DataGridViewTopLeftHeaderCell() { }
CreateAccessibilityInstance()6482         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex)6483         protected override System.Drawing.Rectangle GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex)6484         protected override System.Drawing.Rectangle GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize)6485         protected override System.Drawing.Size GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize) { throw null; }
Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates cellState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts)6486         protected override void Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates cellState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
PaintBorder(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle bounds, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle)6487         protected override void PaintBorder(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle bounds, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle) { }
ToString()6488         public override string ToString() { throw null; }
6489         protected partial class DataGridViewTopLeftHeaderCellAccessibleObject : System.Windows.Forms.DataGridViewColumnHeaderCell.DataGridViewColumnHeaderCellAccessibleObject
6490         {
DataGridViewTopLeftHeaderCellAccessibleObject(System.Windows.Forms.DataGridViewTopLeftHeaderCell owner)6491             public DataGridViewTopLeftHeaderCellAccessibleObject(System.Windows.Forms.DataGridViewTopLeftHeaderCell owner) : base (default(System.Windows.Forms.DataGridViewColumnHeaderCell)) { }
6492             public override System.Drawing.Rectangle Bounds { get { throw null; } }
6493             public override string DefaultAction { get { throw null; } }
6494             public override string Name { get { throw null; } }
6495             public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
6496             public override string Value { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
6497             [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
DoDefaultAction()6498             public override void DoDefaultAction() { }
6499             [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Navigate(System.Windows.Forms.AccessibleNavigation navigationDirection)6500             public override System.Windows.Forms.AccessibleObject Navigate(System.Windows.Forms.AccessibleNavigation navigationDirection) { throw null; }
6501             [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Select(System.Windows.Forms.AccessibleSelection flags)6502             public override void Select(System.Windows.Forms.AccessibleSelection flags) { }
6503         }
6504     }
6505     public enum DataGridViewTriState
6506     {
6507         False = 2,
6508         NotSet = 0,
6509         True = 1,
6510     }
6511     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(0))]
6512     public partial class DataObject : System.Runtime.InteropServices.ComTypes.IDataObject, System.Windows.Forms.IDataObject
6513     {
DataObject()6514         public DataObject() { }
DataObject(object data)6515         public DataObject(object data) { }
DataObject(string format, object data)6516         public DataObject(string format, object data) { }
ContainsAudio()6517         public virtual bool ContainsAudio() { throw null; }
ContainsFileDropList()6518         public virtual bool ContainsFileDropList() { throw null; }
ContainsImage()6519         public virtual bool ContainsImage() { throw null; }
ContainsText()6520         public virtual bool ContainsText() { throw null; }
ContainsText(System.Windows.Forms.TextDataFormat format)6521         public virtual bool ContainsText(System.Windows.Forms.TextDataFormat format) { throw null; }
GetAudioStream()6522         public virtual System.IO.Stream GetAudioStream() { throw null; }
GetData(string format)6523         public virtual object GetData(string format) { throw null; }
GetData(string format, bool autoConvert)6524         public virtual object GetData(string format, bool autoConvert) { throw null; }
GetData(System.Type format)6525         public virtual object GetData(System.Type format) { throw null; }
GetDataPresent(string format)6526         public virtual bool GetDataPresent(string format) { throw null; }
GetDataPresent(string format, bool autoConvert)6527         public virtual bool GetDataPresent(string format, bool autoConvert) { throw null; }
GetDataPresent(System.Type format)6528         public virtual bool GetDataPresent(System.Type format) { throw null; }
GetFileDropList()6529         public virtual System.Collections.Specialized.StringCollection GetFileDropList() { throw null; }
GetFormats()6530         public virtual string[] GetFormats() { throw null; }
GetFormats(bool autoConvert)6531         public virtual string[] GetFormats(bool autoConvert) { throw null; }
GetImage()6532         public virtual System.Drawing.Image GetImage() { throw null; }
GetText()6533         public virtual string GetText() { throw null; }
GetText(System.Windows.Forms.TextDataFormat format)6534         public virtual string GetText(System.Windows.Forms.TextDataFormat format) { throw null; }
SetAudio(byte[] audioBytes)6535         public virtual void SetAudio(byte[] audioBytes) { }
SetAudio(System.IO.Stream audioStream)6536         public virtual void SetAudio(System.IO.Stream audioStream) { }
SetData(object data)6537         public virtual void SetData(object data) { }
SetData(string format, bool autoConvert, object data)6538         public virtual void SetData(string format, bool autoConvert, object data) { }
SetData(string format, object data)6539         public virtual void SetData(string format, object data) { }
SetData(System.Type format, object data)6540         public virtual void SetData(System.Type format, object data) { }
SetFileDropList(System.Collections.Specialized.StringCollection filePaths)6541         public virtual void SetFileDropList(System.Collections.Specialized.StringCollection filePaths) { }
SetImage(System.Drawing.Image image)6542         public virtual void SetImage(System.Drawing.Image image) { }
SetText(string textData)6543         public virtual void SetText(string textData) { }
SetText(string textData, System.Windows.Forms.TextDataFormat format)6544         public virtual void SetText(string textData, System.Windows.Forms.TextDataFormat format) { }
6545         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
System.Runtime.InteropServices.ComTypes.IDataObject.DAdvise(ref System.Runtime.InteropServices.ComTypes.FORMATETC pFormatetc, System.Runtime.InteropServices.ComTypes.ADVF advf, System.Runtime.InteropServices.ComTypes.IAdviseSink pAdvSink, out int pdwConnection)6546         int System.Runtime.InteropServices.ComTypes.IDataObject.DAdvise(ref System.Runtime.InteropServices.ComTypes.FORMATETC pFormatetc, System.Runtime.InteropServices.ComTypes.ADVF advf, System.Runtime.InteropServices.ComTypes.IAdviseSink pAdvSink, out int pdwConnection) { pdwConnection = default(int); throw null; }
6547         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
System.Runtime.InteropServices.ComTypes.IDataObject.DUnadvise(int dwConnection)6548         void System.Runtime.InteropServices.ComTypes.IDataObject.DUnadvise(int dwConnection) { }
6549         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
System.Runtime.InteropServices.ComTypes.IDataObject.EnumDAdvise(out System.Runtime.InteropServices.ComTypes.IEnumSTATDATA enumAdvise)6550         int System.Runtime.InteropServices.ComTypes.IDataObject.EnumDAdvise(out System.Runtime.InteropServices.ComTypes.IEnumSTATDATA enumAdvise) { enumAdvise = default(System.Runtime.InteropServices.ComTypes.IEnumSTATDATA); throw null; }
6551         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
System.Runtime.InteropServices.ComTypes.IDataObject.EnumFormatEtc(System.Runtime.InteropServices.ComTypes.DATADIR dwDirection)6552         System.Runtime.InteropServices.ComTypes.IEnumFORMATETC System.Runtime.InteropServices.ComTypes.IDataObject.EnumFormatEtc(System.Runtime.InteropServices.ComTypes.DATADIR dwDirection) { throw null; }
6553         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
System.Runtime.InteropServices.ComTypes.IDataObject.GetCanonicalFormatEtc(ref System.Runtime.InteropServices.ComTypes.FORMATETC pformatetcIn, out System.Runtime.InteropServices.ComTypes.FORMATETC pformatetcOut)6554         int System.Runtime.InteropServices.ComTypes.IDataObject.GetCanonicalFormatEtc(ref System.Runtime.InteropServices.ComTypes.FORMATETC pformatetcIn, out System.Runtime.InteropServices.ComTypes.FORMATETC pformatetcOut) { pformatetcOut = default(System.Runtime.InteropServices.ComTypes.FORMATETC); throw null; }
6555         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
System.Runtime.InteropServices.ComTypes.IDataObject.GetData(ref System.Runtime.InteropServices.ComTypes.FORMATETC formatetc, out System.Runtime.InteropServices.ComTypes.STGMEDIUM medium)6556         void System.Runtime.InteropServices.ComTypes.IDataObject.GetData(ref System.Runtime.InteropServices.ComTypes.FORMATETC formatetc, out System.Runtime.InteropServices.ComTypes.STGMEDIUM medium) { medium = default(System.Runtime.InteropServices.ComTypes.STGMEDIUM); }
6557         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
System.Runtime.InteropServices.ComTypes.IDataObject.GetDataHere(ref System.Runtime.InteropServices.ComTypes.FORMATETC formatetc, ref System.Runtime.InteropServices.ComTypes.STGMEDIUM medium)6558         void System.Runtime.InteropServices.ComTypes.IDataObject.GetDataHere(ref System.Runtime.InteropServices.ComTypes.FORMATETC formatetc, ref System.Runtime.InteropServices.ComTypes.STGMEDIUM medium) { }
6559         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
System.Runtime.InteropServices.ComTypes.IDataObject.QueryGetData(ref System.Runtime.InteropServices.ComTypes.FORMATETC formatetc)6560         int System.Runtime.InteropServices.ComTypes.IDataObject.QueryGetData(ref System.Runtime.InteropServices.ComTypes.FORMATETC formatetc) { throw null; }
6561         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
System.Runtime.InteropServices.ComTypes.IDataObject.SetData(ref System.Runtime.InteropServices.ComTypes.FORMATETC pFormatetcIn, ref System.Runtime.InteropServices.ComTypes.STGMEDIUM pmedium, bool fRelease)6562         void System.Runtime.InteropServices.ComTypes.IDataObject.SetData(ref System.Runtime.InteropServices.ComTypes.FORMATETC pFormatetcIn, ref System.Runtime.InteropServices.ComTypes.STGMEDIUM pmedium, bool fRelease) { }
6563     }
6564     public enum DataSourceUpdateMode
6565     {
6566         Never = 2,
6567         OnPropertyChanged = 1,
6568         OnValidation = 0,
6569     }
6570     public partial class DateBoldEventArgs : System.EventArgs
6571     {
DateBoldEventArgs()6572         internal DateBoldEventArgs() { }
6573         public int[] DaysToBold { get { throw null; } set { } }
6574         public int Size { get { throw null; } }
6575         public System.DateTime StartDate { get { throw null; } }
6576     }
DateBoldEventHandler(object sender, System.Windows.Forms.DateBoldEventArgs e)6577     public delegate void DateBoldEventHandler(object sender, System.Windows.Forms.DateBoldEventArgs e);
6578     public partial class DateRangeEventArgs : System.EventArgs
6579     {
DateRangeEventArgs(System.DateTime start, System.DateTime end)6580         public DateRangeEventArgs(System.DateTime start, System.DateTime end) { }
6581         public System.DateTime End { get { throw null; } }
6582         public System.DateTime Start { get { throw null; } }
6583     }
DateRangeEventHandler(object sender, System.Windows.Forms.DateRangeEventArgs e)6584     public delegate void DateRangeEventHandler(object sender, System.Windows.Forms.DateRangeEventArgs e);
6585     [System.ComponentModel.DefaultBindingPropertyAttribute("Value")]
6586     [System.ComponentModel.DefaultEventAttribute("ValueChanged")]
6587     [System.ComponentModel.DefaultPropertyAttribute("Value")]
6588     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.DateTimePickerDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
6589     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
6590     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
6591     public partial class DateTimePicker : System.Windows.Forms.Control
6592     {
6593         protected static readonly System.Drawing.Color DefaultMonthBackColor;
6594         protected static readonly System.Drawing.Color DefaultTitleBackColor;
6595         protected static readonly System.Drawing.Color DefaultTitleForeColor;
6596         protected static readonly System.Drawing.Color DefaultTrailingForeColor;
6597         [System.ComponentModel.BrowsableAttribute(false)]
6598         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6599         public static readonly System.DateTime MaxDateTime;
6600         [System.ComponentModel.BrowsableAttribute(false)]
6601         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6602         public static readonly System.DateTime MinDateTime;
DateTimePicker()6603         public DateTimePicker() { }
6604         [System.ComponentModel.BrowsableAttribute(false)]
6605         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6606         public override System.Drawing.Color BackColor { get { throw null; } set { } }
6607         [System.ComponentModel.BrowsableAttribute(false)]
6608         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6609         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
6610         [System.ComponentModel.BrowsableAttribute(false)]
6611         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6612         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
6613         [System.ComponentModel.AmbientValueAttribute(null)]
6614         [System.ComponentModel.LocalizableAttribute(true)]
6615         public System.Drawing.Font CalendarFont { get { throw null; } set { } }
6616         public System.Drawing.Color CalendarForeColor { get { throw null; } set { } }
6617         public System.Drawing.Color CalendarMonthBackground { get { throw null; } set { } }
6618         public System.Drawing.Color CalendarTitleBackColor { get { throw null; } set { } }
6619         public System.Drawing.Color CalendarTitleForeColor { get { throw null; } set { } }
6620         public System.Drawing.Color CalendarTrailingForeColor { get { throw null; } set { } }
6621         [System.ComponentModel.BindableAttribute(true)]
6622         [System.ComponentModel.DefaultValueAttribute(true)]
6623         public bool Checked { get { throw null; } set { } }
6624         protected override System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
6625         [System.ComponentModel.DefaultValueAttribute(null)]
6626         [System.ComponentModel.LocalizableAttribute(true)]
6627         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
6628         public string CustomFormat { get { throw null; } set { } }
6629         protected override System.Drawing.Size DefaultSize { get { throw null; } }
6630         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6631         protected override bool DoubleBuffered { get { throw null; } set { } }
6632         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.LeftRightAlignment)(0))]
6633         [System.ComponentModel.LocalizableAttribute(true)]
6634         public System.Windows.Forms.LeftRightAlignment DropDownAlign { get { throw null; } set { } }
6635         [System.ComponentModel.BrowsableAttribute(false)]
6636         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6637         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
6638         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
6639         public System.Windows.Forms.DateTimePickerFormat Format { get { throw null; } set { } }
6640         public System.DateTime MaxDate { get { throw null; } set { } }
6641         public static System.DateTime MaximumDateTime { get { throw null; } }
6642         public System.DateTime MinDate { get { throw null; } set { } }
6643         public static System.DateTime MinimumDateTime { get { throw null; } }
6644         [System.ComponentModel.BrowsableAttribute(false)]
6645         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6646         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6647         public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
6648         [System.ComponentModel.BrowsableAttribute(false)]
6649         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6650         public int PreferredHeight { get { throw null; } }
6651         [System.ComponentModel.DefaultValueAttribute(false)]
6652         [System.ComponentModel.LocalizableAttribute(true)]
6653         public virtual bool RightToLeftLayout { get { throw null; } set { } }
6654         [System.ComponentModel.DefaultValueAttribute(false)]
6655         public bool ShowCheckBox { get { throw null; } set { } }
6656         [System.ComponentModel.DefaultValueAttribute(false)]
6657         public bool ShowUpDown { get { throw null; } set { } }
6658         [System.ComponentModel.BrowsableAttribute(false)]
6659         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6660         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
6661         public override string Text { get { throw null; } set { } }
6662         [System.ComponentModel.BindableAttribute(true)]
6663         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
6664         public System.DateTime Value { get { throw null; } set { } }
6665         [System.ComponentModel.BrowsableAttribute(false)]
6666         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6667         public new event System.EventHandler BackColorChanged { add { } remove { } }
6668         [System.ComponentModel.BrowsableAttribute(false)]
6669         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6670         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
6671         [System.ComponentModel.BrowsableAttribute(false)]
6672         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6673         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
6674         [System.ComponentModel.BrowsableAttribute(false)]
6675         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6676         public new event System.EventHandler Click { add { } remove { } }
6677         public event System.EventHandler CloseUp { add { } remove { } }
6678         [System.ComponentModel.BrowsableAttribute(false)]
6679         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6680         public new event System.EventHandler DoubleClick { add { } remove { } }
6681         public event System.EventHandler DropDown { add { } remove { } }
6682         [System.ComponentModel.BrowsableAttribute(false)]
6683         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6684         public new event System.EventHandler ForeColorChanged { add { } remove { } }
6685         public event System.EventHandler FormatChanged { add { } remove { } }
6686         [System.ComponentModel.BrowsableAttribute(false)]
6687         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6688         public new event System.Windows.Forms.MouseEventHandler MouseClick { add { } remove { } }
6689         [System.ComponentModel.BrowsableAttribute(false)]
6690         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6691         public new event System.Windows.Forms.MouseEventHandler MouseDoubleClick { add { } remove { } }
6692         [System.ComponentModel.BrowsableAttribute(false)]
6693         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6694         public new event System.EventHandler PaddingChanged { add { } remove { } }
6695         [System.ComponentModel.BrowsableAttribute(false)]
6696         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6697         public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
6698         public event System.EventHandler RightToLeftLayoutChanged { add { } remove { } }
6699         [System.ComponentModel.BrowsableAttribute(false)]
6700         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
6701         public new event System.EventHandler TextChanged { add { } remove { } }
6702         public event System.EventHandler ValueChanged { add { } remove { } }
CreateAccessibilityInstance()6703         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
CreateHandle()6704         protected override void CreateHandle() { }
6705         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
DestroyHandle()6706         protected override void DestroyHandle() { }
IsInputKey(System.Windows.Forms.Keys keyData)6707         protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
OnCloseUp(System.EventArgs eventargs)6708         protected virtual void OnCloseUp(System.EventArgs eventargs) { }
OnDropDown(System.EventArgs eventargs)6709         protected virtual void OnDropDown(System.EventArgs eventargs) { }
OnFontChanged(System.EventArgs e)6710         protected override void OnFontChanged(System.EventArgs e) { }
OnFormatChanged(System.EventArgs e)6711         protected virtual void OnFormatChanged(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)6712         protected override void OnHandleCreated(System.EventArgs e) { }
OnHandleDestroyed(System.EventArgs e)6713         protected override void OnHandleDestroyed(System.EventArgs e) { }
6714         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnRightToLeftLayoutChanged(System.EventArgs e)6715         protected virtual void OnRightToLeftLayoutChanged(System.EventArgs e) { }
OnSystemColorsChanged(System.EventArgs e)6716         protected override void OnSystemColorsChanged(System.EventArgs e) { }
OnValueChanged(System.EventArgs eventargs)6717         protected virtual void OnValueChanged(System.EventArgs eventargs) { }
ToString()6718         public override string ToString() { throw null; }
6719         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
WndProc(ref System.Windows.Forms.Message m)6720         protected override void WndProc(ref System.Windows.Forms.Message m) { }
6721         [System.Runtime.InteropServices.ComVisibleAttribute(true)]
6722         public partial class DateTimePickerAccessibleObject : System.Windows.Forms.Control.ControlAccessibleObject
6723         {
DateTimePickerAccessibleObject(System.Windows.Forms.DateTimePicker owner)6724             public DateTimePickerAccessibleObject(System.Windows.Forms.DateTimePicker owner) : base (default(System.Windows.Forms.Control)) { }
6725             public override string KeyboardShortcut { get { throw null; } }
6726             public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
6727             public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
6728             public override string Value { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
6729         }
6730     }
6731     public enum DateTimePickerFormat
6732     {
6733         Custom = 8,
6734         Long = 1,
6735         Short = 2,
6736         Time = 4,
6737     }
6738     public enum Day
6739     {
6740         Default = 7,
6741         Friday = 4,
6742         Monday = 0,
6743         Saturday = 5,
6744         Sunday = 6,
6745         Thursday = 3,
6746         Tuesday = 1,
6747         Wednesday = 2,
6748     }
6749     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
6750     public enum DialogResult
6751     {
6752         Abort = 3,
6753         Cancel = 2,
6754         Ignore = 5,
6755         No = 7,
6756         None = 0,
6757         OK = 1,
6758         Retry = 4,
6759         Yes = 6,
6760     }
6761     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
6762     public sealed partial class DockingAttribute : System.Attribute
6763     {
6764         public static readonly System.Windows.Forms.DockingAttribute Default;
DockingAttribute()6765         public DockingAttribute() { }
DockingAttribute(System.Windows.Forms.DockingBehavior dockingBehavior)6766         public DockingAttribute(System.Windows.Forms.DockingBehavior dockingBehavior) { }
6767         public System.Windows.Forms.DockingBehavior DockingBehavior { get { throw null; } }
Equals(object obj)6768         public override bool Equals(object obj) { throw null; }
GetHashCode()6769         public override int GetHashCode() { throw null; }
IsDefaultAttribute()6770         public override bool IsDefaultAttribute() { throw null; }
6771     }
6772     public enum DockingBehavior
6773     {
6774         Ask = 1,
6775         AutoDock = 2,
6776         Never = 0,
6777     }
6778     [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DockEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
6779     public enum DockStyle
6780     {
6781         Bottom = 2,
6782         Fill = 5,
6783         Left = 3,
6784         None = 0,
6785         Right = 4,
6786         Top = 1,
6787     }
6788     [System.ComponentModel.DefaultBindingPropertyAttribute("SelectedItem")]
6789     [System.ComponentModel.DefaultEventAttribute("SelectedItemChanged")]
6790     [System.ComponentModel.DefaultPropertyAttribute("Items")]
6791     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
6792     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
6793     public partial class DomainUpDown : System.Windows.Forms.UpDownBase
6794     {
DomainUpDown()6795         public DomainUpDown() { }
6796         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
6797         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.StringCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
6798         [System.ComponentModel.LocalizableAttribute(true)]
6799         public System.Windows.Forms.DomainUpDown.DomainUpDownItemCollection Items { get { throw null; } }
6800         [System.ComponentModel.BrowsableAttribute(false)]
6801         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6802         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6803         public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
6804         [System.ComponentModel.BrowsableAttribute(false)]
6805         [System.ComponentModel.DefaultValueAttribute(-1)]
6806         public int SelectedIndex { get { throw null; } set { } }
6807         [System.ComponentModel.BrowsableAttribute(false)]
6808         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6809         public object SelectedItem { get { throw null; } set { } }
6810         [System.ComponentModel.DefaultValueAttribute(false)]
6811         public bool Sorted { get { throw null; } set { } }
6812         [System.ComponentModel.DefaultValueAttribute(false)]
6813         [System.ComponentModel.LocalizableAttribute(true)]
6814         public bool Wrap { get { throw null; } set { } }
6815         [System.ComponentModel.BrowsableAttribute(false)]
6816         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6817         public new event System.EventHandler PaddingChanged { add { } remove { } }
6818         public event System.EventHandler SelectedItemChanged { add { } remove { } }
CreateAccessibilityInstance()6819         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
DownButton()6820         public override void DownButton() { }
OnChanged(object source, System.EventArgs e)6821         protected override void OnChanged(object source, System.EventArgs e) { }
OnSelectedItemChanged(object source, System.EventArgs e)6822         protected void OnSelectedItemChanged(object source, System.EventArgs e) { }
OnTextBoxKeyPress(object source, System.Windows.Forms.KeyPressEventArgs e)6823         protected override void OnTextBoxKeyPress(object source, System.Windows.Forms.KeyPressEventArgs e) { }
ToString()6824         public override string ToString() { throw null; }
UpButton()6825         public override void UpButton() { }
UpdateEditText()6826         protected override void UpdateEditText() { }
6827         [System.Runtime.InteropServices.ComVisibleAttribute(true)]
6828         public partial class DomainItemAccessibleObject : System.Windows.Forms.AccessibleObject
6829         {
DomainItemAccessibleObject(string name, System.Windows.Forms.AccessibleObject parent)6830             public DomainItemAccessibleObject(string name, System.Windows.Forms.AccessibleObject parent) { }
6831             public override string Name { get { throw null; } set { } }
6832             public override System.Windows.Forms.AccessibleObject Parent { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
6833             public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
6834             public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
6835             public override string Value { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
6836         }
6837         [System.Runtime.InteropServices.ComVisibleAttribute(true)]
6838         public partial class DomainUpDownAccessibleObject : System.Windows.Forms.Control.ControlAccessibleObject
6839         {
DomainUpDownAccessibleObject(System.Windows.Forms.Control owner)6840             public DomainUpDownAccessibleObject(System.Windows.Forms.Control owner) : base (default(System.Windows.Forms.Control)) { }
6841             public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
GetChild(int index)6842             public override System.Windows.Forms.AccessibleObject GetChild(int index) { throw null; }
GetChildCount()6843             public override int GetChildCount() { throw null; }
6844         }
6845         public partial class DomainUpDownItemCollection : System.Collections.ArrayList
6846         {
DomainUpDownItemCollection()6847             internal DomainUpDownItemCollection() { }
6848             [System.ComponentModel.BrowsableAttribute(false)]
6849             [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
6850             public override object this[int index] { get { throw null; } set { } }
Add(object item)6851             public override int Add(object item) { throw null; }
Insert(int index, object item)6852             public override void Insert(int index, object item) { }
Remove(object item)6853             public override void Remove(object item) { }
RemoveAt(int item)6854             public override void RemoveAt(int item) { }
6855         }
6856     }
6857     public sealed partial class DpiChangedEventArgs : System.ComponentModel.CancelEventArgs
6858     {
DpiChangedEventArgs()6859         internal DpiChangedEventArgs() { }
6860         public int DeviceDpiNew { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
6861         public int DeviceDpiOld { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
6862         public System.Drawing.Rectangle SuggestedRectangle { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
ToString()6863         public override string ToString() { throw null; }
6864     }
DpiChangedEventHandler(object sender, System.Windows.Forms.DpiChangedEventArgs e)6865     public delegate void DpiChangedEventHandler(object sender, System.Windows.Forms.DpiChangedEventArgs e);
6866     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
6867     public enum DragAction
6868     {
6869         Cancel = 2,
6870         Continue = 0,
6871         Drop = 1,
6872     }
6873     [System.FlagsAttribute]
6874     public enum DragDropEffects
6875     {
6876         All = -2147483645,
6877         Copy = 1,
6878         Link = 4,
6879         Move = 2,
6880         None = 0,
6881         Scroll = -2147483648,
6882     }
6883     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
6884     public partial class DragEventArgs : System.EventArgs
6885     {
DragEventArgs(System.Windows.Forms.IDataObject data, int keyState, int x, int y, System.Windows.Forms.DragDropEffects allowedEffect, System.Windows.Forms.DragDropEffects effect)6886         public DragEventArgs(System.Windows.Forms.IDataObject data, int keyState, int x, int y, System.Windows.Forms.DragDropEffects allowedEffect, System.Windows.Forms.DragDropEffects effect) { }
6887         public System.Windows.Forms.DragDropEffects AllowedEffect { get { throw null; } }
6888         public System.Windows.Forms.IDataObject Data { get { throw null; } }
6889         public System.Windows.Forms.DragDropEffects Effect { get { throw null; } set { } }
6890         public int KeyState { get { throw null; } }
6891         public int X { get { throw null; } }
6892         public int Y { get { throw null; } }
6893     }
DragEventHandler(object sender, System.Windows.Forms.DragEventArgs e)6894     public delegate void DragEventHandler(object sender, System.Windows.Forms.DragEventArgs e);
6895     public partial class DrawItemEventArgs : System.EventArgs
6896     {
DrawItemEventArgs(System.Drawing.Graphics graphics, System.Drawing.Font font, System.Drawing.Rectangle rect, int index, System.Windows.Forms.DrawItemState state)6897         public DrawItemEventArgs(System.Drawing.Graphics graphics, System.Drawing.Font font, System.Drawing.Rectangle rect, int index, System.Windows.Forms.DrawItemState state) { }
DrawItemEventArgs(System.Drawing.Graphics graphics, System.Drawing.Font font, System.Drawing.Rectangle rect, int index, System.Windows.Forms.DrawItemState state, System.Drawing.Color foreColor, System.Drawing.Color backColor)6898         public DrawItemEventArgs(System.Drawing.Graphics graphics, System.Drawing.Font font, System.Drawing.Rectangle rect, int index, System.Windows.Forms.DrawItemState state, System.Drawing.Color foreColor, System.Drawing.Color backColor) { }
6899         public System.Drawing.Color BackColor { get { throw null; } }
6900         public System.Drawing.Rectangle Bounds { get { throw null; } }
6901         public System.Drawing.Font Font { get { throw null; } }
6902         public System.Drawing.Color ForeColor { get { throw null; } }
6903         public System.Drawing.Graphics Graphics { get { throw null; } }
6904         public int Index { get { throw null; } }
6905         public System.Windows.Forms.DrawItemState State { get { throw null; } }
DrawBackground()6906         public virtual void DrawBackground() { }
DrawFocusRectangle()6907         public virtual void DrawFocusRectangle() { }
6908     }
DrawItemEventHandler(object sender, System.Windows.Forms.DrawItemEventArgs e)6909     public delegate void DrawItemEventHandler(object sender, System.Windows.Forms.DrawItemEventArgs e);
6910     [System.FlagsAttribute]
6911     public enum DrawItemState
6912     {
6913         Checked = 8,
6914         ComboBoxEdit = 4096,
6915         Default = 32,
6916         Disabled = 4,
6917         Focus = 16,
6918         Grayed = 2,
6919         HotLight = 64,
6920         Inactive = 128,
6921         NoAccelerator = 256,
6922         NoFocusRect = 512,
6923         None = 0,
6924         Selected = 1,
6925     }
6926     public partial class DrawListViewColumnHeaderEventArgs : System.EventArgs
6927     {
DrawListViewColumnHeaderEventArgs(System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds, int columnIndex, System.Windows.Forms.ColumnHeader header, System.Windows.Forms.ListViewItemStates state, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font)6928         public DrawListViewColumnHeaderEventArgs(System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds, int columnIndex, System.Windows.Forms.ColumnHeader header, System.Windows.Forms.ListViewItemStates state, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font) { }
6929         public System.Drawing.Color BackColor { get { throw null; } }
6930         public System.Drawing.Rectangle Bounds { get { throw null; } }
6931         public int ColumnIndex { get { throw null; } }
6932         public bool DrawDefault { get { throw null; } set { } }
6933         public System.Drawing.Font Font { get { throw null; } }
6934         public System.Drawing.Color ForeColor { get { throw null; } }
6935         public System.Drawing.Graphics Graphics { get { throw null; } }
6936         public System.Windows.Forms.ColumnHeader Header { get { throw null; } }
6937         public System.Windows.Forms.ListViewItemStates State { get { throw null; } }
DrawBackground()6938         public void DrawBackground() { }
DrawText()6939         public void DrawText() { }
DrawText(System.Windows.Forms.TextFormatFlags flags)6940         public void DrawText(System.Windows.Forms.TextFormatFlags flags) { }
6941     }
DrawListViewColumnHeaderEventHandler(object sender, System.Windows.Forms.DrawListViewColumnHeaderEventArgs e)6942     public delegate void DrawListViewColumnHeaderEventHandler(object sender, System.Windows.Forms.DrawListViewColumnHeaderEventArgs e);
6943     public partial class DrawListViewItemEventArgs : System.EventArgs
6944     {
DrawListViewItemEventArgs(System.Drawing.Graphics graphics, System.Windows.Forms.ListViewItem item, System.Drawing.Rectangle bounds, int itemIndex, System.Windows.Forms.ListViewItemStates state)6945         public DrawListViewItemEventArgs(System.Drawing.Graphics graphics, System.Windows.Forms.ListViewItem item, System.Drawing.Rectangle bounds, int itemIndex, System.Windows.Forms.ListViewItemStates state) { }
6946         public System.Drawing.Rectangle Bounds { get { throw null; } }
6947         public bool DrawDefault { get { throw null; } set { } }
6948         public System.Drawing.Graphics Graphics { get { throw null; } }
6949         public System.Windows.Forms.ListViewItem Item { get { throw null; } }
6950         public int ItemIndex { get { throw null; } }
6951         public System.Windows.Forms.ListViewItemStates State { get { throw null; } }
DrawBackground()6952         public void DrawBackground() { }
DrawFocusRectangle()6953         public void DrawFocusRectangle() { }
DrawText()6954         public void DrawText() { }
DrawText(System.Windows.Forms.TextFormatFlags flags)6955         public void DrawText(System.Windows.Forms.TextFormatFlags flags) { }
6956     }
DrawListViewItemEventHandler(object sender, System.Windows.Forms.DrawListViewItemEventArgs e)6957     public delegate void DrawListViewItemEventHandler(object sender, System.Windows.Forms.DrawListViewItemEventArgs e);
6958     public partial class DrawListViewSubItemEventArgs : System.EventArgs
6959     {
DrawListViewSubItemEventArgs(System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds, System.Windows.Forms.ListViewItem item, System.Windows.Forms.ListViewItem.ListViewSubItem subItem, int itemIndex, int columnIndex, System.Windows.Forms.ColumnHeader header, System.Windows.Forms.ListViewItemStates itemState)6960         public DrawListViewSubItemEventArgs(System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds, System.Windows.Forms.ListViewItem item, System.Windows.Forms.ListViewItem.ListViewSubItem subItem, int itemIndex, int columnIndex, System.Windows.Forms.ColumnHeader header, System.Windows.Forms.ListViewItemStates itemState) { }
6961         public System.Drawing.Rectangle Bounds { get { throw null; } }
6962         public int ColumnIndex { get { throw null; } }
6963         public bool DrawDefault { get { throw null; } set { } }
6964         public System.Drawing.Graphics Graphics { get { throw null; } }
6965         public System.Windows.Forms.ColumnHeader Header { get { throw null; } }
6966         public System.Windows.Forms.ListViewItem Item { get { throw null; } }
6967         public int ItemIndex { get { throw null; } }
6968         public System.Windows.Forms.ListViewItemStates ItemState { get { throw null; } }
6969         public System.Windows.Forms.ListViewItem.ListViewSubItem SubItem { get { throw null; } }
DrawBackground()6970         public void DrawBackground() { }
DrawFocusRectangle(System.Drawing.Rectangle bounds)6971         public void DrawFocusRectangle(System.Drawing.Rectangle bounds) { }
DrawText()6972         public void DrawText() { }
DrawText(System.Windows.Forms.TextFormatFlags flags)6973         public void DrawText(System.Windows.Forms.TextFormatFlags flags) { }
6974     }
DrawListViewSubItemEventHandler(object sender, System.Windows.Forms.DrawListViewSubItemEventArgs e)6975     public delegate void DrawListViewSubItemEventHandler(object sender, System.Windows.Forms.DrawListViewSubItemEventArgs e);
6976     public enum DrawMode
6977     {
6978         Normal = 0,
6979         OwnerDrawFixed = 1,
6980         OwnerDrawVariable = 2,
6981     }
6982     public partial class DrawToolTipEventArgs : System.EventArgs
6983     {
DrawToolTipEventArgs(System.Drawing.Graphics graphics, System.Windows.Forms.IWin32Window associatedWindow, System.Windows.Forms.Control associatedControl, System.Drawing.Rectangle bounds, string toolTipText, System.Drawing.Color backColor, System.Drawing.Color foreColor, System.Drawing.Font font)6984         public DrawToolTipEventArgs(System.Drawing.Graphics graphics, System.Windows.Forms.IWin32Window associatedWindow, System.Windows.Forms.Control associatedControl, System.Drawing.Rectangle bounds, string toolTipText, System.Drawing.Color backColor, System.Drawing.Color foreColor, System.Drawing.Font font) { }
6985         public System.Windows.Forms.Control AssociatedControl { get { throw null; } }
6986         public System.Windows.Forms.IWin32Window AssociatedWindow { get { throw null; } }
6987         public System.Drawing.Rectangle Bounds { get { throw null; } }
6988         public System.Drawing.Font Font { get { throw null; } }
6989         public System.Drawing.Graphics Graphics { get { throw null; } }
6990         public string ToolTipText { get { throw null; } }
DrawBackground()6991         public void DrawBackground() { }
DrawBorder()6992         public void DrawBorder() { }
DrawText()6993         public void DrawText() { }
DrawText(System.Windows.Forms.TextFormatFlags flags)6994         public void DrawText(System.Windows.Forms.TextFormatFlags flags) { }
6995     }
DrawToolTipEventHandler(object sender, System.Windows.Forms.DrawToolTipEventArgs e)6996     public delegate void DrawToolTipEventHandler(object sender, System.Windows.Forms.DrawToolTipEventArgs e);
6997     public partial class DrawTreeNodeEventArgs : System.EventArgs
6998     {
DrawTreeNodeEventArgs(System.Drawing.Graphics graphics, System.Windows.Forms.TreeNode node, System.Drawing.Rectangle bounds, System.Windows.Forms.TreeNodeStates state)6999         public DrawTreeNodeEventArgs(System.Drawing.Graphics graphics, System.Windows.Forms.TreeNode node, System.Drawing.Rectangle bounds, System.Windows.Forms.TreeNodeStates state) { }
7000         public System.Drawing.Rectangle Bounds { get { throw null; } }
7001         public bool DrawDefault { get { throw null; } set { } }
7002         public System.Drawing.Graphics Graphics { get { throw null; } }
7003         public System.Windows.Forms.TreeNode Node { get { throw null; } }
7004         public System.Windows.Forms.TreeNodeStates State { get { throw null; } }
7005     }
DrawTreeNodeEventHandler(object sender, System.Windows.Forms.DrawTreeNodeEventArgs e)7006     public delegate void DrawTreeNodeEventHandler(object sender, System.Windows.Forms.DrawTreeNodeEventArgs e);
7007     public enum ErrorBlinkStyle
7008     {
7009         AlwaysBlink = 1,
7010         BlinkIfDifferentError = 0,
7011         NeverBlink = 2,
7012     }
7013     public enum ErrorIconAlignment
7014     {
7015         BottomLeft = 4,
7016         BottomRight = 5,
7017         MiddleLeft = 2,
7018         MiddleRight = 3,
7019         TopLeft = 0,
7020         TopRight = 1,
7021     }
7022     [System.ComponentModel.ComplexBindingPropertiesAttribute("DataSource", "DataMember")]
7023     [System.ComponentModel.ProvidePropertyAttribute("Error", typeof(System.Windows.Forms.Control))]
7024     [System.ComponentModel.ProvidePropertyAttribute("IconAlignment", typeof(System.Windows.Forms.Control))]
7025     [System.ComponentModel.ProvidePropertyAttribute("IconPadding", typeof(System.Windows.Forms.Control))]
7026     [System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms")]
7027     public partial class ErrorProvider : System.ComponentModel.Component, System.ComponentModel.IExtenderProvider, System.ComponentModel.ISupportInitialize
7028     {
ErrorProvider()7029         public ErrorProvider() { }
ErrorProvider(System.ComponentModel.IContainer container)7030         public ErrorProvider(System.ComponentModel.IContainer container) { }
ErrorProvider(System.Windows.Forms.ContainerControl parentControl)7031         public ErrorProvider(System.Windows.Forms.ContainerControl parentControl) { }
7032         [System.ComponentModel.DefaultValueAttribute(250)]
7033         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
7034         public int BlinkRate { get { throw null; } set { } }
7035         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ErrorBlinkStyle)(0))]
7036         public System.Windows.Forms.ErrorBlinkStyle BlinkStyle { get { throw null; } set { } }
7037         [System.ComponentModel.DefaultValueAttribute(null)]
7038         public System.Windows.Forms.ContainerControl ContainerControl { [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3)), System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]get { throw null; } set { } }
7039         [System.ComponentModel.DefaultValueAttribute(null)]
7040         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataMemberListEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
7041         public string DataMember { get { throw null; } set { } }
7042         [System.ComponentModel.AttributeProviderAttribute(typeof(System.ComponentModel.IListSource))]
7043         [System.ComponentModel.DefaultValueAttribute(null)]
7044         public object DataSource { get { throw null; } set { } }
7045         [System.ComponentModel.LocalizableAttribute(true)]
7046         public System.Drawing.Icon Icon { get { throw null; } set { } }
7047         [System.ComponentModel.DefaultValueAttribute(false)]
7048         [System.ComponentModel.LocalizableAttribute(true)]
7049         public virtual bool RightToLeft { get { throw null; } set { } }
7050         public override System.ComponentModel.ISite Site { set { } }
7051         [System.ComponentModel.BindableAttribute(true)]
7052         [System.ComponentModel.DefaultValueAttribute(null)]
7053         [System.ComponentModel.LocalizableAttribute(false)]
7054         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
7055         public object Tag { get { throw null; } set { } }
7056         public event System.EventHandler RightToLeftChanged { add { } remove { } }
BindToDataAndErrors(object newDataSource, string newDataMember)7057         public void BindToDataAndErrors(object newDataSource, string newDataMember) { }
CanExtend(object extendee)7058         public bool CanExtend(object extendee) { throw null; }
Clear()7059         public void Clear() { }
Dispose(bool disposing)7060         protected override void Dispose(bool disposing) { }
7061         [System.ComponentModel.DefaultValueAttribute("")]
7062         [System.ComponentModel.LocalizableAttribute(true)]
GetError(System.Windows.Forms.Control control)7063         public string GetError(System.Windows.Forms.Control control) { throw null; }
7064         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ErrorIconAlignment)(3))]
7065         [System.ComponentModel.LocalizableAttribute(true)]
GetIconAlignment(System.Windows.Forms.Control control)7066         public System.Windows.Forms.ErrorIconAlignment GetIconAlignment(System.Windows.Forms.Control control) { throw null; }
7067         [System.ComponentModel.DefaultValueAttribute(0)]
7068         [System.ComponentModel.LocalizableAttribute(true)]
GetIconPadding(System.Windows.Forms.Control control)7069         public int GetIconPadding(System.Windows.Forms.Control control) { throw null; }
7070         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnRightToLeftChanged(System.EventArgs e)7071         protected virtual void OnRightToLeftChanged(System.EventArgs e) { }
SetError(System.Windows.Forms.Control control, string value)7072         public void SetError(System.Windows.Forms.Control control, string value) { }
SetIconAlignment(System.Windows.Forms.Control control, System.Windows.Forms.ErrorIconAlignment value)7073         public void SetIconAlignment(System.Windows.Forms.Control control, System.Windows.Forms.ErrorIconAlignment value) { }
SetIconPadding(System.Windows.Forms.Control control, int padding)7074         public void SetIconPadding(System.Windows.Forms.Control control, int padding) { }
System.ComponentModel.ISupportInitialize.BeginInit()7075         void System.ComponentModel.ISupportInitialize.BeginInit() { }
System.ComponentModel.ISupportInitialize.EndInit()7076         void System.ComponentModel.ISupportInitialize.EndInit() { }
UpdateBinding()7077         public void UpdateBinding() { }
7078     }
7079     public abstract partial class FeatureSupport : System.Windows.Forms.IFeatureSupport
7080     {
FeatureSupport()7081         protected FeatureSupport() { }
GetVersionPresent(object feature)7082         public abstract System.Version GetVersionPresent(object feature);
GetVersionPresent(string featureClassName, string featureConstName)7083         public static System.Version GetVersionPresent(string featureClassName, string featureConstName) { throw null; }
IsPresent(object feature)7084         public virtual bool IsPresent(object feature) { throw null; }
IsPresent(object feature, System.Version minimumVersion)7085         public virtual bool IsPresent(object feature, System.Version minimumVersion) { throw null; }
IsPresent(string featureClassName, string featureConstName)7086         public static bool IsPresent(string featureClassName, string featureConstName) { throw null; }
IsPresent(string featureClassName, string featureConstName, System.Version minimumVersion)7087         public static bool IsPresent(string featureClassName, string featureConstName, System.Version minimumVersion) { throw null; }
7088     }
7089     [System.ComponentModel.DefaultEventAttribute("FileOk")]
7090     [System.ComponentModel.DefaultPropertyAttribute("FileName")]
7091     public abstract partial class FileDialog : System.Windows.Forms.CommonDialog
7092     {
FileDialog()7093         internal FileDialog() { }
7094         protected static readonly object EventFileOk;
7095         [System.ComponentModel.DefaultValueAttribute(true)]
7096         public bool AddExtension { get { throw null; } set { } }
7097         [System.ComponentModel.DefaultValueAttribute(true)]
7098         public bool AutoUpgradeEnabled { get { throw null; } set { } }
7099         [System.ComponentModel.DefaultValueAttribute(false)]
7100         public virtual bool CheckFileExists { get { throw null; } set { } }
7101         [System.ComponentModel.DefaultValueAttribute(true)]
7102         public bool CheckPathExists { get { throw null; } set { } }
7103         [System.ComponentModel.BrowsableAttribute(false)]
7104         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7105         public System.Windows.Forms.FileDialogCustomPlacesCollection CustomPlaces { get { throw null; } }
7106         [System.ComponentModel.DefaultValueAttribute("")]
7107         public string DefaultExt { get { throw null; } set { } }
7108         [System.ComponentModel.DefaultValueAttribute(true)]
7109         public bool DereferenceLinks { get { throw null; } set { } }
7110         [System.ComponentModel.DefaultValueAttribute("")]
7111         public string FileName { get { throw null; } set { } }
7112         [System.ComponentModel.BrowsableAttribute(false)]
7113         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7114         public string[] FileNames { get { throw null; } }
7115         [System.ComponentModel.DefaultValueAttribute("")]
7116         [System.ComponentModel.LocalizableAttribute(true)]
7117         public string Filter { get { throw null; } set { } }
7118         [System.ComponentModel.DefaultValueAttribute(1)]
7119         public int FilterIndex { get { throw null; } set { } }
7120         [System.ComponentModel.DefaultValueAttribute("")]
7121         public string InitialDirectory { get { throw null; } set { } }
7122         protected virtual System.IntPtr Instance { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2)), System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
7123         protected int Options { get { throw null; } }
7124         [System.ComponentModel.DefaultValueAttribute(false)]
7125         public bool RestoreDirectory { get { throw null; } set { } }
7126         [System.ComponentModel.DefaultValueAttribute(false)]
7127         public bool ShowHelp { get { throw null; } set { } }
7128         [System.ComponentModel.DefaultValueAttribute(false)]
7129         public bool SupportMultiDottedExtensions { get { throw null; } set { } }
7130         [System.ComponentModel.DefaultValueAttribute("")]
7131         [System.ComponentModel.LocalizableAttribute(true)]
7132         public string Title { get { throw null; } set { } }
7133         [System.ComponentModel.DefaultValueAttribute(true)]
7134         public bool ValidateNames { get { throw null; } set { } }
7135         public event System.ComponentModel.CancelEventHandler FileOk { add { } remove { } }
7136         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
HookProc(System.IntPtr hWnd, int msg, System.IntPtr wparam, System.IntPtr lparam)7137         protected override System.IntPtr HookProc(System.IntPtr hWnd, int msg, System.IntPtr wparam, System.IntPtr lparam) { throw null; }
OnFileOk(System.ComponentModel.CancelEventArgs e)7138         protected void OnFileOk(System.ComponentModel.CancelEventArgs e) { }
Reset()7139         public override void Reset() { }
RunDialog(System.IntPtr hWndOwner)7140         protected override bool RunDialog(System.IntPtr hWndOwner) { throw null; }
ToString()7141         public override string ToString() { throw null; }
7142     }
7143     public partial class FileDialogCustomPlace
7144     {
FileDialogCustomPlace(System.Guid knownFolderGuid)7145         public FileDialogCustomPlace(System.Guid knownFolderGuid) { }
FileDialogCustomPlace(string path)7146         public FileDialogCustomPlace(string path) { }
7147         public System.Guid KnownFolderGuid { get { throw null; } set { } }
7148         public string Path { get { throw null; } set { } }
ToString()7149         public override string ToString() { throw null; }
7150     }
7151     public partial class FileDialogCustomPlacesCollection : System.Collections.ObjectModel.Collection<System.Windows.Forms.FileDialogCustomPlace>
7152     {
FileDialogCustomPlacesCollection()7153         public FileDialogCustomPlacesCollection() { }
Add(System.Guid knownFolderGuid)7154         public void Add(System.Guid knownFolderGuid) { }
Add(string path)7155         public void Add(string path) { }
7156     }
7157     public enum FixedPanel
7158     {
7159         None = 0,
7160         Panel1 = 1,
7161         Panel2 = 2,
7162     }
7163     [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.FlatButtonAppearanceConverter")]
7164     public partial class FlatButtonAppearance
7165     {
FlatButtonAppearance()7166         internal FlatButtonAppearance() { }
7167         [System.ComponentModel.BrowsableAttribute(true)]
7168         [System.ComponentModel.DefaultValueAttribute(typeof(System.Drawing.Color), "")]
7169         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
7170         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7171         public System.Drawing.Color BorderColor { get { throw null; } set { } }
7172         [System.ComponentModel.BrowsableAttribute(true)]
7173         [System.ComponentModel.DefaultValueAttribute(1)]
7174         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
7175         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7176         public int BorderSize { get { throw null; } set { } }
7177         [System.ComponentModel.BrowsableAttribute(true)]
7178         [System.ComponentModel.DefaultValueAttribute(typeof(System.Drawing.Color), "")]
7179         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
7180         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7181         public System.Drawing.Color CheckedBackColor { get { throw null; } set { } }
7182         [System.ComponentModel.BrowsableAttribute(true)]
7183         [System.ComponentModel.DefaultValueAttribute(typeof(System.Drawing.Color), "")]
7184         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
7185         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7186         public System.Drawing.Color MouseDownBackColor { get { throw null; } set { } }
7187         [System.ComponentModel.BrowsableAttribute(true)]
7188         [System.ComponentModel.DefaultValueAttribute(typeof(System.Drawing.Color), "")]
7189         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
7190         [System.ComponentModel.NotifyParentPropertyAttribute(true)]
7191         public System.Drawing.Color MouseOverBackColor { get { throw null; } set { } }
7192     }
7193     public enum FlatStyle
7194     {
7195         Flat = 0,
7196         Popup = 1,
7197         Standard = 2,
7198         System = 3,
7199     }
7200     public enum FlowDirection
7201     {
7202         BottomUp = 3,
7203         LeftToRight = 0,
7204         RightToLeft = 2,
7205         TopDown = 1,
7206     }
7207     [System.ComponentModel.DefaultPropertyAttribute("FlowDirection")]
7208     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.FlowLayoutPanelDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7209     [System.ComponentModel.ProvidePropertyAttribute("FlowBreak", typeof(System.Windows.Forms.Control))]
7210     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
7211     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
7212     [System.Windows.Forms.DockingAttribute((System.Windows.Forms.DockingBehavior)(1))]
7213     public partial class FlowLayoutPanel : System.Windows.Forms.Panel, System.ComponentModel.IExtenderProvider
7214     {
FlowLayoutPanel()7215         public FlowLayoutPanel() { }
7216         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.FlowDirection)(0))]
7217         [System.ComponentModel.LocalizableAttribute(true)]
7218         public System.Windows.Forms.FlowDirection FlowDirection { get { throw null; } set { } }
7219         public override System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get { throw null; } }
7220         [System.ComponentModel.DefaultValueAttribute(true)]
7221         [System.ComponentModel.LocalizableAttribute(true)]
7222         public bool WrapContents { get { throw null; } set { } }
7223         [System.ComponentModel.DefaultValueAttribute(false)]
7224         [System.ComponentModel.DisplayNameAttribute("FlowBreak")]
GetFlowBreak(System.Windows.Forms.Control control)7225         public bool GetFlowBreak(System.Windows.Forms.Control control) { throw null; }
7226         [System.ComponentModel.DisplayNameAttribute("FlowBreak")]
SetFlowBreak(System.Windows.Forms.Control control, bool value)7227         public void SetFlowBreak(System.Windows.Forms.Control control, bool value) { }
System.ComponentModel.IExtenderProvider.CanExtend(object obj)7228         bool System.ComponentModel.IExtenderProvider.CanExtend(object obj) { throw null; }
7229     }
7230     [System.ComponentModel.DefaultPropertyAttribute("FlowDirection")]
7231     public partial class FlowLayoutSettings : System.Windows.Forms.LayoutSettings
7232     {
FlowLayoutSettings()7233         internal FlowLayoutSettings() { }
7234         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.FlowDirection)(0))]
7235         public System.Windows.Forms.FlowDirection FlowDirection { get { throw null; } set { } }
7236         public override System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get { throw null; } }
7237         [System.ComponentModel.DefaultValueAttribute(true)]
7238         public bool WrapContents { get { throw null; } set { } }
GetFlowBreak(object child)7239         public bool GetFlowBreak(object child) { throw null; }
SetFlowBreak(object child, bool value)7240         public void SetFlowBreak(object child, bool value) { }
7241     }
7242     [System.ComponentModel.DefaultEventAttribute("HelpRequest")]
7243     [System.ComponentModel.DefaultPropertyAttribute("SelectedPath")]
7244     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.FolderBrowserDialogDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7245     public sealed partial class FolderBrowserDialog : System.Windows.Forms.CommonDialog
7246     {
FolderBrowserDialog()7247         public FolderBrowserDialog() { }
7248         [System.ComponentModel.BrowsableAttribute(true)]
7249         [System.ComponentModel.DefaultValueAttribute("")]
7250         [System.ComponentModel.LocalizableAttribute(true)]
7251         public string Description { get { throw null; } set { } }
7252         [System.ComponentModel.BrowsableAttribute(true)]
7253         [System.ComponentModel.DefaultValueAttribute((System.Environment.SpecialFolder)(0))]
7254         [System.ComponentModel.LocalizableAttribute(false)]
7255         [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.SpecialFolderEnumConverter")]
7256         public System.Environment.SpecialFolder RootFolder { get { throw null; } set { } }
7257         [System.ComponentModel.BrowsableAttribute(true)]
7258         [System.ComponentModel.DefaultValueAttribute("")]
7259         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.SelectedPathEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
7260         [System.ComponentModel.LocalizableAttribute(true)]
7261         public string SelectedPath { get { throw null; } set { } }
7262         [System.ComponentModel.BrowsableAttribute(true)]
7263         [System.ComponentModel.DefaultValueAttribute(true)]
7264         [System.ComponentModel.LocalizableAttribute(false)]
7265         public bool ShowNewFolderButton { get { throw null; } set { } }
7266         [System.ComponentModel.BrowsableAttribute(false)]
7267         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
7268         public new event System.EventHandler HelpRequest { add { } remove { } }
Reset()7269         public override void Reset() { }
RunDialog(System.IntPtr hWndOwner)7270         protected override bool RunDialog(System.IntPtr hWndOwner) { throw null; }
7271     }
7272     [System.ComponentModel.DefaultEventAttribute("Apply")]
7273     [System.ComponentModel.DefaultPropertyAttribute("Font")]
7274     public partial class FontDialog : System.Windows.Forms.CommonDialog
7275     {
7276         protected static readonly object EventApply;
FontDialog()7277         public FontDialog() { }
7278         [System.ComponentModel.DefaultValueAttribute(true)]
7279         public bool AllowScriptChange { get { throw null; } set { } }
7280         [System.ComponentModel.DefaultValueAttribute(true)]
7281         public bool AllowSimulations { get { throw null; } set { } }
7282         [System.ComponentModel.DefaultValueAttribute(true)]
7283         public bool AllowVectorFonts { get { throw null; } set { } }
7284         [System.ComponentModel.DefaultValueAttribute(true)]
7285         public bool AllowVerticalFonts { get { throw null; } set { } }
7286         [System.ComponentModel.DefaultValueAttribute(typeof(System.Drawing.Color), "Black")]
7287         public System.Drawing.Color Color { get { throw null; } set { } }
7288         [System.ComponentModel.DefaultValueAttribute(false)]
7289         public bool FixedPitchOnly { get { throw null; } set { } }
7290         public System.Drawing.Font Font { get { throw null; } set { } }
7291         [System.ComponentModel.DefaultValueAttribute(false)]
7292         public bool FontMustExist { get { throw null; } set { } }
7293         [System.ComponentModel.DefaultValueAttribute(0)]
7294         public int MaxSize { get { throw null; } set { } }
7295         [System.ComponentModel.DefaultValueAttribute(0)]
7296         public int MinSize { get { throw null; } set { } }
7297         protected int Options { get { throw null; } }
7298         [System.ComponentModel.DefaultValueAttribute(false)]
7299         public bool ScriptsOnly { get { throw null; } set { } }
7300         [System.ComponentModel.DefaultValueAttribute(false)]
7301         public bool ShowApply { get { throw null; } set { } }
7302         [System.ComponentModel.DefaultValueAttribute(false)]
7303         public bool ShowColor { get { throw null; } set { } }
7304         [System.ComponentModel.DefaultValueAttribute(true)]
7305         public bool ShowEffects { get { throw null; } set { } }
7306         [System.ComponentModel.DefaultValueAttribute(false)]
7307         public bool ShowHelp { get { throw null; } set { } }
7308         public event System.EventHandler Apply { add { } remove { } }
7309         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
HookProc(System.IntPtr hWnd, int msg, System.IntPtr wparam, System.IntPtr lparam)7310         protected override System.IntPtr HookProc(System.IntPtr hWnd, int msg, System.IntPtr wparam, System.IntPtr lparam) { throw null; }
OnApply(System.EventArgs e)7311         protected virtual void OnApply(System.EventArgs e) { }
Reset()7312         public override void Reset() { }
RunDialog(System.IntPtr hWndOwner)7313         protected override bool RunDialog(System.IntPtr hWndOwner) { throw null; }
ToString()7314         public override string ToString() { throw null; }
7315     }
7316     [System.ComponentModel.DefaultEventAttribute("Load")]
7317     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.FormDocumentDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.ComponentModel.Design.IRootDesigner))]
7318     [System.ComponentModel.DesignerCategoryAttribute("Form")]
7319     [System.ComponentModel.DesignTimeVisibleAttribute(false)]
7320     [System.ComponentModel.InitializationEventAttribute("Load")]
7321     [System.ComponentModel.ToolboxItemAttribute(false)]
7322     [System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms.Control.TopLevel")]
7323     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
7324     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
7325     public partial class Form : System.Windows.Forms.ContainerControl
7326     {
Form()7327         public Form() { }
7328         [System.ComponentModel.DefaultValueAttribute(null)]
7329         public System.Windows.Forms.IButtonControl AcceptButton { get { throw null; } set { } }
7330         public static System.Windows.Forms.Form ActiveForm { get { throw null; } }
7331         [System.ComponentModel.BrowsableAttribute(false)]
7332         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7333         public System.Windows.Forms.Form ActiveMdiChild { get { throw null; } }
7334         [System.ComponentModel.BrowsableAttribute(false)]
7335         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7336         public bool AllowTransparency { get { throw null; } set { } }
7337         [System.ComponentModel.BrowsableAttribute(false)]
7338         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7339         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
7340         [System.ObsoleteAttribute("This property has been deprecated. Use the AutoScaleMode property instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
7341         public bool AutoScale { get { throw null; } set { } }
7342         [System.ComponentModel.BrowsableAttribute(false)]
7343         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7344         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
7345         [System.ComponentModel.LocalizableAttribute(true)]
7346         public virtual System.Drawing.Size AutoScaleBaseSize { get { throw null; } set { } }
7347         [System.ComponentModel.LocalizableAttribute(true)]
7348         public override bool AutoScroll { get { throw null; } set { } }
7349         [System.ComponentModel.BrowsableAttribute(true)]
7350         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(1))]
7351         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
7352         public override bool AutoSize { get { throw null; } set { } }
7353         [System.ComponentModel.BrowsableAttribute(true)]
7354         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.AutoSizeMode)(1))]
7355         [System.ComponentModel.LocalizableAttribute(true)]
7356         public System.Windows.Forms.AutoSizeMode AutoSizeMode { get { throw null; } set { } }
7357         [System.ComponentModel.BrowsableAttribute(true)]
7358         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
7359         public override System.Windows.Forms.AutoValidate AutoValidate { get { throw null; } set { } }
7360         public override System.Drawing.Color BackColor { get { throw null; } set { } }
7361         [System.ComponentModel.DefaultValueAttribute(null)]
7362         public System.Windows.Forms.IButtonControl CancelButton { get { throw null; } set { } }
7363         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(1))]
7364         [System.ComponentModel.LocalizableAttribute(true)]
7365         public new System.Drawing.Size ClientSize { get { throw null; } set { } }
7366         [System.ComponentModel.DefaultValueAttribute(true)]
7367         public bool ControlBox { get { throw null; } set { } }
7368         protected override System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
7369         protected override System.Windows.Forms.ImeMode DefaultImeMode { get { throw null; } }
7370         protected override System.Drawing.Size DefaultSize { get { throw null; } }
7371         [System.ComponentModel.BrowsableAttribute(false)]
7372         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7373         public System.Drawing.Rectangle DesktopBounds { get { throw null; } set { } }
7374         [System.ComponentModel.BrowsableAttribute(false)]
7375         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7376         public System.Drawing.Point DesktopLocation { get { throw null; } set { } }
7377         [System.ComponentModel.BrowsableAttribute(false)]
7378         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7379         public System.Windows.Forms.DialogResult DialogResult { get { throw null; } set { } }
7380         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.FormBorderStyle)(4))]
7381         [System.Runtime.InteropServices.DispIdAttribute(-504)]
7382         public System.Windows.Forms.FormBorderStyle FormBorderStyle { get { throw null; } set { } }
7383         [System.ComponentModel.DefaultValueAttribute(false)]
7384         public bool HelpButton { get { throw null; } set { } }
7385         [System.ComponentModel.AmbientValueAttribute(null)]
7386         [System.ComponentModel.LocalizableAttribute(true)]
7387         public System.Drawing.Icon Icon { get { throw null; } set { } }
7388         [System.ComponentModel.BrowsableAttribute(false)]
7389         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7390         public bool IsMdiChild { get { throw null; } }
7391         [System.ComponentModel.DefaultValueAttribute(false)]
7392         public bool IsMdiContainer { get { throw null; } set { } }
7393         [System.ComponentModel.BrowsableAttribute(false)]
7394         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7395         public bool IsRestrictedWindow { get { throw null; } }
7396         [System.ComponentModel.DefaultValueAttribute(false)]
7397         public bool KeyPreview { get { throw null; } set { } }
7398         [System.ComponentModel.SettingsBindableAttribute(true)]
7399         public new System.Drawing.Point Location { get { throw null; } set { } }
7400         [System.ComponentModel.DefaultValueAttribute(null)]
7401         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))]
7402         public System.Windows.Forms.MenuStrip MainMenuStrip { get { throw null; } set { } }
7403         [System.ComponentModel.BrowsableAttribute(false)]
7404         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
7405         public new System.Windows.Forms.Padding Margin { get { throw null; } set { } }
7406         [System.ComponentModel.DefaultValueAttribute(true)]
7407         public bool MaximizeBox { get { throw null; } set { } }
7408         protected System.Drawing.Rectangle MaximizedBounds { get { throw null; } set { } }
7409         [System.ComponentModel.DefaultValueAttribute(typeof(System.Drawing.Size), "0, 0")]
7410         [System.ComponentModel.LocalizableAttribute(true)]
7411         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
7412         public override System.Drawing.Size MaximumSize { get { throw null; } set { } }
7413         [System.ComponentModel.BrowsableAttribute(false)]
7414         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7415         public System.Windows.Forms.Form[] MdiChildren { get { throw null; } }
7416         [System.ComponentModel.BrowsableAttribute(false)]
7417         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7418         public System.Windows.Forms.Form MdiParent { get { throw null; } set { } }
7419         [System.ComponentModel.BrowsableAttribute(false)]
7420         [System.ComponentModel.DefaultValueAttribute(null)]
7421         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))]
7422         public System.Windows.Forms.MainMenu Menu { get { throw null; } set { } }
7423         [System.ComponentModel.BrowsableAttribute(false)]
7424         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7425         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7426         public System.Windows.Forms.MainMenu MergedMenu { [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]get { throw null; } }
7427         [System.ComponentModel.DefaultValueAttribute(true)]
7428         public bool MinimizeBox { get { throw null; } set { } }
7429         [System.ComponentModel.LocalizableAttribute(true)]
7430         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
7431         public override System.Drawing.Size MinimumSize { get { throw null; } set { } }
7432         [System.ComponentModel.BrowsableAttribute(false)]
7433         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7434         public bool Modal { get { throw null; } }
7435         [System.ComponentModel.DefaultValueAttribute(1)]
7436         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.OpacityConverter))]
7437         public double Opacity { get { throw null; } set { } }
7438         [System.ComponentModel.BrowsableAttribute(false)]
7439         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7440         public System.Windows.Forms.Form[] OwnedForms { get { throw null; } }
7441         [System.ComponentModel.BrowsableAttribute(false)]
7442         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7443         public System.Windows.Forms.Form Owner { get { throw null; } set { } }
7444         [System.ComponentModel.BrowsableAttribute(false)]
7445         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7446         public System.Drawing.Rectangle RestoreBounds { get { throw null; } }
7447         [System.ComponentModel.DefaultValueAttribute(false)]
7448         [System.ComponentModel.LocalizableAttribute(true)]
7449         public virtual bool RightToLeftLayout { get { throw null; } set { } }
7450         [System.ComponentModel.DefaultValueAttribute(true)]
7451         public bool ShowIcon { get { throw null; } set { } }
7452         [System.ComponentModel.DefaultValueAttribute(true)]
7453         public bool ShowInTaskbar { get { throw null; } set { } }
7454         [System.ComponentModel.BrowsableAttribute(false)]
7455         protected virtual bool ShowWithoutActivation { get { throw null; } }
7456         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7457         [System.ComponentModel.LocalizableAttribute(false)]
7458         public new System.Drawing.Size Size { get { throw null; } set { } }
7459         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.SizeGripStyle)(0))]
7460         public System.Windows.Forms.SizeGripStyle SizeGripStyle { get { throw null; } set { } }
7461         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.FormStartPosition)(2))]
7462         [System.ComponentModel.LocalizableAttribute(true)]
7463         public System.Windows.Forms.FormStartPosition StartPosition { get { throw null; } set { } }
7464         [System.ComponentModel.BrowsableAttribute(false)]
7465         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7466         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
7467         public new int TabIndex { get { throw null; } set { } }
7468         [System.ComponentModel.BrowsableAttribute(false)]
7469         [System.ComponentModel.DefaultValueAttribute(true)]
7470         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
7471         [System.Runtime.InteropServices.DispIdAttribute(-516)]
7472         public new bool TabStop { get { throw null; } set { } }
7473         [System.ComponentModel.SettingsBindableAttribute(true)]
7474         public override string Text { get { throw null; } set { } }
7475         [System.ComponentModel.BrowsableAttribute(false)]
7476         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
7477         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7478         public bool TopLevel { get { throw null; } set { } }
7479         [System.ComponentModel.DefaultValueAttribute(false)]
7480         public bool TopMost { get { throw null; } set { } }
7481         public System.Drawing.Color TransparencyKey { get { throw null; } set { } }
7482         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.FormWindowState)(0))]
7483         public System.Windows.Forms.FormWindowState WindowState { get { throw null; } set { } }
7484         public event System.EventHandler Activated { add { } remove { } }
7485         [System.ComponentModel.BrowsableAttribute(true)]
7486         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
7487         public new event System.EventHandler AutoSizeChanged { add { } remove { } }
7488         [System.ComponentModel.BrowsableAttribute(true)]
7489         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
7490         public new event System.EventHandler AutoValidateChanged { add { } remove { } }
7491         [System.ComponentModel.BrowsableAttribute(false)]
7492         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
7493         public event System.EventHandler Closed { add { } remove { } }
7494         [System.ComponentModel.BrowsableAttribute(false)]
7495         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
7496         public event System.ComponentModel.CancelEventHandler Closing { add { } remove { } }
7497         public event System.EventHandler Deactivate { add { } remove { } }
7498         public event System.Windows.Forms.DpiChangedEventHandler DpiChanged { add { } remove { } }
7499         public event System.Windows.Forms.FormClosedEventHandler FormClosed { add { } remove { } }
7500         public event System.Windows.Forms.FormClosingEventHandler FormClosing { add { } remove { } }
7501         [System.ComponentModel.BrowsableAttribute(true)]
7502         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
7503         public event System.ComponentModel.CancelEventHandler HelpButtonClicked { add { } remove { } }
7504         public event System.Windows.Forms.InputLanguageChangedEventHandler InputLanguageChanged { add { } remove { } }
7505         public event System.Windows.Forms.InputLanguageChangingEventHandler InputLanguageChanging { add { } remove { } }
7506         public event System.EventHandler Load { add { } remove { } }
7507         [System.ComponentModel.BrowsableAttribute(false)]
7508         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
7509         public new event System.EventHandler MarginChanged { add { } remove { } }
7510         public event System.EventHandler MaximizedBoundsChanged { add { } remove { } }
7511         public event System.EventHandler MaximumSizeChanged { add { } remove { } }
7512         public event System.EventHandler MdiChildActivate { add { } remove { } }
7513         [System.ComponentModel.BrowsableAttribute(false)]
7514         public event System.EventHandler MenuComplete { add { } remove { } }
7515         [System.ComponentModel.BrowsableAttribute(false)]
7516         public event System.EventHandler MenuStart { add { } remove { } }
7517         public event System.EventHandler MinimumSizeChanged { add { } remove { } }
7518         public event System.EventHandler ResizeBegin { add { } remove { } }
7519         public event System.EventHandler ResizeEnd { add { } remove { } }
7520         public event System.EventHandler RightToLeftLayoutChanged { add { } remove { } }
7521         public event System.EventHandler Shown { add { } remove { } }
7522         [System.ComponentModel.BrowsableAttribute(false)]
7523         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
7524         public new event System.EventHandler TabIndexChanged { add { } remove { } }
7525         [System.ComponentModel.BrowsableAttribute(false)]
7526         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
7527         public new event System.EventHandler TabStopChanged { add { } remove { } }
Activate()7528         public void Activate() { }
ActivateMdiChild(System.Windows.Forms.Form form)7529         protected void ActivateMdiChild(System.Windows.Forms.Form form) { }
AddOwnedForm(System.Windows.Forms.Form ownedForm)7530         public void AddOwnedForm(System.Windows.Forms.Form ownedForm) { }
7531         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
AdjustFormScrollbars(bool displayScrollbars)7532         protected override void AdjustFormScrollbars(bool displayScrollbars) { }
7533         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
7534         [System.ObsoleteAttribute("This method has been deprecated. Use the ApplyAutoScaling method instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
ApplyAutoScaling()7535         protected void ApplyAutoScaling() { }
CenterToParent()7536         protected void CenterToParent() { }
CenterToScreen()7537         protected void CenterToScreen() { }
Close()7538         public void Close() { }
7539         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
CreateControlsInstance()7540         protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw null; }
7541         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
CreateHandle()7542         protected override void CreateHandle() { }
7543         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7544         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
DefWndProc(ref System.Windows.Forms.Message m)7545         protected override void DefWndProc(ref System.Windows.Forms.Message m) { }
Dispose(bool disposing)7546         protected override void Dispose(bool disposing) { }
7547         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
7548         [System.ObsoleteAttribute("This method has been deprecated. Use the AutoScaleDimensions property instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
GetAutoScaleSize(System.Drawing.Font font)7549         public static System.Drawing.SizeF GetAutoScaleSize(System.Drawing.Font font) { throw null; }
7550         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetScaledBounds(System.Drawing.Rectangle bounds, System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified)7551         protected override System.Drawing.Rectangle GetScaledBounds(System.Drawing.Rectangle bounds, System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { throw null; }
LayoutMdi(System.Windows.Forms.MdiLayout value)7552         public void LayoutMdi(System.Windows.Forms.MdiLayout value) { }
7553         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnActivated(System.EventArgs e)7554         protected virtual void OnActivated(System.EventArgs e) { }
OnBackgroundImageChanged(System.EventArgs e)7555         protected override void OnBackgroundImageChanged(System.EventArgs e) { }
OnBackgroundImageLayoutChanged(System.EventArgs e)7556         protected override void OnBackgroundImageLayoutChanged(System.EventArgs e) { }
7557         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnClosed(System.EventArgs e)7558         protected virtual void OnClosed(System.EventArgs e) { }
7559         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnClosing(System.ComponentModel.CancelEventArgs e)7560         protected virtual void OnClosing(System.ComponentModel.CancelEventArgs e) { }
7561         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnCreateControl()7562         protected override void OnCreateControl() { }
7563         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnDeactivate(System.EventArgs e)7564         protected virtual void OnDeactivate(System.EventArgs e) { }
7565         [System.ComponentModel.BrowsableAttribute(true)]
7566         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(1))]
7567         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
OnDpiChanged(System.Windows.Forms.DpiChangedEventArgs e)7568         protected virtual void OnDpiChanged(System.Windows.Forms.DpiChangedEventArgs e) { }
7569         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnEnabledChanged(System.EventArgs e)7570         protected override void OnEnabledChanged(System.EventArgs e) { }
7571         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnEnter(System.EventArgs e)7572         protected override void OnEnter(System.EventArgs e) { }
7573         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnFontChanged(System.EventArgs e)7574         protected override void OnFontChanged(System.EventArgs e) { }
7575         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnFormClosed(System.Windows.Forms.FormClosedEventArgs e)7576         protected virtual void OnFormClosed(System.Windows.Forms.FormClosedEventArgs e) { }
7577         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnFormClosing(System.Windows.Forms.FormClosingEventArgs e)7578         protected virtual void OnFormClosing(System.Windows.Forms.FormClosingEventArgs e) { }
7579         [System.ComponentModel.BrowsableAttribute(true)]
7580         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnGetDpiScaledSize(int deviceDpiOld, int deviceDpiNew, ref System.Drawing.Size desiredSize)7581         protected virtual bool OnGetDpiScaledSize(int deviceDpiOld, int deviceDpiNew, ref System.Drawing.Size desiredSize) { throw null; }
7582         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnHandleCreated(System.EventArgs e)7583         protected override void OnHandleCreated(System.EventArgs e) { }
7584         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnHandleDestroyed(System.EventArgs e)7585         protected override void OnHandleDestroyed(System.EventArgs e) { }
7586         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnHelpButtonClicked(System.ComponentModel.CancelEventArgs e)7587         protected virtual void OnHelpButtonClicked(System.ComponentModel.CancelEventArgs e) { }
7588         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnInputLanguageChanged(System.Windows.Forms.InputLanguageChangedEventArgs e)7589         protected virtual void OnInputLanguageChanged(System.Windows.Forms.InputLanguageChangedEventArgs e) { }
7590         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnInputLanguageChanging(System.Windows.Forms.InputLanguageChangingEventArgs e)7591         protected virtual void OnInputLanguageChanging(System.Windows.Forms.InputLanguageChangingEventArgs e) { }
OnLayout(System.Windows.Forms.LayoutEventArgs levent)7592         protected override void OnLayout(System.Windows.Forms.LayoutEventArgs levent) { }
7593         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnLoad(System.EventArgs e)7594         protected virtual void OnLoad(System.EventArgs e) { }
7595         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMaximizedBoundsChanged(System.EventArgs e)7596         protected virtual void OnMaximizedBoundsChanged(System.EventArgs e) { }
7597         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMaximumSizeChanged(System.EventArgs e)7598         protected virtual void OnMaximumSizeChanged(System.EventArgs e) { }
7599         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMdiChildActivate(System.EventArgs e)7600         protected virtual void OnMdiChildActivate(System.EventArgs e) { }
7601         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMenuComplete(System.EventArgs e)7602         protected virtual void OnMenuComplete(System.EventArgs e) { }
7603         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMenuStart(System.EventArgs e)7604         protected virtual void OnMenuStart(System.EventArgs e) { }
7605         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMinimumSizeChanged(System.EventArgs e)7606         protected virtual void OnMinimumSizeChanged(System.EventArgs e) { }
7607         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnPaint(System.Windows.Forms.PaintEventArgs e)7608         protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
7609         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnResize(System.EventArgs e)7610         protected override void OnResize(System.EventArgs e) { }
7611         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnResizeBegin(System.EventArgs e)7612         protected virtual void OnResizeBegin(System.EventArgs e) { }
7613         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnResizeEnd(System.EventArgs e)7614         protected virtual void OnResizeEnd(System.EventArgs e) { }
7615         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnRightToLeftLayoutChanged(System.EventArgs e)7616         protected virtual void OnRightToLeftLayoutChanged(System.EventArgs e) { }
7617         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnShown(System.EventArgs e)7618         protected virtual void OnShown(System.EventArgs e) { }
7619         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnStyleChanged(System.EventArgs e)7620         protected override void OnStyleChanged(System.EventArgs e) { }
7621         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnTextChanged(System.EventArgs e)7622         protected override void OnTextChanged(System.EventArgs e) { }
7623         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnVisibleChanged(System.EventArgs e)7624         protected override void OnVisibleChanged(System.EventArgs e) { }
7625         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.Keys keyData)7626         protected override bool ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.Keys keyData) { throw null; }
7627         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7628         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessDialogChar(char charCode)7629         protected override bool ProcessDialogChar(char charCode) { throw null; }
7630         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessDialogKey(System.Windows.Forms.Keys keyData)7631         protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
7632         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessKeyPreview(ref System.Windows.Forms.Message m)7633         protected override bool ProcessKeyPreview(ref System.Windows.Forms.Message m) { throw null; }
7634         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessMnemonic(char charCode)7635         protected internal override bool ProcessMnemonic(char charCode) { throw null; }
7636         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessTabKey(bool forward)7637         protected override bool ProcessTabKey(bool forward) { throw null; }
RemoveOwnedForm(System.Windows.Forms.Form ownedForm)7638         public void RemoveOwnedForm(System.Windows.Forms.Form ownedForm) { }
7639         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified)7640         protected override void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { }
7641         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ScaleCore(float x, float y)7642         protected override void ScaleCore(float x, float y) { }
Select(bool directed, bool forward)7643         protected override void Select(bool directed, bool forward) { }
7644         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified)7645         protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
7646         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
SetClientSizeCore(int x, int y)7647         protected override void SetClientSizeCore(int x, int y) { }
SetDesktopBounds(int x, int y, int width, int height)7648         public void SetDesktopBounds(int x, int y, int width, int height) { }
SetDesktopLocation(int x, int y)7649         public void SetDesktopLocation(int x, int y) { }
7650         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
SetVisibleCore(bool value)7651         protected override void SetVisibleCore(bool value) { }
Show(System.Windows.Forms.IWin32Window owner)7652         public void Show(System.Windows.Forms.IWin32Window owner) { }
ShowDialog()7653         public System.Windows.Forms.DialogResult ShowDialog() { throw null; }
ShowDialog(System.Windows.Forms.IWin32Window owner)7654         public System.Windows.Forms.DialogResult ShowDialog(System.Windows.Forms.IWin32Window owner) { throw null; }
ToString()7655         public override string ToString() { throw null; }
UpdateDefaultButton()7656         protected override void UpdateDefaultButton() { }
7657         [System.ComponentModel.BrowsableAttribute(true)]
7658         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
ValidateChildren()7659         public override bool ValidateChildren() { throw null; }
7660         [System.ComponentModel.BrowsableAttribute(true)]
7661         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
ValidateChildren(System.Windows.Forms.ValidationConstraints validationConstraints)7662         public override bool ValidateChildren(System.Windows.Forms.ValidationConstraints validationConstraints) { throw null; }
7663         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7664         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
WndProc(ref System.Windows.Forms.Message m)7665         protected override void WndProc(ref System.Windows.Forms.Message m) { }
7666         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
7667         public partial class ControlCollection : System.Windows.Forms.Control.ControlCollection
7668         {
ControlCollection(System.Windows.Forms.Form owner)7669             public ControlCollection(System.Windows.Forms.Form owner) : base (default(System.Windows.Forms.Control)) { }
Add(System.Windows.Forms.Control value)7670             public override void Add(System.Windows.Forms.Control value) { }
Remove(System.Windows.Forms.Control value)7671             public override void Remove(System.Windows.Forms.Control value) { }
7672         }
7673     }
7674     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
7675     public enum FormBorderStyle
7676     {
7677         Fixed3D = 2,
7678         FixedDialog = 3,
7679         FixedSingle = 1,
7680         FixedToolWindow = 5,
7681         None = 0,
7682         Sizable = 4,
7683         SizableToolWindow = 6,
7684     }
7685     public partial class FormClosedEventArgs : System.EventArgs
7686     {
FormClosedEventArgs(System.Windows.Forms.CloseReason closeReason)7687         public FormClosedEventArgs(System.Windows.Forms.CloseReason closeReason) { }
7688         public System.Windows.Forms.CloseReason CloseReason { get { throw null; } }
7689     }
FormClosedEventHandler(object sender, System.Windows.Forms.FormClosedEventArgs e)7690     public delegate void FormClosedEventHandler(object sender, System.Windows.Forms.FormClosedEventArgs e);
7691     public partial class FormClosingEventArgs : System.ComponentModel.CancelEventArgs
7692     {
FormClosingEventArgs(System.Windows.Forms.CloseReason closeReason, bool cancel)7693         public FormClosingEventArgs(System.Windows.Forms.CloseReason closeReason, bool cancel) { }
7694         public System.Windows.Forms.CloseReason CloseReason { get { throw null; } }
7695     }
FormClosingEventHandler(object sender, System.Windows.Forms.FormClosingEventArgs e)7696     public delegate void FormClosingEventHandler(object sender, System.Windows.Forms.FormClosingEventArgs e);
7697     public partial class FormCollection : System.Collections.ReadOnlyCollectionBase
7698     {
FormCollection()7699         public FormCollection() { }
7700         public virtual System.Windows.Forms.Form this[int index] { get { throw null; } }
7701         public virtual System.Windows.Forms.Form this[string name] { get { throw null; } }
7702     }
7703     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
7704     public enum FormStartPosition
7705     {
7706         CenterParent = 4,
7707         CenterScreen = 1,
7708         Manual = 0,
7709         WindowsDefaultBounds = 3,
7710         WindowsDefaultLocation = 2,
7711     }
7712     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
7713     public enum FormWindowState
7714     {
7715         Maximized = 2,
7716         Minimized = 1,
7717         Normal = 0,
7718     }
7719     public enum FrameStyle
7720     {
7721         Dashed = 0,
7722         Thick = 1,
7723     }
7724     [System.FlagsAttribute]
7725     public enum GetChildAtPointSkip
7726     {
7727         Disabled = 2,
7728         Invisible = 1,
7729         None = 0,
7730         Transparent = 4,
7731     }
7732     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
7733     public partial class GiveFeedbackEventArgs : System.EventArgs
7734     {
GiveFeedbackEventArgs(System.Windows.Forms.DragDropEffects effect, bool useDefaultCursors)7735         public GiveFeedbackEventArgs(System.Windows.Forms.DragDropEffects effect, bool useDefaultCursors) { }
7736         public System.Windows.Forms.DragDropEffects Effect { get { throw null; } }
7737         public bool UseDefaultCursors { get { throw null; } set { } }
7738     }
GiveFeedbackEventHandler(object sender, System.Windows.Forms.GiveFeedbackEventArgs e)7739     public delegate void GiveFeedbackEventHandler(object sender, System.Windows.Forms.GiveFeedbackEventArgs e);
7740     [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataGridColumnCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
7741     [System.ComponentModel.ListBindableAttribute(false)]
7742     public partial class GridColumnStylesCollection : System.Windows.Forms.BaseCollection, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
7743     {
GridColumnStylesCollection()7744         internal GridColumnStylesCollection() { }
7745         public System.Windows.Forms.DataGridColumnStyle this[System.ComponentModel.PropertyDescriptor propertyDesciptor] { get { throw null; } }
7746         public System.Windows.Forms.DataGridColumnStyle this[int index] { get { throw null; } }
7747         public System.Windows.Forms.DataGridColumnStyle this[string columnName] { get { throw null; } }
7748         protected override System.Collections.ArrayList List { get { throw null; } }
7749         int System.Collections.ICollection.Count { get { throw null; } }
7750         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
7751         object System.Collections.ICollection.SyncRoot { get { throw null; } }
7752         bool System.Collections.IList.IsFixedSize { get { throw null; } }
7753         bool System.Collections.IList.IsReadOnly { get { throw null; } }
7754         object System.Collections.IList.this[int index] { get { throw null; } set { } }
7755         public event System.ComponentModel.CollectionChangeEventHandler CollectionChanged { add { } remove { } }
Add(System.Windows.Forms.DataGridColumnStyle column)7756         public virtual int Add(System.Windows.Forms.DataGridColumnStyle column) { throw null; }
AddRange(System.Windows.Forms.DataGridColumnStyle[] columns)7757         public void AddRange(System.Windows.Forms.DataGridColumnStyle[] columns) { }
Clear()7758         public void Clear() { }
Contains(System.ComponentModel.PropertyDescriptor propertyDescriptor)7759         public bool Contains(System.ComponentModel.PropertyDescriptor propertyDescriptor) { throw null; }
Contains(string name)7760         public bool Contains(string name) { throw null; }
Contains(System.Windows.Forms.DataGridColumnStyle column)7761         public bool Contains(System.Windows.Forms.DataGridColumnStyle column) { throw null; }
IndexOf(System.Windows.Forms.DataGridColumnStyle element)7762         public int IndexOf(System.Windows.Forms.DataGridColumnStyle element) { throw null; }
OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs e)7763         protected void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs e) { }
Remove(System.Windows.Forms.DataGridColumnStyle column)7764         public void Remove(System.Windows.Forms.DataGridColumnStyle column) { }
RemoveAt(int index)7765         public void RemoveAt(int index) { }
ResetPropertyDescriptors()7766         public void ResetPropertyDescriptors() { }
System.Collections.ICollection.CopyTo(System.Array array, int index)7767         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()7768         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Collections.IList.Add(object value)7769         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()7770         void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object value)7771         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)7772         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)7773         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)7774         void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)7775         void System.Collections.IList.RemoveAt(int index) { }
7776     }
7777     public abstract partial class GridItem
7778     {
GridItem()7779         protected GridItem() { }
7780         public virtual bool Expandable { get { throw null; } }
7781         public virtual bool Expanded { get { throw null; } set { } }
7782         public abstract System.Windows.Forms.GridItemCollection GridItems { get; }
7783         public abstract System.Windows.Forms.GridItemType GridItemType { get; }
7784         public abstract string Label { get; }
7785         public abstract System.Windows.Forms.GridItem Parent { get; }
7786         public abstract System.ComponentModel.PropertyDescriptor PropertyDescriptor { get; }
7787         [System.ComponentModel.BindableAttribute(true)]
7788         [System.ComponentModel.DefaultValueAttribute(null)]
7789         [System.ComponentModel.LocalizableAttribute(false)]
7790         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
7791         public object Tag { get { throw null; } set { } }
7792         public abstract object Value { get; }
Select()7793         public abstract bool Select();
7794     }
7795     public partial class GridItemCollection : System.Collections.ICollection, System.Collections.IEnumerable
7796     {
GridItemCollection()7797         internal GridItemCollection() { }
7798         public static System.Windows.Forms.GridItemCollection Empty;
7799         public int Count { get { throw null; } }
7800         public System.Windows.Forms.GridItem this[int index] { get { throw null; } }
7801         public System.Windows.Forms.GridItem this[string label] { get { throw null; } }
7802         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
7803         object System.Collections.ICollection.SyncRoot { get { throw null; } }
GetEnumerator()7804         public System.Collections.IEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array dest, int index)7805         void System.Collections.ICollection.CopyTo(System.Array dest, int index) { }
7806     }
7807     public enum GridItemType
7808     {
7809         ArrayValue = 2,
7810         Category = 1,
7811         Property = 0,
7812         Root = 3,
7813     }
7814     public sealed partial class GridTablesFactory
7815     {
GridTablesFactory()7816         internal GridTablesFactory() { }
CreateGridTables(System.Windows.Forms.DataGridTableStyle gridTable, object dataSource, string dataMember, System.Windows.Forms.BindingContext bindingManager)7817         public static System.Windows.Forms.DataGridTableStyle[] CreateGridTables(System.Windows.Forms.DataGridTableStyle gridTable, object dataSource, string dataMember, System.Windows.Forms.BindingContext bindingManager) { throw null; }
7818     }
7819     [System.ComponentModel.ListBindableAttribute(false)]
7820     public partial class GridTableStylesCollection : System.Windows.Forms.BaseCollection, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
7821     {
GridTableStylesCollection()7822         internal GridTableStylesCollection() { }
7823         public System.Windows.Forms.DataGridTableStyle this[int index] { get { throw null; } }
7824         public System.Windows.Forms.DataGridTableStyle this[string tableName] { get { throw null; } }
7825         protected override System.Collections.ArrayList List { get { throw null; } }
7826         int System.Collections.ICollection.Count { get { throw null; } }
7827         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
7828         object System.Collections.ICollection.SyncRoot { get { throw null; } }
7829         bool System.Collections.IList.IsFixedSize { get { throw null; } }
7830         bool System.Collections.IList.IsReadOnly { get { throw null; } }
7831         object System.Collections.IList.this[int index] { get { throw null; } set { } }
7832         public event System.ComponentModel.CollectionChangeEventHandler CollectionChanged { add { } remove { } }
Add(System.Windows.Forms.DataGridTableStyle table)7833         public virtual int Add(System.Windows.Forms.DataGridTableStyle table) { throw null; }
AddRange(System.Windows.Forms.DataGridTableStyle[] tables)7834         public virtual void AddRange(System.Windows.Forms.DataGridTableStyle[] tables) { }
Clear()7835         public void Clear() { }
Contains(string name)7836         public bool Contains(string name) { throw null; }
Contains(System.Windows.Forms.DataGridTableStyle table)7837         public bool Contains(System.Windows.Forms.DataGridTableStyle table) { throw null; }
OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs e)7838         protected void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs e) { }
Remove(System.Windows.Forms.DataGridTableStyle table)7839         public void Remove(System.Windows.Forms.DataGridTableStyle table) { }
RemoveAt(int index)7840         public void RemoveAt(int index) { }
System.Collections.ICollection.CopyTo(System.Array array, int index)7841         void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerable.GetEnumerator()7842         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Collections.IList.Add(object value)7843         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()7844         void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object value)7845         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)7846         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)7847         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)7848         void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)7849         void System.Collections.IList.RemoveAt(int index) { }
7850     }
7851     [System.ComponentModel.DefaultEventAttribute("Enter")]
7852     [System.ComponentModel.DefaultPropertyAttribute("Text")]
7853     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.GroupBoxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
7854     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
7855     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
7856     public partial class GroupBox : System.Windows.Forms.Control
7857     {
GroupBox()7858         public GroupBox() { }
7859         [System.ComponentModel.BrowsableAttribute(false)]
7860         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7861         public override bool AllowDrop { get { throw null; } set { } }
7862         [System.ComponentModel.BrowsableAttribute(true)]
7863         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(1))]
7864         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
7865         public override bool AutoSize { get { throw null; } set { } }
7866         [System.ComponentModel.BrowsableAttribute(true)]
7867         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.AutoSizeMode)(1))]
7868         [System.ComponentModel.LocalizableAttribute(true)]
7869         public System.Windows.Forms.AutoSizeMode AutoSizeMode { get { throw null; } set { } }
7870         protected override System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
7871         protected override System.Windows.Forms.Padding DefaultPadding { get { throw null; } }
7872         protected override System.Drawing.Size DefaultSize { get { throw null; } }
7873         public override System.Drawing.Rectangle DisplayRectangle { get { throw null; } }
7874         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.FlatStyle)(2))]
7875         public System.Windows.Forms.FlatStyle FlatStyle { get { throw null; } set { } }
7876         [System.ComponentModel.BrowsableAttribute(false)]
7877         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7878         public new bool TabStop { get { throw null; } set { } }
7879         [System.ComponentModel.LocalizableAttribute(true)]
7880         public override string Text { get { throw null; } set { } }
7881         [System.ComponentModel.DefaultValueAttribute(false)]
7882         public bool UseCompatibleTextRendering { get { throw null; } set { } }
7883         [System.ComponentModel.BrowsableAttribute(true)]
7884         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
7885         public new event System.EventHandler AutoSizeChanged { add { } remove { } }
7886         [System.ComponentModel.BrowsableAttribute(false)]
7887         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7888         public new event System.EventHandler Click { add { } remove { } }
7889         [System.ComponentModel.BrowsableAttribute(false)]
7890         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7891         public new event System.EventHandler DoubleClick { add { } remove { } }
7892         [System.ComponentModel.BrowsableAttribute(false)]
7893         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7894         public new event System.Windows.Forms.KeyEventHandler KeyDown { add { } remove { } }
7895         [System.ComponentModel.BrowsableAttribute(false)]
7896         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7897         public new event System.Windows.Forms.KeyPressEventHandler KeyPress { add { } remove { } }
7898         [System.ComponentModel.BrowsableAttribute(false)]
7899         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7900         public new event System.Windows.Forms.KeyEventHandler KeyUp { add { } remove { } }
7901         [System.ComponentModel.BrowsableAttribute(false)]
7902         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7903         public new event System.Windows.Forms.MouseEventHandler MouseClick { add { } remove { } }
7904         [System.ComponentModel.BrowsableAttribute(false)]
7905         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7906         public new event System.Windows.Forms.MouseEventHandler MouseDoubleClick { add { } remove { } }
7907         [System.ComponentModel.BrowsableAttribute(false)]
7908         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7909         public new event System.Windows.Forms.MouseEventHandler MouseDown { add { } remove { } }
7910         [System.ComponentModel.BrowsableAttribute(false)]
7911         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7912         public new event System.EventHandler MouseEnter { add { } remove { } }
7913         [System.ComponentModel.BrowsableAttribute(false)]
7914         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7915         public new event System.EventHandler MouseLeave { add { } remove { } }
7916         [System.ComponentModel.BrowsableAttribute(false)]
7917         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7918         public new event System.Windows.Forms.MouseEventHandler MouseMove { add { } remove { } }
7919         [System.ComponentModel.BrowsableAttribute(false)]
7920         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7921         public new event System.Windows.Forms.MouseEventHandler MouseUp { add { } remove { } }
7922         [System.ComponentModel.BrowsableAttribute(false)]
7923         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7924         public new event System.EventHandler TabStopChanged { add { } remove { } }
CreateAccessibilityInstance()7925         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
OnFontChanged(System.EventArgs e)7926         protected override void OnFontChanged(System.EventArgs e) { }
OnPaint(System.Windows.Forms.PaintEventArgs e)7927         protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
7928         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessMnemonic(char charCode)7929         protected internal override bool ProcessMnemonic(char charCode) { throw null; }
ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified)7930         protected override void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { }
ToString()7931         public override string ToString() { throw null; }
7932         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
WndProc(ref System.Windows.Forms.Message m)7933         protected override void WndProc(ref System.Windows.Forms.Message m) { }
7934     }
7935     public sealed partial class GroupBoxRenderer
7936     {
GroupBoxRenderer()7937         internal GroupBoxRenderer() { }
7938         public static bool RenderMatchingApplicationState { get { throw null; } set { } }
DrawGroupBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string groupBoxText, System.Drawing.Font font, System.Drawing.Color textColor, System.Windows.Forms.TextFormatFlags flags, System.Windows.Forms.VisualStyles.GroupBoxState state)7939         public static void DrawGroupBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string groupBoxText, System.Drawing.Font font, System.Drawing.Color textColor, System.Windows.Forms.TextFormatFlags flags, System.Windows.Forms.VisualStyles.GroupBoxState state) { }
DrawGroupBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string groupBoxText, System.Drawing.Font font, System.Drawing.Color textColor, System.Windows.Forms.VisualStyles.GroupBoxState state)7940         public static void DrawGroupBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string groupBoxText, System.Drawing.Font font, System.Drawing.Color textColor, System.Windows.Forms.VisualStyles.GroupBoxState state) { }
DrawGroupBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string groupBoxText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, System.Windows.Forms.VisualStyles.GroupBoxState state)7941         public static void DrawGroupBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string groupBoxText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, System.Windows.Forms.VisualStyles.GroupBoxState state) { }
DrawGroupBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string groupBoxText, System.Drawing.Font font, System.Windows.Forms.VisualStyles.GroupBoxState state)7942         public static void DrawGroupBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string groupBoxText, System.Drawing.Font font, System.Windows.Forms.VisualStyles.GroupBoxState state) { }
DrawGroupBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.GroupBoxState state)7943         public static void DrawGroupBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.GroupBoxState state) { }
DrawParentBackground(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.Control childControl)7944         public static void DrawParentBackground(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.Control childControl) { }
IsBackgroundPartiallyTransparent(System.Windows.Forms.VisualStyles.GroupBoxState state)7945         public static bool IsBackgroundPartiallyTransparent(System.Windows.Forms.VisualStyles.GroupBoxState state) { throw null; }
7946     }
7947     public partial class HandledMouseEventArgs : System.Windows.Forms.MouseEventArgs
7948     {
HandledMouseEventArgs(System.Windows.Forms.MouseButtons button, int clicks, int x, int y, int delta)7949         public HandledMouseEventArgs(System.Windows.Forms.MouseButtons button, int clicks, int x, int y, int delta) : base (default(System.Windows.Forms.MouseButtons), default(int), default(int), default(int), default(int)) { }
HandledMouseEventArgs(System.Windows.Forms.MouseButtons button, int clicks, int x, int y, int delta, bool defaultHandledValue)7950         public HandledMouseEventArgs(System.Windows.Forms.MouseButtons button, int clicks, int x, int y, int delta, bool defaultHandledValue) : base (default(System.Windows.Forms.MouseButtons), default(int), default(int), default(int), default(int)) { }
7951         public bool Handled { get { throw null; } set { } }
7952     }
7953     public partial class Help
7954     {
Help()7955         internal Help() { }
ShowHelp(System.Windows.Forms.Control parent, string url)7956         public static void ShowHelp(System.Windows.Forms.Control parent, string url) { }
ShowHelp(System.Windows.Forms.Control parent, string url, string keyword)7957         public static void ShowHelp(System.Windows.Forms.Control parent, string url, string keyword) { }
ShowHelp(System.Windows.Forms.Control parent, string url, System.Windows.Forms.HelpNavigator navigator)7958         public static void ShowHelp(System.Windows.Forms.Control parent, string url, System.Windows.Forms.HelpNavigator navigator) { }
ShowHelp(System.Windows.Forms.Control parent, string url, System.Windows.Forms.HelpNavigator command, object parameter)7959         public static void ShowHelp(System.Windows.Forms.Control parent, string url, System.Windows.Forms.HelpNavigator command, object parameter) { }
ShowHelpIndex(System.Windows.Forms.Control parent, string url)7960         public static void ShowHelpIndex(System.Windows.Forms.Control parent, string url) { }
ShowPopup(System.Windows.Forms.Control parent, string caption, System.Drawing.Point location)7961         public static void ShowPopup(System.Windows.Forms.Control parent, string caption, System.Drawing.Point location) { }
7962     }
7963     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
7964     public partial class HelpEventArgs : System.EventArgs
7965     {
HelpEventArgs(System.Drawing.Point mousePos)7966         public HelpEventArgs(System.Drawing.Point mousePos) { }
7967         public bool Handled { get { throw null; } set { } }
7968         public System.Drawing.Point MousePos { get { throw null; } }
7969     }
HelpEventHandler(object sender, System.Windows.Forms.HelpEventArgs hlpevent)7970     public delegate void HelpEventHandler(object sender, System.Windows.Forms.HelpEventArgs hlpevent);
7971     public enum HelpNavigator
7972     {
7973         AssociateIndex = -2147483643,
7974         Find = -2147483644,
7975         Index = -2147483645,
7976         KeywordIndex = -2147483642,
7977         TableOfContents = -2147483646,
7978         Topic = -2147483647,
7979         TopicId = -2147483641,
7980     }
7981     [System.ComponentModel.ProvidePropertyAttribute("HelpKeyword", typeof(System.Windows.Forms.Control))]
7982     [System.ComponentModel.ProvidePropertyAttribute("HelpNavigator", typeof(System.Windows.Forms.Control))]
7983     [System.ComponentModel.ProvidePropertyAttribute("HelpString", typeof(System.Windows.Forms.Control))]
7984     [System.ComponentModel.ProvidePropertyAttribute("ShowHelp", typeof(System.Windows.Forms.Control))]
7985     [System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms")]
7986     public partial class HelpProvider : System.ComponentModel.Component, System.ComponentModel.IExtenderProvider
7987     {
HelpProvider()7988         public HelpProvider() { }
7989         [System.ComponentModel.DefaultValueAttribute(null)]
7990         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.HelpNamespaceEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
7991         [System.ComponentModel.LocalizableAttribute(true)]
7992         public virtual string HelpNamespace { get { throw null; } set { } }
7993         [System.ComponentModel.BindableAttribute(true)]
7994         [System.ComponentModel.DefaultValueAttribute(null)]
7995         [System.ComponentModel.LocalizableAttribute(false)]
7996         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
7997         public object Tag { get { throw null; } set { } }
CanExtend(object target)7998         public virtual bool CanExtend(object target) { throw null; }
7999         [System.ComponentModel.DefaultValueAttribute(null)]
8000         [System.ComponentModel.LocalizableAttribute(true)]
GetHelpKeyword(System.Windows.Forms.Control ctl)8001         public virtual string GetHelpKeyword(System.Windows.Forms.Control ctl) { throw null; }
8002         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.HelpNavigator)(-2147483643))]
8003         [System.ComponentModel.LocalizableAttribute(true)]
GetHelpNavigator(System.Windows.Forms.Control ctl)8004         public virtual System.Windows.Forms.HelpNavigator GetHelpNavigator(System.Windows.Forms.Control ctl) { throw null; }
8005         [System.ComponentModel.DefaultValueAttribute(null)]
8006         [System.ComponentModel.LocalizableAttribute(true)]
GetHelpString(System.Windows.Forms.Control ctl)8007         public virtual string GetHelpString(System.Windows.Forms.Control ctl) { throw null; }
8008         [System.ComponentModel.LocalizableAttribute(true)]
GetShowHelp(System.Windows.Forms.Control ctl)8009         public virtual bool GetShowHelp(System.Windows.Forms.Control ctl) { throw null; }
ResetShowHelp(System.Windows.Forms.Control ctl)8010         public virtual void ResetShowHelp(System.Windows.Forms.Control ctl) { }
SetHelpKeyword(System.Windows.Forms.Control ctl, string keyword)8011         public virtual void SetHelpKeyword(System.Windows.Forms.Control ctl, string keyword) { }
SetHelpNavigator(System.Windows.Forms.Control ctl, System.Windows.Forms.HelpNavigator navigator)8012         public virtual void SetHelpNavigator(System.Windows.Forms.Control ctl, System.Windows.Forms.HelpNavigator navigator) { }
SetHelpString(System.Windows.Forms.Control ctl, string helpString)8013         public virtual void SetHelpString(System.Windows.Forms.Control ctl, string helpString) { }
SetShowHelp(System.Windows.Forms.Control ctl, bool value)8014         public virtual void SetShowHelp(System.Windows.Forms.Control ctl, bool value) { }
ToString()8015         public override string ToString() { throw null; }
8016     }
8017     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
8018     public enum HorizontalAlignment
8019     {
8020         Center = 2,
8021         Left = 0,
8022         Right = 1,
8023     }
8024     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
8025     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
8026     public partial class HScrollBar : System.Windows.Forms.ScrollBar
8027     {
HScrollBar()8028         public HScrollBar() { }
8029         protected override System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
8030         protected override System.Drawing.Size DefaultSize { get { throw null; } }
8031     }
8032     public partial class HScrollProperties : System.Windows.Forms.ScrollProperties
8033     {
HScrollProperties(System.Windows.Forms.ScrollableControl container)8034         public HScrollProperties(System.Windows.Forms.ScrollableControl container) : base (default(System.Windows.Forms.ScrollableControl)) { }
8035     }
8036     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
8037     public sealed partial class HtmlDocument
8038     {
HtmlDocument()8039         internal HtmlDocument() { }
8040         public System.Windows.Forms.HtmlElement ActiveElement { get { throw null; } }
8041         public System.Drawing.Color ActiveLinkColor { get { throw null; } set { } }
8042         public System.Windows.Forms.HtmlElementCollection All { get { throw null; } }
8043         public System.Drawing.Color BackColor { get { throw null; } set { } }
8044         public System.Windows.Forms.HtmlElement Body { get { throw null; } }
8045         public string Cookie { get { throw null; } set { } }
8046         public string DefaultEncoding { get { throw null; } }
8047         public string Domain { get { throw null; } set { } }
8048         public object DomDocument { get { throw null; } }
8049         public string Encoding { get { throw null; } set { } }
8050         public bool Focused { get { throw null; } }
8051         public System.Drawing.Color ForeColor { get { throw null; } set { } }
8052         public System.Windows.Forms.HtmlElementCollection Forms { get { throw null; } }
8053         public System.Windows.Forms.HtmlElementCollection Images { get { throw null; } }
8054         public System.Drawing.Color LinkColor { get { throw null; } set { } }
8055         public System.Windows.Forms.HtmlElementCollection Links { get { throw null; } }
8056         public bool RightToLeft { get { throw null; } set { } }
8057         public string Title { get { throw null; } set { } }
8058         public System.Uri Url { get { throw null; } }
8059         public System.Drawing.Color VisitedLinkColor { get { throw null; } set { } }
8060         public System.Windows.Forms.HtmlWindow Window { get { throw null; } }
8061         public event System.Windows.Forms.HtmlElementEventHandler Click { add { } remove { } }
8062         public event System.Windows.Forms.HtmlElementEventHandler ContextMenuShowing { add { } remove { } }
8063         public event System.Windows.Forms.HtmlElementEventHandler Focusing { add { } remove { } }
8064         public event System.Windows.Forms.HtmlElementEventHandler LosingFocus { add { } remove { } }
8065         public event System.Windows.Forms.HtmlElementEventHandler MouseDown { add { } remove { } }
8066         public event System.Windows.Forms.HtmlElementEventHandler MouseLeave { add { } remove { } }
8067         public event System.Windows.Forms.HtmlElementEventHandler MouseMove { add { } remove { } }
8068         public event System.Windows.Forms.HtmlElementEventHandler MouseOver { add { } remove { } }
8069         public event System.Windows.Forms.HtmlElementEventHandler MouseUp { add { } remove { } }
8070         public event System.Windows.Forms.HtmlElementEventHandler Stop { add { } remove { } }
AttachEventHandler(string eventName, System.EventHandler eventHandler)8071         public void AttachEventHandler(string eventName, System.EventHandler eventHandler) { }
CreateElement(string elementTag)8072         public System.Windows.Forms.HtmlElement CreateElement(string elementTag) { throw null; }
DetachEventHandler(string eventName, System.EventHandler eventHandler)8073         public void DetachEventHandler(string eventName, System.EventHandler eventHandler) { }
Equals(object obj)8074         public override bool Equals(object obj) { throw null; }
ExecCommand(string command, bool showUI, object value)8075         public void ExecCommand(string command, bool showUI, object value) { }
8076         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
Focus()8077         public void Focus() { }
GetElementById(string id)8078         public System.Windows.Forms.HtmlElement GetElementById(string id) { throw null; }
GetElementFromPoint(System.Drawing.Point point)8079         public System.Windows.Forms.HtmlElement GetElementFromPoint(System.Drawing.Point point) { throw null; }
GetElementsByTagName(string tagName)8080         public System.Windows.Forms.HtmlElementCollection GetElementsByTagName(string tagName) { throw null; }
GetHashCode()8081         public override int GetHashCode() { throw null; }
InvokeScript(string scriptName)8082         public object InvokeScript(string scriptName) { throw null; }
InvokeScript(string scriptName, object[] args)8083         public object InvokeScript(string scriptName, object[] args) { throw null; }
OpenNew(bool replaceInHistory)8084         public System.Windows.Forms.HtmlDocument OpenNew(bool replaceInHistory) { throw null; }
operator ==(System.Windows.Forms.HtmlDocument left, System.Windows.Forms.HtmlDocument right)8085         public static bool operator ==(System.Windows.Forms.HtmlDocument left, System.Windows.Forms.HtmlDocument right) { throw null; }
operator !=(System.Windows.Forms.HtmlDocument left, System.Windows.Forms.HtmlDocument right)8086         public static bool operator !=(System.Windows.Forms.HtmlDocument left, System.Windows.Forms.HtmlDocument right) { throw null; }
Write(string text)8087         public void Write(string text) { }
8088     }
8089     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
8090     public sealed partial class HtmlElement
8091     {
HtmlElement()8092         internal HtmlElement() { }
8093         public System.Windows.Forms.HtmlElementCollection All { get { throw null; } }
8094         public bool CanHaveChildren { get { throw null; } }
8095         public System.Windows.Forms.HtmlElementCollection Children { get { throw null; } }
8096         public System.Drawing.Rectangle ClientRectangle { get { throw null; } }
8097         public System.Windows.Forms.HtmlDocument Document { get { throw null; } }
8098         public object DomElement { get { throw null; } }
8099         public bool Enabled { get { throw null; } set { } }
8100         public System.Windows.Forms.HtmlElement FirstChild { get { throw null; } }
8101         public string Id { get { throw null; } set { } }
8102         public string InnerHtml { get { throw null; } set { } }
8103         public string InnerText { get { throw null; } set { } }
8104         public string Name { get { throw null; } set { } }
8105         public System.Windows.Forms.HtmlElement NextSibling { get { throw null; } }
8106         public System.Windows.Forms.HtmlElement OffsetParent { get { throw null; } }
8107         public System.Drawing.Rectangle OffsetRectangle { get { throw null; } }
8108         public string OuterHtml { get { throw null; } set { } }
8109         public string OuterText { get { throw null; } set { } }
8110         public System.Windows.Forms.HtmlElement Parent { get { throw null; } }
8111         public int ScrollLeft { get { throw null; } set { } }
8112         public System.Drawing.Rectangle ScrollRectangle { get { throw null; } }
8113         public int ScrollTop { get { throw null; } set { } }
8114         public string Style { get { throw null; } set { } }
8115         public short TabIndex { get { throw null; } set { } }
8116         public string TagName { get { throw null; } }
8117         public event System.Windows.Forms.HtmlElementEventHandler Click { add { } remove { } }
8118         public event System.Windows.Forms.HtmlElementEventHandler DoubleClick { add { } remove { } }
8119         public event System.Windows.Forms.HtmlElementEventHandler Drag { add { } remove { } }
8120         public event System.Windows.Forms.HtmlElementEventHandler DragEnd { add { } remove { } }
8121         public event System.Windows.Forms.HtmlElementEventHandler DragLeave { add { } remove { } }
8122         public event System.Windows.Forms.HtmlElementEventHandler DragOver { add { } remove { } }
8123         public event System.Windows.Forms.HtmlElementEventHandler Focusing { add { } remove { } }
8124         public event System.Windows.Forms.HtmlElementEventHandler GotFocus { add { } remove { } }
8125         public event System.Windows.Forms.HtmlElementEventHandler KeyDown { add { } remove { } }
8126         public event System.Windows.Forms.HtmlElementEventHandler KeyPress { add { } remove { } }
8127         public event System.Windows.Forms.HtmlElementEventHandler KeyUp { add { } remove { } }
8128         public event System.Windows.Forms.HtmlElementEventHandler LosingFocus { add { } remove { } }
8129         public event System.Windows.Forms.HtmlElementEventHandler LostFocus { add { } remove { } }
8130         public event System.Windows.Forms.HtmlElementEventHandler MouseDown { add { } remove { } }
8131         public event System.Windows.Forms.HtmlElementEventHandler MouseEnter { add { } remove { } }
8132         public event System.Windows.Forms.HtmlElementEventHandler MouseLeave { add { } remove { } }
8133         public event System.Windows.Forms.HtmlElementEventHandler MouseMove { add { } remove { } }
8134         public event System.Windows.Forms.HtmlElementEventHandler MouseOver { add { } remove { } }
8135         public event System.Windows.Forms.HtmlElementEventHandler MouseUp { add { } remove { } }
AppendChild(System.Windows.Forms.HtmlElement newElement)8136         public System.Windows.Forms.HtmlElement AppendChild(System.Windows.Forms.HtmlElement newElement) { throw null; }
AttachEventHandler(string eventName, System.EventHandler eventHandler)8137         public void AttachEventHandler(string eventName, System.EventHandler eventHandler) { }
DetachEventHandler(string eventName, System.EventHandler eventHandler)8138         public void DetachEventHandler(string eventName, System.EventHandler eventHandler) { }
Equals(object obj)8139         public override bool Equals(object obj) { throw null; }
Focus()8140         public void Focus() { }
GetAttribute(string attributeName)8141         public string GetAttribute(string attributeName) { throw null; }
GetElementsByTagName(string tagName)8142         public System.Windows.Forms.HtmlElementCollection GetElementsByTagName(string tagName) { throw null; }
GetHashCode()8143         public override int GetHashCode() { throw null; }
InsertAdjacentElement(System.Windows.Forms.HtmlElementInsertionOrientation orient, System.Windows.Forms.HtmlElement newElement)8144         public System.Windows.Forms.HtmlElement InsertAdjacentElement(System.Windows.Forms.HtmlElementInsertionOrientation orient, System.Windows.Forms.HtmlElement newElement) { throw null; }
InvokeMember(string methodName)8145         public object InvokeMember(string methodName) { throw null; }
InvokeMember(string methodName, params object[] parameter)8146         public object InvokeMember(string methodName, params object[] parameter) { throw null; }
operator ==(System.Windows.Forms.HtmlElement left, System.Windows.Forms.HtmlElement right)8147         public static bool operator ==(System.Windows.Forms.HtmlElement left, System.Windows.Forms.HtmlElement right) { throw null; }
operator !=(System.Windows.Forms.HtmlElement left, System.Windows.Forms.HtmlElement right)8148         public static bool operator !=(System.Windows.Forms.HtmlElement left, System.Windows.Forms.HtmlElement right) { throw null; }
RaiseEvent(string eventName)8149         public void RaiseEvent(string eventName) { }
RemoveFocus()8150         public void RemoveFocus() { }
ScrollIntoView(bool alignWithTop)8151         public void ScrollIntoView(bool alignWithTop) { }
SetAttribute(string attributeName, string value)8152         public void SetAttribute(string attributeName, string value) { }
8153     }
8154     public sealed partial class HtmlElementCollection : System.Collections.ICollection, System.Collections.IEnumerable
8155     {
HtmlElementCollection()8156         internal HtmlElementCollection() { }
8157         public int Count { get { throw null; } }
8158         public System.Windows.Forms.HtmlElement this[int index] { get { throw null; } }
8159         public System.Windows.Forms.HtmlElement this[string elementId] { get { throw null; } }
8160         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
8161         object System.Collections.ICollection.SyncRoot { get { throw null; } }
GetElementsByName(string name)8162         public System.Windows.Forms.HtmlElementCollection GetElementsByName(string name) { throw null; }
GetEnumerator()8163         public System.Collections.IEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array dest, int index)8164         void System.Collections.ICollection.CopyTo(System.Array dest, int index) { }
8165     }
8166     public sealed partial class HtmlElementErrorEventArgs : System.EventArgs
8167     {
HtmlElementErrorEventArgs()8168         internal HtmlElementErrorEventArgs() { }
8169         public string Description { get { throw null; } }
8170         public bool Handled { get { throw null; } set { } }
8171         public int LineNumber { get { throw null; } }
8172         public System.Uri Url { get { throw null; } }
8173     }
HtmlElementErrorEventHandler(object sender, System.Windows.Forms.HtmlElementErrorEventArgs e)8174     public delegate void HtmlElementErrorEventHandler(object sender, System.Windows.Forms.HtmlElementErrorEventArgs e);
8175     public sealed partial class HtmlElementEventArgs : System.EventArgs
8176     {
HtmlElementEventArgs()8177         internal HtmlElementEventArgs() { }
8178         public bool AltKeyPressed { get { throw null; } }
8179         public bool BubbleEvent { get { throw null; } set { } }
8180         public System.Drawing.Point ClientMousePosition { get { throw null; } }
8181         public bool CtrlKeyPressed { get { throw null; } }
8182         public string EventType { get { throw null; } }
8183         [System.ComponentModel.BrowsableAttribute(false)]
8184         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
8185         public System.Windows.Forms.HtmlElement FromElement { get { throw null; } }
8186         public int KeyPressedCode { get { throw null; } }
8187         public System.Windows.Forms.MouseButtons MouseButtonsPressed { get { throw null; } }
8188         public System.Drawing.Point MousePosition { get { throw null; } }
8189         public System.Drawing.Point OffsetMousePosition { get { throw null; } }
8190         public bool ReturnValue { get { throw null; } set { } }
8191         public bool ShiftKeyPressed { get { throw null; } }
8192         [System.ComponentModel.BrowsableAttribute(false)]
8193         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
8194         public System.Windows.Forms.HtmlElement ToElement { get { throw null; } }
8195     }
HtmlElementEventHandler(object sender, System.Windows.Forms.HtmlElementEventArgs e)8196     public delegate void HtmlElementEventHandler(object sender, System.Windows.Forms.HtmlElementEventArgs e);
8197     public enum HtmlElementInsertionOrientation
8198     {
8199         AfterBegin = 1,
8200         AfterEnd = 3,
8201         BeforeBegin = 0,
8202         BeforeEnd = 2,
8203     }
8204     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
8205     public sealed partial class HtmlHistory : System.IDisposable
8206     {
HtmlHistory()8207         internal HtmlHistory() { }
8208         public object DomHistory { get { throw null; } }
8209         public int Length { get { throw null; } }
Back(int numberBack)8210         public void Back(int numberBack) { }
Dispose()8211         public void Dispose() { }
Forward(int numberForward)8212         public void Forward(int numberForward) { }
Go(int relativePosition)8213         public void Go(int relativePosition) { }
Go(string urlString)8214         public void Go(string urlString) { }
Go(System.Uri url)8215         public void Go(System.Uri url) { }
8216     }
8217     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
8218     public sealed partial class HtmlWindow
8219     {
HtmlWindow()8220         internal HtmlWindow() { }
8221         public System.Windows.Forms.HtmlDocument Document { get { throw null; } }
8222         public object DomWindow { get { throw null; } }
8223         public System.Windows.Forms.HtmlWindowCollection Frames { get { throw null; } }
8224         public System.Windows.Forms.HtmlHistory History { get { throw null; } }
8225         public bool IsClosed { get { throw null; } }
8226         public string Name { get { throw null; } set { } }
8227         public System.Windows.Forms.HtmlWindow Opener { get { throw null; } }
8228         public System.Windows.Forms.HtmlWindow Parent { get { throw null; } }
8229         public System.Drawing.Point Position { get { throw null; } }
8230         public System.Drawing.Size Size { get { throw null; } set { } }
8231         public string StatusBarText { get { throw null; } set { } }
8232         public System.Uri Url { get { throw null; } }
8233         public System.Windows.Forms.HtmlElement WindowFrameElement { get { throw null; } }
8234         public event System.Windows.Forms.HtmlElementErrorEventHandler Error { add { } remove { } }
8235         public event System.Windows.Forms.HtmlElementEventHandler GotFocus { add { } remove { } }
8236         public event System.Windows.Forms.HtmlElementEventHandler Load { add { } remove { } }
8237         public event System.Windows.Forms.HtmlElementEventHandler LostFocus { add { } remove { } }
8238         public event System.Windows.Forms.HtmlElementEventHandler Resize { add { } remove { } }
8239         public event System.Windows.Forms.HtmlElementEventHandler Scroll { add { } remove { } }
8240         public event System.Windows.Forms.HtmlElementEventHandler Unload { add { } remove { } }
Alert(string message)8241         public void Alert(string message) { }
AttachEventHandler(string eventName, System.EventHandler eventHandler)8242         public void AttachEventHandler(string eventName, System.EventHandler eventHandler) { }
Close()8243         public void Close() { }
Confirm(string message)8244         public bool Confirm(string message) { throw null; }
DetachEventHandler(string eventName, System.EventHandler eventHandler)8245         public void DetachEventHandler(string eventName, System.EventHandler eventHandler) { }
Equals(object obj)8246         public override bool Equals(object obj) { throw null; }
Focus()8247         public void Focus() { }
GetHashCode()8248         public override int GetHashCode() { throw null; }
MoveTo(System.Drawing.Point point)8249         public void MoveTo(System.Drawing.Point point) { }
MoveTo(int x, int y)8250         public void MoveTo(int x, int y) { }
Navigate(string urlString)8251         public void Navigate(string urlString) { }
Navigate(System.Uri url)8252         public void Navigate(System.Uri url) { }
Open(string urlString, string target, string windowOptions, bool replaceEntry)8253         public System.Windows.Forms.HtmlWindow Open(string urlString, string target, string windowOptions, bool replaceEntry) { throw null; }
Open(System.Uri url, string target, string windowOptions, bool replaceEntry)8254         public System.Windows.Forms.HtmlWindow Open(System.Uri url, string target, string windowOptions, bool replaceEntry) { throw null; }
OpenNew(string urlString, string windowOptions)8255         public System.Windows.Forms.HtmlWindow OpenNew(string urlString, string windowOptions) { throw null; }
OpenNew(System.Uri url, string windowOptions)8256         public System.Windows.Forms.HtmlWindow OpenNew(System.Uri url, string windowOptions) { throw null; }
operator ==(System.Windows.Forms.HtmlWindow left, System.Windows.Forms.HtmlWindow right)8257         public static bool operator ==(System.Windows.Forms.HtmlWindow left, System.Windows.Forms.HtmlWindow right) { throw null; }
operator !=(System.Windows.Forms.HtmlWindow left, System.Windows.Forms.HtmlWindow right)8258         public static bool operator !=(System.Windows.Forms.HtmlWindow left, System.Windows.Forms.HtmlWindow right) { throw null; }
Prompt(string message, string defaultInputValue)8259         public string Prompt(string message, string defaultInputValue) { throw null; }
RemoveFocus()8260         public void RemoveFocus() { }
ResizeTo(System.Drawing.Size size)8261         public void ResizeTo(System.Drawing.Size size) { }
ResizeTo(int width, int height)8262         public void ResizeTo(int width, int height) { }
ScrollTo(System.Drawing.Point point)8263         public void ScrollTo(System.Drawing.Point point) { }
ScrollTo(int x, int y)8264         public void ScrollTo(int x, int y) { }
8265     }
8266     public partial class HtmlWindowCollection : System.Collections.ICollection, System.Collections.IEnumerable
8267     {
HtmlWindowCollection()8268         internal HtmlWindowCollection() { }
8269         public int Count { get { throw null; } }
8270         public System.Windows.Forms.HtmlWindow this[int index] { get { throw null; } }
8271         public System.Windows.Forms.HtmlWindow this[string windowId] { get { throw null; } }
8272         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
8273         object System.Collections.ICollection.SyncRoot { get { throw null; } }
GetEnumerator()8274         public System.Collections.IEnumerator GetEnumerator() { throw null; }
System.Collections.ICollection.CopyTo(System.Array dest, int index)8275         void System.Collections.ICollection.CopyTo(System.Array dest, int index) { }
8276     }
8277     public partial interface IBindableComponent : System.ComponentModel.IComponent, System.IDisposable
8278     {
8279         System.Windows.Forms.BindingContext BindingContext { get; set; }
8280         System.Windows.Forms.ControlBindingsCollection DataBindings { get; }
8281     }
8282     public partial interface IButtonControl
8283     {
8284         System.Windows.Forms.DialogResult DialogResult { get; set; }
NotifyDefault(bool value)8285         void NotifyDefault(bool value);
PerformClick()8286         void PerformClick();
8287     }
8288     public partial interface ICommandExecutor
8289     {
Execute()8290         void Execute();
8291     }
8292     public partial interface IComponentEditorPageSite
8293     {
GetControl()8294         System.Windows.Forms.Control GetControl();
SetDirty()8295         void SetDirty();
8296     }
8297     public partial interface IContainerControl
8298     {
8299         System.Windows.Forms.Control ActiveControl { get; set; }
ActivateControl(System.Windows.Forms.Control active)8300         bool ActivateControl(System.Windows.Forms.Control active);
8301     }
8302     public partial interface ICurrencyManagerProvider
8303     {
8304         System.Windows.Forms.CurrencyManager CurrencyManager { get; }
GetRelatedCurrencyManager(string dataMember)8305         System.Windows.Forms.CurrencyManager GetRelatedCurrencyManager(string dataMember);
8306     }
8307     public partial interface IDataGridColumnStyleEditingNotificationService
8308     {
ColumnStartedEditing(System.Windows.Forms.Control editingControl)8309         void ColumnStartedEditing(System.Windows.Forms.Control editingControl);
8310     }
8311     public partial interface IDataGridEditingService
8312     {
BeginEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, int rowNumber)8313         bool BeginEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, int rowNumber);
EndEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, int rowNumber, bool shouldAbort)8314         bool EndEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, int rowNumber, bool shouldAbort);
8315     }
8316     public partial interface IDataGridViewEditingCell
8317     {
8318         object EditingCellFormattedValue { get; set; }
8319         bool EditingCellValueChanged { get; set; }
GetEditingCellFormattedValue(System.Windows.Forms.DataGridViewDataErrorContexts context)8320         object GetEditingCellFormattedValue(System.Windows.Forms.DataGridViewDataErrorContexts context);
PrepareEditingCellForEdit(bool selectAll)8321         void PrepareEditingCellForEdit(bool selectAll);
8322     }
8323     public partial interface IDataGridViewEditingControl
8324     {
8325         System.Windows.Forms.DataGridView EditingControlDataGridView { get; set; }
8326         object EditingControlFormattedValue { get; set; }
8327         int EditingControlRowIndex { get; set; }
8328         bool EditingControlValueChanged { get; set; }
8329         System.Windows.Forms.Cursor EditingPanelCursor { get; }
8330         bool RepositionEditingControlOnValueChange { get; }
ApplyCellStyleToEditingControl(System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle)8331         void ApplyCellStyleToEditingControl(System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle);
EditingControlWantsInputKey(System.Windows.Forms.Keys keyData, bool dataGridViewWantsInputKey)8332         bool EditingControlWantsInputKey(System.Windows.Forms.Keys keyData, bool dataGridViewWantsInputKey);
GetEditingControlFormattedValue(System.Windows.Forms.DataGridViewDataErrorContexts context)8333         object GetEditingControlFormattedValue(System.Windows.Forms.DataGridViewDataErrorContexts context);
PrepareEditingControlForEdit(bool selectAll)8334         void PrepareEditingControlForEdit(bool selectAll);
8335     }
8336     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
8337     public partial interface IDataObject
8338     {
GetData(string format)8339         object GetData(string format);
GetData(string format, bool autoConvert)8340         object GetData(string format, bool autoConvert);
GetData(System.Type format)8341         object GetData(System.Type format);
GetDataPresent(string format)8342         bool GetDataPresent(string format);
GetDataPresent(string format, bool autoConvert)8343         bool GetDataPresent(string format, bool autoConvert);
GetDataPresent(System.Type format)8344         bool GetDataPresent(System.Type format);
GetFormats()8345         string[] GetFormats();
GetFormats(bool autoConvert)8346         string[] GetFormats(bool autoConvert);
SetData(object data)8347         void SetData(object data);
SetData(string format, bool autoConvert, object data)8348         void SetData(string format, bool autoConvert, object data);
SetData(string format, object data)8349         void SetData(string format, object data);
SetData(System.Type format, object data)8350         void SetData(System.Type format, object data);
8351     }
8352     public partial interface IDropTarget
8353     {
OnDragDrop(System.Windows.Forms.DragEventArgs e)8354         void OnDragDrop(System.Windows.Forms.DragEventArgs e);
OnDragEnter(System.Windows.Forms.DragEventArgs e)8355         void OnDragEnter(System.Windows.Forms.DragEventArgs e);
OnDragLeave(System.EventArgs e)8356         void OnDragLeave(System.EventArgs e);
OnDragOver(System.Windows.Forms.DragEventArgs e)8357         void OnDragOver(System.Windows.Forms.DragEventArgs e);
8358     }
8359     public partial interface IFeatureSupport
8360     {
GetVersionPresent(object feature)8361         System.Version GetVersionPresent(object feature);
IsPresent(object feature)8362         bool IsPresent(object feature);
IsPresent(object feature, System.Version minimumVersion)8363         bool IsPresent(object feature, System.Version minimumVersion);
8364     }
8365     public partial interface IFileReaderService
8366     {
OpenFileFromSource(string relativePath)8367         System.IO.Stream OpenFileFromSource(string relativePath);
8368     }
8369     public partial class ImageIndexConverter : System.ComponentModel.Int32Converter
8370     {
ImageIndexConverter()8371         public ImageIndexConverter() { }
8372         protected virtual bool IncludeNoneAsStandardValue { get { throw null; } }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)8373         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)8374         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)8375         public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context)8376         public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)8377         public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
8378     }
8379     public partial class ImageKeyConverter : System.ComponentModel.StringConverter
8380     {
ImageKeyConverter()8381         public ImageKeyConverter() { }
8382         protected virtual bool IncludeNoneAsStandardValue { get { throw null; } }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)8383         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)8384         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)8385         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)8386         public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context)8387         public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)8388         public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
8389     }
8390     public enum ImageLayout
8391     {
8392         Center = 2,
8393         None = 0,
8394         Stretch = 3,
8395         Tile = 1,
8396         Zoom = 4,
8397     }
8398     [System.ComponentModel.DefaultPropertyAttribute("Images")]
8399     [System.ComponentModel.Design.Serialization.DesignerSerializerAttribute("System.Windows.Forms.Design.ImageListCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
8400     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ImageListDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
8401     [System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms")]
8402     [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.ImageListConverter")]
8403     public sealed partial class ImageList : System.ComponentModel.Component
8404     {
ImageList()8405         public ImageList() { }
ImageList(System.ComponentModel.IContainer container)8406         public ImageList(System.ComponentModel.IContainer container) { }
8407         public System.Windows.Forms.ColorDepth ColorDepth { get { throw null; } set { } }
8408         [System.ComponentModel.BrowsableAttribute(false)]
8409         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
8410         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
8411         public System.IntPtr Handle { get { throw null; } }
8412         [System.ComponentModel.BrowsableAttribute(false)]
8413         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
8414         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
8415         public bool HandleCreated { get { throw null; } }
8416         [System.ComponentModel.DefaultValueAttribute(null)]
8417         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
8418         [System.ComponentModel.MergablePropertyAttribute(false)]
8419         public System.Windows.Forms.ImageList.ImageCollection Images { get { throw null; } }
8420         [System.ComponentModel.LocalizableAttribute(true)]
8421         public System.Drawing.Size ImageSize { get { throw null; } set { } }
8422         [System.ComponentModel.BrowsableAttribute(false)]
8423         [System.ComponentModel.DefaultValueAttribute(null)]
8424         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
8425         public System.Windows.Forms.ImageListStreamer ImageStream { get { throw null; } set { } }
8426         [System.ComponentModel.BindableAttribute(true)]
8427         [System.ComponentModel.DefaultValueAttribute(null)]
8428         [System.ComponentModel.LocalizableAttribute(false)]
8429         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
8430         public object Tag { get { throw null; } set { } }
8431         public System.Drawing.Color TransparentColor { get { throw null; } set { } }
8432         [System.ComponentModel.BrowsableAttribute(false)]
8433         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
8434         public event System.EventHandler RecreateHandle { add { } remove { } }
Dispose(bool disposing)8435         protected override void Dispose(bool disposing) { }
Draw(System.Drawing.Graphics g, System.Drawing.Point pt, int index)8436         public void Draw(System.Drawing.Graphics g, System.Drawing.Point pt, int index) { }
Draw(System.Drawing.Graphics g, int x, int y, int index)8437         public void Draw(System.Drawing.Graphics g, int x, int y, int index) { }
Draw(System.Drawing.Graphics g, int x, int y, int width, int height, int index)8438         public void Draw(System.Drawing.Graphics g, int x, int y, int width, int height, int index) { }
ToString()8439         public override string ToString() { throw null; }
8440         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
8441         public sealed partial class ImageCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
8442         {
ImageCollection()8443             internal ImageCollection() { }
8444             [System.ComponentModel.BrowsableAttribute(false)]
8445             public int Count { get { throw null; } }
8446             public bool Empty { get { throw null; } }
8447             public bool IsReadOnly { get { throw null; } }
8448             [System.ComponentModel.BrowsableAttribute(false)]
8449             [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
8450             public System.Drawing.Image this[int index] { get { throw null; } set { } }
8451             public System.Drawing.Image this[string key] { get { throw null; } }
8452             public System.Collections.Specialized.StringCollection Keys { get { throw null; } }
8453             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
8454             object System.Collections.ICollection.SyncRoot { get { throw null; } }
8455             bool System.Collections.IList.IsFixedSize { get { throw null; } }
8456             object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(System.Drawing.Icon value)8457             public void Add(System.Drawing.Icon value) { }
Add(System.Drawing.Image value)8458             public void Add(System.Drawing.Image value) { }
Add(System.Drawing.Image value, System.Drawing.Color transparentColor)8459             public int Add(System.Drawing.Image value, System.Drawing.Color transparentColor) { throw null; }
Add(string key, System.Drawing.Icon icon)8460             public void Add(string key, System.Drawing.Icon icon) { }
Add(string key, System.Drawing.Image image)8461             public void Add(string key, System.Drawing.Image image) { }
AddRange(System.Drawing.Image[] images)8462             public void AddRange(System.Drawing.Image[] images) { }
AddStrip(System.Drawing.Image value)8463             public int AddStrip(System.Drawing.Image value) { throw null; }
Clear()8464             public void Clear() { }
8465             [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
Contains(System.Drawing.Image image)8466             public bool Contains(System.Drawing.Image image) { throw null; }
ContainsKey(string key)8467             public bool ContainsKey(string key) { throw null; }
GetEnumerator()8468             public System.Collections.IEnumerator GetEnumerator() { throw null; }
8469             [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
IndexOf(System.Drawing.Image image)8470             public int IndexOf(System.Drawing.Image image) { throw null; }
IndexOfKey(string key)8471             public int IndexOfKey(string key) { throw null; }
8472             [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
Remove(System.Drawing.Image image)8473             public void Remove(System.Drawing.Image image) { }
RemoveAt(int index)8474             public void RemoveAt(int index) { }
RemoveByKey(string key)8475             public void RemoveByKey(string key) { }
SetKeyName(int index, string name)8476             public void SetKeyName(int index, string name) { }
System.Collections.ICollection.CopyTo(System.Array dest, int index)8477             void System.Collections.ICollection.CopyTo(System.Array dest, int index) { }
System.Collections.IList.Add(object value)8478             int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Contains(object image)8479             bool System.Collections.IList.Contains(object image) { throw null; }
System.Collections.IList.IndexOf(object image)8480             int System.Collections.IList.IndexOf(object image) { throw null; }
System.Collections.IList.Insert(int index, object value)8481             void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object image)8482             void System.Collections.IList.Remove(object image) { }
8483         }
8484     }
8485     [System.SerializableAttribute]
8486     public sealed partial class ImageListStreamer : System.IDisposable, System.Runtime.Serialization.ISerializable
8487     {
ImageListStreamer()8488         internal ImageListStreamer() { }
Dispose()8489         public void Dispose() { }
8490         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]
GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context)8491         public void GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
8492     }
8493     public static partial class ImeContext
8494     {
Disable(System.IntPtr handle)8495         public static void Disable(System.IntPtr handle) { }
Enable(System.IntPtr handle)8496         public static void Enable(System.IntPtr handle) { }
GetImeMode(System.IntPtr handle)8497         public static System.Windows.Forms.ImeMode GetImeMode(System.IntPtr handle) { throw null; }
IsOpen(System.IntPtr handle)8498         public static bool IsOpen(System.IntPtr handle) { throw null; }
SetImeStatus(System.Windows.Forms.ImeMode imeMode, System.IntPtr handle)8499         public static void SetImeStatus(System.Windows.Forms.ImeMode imeMode, System.IntPtr handle) { }
SetOpenStatus(bool open, System.IntPtr handle)8500         public static void SetOpenStatus(bool open, System.IntPtr handle) { }
8501     }
8502     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
8503     public enum ImeMode
8504     {
8505         Alpha = 8,
8506         AlphaFull = 7,
8507         Close = 11,
8508         Disable = 3,
8509         Hangul = 10,
8510         HangulFull = 9,
8511         Hiragana = 4,
8512         Inherit = -1,
8513         Katakana = 5,
8514         KatakanaHalf = 6,
8515         NoControl = 0,
8516         Off = 2,
8517         On = 1,
8518         OnHalf = 12,
8519     }
8520     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
8521     public partial struct ImeModeConversion
8522     {
8523         public static System.Collections.Generic.Dictionary<System.Windows.Forms.ImeMode, System.Windows.Forms.ImeModeConversion> ImeModeConversionBits { get { throw null; } }
8524         public static bool IsCurrentConversionTableSupported { get { throw null; } }
8525     }
8526     public partial interface IMessageFilter
8527     {
8528         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
PreFilterMessage(ref System.Windows.Forms.Message m)8529         bool PreFilterMessage(ref System.Windows.Forms.Message m);
8530     }
8531     public sealed partial class InputLanguage
8532     {
InputLanguage()8533         internal InputLanguage() { }
8534         public System.Globalization.CultureInfo Culture { get { throw null; } }
8535         public static System.Windows.Forms.InputLanguage CurrentInputLanguage { get { throw null; } set { } }
8536         public static System.Windows.Forms.InputLanguage DefaultInputLanguage { get { throw null; } }
8537         public System.IntPtr Handle { get { throw null; } }
8538         public static System.Windows.Forms.InputLanguageCollection InstalledInputLanguages { get { throw null; } }
8539         public string LayoutName { get { throw null; } }
Equals(object value)8540         public override bool Equals(object value) { throw null; }
FromCulture(System.Globalization.CultureInfo culture)8541         public static System.Windows.Forms.InputLanguage FromCulture(System.Globalization.CultureInfo culture) { throw null; }
GetHashCode()8542         public override int GetHashCode() { throw null; }
8543     }
8544     public partial class InputLanguageChangedEventArgs : System.EventArgs
8545     {
InputLanguageChangedEventArgs(System.Globalization.CultureInfo culture, byte charSet)8546         public InputLanguageChangedEventArgs(System.Globalization.CultureInfo culture, byte charSet) { }
InputLanguageChangedEventArgs(System.Windows.Forms.InputLanguage inputLanguage, byte charSet)8547         public InputLanguageChangedEventArgs(System.Windows.Forms.InputLanguage inputLanguage, byte charSet) { }
8548         public byte CharSet { get { throw null; } }
8549         public System.Globalization.CultureInfo Culture { get { throw null; } }
8550         public System.Windows.Forms.InputLanguage InputLanguage { get { throw null; } }
8551     }
InputLanguageChangedEventHandler(object sender, System.Windows.Forms.InputLanguageChangedEventArgs e)8552     public delegate void InputLanguageChangedEventHandler(object sender, System.Windows.Forms.InputLanguageChangedEventArgs e);
8553     public partial class InputLanguageChangingEventArgs : System.ComponentModel.CancelEventArgs
8554     {
InputLanguageChangingEventArgs(System.Globalization.CultureInfo culture, bool sysCharSet)8555         public InputLanguageChangingEventArgs(System.Globalization.CultureInfo culture, bool sysCharSet) { }
InputLanguageChangingEventArgs(System.Windows.Forms.InputLanguage inputLanguage, bool sysCharSet)8556         public InputLanguageChangingEventArgs(System.Windows.Forms.InputLanguage inputLanguage, bool sysCharSet) { }
8557         public System.Globalization.CultureInfo Culture { get { throw null; } }
8558         public System.Windows.Forms.InputLanguage InputLanguage { get { throw null; } }
8559         public bool SysCharSet { get { throw null; } }
8560     }
InputLanguageChangingEventHandler(object sender, System.Windows.Forms.InputLanguageChangingEventArgs e)8561     public delegate void InputLanguageChangingEventHandler(object sender, System.Windows.Forms.InputLanguageChangingEventArgs e);
8562     public partial class InputLanguageCollection : System.Collections.ReadOnlyCollectionBase
8563     {
InputLanguageCollection()8564         internal InputLanguageCollection() { }
8565         public System.Windows.Forms.InputLanguage this[int index] { get { throw null; } }
Contains(System.Windows.Forms.InputLanguage value)8566         public bool Contains(System.Windows.Forms.InputLanguage value) { throw null; }
CopyTo(System.Windows.Forms.InputLanguage[] array, int index)8567         public void CopyTo(System.Windows.Forms.InputLanguage[] array, int index) { }
IndexOf(System.Windows.Forms.InputLanguage value)8568         public int IndexOf(System.Windows.Forms.InputLanguage value) { throw null; }
8569     }
8570     public enum InsertKeyMode
8571     {
8572         Default = 0,
8573         Insert = 1,
8574         Overwrite = 2,
8575     }
8576     public partial class InvalidateEventArgs : System.EventArgs
8577     {
InvalidateEventArgs(System.Drawing.Rectangle invalidRect)8578         public InvalidateEventArgs(System.Drawing.Rectangle invalidRect) { }
8579         public System.Drawing.Rectangle InvalidRect { get { throw null; } }
8580     }
InvalidateEventHandler(object sender, System.Windows.Forms.InvalidateEventArgs e)8581     public delegate void InvalidateEventHandler(object sender, System.Windows.Forms.InvalidateEventArgs e);
8582     public enum ItemActivation
8583     {
8584         OneClick = 1,
8585         Standard = 0,
8586         TwoClick = 2,
8587     }
8588     public enum ItemBoundsPortion
8589     {
8590         Entire = 0,
8591         Icon = 1,
8592         ItemOnly = 3,
8593         Label = 2,
8594     }
8595     public partial class ItemChangedEventArgs : System.EventArgs
8596     {
ItemChangedEventArgs()8597         internal ItemChangedEventArgs() { }
8598         public int Index { get { throw null; } }
8599     }
ItemChangedEventHandler(object sender, System.Windows.Forms.ItemChangedEventArgs e)8600     public delegate void ItemChangedEventHandler(object sender, System.Windows.Forms.ItemChangedEventArgs e);
8601     public partial class ItemCheckedEventArgs : System.EventArgs
8602     {
ItemCheckedEventArgs(System.Windows.Forms.ListViewItem item)8603         public ItemCheckedEventArgs(System.Windows.Forms.ListViewItem item) { }
8604         public System.Windows.Forms.ListViewItem Item { get { throw null; } }
8605     }
ItemCheckedEventHandler(object sender, System.Windows.Forms.ItemCheckedEventArgs e)8606     public delegate void ItemCheckedEventHandler(object sender, System.Windows.Forms.ItemCheckedEventArgs e);
8607     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
8608     public partial class ItemCheckEventArgs : System.EventArgs
8609     {
ItemCheckEventArgs(int index, System.Windows.Forms.CheckState newCheckValue, System.Windows.Forms.CheckState currentValue)8610         public ItemCheckEventArgs(int index, System.Windows.Forms.CheckState newCheckValue, System.Windows.Forms.CheckState currentValue) { }
8611         public System.Windows.Forms.CheckState CurrentValue { get { throw null; } }
8612         public int Index { get { throw null; } }
8613         public System.Windows.Forms.CheckState NewValue { get { throw null; } set { } }
8614     }
ItemCheckEventHandler(object sender, System.Windows.Forms.ItemCheckEventArgs e)8615     public delegate void ItemCheckEventHandler(object sender, System.Windows.Forms.ItemCheckEventArgs e);
8616     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
8617     public partial class ItemDragEventArgs : System.EventArgs
8618     {
ItemDragEventArgs(System.Windows.Forms.MouseButtons button)8619         public ItemDragEventArgs(System.Windows.Forms.MouseButtons button) { }
ItemDragEventArgs(System.Windows.Forms.MouseButtons button, object item)8620         public ItemDragEventArgs(System.Windows.Forms.MouseButtons button, object item) { }
8621         public System.Windows.Forms.MouseButtons Button { get { throw null; } }
8622         public object Item { get { throw null; } }
8623     }
ItemDragEventHandler(object sender, System.Windows.Forms.ItemDragEventArgs e)8624     public delegate void ItemDragEventHandler(object sender, System.Windows.Forms.ItemDragEventArgs e);
8625     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
8626     [System.Runtime.InteropServices.GuidAttribute("458AB8A2-A1EA-4d7b-8EBE-DEE5D3D9442C")]
8627     [System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfaceType)(1))]
8628     public partial interface IWin32Window
8629     {
8630         System.IntPtr Handle { get; }
8631     }
8632     public partial interface IWindowTarget
8633     {
OnHandleChange(System.IntPtr newHandle)8634         void OnHandleChange(System.IntPtr newHandle);
OnMessage(ref System.Windows.Forms.Message m)8635         void OnMessage(ref System.Windows.Forms.Message m);
8636     }
8637     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
8638     public partial class KeyEventArgs : System.EventArgs
8639     {
KeyEventArgs(System.Windows.Forms.Keys keyData)8640         public KeyEventArgs(System.Windows.Forms.Keys keyData) { }
8641         public virtual bool Alt { get { throw null; } }
8642         public bool Control { get { throw null; } }
8643         public bool Handled { get { throw null; } set { } }
8644         public System.Windows.Forms.Keys KeyCode { get { throw null; } }
8645         public System.Windows.Forms.Keys KeyData { get { throw null; } }
8646         public int KeyValue { get { throw null; } }
8647         public System.Windows.Forms.Keys Modifiers { get { throw null; } }
8648         public virtual bool Shift { get { throw null; } }
8649         public bool SuppressKeyPress { get { throw null; } set { } }
8650     }
KeyEventHandler(object sender, System.Windows.Forms.KeyEventArgs e)8651     public delegate void KeyEventHandler(object sender, System.Windows.Forms.KeyEventArgs e);
8652     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
8653     public partial class KeyPressEventArgs : System.EventArgs
8654     {
KeyPressEventArgs(char keyChar)8655         public KeyPressEventArgs(char keyChar) { }
8656         public bool Handled { get { throw null; } set { } }
8657         public char KeyChar { get { throw null; } set { } }
8658     }
KeyPressEventHandler(object sender, System.Windows.Forms.KeyPressEventArgs e)8659     public delegate void KeyPressEventHandler(object sender, System.Windows.Forms.KeyPressEventArgs e);
8660     [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ShortcutKeysEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
8661     [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.KeysConverter))]
8662     [System.FlagsAttribute]
8663     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
8664     public enum Keys
8665     {
8666         A = 65,
8667         Add = 107,
8668         Alt = 262144,
8669         Apps = 93,
8670         Attn = 246,
8671         B = 66,
8672         Back = 8,
8673         BrowserBack = 166,
8674         BrowserFavorites = 171,
8675         BrowserForward = 167,
8676         BrowserHome = 172,
8677         BrowserRefresh = 168,
8678         BrowserSearch = 170,
8679         BrowserStop = 169,
8680         C = 67,
8681         Cancel = 3,
8682         Capital = 20,
8683         CapsLock = 20,
8684         Clear = 12,
8685         Control = 131072,
8686         ControlKey = 17,
8687         Crsel = 247,
8688         D = 68,
8689         D0 = 48,
8690         D1 = 49,
8691         D2 = 50,
8692         D3 = 51,
8693         D4 = 52,
8694         D5 = 53,
8695         D6 = 54,
8696         D7 = 55,
8697         D8 = 56,
8698         D9 = 57,
8699         Decimal = 110,
8700         Delete = 46,
8701         Divide = 111,
8702         Down = 40,
8703         E = 69,
8704         End = 35,
8705         Enter = 13,
8706         EraseEof = 249,
8707         Escape = 27,
8708         Execute = 43,
8709         Exsel = 248,
8710         F = 70,
8711         F1 = 112,
8712         F10 = 121,
8713         F11 = 122,
8714         F12 = 123,
8715         F13 = 124,
8716         F14 = 125,
8717         F15 = 126,
8718         F16 = 127,
8719         F17 = 128,
8720         F18 = 129,
8721         F19 = 130,
8722         F2 = 113,
8723         F20 = 131,
8724         F21 = 132,
8725         F22 = 133,
8726         F23 = 134,
8727         F24 = 135,
8728         F3 = 114,
8729         F4 = 115,
8730         F5 = 116,
8731         F6 = 117,
8732         F7 = 118,
8733         F8 = 119,
8734         F9 = 120,
8735         FinalMode = 24,
8736         G = 71,
8737         H = 72,
8738         HanguelMode = 21,
8739         HangulMode = 21,
8740         HanjaMode = 25,
8741         Help = 47,
8742         Home = 36,
8743         I = 73,
8744         IMEAccept = 30,
8745         IMEAceept = 30,
8746         IMEConvert = 28,
8747         IMEModeChange = 31,
8748         IMENonconvert = 29,
8749         Insert = 45,
8750         J = 74,
8751         JunjaMode = 23,
8752         K = 75,
8753         KanaMode = 21,
8754         KanjiMode = 25,
8755         KeyCode = 65535,
8756         L = 76,
8757         LaunchApplication1 = 182,
8758         LaunchApplication2 = 183,
8759         LaunchMail = 180,
8760         LButton = 1,
8761         LControlKey = 162,
8762         Left = 37,
8763         LineFeed = 10,
8764         LMenu = 164,
8765         LShiftKey = 160,
8766         LWin = 91,
8767         M = 77,
8768         MButton = 4,
8769         MediaNextTrack = 176,
8770         MediaPlayPause = 179,
8771         MediaPreviousTrack = 177,
8772         MediaStop = 178,
8773         Menu = 18,
8774         Modifiers = -65536,
8775         Multiply = 106,
8776         N = 78,
8777         Next = 34,
8778         NoName = 252,
8779         None = 0,
8780         NumLock = 144,
8781         NumPad0 = 96,
8782         NumPad1 = 97,
8783         NumPad2 = 98,
8784         NumPad3 = 99,
8785         NumPad4 = 100,
8786         NumPad5 = 101,
8787         NumPad6 = 102,
8788         NumPad7 = 103,
8789         NumPad8 = 104,
8790         NumPad9 = 105,
8791         O = 79,
8792         Oem1 = 186,
8793         Oem102 = 226,
8794         Oem2 = 191,
8795         Oem3 = 192,
8796         Oem4 = 219,
8797         Oem5 = 220,
8798         Oem6 = 221,
8799         Oem7 = 222,
8800         Oem8 = 223,
8801         OemBackslash = 226,
8802         OemClear = 254,
8803         OemCloseBrackets = 221,
8804         Oemcomma = 188,
8805         OemMinus = 189,
8806         OemOpenBrackets = 219,
8807         OemPeriod = 190,
8808         OemPipe = 220,
8809         Oemplus = 187,
8810         OemQuestion = 191,
8811         OemQuotes = 222,
8812         OemSemicolon = 186,
8813         Oemtilde = 192,
8814         P = 80,
8815         Pa1 = 253,
8816         Packet = 231,
8817         PageDown = 34,
8818         PageUp = 33,
8819         Pause = 19,
8820         Play = 250,
8821         Print = 42,
8822         PrintScreen = 44,
8823         Prior = 33,
8824         ProcessKey = 229,
8825         Q = 81,
8826         R = 82,
8827         RButton = 2,
8828         RControlKey = 163,
8829         Return = 13,
8830         Right = 39,
8831         RMenu = 165,
8832         RShiftKey = 161,
8833         RWin = 92,
8834         S = 83,
8835         Scroll = 145,
8836         Select = 41,
8837         SelectMedia = 181,
8838         Separator = 108,
8839         Shift = 65536,
8840         ShiftKey = 16,
8841         Sleep = 95,
8842         Snapshot = 44,
8843         Space = 32,
8844         Subtract = 109,
8845         T = 84,
8846         Tab = 9,
8847         U = 85,
8848         Up = 38,
8849         V = 86,
8850         VolumeDown = 174,
8851         VolumeMute = 173,
8852         VolumeUp = 175,
8853         W = 87,
8854         X = 88,
8855         XButton1 = 5,
8856         XButton2 = 6,
8857         Y = 89,
8858         Z = 90,
8859         Zoom = 251,
8860     }
8861     public partial class KeysConverter : System.ComponentModel.TypeConverter, System.Collections.IComparer
8862     {
KeysConverter()8863         public KeysConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)8864         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)8865         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
Compare(object a, object b)8866         public int Compare(object a, object b) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)8867         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)8868         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)8869         public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context)8870         public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)8871         public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
8872     }
8873     [System.ComponentModel.DefaultBindingPropertyAttribute("Text")]
8874     [System.ComponentModel.DefaultPropertyAttribute("Text")]
8875     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.LabelDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
8876     [System.ComponentModel.ToolboxItemAttribute("System.Windows.Forms.Design.AutoSizeToolboxItem,System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
8877     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
8878     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
8879     public partial class Label : System.Windows.Forms.Control
8880     {
Label()8881         public Label() { }
8882         [System.ComponentModel.BrowsableAttribute(true)]
8883         [System.ComponentModel.DefaultValueAttribute(false)]
8884         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
8885         public bool AutoEllipsis { get { throw null; } set { } }
8886         [System.ComponentModel.BrowsableAttribute(true)]
8887         [System.ComponentModel.DefaultValueAttribute(false)]
8888         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(1))]
8889         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
8890         [System.ComponentModel.LocalizableAttribute(true)]
8891         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
8892         public override bool AutoSize { get { throw null; } set { } }
8893         [System.ComponentModel.BrowsableAttribute(false)]
8894         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
8895         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
8896         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
8897         [System.ComponentModel.BrowsableAttribute(false)]
8898         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
8899         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
8900         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.BorderStyle)(0))]
8901         [System.Runtime.InteropServices.DispIdAttribute(-504)]
8902         public virtual System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
8903         protected override System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
8904         protected override System.Windows.Forms.ImeMode DefaultImeMode { get { throw null; } }
8905         protected override System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
8906         protected override System.Drawing.Size DefaultSize { get { throw null; } }
8907         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.FlatStyle)(2))]
8908         public System.Windows.Forms.FlatStyle FlatStyle { get { throw null; } set { } }
8909         [System.ComponentModel.LocalizableAttribute(true)]
8910         public System.Drawing.Image Image { get { throw null; } set { } }
8911         [System.ComponentModel.DefaultValueAttribute((System.Drawing.ContentAlignment)(32))]
8912         [System.ComponentModel.LocalizableAttribute(true)]
8913         public System.Drawing.ContentAlignment ImageAlign { get { throw null; } set { } }
8914         [System.ComponentModel.DefaultValueAttribute(-1)]
8915         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
8916         [System.ComponentModel.LocalizableAttribute(true)]
8917         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
8918         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageIndexConverter))]
8919         public int ImageIndex { get { throw null; } set { } }
8920         [System.ComponentModel.DefaultValueAttribute("")]
8921         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
8922         [System.ComponentModel.LocalizableAttribute(true)]
8923         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
8924         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageKeyConverter))]
8925         public string ImageKey { get { throw null; } set { } }
8926         [System.ComponentModel.DefaultValueAttribute(null)]
8927         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
8928         public System.Windows.Forms.ImageList ImageList { get { throw null; } set { } }
8929         [System.ComponentModel.BrowsableAttribute(false)]
8930         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
8931         public new System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } }
8932         [System.ComponentModel.BrowsableAttribute(false)]
8933         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
8934         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
8935         public virtual int PreferredHeight { get { throw null; } }
8936         [System.ComponentModel.BrowsableAttribute(false)]
8937         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
8938         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
8939         public virtual int PreferredWidth { get { throw null; } }
8940         [System.ObsoleteAttribute("This property has been deprecated. Use BackColor instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
8941         protected virtual bool RenderTransparent { get { throw null; } set { } }
8942         [System.ComponentModel.BrowsableAttribute(false)]
8943         [System.ComponentModel.DefaultValueAttribute(false)]
8944         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
8945         public new bool TabStop { get { throw null; } set { } }
8946         [System.ComponentModel.EditorAttribute("System.ComponentModel.Design.MultilineStringEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
8947         [System.ComponentModel.SettingsBindableAttribute(true)]
8948         public override string Text { get { throw null; } set { } }
8949         [System.ComponentModel.DefaultValueAttribute((System.Drawing.ContentAlignment)(1))]
8950         [System.ComponentModel.LocalizableAttribute(true)]
8951         public virtual System.Drawing.ContentAlignment TextAlign { get { throw null; } set { } }
8952         [System.ComponentModel.DefaultValueAttribute(false)]
8953         public bool UseCompatibleTextRendering { get { throw null; } set { } }
8954         [System.ComponentModel.DefaultValueAttribute(true)]
8955         public bool UseMnemonic { get { throw null; } set { } }
8956         [System.ComponentModel.BrowsableAttribute(true)]
8957         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
8958         public new event System.EventHandler AutoSizeChanged { add { } remove { } }
8959         [System.ComponentModel.BrowsableAttribute(false)]
8960         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
8961         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
8962         [System.ComponentModel.BrowsableAttribute(false)]
8963         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
8964         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
8965         [System.ComponentModel.BrowsableAttribute(false)]
8966         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
8967         public new event System.EventHandler ImeModeChanged { add { } remove { } }
8968         [System.ComponentModel.BrowsableAttribute(false)]
8969         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
8970         public new event System.Windows.Forms.KeyEventHandler KeyDown { add { } remove { } }
8971         [System.ComponentModel.BrowsableAttribute(false)]
8972         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
8973         public new event System.Windows.Forms.KeyPressEventHandler KeyPress { add { } remove { } }
8974         [System.ComponentModel.BrowsableAttribute(false)]
8975         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
8976         public new event System.Windows.Forms.KeyEventHandler KeyUp { add { } remove { } }
8977         [System.ComponentModel.BrowsableAttribute(false)]
8978         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
8979         public new event System.EventHandler TabStopChanged { add { } remove { } }
8980         public event System.EventHandler TextAlignChanged { add { } remove { } }
CalcImageRenderBounds(System.Drawing.Image image, System.Drawing.Rectangle r, System.Drawing.ContentAlignment align)8981         protected System.Drawing.Rectangle CalcImageRenderBounds(System.Drawing.Image image, System.Drawing.Rectangle r, System.Drawing.ContentAlignment align) { throw null; }
CreateAccessibilityInstance()8982         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
Dispose(bool disposing)8983         protected override void Dispose(bool disposing) { }
DrawImage(System.Drawing.Graphics g, System.Drawing.Image image, System.Drawing.Rectangle r, System.Drawing.ContentAlignment align)8984         protected void DrawImage(System.Drawing.Graphics g, System.Drawing.Image image, System.Drawing.Rectangle r, System.Drawing.ContentAlignment align) { }
GetPreferredSize(System.Drawing.Size proposedSize)8985         public override System.Drawing.Size GetPreferredSize(System.Drawing.Size proposedSize) { throw null; }
OnEnabledChanged(System.EventArgs e)8986         protected override void OnEnabledChanged(System.EventArgs e) { }
OnFontChanged(System.EventArgs e)8987         protected override void OnFontChanged(System.EventArgs e) { }
OnHandleDestroyed(System.EventArgs e)8988         protected override void OnHandleDestroyed(System.EventArgs e) { }
OnMouseEnter(System.EventArgs e)8989         protected override void OnMouseEnter(System.EventArgs e) { }
OnMouseLeave(System.EventArgs e)8990         protected override void OnMouseLeave(System.EventArgs e) { }
OnPaddingChanged(System.EventArgs e)8991         protected override void OnPaddingChanged(System.EventArgs e) { }
OnPaint(System.Windows.Forms.PaintEventArgs e)8992         protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
OnParentChanged(System.EventArgs e)8993         protected override void OnParentChanged(System.EventArgs e) { }
OnRightToLeftChanged(System.EventArgs e)8994         protected override void OnRightToLeftChanged(System.EventArgs e) { }
OnTextAlignChanged(System.EventArgs e)8995         protected virtual void OnTextAlignChanged(System.EventArgs e) { }
OnTextChanged(System.EventArgs e)8996         protected override void OnTextChanged(System.EventArgs e) { }
OnVisibleChanged(System.EventArgs e)8997         protected override void OnVisibleChanged(System.EventArgs e) { }
8998         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessMnemonic(char charCode)8999         protected internal override bool ProcessMnemonic(char charCode) { throw null; }
SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified)9000         protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
ToString()9001         public override string ToString() { throw null; }
9002         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
WndProc(ref System.Windows.Forms.Message m)9003         protected override void WndProc(ref System.Windows.Forms.Message m) { }
9004     }
9005     public partial class LabelEditEventArgs : System.EventArgs
9006     {
LabelEditEventArgs(int item)9007         public LabelEditEventArgs(int item) { }
LabelEditEventArgs(int item, string label)9008         public LabelEditEventArgs(int item, string label) { }
9009         public bool CancelEdit { get { throw null; } set { } }
9010         public int Item { get { throw null; } }
9011         public string Label { get { throw null; } }
9012     }
LabelEditEventHandler(object sender, System.Windows.Forms.LabelEditEventArgs e)9013     public delegate void LabelEditEventHandler(object sender, System.Windows.Forms.LabelEditEventArgs e);
9014     public sealed partial class LayoutEventArgs : System.EventArgs
9015     {
LayoutEventArgs(System.ComponentModel.IComponent affectedComponent, string affectedProperty)9016         public LayoutEventArgs(System.ComponentModel.IComponent affectedComponent, string affectedProperty) { }
LayoutEventArgs(System.Windows.Forms.Control affectedControl, string affectedProperty)9017         public LayoutEventArgs(System.Windows.Forms.Control affectedControl, string affectedProperty) { }
9018         public System.ComponentModel.IComponent AffectedComponent { get { throw null; } }
9019         public System.Windows.Forms.Control AffectedControl { get { throw null; } }
9020         public string AffectedProperty { get { throw null; } }
9021     }
LayoutEventHandler(object sender, System.Windows.Forms.LayoutEventArgs e)9022     public delegate void LayoutEventHandler(object sender, System.Windows.Forms.LayoutEventArgs e);
9023     public abstract partial class LayoutSettings
9024     {
LayoutSettings()9025         protected LayoutSettings() { }
9026         public virtual System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get { throw null; } }
9027     }
9028     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
9029     public enum LeftRightAlignment
9030     {
9031         Left = 0,
9032         Right = 1,
9033     }
9034     [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.LinkArea.LinkAreaConverter))]
9035     [System.SerializableAttribute]
9036     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
9037     public partial struct LinkArea
9038     {
LinkAreaSystem.Windows.Forms.LinkArea9039         public LinkArea(int start, int length) { throw null;}
9040         [System.ComponentModel.BrowsableAttribute(false)]
9041         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9042         public bool IsEmpty { get { throw null; } }
9043         public int Length { get { throw null; } set { } }
9044         public int Start { get { throw null; } set { } }
EqualsSystem.Windows.Forms.LinkArea9045         public override bool Equals(object o) { throw null; }
GetHashCodeSystem.Windows.Forms.LinkArea9046         public override int GetHashCode() { throw null; }
operator ==System.Windows.Forms.LinkArea9047         public static bool operator ==(System.Windows.Forms.LinkArea linkArea1, System.Windows.Forms.LinkArea linkArea2) { throw null; }
operator !=System.Windows.Forms.LinkArea9048         public static bool operator !=(System.Windows.Forms.LinkArea linkArea1, System.Windows.Forms.LinkArea linkArea2) { throw null; }
ToStringSystem.Windows.Forms.LinkArea9049         public override string ToString() { throw null; }
9050         public partial class LinkAreaConverter : System.ComponentModel.TypeConverter
9051         {
LinkAreaConverter()9052             public LinkAreaConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)9053             public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)9054             public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)9055             public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)9056             public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues)9057             public override object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues) { throw null; }
GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context)9058             public override bool GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes)9059             public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)9060             public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
9061         }
9062     }
9063     public enum LinkBehavior
9064     {
9065         AlwaysUnderline = 1,
9066         HoverUnderline = 2,
9067         NeverUnderline = 3,
9068         SystemDefault = 0,
9069     }
9070     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
9071     public partial class LinkClickedEventArgs : System.EventArgs
9072     {
LinkClickedEventArgs(string linkText)9073         public LinkClickedEventArgs(string linkText) { }
9074         public string LinkText { get { throw null; } }
9075     }
LinkClickedEventHandler(object sender, System.Windows.Forms.LinkClickedEventArgs e)9076     public delegate void LinkClickedEventHandler(object sender, System.Windows.Forms.LinkClickedEventArgs e);
9077     public partial class LinkConverter : System.ComponentModel.TypeConverter
9078     {
LinkConverter()9079         public LinkConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)9080         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)9081         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)9082         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)9083         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
9084     }
9085     [System.ComponentModel.DefaultEventAttribute("LinkClicked")]
9086     [System.ComponentModel.ToolboxItemAttribute("System.Windows.Forms.Design.AutoSizeToolboxItem,System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
9087     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
9088     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
9089     public partial class LinkLabel : System.Windows.Forms.Label, System.Windows.Forms.IButtonControl
9090     {
LinkLabel()9091         public LinkLabel() { }
9092         public System.Drawing.Color ActiveLinkColor { get { throw null; } set { } }
9093         public System.Drawing.Color DisabledLinkColor { get { throw null; } set { } }
9094         [System.ComponentModel.BrowsableAttribute(false)]
9095         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9096         public new System.Windows.Forms.FlatStyle FlatStyle { get { throw null; } set { } }
9097         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.LinkAreaEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
9098         [System.ComponentModel.LocalizableAttribute(true)]
9099         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
9100         public System.Windows.Forms.LinkArea LinkArea { get { throw null; } set { } }
9101         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.LinkBehavior)(0))]
9102         public System.Windows.Forms.LinkBehavior LinkBehavior { get { throw null; } set { } }
9103         public System.Drawing.Color LinkColor { get { throw null; } set { } }
9104         [System.ComponentModel.BrowsableAttribute(false)]
9105         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9106         public System.Windows.Forms.LinkLabel.LinkCollection Links { get { throw null; } }
9107         [System.ComponentModel.DefaultValueAttribute(false)]
9108         public bool LinkVisited { get { throw null; } set { } }
9109         protected System.Windows.Forms.Cursor OverrideCursor { get { throw null; } set { } }
9110         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
9111         public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
9112         System.Windows.Forms.DialogResult System.Windows.Forms.IButtonControl.DialogResult { get { throw null; } set { } }
9113         [System.ComponentModel.BrowsableAttribute(true)]
9114         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
9115         public new bool TabStop { get { throw null; } set { } }
9116         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
9117         public override string Text { get { throw null; } set { } }
9118         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
9119         public new bool UseCompatibleTextRendering { get { throw null; } set { } }
9120         public System.Drawing.Color VisitedLinkColor { get { throw null; } set { } }
9121         public event System.Windows.Forms.LinkLabelLinkClickedEventHandler LinkClicked { add { } remove { } }
9122         [System.ComponentModel.BrowsableAttribute(true)]
9123         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
9124         public new event System.EventHandler TabStopChanged { add { } remove { } }
CreateAccessibilityInstance()9125         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
CreateHandle()9126         protected override void CreateHandle() { }
OnAutoSizeChanged(System.EventArgs e)9127         protected override void OnAutoSizeChanged(System.EventArgs e) { }
OnEnabledChanged(System.EventArgs e)9128         protected override void OnEnabledChanged(System.EventArgs e) { }
OnFontChanged(System.EventArgs e)9129         protected override void OnFontChanged(System.EventArgs e) { }
OnGotFocus(System.EventArgs e)9130         protected override void OnGotFocus(System.EventArgs e) { }
OnKeyDown(System.Windows.Forms.KeyEventArgs e)9131         protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { }
OnLinkClicked(System.Windows.Forms.LinkLabelLinkClickedEventArgs e)9132         protected virtual void OnLinkClicked(System.Windows.Forms.LinkLabelLinkClickedEventArgs e) { }
OnLostFocus(System.EventArgs e)9133         protected override void OnLostFocus(System.EventArgs e) { }
OnMouseDown(System.Windows.Forms.MouseEventArgs e)9134         protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { }
OnMouseLeave(System.EventArgs e)9135         protected override void OnMouseLeave(System.EventArgs e) { }
OnMouseMove(System.Windows.Forms.MouseEventArgs e)9136         protected override void OnMouseMove(System.Windows.Forms.MouseEventArgs e) { }
OnMouseUp(System.Windows.Forms.MouseEventArgs e)9137         protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs e) { }
OnPaddingChanged(System.EventArgs e)9138         protected override void OnPaddingChanged(System.EventArgs e) { }
OnPaint(System.Windows.Forms.PaintEventArgs e)9139         protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
OnPaintBackground(System.Windows.Forms.PaintEventArgs e)9140         protected override void OnPaintBackground(System.Windows.Forms.PaintEventArgs e) { }
OnTextAlignChanged(System.EventArgs e)9141         protected override void OnTextAlignChanged(System.EventArgs e) { }
OnTextChanged(System.EventArgs e)9142         protected override void OnTextChanged(System.EventArgs e) { }
PointInLink(int x, int y)9143         protected System.Windows.Forms.LinkLabel.Link PointInLink(int x, int y) { throw null; }
9144         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessDialogKey(System.Windows.Forms.Keys keyData)9145         protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
Select(bool directed, bool forward)9146         protected override void Select(bool directed, bool forward) { }
SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified)9147         protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
System.Windows.Forms.IButtonControl.NotifyDefault(bool value)9148         void System.Windows.Forms.IButtonControl.NotifyDefault(bool value) { }
System.Windows.Forms.IButtonControl.PerformClick()9149         void System.Windows.Forms.IButtonControl.PerformClick() { }
9150         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
WndProc(ref System.Windows.Forms.Message msg)9151         protected override void WndProc(ref System.Windows.Forms.Message msg) { }
9152         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.LinkConverter))]
9153         public partial class Link
9154         {
Link()9155             public Link() { }
Link(int start, int length)9156             public Link(int start, int length) { }
Link(int start, int length, object linkData)9157             public Link(int start, int length, object linkData) { }
9158             public string Description { get { throw null; } set { } }
9159             [System.ComponentModel.DefaultValueAttribute(true)]
9160             public bool Enabled { get { throw null; } set { } }
9161             public int Length { get { throw null; } set { } }
9162             [System.ComponentModel.DefaultValueAttribute(null)]
9163             public object LinkData { get { throw null; } set { } }
9164             [System.ComponentModel.DefaultValueAttribute("")]
9165             public string Name { get { throw null; } set { } }
9166             public int Start { get { throw null; } set { } }
9167             [System.ComponentModel.BindableAttribute(true)]
9168             [System.ComponentModel.DefaultValueAttribute(null)]
9169             [System.ComponentModel.LocalizableAttribute(false)]
9170             [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
9171             public object Tag { get { throw null; } set { } }
9172             [System.ComponentModel.DefaultValueAttribute(false)]
9173             public bool Visited { get { throw null; } set { } }
9174         }
9175         public partial class LinkCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
9176         {
LinkCollection(System.Windows.Forms.LinkLabel owner)9177             public LinkCollection(System.Windows.Forms.LinkLabel owner) { }
9178             [System.ComponentModel.BrowsableAttribute(false)]
9179             public int Count { get { throw null; } }
9180             public bool IsReadOnly { get { throw null; } }
9181             public virtual System.Windows.Forms.LinkLabel.Link this[int index] { get { throw null; } set { } }
9182             public virtual System.Windows.Forms.LinkLabel.Link this[string key] { get { throw null; } }
9183             public bool LinksAdded { get { throw null; } }
9184             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
9185             object System.Collections.ICollection.SyncRoot { get { throw null; } }
9186             bool System.Collections.IList.IsFixedSize { get { throw null; } }
9187             object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(int start, int length)9188             public System.Windows.Forms.LinkLabel.Link Add(int start, int length) { throw null; }
Add(int start, int length, object linkData)9189             public System.Windows.Forms.LinkLabel.Link Add(int start, int length, object linkData) { throw null; }
Add(System.Windows.Forms.LinkLabel.Link value)9190             public int Add(System.Windows.Forms.LinkLabel.Link value) { throw null; }
Clear()9191             public virtual void Clear() { }
Contains(System.Windows.Forms.LinkLabel.Link link)9192             public bool Contains(System.Windows.Forms.LinkLabel.Link link) { throw null; }
ContainsKey(string key)9193             public virtual bool ContainsKey(string key) { throw null; }
GetEnumerator()9194             public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.Windows.Forms.LinkLabel.Link link)9195             public int IndexOf(System.Windows.Forms.LinkLabel.Link link) { throw null; }
IndexOfKey(string key)9196             public virtual int IndexOfKey(string key) { throw null; }
Remove(System.Windows.Forms.LinkLabel.Link value)9197             public void Remove(System.Windows.Forms.LinkLabel.Link value) { }
RemoveAt(int index)9198             public void RemoveAt(int index) { }
RemoveByKey(string key)9199             public virtual void RemoveByKey(string key) { }
System.Collections.ICollection.CopyTo(System.Array dest, int index)9200             void System.Collections.ICollection.CopyTo(System.Array dest, int index) { }
System.Collections.IList.Add(object value)9201             int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Contains(object link)9202             bool System.Collections.IList.Contains(object link) { throw null; }
System.Collections.IList.IndexOf(object link)9203             int System.Collections.IList.IndexOf(object link) { throw null; }
System.Collections.IList.Insert(int index, object value)9204             void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)9205             void System.Collections.IList.Remove(object value) { }
9206         }
9207     }
9208     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
9209     public partial class LinkLabelLinkClickedEventArgs : System.EventArgs
9210     {
LinkLabelLinkClickedEventArgs(System.Windows.Forms.LinkLabel.Link link)9211         public LinkLabelLinkClickedEventArgs(System.Windows.Forms.LinkLabel.Link link) { }
LinkLabelLinkClickedEventArgs(System.Windows.Forms.LinkLabel.Link link, System.Windows.Forms.MouseButtons button)9212         public LinkLabelLinkClickedEventArgs(System.Windows.Forms.LinkLabel.Link link, System.Windows.Forms.MouseButtons button) { }
9213         public System.Windows.Forms.MouseButtons Button { get { throw null; } }
9214         public System.Windows.Forms.LinkLabel.Link Link { get { throw null; } }
9215     }
LinkLabelLinkClickedEventHandler(object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e)9216     public delegate void LinkLabelLinkClickedEventHandler(object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e);
9217     public enum LinkState
9218     {
9219         Active = 2,
9220         Hover = 1,
9221         Normal = 0,
9222         Visited = 4,
9223     }
9224     public partial class ListBindingConverter : System.ComponentModel.TypeConverter
9225     {
ListBindingConverter()9226         public ListBindingConverter() { }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)9227         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)9228         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues)9229         public override object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues) { throw null; }
GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context)9230         public override bool GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
9231     }
9232     public static partial class ListBindingHelper
9233     {
GetList(object list)9234         public static object GetList(object list) { throw null; }
GetList(object dataSource, string dataMember)9235         public static object GetList(object dataSource, string dataMember) { throw null; }
GetListItemProperties(object list)9236         public static System.ComponentModel.PropertyDescriptorCollection GetListItemProperties(object list) { throw null; }
GetListItemProperties(object list, System.ComponentModel.PropertyDescriptor[] listAccessors)9237         public static System.ComponentModel.PropertyDescriptorCollection GetListItemProperties(object list, System.ComponentModel.PropertyDescriptor[] listAccessors) { throw null; }
GetListItemProperties(object dataSource, string dataMember, System.ComponentModel.PropertyDescriptor[] listAccessors)9238         public static System.ComponentModel.PropertyDescriptorCollection GetListItemProperties(object dataSource, string dataMember, System.ComponentModel.PropertyDescriptor[] listAccessors) { throw null; }
GetListItemType(object list)9239         public static System.Type GetListItemType(object list) { throw null; }
GetListItemType(object dataSource, string dataMember)9240         public static System.Type GetListItemType(object dataSource, string dataMember) { throw null; }
GetListName(object list, System.ComponentModel.PropertyDescriptor[] listAccessors)9241         public static string GetListName(object list, System.ComponentModel.PropertyDescriptor[] listAccessors) { throw null; }
9242     }
9243     [System.ComponentModel.DefaultBindingPropertyAttribute("SelectedValue")]
9244     [System.ComponentModel.DefaultEventAttribute("SelectedIndexChanged")]
9245     [System.ComponentModel.DefaultPropertyAttribute("Items")]
9246     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ListBoxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
9247     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
9248     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
9249     public partial class ListBox : System.Windows.Forms.ListControl
9250     {
9251         public const int DefaultItemHeight = 13;
9252         public const int NoMatches = -1;
ListBox()9253         public ListBox() { }
9254         protected override bool AllowSelection { get { throw null; } }
9255         public override System.Drawing.Color BackColor { get { throw null; } set { } }
9256         [System.ComponentModel.BrowsableAttribute(false)]
9257         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9258         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
9259         [System.ComponentModel.BrowsableAttribute(false)]
9260         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9261         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
9262         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.BorderStyle)(2))]
9263         [System.Runtime.InteropServices.DispIdAttribute(-504)]
9264         public System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
9265         [System.ComponentModel.DefaultValueAttribute(0)]
9266         [System.ComponentModel.LocalizableAttribute(true)]
9267         public int ColumnWidth { get { throw null; } set { } }
9268         protected override System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
9269         [System.ComponentModel.BrowsableAttribute(false)]
9270         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
9271         public System.Windows.Forms.ListBox.IntegerCollection CustomTabOffsets { get { throw null; } }
9272         protected override System.Drawing.Size DefaultSize { get { throw null; } }
9273         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DrawMode)(0))]
9274         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
9275         public virtual System.Windows.Forms.DrawMode DrawMode { get { throw null; } set { } }
9276         public override System.Drawing.Font Font { get { throw null; } set { } }
9277         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
9278         [System.ComponentModel.DefaultValueAttribute(0)]
9279         [System.ComponentModel.LocalizableAttribute(true)]
9280         public int HorizontalExtent { get { throw null; } set { } }
9281         [System.ComponentModel.DefaultValueAttribute(false)]
9282         [System.ComponentModel.LocalizableAttribute(true)]
9283         public bool HorizontalScrollbar { get { throw null; } set { } }
9284         [System.ComponentModel.DefaultValueAttribute(true)]
9285         [System.ComponentModel.LocalizableAttribute(true)]
9286         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
9287         public bool IntegralHeight { get { throw null; } set { } }
9288         [System.ComponentModel.DefaultValueAttribute(13)]
9289         [System.ComponentModel.LocalizableAttribute(true)]
9290         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
9291         public virtual int ItemHeight { get { throw null; } set { } }
9292         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
9293         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListControlStringCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
9294         [System.ComponentModel.LocalizableAttribute(true)]
9295         [System.ComponentModel.MergablePropertyAttribute(false)]
9296         public System.Windows.Forms.ListBox.ObjectCollection Items { get { throw null; } }
9297         [System.ComponentModel.DefaultValueAttribute(false)]
9298         public bool MultiColumn { get { throw null; } set { } }
9299         [System.ComponentModel.BrowsableAttribute(false)]
9300         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9301         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9302         public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
9303         [System.ComponentModel.BrowsableAttribute(false)]
9304         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9305         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
9306         public int PreferredHeight { get { throw null; } }
9307         public override System.Windows.Forms.RightToLeft RightToLeft { get { throw null; } set { } }
9308         [System.ComponentModel.DefaultValueAttribute(false)]
9309         [System.ComponentModel.LocalizableAttribute(true)]
9310         public bool ScrollAlwaysVisible { get { throw null; } set { } }
9311         [System.ComponentModel.BindableAttribute(true)]
9312         [System.ComponentModel.BrowsableAttribute(false)]
9313         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9314         public override int SelectedIndex { get { throw null; } set { } }
9315         [System.ComponentModel.BrowsableAttribute(false)]
9316         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9317         public System.Windows.Forms.ListBox.SelectedIndexCollection SelectedIndices { get { throw null; } }
9318         [System.ComponentModel.BindableAttribute(true)]
9319         [System.ComponentModel.BrowsableAttribute(false)]
9320         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9321         public object SelectedItem { get { throw null; } set { } }
9322         [System.ComponentModel.BrowsableAttribute(false)]
9323         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9324         public System.Windows.Forms.ListBox.SelectedObjectCollection SelectedItems { get { throw null; } }
9325         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.SelectionMode)(1))]
9326         public virtual System.Windows.Forms.SelectionMode SelectionMode { get { throw null; } set { } }
9327         [System.ComponentModel.DefaultValueAttribute(false)]
9328         public bool Sorted { get { throw null; } set { } }
9329         [System.ComponentModel.BindableAttribute(false)]
9330         [System.ComponentModel.BrowsableAttribute(false)]
9331         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9332         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
9333         public override string Text { get { throw null; } set { } }
9334         [System.ComponentModel.BrowsableAttribute(false)]
9335         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9336         public int TopIndex { get { throw null; } set { } }
9337         [System.ComponentModel.BrowsableAttribute(false)]
9338         [System.ComponentModel.DefaultValueAttribute(false)]
9339         public bool UseCustomTabOffsets { get { throw null; } set { } }
9340         [System.ComponentModel.DefaultValueAttribute(true)]
9341         public bool UseTabStops { get { throw null; } set { } }
9342         [System.ComponentModel.BrowsableAttribute(false)]
9343         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9344         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
9345         [System.ComponentModel.BrowsableAttribute(false)]
9346         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9347         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
9348         [System.ComponentModel.BrowsableAttribute(true)]
9349         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
9350         public new event System.EventHandler Click { add { } remove { } }
9351         public event System.Windows.Forms.DrawItemEventHandler DrawItem { add { } remove { } }
9352         public event System.Windows.Forms.MeasureItemEventHandler MeasureItem { add { } remove { } }
9353         [System.ComponentModel.BrowsableAttribute(true)]
9354         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
9355         public new event System.Windows.Forms.MouseEventHandler MouseClick { add { } remove { } }
9356         [System.ComponentModel.BrowsableAttribute(false)]
9357         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9358         public new event System.EventHandler PaddingChanged { add { } remove { } }
9359         [System.ComponentModel.BrowsableAttribute(false)]
9360         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9361         public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
9362         public event System.EventHandler SelectedIndexChanged { add { } remove { } }
9363         [System.ComponentModel.BrowsableAttribute(false)]
9364         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
9365         public new event System.EventHandler TextChanged { add { } remove { } }
9366         [System.ObsoleteAttribute("This method has been deprecated.  There is no replacement.  http://go.microsoft.com/fwlink/?linkid=14202")]
AddItemsCore(object[] value)9367         protected virtual void AddItemsCore(object[] value) { }
BeginUpdate()9368         public void BeginUpdate() { }
ClearSelected()9369         public void ClearSelected() { }
CreateItemCollection()9370         protected virtual System.Windows.Forms.ListBox.ObjectCollection CreateItemCollection() { throw null; }
EndUpdate()9371         public void EndUpdate() { }
FindString(string s)9372         public int FindString(string s) { throw null; }
FindString(string s, int startIndex)9373         public int FindString(string s, int startIndex) { throw null; }
FindStringExact(string s)9374         public int FindStringExact(string s) { throw null; }
FindStringExact(string s, int startIndex)9375         public int FindStringExact(string s, int startIndex) { throw null; }
GetItemHeight(int index)9376         public int GetItemHeight(int index) { throw null; }
GetItemRectangle(int index)9377         public System.Drawing.Rectangle GetItemRectangle(int index) { throw null; }
9378         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetScaledBounds(System.Drawing.Rectangle bounds, System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified)9379         protected override System.Drawing.Rectangle GetScaledBounds(System.Drawing.Rectangle bounds, System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { throw null; }
GetSelected(int index)9380         public bool GetSelected(int index) { throw null; }
IndexFromPoint(System.Drawing.Point p)9381         public int IndexFromPoint(System.Drawing.Point p) { throw null; }
IndexFromPoint(int x, int y)9382         public int IndexFromPoint(int x, int y) { throw null; }
OnChangeUICues(System.Windows.Forms.UICuesEventArgs e)9383         protected override void OnChangeUICues(System.Windows.Forms.UICuesEventArgs e) { }
OnDataSourceChanged(System.EventArgs e)9384         protected override void OnDataSourceChanged(System.EventArgs e) { }
OnDisplayMemberChanged(System.EventArgs e)9385         protected override void OnDisplayMemberChanged(System.EventArgs e) { }
OnDrawItem(System.Windows.Forms.DrawItemEventArgs e)9386         protected virtual void OnDrawItem(System.Windows.Forms.DrawItemEventArgs e) { }
OnFontChanged(System.EventArgs e)9387         protected override void OnFontChanged(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)9388         protected override void OnHandleCreated(System.EventArgs e) { }
OnHandleDestroyed(System.EventArgs e)9389         protected override void OnHandleDestroyed(System.EventArgs e) { }
OnMeasureItem(System.Windows.Forms.MeasureItemEventArgs e)9390         protected virtual void OnMeasureItem(System.Windows.Forms.MeasureItemEventArgs e) { }
OnParentChanged(System.EventArgs e)9391         protected override void OnParentChanged(System.EventArgs e) { }
OnResize(System.EventArgs e)9392         protected override void OnResize(System.EventArgs e) { }
OnSelectedIndexChanged(System.EventArgs e)9393         protected override void OnSelectedIndexChanged(System.EventArgs e) { }
OnSelectedValueChanged(System.EventArgs e)9394         protected override void OnSelectedValueChanged(System.EventArgs e) { }
Refresh()9395         public override void Refresh() { }
RefreshItem(int index)9396         protected override void RefreshItem(int index) { }
RefreshItems()9397         protected override void RefreshItems() { }
RescaleConstantsForDpi(int deviceDpiOld, int deviceDpiNew)9398         protected override void RescaleConstantsForDpi(int deviceDpiOld, int deviceDpiNew) { }
ResetBackColor()9399         public override void ResetBackColor() { }
ResetForeColor()9400         public override void ResetForeColor() { }
ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified)9401         protected override void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { }
SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified)9402         protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
SetItemCore(int index, object value)9403         protected override void SetItemCore(int index, object value) { }
SetItemsCore(System.Collections.IList value)9404         protected override void SetItemsCore(System.Collections.IList value) { }
SetSelected(int index, bool value)9405         public void SetSelected(int index, bool value) { }
Sort()9406         protected virtual void Sort() { }
ToString()9407         public override string ToString() { throw null; }
9408         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
9409         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
WmReflectCommand(ref System.Windows.Forms.Message m)9410         protected virtual void WmReflectCommand(ref System.Windows.Forms.Message m) { }
9411         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
WndProc(ref System.Windows.Forms.Message m)9412         protected override void WndProc(ref System.Windows.Forms.Message m) { }
9413         public partial class IntegerCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
9414         {
IntegerCollection(System.Windows.Forms.ListBox owner)9415             public IntegerCollection(System.Windows.Forms.ListBox owner) { }
9416             [System.ComponentModel.BrowsableAttribute(false)]
9417             public int Count { get { throw null; } }
9418             public int this[int index] { get { throw null; } set { } }
9419             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
9420             object System.Collections.ICollection.SyncRoot { get { throw null; } }
9421             bool System.Collections.IList.IsFixedSize { get { throw null; } }
9422             bool System.Collections.IList.IsReadOnly { get { throw null; } }
9423             object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(int item)9424             public int Add(int item) { throw null; }
AddRange(int[] items)9425             public void AddRange(int[] items) { }
AddRange(System.Windows.Forms.ListBox.IntegerCollection value)9426             public void AddRange(System.Windows.Forms.ListBox.IntegerCollection value) { }
Clear()9427             public void Clear() { }
Contains(int item)9428             public bool Contains(int item) { throw null; }
CopyTo(System.Array destination, int index)9429             public void CopyTo(System.Array destination, int index) { }
IndexOf(int item)9430             public int IndexOf(int item) { throw null; }
Remove(int item)9431             public void Remove(int item) { }
RemoveAt(int index)9432             public void RemoveAt(int index) { }
System.Collections.IEnumerable.GetEnumerator()9433             System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Collections.IList.Add(object item)9434             int System.Collections.IList.Add(object item) { throw null; }
System.Collections.IList.Clear()9435             void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object item)9436             bool System.Collections.IList.Contains(object item) { throw null; }
System.Collections.IList.IndexOf(object item)9437             int System.Collections.IList.IndexOf(object item) { throw null; }
System.Collections.IList.Insert(int index, object value)9438             void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)9439             void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)9440             void System.Collections.IList.RemoveAt(int index) { }
9441         }
9442         [System.ComponentModel.ListBindableAttribute(false)]
9443         public partial class ObjectCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
9444         {
ObjectCollection(System.Windows.Forms.ListBox owner)9445             public ObjectCollection(System.Windows.Forms.ListBox owner) { }
ObjectCollection(System.Windows.Forms.ListBox owner, object[] value)9446             public ObjectCollection(System.Windows.Forms.ListBox owner, object[] value) { }
ObjectCollection(System.Windows.Forms.ListBox owner, System.Windows.Forms.ListBox.ObjectCollection value)9447             public ObjectCollection(System.Windows.Forms.ListBox owner, System.Windows.Forms.ListBox.ObjectCollection value) { }
9448             public int Count { get { throw null; } }
9449             public bool IsReadOnly { get { throw null; } }
9450             [System.ComponentModel.BrowsableAttribute(false)]
9451             [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9452             public virtual object this[int index] { get { throw null; } set { } }
9453             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
9454             object System.Collections.ICollection.SyncRoot { get { throw null; } }
9455             bool System.Collections.IList.IsFixedSize { get { throw null; } }
Add(object item)9456             public int Add(object item) { throw null; }
AddRange(object[] items)9457             public void AddRange(object[] items) { }
AddRange(System.Windows.Forms.ListBox.ObjectCollection value)9458             public void AddRange(System.Windows.Forms.ListBox.ObjectCollection value) { }
Clear()9459             public virtual void Clear() { }
Contains(object value)9460             public bool Contains(object value) { throw null; }
CopyTo(object[] destination, int arrayIndex)9461             public void CopyTo(object[] destination, int arrayIndex) { }
GetEnumerator()9462             public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(object value)9463             public int IndexOf(object value) { throw null; }
Insert(int index, object item)9464             public void Insert(int index, object item) { }
Remove(object value)9465             public void Remove(object value) { }
RemoveAt(int index)9466             public void RemoveAt(int index) { }
System.Collections.ICollection.CopyTo(System.Array destination, int index)9467             void System.Collections.ICollection.CopyTo(System.Array destination, int index) { }
System.Collections.IList.Add(object item)9468             int System.Collections.IList.Add(object item) { throw null; }
9469         }
9470         public partial class SelectedIndexCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
9471         {
SelectedIndexCollection(System.Windows.Forms.ListBox owner)9472             public SelectedIndexCollection(System.Windows.Forms.ListBox owner) { }
9473             [System.ComponentModel.BrowsableAttribute(false)]
9474             public int Count { get { throw null; } }
9475             public bool IsReadOnly { get { throw null; } }
9476             public int this[int index] { get { throw null; } }
9477             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
9478             object System.Collections.ICollection.SyncRoot { get { throw null; } }
9479             bool System.Collections.IList.IsFixedSize { get { throw null; } }
9480             object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(int index)9481             public void Add(int index) { }
Clear()9482             public void Clear() { }
Contains(int selectedIndex)9483             public bool Contains(int selectedIndex) { throw null; }
CopyTo(System.Array destination, int index)9484             public void CopyTo(System.Array destination, int index) { }
GetEnumerator()9485             public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(int selectedIndex)9486             public int IndexOf(int selectedIndex) { throw null; }
Remove(int index)9487             public void Remove(int index) { }
System.Collections.IList.Add(object value)9488             int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()9489             void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object selectedIndex)9490             bool System.Collections.IList.Contains(object selectedIndex) { throw null; }
System.Collections.IList.IndexOf(object selectedIndex)9491             int System.Collections.IList.IndexOf(object selectedIndex) { throw null; }
System.Collections.IList.Insert(int index, object value)9492             void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)9493             void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)9494             void System.Collections.IList.RemoveAt(int index) { }
9495         }
9496         public partial class SelectedObjectCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
9497         {
SelectedObjectCollection(System.Windows.Forms.ListBox owner)9498             public SelectedObjectCollection(System.Windows.Forms.ListBox owner) { }
9499             public int Count { get { throw null; } }
9500             public bool IsReadOnly { get { throw null; } }
9501             [System.ComponentModel.BrowsableAttribute(false)]
9502             [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9503             public object this[int index] { get { throw null; } set { } }
9504             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
9505             object System.Collections.ICollection.SyncRoot { get { throw null; } }
9506             bool System.Collections.IList.IsFixedSize { get { throw null; } }
Add(object value)9507             public void Add(object value) { }
Clear()9508             public void Clear() { }
Contains(object selectedObject)9509             public bool Contains(object selectedObject) { throw null; }
CopyTo(System.Array destination, int index)9510             public void CopyTo(System.Array destination, int index) { }
GetEnumerator()9511             public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(object selectedObject)9512             public int IndexOf(object selectedObject) { throw null; }
Remove(object value)9513             public void Remove(object value) { }
System.Collections.IList.Add(object value)9514             int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()9515             void System.Collections.IList.Clear() { }
System.Collections.IList.Insert(int index, object value)9516             void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)9517             void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)9518             void System.Collections.IList.RemoveAt(int index) { }
9519         }
9520     }
9521     [System.ComponentModel.LookupBindingPropertiesAttribute("DataSource", "DisplayMember", "ValueMember", "SelectedValue")]
9522     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
9523     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
9524     public abstract partial class ListControl : System.Windows.Forms.Control
9525     {
ListControl()9526         protected ListControl() { }
9527         protected virtual bool AllowSelection { get { throw null; } }
9528         protected System.Windows.Forms.CurrencyManager DataManager { get { throw null; } }
9529         [System.ComponentModel.AttributeProviderAttribute(typeof(System.ComponentModel.IListSource))]
9530         [System.ComponentModel.DefaultValueAttribute(null)]
9531         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
9532         public object DataSource { get { throw null; } set { } }
9533         [System.ComponentModel.DefaultValueAttribute("")]
9534         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataMemberFieldEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
9535         [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.Design.DataMemberFieldConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
9536         public string DisplayMember { get { throw null; } set { } }
9537         [System.ComponentModel.BrowsableAttribute(false)]
9538         [System.ComponentModel.DefaultValueAttribute(null)]
9539         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
9540         public System.IFormatProvider FormatInfo { get { throw null; } set { } }
9541         [System.ComponentModel.DefaultValueAttribute("")]
9542         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.FormatStringEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
9543         [System.ComponentModel.MergablePropertyAttribute(false)]
9544         public string FormatString { get { throw null; } set { } }
9545         [System.ComponentModel.DefaultValueAttribute(false)]
9546         public bool FormattingEnabled { get { throw null; } set { } }
9547         public abstract int SelectedIndex { get; set; }
9548         [System.ComponentModel.BindableAttribute(true)]
9549         [System.ComponentModel.BrowsableAttribute(false)]
9550         [System.ComponentModel.DefaultValueAttribute(null)]
9551         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9552         public object SelectedValue { get { throw null; } set { } }
9553         [System.ComponentModel.DefaultValueAttribute("")]
9554         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataMemberFieldEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
9555         public string ValueMember { get { throw null; } set { } }
9556         public event System.EventHandler DataSourceChanged { add { } remove { } }
9557         public event System.EventHandler DisplayMemberChanged { add { } remove { } }
9558         public event System.Windows.Forms.ListControlConvertEventHandler Format { add { } remove { } }
9559         [System.ComponentModel.BrowsableAttribute(false)]
9560         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
9561         public event System.EventHandler FormatInfoChanged { add { } remove { } }
9562         public event System.EventHandler FormatStringChanged { add { } remove { } }
9563         public event System.EventHandler FormattingEnabledChanged { add { } remove { } }
9564         public event System.EventHandler SelectedValueChanged { add { } remove { } }
9565         public event System.EventHandler ValueMemberChanged { add { } remove { } }
FilterItemOnProperty(object item)9566         protected object FilterItemOnProperty(object item) { throw null; }
FilterItemOnProperty(object item, string field)9567         protected object FilterItemOnProperty(object item, string field) { throw null; }
GetItemText(object item)9568         public string GetItemText(object item) { throw null; }
IsInputKey(System.Windows.Forms.Keys keyData)9569         protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
OnBindingContextChanged(System.EventArgs e)9570         protected override void OnBindingContextChanged(System.EventArgs e) { }
OnDataSourceChanged(System.EventArgs e)9571         protected virtual void OnDataSourceChanged(System.EventArgs e) { }
OnDisplayMemberChanged(System.EventArgs e)9572         protected virtual void OnDisplayMemberChanged(System.EventArgs e) { }
OnFormat(System.Windows.Forms.ListControlConvertEventArgs e)9573         protected virtual void OnFormat(System.Windows.Forms.ListControlConvertEventArgs e) { }
OnFormatInfoChanged(System.EventArgs e)9574         protected virtual void OnFormatInfoChanged(System.EventArgs e) { }
OnFormatStringChanged(System.EventArgs e)9575         protected virtual void OnFormatStringChanged(System.EventArgs e) { }
OnFormattingEnabledChanged(System.EventArgs e)9576         protected virtual void OnFormattingEnabledChanged(System.EventArgs e) { }
OnSelectedIndexChanged(System.EventArgs e)9577         protected virtual void OnSelectedIndexChanged(System.EventArgs e) { }
OnSelectedValueChanged(System.EventArgs e)9578         protected virtual void OnSelectedValueChanged(System.EventArgs e) { }
OnValueMemberChanged(System.EventArgs e)9579         protected virtual void OnValueMemberChanged(System.EventArgs e) { }
RefreshItem(int index)9580         protected abstract void RefreshItem(int index);
RefreshItems()9581         protected virtual void RefreshItems() { }
SetItemCore(int index, object value)9582         protected virtual void SetItemCore(int index, object value) { }
SetItemsCore(System.Collections.IList items)9583         protected abstract void SetItemsCore(System.Collections.IList items);
9584     }
9585     public partial class ListControlConvertEventArgs : System.Windows.Forms.ConvertEventArgs
9586     {
ListControlConvertEventArgs(object value, System.Type desiredType, object listItem)9587         public ListControlConvertEventArgs(object value, System.Type desiredType, object listItem) : base (default(object), default(System.Type)) { }
9588         public object ListItem { get { throw null; } }
9589     }
ListControlConvertEventHandler(object sender, System.Windows.Forms.ListControlConvertEventArgs e)9590     public delegate void ListControlConvertEventHandler(object sender, System.Windows.Forms.ListControlConvertEventArgs e);
9591     [System.ComponentModel.DefaultEventAttribute("SelectedIndexChanged")]
9592     [System.ComponentModel.DefaultPropertyAttribute("Items")]
9593     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ListViewDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
9594     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
9595     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
9596     [System.Windows.Forms.DockingAttribute((System.Windows.Forms.DockingBehavior)(1))]
9597     public partial class ListView : System.Windows.Forms.Control
9598     {
ListView()9599         public ListView() { }
9600         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ItemActivation)(0))]
9601         public System.Windows.Forms.ItemActivation Activation { get { throw null; } set { } }
9602         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ListViewAlignment)(2))]
9603         [System.ComponentModel.LocalizableAttribute(true)]
9604         public System.Windows.Forms.ListViewAlignment Alignment { get { throw null; } set { } }
9605         [System.ComponentModel.DefaultValueAttribute(false)]
9606         public bool AllowColumnReorder { get { throw null; } set { } }
9607         [System.ComponentModel.DefaultValueAttribute(true)]
9608         public bool AutoArrange { get { throw null; } set { } }
9609         public override System.Drawing.Color BackColor { get { throw null; } set { } }
9610         [System.ComponentModel.BrowsableAttribute(false)]
9611         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9612         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
9613         [System.ComponentModel.DefaultValueAttribute(false)]
9614         public bool BackgroundImageTiled { get { throw null; } set { } }
9615         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.BorderStyle)(2))]
9616         [System.Runtime.InteropServices.DispIdAttribute(-504)]
9617         public System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
9618         [System.ComponentModel.DefaultValueAttribute(false)]
9619         public bool CheckBoxes { get { throw null; } set { } }
9620         [System.ComponentModel.BrowsableAttribute(false)]
9621         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9622         public System.Windows.Forms.ListView.CheckedIndexCollection CheckedIndices { get { throw null; } }
9623         [System.ComponentModel.BrowsableAttribute(false)]
9624         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9625         public System.Windows.Forms.ListView.CheckedListViewItemCollection CheckedItems { get { throw null; } }
9626         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
9627         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ColumnHeaderCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
9628         [System.ComponentModel.LocalizableAttribute(true)]
9629         [System.ComponentModel.MergablePropertyAttribute(false)]
9630         public System.Windows.Forms.ListView.ColumnHeaderCollection Columns { get { throw null; } }
9631         protected override System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
9632         protected override System.Drawing.Size DefaultSize { get { throw null; } }
9633         protected override bool DoubleBuffered { get { throw null; } set { } }
9634         [System.ComponentModel.BrowsableAttribute(false)]
9635         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9636         public System.Windows.Forms.ListViewItem FocusedItem { get { throw null; } set { } }
9637         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
9638         [System.ComponentModel.DefaultValueAttribute(false)]
9639         public bool FullRowSelect { get { throw null; } set { } }
9640         [System.ComponentModel.DefaultValueAttribute(false)]
9641         public bool GridLines { get { throw null; } set { } }
9642         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
9643         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListViewGroupCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
9644         [System.ComponentModel.LocalizableAttribute(true)]
9645         [System.ComponentModel.MergablePropertyAttribute(false)]
9646         public System.Windows.Forms.ListViewGroupCollection Groups { get { throw null; } }
9647         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ColumnHeaderStyle)(2))]
9648         public System.Windows.Forms.ColumnHeaderStyle HeaderStyle { get { throw null; } set { } }
9649         [System.ComponentModel.DefaultValueAttribute(true)]
9650         public bool HideSelection { get { throw null; } set { } }
9651         [System.ComponentModel.DefaultValueAttribute(false)]
9652         public bool HotTracking { get { throw null; } set { } }
9653         [System.ComponentModel.DefaultValueAttribute(false)]
9654         public bool HoverSelection { get { throw null; } set { } }
9655         [System.ComponentModel.BrowsableAttribute(false)]
9656         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9657         public System.Windows.Forms.ListViewInsertionMark InsertionMark { get { throw null; } }
9658         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
9659         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListViewItemCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
9660         [System.ComponentModel.LocalizableAttribute(true)]
9661         [System.ComponentModel.MergablePropertyAttribute(false)]
9662         public System.Windows.Forms.ListView.ListViewItemCollection Items { get { throw null; } }
9663         [System.ComponentModel.DefaultValueAttribute(false)]
9664         public bool LabelEdit { get { throw null; } set { } }
9665         [System.ComponentModel.DefaultValueAttribute(true)]
9666         [System.ComponentModel.LocalizableAttribute(true)]
9667         public bool LabelWrap { get { throw null; } set { } }
9668         [System.ComponentModel.DefaultValueAttribute(null)]
9669         public System.Windows.Forms.ImageList LargeImageList { get { throw null; } set { } }
9670         [System.ComponentModel.BrowsableAttribute(false)]
9671         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9672         public System.Collections.IComparer ListViewItemSorter { get { throw null; } set { } }
9673         [System.ComponentModel.DefaultValueAttribute(true)]
9674         public bool MultiSelect { get { throw null; } set { } }
9675         [System.ComponentModel.DefaultValueAttribute(false)]
9676         public bool OwnerDraw { get { throw null; } set { } }
9677         [System.ComponentModel.BrowsableAttribute(false)]
9678         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9679         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9680         public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
9681         [System.ComponentModel.DefaultValueAttribute(false)]
9682         [System.ComponentModel.LocalizableAttribute(true)]
9683         public virtual bool RightToLeftLayout { get { throw null; } set { } }
9684         [System.ComponentModel.DefaultValueAttribute(true)]
9685         public bool Scrollable { get { throw null; } set { } }
9686         [System.ComponentModel.BrowsableAttribute(false)]
9687         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9688         public System.Windows.Forms.ListView.SelectedIndexCollection SelectedIndices { get { throw null; } }
9689         [System.ComponentModel.BrowsableAttribute(false)]
9690         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9691         public System.Windows.Forms.ListView.SelectedListViewItemCollection SelectedItems { get { throw null; } }
9692         [System.ComponentModel.DefaultValueAttribute(true)]
9693         public bool ShowGroups { get { throw null; } set { } }
9694         [System.ComponentModel.DefaultValueAttribute(false)]
9695         public bool ShowItemToolTips { get { throw null; } set { } }
9696         [System.ComponentModel.DefaultValueAttribute(null)]
9697         public System.Windows.Forms.ImageList SmallImageList { get { throw null; } set { } }
9698         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.SortOrder)(0))]
9699         public System.Windows.Forms.SortOrder Sorting { get { throw null; } set { } }
9700         [System.ComponentModel.DefaultValueAttribute(null)]
9701         public System.Windows.Forms.ImageList StateImageList { get { throw null; } set { } }
9702         [System.ComponentModel.BindableAttribute(false)]
9703         [System.ComponentModel.BrowsableAttribute(false)]
9704         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9705         public override string Text { get { throw null; } set { } }
9706         [System.ComponentModel.BrowsableAttribute(true)]
9707         public System.Drawing.Size TileSize { get { throw null; } set { } }
9708         [System.ComponentModel.BrowsableAttribute(false)]
9709         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
9710         public System.Windows.Forms.ListViewItem TopItem { get { throw null; } set { } }
9711         [System.ComponentModel.BrowsableAttribute(false)]
9712         [System.ComponentModel.DefaultValueAttribute(true)]
9713         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
9714         public bool UseCompatibleStateImageBehavior { get { throw null; } set { } }
9715         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.View)(0))]
9716         public System.Windows.Forms.View View { get { throw null; } set { } }
9717         [System.ComponentModel.DefaultValueAttribute(0)]
9718         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
9719         public int VirtualListSize { get { throw null; } set { } }
9720         [System.ComponentModel.DefaultValueAttribute(false)]
9721         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
9722         public bool VirtualMode { get { throw null; } set { } }
9723         public event System.Windows.Forms.LabelEditEventHandler AfterLabelEdit { add { } remove { } }
9724         [System.ComponentModel.BrowsableAttribute(false)]
9725         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9726         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
9727         public event System.Windows.Forms.LabelEditEventHandler BeforeLabelEdit { add { } remove { } }
9728         public event System.Windows.Forms.CacheVirtualItemsEventHandler CacheVirtualItems { add { } remove { } }
9729         public event System.Windows.Forms.ColumnClickEventHandler ColumnClick { add { } remove { } }
9730         public event System.Windows.Forms.ColumnReorderedEventHandler ColumnReordered { add { } remove { } }
9731         public event System.Windows.Forms.ColumnWidthChangedEventHandler ColumnWidthChanged { add { } remove { } }
9732         public event System.Windows.Forms.ColumnWidthChangingEventHandler ColumnWidthChanging { add { } remove { } }
9733         public event System.Windows.Forms.DrawListViewColumnHeaderEventHandler DrawColumnHeader { add { } remove { } }
9734         public event System.Windows.Forms.DrawListViewItemEventHandler DrawItem { add { } remove { } }
9735         public event System.Windows.Forms.DrawListViewSubItemEventHandler DrawSubItem { add { } remove { } }
9736         public event System.EventHandler ItemActivate { add { } remove { } }
9737         public event System.Windows.Forms.ItemCheckEventHandler ItemCheck { add { } remove { } }
9738         public event System.Windows.Forms.ItemCheckedEventHandler ItemChecked { add { } remove { } }
9739         public event System.Windows.Forms.ItemDragEventHandler ItemDrag { add { } remove { } }
9740         public event System.Windows.Forms.ListViewItemMouseHoverEventHandler ItemMouseHover { add { } remove { } }
9741         public event System.Windows.Forms.ListViewItemSelectionChangedEventHandler ItemSelectionChanged { add { } remove { } }
9742         [System.ComponentModel.BrowsableAttribute(false)]
9743         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9744         public new event System.EventHandler PaddingChanged { add { } remove { } }
9745         [System.ComponentModel.BrowsableAttribute(false)]
9746         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9747         public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
9748         public event System.Windows.Forms.RetrieveVirtualItemEventHandler RetrieveVirtualItem { add { } remove { } }
9749         public event System.EventHandler RightToLeftLayoutChanged { add { } remove { } }
9750         public event System.Windows.Forms.SearchForVirtualItemEventHandler SearchForVirtualItem { add { } remove { } }
9751         public event System.EventHandler SelectedIndexChanged { add { } remove { } }
9752         [System.ComponentModel.BrowsableAttribute(false)]
9753         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
9754         public new event System.EventHandler TextChanged { add { } remove { } }
9755         public event System.Windows.Forms.ListViewVirtualItemsSelectionRangeChangedEventHandler VirtualItemsSelectionRangeChanged { add { } remove { } }
ArrangeIcons()9756         public void ArrangeIcons() { }
ArrangeIcons(System.Windows.Forms.ListViewAlignment value)9757         public void ArrangeIcons(System.Windows.Forms.ListViewAlignment value) { }
AutoResizeColumn(int columnIndex, System.Windows.Forms.ColumnHeaderAutoResizeStyle headerAutoResize)9758         public void AutoResizeColumn(int columnIndex, System.Windows.Forms.ColumnHeaderAutoResizeStyle headerAutoResize) { }
AutoResizeColumns(System.Windows.Forms.ColumnHeaderAutoResizeStyle headerAutoResize)9759         public void AutoResizeColumns(System.Windows.Forms.ColumnHeaderAutoResizeStyle headerAutoResize) { }
BeginUpdate()9760         public void BeginUpdate() { }
Clear()9761         public void Clear() { }
CreateHandle()9762         protected override void CreateHandle() { }
Dispose(bool disposing)9763         protected override void Dispose(bool disposing) { }
EndUpdate()9764         public void EndUpdate() { }
EnsureVisible(int index)9765         public void EnsureVisible(int index) { }
FindItemWithText(string text)9766         public System.Windows.Forms.ListViewItem FindItemWithText(string text) { throw null; }
FindItemWithText(string text, bool includeSubItemsInSearch, int startIndex)9767         public System.Windows.Forms.ListViewItem FindItemWithText(string text, bool includeSubItemsInSearch, int startIndex) { throw null; }
FindItemWithText(string text, bool includeSubItemsInSearch, int startIndex, bool isPrefixSearch)9768         public System.Windows.Forms.ListViewItem FindItemWithText(string text, bool includeSubItemsInSearch, int startIndex, bool isPrefixSearch) { throw null; }
FindNearestItem(System.Windows.Forms.SearchDirectionHint dir, System.Drawing.Point point)9769         public System.Windows.Forms.ListViewItem FindNearestItem(System.Windows.Forms.SearchDirectionHint dir, System.Drawing.Point point) { throw null; }
FindNearestItem(System.Windows.Forms.SearchDirectionHint searchDirection, int x, int y)9770         public System.Windows.Forms.ListViewItem FindNearestItem(System.Windows.Forms.SearchDirectionHint searchDirection, int x, int y) { throw null; }
GetItemAt(int x, int y)9771         public System.Windows.Forms.ListViewItem GetItemAt(int x, int y) { throw null; }
GetItemRect(int index)9772         public System.Drawing.Rectangle GetItemRect(int index) { throw null; }
GetItemRect(int index, System.Windows.Forms.ItemBoundsPortion portion)9773         public System.Drawing.Rectangle GetItemRect(int index, System.Windows.Forms.ItemBoundsPortion portion) { throw null; }
HitTest(System.Drawing.Point point)9774         public System.Windows.Forms.ListViewHitTestInfo HitTest(System.Drawing.Point point) { throw null; }
HitTest(int x, int y)9775         public System.Windows.Forms.ListViewHitTestInfo HitTest(int x, int y) { throw null; }
IsInputKey(System.Windows.Forms.Keys keyData)9776         protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
OnAfterLabelEdit(System.Windows.Forms.LabelEditEventArgs e)9777         protected virtual void OnAfterLabelEdit(System.Windows.Forms.LabelEditEventArgs e) { }
OnBackgroundImageChanged(System.EventArgs e)9778         protected override void OnBackgroundImageChanged(System.EventArgs e) { }
OnBeforeLabelEdit(System.Windows.Forms.LabelEditEventArgs e)9779         protected virtual void OnBeforeLabelEdit(System.Windows.Forms.LabelEditEventArgs e) { }
OnCacheVirtualItems(System.Windows.Forms.CacheVirtualItemsEventArgs e)9780         protected virtual void OnCacheVirtualItems(System.Windows.Forms.CacheVirtualItemsEventArgs e) { }
OnColumnClick(System.Windows.Forms.ColumnClickEventArgs e)9781         protected virtual void OnColumnClick(System.Windows.Forms.ColumnClickEventArgs e) { }
OnColumnReordered(System.Windows.Forms.ColumnReorderedEventArgs e)9782         protected virtual void OnColumnReordered(System.Windows.Forms.ColumnReorderedEventArgs e) { }
OnColumnWidthChanged(System.Windows.Forms.ColumnWidthChangedEventArgs e)9783         protected virtual void OnColumnWidthChanged(System.Windows.Forms.ColumnWidthChangedEventArgs e) { }
OnColumnWidthChanging(System.Windows.Forms.ColumnWidthChangingEventArgs e)9784         protected virtual void OnColumnWidthChanging(System.Windows.Forms.ColumnWidthChangingEventArgs e) { }
OnDrawColumnHeader(System.Windows.Forms.DrawListViewColumnHeaderEventArgs e)9785         protected virtual void OnDrawColumnHeader(System.Windows.Forms.DrawListViewColumnHeaderEventArgs e) { }
OnDrawItem(System.Windows.Forms.DrawListViewItemEventArgs e)9786         protected virtual void OnDrawItem(System.Windows.Forms.DrawListViewItemEventArgs e) { }
OnDrawSubItem(System.Windows.Forms.DrawListViewSubItemEventArgs e)9787         protected virtual void OnDrawSubItem(System.Windows.Forms.DrawListViewSubItemEventArgs e) { }
OnFontChanged(System.EventArgs e)9788         protected override void OnFontChanged(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)9789         protected override void OnHandleCreated(System.EventArgs e) { }
OnHandleDestroyed(System.EventArgs e)9790         protected override void OnHandleDestroyed(System.EventArgs e) { }
OnItemActivate(System.EventArgs e)9791         protected virtual void OnItemActivate(System.EventArgs e) { }
OnItemCheck(System.Windows.Forms.ItemCheckEventArgs ice)9792         protected virtual void OnItemCheck(System.Windows.Forms.ItemCheckEventArgs ice) { }
OnItemChecked(System.Windows.Forms.ItemCheckedEventArgs e)9793         protected virtual void OnItemChecked(System.Windows.Forms.ItemCheckedEventArgs e) { }
OnItemDrag(System.Windows.Forms.ItemDragEventArgs e)9794         protected virtual void OnItemDrag(System.Windows.Forms.ItemDragEventArgs e) { }
OnItemMouseHover(System.Windows.Forms.ListViewItemMouseHoverEventArgs e)9795         protected virtual void OnItemMouseHover(System.Windows.Forms.ListViewItemMouseHoverEventArgs e) { }
OnItemSelectionChanged(System.Windows.Forms.ListViewItemSelectionChangedEventArgs e)9796         protected virtual void OnItemSelectionChanged(System.Windows.Forms.ListViewItemSelectionChangedEventArgs e) { }
OnMouseHover(System.EventArgs e)9797         protected override void OnMouseHover(System.EventArgs e) { }
OnMouseLeave(System.EventArgs e)9798         protected override void OnMouseLeave(System.EventArgs e) { }
OnParentChanged(System.EventArgs e)9799         protected override void OnParentChanged(System.EventArgs e) { }
OnResize(System.EventArgs e)9800         protected override void OnResize(System.EventArgs e) { }
OnRetrieveVirtualItem(System.Windows.Forms.RetrieveVirtualItemEventArgs e)9801         protected virtual void OnRetrieveVirtualItem(System.Windows.Forms.RetrieveVirtualItemEventArgs e) { }
9802         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnRightToLeftLayoutChanged(System.EventArgs e)9803         protected virtual void OnRightToLeftLayoutChanged(System.EventArgs e) { }
OnSearchForVirtualItem(System.Windows.Forms.SearchForVirtualItemEventArgs e)9804         protected virtual void OnSearchForVirtualItem(System.Windows.Forms.SearchForVirtualItemEventArgs e) { }
OnSelectedIndexChanged(System.EventArgs e)9805         protected virtual void OnSelectedIndexChanged(System.EventArgs e) { }
OnSystemColorsChanged(System.EventArgs e)9806         protected override void OnSystemColorsChanged(System.EventArgs e) { }
OnVirtualItemsSelectionRangeChanged(System.Windows.Forms.ListViewVirtualItemsSelectionRangeChangedEventArgs e)9807         protected virtual void OnVirtualItemsSelectionRangeChanged(System.Windows.Forms.ListViewVirtualItemsSelectionRangeChangedEventArgs e) { }
RealizeProperties()9808         protected void RealizeProperties() { }
9809         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RedrawItems(int startIndex, int endIndex, bool invalidateOnly)9810         public void RedrawItems(int startIndex, int endIndex, bool invalidateOnly) { }
Sort()9811         public void Sort() { }
ToString()9812         public override string ToString() { throw null; }
UpdateExtendedStyles()9813         protected void UpdateExtendedStyles() { }
9814         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
WndProc(ref System.Windows.Forms.Message m)9815         protected override void WndProc(ref System.Windows.Forms.Message m) { }
9816         [System.ComponentModel.ListBindableAttribute(false)]
9817         public partial class CheckedIndexCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
9818         {
CheckedIndexCollection(System.Windows.Forms.ListView owner)9819             public CheckedIndexCollection(System.Windows.Forms.ListView owner) { }
9820             [System.ComponentModel.BrowsableAttribute(false)]
9821             public int Count { get { throw null; } }
9822             public bool IsReadOnly { get { throw null; } }
9823             public int this[int index] { get { throw null; } }
9824             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
9825             object System.Collections.ICollection.SyncRoot { get { throw null; } }
9826             bool System.Collections.IList.IsFixedSize { get { throw null; } }
9827             object System.Collections.IList.this[int index] { get { throw null; } set { } }
Contains(int checkedIndex)9828             public bool Contains(int checkedIndex) { throw null; }
GetEnumerator()9829             public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(int checkedIndex)9830             public int IndexOf(int checkedIndex) { throw null; }
System.Collections.ICollection.CopyTo(System.Array dest, int index)9831             void System.Collections.ICollection.CopyTo(System.Array dest, int index) { }
System.Collections.IList.Add(object value)9832             int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()9833             void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object checkedIndex)9834             bool System.Collections.IList.Contains(object checkedIndex) { throw null; }
System.Collections.IList.IndexOf(object checkedIndex)9835             int System.Collections.IList.IndexOf(object checkedIndex) { throw null; }
System.Collections.IList.Insert(int index, object value)9836             void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)9837             void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)9838             void System.Collections.IList.RemoveAt(int index) { }
9839         }
9840         [System.ComponentModel.ListBindableAttribute(false)]
9841         public partial class CheckedListViewItemCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
9842         {
CheckedListViewItemCollection(System.Windows.Forms.ListView owner)9843             public CheckedListViewItemCollection(System.Windows.Forms.ListView owner) { }
9844             [System.ComponentModel.BrowsableAttribute(false)]
9845             public int Count { get { throw null; } }
9846             public bool IsReadOnly { get { throw null; } }
9847             public System.Windows.Forms.ListViewItem this[int index] { get { throw null; } }
9848             public virtual System.Windows.Forms.ListViewItem this[string key] { get { throw null; } }
9849             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
9850             object System.Collections.ICollection.SyncRoot { get { throw null; } }
9851             bool System.Collections.IList.IsFixedSize { get { throw null; } }
9852             object System.Collections.IList.this[int index] { get { throw null; } set { } }
Contains(System.Windows.Forms.ListViewItem item)9853             public bool Contains(System.Windows.Forms.ListViewItem item) { throw null; }
ContainsKey(string key)9854             public virtual bool ContainsKey(string key) { throw null; }
CopyTo(System.Array dest, int index)9855             public void CopyTo(System.Array dest, int index) { }
GetEnumerator()9856             public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.Windows.Forms.ListViewItem item)9857             public int IndexOf(System.Windows.Forms.ListViewItem item) { throw null; }
IndexOfKey(string key)9858             public virtual int IndexOfKey(string key) { throw null; }
System.Collections.IList.Add(object value)9859             int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()9860             void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object item)9861             bool System.Collections.IList.Contains(object item) { throw null; }
System.Collections.IList.IndexOf(object item)9862             int System.Collections.IList.IndexOf(object item) { throw null; }
System.Collections.IList.Insert(int index, object value)9863             void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)9864             void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)9865             void System.Collections.IList.RemoveAt(int index) { }
9866         }
9867         [System.ComponentModel.ListBindableAttribute(false)]
9868         public partial class ColumnHeaderCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
9869         {
ColumnHeaderCollection(System.Windows.Forms.ListView owner)9870             public ColumnHeaderCollection(System.Windows.Forms.ListView owner) { }
9871             [System.ComponentModel.BrowsableAttribute(false)]
9872             public int Count { get { throw null; } }
9873             public bool IsReadOnly { get { throw null; } }
9874             public virtual System.Windows.Forms.ColumnHeader this[int index] { get { throw null; } }
9875             public virtual System.Windows.Forms.ColumnHeader this[string key] { get { throw null; } }
9876             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
9877             object System.Collections.ICollection.SyncRoot { get { throw null; } }
9878             bool System.Collections.IList.IsFixedSize { get { throw null; } }
9879             object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(string text)9880             public virtual System.Windows.Forms.ColumnHeader Add(string text) { throw null; }
Add(string text, int width)9881             public virtual System.Windows.Forms.ColumnHeader Add(string text, int width) { throw null; }
Add(string text, int width, System.Windows.Forms.HorizontalAlignment textAlign)9882             public virtual System.Windows.Forms.ColumnHeader Add(string text, int width, System.Windows.Forms.HorizontalAlignment textAlign) { throw null; }
Add(string key, string text)9883             public virtual System.Windows.Forms.ColumnHeader Add(string key, string text) { throw null; }
Add(string key, string text, int width)9884             public virtual System.Windows.Forms.ColumnHeader Add(string key, string text, int width) { throw null; }
Add(string key, string text, int width, System.Windows.Forms.HorizontalAlignment textAlign, int imageIndex)9885             public virtual System.Windows.Forms.ColumnHeader Add(string key, string text, int width, System.Windows.Forms.HorizontalAlignment textAlign, int imageIndex) { throw null; }
Add(string key, string text, int width, System.Windows.Forms.HorizontalAlignment textAlign, string imageKey)9886             public virtual System.Windows.Forms.ColumnHeader Add(string key, string text, int width, System.Windows.Forms.HorizontalAlignment textAlign, string imageKey) { throw null; }
Add(System.Windows.Forms.ColumnHeader value)9887             public virtual int Add(System.Windows.Forms.ColumnHeader value) { throw null; }
AddRange(System.Windows.Forms.ColumnHeader[] values)9888             public virtual void AddRange(System.Windows.Forms.ColumnHeader[] values) { }
Clear()9889             public virtual void Clear() { }
Contains(System.Windows.Forms.ColumnHeader value)9890             public bool Contains(System.Windows.Forms.ColumnHeader value) { throw null; }
ContainsKey(string key)9891             public virtual bool ContainsKey(string key) { throw null; }
GetEnumerator()9892             public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.Windows.Forms.ColumnHeader value)9893             public int IndexOf(System.Windows.Forms.ColumnHeader value) { throw null; }
IndexOfKey(string key)9894             public virtual int IndexOfKey(string key) { throw null; }
Insert(int index, string text)9895             public void Insert(int index, string text) { }
Insert(int index, string text, int width)9896             public void Insert(int index, string text, int width) { }
Insert(int index, string text, int width, System.Windows.Forms.HorizontalAlignment textAlign)9897             public void Insert(int index, string text, int width, System.Windows.Forms.HorizontalAlignment textAlign) { }
Insert(int index, string key, string text)9898             public void Insert(int index, string key, string text) { }
Insert(int index, string key, string text, int width)9899             public void Insert(int index, string key, string text, int width) { }
Insert(int index, string key, string text, int width, System.Windows.Forms.HorizontalAlignment textAlign, int imageIndex)9900             public void Insert(int index, string key, string text, int width, System.Windows.Forms.HorizontalAlignment textAlign, int imageIndex) { }
Insert(int index, string key, string text, int width, System.Windows.Forms.HorizontalAlignment textAlign, string imageKey)9901             public void Insert(int index, string key, string text, int width, System.Windows.Forms.HorizontalAlignment textAlign, string imageKey) { }
Insert(int index, System.Windows.Forms.ColumnHeader value)9902             public void Insert(int index, System.Windows.Forms.ColumnHeader value) { }
Remove(System.Windows.Forms.ColumnHeader column)9903             public virtual void Remove(System.Windows.Forms.ColumnHeader column) { }
RemoveAt(int index)9904             public virtual void RemoveAt(int index) { }
RemoveByKey(string key)9905             public virtual void RemoveByKey(string key) { }
System.Collections.ICollection.CopyTo(System.Array dest, int index)9906             void System.Collections.ICollection.CopyTo(System.Array dest, int index) { }
System.Collections.IList.Add(object value)9907             int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Contains(object value)9908             bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)9909             int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)9910             void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)9911             void System.Collections.IList.Remove(object value) { }
9912         }
9913         [System.ComponentModel.ListBindableAttribute(false)]
9914         public partial class ListViewItemCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
9915         {
ListViewItemCollection(System.Windows.Forms.ListView owner)9916             public ListViewItemCollection(System.Windows.Forms.ListView owner) { }
9917             [System.ComponentModel.BrowsableAttribute(false)]
9918             public int Count { get { throw null; } }
9919             public bool IsReadOnly { get { throw null; } }
9920             public virtual System.Windows.Forms.ListViewItem this[int index] { get { throw null; } set { } }
9921             public virtual System.Windows.Forms.ListViewItem this[string key] { get { throw null; } }
9922             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
9923             object System.Collections.ICollection.SyncRoot { get { throw null; } }
9924             bool System.Collections.IList.IsFixedSize { get { throw null; } }
9925             object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(string text)9926             public virtual System.Windows.Forms.ListViewItem Add(string text) { throw null; }
Add(string text, int imageIndex)9927             public virtual System.Windows.Forms.ListViewItem Add(string text, int imageIndex) { throw null; }
Add(string text, string imageKey)9928             public virtual System.Windows.Forms.ListViewItem Add(string text, string imageKey) { throw null; }
Add(string key, string text, int imageIndex)9929             public virtual System.Windows.Forms.ListViewItem Add(string key, string text, int imageIndex) { throw null; }
Add(string key, string text, string imageKey)9930             public virtual System.Windows.Forms.ListViewItem Add(string key, string text, string imageKey) { throw null; }
Add(System.Windows.Forms.ListViewItem value)9931             public virtual System.Windows.Forms.ListViewItem Add(System.Windows.Forms.ListViewItem value) { throw null; }
AddRange(System.Windows.Forms.ListView.ListViewItemCollection items)9932             public void AddRange(System.Windows.Forms.ListView.ListViewItemCollection items) { }
AddRange(System.Windows.Forms.ListViewItem[] items)9933             public void AddRange(System.Windows.Forms.ListViewItem[] items) { }
Clear()9934             public virtual void Clear() { }
Contains(System.Windows.Forms.ListViewItem item)9935             public bool Contains(System.Windows.Forms.ListViewItem item) { throw null; }
ContainsKey(string key)9936             public virtual bool ContainsKey(string key) { throw null; }
CopyTo(System.Array dest, int index)9937             public void CopyTo(System.Array dest, int index) { }
Find(string key, bool searchAllSubItems)9938             public System.Windows.Forms.ListViewItem[] Find(string key, bool searchAllSubItems) { throw null; }
GetEnumerator()9939             public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.Windows.Forms.ListViewItem item)9940             public int IndexOf(System.Windows.Forms.ListViewItem item) { throw null; }
IndexOfKey(string key)9941             public virtual int IndexOfKey(string key) { throw null; }
Insert(int index, string text)9942             public System.Windows.Forms.ListViewItem Insert(int index, string text) { throw null; }
Insert(int index, string text, int imageIndex)9943             public System.Windows.Forms.ListViewItem Insert(int index, string text, int imageIndex) { throw null; }
Insert(int index, string text, string imageKey)9944             public System.Windows.Forms.ListViewItem Insert(int index, string text, string imageKey) { throw null; }
Insert(int index, string key, string text, int imageIndex)9945             public virtual System.Windows.Forms.ListViewItem Insert(int index, string key, string text, int imageIndex) { throw null; }
Insert(int index, string key, string text, string imageKey)9946             public virtual System.Windows.Forms.ListViewItem Insert(int index, string key, string text, string imageKey) { throw null; }
Insert(int index, System.Windows.Forms.ListViewItem item)9947             public System.Windows.Forms.ListViewItem Insert(int index, System.Windows.Forms.ListViewItem item) { throw null; }
Remove(System.Windows.Forms.ListViewItem item)9948             public virtual void Remove(System.Windows.Forms.ListViewItem item) { }
RemoveAt(int index)9949             public virtual void RemoveAt(int index) { }
RemoveByKey(string key)9950             public virtual void RemoveByKey(string key) { }
System.Collections.IList.Add(object item)9951             int System.Collections.IList.Add(object item) { throw null; }
System.Collections.IList.Contains(object item)9952             bool System.Collections.IList.Contains(object item) { throw null; }
System.Collections.IList.IndexOf(object item)9953             int System.Collections.IList.IndexOf(object item) { throw null; }
System.Collections.IList.Insert(int index, object item)9954             void System.Collections.IList.Insert(int index, object item) { }
System.Collections.IList.Remove(object item)9955             void System.Collections.IList.Remove(object item) { }
9956         }
9957         [System.ComponentModel.ListBindableAttribute(false)]
9958         public partial class SelectedIndexCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
9959         {
SelectedIndexCollection(System.Windows.Forms.ListView owner)9960             public SelectedIndexCollection(System.Windows.Forms.ListView owner) { }
9961             [System.ComponentModel.BrowsableAttribute(false)]
9962             public int Count { get { throw null; } }
9963             public bool IsReadOnly { get { throw null; } }
9964             public int this[int index] { get { throw null; } }
9965             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
9966             object System.Collections.ICollection.SyncRoot { get { throw null; } }
9967             bool System.Collections.IList.IsFixedSize { get { throw null; } }
9968             object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(int itemIndex)9969             public int Add(int itemIndex) { throw null; }
Clear()9970             public void Clear() { }
Contains(int selectedIndex)9971             public bool Contains(int selectedIndex) { throw null; }
CopyTo(System.Array dest, int index)9972             public void CopyTo(System.Array dest, int index) { }
GetEnumerator()9973             public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(int selectedIndex)9974             public int IndexOf(int selectedIndex) { throw null; }
Remove(int itemIndex)9975             public void Remove(int itemIndex) { }
System.Collections.IList.Add(object value)9976             int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()9977             void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object selectedIndex)9978             bool System.Collections.IList.Contains(object selectedIndex) { throw null; }
System.Collections.IList.IndexOf(object selectedIndex)9979             int System.Collections.IList.IndexOf(object selectedIndex) { throw null; }
System.Collections.IList.Insert(int index, object value)9980             void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)9981             void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)9982             void System.Collections.IList.RemoveAt(int index) { }
9983         }
9984         [System.ComponentModel.ListBindableAttribute(false)]
9985         public partial class SelectedListViewItemCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
9986         {
SelectedListViewItemCollection(System.Windows.Forms.ListView owner)9987             public SelectedListViewItemCollection(System.Windows.Forms.ListView owner) { }
9988             [System.ComponentModel.BrowsableAttribute(false)]
9989             public int Count { get { throw null; } }
9990             public bool IsReadOnly { get { throw null; } }
9991             public System.Windows.Forms.ListViewItem this[int index] { get { throw null; } }
9992             public virtual System.Windows.Forms.ListViewItem this[string key] { get { throw null; } }
9993             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
9994             object System.Collections.ICollection.SyncRoot { get { throw null; } }
9995             bool System.Collections.IList.IsFixedSize { get { throw null; } }
9996             object System.Collections.IList.this[int index] { get { throw null; } set { } }
Clear()9997             public void Clear() { }
Contains(System.Windows.Forms.ListViewItem item)9998             public bool Contains(System.Windows.Forms.ListViewItem item) { throw null; }
ContainsKey(string key)9999             public virtual bool ContainsKey(string key) { throw null; }
CopyTo(System.Array dest, int index)10000             public void CopyTo(System.Array dest, int index) { }
GetEnumerator()10001             public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.Windows.Forms.ListViewItem item)10002             public int IndexOf(System.Windows.Forms.ListViewItem item) { throw null; }
IndexOfKey(string key)10003             public virtual int IndexOfKey(string key) { throw null; }
System.Collections.IList.Add(object value)10004             int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Contains(object item)10005             bool System.Collections.IList.Contains(object item) { throw null; }
System.Collections.IList.IndexOf(object item)10006             int System.Collections.IList.IndexOf(object item) { throw null; }
System.Collections.IList.Insert(int index, object value)10007             void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)10008             void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)10009             void System.Collections.IList.RemoveAt(int index) { }
10010         }
10011     }
10012     public enum ListViewAlignment
10013     {
10014         Default = 0,
10015         Left = 1,
10016         SnapToGrid = 5,
10017         Top = 2,
10018     }
10019     [System.ComponentModel.DefaultPropertyAttribute("Header")]
10020     [System.ComponentModel.DesignTimeVisibleAttribute(false)]
10021     [System.ComponentModel.ToolboxItemAttribute(false)]
10022     [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.ListViewGroupConverter")]
10023     [System.SerializableAttribute]
10024     public sealed partial class ListViewGroup : System.Runtime.Serialization.ISerializable
10025     {
ListViewGroup()10026         public ListViewGroup() { }
ListViewGroup(string header)10027         public ListViewGroup(string header) { }
ListViewGroup(string key, string headerText)10028         public ListViewGroup(string key, string headerText) { }
ListViewGroup(string header, System.Windows.Forms.HorizontalAlignment headerAlignment)10029         public ListViewGroup(string header, System.Windows.Forms.HorizontalAlignment headerAlignment) { }
10030         public string Header { get { throw null; } set { } }
10031         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.HorizontalAlignment)(0))]
10032         public System.Windows.Forms.HorizontalAlignment HeaderAlignment { get { throw null; } set { } }
10033         [System.ComponentModel.BrowsableAttribute(false)]
10034         public System.Windows.Forms.ListView.ListViewItemCollection Items { get { throw null; } }
10035         [System.ComponentModel.BrowsableAttribute(false)]
10036         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10037         public System.Windows.Forms.ListView ListView { get { throw null; } }
10038         [System.ComponentModel.BrowsableAttribute(true)]
10039         [System.ComponentModel.DefaultValueAttribute("")]
10040         public string Name { get { throw null; } set { } }
10041         [System.ComponentModel.BindableAttribute(true)]
10042         [System.ComponentModel.DefaultValueAttribute(null)]
10043         [System.ComponentModel.LocalizableAttribute(false)]
10044         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
10045         public object Tag { get { throw null; } set { } }
10046         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)10047         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
ToString()10048         public override string ToString() { throw null; }
10049     }
10050     [System.ComponentModel.ListBindableAttribute(false)]
10051     public partial class ListViewGroupCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
10052     {
ListViewGroupCollection()10053         internal ListViewGroupCollection() { }
10054         public int Count { get { throw null; } }
10055         public System.Windows.Forms.ListViewGroup this[int index] { get { throw null; } set { } }
10056         public System.Windows.Forms.ListViewGroup this[string key] { get { throw null; } set { } }
10057         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
10058         object System.Collections.ICollection.SyncRoot { get { throw null; } }
10059         bool System.Collections.IList.IsFixedSize { get { throw null; } }
10060         bool System.Collections.IList.IsReadOnly { get { throw null; } }
10061         object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(string key, string headerText)10062         public System.Windows.Forms.ListViewGroup Add(string key, string headerText) { throw null; }
Add(System.Windows.Forms.ListViewGroup group)10063         public int Add(System.Windows.Forms.ListViewGroup group) { throw null; }
AddRange(System.Windows.Forms.ListViewGroupCollection groups)10064         public void AddRange(System.Windows.Forms.ListViewGroupCollection groups) { }
AddRange(System.Windows.Forms.ListViewGroup[] groups)10065         public void AddRange(System.Windows.Forms.ListViewGroup[] groups) { }
Clear()10066         public void Clear() { }
Contains(System.Windows.Forms.ListViewGroup value)10067         public bool Contains(System.Windows.Forms.ListViewGroup value) { throw null; }
CopyTo(System.Array array, int index)10068         public void CopyTo(System.Array array, int index) { }
GetEnumerator()10069         public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.Windows.Forms.ListViewGroup value)10070         public int IndexOf(System.Windows.Forms.ListViewGroup value) { throw null; }
Insert(int index, System.Windows.Forms.ListViewGroup group)10071         public void Insert(int index, System.Windows.Forms.ListViewGroup group) { }
Remove(System.Windows.Forms.ListViewGroup group)10072         public void Remove(System.Windows.Forms.ListViewGroup group) { }
RemoveAt(int index)10073         public void RemoveAt(int index) { }
System.Collections.IList.Add(object value)10074         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Contains(object value)10075         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)10076         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)10077         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)10078         void System.Collections.IList.Remove(object value) { }
10079     }
10080     public partial class ListViewHitTestInfo
10081     {
ListViewHitTestInfo(System.Windows.Forms.ListViewItem hitItem, System.Windows.Forms.ListViewItem.ListViewSubItem hitSubItem, System.Windows.Forms.ListViewHitTestLocations hitLocation)10082         public ListViewHitTestInfo(System.Windows.Forms.ListViewItem hitItem, System.Windows.Forms.ListViewItem.ListViewSubItem hitSubItem, System.Windows.Forms.ListViewHitTestLocations hitLocation) { }
10083         public System.Windows.Forms.ListViewItem Item { get { throw null; } }
10084         public System.Windows.Forms.ListViewHitTestLocations Location { get { throw null; } }
10085         public System.Windows.Forms.ListViewItem.ListViewSubItem SubItem { get { throw null; } }
10086     }
10087     [System.FlagsAttribute]
10088     public enum ListViewHitTestLocations
10089     {
10090         AboveClientArea = 256,
10091         BelowClientArea = 16,
10092         Image = 2,
10093         Label = 4,
10094         LeftOfClientArea = 64,
10095         None = 1,
10096         RightOfClientArea = 32,
10097         StateImage = 512,
10098     }
10099     public sealed partial class ListViewInsertionMark
10100     {
ListViewInsertionMark()10101         internal ListViewInsertionMark() { }
10102         public bool AppearsAfterItem { get { throw null; } set { } }
10103         public System.Drawing.Rectangle Bounds { get { throw null; } }
10104         public System.Drawing.Color Color { get { throw null; } set { } }
10105         public int Index { get { throw null; } set { } }
NearestIndex(System.Drawing.Point pt)10106         public int NearestIndex(System.Drawing.Point pt) { throw null; }
10107     }
10108     [System.ComponentModel.DefaultPropertyAttribute("Text")]
10109     [System.ComponentModel.DesignTimeVisibleAttribute(false)]
10110     [System.ComponentModel.ToolboxItemAttribute(false)]
10111     [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ListViewItemConverter))]
10112     [System.SerializableAttribute]
10113     public partial class ListViewItem : System.ICloneable, System.Runtime.Serialization.ISerializable
10114     {
ListViewItem()10115         public ListViewItem() { }
ListViewItem(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)10116         protected ListViewItem(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
ListViewItem(string text)10117         public ListViewItem(string text) { }
ListViewItem(string text, int imageIndex)10118         public ListViewItem(string text, int imageIndex) { }
ListViewItem(string text, int imageIndex, System.Windows.Forms.ListViewGroup group)10119         public ListViewItem(string text, int imageIndex, System.Windows.Forms.ListViewGroup group) { }
ListViewItem(string text, string imageKey)10120         public ListViewItem(string text, string imageKey) { }
ListViewItem(string text, string imageKey, System.Windows.Forms.ListViewGroup group)10121         public ListViewItem(string text, string imageKey, System.Windows.Forms.ListViewGroup group) { }
ListViewItem(string text, System.Windows.Forms.ListViewGroup group)10122         public ListViewItem(string text, System.Windows.Forms.ListViewGroup group) { }
ListViewItem(string[] items)10123         public ListViewItem(string[] items) { }
ListViewItem(string[] items, int imageIndex)10124         public ListViewItem(string[] items, int imageIndex) { }
ListViewItem(string[] items, int imageIndex, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font)10125         public ListViewItem(string[] items, int imageIndex, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font) { }
ListViewItem(string[] items, int imageIndex, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font, System.Windows.Forms.ListViewGroup group)10126         public ListViewItem(string[] items, int imageIndex, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font, System.Windows.Forms.ListViewGroup group) { }
ListViewItem(string[] items, int imageIndex, System.Windows.Forms.ListViewGroup group)10127         public ListViewItem(string[] items, int imageIndex, System.Windows.Forms.ListViewGroup group) { }
ListViewItem(string[] items, string imageKey)10128         public ListViewItem(string[] items, string imageKey) { }
ListViewItem(string[] items, string imageKey, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font)10129         public ListViewItem(string[] items, string imageKey, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font) { }
ListViewItem(string[] items, string imageKey, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font, System.Windows.Forms.ListViewGroup group)10130         public ListViewItem(string[] items, string imageKey, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font, System.Windows.Forms.ListViewGroup group) { }
ListViewItem(string[] items, string imageKey, System.Windows.Forms.ListViewGroup group)10131         public ListViewItem(string[] items, string imageKey, System.Windows.Forms.ListViewGroup group) { }
ListViewItem(string[] items, System.Windows.Forms.ListViewGroup group)10132         public ListViewItem(string[] items, System.Windows.Forms.ListViewGroup group) { }
ListViewItem(System.Windows.Forms.ListViewGroup group)10133         public ListViewItem(System.Windows.Forms.ListViewGroup group) { }
ListViewItem(System.Windows.Forms.ListViewItem.ListViewSubItem[] subItems, int imageIndex)10134         public ListViewItem(System.Windows.Forms.ListViewItem.ListViewSubItem[] subItems, int imageIndex) { }
ListViewItem(System.Windows.Forms.ListViewItem.ListViewSubItem[] subItems, int imageIndex, System.Windows.Forms.ListViewGroup group)10135         public ListViewItem(System.Windows.Forms.ListViewItem.ListViewSubItem[] subItems, int imageIndex, System.Windows.Forms.ListViewGroup group) { }
ListViewItem(System.Windows.Forms.ListViewItem.ListViewSubItem[] subItems, string imageKey)10136         public ListViewItem(System.Windows.Forms.ListViewItem.ListViewSubItem[] subItems, string imageKey) { }
ListViewItem(System.Windows.Forms.ListViewItem.ListViewSubItem[] subItems, string imageKey, System.Windows.Forms.ListViewGroup group)10137         public ListViewItem(System.Windows.Forms.ListViewItem.ListViewSubItem[] subItems, string imageKey, System.Windows.Forms.ListViewGroup group) { }
10138         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10139         public System.Drawing.Color BackColor { get { throw null; } set { } }
10140         [System.ComponentModel.BrowsableAttribute(false)]
10141         public System.Drawing.Rectangle Bounds { get { throw null; } }
10142         [System.ComponentModel.DefaultValueAttribute(false)]
10143         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
10144         public bool Checked { get { throw null; } set { } }
10145         [System.ComponentModel.BrowsableAttribute(false)]
10146         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10147         public bool Focused { get { throw null; } set { } }
10148         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10149         [System.ComponentModel.LocalizableAttribute(true)]
10150         public System.Drawing.Font Font { get { throw null; } set { } }
10151         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10152         public System.Drawing.Color ForeColor { get { throw null; } set { } }
10153         [System.ComponentModel.DefaultValueAttribute(null)]
10154         [System.ComponentModel.LocalizableAttribute(true)]
10155         public System.Windows.Forms.ListViewGroup Group { get { throw null; } set { } }
10156         [System.ComponentModel.DefaultValueAttribute(-1)]
10157         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10158         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
10159         [System.ComponentModel.LocalizableAttribute(true)]
10160         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
10161         [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.NoneExcludedImageIndexConverter")]
10162         public int ImageIndex { get { throw null; } set { } }
10163         [System.ComponentModel.DefaultValueAttribute("")]
10164         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10165         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
10166         [System.ComponentModel.LocalizableAttribute(true)]
10167         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
10168         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageKeyConverter))]
10169         public string ImageKey { get { throw null; } set { } }
10170         [System.ComponentModel.BrowsableAttribute(false)]
10171         public System.Windows.Forms.ImageList ImageList { get { throw null; } }
10172         [System.ComponentModel.DefaultValueAttribute(0)]
10173         public int IndentCount { get { throw null; } set { } }
10174         [System.ComponentModel.BrowsableAttribute(false)]
10175         public int Index { get { throw null; } }
10176         [System.ComponentModel.BrowsableAttribute(false)]
10177         public System.Windows.Forms.ListView ListView { get { throw null; } }
10178         [System.ComponentModel.BrowsableAttribute(false)]
10179         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10180         [System.ComponentModel.LocalizableAttribute(true)]
10181         public string Name { get { throw null; } set { } }
10182         [System.ComponentModel.BrowsableAttribute(false)]
10183         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10184         public System.Drawing.Point Position { get { throw null; } set { } }
10185         [System.ComponentModel.BrowsableAttribute(false)]
10186         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10187         public bool Selected { get { throw null; } set { } }
10188         [System.ComponentModel.DefaultValueAttribute(-1)]
10189         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
10190         [System.ComponentModel.LocalizableAttribute(true)]
10191         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
10192         [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.NoneExcludedImageIndexConverter")]
10193         [System.Windows.Forms.RelatedImageListAttribute("ListView.StateImageList")]
10194         public int StateImageIndex { get { throw null; } set { } }
10195         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10196         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListViewSubItemCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
10197         public System.Windows.Forms.ListViewItem.ListViewSubItemCollection SubItems { get { throw null; } }
10198         [System.ComponentModel.BindableAttribute(true)]
10199         [System.ComponentModel.DefaultValueAttribute(null)]
10200         [System.ComponentModel.LocalizableAttribute(false)]
10201         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
10202         public object Tag { get { throw null; } set { } }
10203         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10204         [System.ComponentModel.LocalizableAttribute(true)]
10205         public string Text { get { throw null; } set { } }
10206         [System.ComponentModel.DefaultValueAttribute("")]
10207         public string ToolTipText { get { throw null; } set { } }
10208         [System.ComponentModel.DefaultValueAttribute(true)]
10209         public bool UseItemStyleForSubItems { get { throw null; } set { } }
BeginEdit()10210         public void BeginEdit() { }
Clone()10211         public virtual object Clone() { throw null; }
Deserialize(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)10212         protected virtual void Deserialize(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
EnsureVisible()10213         public virtual void EnsureVisible() { }
FindNearestItem(System.Windows.Forms.SearchDirectionHint searchDirection)10214         public System.Windows.Forms.ListViewItem FindNearestItem(System.Windows.Forms.SearchDirectionHint searchDirection) { throw null; }
GetBounds(System.Windows.Forms.ItemBoundsPortion portion)10215         public System.Drawing.Rectangle GetBounds(System.Windows.Forms.ItemBoundsPortion portion) { throw null; }
GetSubItemAt(int x, int y)10216         public System.Windows.Forms.ListViewItem.ListViewSubItem GetSubItemAt(int x, int y) { throw null; }
Remove()10217         public virtual void Remove() { }
10218         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]
10219         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]
Serialize(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)10220         protected virtual void Serialize(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
10221         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)10222         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
ToString()10223         public override string ToString() { throw null; }
10224         [System.ComponentModel.DefaultPropertyAttribute("Text")]
10225         [System.ComponentModel.DesignTimeVisibleAttribute(false)]
10226         [System.ComponentModel.ToolboxItemAttribute(false)]
10227         [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.ListViewSubItemConverter")]
10228         [System.SerializableAttribute]
10229         public partial class ListViewSubItem
10230         {
ListViewSubItem()10231             public ListViewSubItem() { }
ListViewSubItem(System.Windows.Forms.ListViewItem owner, string text)10232             public ListViewSubItem(System.Windows.Forms.ListViewItem owner, string text) { }
ListViewSubItem(System.Windows.Forms.ListViewItem owner, string text, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font)10233             public ListViewSubItem(System.Windows.Forms.ListViewItem owner, string text, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font) { }
10234             public System.Drawing.Color BackColor { get { throw null; } set { } }
10235             [System.ComponentModel.BrowsableAttribute(false)]
10236             public System.Drawing.Rectangle Bounds { get { throw null; } }
10237             [System.ComponentModel.LocalizableAttribute(true)]
10238             public System.Drawing.Font Font { get { throw null; } set { } }
10239             public System.Drawing.Color ForeColor { get { throw null; } set { } }
10240             [System.ComponentModel.LocalizableAttribute(true)]
10241             public string Name { get { throw null; } set { } }
10242             [System.ComponentModel.BindableAttribute(true)]
10243             [System.ComponentModel.DefaultValueAttribute(null)]
10244             [System.ComponentModel.LocalizableAttribute(false)]
10245             [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
10246             public object Tag { get { throw null; } set { } }
10247             [System.ComponentModel.LocalizableAttribute(true)]
10248             public string Text { get { throw null; } set { } }
ResetStyle()10249             public void ResetStyle() { }
ToString()10250             public override string ToString() { throw null; }
10251         }
10252         public partial class ListViewSubItemCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
10253         {
ListViewSubItemCollection(System.Windows.Forms.ListViewItem owner)10254             public ListViewSubItemCollection(System.Windows.Forms.ListViewItem owner) { }
10255             [System.ComponentModel.BrowsableAttribute(false)]
10256             public int Count { get { throw null; } }
10257             public bool IsReadOnly { get { throw null; } }
10258             public System.Windows.Forms.ListViewItem.ListViewSubItem this[int index] { get { throw null; } set { } }
10259             public virtual System.Windows.Forms.ListViewItem.ListViewSubItem this[string key] { get { throw null; } }
10260             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
10261             object System.Collections.ICollection.SyncRoot { get { throw null; } }
10262             bool System.Collections.IList.IsFixedSize { get { throw null; } }
10263             object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(string text)10264             public System.Windows.Forms.ListViewItem.ListViewSubItem Add(string text) { throw null; }
Add(string text, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font)10265             public System.Windows.Forms.ListViewItem.ListViewSubItem Add(string text, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font) { throw null; }
Add(System.Windows.Forms.ListViewItem.ListViewSubItem item)10266             public System.Windows.Forms.ListViewItem.ListViewSubItem Add(System.Windows.Forms.ListViewItem.ListViewSubItem item) { throw null; }
AddRange(string[] items)10267             public void AddRange(string[] items) { }
AddRange(string[] items, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font)10268             public void AddRange(string[] items, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font) { }
AddRange(System.Windows.Forms.ListViewItem.ListViewSubItem[] items)10269             public void AddRange(System.Windows.Forms.ListViewItem.ListViewSubItem[] items) { }
Clear()10270             public void Clear() { }
Contains(System.Windows.Forms.ListViewItem.ListViewSubItem subItem)10271             public bool Contains(System.Windows.Forms.ListViewItem.ListViewSubItem subItem) { throw null; }
ContainsKey(string key)10272             public virtual bool ContainsKey(string key) { throw null; }
GetEnumerator()10273             public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.Windows.Forms.ListViewItem.ListViewSubItem subItem)10274             public int IndexOf(System.Windows.Forms.ListViewItem.ListViewSubItem subItem) { throw null; }
IndexOfKey(string key)10275             public virtual int IndexOfKey(string key) { throw null; }
Insert(int index, System.Windows.Forms.ListViewItem.ListViewSubItem item)10276             public void Insert(int index, System.Windows.Forms.ListViewItem.ListViewSubItem item) { }
Remove(System.Windows.Forms.ListViewItem.ListViewSubItem item)10277             public void Remove(System.Windows.Forms.ListViewItem.ListViewSubItem item) { }
RemoveAt(int index)10278             public void RemoveAt(int index) { }
RemoveByKey(string key)10279             public virtual void RemoveByKey(string key) { }
System.Collections.ICollection.CopyTo(System.Array dest, int index)10280             void System.Collections.ICollection.CopyTo(System.Array dest, int index) { }
System.Collections.IList.Add(object item)10281             int System.Collections.IList.Add(object item) { throw null; }
System.Collections.IList.Contains(object subItem)10282             bool System.Collections.IList.Contains(object subItem) { throw null; }
System.Collections.IList.IndexOf(object subItem)10283             int System.Collections.IList.IndexOf(object subItem) { throw null; }
System.Collections.IList.Insert(int index, object item)10284             void System.Collections.IList.Insert(int index, object item) { }
System.Collections.IList.Remove(object item)10285             void System.Collections.IList.Remove(object item) { }
10286         }
10287     }
10288     public partial class ListViewItemConverter : System.ComponentModel.ExpandableObjectConverter
10289     {
ListViewItemConverter()10290         public ListViewItemConverter() { }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)10291         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)10292         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
10293     }
10294     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
10295     public partial class ListViewItemMouseHoverEventArgs : System.EventArgs
10296     {
ListViewItemMouseHoverEventArgs(System.Windows.Forms.ListViewItem item)10297         public ListViewItemMouseHoverEventArgs(System.Windows.Forms.ListViewItem item) { }
10298         public System.Windows.Forms.ListViewItem Item { get { throw null; } }
10299     }
ListViewItemMouseHoverEventHandler(object sender, System.Windows.Forms.ListViewItemMouseHoverEventArgs e)10300     public delegate void ListViewItemMouseHoverEventHandler(object sender, System.Windows.Forms.ListViewItemMouseHoverEventArgs e);
10301     public partial class ListViewItemSelectionChangedEventArgs : System.EventArgs
10302     {
ListViewItemSelectionChangedEventArgs(System.Windows.Forms.ListViewItem item, int itemIndex, bool isSelected)10303         public ListViewItemSelectionChangedEventArgs(System.Windows.Forms.ListViewItem item, int itemIndex, bool isSelected) { }
10304         public bool IsSelected { get { throw null; } }
10305         public System.Windows.Forms.ListViewItem Item { get { throw null; } }
10306         public int ItemIndex { get { throw null; } }
10307     }
ListViewItemSelectionChangedEventHandler(object sender, System.Windows.Forms.ListViewItemSelectionChangedEventArgs e)10308     public delegate void ListViewItemSelectionChangedEventHandler(object sender, System.Windows.Forms.ListViewItemSelectionChangedEventArgs e);
10309     [System.FlagsAttribute]
10310     public enum ListViewItemStates
10311     {
10312         Checked = 8,
10313         Default = 32,
10314         Focused = 16,
10315         Grayed = 2,
10316         Hot = 64,
10317         Indeterminate = 256,
10318         Marked = 128,
10319         Selected = 1,
10320         ShowKeyboardCues = 512,
10321     }
10322     public partial class ListViewVirtualItemsSelectionRangeChangedEventArgs : System.EventArgs
10323     {
ListViewVirtualItemsSelectionRangeChangedEventArgs(int startIndex, int endIndex, bool isSelected)10324         public ListViewVirtualItemsSelectionRangeChangedEventArgs(int startIndex, int endIndex, bool isSelected) { }
10325         public int EndIndex { get { throw null; } }
10326         public bool IsSelected { get { throw null; } }
10327         public int StartIndex { get { throw null; } }
10328     }
ListViewVirtualItemsSelectionRangeChangedEventHandler(object sender, System.Windows.Forms.ListViewVirtualItemsSelectionRangeChangedEventArgs e)10329     public delegate void ListViewVirtualItemsSelectionRangeChangedEventHandler(object sender, System.Windows.Forms.ListViewVirtualItemsSelectionRangeChangedEventArgs e);
10330     [System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms.MainMenu")]
10331     public partial class MainMenu : System.Windows.Forms.Menu
10332     {
MainMenu()10333         public MainMenu() : base (default(System.Windows.Forms.MenuItem[])) { }
MainMenu(System.ComponentModel.IContainer container)10334         public MainMenu(System.ComponentModel.IContainer container) : base (default(System.Windows.Forms.MenuItem[])) { }
MainMenu(System.Windows.Forms.MenuItem[] items)10335         public MainMenu(System.Windows.Forms.MenuItem[] items) : base (default(System.Windows.Forms.MenuItem[])) { }
10336         [System.ComponentModel.AmbientValueAttribute((System.Windows.Forms.RightToLeft)(2))]
10337         [System.ComponentModel.LocalizableAttribute(true)]
10338         public virtual System.Windows.Forms.RightToLeft RightToLeft { get { throw null; } set { } }
10339         public event System.EventHandler Collapse { add { } remove { } }
CloneMenu()10340         public virtual System.Windows.Forms.MainMenu CloneMenu() { throw null; }
CreateMenuHandle()10341         protected override System.IntPtr CreateMenuHandle() { throw null; }
Dispose(bool disposing)10342         protected override void Dispose(bool disposing) { }
10343         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
GetForm()10344         public System.Windows.Forms.Form GetForm() { throw null; }
OnCollapse(System.EventArgs e)10345         protected internal virtual void OnCollapse(System.EventArgs e) { }
ToString()10346         public override string ToString() { throw null; }
10347     }
10348     [System.ComponentModel.DefaultBindingPropertyAttribute("Text")]
10349     [System.ComponentModel.DefaultEventAttribute("MaskInputRejected")]
10350     [System.ComponentModel.DefaultPropertyAttribute("Mask")]
10351     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.MaskedTextBoxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
10352     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
10353     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
10354     public partial class MaskedTextBox : System.Windows.Forms.TextBoxBase
10355     {
MaskedTextBox()10356         public MaskedTextBox() { }
MaskedTextBox(System.ComponentModel.MaskedTextProvider maskedTextProvider)10357         public MaskedTextBox(System.ComponentModel.MaskedTextProvider maskedTextProvider) { }
MaskedTextBox(string mask)10358         public MaskedTextBox(string mask) { }
10359         [System.ComponentModel.BrowsableAttribute(false)]
10360         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10361         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10362         public new bool AcceptsTab { get { throw null; } set { } }
10363         [System.ComponentModel.DefaultValueAttribute(true)]
10364         public bool AllowPromptAsInput { get { throw null; } set { } }
10365         [System.ComponentModel.DefaultValueAttribute(false)]
10366         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
10367         public bool AsciiOnly { get { throw null; } set { } }
10368         [System.ComponentModel.DefaultValueAttribute(false)]
10369         public bool BeepOnError { get { throw null; } set { } }
10370         [System.ComponentModel.BrowsableAttribute(false)]
10371         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10372         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10373         public new bool CanUndo { get { throw null; } }
10374         protected override System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
10375         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
10376         public System.Globalization.CultureInfo Culture { get { throw null; } set { } }
10377         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.MaskFormat)(2))]
10378         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
10379         public System.Windows.Forms.MaskFormat CutCopyMaskFormat { get { throw null; } set { } }
10380         [System.ComponentModel.BrowsableAttribute(false)]
10381         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10382         public System.IFormatProvider FormatProvider { get { throw null; } set { } }
10383         [System.ComponentModel.DefaultValueAttribute(false)]
10384         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
10385         public bool HidePromptOnLeave { get { throw null; } set { } }
10386         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.InsertKeyMode)(0))]
10387         public System.Windows.Forms.InsertKeyMode InsertKeyMode { get { throw null; } set { } }
10388         [System.ComponentModel.BrowsableAttribute(false)]
10389         public bool IsOverwriteMode { get { throw null; } }
10390         [System.ComponentModel.BrowsableAttribute(false)]
10391         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10392         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10393         public new string[] Lines { get { throw null; } set { } }
10394         [System.ComponentModel.DefaultValueAttribute("")]
10395         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.MaskPropertyEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
10396         [System.ComponentModel.LocalizableAttribute(true)]
10397         [System.ComponentModel.MergablePropertyAttribute(false)]
10398         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
10399         public string Mask { get { throw null; } set { } }
10400         [System.ComponentModel.BrowsableAttribute(false)]
10401         public bool MaskCompleted { get { throw null; } }
10402         [System.ComponentModel.BrowsableAttribute(false)]
10403         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10404         public System.ComponentModel.MaskedTextProvider MaskedTextProvider { get { throw null; } }
10405         [System.ComponentModel.BrowsableAttribute(false)]
10406         public bool MaskFull { get { throw null; } }
10407         [System.ComponentModel.BrowsableAttribute(false)]
10408         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10409         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10410         public override int MaxLength { get { throw null; } set { } }
10411         [System.ComponentModel.BrowsableAttribute(false)]
10412         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10413         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10414         public override bool Multiline { get { throw null; } set { } }
10415         [System.ComponentModel.DefaultValueAttribute('\0')]
10416         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
10417         public char PasswordChar { get { throw null; } set { } }
10418         [System.ComponentModel.DefaultValueAttribute('_')]
10419         [System.ComponentModel.LocalizableAttribute(true)]
10420         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
10421         public char PromptChar { get { throw null; } set { } }
10422         public new bool ReadOnly { get { throw null; } set { } }
10423         [System.ComponentModel.DefaultValueAttribute(false)]
10424         public bool RejectInputOnFirstFailure { get { throw null; } set { } }
10425         [System.ComponentModel.DefaultValueAttribute(true)]
10426         public bool ResetOnPrompt { get { throw null; } set { } }
10427         [System.ComponentModel.DefaultValueAttribute(true)]
10428         public bool ResetOnSpace { get { throw null; } set { } }
10429         public override string SelectedText { get { throw null; } set { } }
10430         [System.ComponentModel.DefaultValueAttribute(true)]
10431         public bool SkipLiterals { get { throw null; } set { } }
10432         [System.ComponentModel.BindableAttribute(true)]
10433         [System.ComponentModel.DefaultValueAttribute("")]
10434         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.MaskedTextBoxTextEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
10435         [System.ComponentModel.LocalizableAttribute(true)]
10436         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
10437         public override string Text { get { throw null; } set { } }
10438         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.HorizontalAlignment)(0))]
10439         [System.ComponentModel.LocalizableAttribute(true)]
10440         public System.Windows.Forms.HorizontalAlignment TextAlign { get { throw null; } set { } }
10441         [System.ComponentModel.BrowsableAttribute(false)]
10442         public override int TextLength { get { throw null; } }
10443         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.MaskFormat)(2))]
10444         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
10445         public System.Windows.Forms.MaskFormat TextMaskFormat { get { throw null; } set { } }
10446         [System.ComponentModel.DefaultValueAttribute(false)]
10447         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
10448         public bool UseSystemPasswordChar { get { throw null; } set { } }
10449         [System.ComponentModel.BrowsableAttribute(false)]
10450         [System.ComponentModel.DefaultValueAttribute(null)]
10451         public System.Type ValidatingType { get { throw null; } set { } }
10452         [System.ComponentModel.BrowsableAttribute(false)]
10453         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10454         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10455         public new bool WordWrap { get { throw null; } set { } }
10456         [System.ComponentModel.BrowsableAttribute(false)]
10457         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10458         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10459         public new event System.EventHandler AcceptsTabChanged { add { } remove { } }
10460         public event System.EventHandler IsOverwriteModeChanged { add { } remove { } }
10461         public event System.EventHandler MaskChanged { add { } remove { } }
10462         public event System.Windows.Forms.MaskInputRejectedEventHandler MaskInputRejected { add { } remove { } }
10463         [System.ComponentModel.BrowsableAttribute(false)]
10464         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10465         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10466         public new event System.EventHandler MultilineChanged { add { } remove { } }
10467         public event System.EventHandler TextAlignChanged { add { } remove { } }
10468         public event System.Windows.Forms.TypeValidationEventHandler TypeValidationCompleted { add { } remove { } }
10469         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ClearUndo()10470         public new void ClearUndo() { }
10471         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
10472         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
CreateHandle()10473         protected override void CreateHandle() { }
GetCharFromPosition(System.Drawing.Point pt)10474         public override char GetCharFromPosition(System.Drawing.Point pt) { throw null; }
GetCharIndexFromPosition(System.Drawing.Point pt)10475         public override int GetCharIndexFromPosition(System.Drawing.Point pt) { throw null; }
10476         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
GetFirstCharIndexFromLine(int lineNumber)10477         public new int GetFirstCharIndexFromLine(int lineNumber) { throw null; }
10478         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
GetFirstCharIndexOfCurrentLine()10479         public new int GetFirstCharIndexOfCurrentLine() { throw null; }
10480         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
GetLineFromCharIndex(int index)10481         public override int GetLineFromCharIndex(int index) { throw null; }
GetPositionFromCharIndex(int index)10482         public override System.Drawing.Point GetPositionFromCharIndex(int index) { throw null; }
IsInputKey(System.Windows.Forms.Keys keyData)10483         protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
OnBackColorChanged(System.EventArgs e)10484         protected override void OnBackColorChanged(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)10485         protected override void OnHandleCreated(System.EventArgs e) { }
10486         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnIsOverwriteModeChanged(System.EventArgs e)10487         protected virtual void OnIsOverwriteModeChanged(System.EventArgs e) { }
OnKeyDown(System.Windows.Forms.KeyEventArgs e)10488         protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { }
OnKeyPress(System.Windows.Forms.KeyPressEventArgs e)10489         protected override void OnKeyPress(System.Windows.Forms.KeyPressEventArgs e) { }
OnKeyUp(System.Windows.Forms.KeyEventArgs e)10490         protected override void OnKeyUp(System.Windows.Forms.KeyEventArgs e) { }
10491         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMaskChanged(System.EventArgs e)10492         protected virtual void OnMaskChanged(System.EventArgs e) { }
10493         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
OnMultilineChanged(System.EventArgs e)10494         protected override void OnMultilineChanged(System.EventArgs e) { }
OnTextAlignChanged(System.EventArgs e)10495         protected virtual void OnTextAlignChanged(System.EventArgs e) { }
OnTextChanged(System.EventArgs e)10496         protected override void OnTextChanged(System.EventArgs e) { }
10497         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnValidating(System.ComponentModel.CancelEventArgs e)10498         protected override void OnValidating(System.ComponentModel.CancelEventArgs e) { }
10499         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.Keys keyData)10500         protected override bool ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.Keys keyData) { throw null; }
10501         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessKeyMessage(ref System.Windows.Forms.Message m)10502         protected internal override bool ProcessKeyMessage(ref System.Windows.Forms.Message m) { throw null; }
10503         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ScrollToCaret()10504         public new void ScrollToCaret() { }
ToString()10505         public override string ToString() { throw null; }
10506         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
Undo()10507         public new void Undo() { }
ValidateText()10508         public object ValidateText() { throw null; }
10509         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
WndProc(ref System.Windows.Forms.Message m)10510         protected override void WndProc(ref System.Windows.Forms.Message m) { }
10511     }
10512     public enum MaskFormat
10513     {
10514         ExcludePromptAndLiterals = 0,
10515         IncludeLiterals = 2,
10516         IncludePrompt = 1,
10517         IncludePromptAndLiterals = 3,
10518     }
10519     public partial class MaskInputRejectedEventArgs : System.EventArgs
10520     {
MaskInputRejectedEventArgs(int position, System.ComponentModel.MaskedTextResultHint rejectionHint)10521         public MaskInputRejectedEventArgs(int position, System.ComponentModel.MaskedTextResultHint rejectionHint) { }
10522         public int Position { get { throw null; } }
10523         public System.ComponentModel.MaskedTextResultHint RejectionHint { get { throw null; } }
10524     }
MaskInputRejectedEventHandler(object sender, System.Windows.Forms.MaskInputRejectedEventArgs e)10525     public delegate void MaskInputRejectedEventHandler(object sender, System.Windows.Forms.MaskInputRejectedEventArgs e);
10526     [System.ComponentModel.DesignTimeVisibleAttribute(false)]
10527     [System.ComponentModel.ToolboxItemAttribute(false)]
10528     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
10529     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
10530     public sealed partial class MdiClient : System.Windows.Forms.Control
10531     {
MdiClient()10532         public MdiClient() { }
10533         [System.ComponentModel.LocalizableAttribute(true)]
10534         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
10535         [System.ComponentModel.BrowsableAttribute(false)]
10536         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10537         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
10538         protected override System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
10539         public System.Windows.Forms.Form[] MdiChildren { get { throw null; } }
CreateControlsInstance()10540         protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw null; }
LayoutMdi(System.Windows.Forms.MdiLayout value)10541         public void LayoutMdi(System.Windows.Forms.MdiLayout value) { }
OnResize(System.EventArgs e)10542         protected override void OnResize(System.EventArgs e) { }
ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified)10543         protected override void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { }
10544         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ScaleCore(float dx, float dy)10545         protected override void ScaleCore(float dx, float dy) { }
SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified)10546         protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
10547         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
WndProc(ref System.Windows.Forms.Message m)10548         protected override void WndProc(ref System.Windows.Forms.Message m) { }
10549         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
10550         public partial class ControlCollection : System.Windows.Forms.Control.ControlCollection
10551         {
ControlCollection(System.Windows.Forms.MdiClient owner)10552             public ControlCollection(System.Windows.Forms.MdiClient owner) : base (default(System.Windows.Forms.Control)) { }
Add(System.Windows.Forms.Control value)10553             public override void Add(System.Windows.Forms.Control value) { }
Remove(System.Windows.Forms.Control value)10554             public override void Remove(System.Windows.Forms.Control value) { }
10555         }
10556     }
10557     public enum MdiLayout
10558     {
10559         ArrangeIcons = 3,
10560         Cascade = 0,
10561         TileHorizontal = 1,
10562         TileVertical = 2,
10563     }
10564     public partial class MeasureItemEventArgs : System.EventArgs
10565     {
MeasureItemEventArgs(System.Drawing.Graphics graphics, int index)10566         public MeasureItemEventArgs(System.Drawing.Graphics graphics, int index) { }
MeasureItemEventArgs(System.Drawing.Graphics graphics, int index, int itemHeight)10567         public MeasureItemEventArgs(System.Drawing.Graphics graphics, int index, int itemHeight) { }
10568         public System.Drawing.Graphics Graphics { get { throw null; } }
10569         public int Index { get { throw null; } }
10570         public int ItemHeight { get { throw null; } set { } }
10571         public int ItemWidth { get { throw null; } set { } }
10572     }
MeasureItemEventHandler(object sender, System.Windows.Forms.MeasureItemEventArgs e)10573     public delegate void MeasureItemEventHandler(object sender, System.Windows.Forms.MeasureItemEventArgs e);
10574     [System.ComponentModel.ListBindableAttribute(false)]
10575     [System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms")]
10576     public abstract partial class Menu : System.ComponentModel.Component
10577     {
10578         public const int FindHandle = 0;
10579         public const int FindShortcut = 1;
Menu(System.Windows.Forms.MenuItem[] items)10580         protected Menu(System.Windows.Forms.MenuItem[] items) { }
10581         [System.ComponentModel.BrowsableAttribute(false)]
10582         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10583         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
10584         public System.IntPtr Handle { get { throw null; } }
10585         [System.ComponentModel.BrowsableAttribute(false)]
10586         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10587         public virtual bool IsParent { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
10588         [System.ComponentModel.BrowsableAttribute(false)]
10589         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10590         public System.Windows.Forms.MenuItem MdiListItem { get { throw null; } }
10591         [System.ComponentModel.BrowsableAttribute(false)]
10592         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
10593         [System.ComponentModel.MergablePropertyAttribute(false)]
10594         public System.Windows.Forms.Menu.MenuItemCollection MenuItems { get { throw null; } }
10595         [System.ComponentModel.BrowsableAttribute(false)]
10596         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10597         public string Name { get { throw null; } set { } }
10598         [System.ComponentModel.BindableAttribute(true)]
10599         [System.ComponentModel.DefaultValueAttribute(null)]
10600         [System.ComponentModel.LocalizableAttribute(false)]
10601         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
10602         public object Tag { get { throw null; } set { } }
CloneMenu(System.Windows.Forms.Menu menuSrc)10603         protected internal void CloneMenu(System.Windows.Forms.Menu menuSrc) { }
10604         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
CreateMenuHandle()10605         protected virtual System.IntPtr CreateMenuHandle() { throw null; }
Dispose(bool disposing)10606         protected override void Dispose(bool disposing) { }
FindMenuItem(int type, System.IntPtr value)10607         public System.Windows.Forms.MenuItem FindMenuItem(int type, System.IntPtr value) { throw null; }
FindMergePosition(int mergeOrder)10608         protected int FindMergePosition(int mergeOrder) { throw null; }
GetContextMenu()10609         public System.Windows.Forms.ContextMenu GetContextMenu() { throw null; }
GetMainMenu()10610         public System.Windows.Forms.MainMenu GetMainMenu() { throw null; }
MergeMenu(System.Windows.Forms.Menu menuSrc)10611         public virtual void MergeMenu(System.Windows.Forms.Menu menuSrc) { }
10612         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
10613         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.Keys keyData)10614         protected internal virtual bool ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.Keys keyData) { throw null; }
ToString()10615         public override string ToString() { throw null; }
10616         [System.ComponentModel.ListBindableAttribute(false)]
10617         public partial class MenuItemCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
10618         {
MenuItemCollection(System.Windows.Forms.Menu owner)10619             public MenuItemCollection(System.Windows.Forms.Menu owner) { }
10620             public int Count { get { throw null; } }
10621             public bool IsReadOnly { get { throw null; } }
10622             public virtual System.Windows.Forms.MenuItem this[int index] { get { throw null; } }
10623             public virtual System.Windows.Forms.MenuItem this[string key] { get { throw null; } }
10624             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
10625             object System.Collections.ICollection.SyncRoot { get { throw null; } }
10626             bool System.Collections.IList.IsFixedSize { get { throw null; } }
10627             object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(int index, System.Windows.Forms.MenuItem item)10628             public virtual int Add(int index, System.Windows.Forms.MenuItem item) { throw null; }
Add(string caption)10629             public virtual System.Windows.Forms.MenuItem Add(string caption) { throw null; }
Add(string caption, System.EventHandler onClick)10630             public virtual System.Windows.Forms.MenuItem Add(string caption, System.EventHandler onClick) { throw null; }
Add(string caption, System.Windows.Forms.MenuItem[] items)10631             public virtual System.Windows.Forms.MenuItem Add(string caption, System.Windows.Forms.MenuItem[] items) { throw null; }
Add(System.Windows.Forms.MenuItem item)10632             public virtual int Add(System.Windows.Forms.MenuItem item) { throw null; }
AddRange(System.Windows.Forms.MenuItem[] items)10633             public virtual void AddRange(System.Windows.Forms.MenuItem[] items) { }
Clear()10634             public virtual void Clear() { }
Contains(System.Windows.Forms.MenuItem value)10635             public bool Contains(System.Windows.Forms.MenuItem value) { throw null; }
ContainsKey(string key)10636             public virtual bool ContainsKey(string key) { throw null; }
CopyTo(System.Array dest, int index)10637             public void CopyTo(System.Array dest, int index) { }
Find(string key, bool searchAllChildren)10638             public System.Windows.Forms.MenuItem[] Find(string key, bool searchAllChildren) { throw null; }
GetEnumerator()10639             public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.Windows.Forms.MenuItem value)10640             public int IndexOf(System.Windows.Forms.MenuItem value) { throw null; }
IndexOfKey(string key)10641             public virtual int IndexOfKey(string key) { throw null; }
Remove(System.Windows.Forms.MenuItem item)10642             public virtual void Remove(System.Windows.Forms.MenuItem item) { }
RemoveAt(int index)10643             public virtual void RemoveAt(int index) { }
RemoveByKey(string key)10644             public virtual void RemoveByKey(string key) { }
System.Collections.IList.Add(object value)10645             int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Contains(object value)10646             bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)10647             int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)10648             void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)10649             void System.Collections.IList.Remove(object value) { }
10650         }
10651     }
10652     public enum MenuGlyph
10653     {
10654         Arrow = 0,
10655         Bullet = 2,
10656         Checkmark = 1,
10657         Max = 2,
10658         Min = 0,
10659     }
10660     [System.ComponentModel.DefaultEventAttribute("Click")]
10661     [System.ComponentModel.DefaultPropertyAttribute("Text")]
10662     [System.ComponentModel.DesignTimeVisibleAttribute(false)]
10663     [System.ComponentModel.ToolboxItemAttribute(false)]
10664     public partial class MenuItem : System.Windows.Forms.Menu
10665     {
MenuItem()10666         public MenuItem() : base (default(System.Windows.Forms.MenuItem[])) { }
MenuItem(string text)10667         public MenuItem(string text) : base (default(System.Windows.Forms.MenuItem[])) { }
MenuItem(string text, System.EventHandler onClick)10668         public MenuItem(string text, System.EventHandler onClick) : base (default(System.Windows.Forms.MenuItem[])) { }
MenuItem(string text, System.EventHandler onClick, System.Windows.Forms.Shortcut shortcut)10669         public MenuItem(string text, System.EventHandler onClick, System.Windows.Forms.Shortcut shortcut) : base (default(System.Windows.Forms.MenuItem[])) { }
MenuItem(string text, System.Windows.Forms.MenuItem[] items)10670         public MenuItem(string text, System.Windows.Forms.MenuItem[] items) : base (default(System.Windows.Forms.MenuItem[])) { }
MenuItem(System.Windows.Forms.MenuMerge mergeType, int mergeOrder, System.Windows.Forms.Shortcut shortcut, string text, System.EventHandler onClick, System.EventHandler onPopup, System.EventHandler onSelect, System.Windows.Forms.MenuItem[] items)10671         public MenuItem(System.Windows.Forms.MenuMerge mergeType, int mergeOrder, System.Windows.Forms.Shortcut shortcut, string text, System.EventHandler onClick, System.EventHandler onPopup, System.EventHandler onSelect, System.Windows.Forms.MenuItem[] items) : base (default(System.Windows.Forms.MenuItem[])) { }
10672         [System.ComponentModel.BrowsableAttribute(false)]
10673         [System.ComponentModel.DefaultValueAttribute(false)]
10674         public bool BarBreak { get { throw null; } set { } }
10675         [System.ComponentModel.BrowsableAttribute(false)]
10676         [System.ComponentModel.DefaultValueAttribute(false)]
10677         public bool Break { get { throw null; } set { } }
10678         [System.ComponentModel.DefaultValueAttribute(false)]
10679         public bool Checked { get { throw null; } set { } }
10680         [System.ComponentModel.DefaultValueAttribute(false)]
10681         public bool DefaultItem { get { throw null; } set { } }
10682         [System.ComponentModel.DefaultValueAttribute(true)]
10683         [System.ComponentModel.LocalizableAttribute(true)]
10684         public bool Enabled { get { throw null; } set { } }
10685         [System.ComponentModel.BrowsableAttribute(false)]
10686         public int Index { get { throw null; } set { } }
10687         [System.ComponentModel.BrowsableAttribute(false)]
10688         public override bool IsParent { get { throw null; } }
10689         [System.ComponentModel.DefaultValueAttribute(false)]
10690         public bool MdiList { get { throw null; } set { } }
10691         protected int MenuID { get { throw null; } }
10692         [System.ComponentModel.DefaultValueAttribute(0)]
10693         public int MergeOrder { get { throw null; } set { } }
10694         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.MenuMerge)(0))]
10695         public System.Windows.Forms.MenuMerge MergeType { get { throw null; } set { } }
10696         [System.ComponentModel.BrowsableAttribute(false)]
10697         public char Mnemonic { get { throw null; } }
10698         [System.ComponentModel.DefaultValueAttribute(false)]
10699         public bool OwnerDraw { get { throw null; } set { } }
10700         [System.ComponentModel.BrowsableAttribute(false)]
10701         public System.Windows.Forms.Menu Parent { get { throw null; } }
10702         [System.ComponentModel.DefaultValueAttribute(false)]
10703         public bool RadioCheck { get { throw null; } set { } }
10704         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.Shortcut)(0))]
10705         [System.ComponentModel.LocalizableAttribute(true)]
10706         public System.Windows.Forms.Shortcut Shortcut { get { throw null; } set { } }
10707         [System.ComponentModel.DefaultValueAttribute(true)]
10708         [System.ComponentModel.LocalizableAttribute(true)]
10709         public bool ShowShortcut { get { throw null; } set { } }
10710         [System.ComponentModel.LocalizableAttribute(true)]
10711         public string Text { get { throw null; } set { } }
10712         [System.ComponentModel.DefaultValueAttribute(true)]
10713         [System.ComponentModel.LocalizableAttribute(true)]
10714         public bool Visible { get { throw null; } set { } }
10715         public event System.EventHandler Click { add { } remove { } }
10716         public event System.Windows.Forms.DrawItemEventHandler DrawItem { add { } remove { } }
10717         public event System.Windows.Forms.MeasureItemEventHandler MeasureItem { add { } remove { } }
10718         public event System.EventHandler Popup { add { } remove { } }
10719         public event System.EventHandler Select { add { } remove { } }
CloneMenu()10720         public virtual System.Windows.Forms.MenuItem CloneMenu() { throw null; }
CloneMenu(System.Windows.Forms.MenuItem itemSrc)10721         protected void CloneMenu(System.Windows.Forms.MenuItem itemSrc) { }
Dispose(bool disposing)10722         protected override void Dispose(bool disposing) { }
MergeMenu()10723         public virtual System.Windows.Forms.MenuItem MergeMenu() { throw null; }
MergeMenu(System.Windows.Forms.MenuItem itemSrc)10724         public void MergeMenu(System.Windows.Forms.MenuItem itemSrc) { }
OnClick(System.EventArgs e)10725         protected virtual void OnClick(System.EventArgs e) { }
OnDrawItem(System.Windows.Forms.DrawItemEventArgs e)10726         protected virtual void OnDrawItem(System.Windows.Forms.DrawItemEventArgs e) { }
OnInitMenuPopup(System.EventArgs e)10727         protected virtual void OnInitMenuPopup(System.EventArgs e) { }
OnMeasureItem(System.Windows.Forms.MeasureItemEventArgs e)10728         protected virtual void OnMeasureItem(System.Windows.Forms.MeasureItemEventArgs e) { }
OnPopup(System.EventArgs e)10729         protected virtual void OnPopup(System.EventArgs e) { }
OnSelect(System.EventArgs e)10730         protected virtual void OnSelect(System.EventArgs e) { }
PerformClick()10731         public void PerformClick() { }
PerformSelect()10732         public virtual void PerformSelect() { }
ToString()10733         public override string ToString() { throw null; }
10734     }
10735     public enum MenuMerge
10736     {
10737         Add = 0,
10738         MergeItems = 2,
10739         Remove = 3,
10740         Replace = 1,
10741     }
10742     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
10743     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
10744     public partial class MenuStrip : System.Windows.Forms.ToolStrip
10745     {
MenuStrip()10746         public MenuStrip() { }
10747         [System.ComponentModel.BrowsableAttribute(false)]
10748         [System.ComponentModel.DefaultValueAttribute(false)]
10749         public new bool CanOverflow { get { throw null; } set { } }
10750         protected override System.Windows.Forms.Padding DefaultGripMargin { get { throw null; } }
10751         protected override System.Windows.Forms.Padding DefaultPadding { get { throw null; } }
10752         protected override bool DefaultShowItemToolTips { get { throw null; } }
10753         protected override System.Drawing.Size DefaultSize { get { throw null; } }
10754         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ToolStripGripStyle)(0))]
10755         public new System.Windows.Forms.ToolStripGripStyle GripStyle { get { throw null; } set { } }
10756         [System.ComponentModel.DefaultValueAttribute(null)]
10757         [System.ComponentModel.MergablePropertyAttribute(false)]
10758         [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.MdiWindowListItemConverter")]
10759         public System.Windows.Forms.ToolStripMenuItem MdiWindowListItem { get { throw null; } set { } }
10760         [System.ComponentModel.DefaultValueAttribute(false)]
10761         public new bool ShowItemToolTips { get { throw null; } set { } }
10762         [System.ComponentModel.DefaultValueAttribute(true)]
10763         public new bool Stretch { get { throw null; } set { } }
10764         public event System.EventHandler MenuActivate { add { } remove { } }
10765         public event System.EventHandler MenuDeactivate { add { } remove { } }
CreateAccessibilityInstance()10766         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
CreateDefaultItem(string text, System.Drawing.Image image, System.EventHandler onClick)10767         protected internal override System.Windows.Forms.ToolStripItem CreateDefaultItem(string text, System.Drawing.Image image, System.EventHandler onClick) { throw null; }
OnMenuActivate(System.EventArgs e)10768         protected virtual void OnMenuActivate(System.EventArgs e) { }
OnMenuDeactivate(System.EventArgs e)10769         protected virtual void OnMenuDeactivate(System.EventArgs e) { }
10770         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.Forms.Keys keyData)10771         protected override bool ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.Forms.Keys keyData) { throw null; }
10772         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
WndProc(ref System.Windows.Forms.Message m)10773         protected override void WndProc(ref System.Windows.Forms.Message m) { }
10774     }
10775     public enum MergeAction
10776     {
10777         Append = 0,
10778         Insert = 1,
10779         MatchOnly = 4,
10780         Remove = 3,
10781         Replace = 2,
10782     }
10783     [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
10784     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
10785     public partial struct Message
10786     {
10787         public System.IntPtr HWnd { get { throw null; } set { } }
10788         public System.IntPtr LParam { get { throw null; } set { } }
10789         public int Msg { get { throw null; } set { } }
10790         public System.IntPtr Result { get { throw null; } set { } }
10791         public System.IntPtr WParam { get { throw null; } set { } }
CreateSystem.Windows.Forms.Message10792         public static System.Windows.Forms.Message Create(System.IntPtr hWnd, int msg, System.IntPtr wparam, System.IntPtr lparam) { throw null; }
EqualsSystem.Windows.Forms.Message10793         public override bool Equals(object o) { throw null; }
GetHashCodeSystem.Windows.Forms.Message10794         public override int GetHashCode() { throw null; }
GetLParamSystem.Windows.Forms.Message10795         public object GetLParam(System.Type cls) { throw null; }
operator ==System.Windows.Forms.Message10796         public static bool operator ==(System.Windows.Forms.Message a, System.Windows.Forms.Message b) { throw null; }
operator !=System.Windows.Forms.Message10797         public static bool operator !=(System.Windows.Forms.Message a, System.Windows.Forms.Message b) { throw null; }
ToStringSystem.Windows.Forms.Message10798         public override string ToString() { throw null; }
10799     }
10800     public partial class MessageBox
10801     {
MessageBox()10802         internal MessageBox() { }
Show(string text)10803         public static System.Windows.Forms.DialogResult Show(string text) { throw null; }
Show(string text, string caption)10804         public static System.Windows.Forms.DialogResult Show(string text, string caption) { throw null; }
Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons)10805         public static System.Windows.Forms.DialogResult Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons) { throw null; }
Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon)10806         public static System.Windows.Forms.DialogResult Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon) { throw null; }
Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton)10807         public static System.Windows.Forms.DialogResult Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton) { throw null; }
Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options)10808         public static System.Windows.Forms.DialogResult Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options) { throw null; }
Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, bool displayHelpButton)10809         public static System.Windows.Forms.DialogResult Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, bool displayHelpButton) { throw null; }
Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, string helpFilePath)10810         public static System.Windows.Forms.DialogResult Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, string helpFilePath) { throw null; }
Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, string helpFilePath, string keyword)10811         public static System.Windows.Forms.DialogResult Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, string helpFilePath, string keyword) { throw null; }
Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, string helpFilePath, System.Windows.Forms.HelpNavigator navigator)10812         public static System.Windows.Forms.DialogResult Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, string helpFilePath, System.Windows.Forms.HelpNavigator navigator) { throw null; }
Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, string helpFilePath, System.Windows.Forms.HelpNavigator navigator, object param)10813         public static System.Windows.Forms.DialogResult Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, string helpFilePath, System.Windows.Forms.HelpNavigator navigator, object param) { throw null; }
Show(System.Windows.Forms.IWin32Window owner, string text)10814         public static System.Windows.Forms.DialogResult Show(System.Windows.Forms.IWin32Window owner, string text) { throw null; }
Show(System.Windows.Forms.IWin32Window owner, string text, string caption)10815         public static System.Windows.Forms.DialogResult Show(System.Windows.Forms.IWin32Window owner, string text, string caption) { throw null; }
Show(System.Windows.Forms.IWin32Window owner, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons)10816         public static System.Windows.Forms.DialogResult Show(System.Windows.Forms.IWin32Window owner, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons) { throw null; }
Show(System.Windows.Forms.IWin32Window owner, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon)10817         public static System.Windows.Forms.DialogResult Show(System.Windows.Forms.IWin32Window owner, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon) { throw null; }
Show(System.Windows.Forms.IWin32Window owner, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton)10818         public static System.Windows.Forms.DialogResult Show(System.Windows.Forms.IWin32Window owner, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton) { throw null; }
Show(System.Windows.Forms.IWin32Window owner, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options)10819         public static System.Windows.Forms.DialogResult Show(System.Windows.Forms.IWin32Window owner, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options) { throw null; }
Show(System.Windows.Forms.IWin32Window owner, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, string helpFilePath)10820         public static System.Windows.Forms.DialogResult Show(System.Windows.Forms.IWin32Window owner, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, string helpFilePath) { throw null; }
Show(System.Windows.Forms.IWin32Window owner, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, string helpFilePath, string keyword)10821         public static System.Windows.Forms.DialogResult Show(System.Windows.Forms.IWin32Window owner, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, string helpFilePath, string keyword) { throw null; }
Show(System.Windows.Forms.IWin32Window owner, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, string helpFilePath, System.Windows.Forms.HelpNavigator navigator)10822         public static System.Windows.Forms.DialogResult Show(System.Windows.Forms.IWin32Window owner, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, string helpFilePath, System.Windows.Forms.HelpNavigator navigator) { throw null; }
Show(System.Windows.Forms.IWin32Window owner, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, string helpFilePath, System.Windows.Forms.HelpNavigator navigator, object param)10823         public static System.Windows.Forms.DialogResult Show(System.Windows.Forms.IWin32Window owner, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, string helpFilePath, System.Windows.Forms.HelpNavigator navigator, object param) { throw null; }
10824     }
10825     public enum MessageBoxButtons
10826     {
10827         AbortRetryIgnore = 2,
10828         OK = 0,
10829         OKCancel = 1,
10830         RetryCancel = 5,
10831         YesNo = 4,
10832         YesNoCancel = 3,
10833     }
10834     public enum MessageBoxDefaultButton
10835     {
10836         Button1 = 0,
10837         Button2 = 256,
10838         Button3 = 512,
10839     }
10840     public enum MessageBoxIcon
10841     {
10842         Asterisk = 64,
10843         Error = 16,
10844         Exclamation = 48,
10845         Hand = 16,
10846         Information = 64,
10847         None = 0,
10848         Question = 32,
10849         Stop = 16,
10850         Warning = 48,
10851     }
10852     [System.FlagsAttribute]
10853     public enum MessageBoxOptions
10854     {
10855         DefaultDesktopOnly = 131072,
10856         RightAlign = 524288,
10857         RtlReading = 1048576,
10858         ServiceNotification = 2097152,
10859     }
MethodInvoker()10860     public delegate void MethodInvoker();
10861     [System.ComponentModel.DefaultBindingPropertyAttribute("SelectionRange")]
10862     [System.ComponentModel.DefaultEventAttribute("DateChanged")]
10863     [System.ComponentModel.DefaultPropertyAttribute("SelectionRange")]
10864     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.MonthCalendarDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
10865     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
10866     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
10867     public partial class MonthCalendar : System.Windows.Forms.Control
10868     {
MonthCalendar()10869         public MonthCalendar() { }
10870         [System.ComponentModel.LocalizableAttribute(true)]
10871         public System.DateTime[] AnnuallyBoldedDates { get { throw null; } set { } }
10872         public override System.Drawing.Color BackColor { get { throw null; } set { } }
10873         [System.ComponentModel.BrowsableAttribute(false)]
10874         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10875         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
10876         [System.ComponentModel.BrowsableAttribute(false)]
10877         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10878         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
10879         [System.ComponentModel.LocalizableAttribute(true)]
10880         public System.DateTime[] BoldedDates { get { throw null; } set { } }
10881         [System.ComponentModel.LocalizableAttribute(true)]
10882         public System.Drawing.Size CalendarDimensions { get { throw null; } set { } }
10883         protected override System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
10884         protected override System.Windows.Forms.ImeMode DefaultImeMode { get { throw null; } }
10885         protected override System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
10886         protected override System.Drawing.Size DefaultSize { get { throw null; } }
10887         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10888         protected override bool DoubleBuffered { get { throw null; } set { } }
10889         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.Day)(7))]
10890         [System.ComponentModel.LocalizableAttribute(true)]
10891         public System.Windows.Forms.Day FirstDayOfWeek { get { throw null; } set { } }
10892         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
10893         [System.ComponentModel.BrowsableAttribute(false)]
10894         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10895         public new System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } }
10896         public System.DateTime MaxDate { get { throw null; } set { } }
10897         [System.ComponentModel.DefaultValueAttribute(7)]
10898         public int MaxSelectionCount { get { throw null; } set { } }
10899         public System.DateTime MinDate { get { throw null; } set { } }
10900         [System.ComponentModel.LocalizableAttribute(true)]
10901         public System.DateTime[] MonthlyBoldedDates { get { throw null; } set { } }
10902         [System.ComponentModel.BrowsableAttribute(false)]
10903         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10904         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10905         public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
10906         [System.ComponentModel.DefaultValueAttribute(false)]
10907         [System.ComponentModel.LocalizableAttribute(true)]
10908         public virtual bool RightToLeftLayout { get { throw null; } set { } }
10909         [System.ComponentModel.DefaultValueAttribute(0)]
10910         public int ScrollChange { get { throw null; } set { } }
10911         [System.ComponentModel.BrowsableAttribute(false)]
10912         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10913         public System.DateTime SelectionEnd { get { throw null; } set { } }
10914         [System.ComponentModel.BindableAttribute(true)]
10915         public System.Windows.Forms.SelectionRange SelectionRange { get { throw null; } set { } }
10916         [System.ComponentModel.BrowsableAttribute(false)]
10917         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10918         public System.DateTime SelectionStart { get { throw null; } set { } }
10919         [System.ComponentModel.DefaultValueAttribute(true)]
10920         public bool ShowToday { get { throw null; } set { } }
10921         [System.ComponentModel.DefaultValueAttribute(true)]
10922         public bool ShowTodayCircle { get { throw null; } set { } }
10923         [System.ComponentModel.DefaultValueAttribute(false)]
10924         [System.ComponentModel.LocalizableAttribute(true)]
10925         public bool ShowWeekNumbers { get { throw null; } set { } }
10926         [System.ComponentModel.BrowsableAttribute(false)]
10927         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10928         public System.Drawing.Size SingleMonthSize { get { throw null; } }
10929         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10930         [System.ComponentModel.LocalizableAttribute(false)]
10931         public new System.Drawing.Size Size { get { throw null; } set { } }
10932         [System.ComponentModel.BindableAttribute(false)]
10933         [System.ComponentModel.BrowsableAttribute(false)]
10934         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10935         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10936         public override string Text { get { throw null; } set { } }
10937         public System.Drawing.Color TitleBackColor { get { throw null; } set { } }
10938         public System.Drawing.Color TitleForeColor { get { throw null; } set { } }
10939         public System.DateTime TodayDate { get { throw null; } set { } }
10940         [System.ComponentModel.BrowsableAttribute(false)]
10941         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
10942         public bool TodayDateSet { get { throw null; } }
10943         public System.Drawing.Color TrailingForeColor { get { throw null; } set { } }
10944         [System.ComponentModel.BrowsableAttribute(false)]
10945         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10946         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
10947         [System.ComponentModel.BrowsableAttribute(false)]
10948         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10949         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
10950         [System.ComponentModel.BrowsableAttribute(false)]
10951         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10952         public new event System.EventHandler Click { add { } remove { } }
10953         public event System.Windows.Forms.DateRangeEventHandler DateChanged { add { } remove { } }
10954         public event System.Windows.Forms.DateRangeEventHandler DateSelected { add { } remove { } }
10955         [System.ComponentModel.BrowsableAttribute(false)]
10956         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10957         public new event System.EventHandler DoubleClick { add { } remove { } }
10958         [System.ComponentModel.BrowsableAttribute(false)]
10959         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10960         public new event System.EventHandler ImeModeChanged { add { } remove { } }
10961         [System.ComponentModel.BrowsableAttribute(false)]
10962         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10963         public new event System.Windows.Forms.MouseEventHandler MouseClick { add { } remove { } }
10964         [System.ComponentModel.BrowsableAttribute(false)]
10965         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10966         public new event System.Windows.Forms.MouseEventHandler MouseDoubleClick { add { } remove { } }
10967         [System.ComponentModel.BrowsableAttribute(false)]
10968         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10969         public new event System.EventHandler PaddingChanged { add { } remove { } }
10970         [System.ComponentModel.BrowsableAttribute(false)]
10971         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10972         public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
10973         public event System.EventHandler RightToLeftLayoutChanged { add { } remove { } }
10974         [System.ComponentModel.BrowsableAttribute(false)]
10975         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10976         public new event System.EventHandler TextChanged { add { } remove { } }
AddAnnuallyBoldedDate(System.DateTime date)10977         public void AddAnnuallyBoldedDate(System.DateTime date) { }
AddBoldedDate(System.DateTime date)10978         public void AddBoldedDate(System.DateTime date) { }
AddMonthlyBoldedDate(System.DateTime date)10979         public void AddMonthlyBoldedDate(System.DateTime date) { }
CreateHandle()10980         protected override void CreateHandle() { }
10981         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
10982         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
DefWndProc(ref System.Windows.Forms.Message m)10983         protected override void DefWndProc(ref System.Windows.Forms.Message m) { }
Dispose(bool disposing)10984         protected override void Dispose(bool disposing) { }
GetDisplayRange(bool visible)10985         public System.Windows.Forms.SelectionRange GetDisplayRange(bool visible) { throw null; }
HitTest(System.Drawing.Point point)10986         public System.Windows.Forms.MonthCalendar.HitTestInfo HitTest(System.Drawing.Point point) { throw null; }
HitTest(int x, int y)10987         public System.Windows.Forms.MonthCalendar.HitTestInfo HitTest(int x, int y) { throw null; }
IsInputKey(System.Windows.Forms.Keys keyData)10988         protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
OnBackColorChanged(System.EventArgs e)10989         protected override void OnBackColorChanged(System.EventArgs e) { }
OnDateChanged(System.Windows.Forms.DateRangeEventArgs drevent)10990         protected virtual void OnDateChanged(System.Windows.Forms.DateRangeEventArgs drevent) { }
OnDateSelected(System.Windows.Forms.DateRangeEventArgs drevent)10991         protected virtual void OnDateSelected(System.Windows.Forms.DateRangeEventArgs drevent) { }
OnFontChanged(System.EventArgs e)10992         protected override void OnFontChanged(System.EventArgs e) { }
OnForeColorChanged(System.EventArgs e)10993         protected override void OnForeColorChanged(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)10994         protected override void OnHandleCreated(System.EventArgs e) { }
OnHandleDestroyed(System.EventArgs e)10995         protected override void OnHandleDestroyed(System.EventArgs e) { }
10996         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnRightToLeftLayoutChanged(System.EventArgs e)10997         protected virtual void OnRightToLeftLayoutChanged(System.EventArgs e) { }
RemoveAllAnnuallyBoldedDates()10998         public void RemoveAllAnnuallyBoldedDates() { }
RemoveAllBoldedDates()10999         public void RemoveAllBoldedDates() { }
RemoveAllMonthlyBoldedDates()11000         public void RemoveAllMonthlyBoldedDates() { }
RemoveAnnuallyBoldedDate(System.DateTime date)11001         public void RemoveAnnuallyBoldedDate(System.DateTime date) { }
RemoveBoldedDate(System.DateTime date)11002         public void RemoveBoldedDate(System.DateTime date) { }
RemoveMonthlyBoldedDate(System.DateTime date)11003         public void RemoveMonthlyBoldedDate(System.DateTime date) { }
RescaleConstantsForDpi(int deviceDpiOld, int deviceDpiNew)11004         protected override void RescaleConstantsForDpi(int deviceDpiOld, int deviceDpiNew) { }
SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified)11005         protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
SetCalendarDimensions(int x, int y)11006         public void SetCalendarDimensions(int x, int y) { }
SetDate(System.DateTime date)11007         public void SetDate(System.DateTime date) { }
SetSelectionRange(System.DateTime date1, System.DateTime date2)11008         public void SetSelectionRange(System.DateTime date1, System.DateTime date2) { }
ToString()11009         public override string ToString() { throw null; }
UpdateBoldedDates()11010         public void UpdateBoldedDates() { }
11011         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
WndProc(ref System.Windows.Forms.Message m)11012         protected override void WndProc(ref System.Windows.Forms.Message m) { }
11013         public enum HitArea
11014         {
11015             CalendarBackground = 6,
11016             Date = 7,
11017             DayOfWeek = 10,
11018             NextMonthButton = 4,
11019             NextMonthDate = 8,
11020             Nowhere = 0,
11021             PrevMonthButton = 5,
11022             PrevMonthDate = 9,
11023             TitleBackground = 1,
11024             TitleMonth = 2,
11025             TitleYear = 3,
11026             TodayLink = 12,
11027             WeekNumbers = 11,
11028         }
11029         public sealed partial class HitTestInfo
11030         {
HitTestInfo()11031             internal HitTestInfo() { }
11032             public System.Windows.Forms.MonthCalendar.HitArea HitArea { get { throw null; } }
11033             public System.Drawing.Point Point { get { throw null; } }
11034             public System.DateTime Time { get { throw null; } }
11035         }
11036     }
11037     [System.FlagsAttribute]
11038     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
11039     public enum MouseButtons
11040     {
11041         Left = 1048576,
11042         Middle = 4194304,
11043         None = 0,
11044         Right = 2097152,
11045         XButton1 = 8388608,
11046         XButton2 = 16777216,
11047     }
11048     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
11049     public partial class MouseEventArgs : System.EventArgs
11050     {
MouseEventArgs(System.Windows.Forms.MouseButtons button, int clicks, int x, int y, int delta)11051         public MouseEventArgs(System.Windows.Forms.MouseButtons button, int clicks, int x, int y, int delta) { }
11052         public System.Windows.Forms.MouseButtons Button { get { throw null; } }
11053         public int Clicks { get { throw null; } }
11054         public int Delta { get { throw null; } }
11055         public System.Drawing.Point Location { get { throw null; } }
11056         public int X { get { throw null; } }
11057         public int Y { get { throw null; } }
11058     }
MouseEventHandler(object sender, System.Windows.Forms.MouseEventArgs e)11059     public delegate void MouseEventHandler(object sender, System.Windows.Forms.MouseEventArgs e);
11060     [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
11061     [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
11062     public partial class NativeWindow : System.MarshalByRefObject, System.Windows.Forms.IWin32Window
11063     {
NativeWindow()11064         public NativeWindow() { }
11065         public System.IntPtr Handle { get { throw null; } }
AssignHandle(System.IntPtr handle)11066         public void AssignHandle(System.IntPtr handle) { }
CreateHandle(System.Windows.Forms.CreateParams cp)11067         public virtual void CreateHandle(System.Windows.Forms.CreateParams cp) { }
DefWndProc(ref System.Windows.Forms.Message m)11068         public void DefWndProc(ref System.Windows.Forms.Message m) { }
DestroyHandle()11069         public virtual void DestroyHandle() { }
~NativeWindow()11070         ~NativeWindow() { }
FromHandle(System.IntPtr handle)11071         public static System.Windows.Forms.NativeWindow FromHandle(System.IntPtr handle) { throw null; }
OnHandleChange()11072         protected virtual void OnHandleChange() { }
OnThreadException(System.Exception e)11073         protected virtual void OnThreadException(System.Exception e) { }
ReleaseHandle()11074         public virtual void ReleaseHandle() { }
WndProc(ref System.Windows.Forms.Message m)11075         protected virtual void WndProc(ref System.Windows.Forms.Message m) { }
11076     }
11077     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
11078     public partial class NavigateEventArgs : System.EventArgs
11079     {
NavigateEventArgs(bool isForward)11080         public NavigateEventArgs(bool isForward) { }
11081         public bool Forward { get { throw null; } }
11082     }
NavigateEventHandler(object sender, System.Windows.Forms.NavigateEventArgs ne)11083     public delegate void NavigateEventHandler(object sender, System.Windows.Forms.NavigateEventArgs ne);
11084     public partial class NodeLabelEditEventArgs : System.EventArgs
11085     {
NodeLabelEditEventArgs(System.Windows.Forms.TreeNode node)11086         public NodeLabelEditEventArgs(System.Windows.Forms.TreeNode node) { }
NodeLabelEditEventArgs(System.Windows.Forms.TreeNode node, string label)11087         public NodeLabelEditEventArgs(System.Windows.Forms.TreeNode node, string label) { }
11088         public bool CancelEdit { get { throw null; } set { } }
11089         public string Label { get { throw null; } }
11090         public System.Windows.Forms.TreeNode Node { get { throw null; } }
11091     }
NodeLabelEditEventHandler(object sender, System.Windows.Forms.NodeLabelEditEventArgs e)11092     public delegate void NodeLabelEditEventHandler(object sender, System.Windows.Forms.NodeLabelEditEventArgs e);
11093     [System.ComponentModel.DefaultEventAttribute("MouseDoubleClick")]
11094     [System.ComponentModel.DefaultPropertyAttribute("Text")]
11095     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.NotifyIconDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
11096     [System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms")]
11097     public sealed partial class NotifyIcon : System.ComponentModel.Component
11098     {
NotifyIcon()11099         public NotifyIcon() { }
NotifyIcon(System.ComponentModel.IContainer container)11100         public NotifyIcon(System.ComponentModel.IContainer container) { }
11101         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ToolTipIcon)(0))]
11102         public System.Windows.Forms.ToolTipIcon BalloonTipIcon { get { throw null; } set { } }
11103         [System.ComponentModel.DefaultValueAttribute("")]
11104         [System.ComponentModel.EditorAttribute("System.ComponentModel.Design.MultilineStringEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
11105         [System.ComponentModel.LocalizableAttribute(true)]
11106         public string BalloonTipText { get { throw null; } set { } }
11107         [System.ComponentModel.DefaultValueAttribute("")]
11108         [System.ComponentModel.LocalizableAttribute(true)]
11109         public string BalloonTipTitle { get { throw null; } set { } }
11110         [System.ComponentModel.BrowsableAttribute(false)]
11111         [System.ComponentModel.DefaultValueAttribute(null)]
11112         public System.Windows.Forms.ContextMenu ContextMenu { get { throw null; } set { } }
11113         [System.ComponentModel.DefaultValueAttribute(null)]
11114         public System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get { throw null; } set { } }
11115         [System.ComponentModel.DefaultValueAttribute(null)]
11116         [System.ComponentModel.LocalizableAttribute(true)]
11117         public System.Drawing.Icon Icon { get { throw null; } set { } }
11118         [System.ComponentModel.BindableAttribute(true)]
11119         [System.ComponentModel.DefaultValueAttribute(null)]
11120         [System.ComponentModel.LocalizableAttribute(false)]
11121         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
11122         public object Tag { get { throw null; } set { } }
11123         [System.ComponentModel.DefaultValueAttribute("")]
11124         [System.ComponentModel.EditorAttribute("System.ComponentModel.Design.MultilineStringEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
11125         [System.ComponentModel.LocalizableAttribute(true)]
11126         public string Text { get { throw null; } set { } }
11127         [System.ComponentModel.DefaultValueAttribute(false)]
11128         [System.ComponentModel.LocalizableAttribute(true)]
11129         public bool Visible { get { throw null; } set { } }
11130         public event System.EventHandler BalloonTipClicked { add { } remove { } }
11131         public event System.EventHandler BalloonTipClosed { add { } remove { } }
11132         public event System.EventHandler BalloonTipShown { add { } remove { } }
11133         public event System.EventHandler Click { add { } remove { } }
11134         public event System.EventHandler DoubleClick { add { } remove { } }
11135         public event System.Windows.Forms.MouseEventHandler MouseClick { add { } remove { } }
11136         public event System.Windows.Forms.MouseEventHandler MouseDoubleClick { add { } remove { } }
11137         public event System.Windows.Forms.MouseEventHandler MouseDown { add { } remove { } }
11138         public event System.Windows.Forms.MouseEventHandler MouseMove { add { } remove { } }
11139         public event System.Windows.Forms.MouseEventHandler MouseUp { add { } remove { } }
Dispose(bool disposing)11140         protected override void Dispose(bool disposing) { }
ShowBalloonTip(int timeout)11141         public void ShowBalloonTip(int timeout) { }
ShowBalloonTip(int timeout, string tipTitle, string tipText, System.Windows.Forms.ToolTipIcon tipIcon)11142         public void ShowBalloonTip(int timeout, string tipTitle, string tipText, System.Windows.Forms.ToolTipIcon tipIcon) { }
11143     }
11144     [System.ComponentModel.DefaultBindingPropertyAttribute("Value")]
11145     [System.ComponentModel.DefaultEventAttribute("ValueChanged")]
11146     [System.ComponentModel.DefaultPropertyAttribute("Value")]
11147     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
11148     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
11149     public partial class NumericUpDown : System.Windows.Forms.UpDownBase, System.ComponentModel.ISupportInitialize
11150     {
NumericUpDown()11151         public NumericUpDown() { }
11152         [System.ComponentModel.BrowsableAttribute(false)]
11153         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
11154         public System.Windows.Forms.NumericUpDownAccelerationCollection Accelerations { get { throw null; } }
11155         [System.ComponentModel.DefaultValueAttribute(0)]
11156         public int DecimalPlaces { get { throw null; } set { } }
11157         [System.ComponentModel.DefaultValueAttribute(false)]
11158         public bool Hexadecimal { get { throw null; } set { } }
11159         public decimal Increment { get { throw null; } set { } }
11160         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
11161         public decimal Maximum { get { throw null; } set { } }
11162         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
11163         public decimal Minimum { get { throw null; } set { } }
11164         [System.ComponentModel.BrowsableAttribute(false)]
11165         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
11166         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11167         public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
11168         [System.ComponentModel.BindableAttribute(false)]
11169         [System.ComponentModel.BrowsableAttribute(false)]
11170         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
11171         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11172         public override string Text { get { throw null; } set { } }
11173         [System.ComponentModel.DefaultValueAttribute(false)]
11174         [System.ComponentModel.LocalizableAttribute(true)]
11175         public bool ThousandsSeparator { get { throw null; } set { } }
11176         [System.ComponentModel.BindableAttribute(true)]
11177         public decimal Value { get { throw null; } set { } }
11178         [System.ComponentModel.BrowsableAttribute(false)]
11179         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11180         public new event System.EventHandler PaddingChanged { add { } remove { } }
11181         [System.ComponentModel.BrowsableAttribute(false)]
11182         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11183         public new event System.EventHandler TextChanged { add { } remove { } }
11184         public event System.EventHandler ValueChanged { add { } remove { } }
BeginInit()11185         public void BeginInit() { }
CreateAccessibilityInstance()11186         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
DownButton()11187         public override void DownButton() { }
EndInit()11188         public void EndInit() { }
OnKeyDown(System.Windows.Forms.KeyEventArgs e)11189         protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { }
OnKeyUp(System.Windows.Forms.KeyEventArgs e)11190         protected override void OnKeyUp(System.Windows.Forms.KeyEventArgs e) { }
OnLostFocus(System.EventArgs e)11191         protected override void OnLostFocus(System.EventArgs e) { }
OnTextBoxKeyPress(object source, System.Windows.Forms.KeyPressEventArgs e)11192         protected override void OnTextBoxKeyPress(object source, System.Windows.Forms.KeyPressEventArgs e) { }
OnValueChanged(System.EventArgs e)11193         protected virtual void OnValueChanged(System.EventArgs e) { }
ParseEditText()11194         protected void ParseEditText() { }
ToString()11195         public override string ToString() { throw null; }
UpButton()11196         public override void UpButton() { }
UpdateEditText()11197         protected override void UpdateEditText() { }
ValidateEditText()11198         protected override void ValidateEditText() { }
11199     }
11200     public partial class NumericUpDownAcceleration
11201     {
NumericUpDownAcceleration(int seconds, decimal increment)11202         public NumericUpDownAcceleration(int seconds, decimal increment) { }
11203         public decimal Increment { get { throw null; } set { } }
11204         public int Seconds { get { throw null; } set { } }
11205     }
11206     [System.ComponentModel.ListBindableAttribute(false)]
11207     public partial class NumericUpDownAccelerationCollection : System.MarshalByRefObject, System.Collections.Generic.ICollection<System.Windows.Forms.NumericUpDownAcceleration>, System.Collections.Generic.IEnumerable<System.Windows.Forms.NumericUpDownAcceleration>, System.Collections.IEnumerable
11208     {
NumericUpDownAccelerationCollection()11209         public NumericUpDownAccelerationCollection() { }
11210         public int Count { get { throw null; } }
11211         public bool IsReadOnly { get { throw null; } }
11212         public System.Windows.Forms.NumericUpDownAcceleration this[int index] { get { throw null; } }
Add(System.Windows.Forms.NumericUpDownAcceleration acceleration)11213         public void Add(System.Windows.Forms.NumericUpDownAcceleration acceleration) { }
AddRange(params System.Windows.Forms.NumericUpDownAcceleration[] accelerations)11214         public void AddRange(params System.Windows.Forms.NumericUpDownAcceleration[] accelerations) { }
Clear()11215         public void Clear() { }
Contains(System.Windows.Forms.NumericUpDownAcceleration acceleration)11216         public bool Contains(System.Windows.Forms.NumericUpDownAcceleration acceleration) { throw null; }
CopyTo(System.Windows.Forms.NumericUpDownAcceleration[] array, int index)11217         public void CopyTo(System.Windows.Forms.NumericUpDownAcceleration[] array, int index) { }
Remove(System.Windows.Forms.NumericUpDownAcceleration acceleration)11218         public bool Remove(System.Windows.Forms.NumericUpDownAcceleration acceleration) { throw null; }
GetEnumerator()11219         System.Collections.Generic.IEnumerator<System.Windows.Forms.NumericUpDownAcceleration> System.Collections.Generic.IEnumerable<System.Windows.Forms.NumericUpDownAcceleration>.GetEnumerator() { throw null; }
System.Collections.IEnumerable.GetEnumerator()11220         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
11221     }
11222     public partial class OpacityConverter : System.ComponentModel.TypeConverter
11223     {
OpacityConverter()11224         public OpacityConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)11225         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)11226         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)11227         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
11228     }
11229     public sealed partial class OpenFileDialog : System.Windows.Forms.FileDialog
11230     {
OpenFileDialog()11231         public OpenFileDialog() { }
11232         [System.ComponentModel.DefaultValueAttribute(true)]
11233         public override bool CheckFileExists { get { throw null; } set { } }
11234         [System.ComponentModel.DefaultValueAttribute(false)]
11235         public bool Multiselect { get { throw null; } set { } }
11236         [System.ComponentModel.DefaultValueAttribute(false)]
11237         public bool ReadOnlyChecked { get { throw null; } set { } }
11238         [System.ComponentModel.BrowsableAttribute(false)]
11239         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
11240         public string SafeFileName { get { throw null; } }
11241         [System.ComponentModel.BrowsableAttribute(false)]
11242         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
11243         public string[] SafeFileNames { get { throw null; } }
11244         [System.ComponentModel.DefaultValueAttribute(false)]
11245         public bool ShowReadOnly { get { throw null; } set { } }
OpenFile()11246         public System.IO.Stream OpenFile() { throw null; }
Reset()11247         public override void Reset() { }
11248     }
11249     public enum Orientation
11250     {
11251         Horizontal = 0,
11252         Vertical = 1,
11253     }
11254     public partial class OSFeature : System.Windows.Forms.FeatureSupport
11255     {
11256         public static readonly object LayeredWindows;
11257         public static readonly object Themes;
OSFeature()11258         protected OSFeature() { }
11259         public static System.Windows.Forms.OSFeature Feature { get { throw null; } }
GetVersionPresent(object feature)11260         public override System.Version GetVersionPresent(object feature) { throw null; }
IsPresent(System.Windows.Forms.SystemParameter enumVal)11261         public static bool IsPresent(System.Windows.Forms.SystemParameter enumVal) { throw null; }
11262     }
11263     [System.SerializableAttribute]
11264     public partial class OwnerDrawPropertyBag : System.MarshalByRefObject, System.Runtime.Serialization.ISerializable
11265     {
OwnerDrawPropertyBag(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)11266         protected OwnerDrawPropertyBag(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
11267         public System.Drawing.Color BackColor { get { throw null; } set { } }
11268         public System.Drawing.Font Font { get { throw null; } set { } }
11269         public System.Drawing.Color ForeColor { get { throw null; } set { } }
Copy(System.Windows.Forms.OwnerDrawPropertyBag value)11270         public static System.Windows.Forms.OwnerDrawPropertyBag Copy(System.Windows.Forms.OwnerDrawPropertyBag value) { throw null; }
IsEmpty()11271         public virtual bool IsEmpty() { throw null; }
11272         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context)11273         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
11274     }
11275     [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.PaddingConverter))]
11276     [System.SerializableAttribute]
11277     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
11278     public partial struct Padding
11279     {
11280         public static readonly System.Windows.Forms.Padding Empty;
PaddingSystem.Windows.Forms.Padding11281         public Padding(int all) { throw null;}
PaddingSystem.Windows.Forms.Padding11282         public Padding(int left, int top, int right, int bottom) { throw null;}
11283         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
11284         public int All { get { throw null; } set { } }
11285         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
11286         public int Bottom { get { throw null; } set { } }
11287         [System.ComponentModel.BrowsableAttribute(false)]
11288         public int Horizontal { get { throw null; } }
11289         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
11290         public int Left { get { throw null; } set { } }
11291         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
11292         public int Right { get { throw null; } set { } }
11293         [System.ComponentModel.BrowsableAttribute(false)]
11294         public System.Drawing.Size Size { get { throw null; } }
11295         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
11296         public int Top { get { throw null; } set { } }
11297         [System.ComponentModel.BrowsableAttribute(false)]
11298         public int Vertical { get { throw null; } }
AddSystem.Windows.Forms.Padding11299         public static System.Windows.Forms.Padding Add(System.Windows.Forms.Padding p1, System.Windows.Forms.Padding p2) { throw null; }
EqualsSystem.Windows.Forms.Padding11300         public override bool Equals(object other) { throw null; }
GetHashCodeSystem.Windows.Forms.Padding11301         public override int GetHashCode() { throw null; }
operator +System.Windows.Forms.Padding11302         public static System.Windows.Forms.Padding operator +(System.Windows.Forms.Padding p1, System.Windows.Forms.Padding p2) { throw null; }
operator ==System.Windows.Forms.Padding11303         public static bool operator ==(System.Windows.Forms.Padding p1, System.Windows.Forms.Padding p2) { throw null; }
operator !=System.Windows.Forms.Padding11304         public static bool operator !=(System.Windows.Forms.Padding p1, System.Windows.Forms.Padding p2) { throw null; }
operator -System.Windows.Forms.Padding11305         public static System.Windows.Forms.Padding operator -(System.Windows.Forms.Padding p1, System.Windows.Forms.Padding p2) { throw null; }
SubtractSystem.Windows.Forms.Padding11306         public static System.Windows.Forms.Padding Subtract(System.Windows.Forms.Padding p1, System.Windows.Forms.Padding p2) { throw null; }
ToStringSystem.Windows.Forms.Padding11307         public override string ToString() { throw null; }
11308     }
11309     public partial class PaddingConverter : System.ComponentModel.TypeConverter
11310     {
PaddingConverter()11311         public PaddingConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)11312         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)11313         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)11314         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)11315         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues)11316         public override object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues) { throw null; }
GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context)11317         public override bool GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes)11318         public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)11319         public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
11320     }
11321     [System.ComponentModel.DefaultPropertyAttribute("Document")]
11322     public sealed partial class PageSetupDialog : System.Windows.Forms.CommonDialog
11323     {
PageSetupDialog()11324         public PageSetupDialog() { }
11325         [System.ComponentModel.DefaultValueAttribute(true)]
11326         public bool AllowMargins { get { throw null; } set { } }
11327         [System.ComponentModel.DefaultValueAttribute(true)]
11328         public bool AllowOrientation { get { throw null; } set { } }
11329         [System.ComponentModel.DefaultValueAttribute(true)]
11330         public bool AllowPaper { get { throw null; } set { } }
11331         [System.ComponentModel.DefaultValueAttribute(true)]
11332         public bool AllowPrinter { get { throw null; } set { } }
11333         [System.ComponentModel.DefaultValueAttribute(null)]
11334         public System.Drawing.Printing.PrintDocument Document { get { throw null; } set { } }
11335         [System.ComponentModel.BrowsableAttribute(true)]
11336         [System.ComponentModel.DefaultValueAttribute(false)]
11337         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
11338         public bool EnableMetric { get { throw null; } set { } }
11339         public System.Drawing.Printing.Margins MinMargins { get { throw null; } set { } }
11340         [System.ComponentModel.BrowsableAttribute(false)]
11341         [System.ComponentModel.DefaultValueAttribute(null)]
11342         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
11343         public System.Drawing.Printing.PageSettings PageSettings { get { throw null; } set { } }
11344         [System.ComponentModel.BrowsableAttribute(false)]
11345         [System.ComponentModel.DefaultValueAttribute(null)]
11346         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
11347         public System.Drawing.Printing.PrinterSettings PrinterSettings { get { throw null; } set { } }
11348         [System.ComponentModel.DefaultValueAttribute(false)]
11349         public bool ShowHelp { get { throw null; } set { } }
11350         [System.ComponentModel.DefaultValueAttribute(true)]
11351         public bool ShowNetwork { get { throw null; } set { } }
Reset()11352         public override void Reset() { }
RunDialog(System.IntPtr hwndOwner)11353         protected override bool RunDialog(System.IntPtr hwndOwner) { throw null; }
11354     }
11355     public partial class PaintEventArgs : System.EventArgs, System.IDisposable
11356     {
PaintEventArgs(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipRect)11357         public PaintEventArgs(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipRect) { }
11358         public System.Drawing.Rectangle ClipRectangle { get { throw null; } }
11359         public System.Drawing.Graphics Graphics { get { throw null; } }
Dispose()11360         public void Dispose() { }
Dispose(bool disposing)11361         protected virtual void Dispose(bool disposing) { }
~PaintEventArgs()11362         ~PaintEventArgs() { }
11363     }
PaintEventHandler(object sender, System.Windows.Forms.PaintEventArgs e)11364     public delegate void PaintEventHandler(object sender, System.Windows.Forms.PaintEventArgs e);
11365     [System.ComponentModel.DefaultEventAttribute("Paint")]
11366     [System.ComponentModel.DefaultPropertyAttribute("BorderStyle")]
11367     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.PanelDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
11368     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
11369     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
11370     [System.Windows.Forms.DockingAttribute((System.Windows.Forms.DockingBehavior)(1))]
11371     public partial class Panel : System.Windows.Forms.ScrollableControl
11372     {
Panel()11373         public Panel() { }
11374         [System.ComponentModel.BrowsableAttribute(true)]
11375         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(1))]
11376         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
11377         public override bool AutoSize { get { throw null; } set { } }
11378         [System.ComponentModel.BrowsableAttribute(true)]
11379         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.AutoSizeMode)(1))]
11380         [System.ComponentModel.LocalizableAttribute(true)]
11381         public virtual System.Windows.Forms.AutoSizeMode AutoSizeMode { get { throw null; } set { } }
11382         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.BorderStyle)(0))]
11383         [System.Runtime.InteropServices.DispIdAttribute(-504)]
11384         public System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
11385         protected override System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
11386         protected override System.Drawing.Size DefaultSize { get { throw null; } }
11387         [System.ComponentModel.DefaultValueAttribute(false)]
11388         public new bool TabStop { get { throw null; } set { } }
11389         [System.ComponentModel.BindableAttribute(false)]
11390         [System.ComponentModel.BrowsableAttribute(false)]
11391         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11392         public override string Text { get { throw null; } set { } }
11393         [System.ComponentModel.BrowsableAttribute(true)]
11394         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
11395         public new event System.EventHandler AutoSizeChanged { add { } remove { } }
11396         [System.ComponentModel.BrowsableAttribute(false)]
11397         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11398         public new event System.Windows.Forms.KeyEventHandler KeyDown { add { } remove { } }
11399         [System.ComponentModel.BrowsableAttribute(false)]
11400         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11401         public new event System.Windows.Forms.KeyPressEventHandler KeyPress { add { } remove { } }
11402         [System.ComponentModel.BrowsableAttribute(false)]
11403         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11404         public new event System.Windows.Forms.KeyEventHandler KeyUp { add { } remove { } }
11405         [System.ComponentModel.BrowsableAttribute(false)]
11406         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11407         public new event System.EventHandler TextChanged { add { } remove { } }
OnResize(System.EventArgs eventargs)11408         protected override void OnResize(System.EventArgs eventargs) { }
ToString()11409         public override string ToString() { throw null; }
11410     }
11411     [System.ComponentModel.DefaultBindingPropertyAttribute("Image")]
11412     [System.ComponentModel.DefaultPropertyAttribute("Image")]
11413     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.PictureBoxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
11414     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
11415     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
11416     [System.Windows.Forms.DockingAttribute((System.Windows.Forms.DockingBehavior)(1))]
11417     public partial class PictureBox : System.Windows.Forms.Control, System.ComponentModel.ISupportInitialize
11418     {
PictureBox()11419         public PictureBox() { }
11420         [System.ComponentModel.BrowsableAttribute(false)]
11421         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11422         public override bool AllowDrop { get { throw null; } set { } }
11423         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.BorderStyle)(0))]
11424         [System.Runtime.InteropServices.DispIdAttribute(-504)]
11425         public System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
11426         [System.ComponentModel.BrowsableAttribute(false)]
11427         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11428         public new bool CausesValidation { get { throw null; } set { } }
11429         protected override System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
11430         protected override System.Windows.Forms.ImeMode DefaultImeMode { get { throw null; } }
11431         protected override System.Drawing.Size DefaultSize { get { throw null; } }
11432         [System.ComponentModel.LocalizableAttribute(true)]
11433         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
11434         public System.Drawing.Image ErrorImage { get { throw null; } set { } }
11435         [System.ComponentModel.BrowsableAttribute(false)]
11436         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11437         public override System.Drawing.Font Font { get { throw null; } set { } }
11438         [System.ComponentModel.BrowsableAttribute(false)]
11439         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11440         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
11441         [System.ComponentModel.BindableAttribute(true)]
11442         [System.ComponentModel.LocalizableAttribute(true)]
11443         public System.Drawing.Image Image { get { throw null; } set { } }
11444         [System.ComponentModel.DefaultValueAttribute(null)]
11445         [System.ComponentModel.LocalizableAttribute(true)]
11446         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
11447         public string ImageLocation { get { throw null; } set { } }
11448         [System.ComponentModel.BrowsableAttribute(false)]
11449         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11450         public new System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } }
11451         [System.ComponentModel.LocalizableAttribute(true)]
11452         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
11453         public System.Drawing.Image InitialImage { get { throw null; } set { } }
11454         [System.ComponentModel.BrowsableAttribute(false)]
11455         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11456         public override System.Windows.Forms.RightToLeft RightToLeft { get { throw null; } set { } }
11457         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.PictureBoxSizeMode)(0))]
11458         [System.ComponentModel.LocalizableAttribute(true)]
11459         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
11460         public System.Windows.Forms.PictureBoxSizeMode SizeMode { get { throw null; } set { } }
11461         [System.ComponentModel.BrowsableAttribute(false)]
11462         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11463         public new int TabIndex { get { throw null; } set { } }
11464         [System.ComponentModel.BrowsableAttribute(false)]
11465         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11466         public new bool TabStop { get { throw null; } set { } }
11467         [System.ComponentModel.BindableAttribute(false)]
11468         [System.ComponentModel.BrowsableAttribute(false)]
11469         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11470         public override string Text { get { throw null; } set { } }
11471         [System.ComponentModel.DefaultValueAttribute(false)]
11472         [System.ComponentModel.LocalizableAttribute(true)]
11473         public bool WaitOnLoad { get { throw null; } set { } }
11474         [System.ComponentModel.BrowsableAttribute(false)]
11475         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11476         public new event System.EventHandler CausesValidationChanged { add { } remove { } }
11477         [System.ComponentModel.BrowsableAttribute(false)]
11478         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11479         public new event System.EventHandler Enter { add { } remove { } }
11480         [System.ComponentModel.BrowsableAttribute(false)]
11481         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11482         public new event System.EventHandler FontChanged { add { } remove { } }
11483         [System.ComponentModel.BrowsableAttribute(false)]
11484         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11485         public new event System.EventHandler ForeColorChanged { add { } remove { } }
11486         [System.ComponentModel.BrowsableAttribute(false)]
11487         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11488         public new event System.EventHandler ImeModeChanged { add { } remove { } }
11489         [System.ComponentModel.BrowsableAttribute(false)]
11490         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11491         public new event System.Windows.Forms.KeyEventHandler KeyDown { add { } remove { } }
11492         [System.ComponentModel.BrowsableAttribute(false)]
11493         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11494         public new event System.Windows.Forms.KeyPressEventHandler KeyPress { add { } remove { } }
11495         [System.ComponentModel.BrowsableAttribute(false)]
11496         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11497         public new event System.Windows.Forms.KeyEventHandler KeyUp { add { } remove { } }
11498         [System.ComponentModel.BrowsableAttribute(false)]
11499         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11500         public new event System.EventHandler Leave { add { } remove { } }
11501         public event System.ComponentModel.AsyncCompletedEventHandler LoadCompleted { add { } remove { } }
11502         public event System.ComponentModel.ProgressChangedEventHandler LoadProgressChanged { add { } remove { } }
11503         [System.ComponentModel.BrowsableAttribute(false)]
11504         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11505         public new event System.EventHandler RightToLeftChanged { add { } remove { } }
11506         public event System.EventHandler SizeModeChanged { add { } remove { } }
11507         [System.ComponentModel.BrowsableAttribute(false)]
11508         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11509         public new event System.EventHandler TabIndexChanged { add { } remove { } }
11510         [System.ComponentModel.BrowsableAttribute(false)]
11511         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11512         public new event System.EventHandler TabStopChanged { add { } remove { } }
11513         [System.ComponentModel.BrowsableAttribute(false)]
11514         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11515         public new event System.EventHandler TextChanged { add { } remove { } }
CancelAsync()11516         public void CancelAsync() { }
Dispose(bool disposing)11517         protected override void Dispose(bool disposing) { }
Load()11518         public void Load() { }
Load(string url)11519         public void Load(string url) { }
LoadAsync()11520         public void LoadAsync() { }
LoadAsync(string url)11521         public void LoadAsync(string url) { }
OnEnabledChanged(System.EventArgs e)11522         protected override void OnEnabledChanged(System.EventArgs e) { }
11523         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnHandleCreated(System.EventArgs e)11524         protected override void OnHandleCreated(System.EventArgs e) { }
11525         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnHandleDestroyed(System.EventArgs e)11526         protected override void OnHandleDestroyed(System.EventArgs e) { }
OnLoadCompleted(System.ComponentModel.AsyncCompletedEventArgs e)11527         protected virtual void OnLoadCompleted(System.ComponentModel.AsyncCompletedEventArgs e) { }
OnLoadProgressChanged(System.ComponentModel.ProgressChangedEventArgs e)11528         protected virtual void OnLoadProgressChanged(System.ComponentModel.ProgressChangedEventArgs e) { }
OnPaint(System.Windows.Forms.PaintEventArgs pe)11529         protected override void OnPaint(System.Windows.Forms.PaintEventArgs pe) { }
OnParentChanged(System.EventArgs e)11530         protected override void OnParentChanged(System.EventArgs e) { }
OnResize(System.EventArgs e)11531         protected override void OnResize(System.EventArgs e) { }
OnSizeModeChanged(System.EventArgs e)11532         protected virtual void OnSizeModeChanged(System.EventArgs e) { }
OnVisibleChanged(System.EventArgs e)11533         protected override void OnVisibleChanged(System.EventArgs e) { }
System.ComponentModel.ISupportInitialize.BeginInit()11534         void System.ComponentModel.ISupportInitialize.BeginInit() { }
System.ComponentModel.ISupportInitialize.EndInit()11535         void System.ComponentModel.ISupportInitialize.EndInit() { }
ToString()11536         public override string ToString() { throw null; }
11537     }
11538     public enum PictureBoxSizeMode
11539     {
11540         AutoSize = 2,
11541         CenterImage = 3,
11542         Normal = 0,
11543         StretchImage = 1,
11544         Zoom = 4,
11545     }
11546     public partial class PopupEventArgs : System.ComponentModel.CancelEventArgs
11547     {
PopupEventArgs(System.Windows.Forms.IWin32Window associatedWindow, System.Windows.Forms.Control associatedControl, bool isBalloon, System.Drawing.Size size)11548         public PopupEventArgs(System.Windows.Forms.IWin32Window associatedWindow, System.Windows.Forms.Control associatedControl, bool isBalloon, System.Drawing.Size size) { }
11549         public System.Windows.Forms.Control AssociatedControl { get { throw null; } }
11550         public System.Windows.Forms.IWin32Window AssociatedWindow { get { throw null; } }
11551         public bool IsBalloon { get { throw null; } }
11552         public System.Drawing.Size ToolTipSize { get { throw null; } set { } }
11553     }
PopupEventHandler(object sender, System.Windows.Forms.PopupEventArgs e)11554     public delegate void PopupEventHandler(object sender, System.Windows.Forms.PopupEventArgs e);
11555     public enum PowerLineStatus
11556     {
11557         Offline = 0,
11558         Online = 1,
11559         Unknown = 255,
11560     }
11561     public enum PowerState
11562     {
11563         Hibernate = 1,
11564         Suspend = 0,
11565     }
11566     public partial class PowerStatus
11567     {
PowerStatus()11568         internal PowerStatus() { }
11569         public System.Windows.Forms.BatteryChargeStatus BatteryChargeStatus { get { throw null; } }
11570         public int BatteryFullLifetime { get { throw null; } }
11571         public float BatteryLifePercent { get { throw null; } }
11572         public int BatteryLifeRemaining { get { throw null; } }
11573         public System.Windows.Forms.PowerLineStatus PowerLineStatus { get { throw null; } }
11574     }
11575     public enum PreProcessControlState
11576     {
11577         MessageNeeded = 1,
11578         MessageNotNeeded = 2,
11579         MessageProcessed = 0,
11580     }
11581     public partial class PreviewKeyDownEventArgs : System.EventArgs
11582     {
PreviewKeyDownEventArgs(System.Windows.Forms.Keys keyData)11583         public PreviewKeyDownEventArgs(System.Windows.Forms.Keys keyData) { }
11584         public bool Alt { get { throw null; } }
11585         public bool Control { get { throw null; } }
11586         public bool IsInputKey { get { throw null; } set { } }
11587         public System.Windows.Forms.Keys KeyCode { get { throw null; } }
11588         public System.Windows.Forms.Keys KeyData { get { throw null; } }
11589         public int KeyValue { get { throw null; } }
11590         public System.Windows.Forms.Keys Modifiers { get { throw null; } }
11591         public bool Shift { get { throw null; } }
11592     }
PreviewKeyDownEventHandler(object sender, System.Windows.Forms.PreviewKeyDownEventArgs e)11593     public delegate void PreviewKeyDownEventHandler(object sender, System.Windows.Forms.PreviewKeyDownEventArgs e);
11594     public partial class PrintControllerWithStatusDialog : System.Drawing.Printing.PrintController
11595     {
PrintControllerWithStatusDialog(System.Drawing.Printing.PrintController underlyingController)11596         public PrintControllerWithStatusDialog(System.Drawing.Printing.PrintController underlyingController) { }
PrintControllerWithStatusDialog(System.Drawing.Printing.PrintController underlyingController, string dialogTitle)11597         public PrintControllerWithStatusDialog(System.Drawing.Printing.PrintController underlyingController, string dialogTitle) { }
11598         public override bool IsPreview { get { throw null; } }
OnEndPage(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintPageEventArgs e)11599         public override void OnEndPage(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintPageEventArgs e) { }
OnEndPrint(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintEventArgs e)11600         public override void OnEndPrint(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintEventArgs e) { }
OnStartPage(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintPageEventArgs e)11601         public override System.Drawing.Graphics OnStartPage(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintPageEventArgs e) { throw null; }
OnStartPrint(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintEventArgs e)11602         public override void OnStartPrint(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintEventArgs e) { }
11603     }
11604     [System.ComponentModel.DefaultPropertyAttribute("Document")]
11605     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.PrintDialogDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
11606     public sealed partial class PrintDialog : System.Windows.Forms.CommonDialog
11607     {
PrintDialog()11608         public PrintDialog() { }
11609         [System.ComponentModel.DefaultValueAttribute(false)]
11610         public bool AllowCurrentPage { get { throw null; } set { } }
11611         [System.ComponentModel.DefaultValueAttribute(true)]
11612         public bool AllowPrintToFile { get { throw null; } set { } }
11613         [System.ComponentModel.DefaultValueAttribute(false)]
11614         public bool AllowSelection { get { throw null; } set { } }
11615         [System.ComponentModel.DefaultValueAttribute(false)]
11616         public bool AllowSomePages { get { throw null; } set { } }
11617         [System.ComponentModel.DefaultValueAttribute(null)]
11618         public System.Drawing.Printing.PrintDocument Document { get { throw null; } set { } }
11619         [System.ComponentModel.BrowsableAttribute(false)]
11620         [System.ComponentModel.DefaultValueAttribute(null)]
11621         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
11622         public System.Drawing.Printing.PrinterSettings PrinterSettings { get { throw null; } set { } }
11623         [System.ComponentModel.DefaultValueAttribute(false)]
11624         public bool PrintToFile { get { throw null; } set { } }
11625         [System.ComponentModel.DefaultValueAttribute(false)]
11626         public bool ShowHelp { get { throw null; } set { } }
11627         [System.ComponentModel.DefaultValueAttribute(true)]
11628         public bool ShowNetwork { get { throw null; } set { } }
11629         [System.ComponentModel.DefaultValueAttribute(false)]
11630         public bool UseEXDialog { get { throw null; } set { } }
Reset()11631         public override void Reset() { }
RunDialog(System.IntPtr hwndOwner)11632         protected override bool RunDialog(System.IntPtr hwndOwner) { throw null; }
11633     }
11634     [System.ComponentModel.DefaultPropertyAttribute("Document")]
11635     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
11636     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
11637     public partial class PrintPreviewControl : System.Windows.Forms.Control
11638     {
PrintPreviewControl()11639         public PrintPreviewControl() { }
11640         [System.ComponentModel.DefaultValueAttribute(true)]
11641         public bool AutoZoom { get { throw null; } set { } }
11642         [System.ComponentModel.DefaultValueAttribute(1)]
11643         public int Columns { get { throw null; } set { } }
11644         protected override System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
11645         [System.ComponentModel.DefaultValueAttribute(null)]
11646         public System.Drawing.Printing.PrintDocument Document { get { throw null; } set { } }
11647         [System.ComponentModel.AmbientValueAttribute((System.Windows.Forms.RightToLeft)(2))]
11648         [System.ComponentModel.LocalizableAttribute(true)]
11649         public override System.Windows.Forms.RightToLeft RightToLeft { get { throw null; } set { } }
11650         [System.ComponentModel.DefaultValueAttribute(1)]
11651         public int Rows { get { throw null; } set { } }
11652         [System.ComponentModel.DefaultValueAttribute(0)]
11653         public int StartPage { get { throw null; } set { } }
11654         [System.ComponentModel.BindableAttribute(false)]
11655         [System.ComponentModel.BrowsableAttribute(false)]
11656         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
11657         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11658         public override string Text { get { throw null; } set { } }
11659         [System.ComponentModel.DefaultValueAttribute(false)]
11660         public bool UseAntiAlias { get { throw null; } set { } }
11661         [System.ComponentModel.DefaultValueAttribute(0.3)]
11662         public double Zoom { get { throw null; } set { } }
11663         public event System.EventHandler StartPageChanged { add { } remove { } }
11664         [System.ComponentModel.BrowsableAttribute(false)]
11665         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11666         public new event System.EventHandler TextChanged { add { } remove { } }
InvalidatePreview()11667         public void InvalidatePreview() { }
OnPaint(System.Windows.Forms.PaintEventArgs pevent)11668         protected override void OnPaint(System.Windows.Forms.PaintEventArgs pevent) { }
OnResize(System.EventArgs eventargs)11669         protected override void OnResize(System.EventArgs eventargs) { }
OnStartPageChanged(System.EventArgs e)11670         protected virtual void OnStartPageChanged(System.EventArgs e) { }
11671         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetBackColor()11672         public override void ResetBackColor() { }
11673         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetForeColor()11674         public override void ResetForeColor() { }
11675         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
WndProc(ref System.Windows.Forms.Message m)11676         protected override void WndProc(ref System.Windows.Forms.Message m) { }
11677     }
11678     [System.ComponentModel.DefaultPropertyAttribute("Document")]
11679     [System.ComponentModel.DesignerAttribute("System.ComponentModel.Design.ComponentDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
11680     [System.ComponentModel.DesignTimeVisibleAttribute(true)]
11681     [System.ComponentModel.ToolboxItemAttribute(true)]
11682     [System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms.Control.TopLevel")]
11683     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
11684     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
11685     public partial class PrintPreviewDialog : System.Windows.Forms.Form
11686     {
PrintPreviewDialog()11687         public PrintPreviewDialog() { }
11688         [System.ComponentModel.BrowsableAttribute(false)]
11689         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11690         public new System.Windows.Forms.IButtonControl AcceptButton { get { throw null; } set { } }
11691         [System.ComponentModel.BrowsableAttribute(false)]
11692         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11693         public new string AccessibleDescription { get { throw null; } set { } }
11694         [System.ComponentModel.BrowsableAttribute(false)]
11695         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11696         public new string AccessibleName { get { throw null; } set { } }
11697         [System.ComponentModel.BrowsableAttribute(false)]
11698         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11699         public new System.Windows.Forms.AccessibleRole AccessibleRole { get { throw null; } set { } }
11700         [System.ComponentModel.BrowsableAttribute(false)]
11701         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11702         public override bool AllowDrop { get { throw null; } set { } }
11703         [System.ComponentModel.BrowsableAttribute(false)]
11704         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11705         public override System.Windows.Forms.AnchorStyles Anchor { get { throw null; } set { } }
11706         [System.ComponentModel.BrowsableAttribute(false)]
11707         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11708         public new bool AutoScale { get { throw null; } set { } }
11709         [System.ComponentModel.BrowsableAttribute(false)]
11710         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11711         [System.ObsoleteAttribute("This property has been deprecated. Use the AutoScaleDimensions property instead.  http://go.microsoft.com/fwlink/?linkid=14202")]
11712         public override System.Drawing.Size AutoScaleBaseSize { get { throw null; } set { } }
11713         [System.ComponentModel.BrowsableAttribute(false)]
11714         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11715         public override bool AutoScroll { get { throw null; } set { } }
11716         [System.ComponentModel.BrowsableAttribute(false)]
11717         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11718         public new System.Drawing.Size AutoScrollMargin { get { throw null; } set { } }
11719         [System.ComponentModel.BrowsableAttribute(false)]
11720         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11721         public new System.Drawing.Size AutoScrollMinSize { get { throw null; } set { } }
11722         [System.ComponentModel.BrowsableAttribute(false)]
11723         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
11724         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11725         public override bool AutoSize { get { throw null; } set { } }
11726         [System.ComponentModel.BrowsableAttribute(false)]
11727         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11728         public override System.Windows.Forms.AutoValidate AutoValidate { get { throw null; } set { } }
11729         [System.ComponentModel.BrowsableAttribute(false)]
11730         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11731         public override System.Drawing.Color BackColor { get { throw null; } set { } }
11732         [System.ComponentModel.BrowsableAttribute(false)]
11733         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11734         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
11735         [System.ComponentModel.BrowsableAttribute(false)]
11736         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11737         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
11738         [System.ComponentModel.BrowsableAttribute(false)]
11739         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11740         public new System.Windows.Forms.IButtonControl CancelButton { get { throw null; } set { } }
11741         [System.ComponentModel.BrowsableAttribute(false)]
11742         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11743         public new bool CausesValidation { get { throw null; } set { } }
11744         [System.ComponentModel.BrowsableAttribute(false)]
11745         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11746         public override System.Windows.Forms.ContextMenu ContextMenu { get { throw null; } set { } }
11747         [System.ComponentModel.BrowsableAttribute(false)]
11748         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11749         public override System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get { throw null; } set { } }
11750         [System.ComponentModel.BrowsableAttribute(false)]
11751         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11752         public new bool ControlBox { get { throw null; } set { } }
11753         [System.ComponentModel.BrowsableAttribute(false)]
11754         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11755         public override System.Windows.Forms.Cursor Cursor { get { throw null; } set { } }
11756         [System.ComponentModel.BrowsableAttribute(false)]
11757         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11758         public new System.Windows.Forms.ControlBindingsCollection DataBindings { get { throw null; } }
11759         protected override System.Drawing.Size DefaultMinimumSize { get { throw null; } }
11760         [System.ComponentModel.BrowsableAttribute(false)]
11761         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11762         public override System.Windows.Forms.DockStyle Dock { get { throw null; } set { } }
11763         [System.ComponentModel.BrowsableAttribute(false)]
11764         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11765         public new System.Windows.Forms.ScrollableControl.DockPaddingEdges DockPadding { get { throw null; } }
11766         [System.ComponentModel.DefaultValueAttribute(null)]
11767         public System.Drawing.Printing.PrintDocument Document { get { throw null; } set { } }
11768         [System.ComponentModel.BrowsableAttribute(false)]
11769         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11770         public new bool Enabled { get { throw null; } set { } }
11771         [System.ComponentModel.BrowsableAttribute(false)]
11772         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11773         public override System.Drawing.Font Font { get { throw null; } set { } }
11774         [System.ComponentModel.BrowsableAttribute(false)]
11775         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11776         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
11777         [System.ComponentModel.BrowsableAttribute(false)]
11778         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11779         public new System.Windows.Forms.FormBorderStyle FormBorderStyle { get { throw null; } set { } }
11780         [System.ComponentModel.BrowsableAttribute(false)]
11781         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11782         public new bool HelpButton { get { throw null; } set { } }
11783         [System.ComponentModel.BrowsableAttribute(false)]
11784         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11785         public new System.Drawing.Icon Icon { get { throw null; } set { } }
11786         [System.ComponentModel.BrowsableAttribute(false)]
11787         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11788         public new System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } }
11789         [System.ComponentModel.BrowsableAttribute(false)]
11790         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11791         public new bool IsMdiContainer { get { throw null; } set { } }
11792         [System.ComponentModel.BrowsableAttribute(false)]
11793         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11794         public new bool KeyPreview { get { throw null; } set { } }
11795         [System.ComponentModel.BrowsableAttribute(false)]
11796         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
11797         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11798         public new System.Drawing.Point Location { get { throw null; } set { } }
11799         [System.ComponentModel.BrowsableAttribute(false)]
11800         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11801         public new System.Windows.Forms.Padding Margin { get { throw null; } set { } }
11802         [System.ComponentModel.BrowsableAttribute(false)]
11803         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11804         public new bool MaximizeBox { get { throw null; } set { } }
11805         [System.ComponentModel.BrowsableAttribute(false)]
11806         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11807         public new System.Drawing.Size MaximumSize { get { throw null; } set { } }
11808         [System.ComponentModel.BrowsableAttribute(false)]
11809         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11810         public new System.Windows.Forms.MainMenu Menu { get { throw null; } set { } }
11811         [System.ComponentModel.BrowsableAttribute(false)]
11812         [System.ComponentModel.DefaultValueAttribute(false)]
11813         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11814         public new bool MinimizeBox { get { throw null; } set { } }
11815         [System.ComponentModel.BrowsableAttribute(false)]
11816         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
11817         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11818         public new System.Drawing.Size MinimumSize { get { throw null; } set { } }
11819         [System.ComponentModel.BrowsableAttribute(false)]
11820         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
11821         public new double Opacity { get { throw null; } set { } }
11822         [System.ComponentModel.BrowsableAttribute(false)]
11823         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11824         public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
11825         [System.ComponentModel.BrowsableAttribute(false)]
11826         public System.Windows.Forms.PrintPreviewControl PrintPreviewControl { get { throw null; } }
11827         [System.ComponentModel.BrowsableAttribute(false)]
11828         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11829         public override System.Windows.Forms.RightToLeft RightToLeft { get { throw null; } set { } }
11830         [System.ComponentModel.BrowsableAttribute(false)]
11831         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11832         public override bool RightToLeftLayout { get { throw null; } set { } }
11833         [System.ComponentModel.BrowsableAttribute(false)]
11834         [System.ComponentModel.DefaultValueAttribute(false)]
11835         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11836         public new bool ShowInTaskbar { get { throw null; } set { } }
11837         [System.ComponentModel.BrowsableAttribute(false)]
11838         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11839         public new System.Drawing.Size Size { get { throw null; } set { } }
11840         [System.ComponentModel.BrowsableAttribute(false)]
11841         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.SizeGripStyle)(2))]
11842         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11843         public new System.Windows.Forms.SizeGripStyle SizeGripStyle { get { throw null; } set { } }
11844         [System.ComponentModel.BrowsableAttribute(false)]
11845         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11846         public new System.Windows.Forms.FormStartPosition StartPosition { get { throw null; } set { } }
11847         [System.ComponentModel.BrowsableAttribute(false)]
11848         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11849         public new bool TabStop { get { throw null; } set { } }
11850         [System.ComponentModel.BrowsableAttribute(false)]
11851         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11852         public new object Tag { get { throw null; } set { } }
11853         [System.ComponentModel.BrowsableAttribute(false)]
11854         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11855         public override string Text { get { throw null; } set { } }
11856         [System.ComponentModel.BrowsableAttribute(false)]
11857         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11858         public new bool TopMost { get { throw null; } set { } }
11859         [System.ComponentModel.BrowsableAttribute(false)]
11860         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11861         public new System.Drawing.Color TransparencyKey { get { throw null; } set { } }
11862         [System.ComponentModel.DefaultValueAttribute(false)]
11863         public bool UseAntiAlias { get { throw null; } set { } }
11864         [System.ComponentModel.BrowsableAttribute(false)]
11865         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11866         public new bool UseWaitCursor { get { throw null; } set { } }
11867         [System.ComponentModel.BrowsableAttribute(false)]
11868         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11869         public new bool Visible { get { throw null; } set { } }
11870         [System.ComponentModel.BrowsableAttribute(false)]
11871         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11872         public new System.Windows.Forms.FormWindowState WindowState { get { throw null; } set { } }
11873         [System.ComponentModel.BrowsableAttribute(false)]
11874         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11875         public new event System.EventHandler AutoSizeChanged { add { } remove { } }
11876         [System.ComponentModel.BrowsableAttribute(false)]
11877         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11878         public new event System.EventHandler AutoValidateChanged { add { } remove { } }
11879         [System.ComponentModel.BrowsableAttribute(false)]
11880         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11881         public new event System.EventHandler BackColorChanged { add { } remove { } }
11882         [System.ComponentModel.BrowsableAttribute(false)]
11883         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11884         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
11885         [System.ComponentModel.BrowsableAttribute(false)]
11886         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11887         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
11888         [System.ComponentModel.BrowsableAttribute(false)]
11889         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11890         public new event System.EventHandler CausesValidationChanged { add { } remove { } }
11891         [System.ComponentModel.BrowsableAttribute(false)]
11892         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11893         public new event System.EventHandler ContextMenuChanged { add { } remove { } }
11894         [System.ComponentModel.BrowsableAttribute(false)]
11895         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11896         public new event System.EventHandler ContextMenuStripChanged { add { } remove { } }
11897         [System.ComponentModel.BrowsableAttribute(false)]
11898         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11899         public new event System.EventHandler CursorChanged { add { } remove { } }
11900         [System.ComponentModel.BrowsableAttribute(false)]
11901         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11902         public new event System.EventHandler DockChanged { add { } remove { } }
11903         [System.ComponentModel.BrowsableAttribute(false)]
11904         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11905         public new event System.EventHandler EnabledChanged { add { } remove { } }
11906         [System.ComponentModel.BrowsableAttribute(false)]
11907         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11908         public new event System.EventHandler FontChanged { add { } remove { } }
11909         [System.ComponentModel.BrowsableAttribute(false)]
11910         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11911         public new event System.EventHandler ForeColorChanged { add { } remove { } }
11912         [System.ComponentModel.BrowsableAttribute(false)]
11913         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11914         public new event System.EventHandler ImeModeChanged { add { } remove { } }
11915         [System.ComponentModel.BrowsableAttribute(false)]
11916         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11917         public new event System.EventHandler LocationChanged { add { } remove { } }
11918         [System.ComponentModel.BrowsableAttribute(false)]
11919         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11920         public new event System.EventHandler MarginChanged { add { } remove { } }
11921         [System.ComponentModel.BrowsableAttribute(false)]
11922         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11923         public new event System.EventHandler MaximumSizeChanged { add { } remove { } }
11924         [System.ComponentModel.BrowsableAttribute(false)]
11925         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11926         public new event System.EventHandler MinimumSizeChanged { add { } remove { } }
11927         [System.ComponentModel.BrowsableAttribute(false)]
11928         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11929         public new event System.EventHandler PaddingChanged { add { } remove { } }
11930         [System.ComponentModel.BrowsableAttribute(false)]
11931         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11932         public new event System.EventHandler RightToLeftChanged { add { } remove { } }
11933         [System.ComponentModel.BrowsableAttribute(false)]
11934         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11935         public new event System.EventHandler RightToLeftLayoutChanged { add { } remove { } }
11936         [System.ComponentModel.BrowsableAttribute(false)]
11937         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11938         public new event System.EventHandler SizeChanged { add { } remove { } }
11939         [System.ComponentModel.BrowsableAttribute(false)]
11940         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11941         public new event System.EventHandler TabStopChanged { add { } remove { } }
11942         [System.ComponentModel.BrowsableAttribute(false)]
11943         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11944         public new event System.EventHandler TextChanged { add { } remove { } }
11945         [System.ComponentModel.BrowsableAttribute(false)]
11946         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11947         public new event System.EventHandler VisibleChanged { add { } remove { } }
CreateHandle()11948         protected override void CreateHandle() { }
OnClosing(System.ComponentModel.CancelEventArgs e)11949         protected override void OnClosing(System.ComponentModel.CancelEventArgs e) { }
11950         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessDialogKey(System.Windows.Forms.Keys keyData)11951         protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
11952         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessTabKey(bool forward)11953         protected override bool ProcessTabKey(bool forward) { throw null; }
11954     }
11955     public sealed partial class ProfessionalColors
11956     {
ProfessionalColors()11957         internal ProfessionalColors() { }
11958         public static System.Drawing.Color ButtonCheckedGradientBegin { get { throw null; } }
11959         public static System.Drawing.Color ButtonCheckedGradientEnd { get { throw null; } }
11960         public static System.Drawing.Color ButtonCheckedGradientMiddle { get { throw null; } }
11961         public static System.Drawing.Color ButtonCheckedHighlight { get { throw null; } }
11962         public static System.Drawing.Color ButtonCheckedHighlightBorder { get { throw null; } }
11963         public static System.Drawing.Color ButtonPressedBorder { get { throw null; } }
11964         public static System.Drawing.Color ButtonPressedGradientBegin { get { throw null; } }
11965         public static System.Drawing.Color ButtonPressedGradientEnd { get { throw null; } }
11966         public static System.Drawing.Color ButtonPressedGradientMiddle { get { throw null; } }
11967         public static System.Drawing.Color ButtonPressedHighlight { get { throw null; } }
11968         public static System.Drawing.Color ButtonPressedHighlightBorder { get { throw null; } }
11969         public static System.Drawing.Color ButtonSelectedBorder { get { throw null; } }
11970         public static System.Drawing.Color ButtonSelectedGradientBegin { get { throw null; } }
11971         public static System.Drawing.Color ButtonSelectedGradientEnd { get { throw null; } }
11972         public static System.Drawing.Color ButtonSelectedGradientMiddle { get { throw null; } }
11973         public static System.Drawing.Color ButtonSelectedHighlight { get { throw null; } }
11974         public static System.Drawing.Color ButtonSelectedHighlightBorder { get { throw null; } }
11975         public static System.Drawing.Color CheckBackground { get { throw null; } }
11976         public static System.Drawing.Color CheckPressedBackground { get { throw null; } }
11977         public static System.Drawing.Color CheckSelectedBackground { get { throw null; } }
11978         public static System.Drawing.Color GripDark { get { throw null; } }
11979         public static System.Drawing.Color GripLight { get { throw null; } }
11980         public static System.Drawing.Color ImageMarginGradientBegin { get { throw null; } }
11981         public static System.Drawing.Color ImageMarginGradientEnd { get { throw null; } }
11982         public static System.Drawing.Color ImageMarginGradientMiddle { get { throw null; } }
11983         public static System.Drawing.Color ImageMarginRevealedGradientBegin { get { throw null; } }
11984         public static System.Drawing.Color ImageMarginRevealedGradientEnd { get { throw null; } }
11985         public static System.Drawing.Color ImageMarginRevealedGradientMiddle { get { throw null; } }
11986         public static System.Drawing.Color MenuBorder { get { throw null; } }
11987         public static System.Drawing.Color MenuItemBorder { get { throw null; } }
11988         public static System.Drawing.Color MenuItemPressedGradientBegin { get { throw null; } }
11989         public static System.Drawing.Color MenuItemPressedGradientEnd { get { throw null; } }
11990         public static System.Drawing.Color MenuItemPressedGradientMiddle { get { throw null; } }
11991         public static System.Drawing.Color MenuItemSelected { get { throw null; } }
11992         public static System.Drawing.Color MenuItemSelectedGradientBegin { get { throw null; } }
11993         public static System.Drawing.Color MenuItemSelectedGradientEnd { get { throw null; } }
11994         public static System.Drawing.Color MenuStripGradientBegin { get { throw null; } }
11995         public static System.Drawing.Color MenuStripGradientEnd { get { throw null; } }
11996         public static System.Drawing.Color OverflowButtonGradientBegin { get { throw null; } }
11997         public static System.Drawing.Color OverflowButtonGradientEnd { get { throw null; } }
11998         public static System.Drawing.Color OverflowButtonGradientMiddle { get { throw null; } }
11999         public static System.Drawing.Color RaftingContainerGradientBegin { get { throw null; } }
12000         public static System.Drawing.Color RaftingContainerGradientEnd { get { throw null; } }
12001         public static System.Drawing.Color SeparatorDark { get { throw null; } }
12002         public static System.Drawing.Color SeparatorLight { get { throw null; } }
12003         public static System.Drawing.Color StatusStripGradientBegin { get { throw null; } }
12004         public static System.Drawing.Color StatusStripGradientEnd { get { throw null; } }
12005         public static System.Drawing.Color ToolStripBorder { get { throw null; } }
12006         public static System.Drawing.Color ToolStripContentPanelGradientBegin { get { throw null; } }
12007         public static System.Drawing.Color ToolStripContentPanelGradientEnd { get { throw null; } }
12008         public static System.Drawing.Color ToolStripDropDownBackground { get { throw null; } }
12009         public static System.Drawing.Color ToolStripGradientBegin { get { throw null; } }
12010         public static System.Drawing.Color ToolStripGradientEnd { get { throw null; } }
12011         public static System.Drawing.Color ToolStripGradientMiddle { get { throw null; } }
12012         public static System.Drawing.Color ToolStripPanelGradientBegin { get { throw null; } }
12013         public static System.Drawing.Color ToolStripPanelGradientEnd { get { throw null; } }
12014     }
12015     public partial class ProfessionalColorTable
12016     {
ProfessionalColorTable()12017         public ProfessionalColorTable() { }
12018         public virtual System.Drawing.Color ButtonCheckedGradientBegin { get { throw null; } }
12019         public virtual System.Drawing.Color ButtonCheckedGradientEnd { get { throw null; } }
12020         public virtual System.Drawing.Color ButtonCheckedGradientMiddle { get { throw null; } }
12021         public virtual System.Drawing.Color ButtonCheckedHighlight { get { throw null; } }
12022         public virtual System.Drawing.Color ButtonCheckedHighlightBorder { get { throw null; } }
12023         public virtual System.Drawing.Color ButtonPressedBorder { get { throw null; } }
12024         public virtual System.Drawing.Color ButtonPressedGradientBegin { get { throw null; } }
12025         public virtual System.Drawing.Color ButtonPressedGradientEnd { get { throw null; } }
12026         public virtual System.Drawing.Color ButtonPressedGradientMiddle { get { throw null; } }
12027         public virtual System.Drawing.Color ButtonPressedHighlight { get { throw null; } }
12028         public virtual System.Drawing.Color ButtonPressedHighlightBorder { get { throw null; } }
12029         public virtual System.Drawing.Color ButtonSelectedBorder { get { throw null; } }
12030         public virtual System.Drawing.Color ButtonSelectedGradientBegin { get { throw null; } }
12031         public virtual System.Drawing.Color ButtonSelectedGradientEnd { get { throw null; } }
12032         public virtual System.Drawing.Color ButtonSelectedGradientMiddle { get { throw null; } }
12033         public virtual System.Drawing.Color ButtonSelectedHighlight { get { throw null; } }
12034         public virtual System.Drawing.Color ButtonSelectedHighlightBorder { get { throw null; } }
12035         public virtual System.Drawing.Color CheckBackground { get { throw null; } }
12036         public virtual System.Drawing.Color CheckPressedBackground { get { throw null; } }
12037         public virtual System.Drawing.Color CheckSelectedBackground { get { throw null; } }
12038         public virtual System.Drawing.Color GripDark { get { throw null; } }
12039         public virtual System.Drawing.Color GripLight { get { throw null; } }
12040         public virtual System.Drawing.Color ImageMarginGradientBegin { get { throw null; } }
12041         public virtual System.Drawing.Color ImageMarginGradientEnd { get { throw null; } }
12042         public virtual System.Drawing.Color ImageMarginGradientMiddle { get { throw null; } }
12043         public virtual System.Drawing.Color ImageMarginRevealedGradientBegin { get { throw null; } }
12044         public virtual System.Drawing.Color ImageMarginRevealedGradientEnd { get { throw null; } }
12045         public virtual System.Drawing.Color ImageMarginRevealedGradientMiddle { get { throw null; } }
12046         public virtual System.Drawing.Color MenuBorder { get { throw null; } }
12047         public virtual System.Drawing.Color MenuItemBorder { get { throw null; } }
12048         public virtual System.Drawing.Color MenuItemPressedGradientBegin { get { throw null; } }
12049         public virtual System.Drawing.Color MenuItemPressedGradientEnd { get { throw null; } }
12050         public virtual System.Drawing.Color MenuItemPressedGradientMiddle { get { throw null; } }
12051         public virtual System.Drawing.Color MenuItemSelected { get { throw null; } }
12052         public virtual System.Drawing.Color MenuItemSelectedGradientBegin { get { throw null; } }
12053         public virtual System.Drawing.Color MenuItemSelectedGradientEnd { get { throw null; } }
12054         public virtual System.Drawing.Color MenuStripGradientBegin { get { throw null; } }
12055         public virtual System.Drawing.Color MenuStripGradientEnd { get { throw null; } }
12056         public virtual System.Drawing.Color OverflowButtonGradientBegin { get { throw null; } }
12057         public virtual System.Drawing.Color OverflowButtonGradientEnd { get { throw null; } }
12058         public virtual System.Drawing.Color OverflowButtonGradientMiddle { get { throw null; } }
12059         public virtual System.Drawing.Color RaftingContainerGradientBegin { get { throw null; } }
12060         public virtual System.Drawing.Color RaftingContainerGradientEnd { get { throw null; } }
12061         public virtual System.Drawing.Color SeparatorDark { get { throw null; } }
12062         public virtual System.Drawing.Color SeparatorLight { get { throw null; } }
12063         public virtual System.Drawing.Color StatusStripGradientBegin { get { throw null; } }
12064         public virtual System.Drawing.Color StatusStripGradientEnd { get { throw null; } }
12065         public virtual System.Drawing.Color ToolStripBorder { get { throw null; } }
12066         public virtual System.Drawing.Color ToolStripContentPanelGradientBegin { get { throw null; } }
12067         public virtual System.Drawing.Color ToolStripContentPanelGradientEnd { get { throw null; } }
12068         public virtual System.Drawing.Color ToolStripDropDownBackground { get { throw null; } }
12069         public virtual System.Drawing.Color ToolStripGradientBegin { get { throw null; } }
12070         public virtual System.Drawing.Color ToolStripGradientEnd { get { throw null; } }
12071         public virtual System.Drawing.Color ToolStripGradientMiddle { get { throw null; } }
12072         public virtual System.Drawing.Color ToolStripPanelGradientBegin { get { throw null; } }
12073         public virtual System.Drawing.Color ToolStripPanelGradientEnd { get { throw null; } }
12074         public bool UseSystemColors { get { throw null; } set { } }
12075     }
12076     [System.ComponentModel.DefaultBindingPropertyAttribute("Value")]
12077     [System.ComponentModel.DefaultPropertyAttribute("Value")]
12078     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
12079     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
12080     public partial class ProgressBar : System.Windows.Forms.Control
12081     {
ProgressBar()12082         public ProgressBar() { }
12083         [System.ComponentModel.BrowsableAttribute(false)]
12084         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12085         public override bool AllowDrop { get { throw null; } set { } }
12086         [System.ComponentModel.BrowsableAttribute(false)]
12087         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12088         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
12089         [System.ComponentModel.BrowsableAttribute(false)]
12090         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12091         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
12092         [System.ComponentModel.BrowsableAttribute(false)]
12093         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12094         public new bool CausesValidation { get { throw null; } set { } }
12095         protected override System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
12096         protected override System.Windows.Forms.ImeMode DefaultImeMode { get { throw null; } }
12097         protected override System.Drawing.Size DefaultSize { get { throw null; } }
12098         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12099         protected override bool DoubleBuffered { get { throw null; } set { } }
12100         [System.ComponentModel.BrowsableAttribute(false)]
12101         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12102         public override System.Drawing.Font Font { get { throw null; } set { } }
12103         [System.ComponentModel.BrowsableAttribute(false)]
12104         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12105         public new System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } }
12106         [System.ComponentModel.DefaultValueAttribute(100)]
12107         public int MarqueeAnimationSpeed { get { throw null; } set { } }
12108         [System.ComponentModel.DefaultValueAttribute(100)]
12109         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
12110         public int Maximum { get { throw null; } set { } }
12111         [System.ComponentModel.DefaultValueAttribute(0)]
12112         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
12113         public int Minimum { get { throw null; } set { } }
12114         [System.ComponentModel.BrowsableAttribute(false)]
12115         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12116         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12117         public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
12118         [System.ComponentModel.DefaultValueAttribute(false)]
12119         [System.ComponentModel.LocalizableAttribute(true)]
12120         public virtual bool RightToLeftLayout { get { throw null; } set { } }
12121         [System.ComponentModel.DefaultValueAttribute(10)]
12122         public int Step { get { throw null; } set { } }
12123         [System.ComponentModel.BrowsableAttribute(true)]
12124         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ProgressBarStyle)(0))]
12125         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
12126         public System.Windows.Forms.ProgressBarStyle Style { get { throw null; } set { } }
12127         [System.ComponentModel.BrowsableAttribute(false)]
12128         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12129         public new bool TabStop { get { throw null; } set { } }
12130         [System.ComponentModel.BindableAttribute(false)]
12131         [System.ComponentModel.BrowsableAttribute(false)]
12132         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12133         public override string Text { get { throw null; } set { } }
12134         [System.ComponentModel.BindableAttribute(true)]
12135         [System.ComponentModel.DefaultValueAttribute(0)]
12136         public int Value { get { throw null; } set { } }
12137         [System.ComponentModel.BrowsableAttribute(false)]
12138         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12139         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
12140         [System.ComponentModel.BrowsableAttribute(false)]
12141         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12142         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
12143         [System.ComponentModel.BrowsableAttribute(false)]
12144         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12145         public new event System.EventHandler CausesValidationChanged { add { } remove { } }
12146         [System.ComponentModel.BrowsableAttribute(false)]
12147         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12148         public new event System.EventHandler DoubleClick { add { } remove { } }
12149         [System.ComponentModel.BrowsableAttribute(false)]
12150         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12151         public new event System.EventHandler Enter { add { } remove { } }
12152         [System.ComponentModel.BrowsableAttribute(false)]
12153         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12154         public new event System.EventHandler FontChanged { add { } remove { } }
12155         [System.ComponentModel.BrowsableAttribute(false)]
12156         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12157         public new event System.EventHandler ImeModeChanged { add { } remove { } }
12158         [System.ComponentModel.BrowsableAttribute(false)]
12159         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12160         public new event System.Windows.Forms.KeyEventHandler KeyDown { add { } remove { } }
12161         [System.ComponentModel.BrowsableAttribute(false)]
12162         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12163         public new event System.Windows.Forms.KeyPressEventHandler KeyPress { add { } remove { } }
12164         [System.ComponentModel.BrowsableAttribute(false)]
12165         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12166         public new event System.Windows.Forms.KeyEventHandler KeyUp { add { } remove { } }
12167         [System.ComponentModel.BrowsableAttribute(false)]
12168         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12169         public new event System.EventHandler Leave { add { } remove { } }
12170         [System.ComponentModel.BrowsableAttribute(false)]
12171         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12172         public new event System.Windows.Forms.MouseEventHandler MouseDoubleClick { add { } remove { } }
12173         [System.ComponentModel.BrowsableAttribute(false)]
12174         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12175         public new event System.EventHandler PaddingChanged { add { } remove { } }
12176         [System.ComponentModel.BrowsableAttribute(false)]
12177         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12178         public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
12179         public event System.EventHandler RightToLeftLayoutChanged { add { } remove { } }
12180         [System.ComponentModel.BrowsableAttribute(false)]
12181         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12182         public new event System.EventHandler TabStopChanged { add { } remove { } }
12183         [System.ComponentModel.BrowsableAttribute(false)]
12184         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12185         public new event System.EventHandler TextChanged { add { } remove { } }
CreateHandle()12186         protected override void CreateHandle() { }
Increment(int value)12187         public void Increment(int value) { }
OnBackColorChanged(System.EventArgs e)12188         protected override void OnBackColorChanged(System.EventArgs e) { }
OnForeColorChanged(System.EventArgs e)12189         protected override void OnForeColorChanged(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)12190         protected override void OnHandleCreated(System.EventArgs e) { }
OnHandleDestroyed(System.EventArgs e)12191         protected override void OnHandleDestroyed(System.EventArgs e) { }
12192         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnRightToLeftLayoutChanged(System.EventArgs e)12193         protected virtual void OnRightToLeftLayoutChanged(System.EventArgs e) { }
PerformStep()12194         public void PerformStep() { }
12195         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetForeColor()12196         public override void ResetForeColor() { }
ToString()12197         public override string ToString() { throw null; }
12198     }
12199     public sealed partial class ProgressBarRenderer
12200     {
ProgressBarRenderer()12201         internal ProgressBarRenderer() { }
12202         public static int ChunkSpaceThickness { get { throw null; } }
12203         public static int ChunkThickness { get { throw null; } }
12204         public static bool IsSupported { get { throw null; } }
DrawHorizontalBar(System.Drawing.Graphics g, System.Drawing.Rectangle bounds)12205         public static void DrawHorizontalBar(System.Drawing.Graphics g, System.Drawing.Rectangle bounds) { }
DrawHorizontalChunks(System.Drawing.Graphics g, System.Drawing.Rectangle bounds)12206         public static void DrawHorizontalChunks(System.Drawing.Graphics g, System.Drawing.Rectangle bounds) { }
DrawVerticalBar(System.Drawing.Graphics g, System.Drawing.Rectangle bounds)12207         public static void DrawVerticalBar(System.Drawing.Graphics g, System.Drawing.Rectangle bounds) { }
DrawVerticalChunks(System.Drawing.Graphics g, System.Drawing.Rectangle bounds)12208         public static void DrawVerticalChunks(System.Drawing.Graphics g, System.Drawing.Rectangle bounds) { }
12209     }
12210     public enum ProgressBarStyle
12211     {
12212         Blocks = 0,
12213         Continuous = 1,
12214         Marquee = 2,
12215     }
12216     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.PropertyGridDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
12217     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
12218     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
12219     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
12220     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
12221     public partial class PropertyGrid : System.Windows.Forms.ContainerControl, System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser
12222     {
PropertyGrid()12223         public PropertyGrid() { }
12224         [System.ComponentModel.BrowsableAttribute(false)]
12225         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12226         public override bool AutoScroll { get { throw null; } set { } }
12227         public override System.Drawing.Color BackColor { get { throw null; } set { } }
12228         [System.ComponentModel.BrowsableAttribute(false)]
12229         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12230         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
12231         [System.ComponentModel.BrowsableAttribute(false)]
12232         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12233         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
12234         [System.ComponentModel.BrowsableAttribute(false)]
12235         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12236         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12237         public System.ComponentModel.AttributeCollection BrowsableAttributes { get { throw null; } set { } }
12238         [System.ComponentModel.BrowsableAttribute(false)]
12239         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12240         public virtual bool CanShowCommands { get { throw null; } }
12241         [System.ComponentModel.DefaultValueAttribute(true)]
12242         public bool CanShowVisualStyleGlyphs { get { throw null; } set { } }
12243         [System.ComponentModel.DefaultValueAttribute(typeof(System.Drawing.Color), "ControlText")]
12244         public System.Drawing.Color CategoryForeColor { get { throw null; } set { } }
12245         [System.ComponentModel.DefaultValueAttribute(typeof(System.Drawing.Color), "Control")]
12246         public System.Drawing.Color CategorySplitterColor { get { throw null; } set { } }
12247         public System.Drawing.Color CommandsActiveLinkColor { get { throw null; } set { } }
12248         public System.Drawing.Color CommandsBackColor { get { throw null; } set { } }
12249         [System.ComponentModel.DefaultValueAttribute(typeof(System.Drawing.Color), "ControlDark")]
12250         public System.Drawing.Color CommandsBorderColor { get { throw null; } set { } }
12251         public System.Drawing.Color CommandsDisabledLinkColor { get { throw null; } set { } }
12252         public System.Drawing.Color CommandsForeColor { get { throw null; } set { } }
12253         public System.Drawing.Color CommandsLinkColor { get { throw null; } set { } }
12254         [System.ComponentModel.BrowsableAttribute(false)]
12255         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12256         public virtual bool CommandsVisible { get { throw null; } }
12257         [System.ComponentModel.DefaultValueAttribute(true)]
12258         public virtual bool CommandsVisibleIfAvailable { get { throw null; } set { } }
12259         [System.ComponentModel.BrowsableAttribute(false)]
12260         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12261         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12262         public System.Drawing.Point ContextMenuDefaultLocation { get { throw null; } }
12263         [System.ComponentModel.BrowsableAttribute(false)]
12264         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12265         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12266         public new System.Windows.Forms.Control.ControlCollection Controls { get { throw null; } }
12267         protected override System.Drawing.Size DefaultSize { get { throw null; } }
12268         [System.ComponentModel.BrowsableAttribute(false)]
12269         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12270         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12271         protected virtual System.Type DefaultTabType { get { throw null; } }
12272         [System.ComponentModel.DefaultValueAttribute(typeof(System.Drawing.Color), "GrayText")]
12273         public System.Drawing.Color DisabledItemForeColor { get { throw null; } set { } }
12274         protected bool DrawFlatToolbar { get { throw null; } set { } }
12275         [System.ComponentModel.BrowsableAttribute(false)]
12276         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12277         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
12278         [System.ComponentModel.DefaultValueAttribute(typeof(System.Drawing.Color), "Control")]
12279         public System.Drawing.Color HelpBackColor { get { throw null; } set { } }
12280         [System.ComponentModel.DefaultValueAttribute(typeof(System.Drawing.Color), "ControlDark")]
12281         public System.Drawing.Color HelpBorderColor { get { throw null; } set { } }
12282         [System.ComponentModel.DefaultValueAttribute(typeof(System.Drawing.Color), "ControlText")]
12283         public System.Drawing.Color HelpForeColor { get { throw null; } set { } }
12284         [System.ComponentModel.DefaultValueAttribute(true)]
12285         [System.ComponentModel.LocalizableAttribute(true)]
12286         public virtual bool HelpVisible { get { throw null; } set { } }
12287         [System.ComponentModel.DefaultValueAttribute(false)]
12288         public bool LargeButtons { get { throw null; } set { } }
12289         [System.ComponentModel.DefaultValueAttribute(typeof(System.Drawing.Color), "InactiveBorder")]
12290         public System.Drawing.Color LineColor { get { throw null; } set { } }
12291         [System.ComponentModel.BrowsableAttribute(false)]
12292         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12293         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12294         public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
12295         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.PropertySort)(3))]
12296         public System.Windows.Forms.PropertySort PropertySort { get { throw null; } set { } }
12297         [System.ComponentModel.BrowsableAttribute(false)]
12298         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12299         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12300         public System.Windows.Forms.PropertyGrid.PropertyTabCollection PropertyTabs { get { throw null; } }
12301         [System.ComponentModel.BrowsableAttribute(false)]
12302         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12303         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12304         public System.Windows.Forms.GridItem SelectedGridItem { get { throw null; } set { } }
12305         [System.ComponentModel.DefaultValueAttribute(typeof(System.Drawing.Color), "Highlight")]
12306         public System.Drawing.Color SelectedItemWithFocusBackColor { get { throw null; } set { } }
12307         [System.ComponentModel.DefaultValueAttribute(typeof(System.Drawing.Color), "HighlightText")]
12308         public System.Drawing.Color SelectedItemWithFocusForeColor { get { throw null; } set { } }
12309         [System.ComponentModel.DefaultValueAttribute(null)]
12310         [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.PropertyGrid.SelectedObjectConverter")]
12311         public object SelectedObject { get { throw null; } set { } }
12312         [System.ComponentModel.BrowsableAttribute(false)]
12313         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12314         public object[] SelectedObjects { get { throw null; } set { } }
12315         [System.ComponentModel.BrowsableAttribute(false)]
12316         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12317         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12318         public System.Windows.Forms.Design.PropertyTab SelectedTab { get { throw null; } }
12319         protected internal override bool ShowFocusCues { get { throw null; } }
12320         [System.ComponentModel.BrowsableAttribute(false)]
12321         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12322         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12323         protected virtual System.Drawing.Bitmap ShowPropertyPageImage { get { throw null; } }
12324         public override System.ComponentModel.ISite Site { get { throw null; } set { } }
12325         [System.ComponentModel.BrowsableAttribute(false)]
12326         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12327         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12328         protected virtual System.Drawing.Bitmap SortByCategoryImage { get { throw null; } }
12329         [System.ComponentModel.BrowsableAttribute(false)]
12330         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12331         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12332         protected virtual System.Drawing.Bitmap SortByPropertyImage { get { throw null; } }
12333         bool System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.InPropertySet { get { throw null; } }
12334         [System.ComponentModel.BrowsableAttribute(false)]
12335         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12336         public override string Text { get { throw null; } set { } }
12337         [System.ComponentModel.DefaultValueAttribute(true)]
12338         public virtual bool ToolbarVisible { get { throw null; } set { } }
12339         protected System.Windows.Forms.ToolStripRenderer ToolStripRenderer { get { throw null; } set { } }
12340         [System.ComponentModel.DefaultValueAttribute(false)]
12341         public bool UseCompatibleTextRendering { get { throw null; } set { } }
12342         [System.ComponentModel.DefaultValueAttribute(typeof(System.Drawing.Color), "Window")]
12343         public System.Drawing.Color ViewBackColor { get { throw null; } set { } }
12344         [System.ComponentModel.DefaultValueAttribute(typeof(System.Drawing.Color), "ControlDark")]
12345         public System.Drawing.Color ViewBorderColor { get { throw null; } set { } }
12346         [System.ComponentModel.DefaultValueAttribute(typeof(System.Drawing.Color), "WindowText")]
12347         public System.Drawing.Color ViewForeColor { get { throw null; } set { } }
12348         [System.ComponentModel.BrowsableAttribute(false)]
12349         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12350         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
12351         [System.ComponentModel.BrowsableAttribute(false)]
12352         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12353         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
12354         [System.ComponentModel.BrowsableAttribute(false)]
12355         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12356         public new event System.EventHandler ForeColorChanged { add { } remove { } }
12357         [System.ComponentModel.BrowsableAttribute(false)]
12358         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12359         public new event System.Windows.Forms.KeyEventHandler KeyDown { add { } remove { } }
12360         [System.ComponentModel.BrowsableAttribute(false)]
12361         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12362         public new event System.Windows.Forms.KeyPressEventHandler KeyPress { add { } remove { } }
12363         [System.ComponentModel.BrowsableAttribute(false)]
12364         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12365         public new event System.Windows.Forms.KeyEventHandler KeyUp { add { } remove { } }
12366         [System.ComponentModel.BrowsableAttribute(false)]
12367         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12368         public new event System.Windows.Forms.MouseEventHandler MouseDown { add { } remove { } }
12369         [System.ComponentModel.BrowsableAttribute(false)]
12370         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12371         public new event System.EventHandler MouseEnter { add { } remove { } }
12372         [System.ComponentModel.BrowsableAttribute(false)]
12373         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12374         public new event System.EventHandler MouseLeave { add { } remove { } }
12375         [System.ComponentModel.BrowsableAttribute(false)]
12376         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12377         public new event System.Windows.Forms.MouseEventHandler MouseMove { add { } remove { } }
12378         [System.ComponentModel.BrowsableAttribute(false)]
12379         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12380         public new event System.Windows.Forms.MouseEventHandler MouseUp { add { } remove { } }
12381         [System.ComponentModel.BrowsableAttribute(false)]
12382         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12383         public new event System.EventHandler PaddingChanged { add { } remove { } }
12384         public event System.EventHandler PropertySortChanged { add { } remove { } }
12385         public event System.Windows.Forms.PropertyTabChangedEventHandler PropertyTabChanged { add { } remove { } }
12386         public event System.Windows.Forms.PropertyValueChangedEventHandler PropertyValueChanged { add { } remove { } }
12387         public event System.Windows.Forms.SelectedGridItemChangedEventHandler SelectedGridItemChanged { add { } remove { } }
12388         public event System.EventHandler SelectedObjectsChanged { add { } remove { } }
12389         event System.ComponentModel.Design.ComponentRenameEventHandler System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.ComComponentNameChanged { add { } remove { } }
12390         [System.ComponentModel.BrowsableAttribute(false)]
12391         public new event System.EventHandler TextChanged { add { } remove { } }
CollapseAllGridItems()12392         public void CollapseAllGridItems() { }
CreatePropertyTab(System.Type tabType)12393         protected virtual System.Windows.Forms.Design.PropertyTab CreatePropertyTab(System.Type tabType) { throw null; }
Dispose(bool disposing)12394         protected override void Dispose(bool disposing) { }
ExpandAllGridItems()12395         public void ExpandAllGridItems() { }
OnComComponentNameChanged(System.ComponentModel.Design.ComponentRenameEventArgs e)12396         protected void OnComComponentNameChanged(System.ComponentModel.Design.ComponentRenameEventArgs e) { }
OnEnabledChanged(System.EventArgs e)12397         protected override void OnEnabledChanged(System.EventArgs e) { }
OnFontChanged(System.EventArgs e)12398         protected override void OnFontChanged(System.EventArgs e) { }
OnGotFocus(System.EventArgs e)12399         protected override void OnGotFocus(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)12400         protected override void OnHandleCreated(System.EventArgs e) { }
OnHandleDestroyed(System.EventArgs e)12401         protected override void OnHandleDestroyed(System.EventArgs e) { }
OnMouseDown(System.Windows.Forms.MouseEventArgs me)12402         protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs me) { }
OnMouseMove(System.Windows.Forms.MouseEventArgs me)12403         protected override void OnMouseMove(System.Windows.Forms.MouseEventArgs me) { }
OnMouseUp(System.Windows.Forms.MouseEventArgs me)12404         protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs me) { }
OnNotifyPropertyValueUIItemsChanged(object sender, System.EventArgs e)12405         protected void OnNotifyPropertyValueUIItemsChanged(object sender, System.EventArgs e) { }
OnPaint(System.Windows.Forms.PaintEventArgs pevent)12406         protected override void OnPaint(System.Windows.Forms.PaintEventArgs pevent) { }
OnPropertySortChanged(System.EventArgs e)12407         protected virtual void OnPropertySortChanged(System.EventArgs e) { }
OnPropertyTabChanged(System.Windows.Forms.PropertyTabChangedEventArgs e)12408         protected virtual void OnPropertyTabChanged(System.Windows.Forms.PropertyTabChangedEventArgs e) { }
OnPropertyValueChanged(System.Windows.Forms.PropertyValueChangedEventArgs e)12409         protected virtual void OnPropertyValueChanged(System.Windows.Forms.PropertyValueChangedEventArgs e) { }
OnResize(System.EventArgs e)12410         protected override void OnResize(System.EventArgs e) { }
OnSelectedGridItemChanged(System.Windows.Forms.SelectedGridItemChangedEventArgs e)12411         protected virtual void OnSelectedGridItemChanged(System.Windows.Forms.SelectedGridItemChangedEventArgs e) { }
OnSelectedObjectsChanged(System.EventArgs e)12412         protected virtual void OnSelectedObjectsChanged(System.EventArgs e) { }
OnSystemColorsChanged(System.EventArgs e)12413         protected override void OnSystemColorsChanged(System.EventArgs e) { }
OnVisibleChanged(System.EventArgs e)12414         protected override void OnVisibleChanged(System.EventArgs e) { }
12415         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
12416         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
12417         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
ProcessDialogKey(System.Windows.Forms.Keys keyData)12418         protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
Refresh()12419         public override void Refresh() { }
RefreshTabs(System.ComponentModel.PropertyTabScope tabScope)12420         public void RefreshTabs(System.ComponentModel.PropertyTabScope tabScope) { }
ResetSelectedProperty()12421         public void ResetSelectedProperty() { }
12422         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ScaleCore(float dx, float dy)12423         protected override void ScaleCore(float dx, float dy) { }
ShowEventsButton(bool value)12424         protected void ShowEventsButton(bool value) { }
System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.DropDownDone()12425         void System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.DropDownDone() { }
System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.EnsurePendingChangesCommitted()12426         bool System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.EnsurePendingChangesCommitted() { throw null; }
System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.HandleF4()12427         void System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.HandleF4() { }
System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.LoadState(Microsoft.Win32.RegistryKey optRoot)12428         void System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.LoadState(Microsoft.Win32.RegistryKey optRoot) { }
System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.SaveState(Microsoft.Win32.RegistryKey optRoot)12429         void System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.SaveState(Microsoft.Win32.RegistryKey optRoot) { }
12430         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
WndProc(ref System.Windows.Forms.Message m)12431         protected override void WndProc(ref System.Windows.Forms.Message m) { }
12432         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
12433         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
12434         public partial class PropertyTabCollection : System.Collections.ICollection, System.Collections.IEnumerable
12435         {
PropertyTabCollection()12436             internal PropertyTabCollection() { }
12437             public int Count { get { throw null; } }
12438             public System.Windows.Forms.Design.PropertyTab this[int index] { get { throw null; } }
12439             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
12440             object System.Collections.ICollection.SyncRoot { get { throw null; } }
AddTabType(System.Type propertyTabType)12441             public void AddTabType(System.Type propertyTabType) { }
AddTabType(System.Type propertyTabType, System.ComponentModel.PropertyTabScope tabScope)12442             public void AddTabType(System.Type propertyTabType, System.ComponentModel.PropertyTabScope tabScope) { }
Clear(System.ComponentModel.PropertyTabScope tabScope)12443             public void Clear(System.ComponentModel.PropertyTabScope tabScope) { }
GetEnumerator()12444             public System.Collections.IEnumerator GetEnumerator() { throw null; }
RemoveTabType(System.Type propertyTabType)12445             public void RemoveTabType(System.Type propertyTabType) { }
System.Collections.ICollection.CopyTo(System.Array dest, int index)12446             void System.Collections.ICollection.CopyTo(System.Array dest, int index) { }
12447         }
12448     }
12449     public partial class PropertyManager : System.Windows.Forms.BindingManagerBase
12450     {
PropertyManager()12451         public PropertyManager() { }
12452         public override int Count { get { throw null; } }
12453         public override object Current { get { throw null; } }
12454         public override int Position { get { throw null; } set { } }
AddNew()12455         public override void AddNew() { }
CancelCurrentEdit()12456         public override void CancelCurrentEdit() { }
EndCurrentEdit()12457         public override void EndCurrentEdit() { }
GetListName(System.Collections.ArrayList listAccessors)12458         protected internal override string GetListName(System.Collections.ArrayList listAccessors) { throw null; }
OnCurrentChanged(System.EventArgs ea)12459         protected internal override void OnCurrentChanged(System.EventArgs ea) { }
OnCurrentItemChanged(System.EventArgs ea)12460         protected internal override void OnCurrentItemChanged(System.EventArgs ea) { }
RemoveAt(int index)12461         public override void RemoveAt(int index) { }
ResumeBinding()12462         public override void ResumeBinding() { }
SuspendBinding()12463         public override void SuspendBinding() { }
UpdateIsBinding()12464         protected override void UpdateIsBinding() { }
12465     }
12466     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
12467     public enum PropertySort
12468     {
12469         Alphabetical = 1,
12470         Categorized = 2,
12471         CategorizedAlphabetical = 3,
12472         NoSort = 0,
12473     }
12474     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
12475     public partial class PropertyTabChangedEventArgs : System.EventArgs
12476     {
PropertyTabChangedEventArgs(System.Windows.Forms.Design.PropertyTab oldTab, System.Windows.Forms.Design.PropertyTab newTab)12477         public PropertyTabChangedEventArgs(System.Windows.Forms.Design.PropertyTab oldTab, System.Windows.Forms.Design.PropertyTab newTab) { }
12478         public System.Windows.Forms.Design.PropertyTab NewTab { get { throw null; } }
12479         public System.Windows.Forms.Design.PropertyTab OldTab { get { throw null; } }
12480     }
PropertyTabChangedEventHandler(object s, System.Windows.Forms.PropertyTabChangedEventArgs e)12481     public delegate void PropertyTabChangedEventHandler(object s, System.Windows.Forms.PropertyTabChangedEventArgs e);
12482     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
12483     public partial class PropertyValueChangedEventArgs : System.EventArgs
12484     {
PropertyValueChangedEventArgs(System.Windows.Forms.GridItem changedItem, object oldValue)12485         public PropertyValueChangedEventArgs(System.Windows.Forms.GridItem changedItem, object oldValue) { }
12486         public System.Windows.Forms.GridItem ChangedItem { get { throw null; } }
12487         public object OldValue { get { throw null; } }
12488     }
PropertyValueChangedEventHandler(object s, System.Windows.Forms.PropertyValueChangedEventArgs e)12489     public delegate void PropertyValueChangedEventHandler(object s, System.Windows.Forms.PropertyValueChangedEventArgs e);
12490     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
12491     public partial class QueryAccessibilityHelpEventArgs : System.EventArgs
12492     {
QueryAccessibilityHelpEventArgs()12493         public QueryAccessibilityHelpEventArgs() { }
QueryAccessibilityHelpEventArgs(string helpNamespace, string helpString, string helpKeyword)12494         public QueryAccessibilityHelpEventArgs(string helpNamespace, string helpString, string helpKeyword) { }
12495         public string HelpKeyword { get { throw null; } set { } }
12496         public string HelpNamespace { get { throw null; } set { } }
12497         public string HelpString { get { throw null; } set { } }
12498     }
QueryAccessibilityHelpEventHandler(object sender, System.Windows.Forms.QueryAccessibilityHelpEventArgs e)12499     public delegate void QueryAccessibilityHelpEventHandler(object sender, System.Windows.Forms.QueryAccessibilityHelpEventArgs e);
12500     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
12501     public partial class QueryContinueDragEventArgs : System.EventArgs
12502     {
QueryContinueDragEventArgs(int keyState, bool escapePressed, System.Windows.Forms.DragAction action)12503         public QueryContinueDragEventArgs(int keyState, bool escapePressed, System.Windows.Forms.DragAction action) { }
12504         public System.Windows.Forms.DragAction Action { get { throw null; } set { } }
12505         public bool EscapePressed { get { throw null; } }
12506         public int KeyState { get { throw null; } }
12507     }
QueryContinueDragEventHandler(object sender, System.Windows.Forms.QueryContinueDragEventArgs e)12508     public delegate void QueryContinueDragEventHandler(object sender, System.Windows.Forms.QueryContinueDragEventArgs e);
12509     public partial class QuestionEventArgs : System.EventArgs
12510     {
QuestionEventArgs()12511         public QuestionEventArgs() { }
QuestionEventArgs(bool response)12512         public QuestionEventArgs(bool response) { }
12513         public bool Response { get { throw null; } set { } }
12514     }
QuestionEventHandler(object sender, System.Windows.Forms.QuestionEventArgs e)12515     public delegate void QuestionEventHandler(object sender, System.Windows.Forms.QuestionEventArgs e);
12516     [System.ComponentModel.DefaultBindingPropertyAttribute("Checked")]
12517     [System.ComponentModel.DefaultEventAttribute("CheckedChanged")]
12518     [System.ComponentModel.DefaultPropertyAttribute("Checked")]
12519     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.RadioButtonDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
12520     [System.ComponentModel.ToolboxItemAttribute("System.Windows.Forms.Design.AutoSizeToolboxItem,System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
12521     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
12522     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
12523     public partial class RadioButton : System.Windows.Forms.ButtonBase
12524     {
RadioButton()12525         public RadioButton() { }
12526         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.Appearance)(0))]
12527         [System.ComponentModel.LocalizableAttribute(true)]
12528         public System.Windows.Forms.Appearance Appearance { get { throw null; } set { } }
12529         [System.ComponentModel.DefaultValueAttribute(true)]
12530         public bool AutoCheck { get { throw null; } set { } }
12531         [System.ComponentModel.DefaultValueAttribute((System.Drawing.ContentAlignment)(16))]
12532         [System.ComponentModel.LocalizableAttribute(true)]
12533         public System.Drawing.ContentAlignment CheckAlign { get { throw null; } set { } }
12534         [System.ComponentModel.BindableAttribute(true)]
12535         [System.ComponentModel.DefaultValueAttribute(false)]
12536         [System.ComponentModel.SettingsBindableAttribute(true)]
12537         public bool Checked { get { throw null; } set { } }
12538         protected override System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
12539         protected override System.Drawing.Size DefaultSize { get { throw null; } }
12540         [System.ComponentModel.DefaultValueAttribute(false)]
12541         public new bool TabStop { get { throw null; } set { } }
12542         [System.ComponentModel.DefaultValueAttribute((System.Drawing.ContentAlignment)(16))]
12543         [System.ComponentModel.LocalizableAttribute(true)]
12544         public override System.Drawing.ContentAlignment TextAlign { get { throw null; } set { } }
12545         public event System.EventHandler AppearanceChanged { add { } remove { } }
12546         public event System.EventHandler CheckedChanged { add { } remove { } }
12547         [System.ComponentModel.BrowsableAttribute(false)]
12548         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12549         public new event System.EventHandler DoubleClick { add { } remove { } }
12550         [System.ComponentModel.BrowsableAttribute(false)]
12551         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12552         public new event System.Windows.Forms.MouseEventHandler MouseDoubleClick { add { } remove { } }
CreateAccessibilityInstance()12553         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
OnCheckedChanged(System.EventArgs e)12554         protected virtual void OnCheckedChanged(System.EventArgs e) { }
OnClick(System.EventArgs e)12555         protected override void OnClick(System.EventArgs e) { }
OnEnter(System.EventArgs e)12556         protected override void OnEnter(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)12557         protected override void OnHandleCreated(System.EventArgs e) { }
OnMouseUp(System.Windows.Forms.MouseEventArgs mevent)12558         protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs mevent) { }
PerformClick()12559         public void PerformClick() { }
12560         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessMnemonic(char charCode)12561         protected internal override bool ProcessMnemonic(char charCode) { throw null; }
ToString()12562         public override string ToString() { throw null; }
12563         [System.Runtime.InteropServices.ComVisibleAttribute(true)]
12564         public partial class RadioButtonAccessibleObject : System.Windows.Forms.ButtonBase.ButtonBaseAccessibleObject
12565         {
RadioButtonAccessibleObject(System.Windows.Forms.RadioButton owner)12566             public RadioButtonAccessibleObject(System.Windows.Forms.RadioButton owner) : base (default(System.Windows.Forms.Control)) { }
12567             public override string DefaultAction { get { throw null; } }
12568             public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
12569             public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
12570             [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
DoDefaultAction()12571             public override void DoDefaultAction() { }
12572         }
12573     }
12574     public sealed partial class RadioButtonRenderer
12575     {
RadioButtonRenderer()12576         internal RadioButtonRenderer() { }
12577         public static bool RenderMatchingApplicationState { get { throw null; } set { } }
DrawParentBackground(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.Control childControl)12578         public static void DrawParentBackground(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.Control childControl) { }
DrawRadioButton(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string radioButtonText, System.Drawing.Font font, bool focused, System.Windows.Forms.VisualStyles.RadioButtonState state)12579         public static void DrawRadioButton(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string radioButtonText, System.Drawing.Font font, bool focused, System.Windows.Forms.VisualStyles.RadioButtonState state) { }
DrawRadioButton(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string radioButtonText, System.Drawing.Font font, System.Drawing.Image image, System.Drawing.Rectangle imageBounds, bool focused, System.Windows.Forms.VisualStyles.RadioButtonState state)12580         public static void DrawRadioButton(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string radioButtonText, System.Drawing.Font font, System.Drawing.Image image, System.Drawing.Rectangle imageBounds, bool focused, System.Windows.Forms.VisualStyles.RadioButtonState state) { }
DrawRadioButton(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string radioButtonText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, bool focused, System.Windows.Forms.VisualStyles.RadioButtonState state)12581         public static void DrawRadioButton(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string radioButtonText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, bool focused, System.Windows.Forms.VisualStyles.RadioButtonState state) { }
DrawRadioButton(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string radioButtonText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, System.Drawing.Image image, System.Drawing.Rectangle imageBounds, bool focused, System.Windows.Forms.VisualStyles.RadioButtonState state)12582         public static void DrawRadioButton(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string radioButtonText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, System.Drawing.Image image, System.Drawing.Rectangle imageBounds, bool focused, System.Windows.Forms.VisualStyles.RadioButtonState state) { }
DrawRadioButton(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Windows.Forms.VisualStyles.RadioButtonState state)12583         public static void DrawRadioButton(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Windows.Forms.VisualStyles.RadioButtonState state) { }
GetGlyphSize(System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.RadioButtonState state)12584         public static System.Drawing.Size GetGlyphSize(System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.RadioButtonState state) { throw null; }
IsBackgroundPartiallyTransparent(System.Windows.Forms.VisualStyles.RadioButtonState state)12585         public static bool IsBackgroundPartiallyTransparent(System.Windows.Forms.VisualStyles.RadioButtonState state) { throw null; }
12586     }
12587     [System.AttributeUsageAttribute((System.AttributeTargets)(128), AllowMultiple=false, Inherited=true)]
12588     public sealed partial class RelatedImageListAttribute : System.Attribute
12589     {
RelatedImageListAttribute(string relatedImageList)12590         public RelatedImageListAttribute(string relatedImageList) { }
12591         public string RelatedImageList { get { throw null; } }
12592     }
12593     public partial class RetrieveVirtualItemEventArgs : System.EventArgs
12594     {
RetrieveVirtualItemEventArgs(int itemIndex)12595         public RetrieveVirtualItemEventArgs(int itemIndex) { }
12596         public System.Windows.Forms.ListViewItem Item { get { throw null; } set { } }
12597         public int ItemIndex { get { throw null; } }
12598     }
RetrieveVirtualItemEventHandler(object sender, System.Windows.Forms.RetrieveVirtualItemEventArgs e)12599     public delegate void RetrieveVirtualItemEventHandler(object sender, System.Windows.Forms.RetrieveVirtualItemEventArgs e);
12600     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.RichTextBoxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
12601     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
12602     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
12603     [System.Windows.Forms.DockingAttribute((System.Windows.Forms.DockingBehavior)(1))]
12604     public partial class RichTextBox : System.Windows.Forms.TextBoxBase
12605     {
RichTextBox()12606         public RichTextBox() { }
12607         [System.ComponentModel.BrowsableAttribute(false)]
12608         public override bool AllowDrop { get { throw null; } set { } }
12609         [System.ComponentModel.BrowsableAttribute(false)]
12610         [System.ComponentModel.DefaultValueAttribute(false)]
12611         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(1))]
12612         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12613         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
12614         public override bool AutoSize { get { throw null; } set { } }
12615         [System.ComponentModel.DefaultValueAttribute(false)]
12616         public bool AutoWordSelection { get { throw null; } set { } }
12617         [System.ComponentModel.BrowsableAttribute(false)]
12618         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12619         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
12620         [System.ComponentModel.BrowsableAttribute(false)]
12621         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12622         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
12623         [System.ComponentModel.DefaultValueAttribute(0)]
12624         [System.ComponentModel.LocalizableAttribute(true)]
12625         public int BulletIndent { get { throw null; } set { } }
12626         [System.ComponentModel.BrowsableAttribute(false)]
12627         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12628         public bool CanRedo { get { throw null; } }
12629         protected override System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
12630         protected override System.Drawing.Size DefaultSize { get { throw null; } }
12631         [System.ComponentModel.DefaultValueAttribute(true)]
12632         public bool DetectUrls { get { throw null; } set { } }
12633         [System.ComponentModel.DefaultValueAttribute(false)]
12634         public bool EnableAutoDragDrop { get { throw null; } set { } }
12635         public override System.Drawing.Font Font { get { throw null; } set { } }
12636         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
12637         [System.ComponentModel.BrowsableAttribute(false)]
12638         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12639         public System.Windows.Forms.RichTextBoxLanguageOptions LanguageOption { get { throw null; } set { } }
12640         [System.ComponentModel.DefaultValueAttribute(2147483647)]
12641         public override int MaxLength { get { throw null; } set { } }
12642         [System.ComponentModel.DefaultValueAttribute(true)]
12643         public override bool Multiline { get { throw null; } set { } }
12644         [System.ComponentModel.BrowsableAttribute(false)]
12645         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12646         public string RedoActionName { get { throw null; } }
12647         [System.ComponentModel.BrowsableAttribute(false)]
12648         [System.ComponentModel.DefaultValueAttribute(true)]
12649         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12650         public bool RichTextShortcutsEnabled { get { throw null; } set { } }
12651         [System.ComponentModel.DefaultValueAttribute(0)]
12652         [System.ComponentModel.LocalizableAttribute(true)]
12653         public int RightMargin { get { throw null; } set { } }
12654         [System.ComponentModel.BrowsableAttribute(false)]
12655         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12656         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
12657         public string Rtf { get { throw null; } set { } }
12658         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.RichTextBoxScrollBars)(3))]
12659         [System.ComponentModel.LocalizableAttribute(true)]
12660         public System.Windows.Forms.RichTextBoxScrollBars ScrollBars { get { throw null; } set { } }
12661         [System.ComponentModel.BrowsableAttribute(false)]
12662         [System.ComponentModel.DefaultValueAttribute("")]
12663         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12664         public string SelectedRtf { get { throw null; } set { } }
12665         [System.ComponentModel.BrowsableAttribute(false)]
12666         [System.ComponentModel.DefaultValueAttribute("")]
12667         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12668         public override string SelectedText { get { throw null; } set { } }
12669         [System.ComponentModel.BrowsableAttribute(false)]
12670         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.HorizontalAlignment)(0))]
12671         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12672         public System.Windows.Forms.HorizontalAlignment SelectionAlignment { get { throw null; } set { } }
12673         [System.ComponentModel.BrowsableAttribute(false)]
12674         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12675         public System.Drawing.Color SelectionBackColor { get { throw null; } set { } }
12676         [System.ComponentModel.BrowsableAttribute(false)]
12677         [System.ComponentModel.DefaultValueAttribute(false)]
12678         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12679         public bool SelectionBullet { get { throw null; } set { } }
12680         [System.ComponentModel.BrowsableAttribute(false)]
12681         [System.ComponentModel.DefaultValueAttribute(0)]
12682         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12683         public int SelectionCharOffset { get { throw null; } set { } }
12684         [System.ComponentModel.BrowsableAttribute(false)]
12685         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12686         public System.Drawing.Color SelectionColor { get { throw null; } set { } }
12687         [System.ComponentModel.BrowsableAttribute(false)]
12688         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12689         public System.Drawing.Font SelectionFont { get { throw null; } set { } }
12690         [System.ComponentModel.BrowsableAttribute(false)]
12691         [System.ComponentModel.DefaultValueAttribute(0)]
12692         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12693         public int SelectionHangingIndent { get { throw null; } set { } }
12694         [System.ComponentModel.BrowsableAttribute(false)]
12695         [System.ComponentModel.DefaultValueAttribute(0)]
12696         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12697         public int SelectionIndent { get { throw null; } set { } }
12698         [System.ComponentModel.BrowsableAttribute(false)]
12699         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12700         public override int SelectionLength { get { throw null; } set { } }
12701         [System.ComponentModel.BrowsableAttribute(false)]
12702         [System.ComponentModel.DefaultValueAttribute(false)]
12703         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12704         public bool SelectionProtected { get { throw null; } set { } }
12705         [System.ComponentModel.BrowsableAttribute(false)]
12706         [System.ComponentModel.DefaultValueAttribute(0)]
12707         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12708         public int SelectionRightIndent { get { throw null; } set { } }
12709         [System.ComponentModel.BrowsableAttribute(false)]
12710         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12711         public int[] SelectionTabs { get { throw null; } set { } }
12712         [System.ComponentModel.BrowsableAttribute(false)]
12713         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12714         public System.Windows.Forms.RichTextBoxSelectionTypes SelectionType { get { throw null; } }
12715         [System.ComponentModel.DefaultValueAttribute(false)]
12716         public bool ShowSelectionMargin { get { throw null; } set { } }
12717         [System.ComponentModel.LocalizableAttribute(true)]
12718         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
12719         public override string Text { get { throw null; } set { } }
12720         [System.ComponentModel.BrowsableAttribute(false)]
12721         public override int TextLength { get { throw null; } }
12722         [System.ComponentModel.BrowsableAttribute(false)]
12723         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12724         public string UndoActionName { get { throw null; } }
12725         [System.ComponentModel.DefaultValueAttribute(1f)]
12726         [System.ComponentModel.LocalizableAttribute(true)]
12727         public float ZoomFactor { get { throw null; } set { } }
12728         [System.ComponentModel.BrowsableAttribute(false)]
12729         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12730         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
12731         [System.ComponentModel.BrowsableAttribute(false)]
12732         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12733         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
12734         public event System.Windows.Forms.ContentsResizedEventHandler ContentsResized { add { } remove { } }
12735         [System.ComponentModel.BrowsableAttribute(false)]
12736         public new event System.Windows.Forms.DragEventHandler DragDrop { add { } remove { } }
12737         [System.ComponentModel.BrowsableAttribute(false)]
12738         public new event System.Windows.Forms.DragEventHandler DragEnter { add { } remove { } }
12739         [System.ComponentModel.BrowsableAttribute(false)]
12740         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12741         public new event System.EventHandler DragLeave { add { } remove { } }
12742         [System.ComponentModel.BrowsableAttribute(false)]
12743         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12744         public new event System.Windows.Forms.DragEventHandler DragOver { add { } remove { } }
12745         [System.ComponentModel.BrowsableAttribute(false)]
12746         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12747         public new event System.Windows.Forms.GiveFeedbackEventHandler GiveFeedback { add { } remove { } }
12748         public event System.EventHandler HScroll { add { } remove { } }
12749         public event System.EventHandler ImeChange { add { } remove { } }
12750         public event System.Windows.Forms.LinkClickedEventHandler LinkClicked { add { } remove { } }
12751         public event System.EventHandler Protected { add { } remove { } }
12752         [System.ComponentModel.BrowsableAttribute(false)]
12753         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12754         public new event System.Windows.Forms.QueryContinueDragEventHandler QueryContinueDrag { add { } remove { } }
12755         public event System.EventHandler SelectionChanged { add { } remove { } }
12756         public event System.EventHandler VScroll { add { } remove { } }
CanPaste(System.Windows.Forms.DataFormats.Format clipFormat)12757         public bool CanPaste(System.Windows.Forms.DataFormats.Format clipFormat) { throw null; }
12758         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
CreateRichEditOleCallback()12759         protected virtual object CreateRichEditOleCallback() { throw null; }
12760         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
DrawToBitmap(System.Drawing.Bitmap bitmap, System.Drawing.Rectangle targetBounds)12761         public new void DrawToBitmap(System.Drawing.Bitmap bitmap, System.Drawing.Rectangle targetBounds) { }
Find(char[] characterSet)12762         public int Find(char[] characterSet) { throw null; }
Find(char[] characterSet, int start)12763         public int Find(char[] characterSet, int start) { throw null; }
Find(char[] characterSet, int start, int end)12764         public int Find(char[] characterSet, int start, int end) { throw null; }
Find(string str)12765         public int Find(string str) { throw null; }
Find(string str, int start, int end, System.Windows.Forms.RichTextBoxFinds options)12766         public int Find(string str, int start, int end, System.Windows.Forms.RichTextBoxFinds options) { throw null; }
Find(string str, int start, System.Windows.Forms.RichTextBoxFinds options)12767         public int Find(string str, int start, System.Windows.Forms.RichTextBoxFinds options) { throw null; }
Find(string str, System.Windows.Forms.RichTextBoxFinds options)12768         public int Find(string str, System.Windows.Forms.RichTextBoxFinds options) { throw null; }
GetCharIndexFromPosition(System.Drawing.Point pt)12769         public override int GetCharIndexFromPosition(System.Drawing.Point pt) { throw null; }
GetLineFromCharIndex(int index)12770         public override int GetLineFromCharIndex(int index) { throw null; }
GetPositionFromCharIndex(int index)12771         public override System.Drawing.Point GetPositionFromCharIndex(int index) { throw null; }
LoadFile(System.IO.Stream data, System.Windows.Forms.RichTextBoxStreamType fileType)12772         public void LoadFile(System.IO.Stream data, System.Windows.Forms.RichTextBoxStreamType fileType) { }
LoadFile(string path)12773         public void LoadFile(string path) { }
LoadFile(string path, System.Windows.Forms.RichTextBoxStreamType fileType)12774         public void LoadFile(string path, System.Windows.Forms.RichTextBoxStreamType fileType) { }
OnBackColorChanged(System.EventArgs e)12775         protected override void OnBackColorChanged(System.EventArgs e) { }
OnContentsResized(System.Windows.Forms.ContentsResizedEventArgs e)12776         protected virtual void OnContentsResized(System.Windows.Forms.ContentsResizedEventArgs e) { }
OnContextMenuChanged(System.EventArgs e)12777         protected override void OnContextMenuChanged(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)12778         protected override void OnHandleCreated(System.EventArgs e) { }
OnHandleDestroyed(System.EventArgs e)12779         protected override void OnHandleDestroyed(System.EventArgs e) { }
OnHScroll(System.EventArgs e)12780         protected virtual void OnHScroll(System.EventArgs e) { }
OnImeChange(System.EventArgs e)12781         protected virtual void OnImeChange(System.EventArgs e) { }
OnLinkClicked(System.Windows.Forms.LinkClickedEventArgs e)12782         protected virtual void OnLinkClicked(System.Windows.Forms.LinkClickedEventArgs e) { }
OnProtected(System.EventArgs e)12783         protected virtual void OnProtected(System.EventArgs e) { }
OnRightToLeftChanged(System.EventArgs e)12784         protected override void OnRightToLeftChanged(System.EventArgs e) { }
OnSelectionChanged(System.EventArgs e)12785         protected virtual void OnSelectionChanged(System.EventArgs e) { }
OnVScroll(System.EventArgs e)12786         protected virtual void OnVScroll(System.EventArgs e) { }
Paste(System.Windows.Forms.DataFormats.Format clipFormat)12787         public void Paste(System.Windows.Forms.DataFormats.Format clipFormat) { }
12788         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.Forms.Keys keyData)12789         protected override bool ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.Forms.Keys keyData) { throw null; }
Redo()12790         public void Redo() { }
SaveFile(System.IO.Stream data, System.Windows.Forms.RichTextBoxStreamType fileType)12791         public void SaveFile(System.IO.Stream data, System.Windows.Forms.RichTextBoxStreamType fileType) { }
SaveFile(string path)12792         public void SaveFile(string path) { }
SaveFile(string path, System.Windows.Forms.RichTextBoxStreamType fileType)12793         public void SaveFile(string path, System.Windows.Forms.RichTextBoxStreamType fileType) { }
12794         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
WndProc(ref System.Windows.Forms.Message m)12795         protected override void WndProc(ref System.Windows.Forms.Message m) { }
12796     }
12797     [System.FlagsAttribute]
12798     public enum RichTextBoxFinds
12799     {
12800         MatchCase = 4,
12801         NoHighlight = 8,
12802         None = 0,
12803         Reverse = 16,
12804         WholeWord = 2,
12805     }
12806     [System.FlagsAttribute]
12807     public enum RichTextBoxLanguageOptions
12808     {
12809         AutoFont = 2,
12810         AutoFontSizeAdjust = 16,
12811         AutoKeyboard = 1,
12812         DualFont = 128,
12813         ImeAlwaysSendNotify = 8,
12814         ImeCancelComplete = 4,
12815         UIFonts = 32,
12816     }
12817     public enum RichTextBoxScrollBars
12818     {
12819         Both = 3,
12820         ForcedBoth = 19,
12821         ForcedHorizontal = 17,
12822         ForcedVertical = 18,
12823         Horizontal = 1,
12824         None = 0,
12825         Vertical = 2,
12826     }
12827     public enum RichTextBoxSelectionAttribute
12828     {
12829         All = 1,
12830         Mixed = -1,
12831         None = 0,
12832     }
12833     [System.FlagsAttribute]
12834     public enum RichTextBoxSelectionTypes
12835     {
12836         Empty = 0,
12837         MultiChar = 4,
12838         MultiObject = 8,
12839         Object = 2,
12840         Text = 1,
12841     }
12842     public enum RichTextBoxStreamType
12843     {
12844         PlainText = 1,
12845         RichNoOleObjs = 2,
12846         RichText = 0,
12847         TextTextOleObjs = 3,
12848         UnicodePlainText = 4,
12849     }
12850     public enum RichTextBoxWordPunctuations
12851     {
12852         All = 896,
12853         Custom = 512,
12854         Level1 = 128,
12855         Level2 = 256,
12856     }
12857     public enum RightToLeft
12858     {
12859         Inherit = 2,
12860         No = 0,
12861         Yes = 1,
12862     }
12863     public partial class RowStyle : System.Windows.Forms.TableLayoutStyle
12864     {
RowStyle()12865         public RowStyle() { }
RowStyle(System.Windows.Forms.SizeType sizeType)12866         public RowStyle(System.Windows.Forms.SizeType sizeType) { }
RowStyle(System.Windows.Forms.SizeType sizeType, float height)12867         public RowStyle(System.Windows.Forms.SizeType sizeType, float height) { }
12868         public float Height { get { throw null; } set { } }
12869     }
12870     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.SaveFileDialogDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
12871     public sealed partial class SaveFileDialog : System.Windows.Forms.FileDialog
12872     {
SaveFileDialog()12873         public SaveFileDialog() { }
12874         [System.ComponentModel.DefaultValueAttribute(false)]
12875         public bool CreatePrompt { get { throw null; } set { } }
12876         [System.ComponentModel.DefaultValueAttribute(true)]
12877         public bool OverwritePrompt { get { throw null; } set { } }
OpenFile()12878         public System.IO.Stream OpenFile() { throw null; }
Reset()12879         public override void Reset() { }
12880     }
12881     public partial class Screen
12882     {
Screen()12883         internal Screen() { }
12884         public static System.Windows.Forms.Screen[] AllScreens { get { throw null; } }
12885         public int BitsPerPixel { get { throw null; } }
12886         public System.Drawing.Rectangle Bounds { get { throw null; } }
12887         public string DeviceName { get { throw null; } }
12888         public bool Primary { get { throw null; } }
12889         public static System.Windows.Forms.Screen PrimaryScreen { get { throw null; } }
12890         public System.Drawing.Rectangle WorkingArea { get { throw null; } }
Equals(object obj)12891         public override bool Equals(object obj) { throw null; }
FromControl(System.Windows.Forms.Control control)12892         public static System.Windows.Forms.Screen FromControl(System.Windows.Forms.Control control) { throw null; }
FromHandle(System.IntPtr hwnd)12893         public static System.Windows.Forms.Screen FromHandle(System.IntPtr hwnd) { throw null; }
FromPoint(System.Drawing.Point point)12894         public static System.Windows.Forms.Screen FromPoint(System.Drawing.Point point) { throw null; }
FromRectangle(System.Drawing.Rectangle rect)12895         public static System.Windows.Forms.Screen FromRectangle(System.Drawing.Rectangle rect) { throw null; }
GetBounds(System.Drawing.Point pt)12896         public static System.Drawing.Rectangle GetBounds(System.Drawing.Point pt) { throw null; }
GetBounds(System.Drawing.Rectangle rect)12897         public static System.Drawing.Rectangle GetBounds(System.Drawing.Rectangle rect) { throw null; }
GetBounds(System.Windows.Forms.Control ctl)12898         public static System.Drawing.Rectangle GetBounds(System.Windows.Forms.Control ctl) { throw null; }
GetHashCode()12899         public override int GetHashCode() { throw null; }
GetWorkingArea(System.Drawing.Point pt)12900         public static System.Drawing.Rectangle GetWorkingArea(System.Drawing.Point pt) { throw null; }
GetWorkingArea(System.Drawing.Rectangle rect)12901         public static System.Drawing.Rectangle GetWorkingArea(System.Drawing.Rectangle rect) { throw null; }
GetWorkingArea(System.Windows.Forms.Control ctl)12902         public static System.Drawing.Rectangle GetWorkingArea(System.Windows.Forms.Control ctl) { throw null; }
ToString()12903         public override string ToString() { throw null; }
12904     }
12905     public enum ScreenOrientation
12906     {
12907         Angle0 = 0,
12908         Angle180 = 2,
12909         Angle270 = 3,
12910         Angle90 = 1,
12911     }
12912     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ScrollableControlDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
12913     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
12914     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
12915     public partial class ScrollableControl : System.Windows.Forms.Control, System.ComponentModel.IComponent, System.IDisposable
12916     {
12917         protected const int ScrollStateAutoScrolling = 1;
12918         protected const int ScrollStateFullDrag = 16;
12919         protected const int ScrollStateHScrollVisible = 2;
12920         protected const int ScrollStateUserHasScrolled = 8;
12921         protected const int ScrollStateVScrollVisible = 4;
ScrollableControl()12922         public ScrollableControl() { }
12923         [System.ComponentModel.DefaultValueAttribute(false)]
12924         [System.ComponentModel.LocalizableAttribute(true)]
12925         public virtual bool AutoScroll { get { throw null; } set { } }
12926         [System.ComponentModel.LocalizableAttribute(true)]
12927         public System.Drawing.Size AutoScrollMargin { get { throw null; } set { } }
12928         [System.ComponentModel.LocalizableAttribute(true)]
12929         public System.Drawing.Size AutoScrollMinSize { get { throw null; } set { } }
12930         [System.ComponentModel.BrowsableAttribute(false)]
12931         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12932         public System.Drawing.Point AutoScrollPosition { get { throw null; } set { } }
12933         protected override System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
12934         public override System.Drawing.Rectangle DisplayRectangle { get { throw null; } }
12935         [System.ComponentModel.BrowsableAttribute(false)]
12936         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
12937         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12938         public System.Windows.Forms.ScrollableControl.DockPaddingEdges DockPadding { get { throw null; } }
12939         [System.ComponentModel.BrowsableAttribute(false)]
12940         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
12941         public System.Windows.Forms.HScrollProperties HorizontalScroll { get { throw null; } }
12942         protected bool HScroll { get { throw null; } set { } }
12943         [System.ComponentModel.BrowsableAttribute(false)]
12944         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
12945         public System.Windows.Forms.VScrollProperties VerticalScroll { get { throw null; } }
12946         protected bool VScroll { get { throw null; } set { } }
12947         public event System.Windows.Forms.ScrollEventHandler Scroll { add { } remove { } }
12948         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
AdjustFormScrollbars(bool displayScrollbars)12949         protected virtual void AdjustFormScrollbars(bool displayScrollbars) { }
12950         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
GetScrollState(int bit)12951         protected bool GetScrollState(int bit) { throw null; }
12952         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnLayout(System.Windows.Forms.LayoutEventArgs levent)12953         protected override void OnLayout(System.Windows.Forms.LayoutEventArgs levent) { }
12954         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMouseWheel(System.Windows.Forms.MouseEventArgs e)12955         protected override void OnMouseWheel(System.Windows.Forms.MouseEventArgs e) { }
OnPaddingChanged(System.EventArgs e)12956         protected override void OnPaddingChanged(System.EventArgs e) { }
OnPaintBackground(System.Windows.Forms.PaintEventArgs e)12957         protected override void OnPaintBackground(System.Windows.Forms.PaintEventArgs e) { }
12958         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnRightToLeftChanged(System.EventArgs e)12959         protected override void OnRightToLeftChanged(System.EventArgs e) { }
OnScroll(System.Windows.Forms.ScrollEventArgs se)12960         protected virtual void OnScroll(System.Windows.Forms.ScrollEventArgs se) { }
12961         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnVisibleChanged(System.EventArgs e)12962         protected override void OnVisibleChanged(System.EventArgs e) { }
ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified)12963         protected override void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { }
12964         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ScaleCore(float dx, float dy)12965         protected override void ScaleCore(float dx, float dy) { }
ScrollControlIntoView(System.Windows.Forms.Control activeControl)12966         public void ScrollControlIntoView(System.Windows.Forms.Control activeControl) { }
ScrollToControl(System.Windows.Forms.Control activeControl)12967         protected virtual System.Drawing.Point ScrollToControl(System.Windows.Forms.Control activeControl) { throw null; }
SetAutoScrollMargin(int x, int y)12968         public void SetAutoScrollMargin(int x, int y) { }
SetDisplayRectLocation(int x, int y)12969         protected void SetDisplayRectLocation(int x, int y) { }
SetScrollState(int bit, bool value)12970         protected void SetScrollState(int bit, bool value) { }
12971         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12972         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
WndProc(ref System.Windows.Forms.Message m)12973         protected override void WndProc(ref System.Windows.Forms.Message m) { }
12974         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ScrollableControl.DockPaddingEdgesConverter))]
12975         public partial class DockPaddingEdges : System.ICloneable
12976         {
DockPaddingEdges()12977             internal DockPaddingEdges() { }
12978             [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
12979             public int All { get { throw null; } set { } }
12980             [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
12981             public int Bottom { get { throw null; } set { } }
12982             [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
12983             public int Left { get { throw null; } set { } }
12984             [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
12985             public int Right { get { throw null; } set { } }
12986             [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
12987             public int Top { get { throw null; } set { } }
Equals(object other)12988             public override bool Equals(object other) { throw null; }
GetHashCode()12989             public override int GetHashCode() { throw null; }
System.ICloneable.Clone()12990             object System.ICloneable.Clone() { throw null; }
ToString()12991             public override string ToString() { throw null; }
12992         }
12993         public partial class DockPaddingEdgesConverter : System.ComponentModel.TypeConverter
12994         {
DockPaddingEdgesConverter()12995             public DockPaddingEdgesConverter() { }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes)12996             public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)12997             public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
12998         }
12999     }
13000     [System.ComponentModel.DefaultEventAttribute("Scroll")]
13001     [System.ComponentModel.DefaultPropertyAttribute("Value")]
13002     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
13003     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
13004     public abstract partial class ScrollBar : System.Windows.Forms.Control
13005     {
ScrollBar()13006         public ScrollBar() { }
13007         [System.ComponentModel.BrowsableAttribute(false)]
13008         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13009         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13010         public override bool AutoSize { get { throw null; } set { } }
13011         [System.ComponentModel.BrowsableAttribute(false)]
13012         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13013         public override System.Drawing.Color BackColor { get { throw null; } set { } }
13014         [System.ComponentModel.BrowsableAttribute(false)]
13015         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13016         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
13017         [System.ComponentModel.BrowsableAttribute(false)]
13018         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13019         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
13020         protected override System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
13021         protected override System.Windows.Forms.ImeMode DefaultImeMode { get { throw null; } }
13022         protected override System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
13023         [System.ComponentModel.BrowsableAttribute(false)]
13024         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13025         public override System.Drawing.Font Font { get { throw null; } set { } }
13026         [System.ComponentModel.BrowsableAttribute(false)]
13027         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13028         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
13029         [System.ComponentModel.BrowsableAttribute(false)]
13030         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13031         public new System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } }
13032         [System.ComponentModel.DefaultValueAttribute(10)]
13033         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
13034         public int LargeChange { get { throw null; } set { } }
13035         [System.ComponentModel.DefaultValueAttribute(100)]
13036         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
13037         public int Maximum { get { throw null; } set { } }
13038         [System.ComponentModel.DefaultValueAttribute(0)]
13039         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
13040         public int Minimum { get { throw null; } set { } }
13041         [System.ComponentModel.DefaultValueAttribute(1)]
13042         public int SmallChange { get { throw null; } set { } }
13043         [System.ComponentModel.DefaultValueAttribute(false)]
13044         public new bool TabStop { get { throw null; } set { } }
13045         [System.ComponentModel.BindableAttribute(false)]
13046         [System.ComponentModel.BrowsableAttribute(false)]
13047         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13048         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13049         public override string Text { get { throw null; } set { } }
13050         [System.ComponentModel.BindableAttribute(true)]
13051         [System.ComponentModel.DefaultValueAttribute(0)]
13052         public int Value { get { throw null; } set { } }
13053         [System.ComponentModel.BrowsableAttribute(false)]
13054         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13055         public new event System.EventHandler AutoSizeChanged { add { } remove { } }
13056         [System.ComponentModel.BrowsableAttribute(false)]
13057         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13058         public new event System.EventHandler BackColorChanged { add { } remove { } }
13059         [System.ComponentModel.BrowsableAttribute(false)]
13060         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13061         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
13062         [System.ComponentModel.BrowsableAttribute(false)]
13063         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13064         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
13065         [System.ComponentModel.BrowsableAttribute(false)]
13066         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13067         public new event System.EventHandler Click { add { } remove { } }
13068         [System.ComponentModel.BrowsableAttribute(false)]
13069         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13070         public new event System.EventHandler DoubleClick { add { } remove { } }
13071         [System.ComponentModel.BrowsableAttribute(false)]
13072         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13073         public new event System.EventHandler FontChanged { add { } remove { } }
13074         [System.ComponentModel.BrowsableAttribute(false)]
13075         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13076         public new event System.EventHandler ForeColorChanged { add { } remove { } }
13077         [System.ComponentModel.BrowsableAttribute(false)]
13078         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13079         public new event System.EventHandler ImeModeChanged { add { } remove { } }
13080         [System.ComponentModel.BrowsableAttribute(false)]
13081         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13082         public new event System.Windows.Forms.MouseEventHandler MouseClick { add { } remove { } }
13083         [System.ComponentModel.BrowsableAttribute(false)]
13084         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13085         public new event System.Windows.Forms.MouseEventHandler MouseDoubleClick { add { } remove { } }
13086         [System.ComponentModel.BrowsableAttribute(false)]
13087         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13088         public new event System.Windows.Forms.MouseEventHandler MouseDown { add { } remove { } }
13089         [System.ComponentModel.BrowsableAttribute(false)]
13090         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13091         public new event System.Windows.Forms.MouseEventHandler MouseMove { add { } remove { } }
13092         [System.ComponentModel.BrowsableAttribute(false)]
13093         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13094         public new event System.Windows.Forms.MouseEventHandler MouseUp { add { } remove { } }
13095         [System.ComponentModel.BrowsableAttribute(false)]
13096         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13097         public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
13098         public event System.Windows.Forms.ScrollEventHandler Scroll { add { } remove { } }
13099         [System.ComponentModel.BrowsableAttribute(false)]
13100         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13101         public new event System.EventHandler TextChanged { add { } remove { } }
13102         public event System.EventHandler ValueChanged { add { } remove { } }
GetScaledBounds(System.Drawing.Rectangle bounds, System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified)13103         protected override System.Drawing.Rectangle GetScaledBounds(System.Drawing.Rectangle bounds, System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { throw null; }
OnEnabledChanged(System.EventArgs e)13104         protected override void OnEnabledChanged(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)13105         protected override void OnHandleCreated(System.EventArgs e) { }
OnMouseWheel(System.Windows.Forms.MouseEventArgs e)13106         protected override void OnMouseWheel(System.Windows.Forms.MouseEventArgs e) { }
OnScroll(System.Windows.Forms.ScrollEventArgs se)13107         protected virtual void OnScroll(System.Windows.Forms.ScrollEventArgs se) { }
OnValueChanged(System.EventArgs e)13108         protected virtual void OnValueChanged(System.EventArgs e) { }
ToString()13109         public override string ToString() { throw null; }
UpdateScrollInfo()13110         protected void UpdateScrollInfo() { }
13111         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
WndProc(ref System.Windows.Forms.Message m)13112         protected override void WndProc(ref System.Windows.Forms.Message m) { }
13113     }
13114     public sealed partial class ScrollBarRenderer
13115     {
ScrollBarRenderer()13116         internal ScrollBarRenderer() { }
13117         public static bool IsSupported { get { throw null; } }
DrawArrowButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarArrowButtonState state)13118         public static void DrawArrowButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarArrowButtonState state) { }
DrawHorizontalThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarState state)13119         public static void DrawHorizontalThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarState state) { }
DrawHorizontalThumbGrip(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarState state)13120         public static void DrawHorizontalThumbGrip(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarState state) { }
DrawLeftHorizontalTrack(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarState state)13121         public static void DrawLeftHorizontalTrack(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarState state) { }
DrawLowerVerticalTrack(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarState state)13122         public static void DrawLowerVerticalTrack(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarState state) { }
DrawRightHorizontalTrack(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarState state)13123         public static void DrawRightHorizontalTrack(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarState state) { }
DrawSizeBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarSizeBoxState state)13124         public static void DrawSizeBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarSizeBoxState state) { }
DrawUpperVerticalTrack(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarState state)13125         public static void DrawUpperVerticalTrack(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarState state) { }
DrawVerticalThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarState state)13126         public static void DrawVerticalThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarState state) { }
DrawVerticalThumbGrip(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarState state)13127         public static void DrawVerticalThumbGrip(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarState state) { }
GetSizeBoxSize(System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.ScrollBarState state)13128         public static System.Drawing.Size GetSizeBoxSize(System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.ScrollBarState state) { throw null; }
GetThumbGripSize(System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.ScrollBarState state)13129         public static System.Drawing.Size GetThumbGripSize(System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.ScrollBarState state) { throw null; }
13130     }
13131     public enum ScrollBars
13132     {
13133         Both = 3,
13134         Horizontal = 1,
13135         None = 0,
13136         Vertical = 2,
13137     }
13138     public enum ScrollButton
13139     {
13140         Down = 1,
13141         Left = 2,
13142         Max = 3,
13143         Min = 0,
13144         Right = 3,
13145         Up = 0,
13146     }
13147     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
13148     public partial class ScrollEventArgs : System.EventArgs
13149     {
ScrollEventArgs(System.Windows.Forms.ScrollEventType type, int newValue)13150         public ScrollEventArgs(System.Windows.Forms.ScrollEventType type, int newValue) { }
ScrollEventArgs(System.Windows.Forms.ScrollEventType type, int oldValue, int newValue)13151         public ScrollEventArgs(System.Windows.Forms.ScrollEventType type, int oldValue, int newValue) { }
ScrollEventArgs(System.Windows.Forms.ScrollEventType type, int oldValue, int newValue, System.Windows.Forms.ScrollOrientation scroll)13152         public ScrollEventArgs(System.Windows.Forms.ScrollEventType type, int oldValue, int newValue, System.Windows.Forms.ScrollOrientation scroll) { }
ScrollEventArgs(System.Windows.Forms.ScrollEventType type, int newValue, System.Windows.Forms.ScrollOrientation scroll)13153         public ScrollEventArgs(System.Windows.Forms.ScrollEventType type, int newValue, System.Windows.Forms.ScrollOrientation scroll) { }
13154         public int NewValue { get { throw null; } set { } }
13155         public int OldValue { get { throw null; } }
13156         public System.Windows.Forms.ScrollOrientation ScrollOrientation { get { throw null; } }
13157         public System.Windows.Forms.ScrollEventType Type { get { throw null; } }
13158     }
ScrollEventHandler(object sender, System.Windows.Forms.ScrollEventArgs e)13159     public delegate void ScrollEventHandler(object sender, System.Windows.Forms.ScrollEventArgs e);
13160     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
13161     public enum ScrollEventType
13162     {
13163         EndScroll = 8,
13164         First = 6,
13165         LargeDecrement = 2,
13166         LargeIncrement = 3,
13167         Last = 7,
13168         SmallDecrement = 0,
13169         SmallIncrement = 1,
13170         ThumbPosition = 4,
13171         ThumbTrack = 5,
13172     }
13173     public enum ScrollOrientation
13174     {
13175         HorizontalScroll = 0,
13176         VerticalScroll = 1,
13177     }
13178     public abstract partial class ScrollProperties
13179     {
ScrollProperties(System.Windows.Forms.ScrollableControl container)13180         protected ScrollProperties(System.Windows.Forms.ScrollableControl container) { }
13181         [System.ComponentModel.DefaultValueAttribute(true)]
13182         public bool Enabled { get { throw null; } set { } }
13183         [System.ComponentModel.DefaultValueAttribute(10)]
13184         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
13185         public int LargeChange { get { throw null; } set { } }
13186         [System.ComponentModel.DefaultValueAttribute(100)]
13187         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
13188         public int Maximum { get { throw null; } set { } }
13189         [System.ComponentModel.DefaultValueAttribute(0)]
13190         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
13191         public int Minimum { get { throw null; } set { } }
13192         protected System.Windows.Forms.ScrollableControl ParentControl { get { throw null; } }
13193         [System.ComponentModel.DefaultValueAttribute(1)]
13194         public int SmallChange { get { throw null; } set { } }
13195         [System.ComponentModel.BindableAttribute(true)]
13196         [System.ComponentModel.DefaultValueAttribute(0)]
13197         public int Value { get { throw null; } set { } }
13198         [System.ComponentModel.DefaultValueAttribute(false)]
13199         public bool Visible { get { throw null; } set { } }
13200     }
13201     public enum SearchDirectionHint
13202     {
13203         Down = 40,
13204         Left = 37,
13205         Right = 39,
13206         Up = 38,
13207     }
13208     public partial class SearchForVirtualItemEventArgs : System.EventArgs
13209     {
SearchForVirtualItemEventArgs(bool isTextSearch, bool isPrefixSearch, bool includeSubItemsInSearch, string text, System.Drawing.Point startingPoint, System.Windows.Forms.SearchDirectionHint direction, int startIndex)13210         public SearchForVirtualItemEventArgs(bool isTextSearch, bool isPrefixSearch, bool includeSubItemsInSearch, string text, System.Drawing.Point startingPoint, System.Windows.Forms.SearchDirectionHint direction, int startIndex) { }
13211         public System.Windows.Forms.SearchDirectionHint Direction { get { throw null; } }
13212         public bool IncludeSubItemsInSearch { get { throw null; } }
13213         public int Index { get { throw null; } set { } }
13214         public bool IsPrefixSearch { get { throw null; } }
13215         public bool IsTextSearch { get { throw null; } }
13216         public int StartIndex { get { throw null; } }
13217         public System.Drawing.Point StartingPoint { get { throw null; } }
13218         public string Text { get { throw null; } }
13219     }
SearchForVirtualItemEventHandler(object sender, System.Windows.Forms.SearchForVirtualItemEventArgs e)13220     public delegate void SearchForVirtualItemEventHandler(object sender, System.Windows.Forms.SearchForVirtualItemEventArgs e);
13221     public enum SecurityIDType
13222     {
13223         Alias = 4,
13224         Computer = 9,
13225         DeletedAccount = 6,
13226         Domain = 3,
13227         Group = 2,
13228         Invalid = 7,
13229         Unknown = 8,
13230         User = 1,
13231         WellKnownGroup = 5,
13232     }
13233     public partial class SelectedGridItemChangedEventArgs : System.EventArgs
13234     {
SelectedGridItemChangedEventArgs(System.Windows.Forms.GridItem oldSel, System.Windows.Forms.GridItem newSel)13235         public SelectedGridItemChangedEventArgs(System.Windows.Forms.GridItem oldSel, System.Windows.Forms.GridItem newSel) { }
13236         public System.Windows.Forms.GridItem NewSelection { get { throw null; } }
13237         public System.Windows.Forms.GridItem OldSelection { get { throw null; } }
13238     }
SelectedGridItemChangedEventHandler(object sender, System.Windows.Forms.SelectedGridItemChangedEventArgs e)13239     public delegate void SelectedGridItemChangedEventHandler(object sender, System.Windows.Forms.SelectedGridItemChangedEventArgs e);
13240     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
13241     public enum SelectionMode
13242     {
13243         MultiExtended = 3,
13244         MultiSimple = 2,
13245         None = 0,
13246         One = 1,
13247     }
13248     [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.SelectionRangeConverter))]
13249     public sealed partial class SelectionRange
13250     {
SelectionRange()13251         public SelectionRange() { }
SelectionRange(System.DateTime lower, System.DateTime upper)13252         public SelectionRange(System.DateTime lower, System.DateTime upper) { }
SelectionRange(System.Windows.Forms.SelectionRange range)13253         public SelectionRange(System.Windows.Forms.SelectionRange range) { }
13254         public System.DateTime End { get { throw null; } set { } }
13255         public System.DateTime Start { get { throw null; } set { } }
ToString()13256         public override string ToString() { throw null; }
13257     }
13258     public partial class SelectionRangeConverter : System.ComponentModel.TypeConverter
13259     {
SelectionRangeConverter()13260         public SelectionRangeConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)13261         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)13262         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)13263         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)13264         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues)13265         public override object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues) { throw null; }
GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context)13266         public override bool GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes)13267         public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)13268         public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
13269     }
13270     public partial class SendKeys
13271     {
SendKeys()13272         internal SendKeys() { }
Flush()13273         public static void Flush() { }
Send(string keys)13274         public static void Send(string keys) { }
SendWait(string keys)13275         public static void SendWait(string keys) { }
13276     }
13277     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
13278     public enum Shortcut
13279     {
13280         Alt0 = 262192,
13281         Alt1 = 262193,
13282         Alt2 = 262194,
13283         Alt3 = 262195,
13284         Alt4 = 262196,
13285         Alt5 = 262197,
13286         Alt6 = 262198,
13287         Alt7 = 262199,
13288         Alt8 = 262200,
13289         Alt9 = 262201,
13290         AltBksp = 262152,
13291         AltDownArrow = 262184,
13292         AltF1 = 262256,
13293         AltF10 = 262265,
13294         AltF11 = 262266,
13295         AltF12 = 262267,
13296         AltF2 = 262257,
13297         AltF3 = 262258,
13298         AltF4 = 262259,
13299         AltF5 = 262260,
13300         AltF6 = 262261,
13301         AltF7 = 262262,
13302         AltF8 = 262263,
13303         AltF9 = 262264,
13304         AltLeftArrow = 262181,
13305         AltRightArrow = 262183,
13306         AltUpArrow = 262182,
13307         Ctrl0 = 131120,
13308         Ctrl1 = 131121,
13309         Ctrl2 = 131122,
13310         Ctrl3 = 131123,
13311         Ctrl4 = 131124,
13312         Ctrl5 = 131125,
13313         Ctrl6 = 131126,
13314         Ctrl7 = 131127,
13315         Ctrl8 = 131128,
13316         Ctrl9 = 131129,
13317         CtrlA = 131137,
13318         CtrlB = 131138,
13319         CtrlC = 131139,
13320         CtrlD = 131140,
13321         CtrlDel = 131118,
13322         CtrlE = 131141,
13323         CtrlF = 131142,
13324         CtrlF1 = 131184,
13325         CtrlF10 = 131193,
13326         CtrlF11 = 131194,
13327         CtrlF12 = 131195,
13328         CtrlF2 = 131185,
13329         CtrlF3 = 131186,
13330         CtrlF4 = 131187,
13331         CtrlF5 = 131188,
13332         CtrlF6 = 131189,
13333         CtrlF7 = 131190,
13334         CtrlF8 = 131191,
13335         CtrlF9 = 131192,
13336         CtrlG = 131143,
13337         CtrlH = 131144,
13338         CtrlI = 131145,
13339         CtrlIns = 131117,
13340         CtrlJ = 131146,
13341         CtrlK = 131147,
13342         CtrlL = 131148,
13343         CtrlM = 131149,
13344         CtrlN = 131150,
13345         CtrlO = 131151,
13346         CtrlP = 131152,
13347         CtrlQ = 131153,
13348         CtrlR = 131154,
13349         CtrlS = 131155,
13350         CtrlShift0 = 196656,
13351         CtrlShift1 = 196657,
13352         CtrlShift2 = 196658,
13353         CtrlShift3 = 196659,
13354         CtrlShift4 = 196660,
13355         CtrlShift5 = 196661,
13356         CtrlShift6 = 196662,
13357         CtrlShift7 = 196663,
13358         CtrlShift8 = 196664,
13359         CtrlShift9 = 196665,
13360         CtrlShiftA = 196673,
13361         CtrlShiftB = 196674,
13362         CtrlShiftC = 196675,
13363         CtrlShiftD = 196676,
13364         CtrlShiftE = 196677,
13365         CtrlShiftF = 196678,
13366         CtrlShiftF1 = 196720,
13367         CtrlShiftF10 = 196729,
13368         CtrlShiftF11 = 196730,
13369         CtrlShiftF12 = 196731,
13370         CtrlShiftF2 = 196721,
13371         CtrlShiftF3 = 196722,
13372         CtrlShiftF4 = 196723,
13373         CtrlShiftF5 = 196724,
13374         CtrlShiftF6 = 196725,
13375         CtrlShiftF7 = 196726,
13376         CtrlShiftF8 = 196727,
13377         CtrlShiftF9 = 196728,
13378         CtrlShiftG = 196679,
13379         CtrlShiftH = 196680,
13380         CtrlShiftI = 196681,
13381         CtrlShiftJ = 196682,
13382         CtrlShiftK = 196683,
13383         CtrlShiftL = 196684,
13384         CtrlShiftM = 196685,
13385         CtrlShiftN = 196686,
13386         CtrlShiftO = 196687,
13387         CtrlShiftP = 196688,
13388         CtrlShiftQ = 196689,
13389         CtrlShiftR = 196690,
13390         CtrlShiftS = 196691,
13391         CtrlShiftT = 196692,
13392         CtrlShiftU = 196693,
13393         CtrlShiftV = 196694,
13394         CtrlShiftW = 196695,
13395         CtrlShiftX = 196696,
13396         CtrlShiftY = 196697,
13397         CtrlShiftZ = 196698,
13398         CtrlT = 131156,
13399         CtrlU = 131157,
13400         CtrlV = 131158,
13401         CtrlW = 131159,
13402         CtrlX = 131160,
13403         CtrlY = 131161,
13404         CtrlZ = 131162,
13405         Del = 46,
13406         F1 = 112,
13407         F10 = 121,
13408         F11 = 122,
13409         F12 = 123,
13410         F2 = 113,
13411         F3 = 114,
13412         F4 = 115,
13413         F5 = 116,
13414         F6 = 117,
13415         F7 = 118,
13416         F8 = 119,
13417         F9 = 120,
13418         Ins = 45,
13419         None = 0,
13420         ShiftDel = 65582,
13421         ShiftF1 = 65648,
13422         ShiftF10 = 65657,
13423         ShiftF11 = 65658,
13424         ShiftF12 = 65659,
13425         ShiftF2 = 65649,
13426         ShiftF3 = 65650,
13427         ShiftF4 = 65651,
13428         ShiftF5 = 65652,
13429         ShiftF6 = 65653,
13430         ShiftF7 = 65654,
13431         ShiftF8 = 65655,
13432         ShiftF9 = 65656,
13433         ShiftIns = 65581,
13434     }
13435     public enum SizeGripStyle
13436     {
13437         Auto = 0,
13438         Hide = 2,
13439         Show = 1,
13440     }
13441     public enum SizeType
13442     {
13443         Absolute = 1,
13444         AutoSize = 0,
13445         Percent = 2,
13446     }
13447     public enum SortOrder
13448     {
13449         Ascending = 1,
13450         Descending = 2,
13451         None = 0,
13452     }
13453     [System.ComponentModel.DefaultEventAttribute("SplitterMoved")]
13454     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.SplitContainerDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
13455     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
13456     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
13457     [System.Windows.Forms.DockingAttribute((System.Windows.Forms.DockingBehavior)(2))]
13458     public partial class SplitContainer : System.Windows.Forms.ContainerControl, System.ComponentModel.ISupportInitialize
13459     {
SplitContainer()13460         public SplitContainer() { }
13461         [System.ComponentModel.BrowsableAttribute(false)]
13462         [System.ComponentModel.DefaultValueAttribute(false)]
13463         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13464         [System.ComponentModel.LocalizableAttribute(true)]
13465         public override bool AutoScroll { get { throw null; } set { } }
13466         [System.ComponentModel.BrowsableAttribute(false)]
13467         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13468         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13469         public new System.Drawing.Size AutoScrollMargin { get { throw null; } set { } }
13470         [System.ComponentModel.BrowsableAttribute(false)]
13471         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13472         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13473         public new System.Drawing.Size AutoScrollMinSize { get { throw null; } set { } }
13474         [System.ComponentModel.BrowsableAttribute(false)]
13475         [System.ComponentModel.DefaultValueAttribute(typeof(System.Drawing.Point), "0, 0")]
13476         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13477         public override System.Drawing.Point AutoScrollOffset { get { throw null; } set { } }
13478         [System.ComponentModel.BrowsableAttribute(false)]
13479         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13480         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13481         public new System.Drawing.Point AutoScrollPosition { get { throw null; } set { } }
13482         [System.ComponentModel.BrowsableAttribute(false)]
13483         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13484         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13485         public override bool AutoSize { get { throw null; } set { } }
13486         [System.ComponentModel.BrowsableAttribute(true)]
13487         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
13488         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
13489         [System.ComponentModel.BrowsableAttribute(false)]
13490         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13491         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
13492         [System.ComponentModel.BrowsableAttribute(false)]
13493         public override System.Windows.Forms.BindingContext BindingContext { get { throw null; } set { } }
13494         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.BorderStyle)(0))]
13495         [System.Runtime.InteropServices.DispIdAttribute(-504)]
13496         public System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
13497         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13498         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13499         public new System.Windows.Forms.Control.ControlCollection Controls { get { throw null; } }
13500         protected override System.Drawing.Size DefaultSize { get { throw null; } }
13501         public new System.Windows.Forms.DockStyle Dock { get { throw null; } set { } }
13502         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.FixedPanel)(0))]
13503         public System.Windows.Forms.FixedPanel FixedPanel { get { throw null; } set { } }
13504         [System.ComponentModel.DefaultValueAttribute(false)]
13505         [System.ComponentModel.LocalizableAttribute(true)]
13506         public bool IsSplitterFixed { get { throw null; } set { } }
13507         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.Orientation)(1))]
13508         [System.ComponentModel.LocalizableAttribute(true)]
13509         public System.Windows.Forms.Orientation Orientation { get { throw null; } set { } }
13510         [System.ComponentModel.BrowsableAttribute(false)]
13511         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13512         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13513         public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
13514         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
13515         [System.ComponentModel.LocalizableAttribute(false)]
13516         public System.Windows.Forms.SplitterPanel Panel1 { get { throw null; } }
13517         [System.ComponentModel.DefaultValueAttribute(false)]
13518         public bool Panel1Collapsed { get { throw null; } set { } }
13519         [System.ComponentModel.DefaultValueAttribute(25)]
13520         [System.ComponentModel.LocalizableAttribute(true)]
13521         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
13522         public int Panel1MinSize { get { throw null; } set { } }
13523         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
13524         [System.ComponentModel.LocalizableAttribute(false)]
13525         public System.Windows.Forms.SplitterPanel Panel2 { get { throw null; } }
13526         [System.ComponentModel.DefaultValueAttribute(false)]
13527         public bool Panel2Collapsed { get { throw null; } set { } }
13528         [System.ComponentModel.DefaultValueAttribute(25)]
13529         [System.ComponentModel.LocalizableAttribute(true)]
13530         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
13531         public int Panel2MinSize { get { throw null; } set { } }
13532         [System.ComponentModel.DefaultValueAttribute(50)]
13533         [System.ComponentModel.LocalizableAttribute(true)]
13534         [System.ComponentModel.SettingsBindableAttribute(true)]
13535         public int SplitterDistance { get { throw null; } set { } }
13536         [System.ComponentModel.DefaultValueAttribute(1)]
13537         [System.ComponentModel.LocalizableAttribute(true)]
13538         public int SplitterIncrement { get { throw null; } set { } }
13539         [System.ComponentModel.BrowsableAttribute(false)]
13540         public System.Drawing.Rectangle SplitterRectangle { get { throw null; } }
13541         [System.ComponentModel.DefaultValueAttribute(4)]
13542         [System.ComponentModel.LocalizableAttribute(true)]
13543         public int SplitterWidth { get { throw null; } set { } }
13544         [System.ComponentModel.DefaultValueAttribute(true)]
13545         [System.Runtime.InteropServices.DispIdAttribute(-516)]
13546         public new bool TabStop { get { throw null; } set { } }
13547         [System.ComponentModel.BindableAttribute(false)]
13548         [System.ComponentModel.BrowsableAttribute(false)]
13549         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13550         public override string Text { get { throw null; } set { } }
13551         [System.ComponentModel.BrowsableAttribute(false)]
13552         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13553         public new event System.EventHandler AutoSizeChanged { add { } remove { } }
13554         [System.ComponentModel.BrowsableAttribute(true)]
13555         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
13556         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
13557         [System.ComponentModel.BrowsableAttribute(false)]
13558         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13559         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
13560         [System.ComponentModel.BrowsableAttribute(false)]
13561         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13562         public new event System.Windows.Forms.ControlEventHandler ControlAdded { add { } remove { } }
13563         [System.ComponentModel.BrowsableAttribute(false)]
13564         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13565         public new event System.Windows.Forms.ControlEventHandler ControlRemoved { add { } remove { } }
13566         [System.ComponentModel.BrowsableAttribute(false)]
13567         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13568         public new event System.EventHandler PaddingChanged { add { } remove { } }
13569         public event System.Windows.Forms.SplitterEventHandler SplitterMoved { add { } remove { } }
13570         public event System.Windows.Forms.SplitterCancelEventHandler SplitterMoving { add { } remove { } }
13571         [System.ComponentModel.BrowsableAttribute(false)]
13572         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13573         public new event System.EventHandler TextChanged { add { } remove { } }
BeginInit()13574         public void BeginInit() { }
13575         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
CreateControlsInstance()13576         protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw null; }
EndInit()13577         public void EndInit() { }
OnGotFocus(System.EventArgs e)13578         protected override void OnGotFocus(System.EventArgs e) { }
OnKeyDown(System.Windows.Forms.KeyEventArgs e)13579         protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { }
OnKeyUp(System.Windows.Forms.KeyEventArgs e)13580         protected override void OnKeyUp(System.Windows.Forms.KeyEventArgs e) { }
OnLayout(System.Windows.Forms.LayoutEventArgs e)13581         protected override void OnLayout(System.Windows.Forms.LayoutEventArgs e) { }
OnLostFocus(System.EventArgs e)13582         protected override void OnLostFocus(System.EventArgs e) { }
OnMouseCaptureChanged(System.EventArgs e)13583         protected override void OnMouseCaptureChanged(System.EventArgs e) { }
OnMouseDown(System.Windows.Forms.MouseEventArgs e)13584         protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { }
OnMouseLeave(System.EventArgs e)13585         protected override void OnMouseLeave(System.EventArgs e) { }
13586         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMouseMove(System.Windows.Forms.MouseEventArgs e)13587         protected override void OnMouseMove(System.Windows.Forms.MouseEventArgs e) { }
OnMouseUp(System.Windows.Forms.MouseEventArgs e)13588         protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs e) { }
OnMove(System.EventArgs e)13589         protected override void OnMove(System.EventArgs e) { }
OnPaint(System.Windows.Forms.PaintEventArgs e)13590         protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
13591         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnRightToLeftChanged(System.EventArgs e)13592         protected override void OnRightToLeftChanged(System.EventArgs e) { }
OnSplitterMoved(System.Windows.Forms.SplitterEventArgs e)13593         public void OnSplitterMoved(System.Windows.Forms.SplitterEventArgs e) { }
OnSplitterMoving(System.Windows.Forms.SplitterCancelEventArgs e)13594         public void OnSplitterMoving(System.Windows.Forms.SplitterCancelEventArgs e) { }
13595         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessDialogKey(System.Windows.Forms.Keys keyData)13596         protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
13597         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessTabKey(bool forward)13598         protected override bool ProcessTabKey(bool forward) { throw null; }
13599         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified)13600         protected override void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { }
Select(bool directed, bool forward)13601         protected override void Select(bool directed, bool forward) { }
SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified)13602         protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
13603         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
WndProc(ref System.Windows.Forms.Message msg)13604         protected override void WndProc(ref System.Windows.Forms.Message msg) { }
13605     }
13606     [System.ComponentModel.DefaultEventAttribute("SplitterMoved")]
13607     [System.ComponentModel.DefaultPropertyAttribute("Dock")]
13608     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.SplitterDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
13609     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
13610     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
13611     public partial class Splitter : System.Windows.Forms.Control
13612     {
Splitter()13613         public Splitter() { }
13614         [System.ComponentModel.BrowsableAttribute(false)]
13615         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13616         public override bool AllowDrop { get { throw null; } set { } }
13617         [System.ComponentModel.BrowsableAttribute(false)]
13618         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.AnchorStyles)(0))]
13619         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13620         public override System.Windows.Forms.AnchorStyles Anchor { get { throw null; } set { } }
13621         [System.ComponentModel.BrowsableAttribute(false)]
13622         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13623         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
13624         [System.ComponentModel.BrowsableAttribute(false)]
13625         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13626         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
13627         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.BorderStyle)(0))]
13628         [System.Runtime.InteropServices.DispIdAttribute(-504)]
13629         public System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
13630         protected override System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
13631         protected override System.Windows.Forms.Cursor DefaultCursor { get { throw null; } }
13632         protected override System.Windows.Forms.ImeMode DefaultImeMode { get { throw null; } }
13633         protected override System.Drawing.Size DefaultSize { get { throw null; } }
13634         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DockStyle)(3))]
13635         [System.ComponentModel.LocalizableAttribute(true)]
13636         public override System.Windows.Forms.DockStyle Dock { get { throw null; } set { } }
13637         [System.ComponentModel.BrowsableAttribute(false)]
13638         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13639         public override System.Drawing.Font Font { get { throw null; } set { } }
13640         [System.ComponentModel.BrowsableAttribute(false)]
13641         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13642         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
13643         [System.ComponentModel.BrowsableAttribute(false)]
13644         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13645         public new System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } }
13646         [System.ComponentModel.DefaultValueAttribute(25)]
13647         [System.ComponentModel.LocalizableAttribute(true)]
13648         public int MinExtra { get { throw null; } set { } }
13649         [System.ComponentModel.DefaultValueAttribute(25)]
13650         [System.ComponentModel.LocalizableAttribute(true)]
13651         public int MinSize { get { throw null; } set { } }
13652         [System.ComponentModel.BrowsableAttribute(false)]
13653         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13654         public int SplitPosition { get { throw null; } set { } }
13655         [System.ComponentModel.BrowsableAttribute(false)]
13656         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13657         public new bool TabStop { get { throw null; } set { } }
13658         [System.ComponentModel.BindableAttribute(false)]
13659         [System.ComponentModel.BrowsableAttribute(false)]
13660         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13661         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13662         public override string Text { get { throw null; } set { } }
13663         [System.ComponentModel.BrowsableAttribute(false)]
13664         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13665         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
13666         [System.ComponentModel.BrowsableAttribute(false)]
13667         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13668         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
13669         [System.ComponentModel.BrowsableAttribute(false)]
13670         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13671         public new event System.EventHandler Enter { add { } remove { } }
13672         [System.ComponentModel.BrowsableAttribute(false)]
13673         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13674         public new event System.EventHandler FontChanged { add { } remove { } }
13675         [System.ComponentModel.BrowsableAttribute(false)]
13676         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13677         public new event System.EventHandler ForeColorChanged { add { } remove { } }
13678         [System.ComponentModel.BrowsableAttribute(false)]
13679         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13680         public new event System.EventHandler ImeModeChanged { add { } remove { } }
13681         [System.ComponentModel.BrowsableAttribute(false)]
13682         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13683         public new event System.Windows.Forms.KeyEventHandler KeyDown { add { } remove { } }
13684         [System.ComponentModel.BrowsableAttribute(false)]
13685         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13686         public new event System.Windows.Forms.KeyPressEventHandler KeyPress { add { } remove { } }
13687         [System.ComponentModel.BrowsableAttribute(false)]
13688         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13689         public new event System.Windows.Forms.KeyEventHandler KeyUp { add { } remove { } }
13690         [System.ComponentModel.BrowsableAttribute(false)]
13691         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13692         public new event System.EventHandler Leave { add { } remove { } }
13693         public event System.Windows.Forms.SplitterEventHandler SplitterMoved { add { } remove { } }
13694         public event System.Windows.Forms.SplitterEventHandler SplitterMoving { add { } remove { } }
13695         [System.ComponentModel.BrowsableAttribute(false)]
13696         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13697         public new event System.EventHandler TabStopChanged { add { } remove { } }
13698         [System.ComponentModel.BrowsableAttribute(false)]
13699         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13700         public new event System.EventHandler TextChanged { add { } remove { } }
OnKeyDown(System.Windows.Forms.KeyEventArgs e)13701         protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { }
OnMouseDown(System.Windows.Forms.MouseEventArgs e)13702         protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { }
OnMouseMove(System.Windows.Forms.MouseEventArgs e)13703         protected override void OnMouseMove(System.Windows.Forms.MouseEventArgs e) { }
OnMouseUp(System.Windows.Forms.MouseEventArgs e)13704         protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs e) { }
OnSplitterMoved(System.Windows.Forms.SplitterEventArgs sevent)13705         protected virtual void OnSplitterMoved(System.Windows.Forms.SplitterEventArgs sevent) { }
OnSplitterMoving(System.Windows.Forms.SplitterEventArgs sevent)13706         protected virtual void OnSplitterMoving(System.Windows.Forms.SplitterEventArgs sevent) { }
SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified)13707         protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
ToString()13708         public override string ToString() { throw null; }
13709     }
13710     public partial class SplitterCancelEventArgs : System.ComponentModel.CancelEventArgs
13711     {
SplitterCancelEventArgs(int mouseCursorX, int mouseCursorY, int splitX, int splitY)13712         public SplitterCancelEventArgs(int mouseCursorX, int mouseCursorY, int splitX, int splitY) { }
13713         public int MouseCursorX { get { throw null; } }
13714         public int MouseCursorY { get { throw null; } }
13715         public int SplitX { get { throw null; } set { } }
13716         public int SplitY { get { throw null; } set { } }
13717     }
SplitterCancelEventHandler(object sender, System.Windows.Forms.SplitterCancelEventArgs e)13718     public delegate void SplitterCancelEventHandler(object sender, System.Windows.Forms.SplitterCancelEventArgs e);
13719     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
13720     public partial class SplitterEventArgs : System.EventArgs
13721     {
SplitterEventArgs(int x, int y, int splitX, int splitY)13722         public SplitterEventArgs(int x, int y, int splitX, int splitY) { }
13723         public int SplitX { get { throw null; } set { } }
13724         public int SplitY { get { throw null; } set { } }
13725         public int X { get { throw null; } }
13726         public int Y { get { throw null; } }
13727     }
SplitterEventHandler(object sender, System.Windows.Forms.SplitterEventArgs e)13728     public delegate void SplitterEventHandler(object sender, System.Windows.Forms.SplitterEventArgs e);
13729     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.SplitterPanelDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
13730     [System.ComponentModel.ToolboxItemAttribute(false)]
13731     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
13732     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
13733     [System.Windows.Forms.DockingAttribute((System.Windows.Forms.DockingBehavior)(0))]
13734     public sealed partial class SplitterPanel : System.Windows.Forms.Panel
13735     {
SplitterPanel(System.Windows.Forms.SplitContainer owner)13736         public SplitterPanel(System.Windows.Forms.SplitContainer owner) { }
13737         [System.ComponentModel.BrowsableAttribute(false)]
13738         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13739         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13740         public new System.Windows.Forms.AnchorStyles Anchor { get { throw null; } set { } }
13741         [System.ComponentModel.BrowsableAttribute(false)]
13742         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13743         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13744         public new bool AutoSize { get { throw null; } set { } }
13745         [System.ComponentModel.BrowsableAttribute(false)]
13746         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13747         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13748         [System.ComponentModel.LocalizableAttribute(false)]
13749         public override System.Windows.Forms.AutoSizeMode AutoSizeMode { get { throw null; } set { } }
13750         [System.ComponentModel.BrowsableAttribute(false)]
13751         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13752         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13753         public new System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
13754         protected override System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
13755         [System.ComponentModel.BrowsableAttribute(false)]
13756         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13757         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13758         public new System.Windows.Forms.DockStyle Dock { get { throw null; } set { } }
13759         [System.ComponentModel.BrowsableAttribute(false)]
13760         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13761         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13762         public new System.Windows.Forms.ScrollableControl.DockPaddingEdges DockPadding { get { throw null; } }
13763         [System.ComponentModel.BrowsableAttribute(false)]
13764         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13765         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
13766         public new int Height { get { throw null; } set { } }
13767         [System.ComponentModel.BrowsableAttribute(false)]
13768         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13769         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13770         public new System.Drawing.Point Location { get { throw null; } set { } }
13771         [System.ComponentModel.BrowsableAttribute(false)]
13772         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13773         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13774         public new System.Drawing.Size MaximumSize { get { throw null; } set { } }
13775         [System.ComponentModel.BrowsableAttribute(false)]
13776         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13777         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13778         public new System.Drawing.Size MinimumSize { get { throw null; } set { } }
13779         [System.ComponentModel.BrowsableAttribute(false)]
13780         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13781         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13782         public new string Name { get { throw null; } set { } }
13783         [System.ComponentModel.BrowsableAttribute(false)]
13784         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13785         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13786         public new System.Windows.Forms.Control Parent { get { throw null; } set { } }
13787         [System.ComponentModel.BrowsableAttribute(false)]
13788         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13789         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13790         public new System.Drawing.Size Size { get { throw null; } set { } }
13791         [System.ComponentModel.BrowsableAttribute(false)]
13792         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13793         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13794         public new int TabIndex { get { throw null; } set { } }
13795         [System.ComponentModel.BrowsableAttribute(false)]
13796         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13797         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13798         public new bool TabStop { get { throw null; } set { } }
13799         [System.ComponentModel.BrowsableAttribute(false)]
13800         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13801         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13802         public new bool Visible { get { throw null; } set { } }
13803         [System.ComponentModel.BrowsableAttribute(false)]
13804         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13805         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
13806         public new int Width { get { throw null; } set { } }
13807         [System.ComponentModel.BrowsableAttribute(false)]
13808         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13809         public new event System.EventHandler AutoSizeChanged { add { } remove { } }
13810         [System.ComponentModel.BrowsableAttribute(false)]
13811         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13812         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13813         public new event System.EventHandler DockChanged { add { } remove { } }
13814         [System.ComponentModel.BrowsableAttribute(false)]
13815         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13816         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13817         public new event System.EventHandler LocationChanged { add { } remove { } }
13818         [System.ComponentModel.BrowsableAttribute(false)]
13819         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13820         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13821         public new event System.EventHandler TabIndexChanged { add { } remove { } }
13822         [System.ComponentModel.BrowsableAttribute(false)]
13823         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13824         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13825         public new event System.EventHandler TabStopChanged { add { } remove { } }
13826         [System.ComponentModel.BrowsableAttribute(false)]
13827         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
13828         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13829         public new event System.EventHandler VisibleChanged { add { } remove { } }
13830     }
13831     [System.ComponentModel.DefaultEventAttribute("PanelClick")]
13832     [System.ComponentModel.DefaultPropertyAttribute("Text")]
13833     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.StatusBarDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
13834     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
13835     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
13836     public partial class StatusBar : System.Windows.Forms.Control
13837     {
StatusBar()13838         public StatusBar() { }
13839         [System.ComponentModel.BrowsableAttribute(false)]
13840         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13841         public override System.Drawing.Color BackColor { get { throw null; } set { } }
13842         [System.ComponentModel.BrowsableAttribute(false)]
13843         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13844         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
13845         [System.ComponentModel.BrowsableAttribute(false)]
13846         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13847         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
13848         protected override System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
13849         protected override System.Windows.Forms.ImeMode DefaultImeMode { get { throw null; } }
13850         protected override System.Drawing.Size DefaultSize { get { throw null; } }
13851         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DockStyle)(2))]
13852         [System.ComponentModel.LocalizableAttribute(true)]
13853         public override System.Windows.Forms.DockStyle Dock { get { throw null; } set { } }
13854         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13855         protected override bool DoubleBuffered { get { throw null; } set { } }
13856         [System.ComponentModel.LocalizableAttribute(true)]
13857         public override System.Drawing.Font Font { get { throw null; } set { } }
13858         [System.ComponentModel.BrowsableAttribute(false)]
13859         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13860         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
13861         [System.ComponentModel.BrowsableAttribute(false)]
13862         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13863         public new System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } }
13864         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
13865         [System.ComponentModel.LocalizableAttribute(true)]
13866         [System.ComponentModel.MergablePropertyAttribute(false)]
13867         public System.Windows.Forms.StatusBar.StatusBarPanelCollection Panels { get { throw null; } }
13868         [System.ComponentModel.DefaultValueAttribute(false)]
13869         public bool ShowPanels { get { throw null; } set { } }
13870         [System.ComponentModel.DefaultValueAttribute(true)]
13871         public bool SizingGrip { get { throw null; } set { } }
13872         [System.ComponentModel.DefaultValueAttribute(false)]
13873         public new bool TabStop { get { throw null; } set { } }
13874         [System.ComponentModel.LocalizableAttribute(true)]
13875         public override string Text { get { throw null; } set { } }
13876         [System.ComponentModel.BrowsableAttribute(false)]
13877         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13878         public new event System.EventHandler BackColorChanged { add { } remove { } }
13879         [System.ComponentModel.BrowsableAttribute(false)]
13880         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13881         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
13882         [System.ComponentModel.BrowsableAttribute(false)]
13883         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13884         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
13885         public event System.Windows.Forms.StatusBarDrawItemEventHandler DrawItem { add { } remove { } }
13886         [System.ComponentModel.BrowsableAttribute(false)]
13887         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13888         public new event System.EventHandler ForeColorChanged { add { } remove { } }
13889         [System.ComponentModel.BrowsableAttribute(false)]
13890         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13891         public new event System.EventHandler ImeModeChanged { add { } remove { } }
13892         [System.ComponentModel.BrowsableAttribute(false)]
13893         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13894         public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
13895         public event System.Windows.Forms.StatusBarPanelClickEventHandler PanelClick { add { } remove { } }
CreateHandle()13896         protected override void CreateHandle() { }
Dispose(bool disposing)13897         protected override void Dispose(bool disposing) { }
OnDrawItem(System.Windows.Forms.StatusBarDrawItemEventArgs sbdievent)13898         protected virtual void OnDrawItem(System.Windows.Forms.StatusBarDrawItemEventArgs sbdievent) { }
OnHandleCreated(System.EventArgs e)13899         protected override void OnHandleCreated(System.EventArgs e) { }
OnHandleDestroyed(System.EventArgs e)13900         protected override void OnHandleDestroyed(System.EventArgs e) { }
OnLayout(System.Windows.Forms.LayoutEventArgs levent)13901         protected override void OnLayout(System.Windows.Forms.LayoutEventArgs levent) { }
OnMouseDown(System.Windows.Forms.MouseEventArgs e)13902         protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { }
OnPanelClick(System.Windows.Forms.StatusBarPanelClickEventArgs e)13903         protected virtual void OnPanelClick(System.Windows.Forms.StatusBarPanelClickEventArgs e) { }
OnResize(System.EventArgs e)13904         protected override void OnResize(System.EventArgs e) { }
ToString()13905         public override string ToString() { throw null; }
13906         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
WndProc(ref System.Windows.Forms.Message m)13907         protected override void WndProc(ref System.Windows.Forms.Message m) { }
13908         [System.ComponentModel.ListBindableAttribute(false)]
13909         public partial class StatusBarPanelCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
13910         {
StatusBarPanelCollection(System.Windows.Forms.StatusBar owner)13911             public StatusBarPanelCollection(System.Windows.Forms.StatusBar owner) { }
13912             [System.ComponentModel.BrowsableAttribute(false)]
13913             [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13914             public int Count { get { throw null; } }
13915             public bool IsReadOnly { get { throw null; } }
13916             public virtual System.Windows.Forms.StatusBarPanel this[int index] { get { throw null; } set { } }
13917             public virtual System.Windows.Forms.StatusBarPanel this[string key] { get { throw null; } }
13918             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
13919             object System.Collections.ICollection.SyncRoot { get { throw null; } }
13920             bool System.Collections.IList.IsFixedSize { get { throw null; } }
13921             object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(string text)13922             public virtual System.Windows.Forms.StatusBarPanel Add(string text) { throw null; }
Add(System.Windows.Forms.StatusBarPanel value)13923             public virtual int Add(System.Windows.Forms.StatusBarPanel value) { throw null; }
AddRange(System.Windows.Forms.StatusBarPanel[] panels)13924             public virtual void AddRange(System.Windows.Forms.StatusBarPanel[] panels) { }
Clear()13925             public virtual void Clear() { }
Contains(System.Windows.Forms.StatusBarPanel panel)13926             public bool Contains(System.Windows.Forms.StatusBarPanel panel) { throw null; }
ContainsKey(string key)13927             public virtual bool ContainsKey(string key) { throw null; }
GetEnumerator()13928             public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.Windows.Forms.StatusBarPanel panel)13929             public int IndexOf(System.Windows.Forms.StatusBarPanel panel) { throw null; }
IndexOfKey(string key)13930             public virtual int IndexOfKey(string key) { throw null; }
Insert(int index, System.Windows.Forms.StatusBarPanel value)13931             public virtual void Insert(int index, System.Windows.Forms.StatusBarPanel value) { }
Remove(System.Windows.Forms.StatusBarPanel value)13932             public virtual void Remove(System.Windows.Forms.StatusBarPanel value) { }
RemoveAt(int index)13933             public virtual void RemoveAt(int index) { }
RemoveByKey(string key)13934             public virtual void RemoveByKey(string key) { }
System.Collections.ICollection.CopyTo(System.Array dest, int index)13935             void System.Collections.ICollection.CopyTo(System.Array dest, int index) { }
System.Collections.IList.Add(object value)13936             int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Contains(object panel)13937             bool System.Collections.IList.Contains(object panel) { throw null; }
System.Collections.IList.IndexOf(object panel)13938             int System.Collections.IList.IndexOf(object panel) { throw null; }
System.Collections.IList.Insert(int index, object value)13939             void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)13940             void System.Collections.IList.Remove(object value) { }
13941         }
13942     }
13943     public partial class StatusBarDrawItemEventArgs : System.Windows.Forms.DrawItemEventArgs
13944     {
StatusBarDrawItemEventArgs(System.Drawing.Graphics g, System.Drawing.Font font, System.Drawing.Rectangle r, int itemId, System.Windows.Forms.DrawItemState itemState, System.Windows.Forms.StatusBarPanel panel)13945         public StatusBarDrawItemEventArgs(System.Drawing.Graphics g, System.Drawing.Font font, System.Drawing.Rectangle r, int itemId, System.Windows.Forms.DrawItemState itemState, System.Windows.Forms.StatusBarPanel panel) : base (default(System.Drawing.Graphics), default(System.Drawing.Font), default(System.Drawing.Rectangle), default(int), default(System.Windows.Forms.DrawItemState)) { }
StatusBarDrawItemEventArgs(System.Drawing.Graphics g, System.Drawing.Font font, System.Drawing.Rectangle r, int itemId, System.Windows.Forms.DrawItemState itemState, System.Windows.Forms.StatusBarPanel panel, System.Drawing.Color foreColor, System.Drawing.Color backColor)13946         public StatusBarDrawItemEventArgs(System.Drawing.Graphics g, System.Drawing.Font font, System.Drawing.Rectangle r, int itemId, System.Windows.Forms.DrawItemState itemState, System.Windows.Forms.StatusBarPanel panel, System.Drawing.Color foreColor, System.Drawing.Color backColor) : base (default(System.Drawing.Graphics), default(System.Drawing.Font), default(System.Drawing.Rectangle), default(int), default(System.Windows.Forms.DrawItemState)) { }
13947         public System.Windows.Forms.StatusBarPanel Panel { get { throw null; } }
13948     }
StatusBarDrawItemEventHandler(object sender, System.Windows.Forms.StatusBarDrawItemEventArgs sbdevent)13949     public delegate void StatusBarDrawItemEventHandler(object sender, System.Windows.Forms.StatusBarDrawItemEventArgs sbdevent);
13950     [System.ComponentModel.DefaultPropertyAttribute("Text")]
13951     [System.ComponentModel.DesignTimeVisibleAttribute(false)]
13952     [System.ComponentModel.ToolboxItemAttribute(false)]
13953     public partial class StatusBarPanel : System.ComponentModel.Component, System.ComponentModel.ISupportInitialize
13954     {
StatusBarPanel()13955         public StatusBarPanel() { }
13956         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.HorizontalAlignment)(0))]
13957         [System.ComponentModel.LocalizableAttribute(true)]
13958         public System.Windows.Forms.HorizontalAlignment Alignment { get { throw null; } set { } }
13959         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.StatusBarPanelAutoSize)(1))]
13960         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
13961         public System.Windows.Forms.StatusBarPanelAutoSize AutoSize { get { throw null; } set { } }
13962         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.StatusBarPanelBorderStyle)(3))]
13963         [System.Runtime.InteropServices.DispIdAttribute(-504)]
13964         public System.Windows.Forms.StatusBarPanelBorderStyle BorderStyle { get { throw null; } set { } }
13965         [System.ComponentModel.DefaultValueAttribute(null)]
13966         [System.ComponentModel.LocalizableAttribute(true)]
13967         public System.Drawing.Icon Icon { get { throw null; } set { } }
13968         [System.ComponentModel.DefaultValueAttribute(10)]
13969         [System.ComponentModel.LocalizableAttribute(true)]
13970         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
13971         public int MinWidth { get { throw null; } set { } }
13972         [System.ComponentModel.LocalizableAttribute(true)]
13973         public string Name { get { throw null; } set { } }
13974         [System.ComponentModel.BrowsableAttribute(false)]
13975         public System.Windows.Forms.StatusBar Parent { get { throw null; } }
13976         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.StatusBarPanelStyle)(1))]
13977         public System.Windows.Forms.StatusBarPanelStyle Style { get { throw null; } set { } }
13978         [System.ComponentModel.BindableAttribute(true)]
13979         [System.ComponentModel.DefaultValueAttribute(null)]
13980         [System.ComponentModel.LocalizableAttribute(false)]
13981         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
13982         public object Tag { get { throw null; } set { } }
13983         [System.ComponentModel.DefaultValueAttribute("")]
13984         [System.ComponentModel.LocalizableAttribute(true)]
13985         public string Text { get { throw null; } set { } }
13986         [System.ComponentModel.DefaultValueAttribute("")]
13987         [System.ComponentModel.LocalizableAttribute(true)]
13988         public string ToolTipText { get { throw null; } set { } }
13989         [System.ComponentModel.DefaultValueAttribute(100)]
13990         [System.ComponentModel.LocalizableAttribute(true)]
13991         public int Width { get { throw null; } set { } }
BeginInit()13992         public void BeginInit() { }
Dispose(bool disposing)13993         protected override void Dispose(bool disposing) { }
EndInit()13994         public void EndInit() { }
ToString()13995         public override string ToString() { throw null; }
13996     }
13997     public enum StatusBarPanelAutoSize
13998     {
13999         Contents = 3,
14000         None = 1,
14001         Spring = 2,
14002     }
14003     public enum StatusBarPanelBorderStyle
14004     {
14005         None = 1,
14006         Raised = 2,
14007         Sunken = 3,
14008     }
14009     public partial class StatusBarPanelClickEventArgs : System.Windows.Forms.MouseEventArgs
14010     {
StatusBarPanelClickEventArgs(System.Windows.Forms.StatusBarPanel statusBarPanel, System.Windows.Forms.MouseButtons button, int clicks, int x, int y)14011         public StatusBarPanelClickEventArgs(System.Windows.Forms.StatusBarPanel statusBarPanel, System.Windows.Forms.MouseButtons button, int clicks, int x, int y) : base (default(System.Windows.Forms.MouseButtons), default(int), default(int), default(int), default(int)) { }
14012         public System.Windows.Forms.StatusBarPanel StatusBarPanel { get { throw null; } }
14013     }
StatusBarPanelClickEventHandler(object sender, System.Windows.Forms.StatusBarPanelClickEventArgs e)14014     public delegate void StatusBarPanelClickEventHandler(object sender, System.Windows.Forms.StatusBarPanelClickEventArgs e);
14015     public enum StatusBarPanelStyle
14016     {
14017         OwnerDraw = 2,
14018         Text = 1,
14019     }
14020     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
14021     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
14022     public partial class StatusStrip : System.Windows.Forms.ToolStrip
14023     {
StatusStrip()14024         public StatusStrip() { }
14025         [System.ComponentModel.BrowsableAttribute(false)]
14026         [System.ComponentModel.DefaultValueAttribute(false)]
14027         public new bool CanOverflow { get { throw null; } set { } }
14028         protected override System.Windows.Forms.DockStyle DefaultDock { get { throw null; } }
14029         protected override System.Windows.Forms.Padding DefaultPadding { get { throw null; } }
14030         protected override bool DefaultShowItemToolTips { get { throw null; } }
14031         protected override System.Drawing.Size DefaultSize { get { throw null; } }
14032         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DockStyle)(2))]
14033         public override System.Windows.Forms.DockStyle Dock { get { throw null; } set { } }
14034         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ToolStripGripStyle)(0))]
14035         public new System.Windows.Forms.ToolStripGripStyle GripStyle { get { throw null; } set { } }
14036         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ToolStripLayoutStyle)(4))]
14037         public new System.Windows.Forms.ToolStripLayoutStyle LayoutStyle { get { throw null; } set { } }
14038         [System.ComponentModel.BrowsableAttribute(false)]
14039         public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
14040         [System.ComponentModel.DefaultValueAttribute(false)]
14041         public new bool ShowItemToolTips { get { throw null; } set { } }
14042         [System.ComponentModel.BrowsableAttribute(false)]
14043         public System.Drawing.Rectangle SizeGripBounds { get { throw null; } }
14044         [System.ComponentModel.DefaultValueAttribute(true)]
14045         public bool SizingGrip { get { throw null; } set { } }
14046         [System.ComponentModel.DefaultValueAttribute(true)]
14047         public new bool Stretch { get { throw null; } set { } }
14048         [System.ComponentModel.BrowsableAttribute(false)]
14049         public new event System.EventHandler PaddingChanged { add { } remove { } }
CreateAccessibilityInstance()14050         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
CreateDefaultItem(string text, System.Drawing.Image image, System.EventHandler onClick)14051         protected internal override System.Windows.Forms.ToolStripItem CreateDefaultItem(string text, System.Drawing.Image image, System.EventHandler onClick) { throw null; }
Dispose(bool disposing)14052         protected override void Dispose(bool disposing) { }
OnLayout(System.Windows.Forms.LayoutEventArgs levent)14053         protected override void OnLayout(System.Windows.Forms.LayoutEventArgs levent) { }
OnPaintBackground(System.Windows.Forms.PaintEventArgs e)14054         protected override void OnPaintBackground(System.Windows.Forms.PaintEventArgs e) { }
OnSpringTableLayoutCore()14055         protected virtual void OnSpringTableLayoutCore() { }
SetDisplayedItems()14056         protected override void SetDisplayedItems() { }
14057         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
WndProc(ref System.Windows.Forms.Message m)14058         protected override void WndProc(ref System.Windows.Forms.Message m) { }
14059     }
14060     public enum StructFormat
14061     {
14062         Ansi = 1,
14063         Auto = 3,
14064         Unicode = 2,
14065     }
14066     public partial class SystemInformation
14067     {
SystemInformation()14068         internal SystemInformation() { }
14069         public static int ActiveWindowTrackingDelay { get { throw null; } }
14070         public static System.Windows.Forms.ArrangeDirection ArrangeDirection { get { throw null; } }
14071         public static System.Windows.Forms.ArrangeStartingPosition ArrangeStartingPosition { get { throw null; } }
14072         public static System.Windows.Forms.BootMode BootMode { get { throw null; } }
14073         public static System.Drawing.Size Border3DSize { get { throw null; } }
14074         public static int BorderMultiplierFactor { get { throw null; } }
14075         public static System.Drawing.Size BorderSize { get { throw null; } }
14076         public static System.Drawing.Size CaptionButtonSize { get { throw null; } }
14077         public static int CaptionHeight { get { throw null; } }
14078         public static int CaretBlinkTime { get { throw null; } }
14079         public static int CaretWidth { get { throw null; } }
14080         public static string ComputerName { get { throw null; } }
14081         public static System.Drawing.Size CursorSize { get { throw null; } }
14082         public static bool DbcsEnabled { get { throw null; } }
14083         public static bool DebugOS { get { throw null; } }
14084         public static System.Drawing.Size DoubleClickSize { get { throw null; } }
14085         public static int DoubleClickTime { get { throw null; } }
14086         public static bool DragFullWindows { get { throw null; } }
14087         public static System.Drawing.Size DragSize { get { throw null; } }
14088         public static System.Drawing.Size FixedFrameBorderSize { get { throw null; } }
14089         public static int FontSmoothingContrast { get { throw null; } }
14090         public static int FontSmoothingType { get { throw null; } }
14091         public static System.Drawing.Size FrameBorderSize { get { throw null; } }
14092         public static bool HighContrast { get { throw null; } }
14093         public static int HorizontalFocusThickness { get { throw null; } }
14094         public static int HorizontalResizeBorderThickness { get { throw null; } }
14095         public static int HorizontalScrollBarArrowWidth { get { throw null; } }
14096         public static int HorizontalScrollBarHeight { get { throw null; } }
14097         public static int HorizontalScrollBarThumbWidth { get { throw null; } }
14098         public static int IconHorizontalSpacing { get { throw null; } }
14099         public static System.Drawing.Size IconSize { get { throw null; } }
14100         public static System.Drawing.Size IconSpacingSize { get { throw null; } }
14101         public static int IconVerticalSpacing { get { throw null; } }
14102         public static bool IsActiveWindowTrackingEnabled { get { throw null; } }
14103         public static bool IsComboBoxAnimationEnabled { get { throw null; } }
14104         public static bool IsDropShadowEnabled { get { throw null; } }
14105         public static bool IsFlatMenuEnabled { get { throw null; } }
14106         public static bool IsFontSmoothingEnabled { get { throw null; } }
14107         public static bool IsHotTrackingEnabled { get { throw null; } }
14108         public static bool IsIconTitleWrappingEnabled { get { throw null; } }
14109         public static bool IsKeyboardPreferred { get { throw null; } }
14110         public static bool IsListBoxSmoothScrollingEnabled { get { throw null; } }
14111         public static bool IsMenuAnimationEnabled { get { throw null; } }
14112         public static bool IsMenuFadeEnabled { get { throw null; } }
14113         public static bool IsMinimizeRestoreAnimationEnabled { get { throw null; } }
14114         public static bool IsSelectionFadeEnabled { get { throw null; } }
14115         public static bool IsSnapToDefaultEnabled { get { throw null; } }
14116         public static bool IsTitleBarGradientEnabled { get { throw null; } }
14117         public static bool IsToolTipAnimationEnabled { get { throw null; } }
14118         public static int KanjiWindowHeight { get { throw null; } }
14119         public static int KeyboardDelay { get { throw null; } }
14120         public static int KeyboardSpeed { get { throw null; } }
14121         public static System.Drawing.Size MaxWindowTrackSize { get { throw null; } }
14122         public static bool MenuAccessKeysUnderlined { get { throw null; } }
14123         public static System.Drawing.Size MenuBarButtonSize { get { throw null; } }
14124         public static System.Drawing.Size MenuButtonSize { get { throw null; } }
14125         public static System.Drawing.Size MenuCheckSize { get { throw null; } }
14126         public static System.Drawing.Font MenuFont { get { throw null; } }
14127         public static int MenuHeight { get { throw null; } }
14128         public static int MenuShowDelay { get { throw null; } }
14129         public static bool MidEastEnabled { get { throw null; } }
14130         public static System.Drawing.Size MinimizedWindowSize { get { throw null; } }
14131         public static System.Drawing.Size MinimizedWindowSpacingSize { get { throw null; } }
14132         public static System.Drawing.Size MinimumWindowSize { get { throw null; } }
14133         public static System.Drawing.Size MinWindowTrackSize { get { throw null; } }
14134         public static int MonitorCount { get { throw null; } }
14135         public static bool MonitorsSameDisplayFormat { get { throw null; } }
14136         public static int MouseButtons { get { throw null; } }
14137         public static bool MouseButtonsSwapped { get { throw null; } }
14138         public static System.Drawing.Size MouseHoverSize { get { throw null; } }
14139         public static int MouseHoverTime { get { throw null; } }
14140         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14141         public static bool MousePresent { get { throw null; } }
14142         public static int MouseSpeed { get { throw null; } }
14143         public static bool MouseWheelPresent { get { throw null; } }
14144         public static int MouseWheelScrollDelta { get { throw null; } }
14145         public static int MouseWheelScrollLines { get { throw null; } }
14146         public static bool NativeMouseWheelSupport { get { throw null; } }
14147         public static bool Network { get { throw null; } }
14148         public static bool PenWindows { get { throw null; } }
14149         public static System.Windows.Forms.LeftRightAlignment PopupMenuAlignment { get { throw null; } }
14150         public static System.Windows.Forms.PowerStatus PowerStatus { get { throw null; } }
14151         public static System.Drawing.Size PrimaryMonitorMaximizedWindowSize { get { throw null; } }
14152         public static System.Drawing.Size PrimaryMonitorSize { get { throw null; } }
14153         public static bool RightAlignedMenus { get { throw null; } }
14154         public static System.Windows.Forms.ScreenOrientation ScreenOrientation { get { throw null; } }
14155         public static bool Secure { get { throw null; } }
14156         public static bool ShowSounds { get { throw null; } }
14157         public static int SizingBorderWidth { get { throw null; } }
14158         public static System.Drawing.Size SmallCaptionButtonSize { get { throw null; } }
14159         public static System.Drawing.Size SmallIconSize { get { throw null; } }
14160         public static bool TerminalServerSession { get { throw null; } }
14161         public static System.Drawing.Size ToolWindowCaptionButtonSize { get { throw null; } }
14162         public static int ToolWindowCaptionHeight { get { throw null; } }
14163         public static bool UIEffectsEnabled { get { throw null; } }
14164         public static string UserDomainName { get { throw null; } }
14165         public static bool UserInteractive { get { throw null; } }
14166         public static string UserName { get { throw null; } }
14167         public static int VerticalFocusThickness { get { throw null; } }
14168         public static int VerticalResizeBorderThickness { get { throw null; } }
14169         public static int VerticalScrollBarArrowHeight { get { throw null; } }
14170         public static int VerticalScrollBarThumbHeight { get { throw null; } }
14171         public static int VerticalScrollBarWidth { get { throw null; } }
14172         public static System.Drawing.Rectangle VirtualScreen { get { throw null; } }
14173         public static System.Drawing.Rectangle WorkingArea { get { throw null; } }
GetBorderSizeForDpi(int dpi)14174         public static System.Drawing.Size GetBorderSizeForDpi(int dpi) { throw null; }
GetHorizontalScrollBarHeightForDpi(int dpi)14175         public static int GetHorizontalScrollBarHeightForDpi(int dpi) { throw null; }
GetMenuFontForDpi(int dpi)14176         public static System.Drawing.Font GetMenuFontForDpi(int dpi) { throw null; }
GetVerticalScrollBarWidthForDpi(int dpi)14177         public static int GetVerticalScrollBarWidthForDpi(int dpi) { throw null; }
14178     }
14179     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
14180     public enum SystemParameter
14181     {
14182         CaretWidthMetric = 8,
14183         DropShadow = 0,
14184         FlatMenu = 1,
14185         FontSmoothingContrastMetric = 2,
14186         FontSmoothingTypeMetric = 3,
14187         HorizontalFocusThicknessMetric = 10,
14188         MenuFadeEnabled = 4,
14189         SelectionFade = 5,
14190         ToolTipAnimationMetric = 6,
14191         UIEffects = 7,
14192         VerticalFocusThicknessMetric = 9,
14193     }
14194     public enum TabAlignment
14195     {
14196         Bottom = 1,
14197         Left = 2,
14198         Right = 3,
14199         Top = 0,
14200     }
14201     public enum TabAppearance
14202     {
14203         Buttons = 1,
14204         FlatButtons = 2,
14205         Normal = 0,
14206     }
14207     [System.ComponentModel.DefaultEventAttribute("SelectedIndexChanged")]
14208     [System.ComponentModel.DefaultPropertyAttribute("TabPages")]
14209     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.TabControlDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
14210     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
14211     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
14212     public partial class TabControl : System.Windows.Forms.Control
14213     {
TabControl()14214         public TabControl() { }
14215         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.TabAlignment)(0))]
14216         [System.ComponentModel.LocalizableAttribute(true)]
14217         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
14218         public System.Windows.Forms.TabAlignment Alignment { get { throw null; } set { } }
14219         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.TabAppearance)(0))]
14220         [System.ComponentModel.LocalizableAttribute(true)]
14221         public System.Windows.Forms.TabAppearance Appearance { get { throw null; } set { } }
14222         [System.ComponentModel.BrowsableAttribute(false)]
14223         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14224         public override System.Drawing.Color BackColor { get { throw null; } set { } }
14225         [System.ComponentModel.BrowsableAttribute(false)]
14226         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14227         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
14228         [System.ComponentModel.BrowsableAttribute(false)]
14229         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14230         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
14231         protected override System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
14232         protected override System.Drawing.Size DefaultSize { get { throw null; } }
14233         public override System.Drawing.Rectangle DisplayRectangle { get { throw null; } }
14234         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14235         protected override bool DoubleBuffered { get { throw null; } set { } }
14236         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.TabDrawMode)(0))]
14237         public System.Windows.Forms.TabDrawMode DrawMode { get { throw null; } set { } }
14238         [System.ComponentModel.BrowsableAttribute(false)]
14239         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14240         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
14241         [System.ComponentModel.DefaultValueAttribute(false)]
14242         public bool HotTrack { get { throw null; } set { } }
14243         [System.ComponentModel.DefaultValueAttribute(null)]
14244         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
14245         public System.Windows.Forms.ImageList ImageList { get { throw null; } set { } }
14246         [System.ComponentModel.LocalizableAttribute(true)]
14247         public System.Drawing.Size ItemSize { get { throw null; } set { } }
14248         [System.ComponentModel.DefaultValueAttribute(false)]
14249         public bool Multiline { get { throw null; } set { } }
14250         [System.ComponentModel.LocalizableAttribute(true)]
14251         public new System.Drawing.Point Padding { get { throw null; } set { } }
14252         [System.ComponentModel.DefaultValueAttribute(false)]
14253         [System.ComponentModel.LocalizableAttribute(true)]
14254         public virtual bool RightToLeftLayout { get { throw null; } set { } }
14255         [System.ComponentModel.BrowsableAttribute(false)]
14256         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
14257         public int RowCount { get { throw null; } }
14258         [System.ComponentModel.BrowsableAttribute(false)]
14259         [System.ComponentModel.DefaultValueAttribute(-1)]
14260         public int SelectedIndex { get { throw null; } set { } }
14261         [System.ComponentModel.BrowsableAttribute(false)]
14262         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
14263         public System.Windows.Forms.TabPage SelectedTab { get { throw null; } set { } }
14264         [System.ComponentModel.DefaultValueAttribute(false)]
14265         [System.ComponentModel.LocalizableAttribute(true)]
14266         public bool ShowToolTips { get { throw null; } set { } }
14267         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.TabSizeMode)(0))]
14268         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
14269         public System.Windows.Forms.TabSizeMode SizeMode { get { throw null; } set { } }
14270         [System.ComponentModel.BrowsableAttribute(false)]
14271         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
14272         public int TabCount { get { throw null; } }
14273         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
14274         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.TabPageCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
14275         [System.ComponentModel.MergablePropertyAttribute(false)]
14276         public System.Windows.Forms.TabControl.TabPageCollection TabPages { get { throw null; } }
14277         [System.ComponentModel.BindableAttribute(false)]
14278         [System.ComponentModel.BrowsableAttribute(false)]
14279         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14280         public override string Text { get { throw null; } set { } }
14281         [System.ComponentModel.BrowsableAttribute(false)]
14282         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14283         public new event System.EventHandler BackColorChanged { add { } remove { } }
14284         [System.ComponentModel.BrowsableAttribute(false)]
14285         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14286         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
14287         [System.ComponentModel.BrowsableAttribute(false)]
14288         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14289         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
14290         public event System.Windows.Forms.TabControlEventHandler Deselected { add { } remove { } }
14291         public event System.Windows.Forms.TabControlCancelEventHandler Deselecting { add { } remove { } }
14292         public event System.Windows.Forms.DrawItemEventHandler DrawItem { add { } remove { } }
14293         [System.ComponentModel.BrowsableAttribute(false)]
14294         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14295         public new event System.EventHandler ForeColorChanged { add { } remove { } }
14296         [System.ComponentModel.BrowsableAttribute(false)]
14297         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14298         public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
14299         public event System.EventHandler RightToLeftLayoutChanged { add { } remove { } }
14300         public event System.Windows.Forms.TabControlEventHandler Selected { add { } remove { } }
14301         public event System.EventHandler SelectedIndexChanged { add { } remove { } }
14302         public event System.Windows.Forms.TabControlCancelEventHandler Selecting { add { } remove { } }
14303         [System.ComponentModel.BrowsableAttribute(false)]
14304         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14305         public new event System.EventHandler TextChanged { add { } remove { } }
CreateControlsInstance()14306         protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw null; }
CreateHandle()14307         protected override void CreateHandle() { }
DeselectTab(int index)14308         public void DeselectTab(int index) { }
DeselectTab(string tabPageName)14309         public void DeselectTab(string tabPageName) { }
DeselectTab(System.Windows.Forms.TabPage tabPage)14310         public void DeselectTab(System.Windows.Forms.TabPage tabPage) { }
Dispose(bool disposing)14311         protected override void Dispose(bool disposing) { }
GetControl(int index)14312         public System.Windows.Forms.Control GetControl(int index) { throw null; }
GetItems()14313         protected virtual object[] GetItems() { throw null; }
GetItems(System.Type baseType)14314         protected virtual object[] GetItems(System.Type baseType) { throw null; }
GetTabRect(int index)14315         public System.Drawing.Rectangle GetTabRect(int index) { throw null; }
GetToolTipText(object item)14316         protected string GetToolTipText(object item) { throw null; }
IsInputKey(System.Windows.Forms.Keys keyData)14317         protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
OnDeselected(System.Windows.Forms.TabControlEventArgs e)14318         protected virtual void OnDeselected(System.Windows.Forms.TabControlEventArgs e) { }
OnDeselecting(System.Windows.Forms.TabControlCancelEventArgs e)14319         protected virtual void OnDeselecting(System.Windows.Forms.TabControlCancelEventArgs e) { }
OnDrawItem(System.Windows.Forms.DrawItemEventArgs e)14320         protected virtual void OnDrawItem(System.Windows.Forms.DrawItemEventArgs e) { }
OnEnter(System.EventArgs e)14321         protected override void OnEnter(System.EventArgs e) { }
OnFontChanged(System.EventArgs e)14322         protected override void OnFontChanged(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)14323         protected override void OnHandleCreated(System.EventArgs e) { }
OnHandleDestroyed(System.EventArgs e)14324         protected override void OnHandleDestroyed(System.EventArgs e) { }
OnKeyDown(System.Windows.Forms.KeyEventArgs ke)14325         protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs ke) { }
OnLeave(System.EventArgs e)14326         protected override void OnLeave(System.EventArgs e) { }
OnResize(System.EventArgs e)14327         protected override void OnResize(System.EventArgs e) { }
14328         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnRightToLeftLayoutChanged(System.EventArgs e)14329         protected virtual void OnRightToLeftLayoutChanged(System.EventArgs e) { }
OnSelected(System.Windows.Forms.TabControlEventArgs e)14330         protected virtual void OnSelected(System.Windows.Forms.TabControlEventArgs e) { }
OnSelectedIndexChanged(System.EventArgs e)14331         protected virtual void OnSelectedIndexChanged(System.EventArgs e) { }
OnSelecting(System.Windows.Forms.TabControlCancelEventArgs e)14332         protected virtual void OnSelecting(System.Windows.Forms.TabControlCancelEventArgs e) { }
OnStyleChanged(System.EventArgs e)14333         protected override void OnStyleChanged(System.EventArgs e) { }
14334         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessKeyPreview(ref System.Windows.Forms.Message m)14335         protected override bool ProcessKeyPreview(ref System.Windows.Forms.Message m) { throw null; }
RemoveAll()14336         protected void RemoveAll() { }
14337         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ScaleCore(float dx, float dy)14338         protected override void ScaleCore(float dx, float dy) { }
SelectTab(int index)14339         public void SelectTab(int index) { }
SelectTab(string tabPageName)14340         public void SelectTab(string tabPageName) { }
SelectTab(System.Windows.Forms.TabPage tabPage)14341         public void SelectTab(System.Windows.Forms.TabPage tabPage) { }
ToString()14342         public override string ToString() { throw null; }
UpdateTabSelection(bool updateFocus)14343         protected void UpdateTabSelection(bool updateFocus) { }
14344         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
WndProc(ref System.Windows.Forms.Message m)14345         protected override void WndProc(ref System.Windows.Forms.Message m) { }
14346         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
14347         public partial class ControlCollection : System.Windows.Forms.Control.ControlCollection
14348         {
ControlCollection(System.Windows.Forms.TabControl owner)14349             public ControlCollection(System.Windows.Forms.TabControl owner) : base (default(System.Windows.Forms.Control)) { }
Add(System.Windows.Forms.Control value)14350             public override void Add(System.Windows.Forms.Control value) { }
Remove(System.Windows.Forms.Control value)14351             public override void Remove(System.Windows.Forms.Control value) { }
14352         }
14353         public partial class TabPageCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
14354         {
TabPageCollection(System.Windows.Forms.TabControl owner)14355             public TabPageCollection(System.Windows.Forms.TabControl owner) { }
14356             [System.ComponentModel.BrowsableAttribute(false)]
14357             public int Count { get { throw null; } }
14358             public bool IsReadOnly { get { throw null; } }
14359             public virtual System.Windows.Forms.TabPage this[int index] { get { throw null; } set { } }
14360             public virtual System.Windows.Forms.TabPage this[string key] { get { throw null; } }
14361             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
14362             object System.Collections.ICollection.SyncRoot { get { throw null; } }
14363             bool System.Collections.IList.IsFixedSize { get { throw null; } }
14364             object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(string text)14365             public void Add(string text) { }
Add(string key, string text)14366             public void Add(string key, string text) { }
Add(string key, string text, int imageIndex)14367             public void Add(string key, string text, int imageIndex) { }
Add(string key, string text, string imageKey)14368             public void Add(string key, string text, string imageKey) { }
Add(System.Windows.Forms.TabPage value)14369             public void Add(System.Windows.Forms.TabPage value) { }
AddRange(System.Windows.Forms.TabPage[] pages)14370             public void AddRange(System.Windows.Forms.TabPage[] pages) { }
Clear()14371             public virtual void Clear() { }
Contains(System.Windows.Forms.TabPage page)14372             public bool Contains(System.Windows.Forms.TabPage page) { throw null; }
ContainsKey(string key)14373             public virtual bool ContainsKey(string key) { throw null; }
GetEnumerator()14374             public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.Windows.Forms.TabPage page)14375             public int IndexOf(System.Windows.Forms.TabPage page) { throw null; }
IndexOfKey(string key)14376             public virtual int IndexOfKey(string key) { throw null; }
Insert(int index, string text)14377             public void Insert(int index, string text) { }
Insert(int index, string key, string text)14378             public void Insert(int index, string key, string text) { }
Insert(int index, string key, string text, int imageIndex)14379             public void Insert(int index, string key, string text, int imageIndex) { }
Insert(int index, string key, string text, string imageKey)14380             public void Insert(int index, string key, string text, string imageKey) { }
Insert(int index, System.Windows.Forms.TabPage tabPage)14381             public void Insert(int index, System.Windows.Forms.TabPage tabPage) { }
Remove(System.Windows.Forms.TabPage value)14382             public void Remove(System.Windows.Forms.TabPage value) { }
RemoveAt(int index)14383             public void RemoveAt(int index) { }
RemoveByKey(string key)14384             public virtual void RemoveByKey(string key) { }
System.Collections.ICollection.CopyTo(System.Array dest, int index)14385             void System.Collections.ICollection.CopyTo(System.Array dest, int index) { }
System.Collections.IList.Add(object value)14386             int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Contains(object page)14387             bool System.Collections.IList.Contains(object page) { throw null; }
System.Collections.IList.IndexOf(object page)14388             int System.Collections.IList.IndexOf(object page) { throw null; }
System.Collections.IList.Insert(int index, object tabPage)14389             void System.Collections.IList.Insert(int index, object tabPage) { }
System.Collections.IList.Remove(object value)14390             void System.Collections.IList.Remove(object value) { }
14391         }
14392     }
14393     public enum TabControlAction
14394     {
14395         Deselected = 3,
14396         Deselecting = 2,
14397         Selected = 1,
14398         Selecting = 0,
14399     }
14400     public partial class TabControlCancelEventArgs : System.ComponentModel.CancelEventArgs
14401     {
TabControlCancelEventArgs(System.Windows.Forms.TabPage tabPage, int tabPageIndex, bool cancel, System.Windows.Forms.TabControlAction action)14402         public TabControlCancelEventArgs(System.Windows.Forms.TabPage tabPage, int tabPageIndex, bool cancel, System.Windows.Forms.TabControlAction action) { }
14403         public System.Windows.Forms.TabControlAction Action { get { throw null; } }
14404         public System.Windows.Forms.TabPage TabPage { get { throw null; } }
14405         public int TabPageIndex { get { throw null; } }
14406     }
TabControlCancelEventHandler(object sender, System.Windows.Forms.TabControlCancelEventArgs e)14407     public delegate void TabControlCancelEventHandler(object sender, System.Windows.Forms.TabControlCancelEventArgs e);
14408     public partial class TabControlEventArgs : System.EventArgs
14409     {
TabControlEventArgs(System.Windows.Forms.TabPage tabPage, int tabPageIndex, System.Windows.Forms.TabControlAction action)14410         public TabControlEventArgs(System.Windows.Forms.TabPage tabPage, int tabPageIndex, System.Windows.Forms.TabControlAction action) { }
14411         public System.Windows.Forms.TabControlAction Action { get { throw null; } }
14412         public System.Windows.Forms.TabPage TabPage { get { throw null; } }
14413         public int TabPageIndex { get { throw null; } }
14414     }
TabControlEventHandler(object sender, System.Windows.Forms.TabControlEventArgs e)14415     public delegate void TabControlEventHandler(object sender, System.Windows.Forms.TabControlEventArgs e);
14416     public enum TabDrawMode
14417     {
14418         Normal = 0,
14419         OwnerDrawFixed = 1,
14420     }
14421     public partial class TableLayoutCellPaintEventArgs : System.Windows.Forms.PaintEventArgs
14422     {
TableLayoutCellPaintEventArgs(System.Drawing.Graphics g, System.Drawing.Rectangle clipRectangle, System.Drawing.Rectangle cellBounds, int column, int row)14423         public TableLayoutCellPaintEventArgs(System.Drawing.Graphics g, System.Drawing.Rectangle clipRectangle, System.Drawing.Rectangle cellBounds, int column, int row) : base (default(System.Drawing.Graphics), default(System.Drawing.Rectangle)) { }
14424         public System.Drawing.Rectangle CellBounds { get { throw null; } }
14425         public int Column { get { throw null; } }
14426         public int Row { get { throw null; } }
14427     }
TableLayoutCellPaintEventHandler(object sender, System.Windows.Forms.TableLayoutCellPaintEventArgs e)14428     public delegate void TableLayoutCellPaintEventHandler(object sender, System.Windows.Forms.TableLayoutCellPaintEventArgs e);
14429     public partial class TableLayoutColumnStyleCollection : System.Windows.Forms.TableLayoutStyleCollection
14430     {
TableLayoutColumnStyleCollection()14431         internal TableLayoutColumnStyleCollection() { }
14432         public new System.Windows.Forms.ColumnStyle this[int index] { get { throw null; } set { } }
Add(System.Windows.Forms.ColumnStyle columnStyle)14433         public int Add(System.Windows.Forms.ColumnStyle columnStyle) { throw null; }
Contains(System.Windows.Forms.ColumnStyle columnStyle)14434         public bool Contains(System.Windows.Forms.ColumnStyle columnStyle) { throw null; }
IndexOf(System.Windows.Forms.ColumnStyle columnStyle)14435         public int IndexOf(System.Windows.Forms.ColumnStyle columnStyle) { throw null; }
Insert(int index, System.Windows.Forms.ColumnStyle columnStyle)14436         public void Insert(int index, System.Windows.Forms.ColumnStyle columnStyle) { }
Remove(System.Windows.Forms.ColumnStyle columnStyle)14437         public void Remove(System.Windows.Forms.ColumnStyle columnStyle) { }
14438     }
14439     [System.ComponentModel.Design.Serialization.DesignerSerializerAttribute("System.Windows.Forms.Design.TableLayoutControlCollectionCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
14440     [System.ComponentModel.ListBindableAttribute(false)]
14441     public partial class TableLayoutControlCollection : System.Windows.Forms.Control.ControlCollection
14442     {
TableLayoutControlCollection(System.Windows.Forms.TableLayoutPanel container)14443         public TableLayoutControlCollection(System.Windows.Forms.TableLayoutPanel container) : base (default(System.Windows.Forms.Control)) { }
14444         public System.Windows.Forms.TableLayoutPanel Container { get { throw null; } }
Add(System.Windows.Forms.Control control, int column, int row)14445         public virtual void Add(System.Windows.Forms.Control control, int column, int row) { }
14446     }
14447     [System.ComponentModel.DefaultPropertyAttribute("ColumnCount")]
14448     [System.ComponentModel.Design.Serialization.DesignerSerializerAttribute("System.Windows.Forms.Design.TableLayoutPanelCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
14449     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.TableLayoutPanelDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
14450     [System.ComponentModel.ProvidePropertyAttribute("CellPosition", typeof(System.Windows.Forms.Control))]
14451     [System.ComponentModel.ProvidePropertyAttribute("Column", typeof(System.Windows.Forms.Control))]
14452     [System.ComponentModel.ProvidePropertyAttribute("ColumnSpan", typeof(System.Windows.Forms.Control))]
14453     [System.ComponentModel.ProvidePropertyAttribute("Row", typeof(System.Windows.Forms.Control))]
14454     [System.ComponentModel.ProvidePropertyAttribute("RowSpan", typeof(System.Windows.Forms.Control))]
14455     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
14456     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
14457     [System.Windows.Forms.DockingAttribute((System.Windows.Forms.DockingBehavior)(0))]
14458     public partial class TableLayoutPanel : System.Windows.Forms.Panel, System.ComponentModel.IExtenderProvider
14459     {
TableLayoutPanel()14460         public TableLayoutPanel() { }
14461         [System.ComponentModel.BrowsableAttribute(false)]
14462         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14463         [System.ComponentModel.LocalizableAttribute(true)]
14464         public new System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
14465         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.TableLayoutPanelCellBorderStyle)(0))]
14466         [System.ComponentModel.LocalizableAttribute(true)]
14467         public System.Windows.Forms.TableLayoutPanelCellBorderStyle CellBorderStyle { get { throw null; } set { } }
14468         [System.ComponentModel.DefaultValueAttribute(0)]
14469         [System.ComponentModel.LocalizableAttribute(true)]
14470         public int ColumnCount { get { throw null; } set { } }
14471         [System.ComponentModel.BrowsableAttribute(false)]
14472         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
14473         [System.ComponentModel.DisplayNameAttribute("Columns")]
14474         [System.ComponentModel.MergablePropertyAttribute(false)]
14475         public System.Windows.Forms.TableLayoutColumnStyleCollection ColumnStyles { get { throw null; } }
14476         [System.ComponentModel.BrowsableAttribute(false)]
14477         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
14478         public new System.Windows.Forms.TableLayoutControlCollection Controls { get { throw null; } }
14479         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.TableLayoutPanelGrowStyle)(1))]
14480         public System.Windows.Forms.TableLayoutPanelGrowStyle GrowStyle { get { throw null; } set { } }
14481         public override System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get { throw null; } }
14482         [System.ComponentModel.BrowsableAttribute(false)]
14483         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
14484         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14485         public System.Windows.Forms.TableLayoutSettings LayoutSettings { get { throw null; } set { } }
14486         [System.ComponentModel.DefaultValueAttribute(0)]
14487         [System.ComponentModel.LocalizableAttribute(true)]
14488         public int RowCount { get { throw null; } set { } }
14489         [System.ComponentModel.BrowsableAttribute(false)]
14490         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
14491         [System.ComponentModel.DisplayNameAttribute("Rows")]
14492         [System.ComponentModel.MergablePropertyAttribute(false)]
14493         public System.Windows.Forms.TableLayoutRowStyleCollection RowStyles { get { throw null; } }
14494         public event System.Windows.Forms.TableLayoutCellPaintEventHandler CellPaint { add { } remove { } }
14495         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
CreateControlsInstance()14496         protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw null; }
14497         [System.ComponentModel.DefaultValueAttribute(typeof(System.Windows.Forms.TableLayoutPanelCellPosition), "-1,-1")]
14498         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
14499         [System.ComponentModel.DisplayNameAttribute("Cell")]
GetCellPosition(System.Windows.Forms.Control control)14500         public System.Windows.Forms.TableLayoutPanelCellPosition GetCellPosition(System.Windows.Forms.Control control) { throw null; }
14501         [System.ComponentModel.DefaultValueAttribute(-1)]
14502         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
14503         [System.ComponentModel.DisplayNameAttribute("Column")]
GetColumn(System.Windows.Forms.Control control)14504         public int GetColumn(System.Windows.Forms.Control control) { throw null; }
14505         [System.ComponentModel.DefaultValueAttribute(1)]
14506         [System.ComponentModel.DisplayNameAttribute("ColumnSpan")]
GetColumnSpan(System.Windows.Forms.Control control)14507         public int GetColumnSpan(System.Windows.Forms.Control control) { throw null; }
14508         [System.ComponentModel.BrowsableAttribute(false)]
14509         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
GetColumnWidths()14510         public int[] GetColumnWidths() { throw null; }
GetControlFromPosition(int column, int row)14511         public System.Windows.Forms.Control GetControlFromPosition(int column, int row) { throw null; }
GetPositionFromControl(System.Windows.Forms.Control control)14512         public System.Windows.Forms.TableLayoutPanelCellPosition GetPositionFromControl(System.Windows.Forms.Control control) { throw null; }
14513         [System.ComponentModel.DefaultValueAttribute(-1)]
14514         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
14515         [System.ComponentModel.DisplayNameAttribute("Row")]
GetRow(System.Windows.Forms.Control control)14516         public int GetRow(System.Windows.Forms.Control control) { throw null; }
14517         [System.ComponentModel.BrowsableAttribute(false)]
14518         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
GetRowHeights()14519         public int[] GetRowHeights() { throw null; }
14520         [System.ComponentModel.DefaultValueAttribute(1)]
14521         [System.ComponentModel.DisplayNameAttribute("RowSpan")]
GetRowSpan(System.Windows.Forms.Control control)14522         public int GetRowSpan(System.Windows.Forms.Control control) { throw null; }
OnCellPaint(System.Windows.Forms.TableLayoutCellPaintEventArgs e)14523         protected virtual void OnCellPaint(System.Windows.Forms.TableLayoutCellPaintEventArgs e) { }
14524         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnLayout(System.Windows.Forms.LayoutEventArgs levent)14525         protected override void OnLayout(System.Windows.Forms.LayoutEventArgs levent) { }
OnPaintBackground(System.Windows.Forms.PaintEventArgs e)14526         protected override void OnPaintBackground(System.Windows.Forms.PaintEventArgs e) { }
ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified)14527         protected override void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { }
14528         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ScaleCore(float dx, float dy)14529         protected override void ScaleCore(float dx, float dy) { }
SetCellPosition(System.Windows.Forms.Control control, System.Windows.Forms.TableLayoutPanelCellPosition position)14530         public void SetCellPosition(System.Windows.Forms.Control control, System.Windows.Forms.TableLayoutPanelCellPosition position) { }
SetColumn(System.Windows.Forms.Control control, int column)14531         public void SetColumn(System.Windows.Forms.Control control, int column) { }
SetColumnSpan(System.Windows.Forms.Control control, int value)14532         public void SetColumnSpan(System.Windows.Forms.Control control, int value) { }
SetRow(System.Windows.Forms.Control control, int row)14533         public void SetRow(System.Windows.Forms.Control control, int row) { }
SetRowSpan(System.Windows.Forms.Control control, int value)14534         public void SetRowSpan(System.Windows.Forms.Control control, int value) { }
System.ComponentModel.IExtenderProvider.CanExtend(object obj)14535         bool System.ComponentModel.IExtenderProvider.CanExtend(object obj) { throw null; }
14536     }
14537     public enum TableLayoutPanelCellBorderStyle
14538     {
14539         Inset = 2,
14540         InsetDouble = 3,
14541         None = 0,
14542         Outset = 4,
14543         OutsetDouble = 5,
14544         OutsetPartial = 6,
14545         Single = 1,
14546     }
14547     [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.TableLayoutPanelCellPositionTypeConverter")]
14548     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
14549     public partial struct TableLayoutPanelCellPosition
14550     {
TableLayoutPanelCellPositionSystem.Windows.Forms.TableLayoutPanelCellPosition14551         public TableLayoutPanelCellPosition(int column, int row) { throw null;}
14552         public int Column { get { throw null; } set { } }
14553         public int Row { get { throw null; } set { } }
EqualsSystem.Windows.Forms.TableLayoutPanelCellPosition14554         public override bool Equals(object other) { throw null; }
GetHashCodeSystem.Windows.Forms.TableLayoutPanelCellPosition14555         public override int GetHashCode() { throw null; }
operator ==System.Windows.Forms.TableLayoutPanelCellPosition14556         public static bool operator ==(System.Windows.Forms.TableLayoutPanelCellPosition p1, System.Windows.Forms.TableLayoutPanelCellPosition p2) { throw null; }
operator !=System.Windows.Forms.TableLayoutPanelCellPosition14557         public static bool operator !=(System.Windows.Forms.TableLayoutPanelCellPosition p1, System.Windows.Forms.TableLayoutPanelCellPosition p2) { throw null; }
ToStringSystem.Windows.Forms.TableLayoutPanelCellPosition14558         public override string ToString() { throw null; }
14559     }
14560     public enum TableLayoutPanelGrowStyle
14561     {
14562         AddColumns = 2,
14563         AddRows = 1,
14564         FixedSize = 0,
14565     }
14566     public partial class TableLayoutRowStyleCollection : System.Windows.Forms.TableLayoutStyleCollection
14567     {
TableLayoutRowStyleCollection()14568         internal TableLayoutRowStyleCollection() { }
14569         public new System.Windows.Forms.RowStyle this[int index] { get { throw null; } set { } }
Add(System.Windows.Forms.RowStyle rowStyle)14570         public int Add(System.Windows.Forms.RowStyle rowStyle) { throw null; }
Contains(System.Windows.Forms.RowStyle rowStyle)14571         public bool Contains(System.Windows.Forms.RowStyle rowStyle) { throw null; }
IndexOf(System.Windows.Forms.RowStyle rowStyle)14572         public int IndexOf(System.Windows.Forms.RowStyle rowStyle) { throw null; }
Insert(int index, System.Windows.Forms.RowStyle rowStyle)14573         public void Insert(int index, System.Windows.Forms.RowStyle rowStyle) { }
Remove(System.Windows.Forms.RowStyle rowStyle)14574         public void Remove(System.Windows.Forms.RowStyle rowStyle) { }
14575     }
14576     [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.Layout.TableLayoutSettingsTypeConverter))]
14577     [System.SerializableAttribute]
14578     public sealed partial class TableLayoutSettings : System.Windows.Forms.LayoutSettings, System.Runtime.Serialization.ISerializable
14579     {
TableLayoutSettings()14580         internal TableLayoutSettings() { }
14581         [System.ComponentModel.DefaultValueAttribute(0)]
14582         public int ColumnCount { get { throw null; } set { } }
14583         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
14584         public System.Windows.Forms.TableLayoutColumnStyleCollection ColumnStyles { get { throw null; } }
14585         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.TableLayoutPanelGrowStyle)(1))]
14586         public System.Windows.Forms.TableLayoutPanelGrowStyle GrowStyle { get { throw null; } set { } }
14587         public override System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get { throw null; } }
14588         [System.ComponentModel.DefaultValueAttribute(0)]
14589         public int RowCount { get { throw null; } set { } }
14590         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
14591         public System.Windows.Forms.TableLayoutRowStyleCollection RowStyles { get { throw null; } }
14592         [System.ComponentModel.DefaultValueAttribute(-1)]
GetCellPosition(object control)14593         public System.Windows.Forms.TableLayoutPanelCellPosition GetCellPosition(object control) { throw null; }
14594         [System.ComponentModel.DefaultValueAttribute(-1)]
GetColumn(object control)14595         public int GetColumn(object control) { throw null; }
GetColumnSpan(object control)14596         public int GetColumnSpan(object control) { throw null; }
14597         [System.ComponentModel.DefaultValueAttribute(-1)]
GetRow(object control)14598         public int GetRow(object control) { throw null; }
GetRowSpan(object control)14599         public int GetRowSpan(object control) { throw null; }
14600         [System.ComponentModel.DefaultValueAttribute(-1)]
SetCellPosition(object control, System.Windows.Forms.TableLayoutPanelCellPosition cellPosition)14601         public void SetCellPosition(object control, System.Windows.Forms.TableLayoutPanelCellPosition cellPosition) { }
SetColumn(object control, int column)14602         public void SetColumn(object control, int column) { }
SetColumnSpan(object control, int value)14603         public void SetColumnSpan(object control, int value) { }
SetRow(object control, int row)14604         public void SetRow(object control, int row) { }
SetRowSpan(object control, int value)14605         public void SetRowSpan(object control, int value) { }
14606         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context)14607         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
14608     }
14609     [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.TableLayoutSettings.StyleConverter")]
14610     public abstract partial class TableLayoutStyle
14611     {
TableLayoutStyle()14612         protected TableLayoutStyle() { }
14613         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.SizeType)(0))]
14614         public System.Windows.Forms.SizeType SizeType { get { throw null; } set { } }
14615     }
14616     [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.StyleCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
14617     public abstract partial class TableLayoutStyleCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
14618     {
TableLayoutStyleCollection()14619         internal TableLayoutStyleCollection() { }
14620         public int Count { get { throw null; } }
14621         public System.Windows.Forms.TableLayoutStyle this[int index] { get { throw null; } set { } }
14622         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
14623         object System.Collections.ICollection.SyncRoot { get { throw null; } }
14624         bool System.Collections.IList.IsFixedSize { get { throw null; } }
14625         bool System.Collections.IList.IsReadOnly { get { throw null; } }
14626         object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(System.Windows.Forms.TableLayoutStyle style)14627         public int Add(System.Windows.Forms.TableLayoutStyle style) { throw null; }
Clear()14628         public void Clear() { }
RemoveAt(int index)14629         public void RemoveAt(int index) { }
System.Collections.ICollection.CopyTo(System.Array array, int startIndex)14630         void System.Collections.ICollection.CopyTo(System.Array array, int startIndex) { }
System.Collections.IEnumerable.GetEnumerator()14631         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.Collections.IList.Add(object style)14632         int System.Collections.IList.Add(object style) { throw null; }
System.Collections.IList.Contains(object style)14633         bool System.Collections.IList.Contains(object style) { throw null; }
System.Collections.IList.IndexOf(object style)14634         int System.Collections.IList.IndexOf(object style) { throw null; }
System.Collections.IList.Insert(int index, object style)14635         void System.Collections.IList.Insert(int index, object style) { }
System.Collections.IList.Remove(object style)14636         void System.Collections.IList.Remove(object style) { }
14637     }
14638     [System.ComponentModel.DefaultEventAttribute("Click")]
14639     [System.ComponentModel.DefaultPropertyAttribute("Text")]
14640     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.TabPageDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
14641     [System.ComponentModel.DesignTimeVisibleAttribute(false)]
14642     [System.ComponentModel.ToolboxItemAttribute(false)]
14643     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
14644     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
14645     public partial class TabPage : System.Windows.Forms.Panel
14646     {
TabPage()14647         public TabPage() { }
TabPage(string text)14648         public TabPage(string text) { }
14649         [System.ComponentModel.BrowsableAttribute(false)]
14650         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14651         public override System.Windows.Forms.AnchorStyles Anchor { get { throw null; } set { } }
14652         [System.ComponentModel.BrowsableAttribute(false)]
14653         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
14654         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14655         public override bool AutoSize { get { throw null; } set { } }
14656         [System.ComponentModel.BrowsableAttribute(false)]
14657         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
14658         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14659         [System.ComponentModel.LocalizableAttribute(false)]
14660         public override System.Windows.Forms.AutoSizeMode AutoSizeMode { get { throw null; } set { } }
14661         public override System.Drawing.Color BackColor { get { throw null; } set { } }
14662         [System.ComponentModel.BrowsableAttribute(false)]
14663         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14664         public override System.Windows.Forms.DockStyle Dock { get { throw null; } set { } }
14665         [System.ComponentModel.BrowsableAttribute(false)]
14666         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14667         public new bool Enabled { get { throw null; } set { } }
14668         [System.ComponentModel.DefaultValueAttribute(-1)]
14669         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
14670         [System.ComponentModel.LocalizableAttribute(true)]
14671         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
14672         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageIndexConverter))]
14673         public int ImageIndex { get { throw null; } set { } }
14674         [System.ComponentModel.DefaultValueAttribute("")]
14675         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
14676         [System.ComponentModel.LocalizableAttribute(true)]
14677         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
14678         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageKeyConverter))]
14679         public string ImageKey { get { throw null; } set { } }
14680         [System.ComponentModel.BrowsableAttribute(false)]
14681         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14682         public new System.Drawing.Point Location { get { throw null; } set { } }
14683         [System.ComponentModel.BrowsableAttribute(false)]
14684         [System.ComponentModel.DefaultValueAttribute(typeof(System.Drawing.Size), "0, 0")]
14685         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14686         public override System.Drawing.Size MaximumSize { get { throw null; } set { } }
14687         [System.ComponentModel.BrowsableAttribute(false)]
14688         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14689         public override System.Drawing.Size MinimumSize { get { throw null; } set { } }
14690         [System.ComponentModel.BrowsableAttribute(false)]
14691         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14692         public new System.Drawing.Size PreferredSize { get { throw null; } }
14693         [System.ComponentModel.BrowsableAttribute(false)]
14694         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14695         public new int TabIndex { get { throw null; } set { } }
14696         [System.ComponentModel.BrowsableAttribute(false)]
14697         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14698         public new bool TabStop { get { throw null; } set { } }
14699         [System.ComponentModel.BrowsableAttribute(true)]
14700         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
14701         [System.ComponentModel.LocalizableAttribute(true)]
14702         public override string Text { get { throw null; } set { } }
14703         [System.ComponentModel.DefaultValueAttribute("")]
14704         [System.ComponentModel.LocalizableAttribute(true)]
14705         public string ToolTipText { get { throw null; } set { } }
14706         [System.ComponentModel.DefaultValueAttribute(false)]
14707         public bool UseVisualStyleBackColor { get { throw null; } set { } }
14708         [System.ComponentModel.BrowsableAttribute(false)]
14709         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14710         public new bool Visible { get { throw null; } set { } }
14711         [System.ComponentModel.BrowsableAttribute(false)]
14712         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14713         public new event System.EventHandler AutoSizeChanged { add { } remove { } }
14714         [System.ComponentModel.BrowsableAttribute(false)]
14715         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14716         public new event System.EventHandler DockChanged { add { } remove { } }
14717         [System.ComponentModel.BrowsableAttribute(false)]
14718         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14719         public new event System.EventHandler EnabledChanged { add { } remove { } }
14720         [System.ComponentModel.BrowsableAttribute(false)]
14721         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14722         public new event System.EventHandler LocationChanged { add { } remove { } }
14723         [System.ComponentModel.BrowsableAttribute(false)]
14724         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14725         public new event System.EventHandler TabIndexChanged { add { } remove { } }
14726         [System.ComponentModel.BrowsableAttribute(false)]
14727         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14728         public new event System.EventHandler TabStopChanged { add { } remove { } }
14729         [System.ComponentModel.BrowsableAttribute(true)]
14730         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
14731         public new event System.EventHandler TextChanged { add { } remove { } }
14732         [System.ComponentModel.BrowsableAttribute(false)]
14733         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14734         public new event System.EventHandler VisibleChanged { add { } remove { } }
CreateControlsInstance()14735         protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw null; }
GetTabPageOfComponent(object comp)14736         public static System.Windows.Forms.TabPage GetTabPageOfComponent(object comp) { throw null; }
OnEnter(System.EventArgs e)14737         protected override void OnEnter(System.EventArgs e) { }
OnLeave(System.EventArgs e)14738         protected override void OnLeave(System.EventArgs e) { }
OnPaintBackground(System.Windows.Forms.PaintEventArgs e)14739         protected override void OnPaintBackground(System.Windows.Forms.PaintEventArgs e) { }
SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified)14740         protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
ToString()14741         public override string ToString() { throw null; }
14742         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
14743         public partial class TabPageControlCollection : System.Windows.Forms.Control.ControlCollection
14744         {
TabPageControlCollection(System.Windows.Forms.TabPage owner)14745             public TabPageControlCollection(System.Windows.Forms.TabPage owner) : base (default(System.Windows.Forms.Control)) { }
Add(System.Windows.Forms.Control value)14746             public override void Add(System.Windows.Forms.Control value) { }
14747         }
14748     }
14749     public sealed partial class TabRenderer
14750     {
TabRenderer()14751         internal TabRenderer() { }
14752         public static bool IsSupported { get { throw null; } }
DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, bool focused, System.Windows.Forms.VisualStyles.TabItemState state)14753         public static void DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, bool focused, System.Windows.Forms.VisualStyles.TabItemState state) { }
DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Drawing.Image image, System.Drawing.Rectangle imageRectangle, bool focused, System.Windows.Forms.VisualStyles.TabItemState state)14754         public static void DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Drawing.Image image, System.Drawing.Rectangle imageRectangle, bool focused, System.Windows.Forms.VisualStyles.TabItemState state) { }
DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string tabItemText, System.Drawing.Font font, bool focused, System.Windows.Forms.VisualStyles.TabItemState state)14755         public static void DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string tabItemText, System.Drawing.Font font, bool focused, System.Windows.Forms.VisualStyles.TabItemState state) { }
DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string tabItemText, System.Drawing.Font font, System.Drawing.Image image, System.Drawing.Rectangle imageRectangle, bool focused, System.Windows.Forms.VisualStyles.TabItemState state)14756         public static void DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string tabItemText, System.Drawing.Font font, System.Drawing.Image image, System.Drawing.Rectangle imageRectangle, bool focused, System.Windows.Forms.VisualStyles.TabItemState state) { }
DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string tabItemText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, bool focused, System.Windows.Forms.VisualStyles.TabItemState state)14757         public static void DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string tabItemText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, bool focused, System.Windows.Forms.VisualStyles.TabItemState state) { }
DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string tabItemText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, System.Drawing.Image image, System.Drawing.Rectangle imageRectangle, bool focused, System.Windows.Forms.VisualStyles.TabItemState state)14758         public static void DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string tabItemText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, System.Drawing.Image image, System.Drawing.Rectangle imageRectangle, bool focused, System.Windows.Forms.VisualStyles.TabItemState state) { }
DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string tabItemText, System.Drawing.Font font, System.Windows.Forms.VisualStyles.TabItemState state)14759         public static void DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string tabItemText, System.Drawing.Font font, System.Windows.Forms.VisualStyles.TabItemState state) { }
DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.TabItemState state)14760         public static void DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.TabItemState state) { }
DrawTabPage(System.Drawing.Graphics g, System.Drawing.Rectangle bounds)14761         public static void DrawTabPage(System.Drawing.Graphics g, System.Drawing.Rectangle bounds) { }
14762     }
14763     public enum TabSizeMode
14764     {
14765         FillToRight = 1,
14766         Fixed = 2,
14767         Normal = 0,
14768     }
14769     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.TextBoxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
14770     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
14771     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
14772     public partial class TextBox : System.Windows.Forms.TextBoxBase
14773     {
TextBox()14774         public TextBox() { }
14775         [System.ComponentModel.DefaultValueAttribute(false)]
14776         public bool AcceptsReturn { get { throw null; } set { } }
14777         [System.ComponentModel.BrowsableAttribute(true)]
14778         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
14779         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListControlStringCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
14780         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
14781         [System.ComponentModel.LocalizableAttribute(true)]
14782         public System.Windows.Forms.AutoCompleteStringCollection AutoCompleteCustomSource { get { throw null; } set { } }
14783         [System.ComponentModel.BrowsableAttribute(true)]
14784         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.AutoCompleteMode)(0))]
14785         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
14786         public System.Windows.Forms.AutoCompleteMode AutoCompleteMode { get { throw null; } set { } }
14787         [System.ComponentModel.BrowsableAttribute(true)]
14788         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.AutoCompleteSource)(128))]
14789         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
14790         [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.TextBoxAutoCompleteSourceConverter")]
14791         public System.Windows.Forms.AutoCompleteSource AutoCompleteSource { get { throw null; } set { } }
14792         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.CharacterCasing)(0))]
14793         public System.Windows.Forms.CharacterCasing CharacterCasing { get { throw null; } set { } }
14794         protected override System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
14795         public override bool Multiline { get { throw null; } set { } }
14796         [System.ComponentModel.DefaultValueAttribute('\0')]
14797         [System.ComponentModel.LocalizableAttribute(true)]
14798         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
14799         public char PasswordChar { get { throw null; } set { } }
14800         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ScrollBars)(0))]
14801         [System.ComponentModel.LocalizableAttribute(true)]
14802         public System.Windows.Forms.ScrollBars ScrollBars { get { throw null; } set { } }
14803         public override string Text { get { throw null; } set { } }
14804         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.HorizontalAlignment)(0))]
14805         [System.ComponentModel.LocalizableAttribute(true)]
14806         public System.Windows.Forms.HorizontalAlignment TextAlign { get { throw null; } set { } }
14807         [System.ComponentModel.DefaultValueAttribute(false)]
14808         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
14809         public bool UseSystemPasswordChar { get { throw null; } set { } }
14810         public event System.EventHandler TextAlignChanged { add { } remove { } }
Dispose(bool disposing)14811         protected override void Dispose(bool disposing) { }
IsInputKey(System.Windows.Forms.Keys keyData)14812         protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
OnBackColorChanged(System.EventArgs e)14813         protected override void OnBackColorChanged(System.EventArgs e) { }
OnFontChanged(System.EventArgs e)14814         protected override void OnFontChanged(System.EventArgs e) { }
OnGotFocus(System.EventArgs e)14815         protected override void OnGotFocus(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)14816         protected override void OnHandleCreated(System.EventArgs e) { }
OnHandleDestroyed(System.EventArgs e)14817         protected override void OnHandleDestroyed(System.EventArgs e) { }
OnTextAlignChanged(System.EventArgs e)14818         protected virtual void OnTextAlignChanged(System.EventArgs e) { }
Paste(string text)14819         public void Paste(string text) { }
14820         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.Forms.Keys keyData)14821         protected override bool ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.Forms.Keys keyData) { throw null; }
14822         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
WndProc(ref System.Windows.Forms.Message m)14823         protected override void WndProc(ref System.Windows.Forms.Message m) { }
14824     }
14825     [System.ComponentModel.DefaultBindingPropertyAttribute("Text")]
14826     [System.ComponentModel.DefaultEventAttribute("TextChanged")]
14827     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.TextBoxBaseDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
14828     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
14829     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
14830     public abstract partial class TextBoxBase : System.Windows.Forms.Control
14831     {
TextBoxBase()14832         internal TextBoxBase() { }
14833         [System.ComponentModel.DefaultValueAttribute(false)]
14834         public bool AcceptsTab { get { throw null; } set { } }
14835         [System.ComponentModel.BrowsableAttribute(false)]
14836         [System.ComponentModel.DefaultValueAttribute(true)]
14837         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14838         [System.ComponentModel.LocalizableAttribute(true)]
14839         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
14840         public override bool AutoSize { get { throw null; } set { } }
14841         [System.Runtime.InteropServices.DispIdAttribute(-501)]
14842         public override System.Drawing.Color BackColor { get { throw null; } set { } }
14843         [System.ComponentModel.BrowsableAttribute(false)]
14844         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14845         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
14846         [System.ComponentModel.BrowsableAttribute(false)]
14847         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14848         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
14849         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.BorderStyle)(2))]
14850         [System.Runtime.InteropServices.DispIdAttribute(-504)]
14851         public System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
14852         protected override bool CanEnableIme { get { throw null; } }
14853         [System.ComponentModel.BrowsableAttribute(false)]
14854         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
14855         public bool CanUndo { get { throw null; } }
14856         protected override System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
14857         protected override System.Windows.Forms.Cursor DefaultCursor { get { throw null; } }
14858         protected override System.Drawing.Size DefaultSize { get { throw null; } }
14859         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14860         protected override bool DoubleBuffered { get { throw null; } set { } }
14861         [System.Runtime.InteropServices.DispIdAttribute(-513)]
14862         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
14863         [System.ComponentModel.DefaultValueAttribute(true)]
14864         public bool HideSelection { get { throw null; } set { } }
14865         protected override System.Windows.Forms.ImeMode ImeModeBase { get { throw null; } set { } }
14866         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
14867         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.StringArrayEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
14868         [System.ComponentModel.LocalizableAttribute(true)]
14869         [System.ComponentModel.MergablePropertyAttribute(false)]
14870         public string[] Lines { get { throw null; } set { } }
14871         [System.ComponentModel.DefaultValueAttribute(32767)]
14872         [System.ComponentModel.LocalizableAttribute(true)]
14873         public virtual int MaxLength { get { throw null; } set { } }
14874         [System.ComponentModel.BrowsableAttribute(false)]
14875         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
14876         public bool Modified { get { throw null; } set { } }
14877         [System.ComponentModel.DefaultValueAttribute(false)]
14878         [System.ComponentModel.LocalizableAttribute(true)]
14879         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
14880         public virtual bool Multiline { get { throw null; } set { } }
14881         [System.ComponentModel.BrowsableAttribute(false)]
14882         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
14883         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14884         public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
14885         [System.ComponentModel.BrowsableAttribute(false)]
14886         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
14887         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
14888         public int PreferredHeight { get { throw null; } }
14889         [System.ComponentModel.DefaultValueAttribute(false)]
14890         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
14891         public bool ReadOnly { get { throw null; } set { } }
14892         [System.ComponentModel.BrowsableAttribute(false)]
14893         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
14894         public virtual string SelectedText { get { throw null; } set { } }
14895         [System.ComponentModel.BrowsableAttribute(false)]
14896         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
14897         public virtual int SelectionLength { get { throw null; } set { } }
14898         [System.ComponentModel.BrowsableAttribute(false)]
14899         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
14900         public int SelectionStart { get { throw null; } set { } }
14901         [System.ComponentModel.DefaultValueAttribute(true)]
14902         public virtual bool ShortcutsEnabled { get { throw null; } set { } }
14903         [System.ComponentModel.EditorAttribute("System.ComponentModel.Design.MultilineStringEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
14904         [System.ComponentModel.LocalizableAttribute(true)]
14905         public override string Text { get { throw null; } set { } }
14906         [System.ComponentModel.BrowsableAttribute(false)]
14907         public virtual int TextLength { get { throw null; } }
14908         [System.ComponentModel.DefaultValueAttribute(true)]
14909         [System.ComponentModel.LocalizableAttribute(true)]
14910         public bool WordWrap { get { throw null; } set { } }
14911         public event System.EventHandler AcceptsTabChanged { add { } remove { } }
14912         [System.ComponentModel.BrowsableAttribute(false)]
14913         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14914         public new event System.EventHandler AutoSizeChanged { add { } remove { } }
14915         [System.ComponentModel.BrowsableAttribute(false)]
14916         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14917         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
14918         [System.ComponentModel.BrowsableAttribute(false)]
14919         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14920         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
14921         public event System.EventHandler BorderStyleChanged { add { } remove { } }
14922         [System.ComponentModel.BrowsableAttribute(true)]
14923         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
14924         public new event System.EventHandler Click { add { } remove { } }
14925         public event System.EventHandler HideSelectionChanged { add { } remove { } }
14926         public event System.EventHandler ModifiedChanged { add { } remove { } }
14927         [System.ComponentModel.BrowsableAttribute(true)]
14928         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
14929         public new event System.Windows.Forms.MouseEventHandler MouseClick { add { } remove { } }
14930         public event System.EventHandler MultilineChanged { add { } remove { } }
14931         [System.ComponentModel.BrowsableAttribute(false)]
14932         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
14933         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14934         public new event System.EventHandler PaddingChanged { add { } remove { } }
14935         [System.ComponentModel.BrowsableAttribute(false)]
14936         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14937         public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
14938         public event System.EventHandler ReadOnlyChanged { add { } remove { } }
AppendText(string text)14939         public void AppendText(string text) { }
Clear()14940         public void Clear() { }
ClearUndo()14941         public void ClearUndo() { }
14942         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Clipboard=(System.Security.Permissions.UIPermissionClipboard)(1))]
Copy()14943         public void Copy() { }
CreateHandle()14944         protected override void CreateHandle() { }
Cut()14945         public void Cut() { }
DeselectAll()14946         public void DeselectAll() { }
GetCharFromPosition(System.Drawing.Point pt)14947         public virtual char GetCharFromPosition(System.Drawing.Point pt) { throw null; }
GetCharIndexFromPosition(System.Drawing.Point pt)14948         public virtual int GetCharIndexFromPosition(System.Drawing.Point pt) { throw null; }
GetFirstCharIndexFromLine(int lineNumber)14949         public int GetFirstCharIndexFromLine(int lineNumber) { throw null; }
GetFirstCharIndexOfCurrentLine()14950         public int GetFirstCharIndexOfCurrentLine() { throw null; }
GetLineFromCharIndex(int index)14951         public virtual int GetLineFromCharIndex(int index) { throw null; }
GetPositionFromCharIndex(int index)14952         public virtual System.Drawing.Point GetPositionFromCharIndex(int index) { throw null; }
IsInputKey(System.Windows.Forms.Keys keyData)14953         protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
OnAcceptsTabChanged(System.EventArgs e)14954         protected virtual void OnAcceptsTabChanged(System.EventArgs e) { }
OnBorderStyleChanged(System.EventArgs e)14955         protected virtual void OnBorderStyleChanged(System.EventArgs e) { }
OnFontChanged(System.EventArgs e)14956         protected override void OnFontChanged(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)14957         protected override void OnHandleCreated(System.EventArgs e) { }
OnHandleDestroyed(System.EventArgs e)14958         protected override void OnHandleDestroyed(System.EventArgs e) { }
OnHideSelectionChanged(System.EventArgs e)14959         protected virtual void OnHideSelectionChanged(System.EventArgs e) { }
OnModifiedChanged(System.EventArgs e)14960         protected virtual void OnModifiedChanged(System.EventArgs e) { }
OnMouseUp(System.Windows.Forms.MouseEventArgs mevent)14961         protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs mevent) { }
OnMultilineChanged(System.EventArgs e)14962         protected virtual void OnMultilineChanged(System.EventArgs e) { }
OnPaddingChanged(System.EventArgs e)14963         protected override void OnPaddingChanged(System.EventArgs e) { }
OnReadOnlyChanged(System.EventArgs e)14964         protected virtual void OnReadOnlyChanged(System.EventArgs e) { }
OnTextChanged(System.EventArgs e)14965         protected override void OnTextChanged(System.EventArgs e) { }
14966         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Clipboard=(System.Security.Permissions.UIPermissionClipboard)(1))]
Paste()14967         public void Paste() { }
14968         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.Keys keyData)14969         protected override bool ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.Keys keyData) { throw null; }
14970         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessDialogKey(System.Windows.Forms.Keys keyData)14971         protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
ScrollToCaret()14972         public void ScrollToCaret() { }
Select(int start, int length)14973         public void Select(int start, int length) { }
SelectAll()14974         public void SelectAll() { }
SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified)14975         protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
ToString()14976         public override string ToString() { throw null; }
Undo()14977         public void Undo() { }
14978         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
WndProc(ref System.Windows.Forms.Message m)14979         protected override void WndProc(ref System.Windows.Forms.Message m) { }
14980     }
14981     public sealed partial class TextBoxRenderer
14982     {
TextBoxRenderer()14983         internal TextBoxRenderer() { }
14984         public static bool IsSupported { get { throw null; } }
DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string textBoxText, System.Drawing.Font font, System.Drawing.Rectangle textBounds, System.Windows.Forms.TextFormatFlags flags, System.Windows.Forms.VisualStyles.TextBoxState state)14985         public static void DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string textBoxText, System.Drawing.Font font, System.Drawing.Rectangle textBounds, System.Windows.Forms.TextFormatFlags flags, System.Windows.Forms.VisualStyles.TextBoxState state) { }
DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string textBoxText, System.Drawing.Font font, System.Drawing.Rectangle textBounds, System.Windows.Forms.VisualStyles.TextBoxState state)14986         public static void DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string textBoxText, System.Drawing.Font font, System.Drawing.Rectangle textBounds, System.Windows.Forms.VisualStyles.TextBoxState state) { }
DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string textBoxText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, System.Windows.Forms.VisualStyles.TextBoxState state)14987         public static void DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string textBoxText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, System.Windows.Forms.VisualStyles.TextBoxState state) { }
DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string textBoxText, System.Drawing.Font font, System.Windows.Forms.VisualStyles.TextBoxState state)14988         public static void DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string textBoxText, System.Drawing.Font font, System.Windows.Forms.VisualStyles.TextBoxState state) { }
DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.TextBoxState state)14989         public static void DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.TextBoxState state) { }
14990     }
14991     public enum TextDataFormat
14992     {
14993         CommaSeparatedValue = 4,
14994         Html = 3,
14995         Rtf = 2,
14996         Text = 0,
14997         UnicodeText = 1,
14998     }
14999     [System.FlagsAttribute]
15000     public enum TextFormatFlags
15001     {
15002         Bottom = 8,
15003         Default = 0,
15004         EndEllipsis = 32768,
15005         ExpandTabs = 64,
15006         ExternalLeading = 512,
15007         GlyphOverhangPadding = 0,
15008         HidePrefix = 1048576,
15009         HorizontalCenter = 1,
15010         Internal = 4096,
15011         Left = 0,
15012         LeftAndRightPadding = 536870912,
15013         ModifyString = 65536,
15014         NoClipping = 256,
15015         NoFullWidthCharacterBreak = 524288,
15016         NoPadding = 268435456,
15017         NoPrefix = 2048,
15018         PathEllipsis = 16384,
15019         PrefixOnly = 2097152,
15020         PreserveGraphicsClipping = 16777216,
15021         PreserveGraphicsTranslateTransform = 33554432,
15022         Right = 2,
15023         RightToLeft = 131072,
15024         SingleLine = 32,
15025         TextBoxControl = 8192,
15026         Top = 0,
15027         VerticalCenter = 4,
15028         WordBreak = 16,
15029         WordEllipsis = 262144,
15030     }
15031     public enum TextImageRelation
15032     {
15033         ImageAboveText = 1,
15034         ImageBeforeText = 4,
15035         Overlay = 0,
15036         TextAboveImage = 2,
15037         TextBeforeImage = 8,
15038     }
15039     public sealed partial class TextRenderer
15040     {
TextRenderer()15041         internal TextRenderer() { }
DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Point pt, System.Drawing.Color foreColor)15042         public static void DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Point pt, System.Drawing.Color foreColor) { }
DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Point pt, System.Drawing.Color foreColor, System.Drawing.Color backColor)15043         public static void DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Point pt, System.Drawing.Color foreColor, System.Drawing.Color backColor) { }
DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Point pt, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Windows.Forms.TextFormatFlags flags)15044         public static void DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Point pt, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Windows.Forms.TextFormatFlags flags) { }
DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Point pt, System.Drawing.Color foreColor, System.Windows.Forms.TextFormatFlags flags)15045         public static void DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Point pt, System.Drawing.Color foreColor, System.Windows.Forms.TextFormatFlags flags) { }
DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Rectangle bounds, System.Drawing.Color foreColor)15046         public static void DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Rectangle bounds, System.Drawing.Color foreColor) { }
DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Rectangle bounds, System.Drawing.Color foreColor, System.Drawing.Color backColor)15047         public static void DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Rectangle bounds, System.Drawing.Color foreColor, System.Drawing.Color backColor) { }
DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Rectangle bounds, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Windows.Forms.TextFormatFlags flags)15048         public static void DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Rectangle bounds, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Windows.Forms.TextFormatFlags flags) { }
DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Rectangle bounds, System.Drawing.Color foreColor, System.Windows.Forms.TextFormatFlags flags)15049         public static void DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Rectangle bounds, System.Drawing.Color foreColor, System.Windows.Forms.TextFormatFlags flags) { }
MeasureText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font)15050         public static System.Drawing.Size MeasureText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font) { throw null; }
MeasureText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Size proposedSize)15051         public static System.Drawing.Size MeasureText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Size proposedSize) { throw null; }
MeasureText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Size proposedSize, System.Windows.Forms.TextFormatFlags flags)15052         public static System.Drawing.Size MeasureText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Size proposedSize, System.Windows.Forms.TextFormatFlags flags) { throw null; }
MeasureText(string text, System.Drawing.Font font)15053         public static System.Drawing.Size MeasureText(string text, System.Drawing.Font font) { throw null; }
MeasureText(string text, System.Drawing.Font font, System.Drawing.Size proposedSize)15054         public static System.Drawing.Size MeasureText(string text, System.Drawing.Font font, System.Drawing.Size proposedSize) { throw null; }
MeasureText(string text, System.Drawing.Font font, System.Drawing.Size proposedSize, System.Windows.Forms.TextFormatFlags flags)15055         public static System.Drawing.Size MeasureText(string text, System.Drawing.Font font, System.Drawing.Size proposedSize, System.Windows.Forms.TextFormatFlags flags) { throw null; }
15056     }
15057     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
15058     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
15059     [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Assert, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
15060     [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
15061     [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
15062     public partial class ThreadExceptionDialog : System.Windows.Forms.Form
15063     {
ThreadExceptionDialog(System.Exception t)15064         public ThreadExceptionDialog(System.Exception t) { }
15065         [System.ComponentModel.BrowsableAttribute(false)]
15066         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15067         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15068         public override bool AutoSize { get { throw null; } set { } }
15069         [System.ComponentModel.BrowsableAttribute(false)]
15070         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15071         public new event System.EventHandler AutoSizeChanged { add { } remove { } }
15072     }
15073     public enum TickStyle
15074     {
15075         Both = 3,
15076         BottomRight = 2,
15077         None = 0,
15078         TopLeft = 1,
15079     }
15080     [System.ComponentModel.DefaultEventAttribute("Tick")]
15081     [System.ComponentModel.DefaultPropertyAttribute("Interval")]
15082     [System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms")]
15083     public partial class Timer : System.ComponentModel.Component
15084     {
Timer()15085         public Timer() { }
Timer(System.ComponentModel.IContainer container)15086         public Timer(System.ComponentModel.IContainer container) { }
15087         [System.ComponentModel.DefaultValueAttribute(false)]
15088         public virtual bool Enabled { get { throw null; } set { } }
15089         [System.ComponentModel.DefaultValueAttribute(100)]
15090         public int Interval { get { throw null; } set { } }
15091         [System.ComponentModel.BindableAttribute(true)]
15092         [System.ComponentModel.DefaultValueAttribute(null)]
15093         [System.ComponentModel.LocalizableAttribute(false)]
15094         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
15095         public object Tag { get { throw null; } set { } }
15096         public event System.EventHandler Tick { add { } remove { } }
Dispose(bool disposing)15097         protected override void Dispose(bool disposing) { }
OnTick(System.EventArgs e)15098         protected virtual void OnTick(System.EventArgs e) { }
Start()15099         public void Start() { }
Stop()15100         public void Stop() { }
ToString()15101         public override string ToString() { throw null; }
15102     }
15103     [System.ComponentModel.DefaultEventAttribute("ButtonClick")]
15104     [System.ComponentModel.DefaultPropertyAttribute("Buttons")]
15105     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ToolBarDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
15106     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
15107     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
15108     public partial class ToolBar : System.Windows.Forms.Control
15109     {
ToolBar()15110         public ToolBar() { }
15111         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ToolBarAppearance)(0))]
15112         [System.ComponentModel.LocalizableAttribute(true)]
15113         public System.Windows.Forms.ToolBarAppearance Appearance { get { throw null; } set { } }
15114         [System.ComponentModel.BrowsableAttribute(true)]
15115         [System.ComponentModel.DefaultValueAttribute(true)]
15116         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(1))]
15117         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
15118         [System.ComponentModel.LocalizableAttribute(true)]
15119         public override bool AutoSize { get { throw null; } set { } }
15120         [System.ComponentModel.BrowsableAttribute(false)]
15121         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15122         public override System.Drawing.Color BackColor { get { throw null; } set { } }
15123         [System.ComponentModel.BrowsableAttribute(false)]
15124         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15125         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
15126         [System.ComponentModel.BrowsableAttribute(false)]
15127         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15128         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
15129         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.BorderStyle)(0))]
15130         [System.Runtime.InteropServices.DispIdAttribute(-504)]
15131         public System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
15132         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
15133         [System.ComponentModel.LocalizableAttribute(true)]
15134         [System.ComponentModel.MergablePropertyAttribute(false)]
15135         public System.Windows.Forms.ToolBar.ToolBarButtonCollection Buttons { get { throw null; } }
15136         [System.ComponentModel.LocalizableAttribute(true)]
15137         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
15138         public System.Drawing.Size ButtonSize { get { throw null; } set { } }
15139         protected override System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
15140         protected override System.Windows.Forms.ImeMode DefaultImeMode { get { throw null; } }
15141         protected override System.Drawing.Size DefaultSize { get { throw null; } }
15142         [System.ComponentModel.DefaultValueAttribute(true)]
15143         public bool Divider { get { throw null; } set { } }
15144         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DockStyle)(1))]
15145         [System.ComponentModel.LocalizableAttribute(true)]
15146         public override System.Windows.Forms.DockStyle Dock { get { throw null; } set { } }
15147         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15148         protected override bool DoubleBuffered { get { throw null; } set { } }
15149         [System.ComponentModel.DefaultValueAttribute(false)]
15150         [System.ComponentModel.LocalizableAttribute(true)]
15151         public bool DropDownArrows { get { throw null; } set { } }
15152         [System.ComponentModel.BrowsableAttribute(false)]
15153         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15154         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
15155         [System.ComponentModel.DefaultValueAttribute(null)]
15156         public System.Windows.Forms.ImageList ImageList { get { throw null; } set { } }
15157         [System.ComponentModel.BrowsableAttribute(false)]
15158         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15159         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
15160         public System.Drawing.Size ImageSize { get { throw null; } }
15161         [System.ComponentModel.BrowsableAttribute(false)]
15162         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15163         public new System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } }
15164         [System.ComponentModel.BrowsableAttribute(false)]
15165         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15166         public override System.Windows.Forms.RightToLeft RightToLeft { get { throw null; } set { } }
15167         [System.ComponentModel.DefaultValueAttribute(false)]
15168         [System.ComponentModel.LocalizableAttribute(true)]
15169         public bool ShowToolTips { get { throw null; } set { } }
15170         [System.ComponentModel.DefaultValueAttribute(false)]
15171         public new bool TabStop { get { throw null; } set { } }
15172         [System.ComponentModel.BindableAttribute(false)]
15173         [System.ComponentModel.BrowsableAttribute(false)]
15174         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15175         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15176         public override string Text { get { throw null; } set { } }
15177         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ToolBarTextAlign)(0))]
15178         [System.ComponentModel.LocalizableAttribute(true)]
15179         public System.Windows.Forms.ToolBarTextAlign TextAlign { get { throw null; } set { } }
15180         [System.ComponentModel.DefaultValueAttribute(true)]
15181         [System.ComponentModel.LocalizableAttribute(true)]
15182         public bool Wrappable { get { throw null; } set { } }
15183         [System.ComponentModel.BrowsableAttribute(true)]
15184         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
15185         public new event System.EventHandler AutoSizeChanged { add { } remove { } }
15186         [System.ComponentModel.BrowsableAttribute(false)]
15187         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15188         public new event System.EventHandler BackColorChanged { add { } remove { } }
15189         [System.ComponentModel.BrowsableAttribute(false)]
15190         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15191         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
15192         [System.ComponentModel.BrowsableAttribute(false)]
15193         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15194         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
15195         public event System.Windows.Forms.ToolBarButtonClickEventHandler ButtonClick { add { } remove { } }
15196         public event System.Windows.Forms.ToolBarButtonClickEventHandler ButtonDropDown { add { } remove { } }
15197         [System.ComponentModel.BrowsableAttribute(false)]
15198         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15199         public new event System.EventHandler ForeColorChanged { add { } remove { } }
15200         [System.ComponentModel.BrowsableAttribute(false)]
15201         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15202         public new event System.EventHandler ImeModeChanged { add { } remove { } }
15203         [System.ComponentModel.BrowsableAttribute(false)]
15204         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15205         public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
15206         [System.ComponentModel.BrowsableAttribute(false)]
15207         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15208         public new event System.EventHandler RightToLeftChanged { add { } remove { } }
15209         [System.ComponentModel.BrowsableAttribute(false)]
15210         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15211         public new event System.EventHandler TextChanged { add { } remove { } }
CreateHandle()15212         protected override void CreateHandle() { }
Dispose(bool disposing)15213         protected override void Dispose(bool disposing) { }
OnButtonClick(System.Windows.Forms.ToolBarButtonClickEventArgs e)15214         protected virtual void OnButtonClick(System.Windows.Forms.ToolBarButtonClickEventArgs e) { }
OnButtonDropDown(System.Windows.Forms.ToolBarButtonClickEventArgs e)15215         protected virtual void OnButtonDropDown(System.Windows.Forms.ToolBarButtonClickEventArgs e) { }
OnFontChanged(System.EventArgs e)15216         protected override void OnFontChanged(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)15217         protected override void OnHandleCreated(System.EventArgs e) { }
OnResize(System.EventArgs e)15218         protected override void OnResize(System.EventArgs e) { }
ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified)15219         protected override void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { }
15220         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ScaleCore(float dx, float dy)15221         protected override void ScaleCore(float dx, float dy) { }
SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified)15222         protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
ToString()15223         public override string ToString() { throw null; }
15224         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
WndProc(ref System.Windows.Forms.Message m)15225         protected override void WndProc(ref System.Windows.Forms.Message m) { }
15226         public partial class ToolBarButtonCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
15227         {
ToolBarButtonCollection(System.Windows.Forms.ToolBar owner)15228             public ToolBarButtonCollection(System.Windows.Forms.ToolBar owner) { }
15229             [System.ComponentModel.BrowsableAttribute(false)]
15230             public int Count { get { throw null; } }
15231             public bool IsReadOnly { get { throw null; } }
15232             public virtual System.Windows.Forms.ToolBarButton this[int index] { get { throw null; } set { } }
15233             public virtual System.Windows.Forms.ToolBarButton this[string key] { get { throw null; } }
15234             bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
15235             object System.Collections.ICollection.SyncRoot { get { throw null; } }
15236             bool System.Collections.IList.IsFixedSize { get { throw null; } }
15237             object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(string text)15238             public int Add(string text) { throw null; }
Add(System.Windows.Forms.ToolBarButton button)15239             public int Add(System.Windows.Forms.ToolBarButton button) { throw null; }
AddRange(System.Windows.Forms.ToolBarButton[] buttons)15240             public void AddRange(System.Windows.Forms.ToolBarButton[] buttons) { }
Clear()15241             public void Clear() { }
Contains(System.Windows.Forms.ToolBarButton button)15242             public bool Contains(System.Windows.Forms.ToolBarButton button) { throw null; }
ContainsKey(string key)15243             public virtual bool ContainsKey(string key) { throw null; }
GetEnumerator()15244             public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.Windows.Forms.ToolBarButton button)15245             public int IndexOf(System.Windows.Forms.ToolBarButton button) { throw null; }
IndexOfKey(string key)15246             public virtual int IndexOfKey(string key) { throw null; }
Insert(int index, System.Windows.Forms.ToolBarButton button)15247             public void Insert(int index, System.Windows.Forms.ToolBarButton button) { }
Remove(System.Windows.Forms.ToolBarButton button)15248             public void Remove(System.Windows.Forms.ToolBarButton button) { }
RemoveAt(int index)15249             public void RemoveAt(int index) { }
RemoveByKey(string key)15250             public virtual void RemoveByKey(string key) { }
System.Collections.ICollection.CopyTo(System.Array dest, int index)15251             void System.Collections.ICollection.CopyTo(System.Array dest, int index) { }
System.Collections.IList.Add(object button)15252             int System.Collections.IList.Add(object button) { throw null; }
System.Collections.IList.Contains(object button)15253             bool System.Collections.IList.Contains(object button) { throw null; }
System.Collections.IList.IndexOf(object button)15254             int System.Collections.IList.IndexOf(object button) { throw null; }
System.Collections.IList.Insert(int index, object button)15255             void System.Collections.IList.Insert(int index, object button) { }
System.Collections.IList.Remove(object button)15256             void System.Collections.IList.Remove(object button) { }
15257         }
15258     }
15259     public enum ToolBarAppearance
15260     {
15261         Flat = 1,
15262         Normal = 0,
15263     }
15264     [System.ComponentModel.DefaultPropertyAttribute("Text")]
15265     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ToolBarButtonDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
15266     [System.ComponentModel.DesignTimeVisibleAttribute(false)]
15267     [System.ComponentModel.ToolboxItemAttribute(false)]
15268     public partial class ToolBarButton : System.ComponentModel.Component
15269     {
ToolBarButton()15270         public ToolBarButton() { }
ToolBarButton(string text)15271         public ToolBarButton(string text) { }
15272         [System.ComponentModel.DefaultValueAttribute(null)]
15273         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))]
15274         public System.Windows.Forms.Menu DropDownMenu { get { throw null; } set { } }
15275         [System.ComponentModel.DefaultValueAttribute(true)]
15276         [System.ComponentModel.LocalizableAttribute(true)]
15277         public bool Enabled { get { throw null; } set { } }
15278         [System.ComponentModel.DefaultValueAttribute(-1)]
15279         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
15280         [System.ComponentModel.LocalizableAttribute(true)]
15281         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
15282         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageIndexConverter))]
15283         public int ImageIndex { get { throw null; } set { } }
15284         [System.ComponentModel.DefaultValueAttribute("")]
15285         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
15286         [System.ComponentModel.LocalizableAttribute(true)]
15287         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
15288         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageKeyConverter))]
15289         public string ImageKey { get { throw null; } set { } }
15290         [System.ComponentModel.BrowsableAttribute(false)]
15291         public string Name { get { throw null; } set { } }
15292         [System.ComponentModel.BrowsableAttribute(false)]
15293         public System.Windows.Forms.ToolBar Parent { get { throw null; } }
15294         [System.ComponentModel.DefaultValueAttribute(false)]
15295         public bool PartialPush { get { throw null; } set { } }
15296         [System.ComponentModel.DefaultValueAttribute(false)]
15297         public bool Pushed { get { throw null; } set { } }
15298         public System.Drawing.Rectangle Rectangle { get { throw null; } }
15299         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ToolBarButtonStyle)(1))]
15300         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
15301         public System.Windows.Forms.ToolBarButtonStyle Style { get { throw null; } set { } }
15302         [System.ComponentModel.BindableAttribute(true)]
15303         [System.ComponentModel.DefaultValueAttribute(null)]
15304         [System.ComponentModel.LocalizableAttribute(false)]
15305         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
15306         public object Tag { get { throw null; } set { } }
15307         [System.ComponentModel.DefaultValueAttribute("")]
15308         [System.ComponentModel.LocalizableAttribute(true)]
15309         public string Text { get { throw null; } set { } }
15310         [System.ComponentModel.DefaultValueAttribute("")]
15311         [System.ComponentModel.LocalizableAttribute(true)]
15312         public string ToolTipText { get { throw null; } set { } }
15313         [System.ComponentModel.DefaultValueAttribute(true)]
15314         [System.ComponentModel.LocalizableAttribute(true)]
15315         public bool Visible { get { throw null; } set { } }
Dispose(bool disposing)15316         protected override void Dispose(bool disposing) { }
ToString()15317         public override string ToString() { throw null; }
15318     }
15319     public partial class ToolBarButtonClickEventArgs : System.EventArgs
15320     {
ToolBarButtonClickEventArgs(System.Windows.Forms.ToolBarButton button)15321         public ToolBarButtonClickEventArgs(System.Windows.Forms.ToolBarButton button) { }
15322         public System.Windows.Forms.ToolBarButton Button { get { throw null; } set { } }
15323     }
ToolBarButtonClickEventHandler(object sender, System.Windows.Forms.ToolBarButtonClickEventArgs e)15324     public delegate void ToolBarButtonClickEventHandler(object sender, System.Windows.Forms.ToolBarButtonClickEventArgs e);
15325     public enum ToolBarButtonStyle
15326     {
15327         DropDownButton = 4,
15328         PushButton = 1,
15329         Separator = 3,
15330         ToggleButton = 2,
15331     }
15332     public enum ToolBarTextAlign
15333     {
15334         Right = 1,
15335         Underneath = 0,
15336     }
15337     [System.ComponentModel.DefaultEventAttribute("ItemClicked")]
15338     [System.ComponentModel.DefaultPropertyAttribute("Items")]
15339     [System.ComponentModel.Design.Serialization.DesignerSerializerAttribute("System.Windows.Forms.Design.ToolStripCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
15340     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ToolStripDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
15341     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
15342     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
15343     public partial class ToolStrip : System.Windows.Forms.ScrollableControl, System.ComponentModel.IComponent, System.IDisposable
15344     {
ToolStrip()15345         public ToolStrip() { }
ToolStrip(params System.Windows.Forms.ToolStripItem[] items)15346         public ToolStrip(params System.Windows.Forms.ToolStripItem[] items) { }
15347         public override bool AllowDrop { get { throw null; } set { } }
15348         [System.ComponentModel.DefaultValueAttribute(false)]
15349         public bool AllowItemReorder { get { throw null; } set { } }
15350         [System.ComponentModel.DefaultValueAttribute(true)]
15351         public bool AllowMerge { get { throw null; } set { } }
15352         public override System.Windows.Forms.AnchorStyles Anchor { get { throw null; } set { } }
15353         [System.ComponentModel.BrowsableAttribute(false)]
15354         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15355         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15356         public override bool AutoScroll { get { throw null; } set { } }
15357         [System.ComponentModel.BrowsableAttribute(false)]
15358         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15359         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15360         public new System.Drawing.Size AutoScrollMargin { get { throw null; } set { } }
15361         [System.ComponentModel.BrowsableAttribute(false)]
15362         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15363         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15364         public new System.Drawing.Size AutoScrollMinSize { get { throw null; } set { } }
15365         [System.ComponentModel.BrowsableAttribute(false)]
15366         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15367         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15368         public new System.Drawing.Point AutoScrollPosition { get { throw null; } set { } }
15369         [System.ComponentModel.BrowsableAttribute(true)]
15370         [System.ComponentModel.DefaultValueAttribute(true)]
15371         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(1))]
15372         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
15373         public override bool AutoSize { get { throw null; } set { } }
15374         public new System.Drawing.Color BackColor { get { throw null; } set { } }
15375         public override System.Windows.Forms.BindingContext BindingContext { get { throw null; } set { } }
15376         [System.ComponentModel.DefaultValueAttribute(true)]
15377         public bool CanOverflow { get { throw null; } set { } }
15378         [System.ComponentModel.BrowsableAttribute(false)]
15379         [System.ComponentModel.DefaultValueAttribute(false)]
15380         public new bool CausesValidation { get { throw null; } set { } }
15381         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15382         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15383         public new System.Windows.Forms.Control.ControlCollection Controls { get { throw null; } }
15384         [System.ComponentModel.BrowsableAttribute(false)]
15385         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15386         public override System.Windows.Forms.Cursor Cursor { get { throw null; } set { } }
15387         protected virtual System.Windows.Forms.DockStyle DefaultDock { get { throw null; } }
15388         [System.ComponentModel.BrowsableAttribute(false)]
15389         public virtual System.Windows.Forms.ToolStripDropDownDirection DefaultDropDownDirection { get { throw null; } set { } }
15390         protected virtual System.Windows.Forms.Padding DefaultGripMargin { get { throw null; } }
15391         protected override System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
15392         protected override System.Windows.Forms.Padding DefaultPadding { get { throw null; } }
15393         protected virtual bool DefaultShowItemToolTips { get { throw null; } }
15394         protected override System.Drawing.Size DefaultSize { get { throw null; } }
15395         protected internal virtual System.Windows.Forms.ToolStripItemCollection DisplayedItems { get { throw null; } }
15396         public override System.Drawing.Rectangle DisplayRectangle { get { throw null; } }
15397         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DockStyle)(1))]
15398         public override System.Windows.Forms.DockStyle Dock { get { throw null; } set { } }
15399         public override System.Drawing.Font Font { get { throw null; } set { } }
15400         [System.ComponentModel.BrowsableAttribute(false)]
15401         public new System.Drawing.Color ForeColor { get { throw null; } set { } }
15402         [System.ComponentModel.BrowsableAttribute(false)]
15403         public System.Windows.Forms.ToolStripGripDisplayStyle GripDisplayStyle { get { throw null; } }
15404         public System.Windows.Forms.Padding GripMargin { get { throw null; } set { } }
15405         [System.ComponentModel.BrowsableAttribute(false)]
15406         public System.Drawing.Rectangle GripRectangle { get { throw null; } }
15407         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ToolStripGripStyle)(1))]
15408         public System.Windows.Forms.ToolStripGripStyle GripStyle { get { throw null; } set { } }
15409         [System.ComponentModel.BrowsableAttribute(false)]
15410         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15411         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15412         public new bool HasChildren { get { throw null; } }
15413         [System.ComponentModel.BrowsableAttribute(false)]
15414         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15415         public new System.Windows.Forms.HScrollProperties HorizontalScroll { get { throw null; } }
15416         [System.ComponentModel.BrowsableAttribute(false)]
15417         [System.ComponentModel.DefaultValueAttribute(null)]
15418         public System.Windows.Forms.ImageList ImageList { get { throw null; } set { } }
15419         [System.ComponentModel.DefaultValueAttribute(typeof(System.Drawing.Size), "16,16")]
15420         public System.Drawing.Size ImageScalingSize { get { throw null; } set { } }
15421         [System.ComponentModel.BrowsableAttribute(false)]
15422         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
15423         public bool IsCurrentlyDragging { get { throw null; } }
15424         [System.ComponentModel.BrowsableAttribute(false)]
15425         public bool IsDropDown { get { throw null; } }
15426         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
15427         [System.ComponentModel.MergablePropertyAttribute(false)]
15428         public virtual System.Windows.Forms.ToolStripItemCollection Items { get { throw null; } }
15429         public override System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get { throw null; } }
15430         [System.ComponentModel.BrowsableAttribute(false)]
15431         [System.ComponentModel.DefaultValueAttribute(null)]
15432         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15433         public System.Windows.Forms.LayoutSettings LayoutSettings { get { throw null; } set { } }
15434         [System.ComponentModel.AmbientValueAttribute((System.Windows.Forms.ToolStripLayoutStyle)(0))]
15435         public System.Windows.Forms.ToolStripLayoutStyle LayoutStyle { get { throw null; } set { } }
15436         protected internal virtual System.Drawing.Size MaxItemSize { get { throw null; } }
15437         [System.ComponentModel.BrowsableAttribute(false)]
15438         public System.Windows.Forms.Orientation Orientation { get { throw null; } }
15439         [System.ComponentModel.BrowsableAttribute(false)]
15440         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
15441         public System.Windows.Forms.ToolStripOverflowButton OverflowButton { get { throw null; } }
15442         [System.ComponentModel.BrowsableAttribute(false)]
15443         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15444         public System.Windows.Forms.ToolStripRenderer Renderer { get { throw null; } set { } }
15445         public System.Windows.Forms.ToolStripRenderMode RenderMode { get { throw null; } set { } }
15446         [System.ComponentModel.DefaultValueAttribute(true)]
15447         public bool ShowItemToolTips { get { throw null; } set { } }
15448         [System.ComponentModel.DefaultValueAttribute(false)]
15449         public bool Stretch { get { throw null; } set { } }
15450         [System.ComponentModel.DefaultValueAttribute(false)]
15451         [System.Runtime.InteropServices.DispIdAttribute(-516)]
15452         public new bool TabStop { get { throw null; } set { } }
15453         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ToolStripTextDirection)(1))]
15454         public virtual System.Windows.Forms.ToolStripTextDirection TextDirection { get { throw null; } set { } }
15455         [System.ComponentModel.BrowsableAttribute(false)]
15456         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15457         public new System.Windows.Forms.VScrollProperties VerticalScroll { get { throw null; } }
15458         [System.ComponentModel.BrowsableAttribute(true)]
15459         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
15460         public new event System.EventHandler AutoSizeChanged { add { } remove { } }
15461         public event System.EventHandler BeginDrag { add { } remove { } }
15462         [System.ComponentModel.BrowsableAttribute(false)]
15463         public new event System.EventHandler CausesValidationChanged { add { } remove { } }
15464         [System.ComponentModel.BrowsableAttribute(false)]
15465         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15466         public new event System.Windows.Forms.ControlEventHandler ControlAdded { add { } remove { } }
15467         [System.ComponentModel.BrowsableAttribute(false)]
15468         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15469         public new event System.Windows.Forms.ControlEventHandler ControlRemoved { add { } remove { } }
15470         [System.ComponentModel.BrowsableAttribute(false)]
15471         public new event System.EventHandler CursorChanged { add { } remove { } }
15472         public event System.EventHandler EndDrag { add { } remove { } }
15473         [System.ComponentModel.BrowsableAttribute(false)]
15474         public new event System.EventHandler ForeColorChanged { add { } remove { } }
15475         public event System.Windows.Forms.ToolStripItemEventHandler ItemAdded { add { } remove { } }
15476         public event System.Windows.Forms.ToolStripItemClickedEventHandler ItemClicked { add { } remove { } }
15477         public event System.Windows.Forms.ToolStripItemEventHandler ItemRemoved { add { } remove { } }
15478         public event System.EventHandler LayoutCompleted { add { } remove { } }
15479         public event System.EventHandler LayoutStyleChanged { add { } remove { } }
15480         public event System.Windows.Forms.PaintEventHandler PaintGrip { add { } remove { } }
15481         public event System.EventHandler RendererChanged { add { } remove { } }
CreateAccessibilityInstance()15482         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
CreateControlsInstance()15483         protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw null; }
CreateDefaultItem(string text, System.Drawing.Image image, System.EventHandler onClick)15484         protected internal virtual System.Windows.Forms.ToolStripItem CreateDefaultItem(string text, System.Drawing.Image image, System.EventHandler onClick) { throw null; }
CreateLayoutSettings(System.Windows.Forms.ToolStripLayoutStyle layoutStyle)15485         protected virtual System.Windows.Forms.LayoutSettings CreateLayoutSettings(System.Windows.Forms.ToolStripLayoutStyle layoutStyle) { throw null; }
Dispose(bool disposing)15486         protected override void Dispose(bool disposing) { }
15487         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
GetChildAtPoint(System.Drawing.Point point)15488         public new System.Windows.Forms.Control GetChildAtPoint(System.Drawing.Point point) { throw null; }
15489         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
GetChildAtPoint(System.Drawing.Point pt, System.Windows.Forms.GetChildAtPointSkip skipValue)15490         public new System.Windows.Forms.Control GetChildAtPoint(System.Drawing.Point pt, System.Windows.Forms.GetChildAtPointSkip skipValue) { throw null; }
GetItemAt(System.Drawing.Point point)15491         public System.Windows.Forms.ToolStripItem GetItemAt(System.Drawing.Point point) { throw null; }
GetItemAt(int x, int y)15492         public System.Windows.Forms.ToolStripItem GetItemAt(int x, int y) { throw null; }
GetNextItem(System.Windows.Forms.ToolStripItem start, System.Windows.Forms.ArrowDirection direction)15493         public virtual System.Windows.Forms.ToolStripItem GetNextItem(System.Windows.Forms.ToolStripItem start, System.Windows.Forms.ArrowDirection direction) { throw null; }
IsInputChar(char charCode)15494         protected override bool IsInputChar(char charCode) { throw null; }
IsInputKey(System.Windows.Forms.Keys keyData)15495         protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
OnBeginDrag(System.EventArgs e)15496         protected virtual void OnBeginDrag(System.EventArgs e) { }
OnDockChanged(System.EventArgs e)15497         protected override void OnDockChanged(System.EventArgs e) { }
OnEnabledChanged(System.EventArgs e)15498         protected override void OnEnabledChanged(System.EventArgs e) { }
OnEndDrag(System.EventArgs e)15499         protected virtual void OnEndDrag(System.EventArgs e) { }
OnFontChanged(System.EventArgs e)15500         protected override void OnFontChanged(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)15501         protected override void OnHandleCreated(System.EventArgs e) { }
OnHandleDestroyed(System.EventArgs e)15502         protected override void OnHandleDestroyed(System.EventArgs e) { }
OnInvalidated(System.Windows.Forms.InvalidateEventArgs e)15503         protected override void OnInvalidated(System.Windows.Forms.InvalidateEventArgs e) { }
OnItemAdded(System.Windows.Forms.ToolStripItemEventArgs e)15504         protected internal virtual void OnItemAdded(System.Windows.Forms.ToolStripItemEventArgs e) { }
OnItemClicked(System.Windows.Forms.ToolStripItemClickedEventArgs e)15505         protected virtual void OnItemClicked(System.Windows.Forms.ToolStripItemClickedEventArgs e) { }
OnItemRemoved(System.Windows.Forms.ToolStripItemEventArgs e)15506         protected internal virtual void OnItemRemoved(System.Windows.Forms.ToolStripItemEventArgs e) { }
OnLayout(System.Windows.Forms.LayoutEventArgs e)15507         protected override void OnLayout(System.Windows.Forms.LayoutEventArgs e) { }
OnLayoutCompleted(System.EventArgs e)15508         protected virtual void OnLayoutCompleted(System.EventArgs e) { }
OnLayoutStyleChanged(System.EventArgs e)15509         protected virtual void OnLayoutStyleChanged(System.EventArgs e) { }
OnLeave(System.EventArgs e)15510         protected override void OnLeave(System.EventArgs e) { }
OnLostFocus(System.EventArgs e)15511         protected override void OnLostFocus(System.EventArgs e) { }
OnMouseCaptureChanged(System.EventArgs e)15512         protected override void OnMouseCaptureChanged(System.EventArgs e) { }
OnMouseDown(System.Windows.Forms.MouseEventArgs mea)15513         protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs mea) { }
OnMouseLeave(System.EventArgs e)15514         protected override void OnMouseLeave(System.EventArgs e) { }
OnMouseMove(System.Windows.Forms.MouseEventArgs mea)15515         protected override void OnMouseMove(System.Windows.Forms.MouseEventArgs mea) { }
OnMouseUp(System.Windows.Forms.MouseEventArgs mea)15516         protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs mea) { }
OnPaint(System.Windows.Forms.PaintEventArgs e)15517         protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
15518         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnPaintBackground(System.Windows.Forms.PaintEventArgs e)15519         protected override void OnPaintBackground(System.Windows.Forms.PaintEventArgs e) { }
OnPaintGrip(System.Windows.Forms.PaintEventArgs e)15520         protected internal virtual void OnPaintGrip(System.Windows.Forms.PaintEventArgs e) { }
OnRendererChanged(System.EventArgs e)15521         protected virtual void OnRendererChanged(System.EventArgs e) { }
15522         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnRightToLeftChanged(System.EventArgs e)15523         protected override void OnRightToLeftChanged(System.EventArgs e) { }
OnScroll(System.Windows.Forms.ScrollEventArgs se)15524         protected override void OnScroll(System.Windows.Forms.ScrollEventArgs se) { }
OnTabStopChanged(System.EventArgs e)15525         protected override void OnTabStopChanged(System.EventArgs e) { }
OnVisibleChanged(System.EventArgs e)15526         protected override void OnVisibleChanged(System.EventArgs e) { }
15527         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.Forms.Keys keyData)15528         protected override bool ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.Forms.Keys keyData) { throw null; }
15529         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessDialogKey(System.Windows.Forms.Keys keyData)15530         protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
15531         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessMnemonic(char charCode)15532         protected internal override bool ProcessMnemonic(char charCode) { throw null; }
15533         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetMinimumSize()15534         public void ResetMinimumSize() { }
15535         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
RestoreFocus()15536         protected virtual void RestoreFocus() { }
Select(bool directed, bool forward)15537         protected override void Select(bool directed, bool forward) { }
15538         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
SetAutoScrollMargin(int x, int y)15539         public new void SetAutoScrollMargin(int x, int y) { }
SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified)15540         protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
SetDisplayedItems()15541         protected virtual void SetDisplayedItems() { }
SetItemLocation(System.Windows.Forms.ToolStripItem item, System.Drawing.Point location)15542         protected internal void SetItemLocation(System.Windows.Forms.ToolStripItem item, System.Drawing.Point location) { }
SetItemParent(System.Windows.Forms.ToolStripItem item, System.Windows.Forms.ToolStrip parent)15543         protected static void SetItemParent(System.Windows.Forms.ToolStripItem item, System.Windows.Forms.ToolStrip parent) { }
SetVisibleCore(bool visible)15544         protected override void SetVisibleCore(bool visible) { }
ToString()15545         public override string ToString() { throw null; }
15546         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
WndProc(ref System.Windows.Forms.Message m)15547         protected override void WndProc(ref System.Windows.Forms.Message m) { }
15548         [System.Runtime.InteropServices.ComVisibleAttribute(true)]
15549         public partial class ToolStripAccessibleObject : System.Windows.Forms.Control.ControlAccessibleObject
15550         {
ToolStripAccessibleObject(System.Windows.Forms.ToolStrip owner)15551             public ToolStripAccessibleObject(System.Windows.Forms.ToolStrip owner) : base (default(System.Windows.Forms.Control)) { }
15552             public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
GetChild(int index)15553             public override System.Windows.Forms.AccessibleObject GetChild(int index) { throw null; }
GetChildCount()15554             public override int GetChildCount() { throw null; }
HitTest(int x, int y)15555             public override System.Windows.Forms.AccessibleObject HitTest(int x, int y) { throw null; }
15556         }
15557     }
15558     public partial class ToolStripArrowRenderEventArgs : System.EventArgs
15559     {
ToolStripArrowRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripItem toolStripItem, System.Drawing.Rectangle arrowRectangle, System.Drawing.Color arrowColor, System.Windows.Forms.ArrowDirection arrowDirection)15560         public ToolStripArrowRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripItem toolStripItem, System.Drawing.Rectangle arrowRectangle, System.Drawing.Color arrowColor, System.Windows.Forms.ArrowDirection arrowDirection) { }
15561         public System.Drawing.Color ArrowColor { get { throw null; } set { } }
15562         public System.Drawing.Rectangle ArrowRectangle { get { throw null; } set { } }
15563         public System.Windows.Forms.ArrowDirection Direction { get { throw null; } set { } }
15564         public System.Drawing.Graphics Graphics { get { throw null; } }
15565         public System.Windows.Forms.ToolStripItem Item { get { throw null; } }
15566     }
ToolStripArrowRenderEventHandler(object sender, System.Windows.Forms.ToolStripArrowRenderEventArgs e)15567     public delegate void ToolStripArrowRenderEventHandler(object sender, System.Windows.Forms.ToolStripArrowRenderEventArgs e);
15568     [System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute((System.Windows.Forms.Design.ToolStripItemDesignerAvailability)(1))]
15569     public partial class ToolStripButton : System.Windows.Forms.ToolStripItem
15570     {
ToolStripButton()15571         public ToolStripButton() { }
ToolStripButton(System.Drawing.Image image)15572         public ToolStripButton(System.Drawing.Image image) { }
ToolStripButton(string text)15573         public ToolStripButton(string text) { }
ToolStripButton(string text, System.Drawing.Image image)15574         public ToolStripButton(string text, System.Drawing.Image image) { }
ToolStripButton(string text, System.Drawing.Image image, System.EventHandler onClick)15575         public ToolStripButton(string text, System.Drawing.Image image, System.EventHandler onClick) { }
ToolStripButton(string text, System.Drawing.Image image, System.EventHandler onClick, string name)15576         public ToolStripButton(string text, System.Drawing.Image image, System.EventHandler onClick, string name) { }
15577         [System.ComponentModel.DefaultValueAttribute(true)]
15578         public new bool AutoToolTip { get { throw null; } set { } }
15579         public override bool CanSelect { get { throw null; } }
15580         [System.ComponentModel.DefaultValueAttribute(false)]
15581         public bool Checked { get { throw null; } set { } }
15582         [System.ComponentModel.DefaultValueAttribute(false)]
15583         public bool CheckOnClick { get { throw null; } set { } }
15584         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.CheckState)(0))]
15585         public System.Windows.Forms.CheckState CheckState { get { throw null; } set { } }
15586         protected override bool DefaultAutoToolTip { get { throw null; } }
15587         public event System.EventHandler CheckedChanged { add { } remove { } }
15588         public event System.EventHandler CheckStateChanged { add { } remove { } }
15589         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
CreateAccessibilityInstance()15590         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
GetPreferredSize(System.Drawing.Size constrainingSize)15591         public override System.Drawing.Size GetPreferredSize(System.Drawing.Size constrainingSize) { throw null; }
OnCheckedChanged(System.EventArgs e)15592         protected virtual void OnCheckedChanged(System.EventArgs e) { }
OnCheckStateChanged(System.EventArgs e)15593         protected virtual void OnCheckStateChanged(System.EventArgs e) { }
OnClick(System.EventArgs e)15594         protected override void OnClick(System.EventArgs e) { }
OnPaint(System.Windows.Forms.PaintEventArgs e)15595         protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
15596     }
15597     [System.ComponentModel.DefaultPropertyAttribute("Items")]
15598     [System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute((System.Windows.Forms.Design.ToolStripItemDesignerAvailability)(7))]
15599     public partial class ToolStripComboBox : System.Windows.Forms.ToolStripControlHost
15600     {
ToolStripComboBox()15601         public ToolStripComboBox() : base (default(System.Windows.Forms.Control)) { }
ToolStripComboBox(string name)15602         public ToolStripComboBox(string name) : base (default(System.Windows.Forms.Control)) { }
15603         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ToolStripComboBox(System.Windows.Forms.Control c)15604         public ToolStripComboBox(System.Windows.Forms.Control c) : base (default(System.Windows.Forms.Control)) { }
15605         [System.ComponentModel.BrowsableAttribute(true)]
15606         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
15607         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListControlStringCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
15608         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
15609         [System.ComponentModel.LocalizableAttribute(true)]
15610         public System.Windows.Forms.AutoCompleteStringCollection AutoCompleteCustomSource { get { throw null; } set { } }
15611         [System.ComponentModel.BrowsableAttribute(true)]
15612         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.AutoCompleteMode)(0))]
15613         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
15614         public System.Windows.Forms.AutoCompleteMode AutoCompleteMode { get { throw null; } set { } }
15615         [System.ComponentModel.BrowsableAttribute(true)]
15616         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.AutoCompleteSource)(128))]
15617         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
15618         public System.Windows.Forms.AutoCompleteSource AutoCompleteSource { get { throw null; } set { } }
15619         [System.ComponentModel.BrowsableAttribute(false)]
15620         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15621         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15622         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
15623         [System.ComponentModel.BrowsableAttribute(false)]
15624         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15625         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15626         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
15627         [System.ComponentModel.BrowsableAttribute(false)]
15628         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15629         public System.Windows.Forms.ComboBox ComboBox { get { throw null; } }
15630         protected internal override System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
15631         protected override System.Drawing.Size DefaultSize { get { throw null; } }
15632         [System.ComponentModel.BrowsableAttribute(true)]
15633         [System.ComponentModel.DefaultValueAttribute(106)]
15634         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
15635         public int DropDownHeight { get { throw null; } set { } }
15636         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ComboBoxStyle)(1))]
15637         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
15638         public System.Windows.Forms.ComboBoxStyle DropDownStyle { get { throw null; } set { } }
15639         public int DropDownWidth { get { throw null; } set { } }
15640         [System.ComponentModel.BrowsableAttribute(false)]
15641         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15642         public bool DroppedDown { get { throw null; } set { } }
15643         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.FlatStyle)(1))]
15644         [System.ComponentModel.LocalizableAttribute(true)]
15645         public System.Windows.Forms.FlatStyle FlatStyle { get { throw null; } set { } }
15646         [System.ComponentModel.DefaultValueAttribute(true)]
15647         [System.ComponentModel.LocalizableAttribute(true)]
15648         public bool IntegralHeight { get { throw null; } set { } }
15649         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
15650         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListControlStringCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
15651         [System.ComponentModel.LocalizableAttribute(true)]
15652         public System.Windows.Forms.ComboBox.ObjectCollection Items { get { throw null; } }
15653         [System.ComponentModel.DefaultValueAttribute(8)]
15654         [System.ComponentModel.LocalizableAttribute(true)]
15655         public int MaxDropDownItems { get { throw null; } set { } }
15656         [System.ComponentModel.DefaultValueAttribute(0)]
15657         [System.ComponentModel.LocalizableAttribute(true)]
15658         public int MaxLength { get { throw null; } set { } }
15659         [System.ComponentModel.BrowsableAttribute(false)]
15660         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15661         public int SelectedIndex { get { throw null; } set { } }
15662         [System.ComponentModel.BindableAttribute(true)]
15663         [System.ComponentModel.BrowsableAttribute(false)]
15664         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15665         public object SelectedItem { get { throw null; } set { } }
15666         [System.ComponentModel.BrowsableAttribute(false)]
15667         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15668         public string SelectedText { get { throw null; } set { } }
15669         [System.ComponentModel.BrowsableAttribute(false)]
15670         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15671         public int SelectionLength { get { throw null; } set { } }
15672         [System.ComponentModel.BrowsableAttribute(false)]
15673         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15674         public int SelectionStart { get { throw null; } set { } }
15675         [System.ComponentModel.DefaultValueAttribute(false)]
15676         public bool Sorted { get { throw null; } set { } }
15677         [System.ComponentModel.BrowsableAttribute(false)]
15678         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15679         public new event System.EventHandler DoubleClick { add { } remove { } }
15680         public event System.EventHandler DropDown { add { } remove { } }
15681         public event System.EventHandler DropDownClosed { add { } remove { } }
15682         public event System.EventHandler DropDownStyleChanged { add { } remove { } }
15683         public event System.EventHandler SelectedIndexChanged { add { } remove { } }
15684         public event System.EventHandler TextUpdate { add { } remove { } }
BeginUpdate()15685         public void BeginUpdate() { }
EndUpdate()15686         public void EndUpdate() { }
FindString(string s)15687         public int FindString(string s) { throw null; }
FindString(string s, int startIndex)15688         public int FindString(string s, int startIndex) { throw null; }
FindStringExact(string s)15689         public int FindStringExact(string s) { throw null; }
FindStringExact(string s, int startIndex)15690         public int FindStringExact(string s, int startIndex) { throw null; }
GetItemHeight(int index)15691         public int GetItemHeight(int index) { throw null; }
GetPreferredSize(System.Drawing.Size constrainingSize)15692         public override System.Drawing.Size GetPreferredSize(System.Drawing.Size constrainingSize) { throw null; }
OnDropDown(System.EventArgs e)15693         protected virtual void OnDropDown(System.EventArgs e) { }
OnDropDownClosed(System.EventArgs e)15694         protected virtual void OnDropDownClosed(System.EventArgs e) { }
OnDropDownStyleChanged(System.EventArgs e)15695         protected virtual void OnDropDownStyleChanged(System.EventArgs e) { }
OnSelectedIndexChanged(System.EventArgs e)15696         protected virtual void OnSelectedIndexChanged(System.EventArgs e) { }
OnSelectionChangeCommitted(System.EventArgs e)15697         protected virtual void OnSelectionChangeCommitted(System.EventArgs e) { }
OnSubscribeControlEvents(System.Windows.Forms.Control control)15698         protected override void OnSubscribeControlEvents(System.Windows.Forms.Control control) { }
OnTextUpdate(System.EventArgs e)15699         protected virtual void OnTextUpdate(System.EventArgs e) { }
OnUnsubscribeControlEvents(System.Windows.Forms.Control control)15700         protected override void OnUnsubscribeControlEvents(System.Windows.Forms.Control control) { }
Select(int start, int length)15701         public void Select(int start, int length) { }
SelectAll()15702         public void SelectAll() { }
ToString()15703         public override string ToString() { throw null; }
15704     }
15705     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ToolStripContainerDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
15706     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
15707     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
15708     public partial class ToolStripContainer : System.Windows.Forms.ContainerControl
15709     {
ToolStripContainer()15710         public ToolStripContainer() { }
15711         [System.ComponentModel.BrowsableAttribute(false)]
15712         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15713         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15714         public override bool AutoScroll { get { throw null; } set { } }
15715         [System.ComponentModel.BrowsableAttribute(false)]
15716         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15717         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15718         public new System.Drawing.Size AutoScrollMargin { get { throw null; } set { } }
15719         [System.ComponentModel.BrowsableAttribute(false)]
15720         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15721         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15722         public new System.Drawing.Size AutoScrollMinSize { get { throw null; } set { } }
15723         [System.ComponentModel.BrowsableAttribute(false)]
15724         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15725         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15726         public new System.Drawing.Color BackColor { get { throw null; } set { } }
15727         [System.ComponentModel.BrowsableAttribute(false)]
15728         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15729         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15730         public new System.Drawing.Image BackgroundImage { get { throw null; } set { } }
15731         [System.ComponentModel.BrowsableAttribute(false)]
15732         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15733         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15734         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
15735         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
15736         [System.ComponentModel.LocalizableAttribute(false)]
15737         public System.Windows.Forms.ToolStripPanel BottomToolStripPanel { get { throw null; } }
15738         [System.ComponentModel.DefaultValueAttribute(true)]
15739         public bool BottomToolStripPanelVisible { get { throw null; } set { } }
15740         [System.ComponentModel.BrowsableAttribute(false)]
15741         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15742         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15743         public new bool CausesValidation { get { throw null; } set { } }
15744         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
15745         [System.ComponentModel.LocalizableAttribute(false)]
15746         public System.Windows.Forms.ToolStripContentPanel ContentPanel { get { throw null; } }
15747         [System.ComponentModel.BrowsableAttribute(false)]
15748         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15749         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15750         public new System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get { throw null; } set { } }
15751         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15752         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15753         public new System.Windows.Forms.Control.ControlCollection Controls { get { throw null; } }
15754         [System.ComponentModel.BrowsableAttribute(false)]
15755         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15756         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15757         public override System.Windows.Forms.Cursor Cursor { get { throw null; } set { } }
15758         protected override System.Drawing.Size DefaultSize { get { throw null; } }
15759         [System.ComponentModel.BrowsableAttribute(false)]
15760         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15761         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15762         public new System.Drawing.Color ForeColor { get { throw null; } set { } }
15763         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
15764         [System.ComponentModel.LocalizableAttribute(false)]
15765         public System.Windows.Forms.ToolStripPanel LeftToolStripPanel { get { throw null; } }
15766         [System.ComponentModel.DefaultValueAttribute(true)]
15767         public bool LeftToolStripPanelVisible { get { throw null; } set { } }
15768         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
15769         [System.ComponentModel.LocalizableAttribute(false)]
15770         public System.Windows.Forms.ToolStripPanel RightToolStripPanel { get { throw null; } }
15771         [System.ComponentModel.DefaultValueAttribute(true)]
15772         public bool RightToolStripPanelVisible { get { throw null; } set { } }
15773         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
15774         [System.ComponentModel.LocalizableAttribute(false)]
15775         public System.Windows.Forms.ToolStripPanel TopToolStripPanel { get { throw null; } }
15776         [System.ComponentModel.DefaultValueAttribute(true)]
15777         public bool TopToolStripPanelVisible { get { throw null; } set { } }
15778         [System.ComponentModel.BrowsableAttribute(false)]
15779         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15780         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15781         public new event System.EventHandler BackColorChanged { add { } remove { } }
15782         [System.ComponentModel.BrowsableAttribute(false)]
15783         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15784         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15785         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
15786         [System.ComponentModel.BrowsableAttribute(false)]
15787         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15788         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15789         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
15790         [System.ComponentModel.BrowsableAttribute(false)]
15791         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15792         public new event System.EventHandler CausesValidationChanged { add { } remove { } }
15793         [System.ComponentModel.BrowsableAttribute(false)]
15794         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15795         public new event System.EventHandler ContextMenuStripChanged { add { } remove { } }
15796         [System.ComponentModel.BrowsableAttribute(false)]
15797         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15798         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15799         public new event System.EventHandler CursorChanged { add { } remove { } }
15800         [System.ComponentModel.BrowsableAttribute(false)]
15801         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15802         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15803         public new event System.EventHandler ForeColorChanged { add { } remove { } }
15804         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
CreateControlsInstance()15805         protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw null; }
OnRightToLeftChanged(System.EventArgs e)15806         protected override void OnRightToLeftChanged(System.EventArgs e) { }
OnSizeChanged(System.EventArgs e)15807         protected override void OnSizeChanged(System.EventArgs e) { }
15808     }
15809     [System.ComponentModel.DefaultEventAttribute("Load")]
15810     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ToolStripContentPanelDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
15811     [System.ComponentModel.InitializationEventAttribute("Load")]
15812     [System.ComponentModel.ToolboxItemAttribute(false)]
15813     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
15814     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
15815     [System.Windows.Forms.DockingAttribute((System.Windows.Forms.DockingBehavior)(0))]
15816     public partial class ToolStripContentPanel : System.Windows.Forms.Panel
15817     {
ToolStripContentPanel()15818         public ToolStripContentPanel() { }
15819         [System.ComponentModel.BrowsableAttribute(false)]
15820         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15821         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15822         public override System.Windows.Forms.AnchorStyles Anchor { get { throw null; } set { } }
15823         [System.ComponentModel.BrowsableAttribute(false)]
15824         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15825         public override bool AutoScroll { get { throw null; } set { } }
15826         [System.ComponentModel.BrowsableAttribute(false)]
15827         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15828         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15829         public new System.Drawing.Size AutoScrollMargin { get { throw null; } set { } }
15830         [System.ComponentModel.BrowsableAttribute(false)]
15831         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15832         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15833         public new System.Drawing.Size AutoScrollMinSize { get { throw null; } set { } }
15834         [System.ComponentModel.BrowsableAttribute(false)]
15835         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15836         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15837         public override bool AutoSize { get { throw null; } set { } }
15838         [System.ComponentModel.BrowsableAttribute(false)]
15839         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15840         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15841         [System.ComponentModel.LocalizableAttribute(false)]
15842         public override System.Windows.Forms.AutoSizeMode AutoSizeMode { get { throw null; } set { } }
15843         public override System.Drawing.Color BackColor { get { throw null; } set { } }
15844         [System.ComponentModel.BrowsableAttribute(false)]
15845         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15846         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15847         public new bool CausesValidation { get { throw null; } set { } }
15848         [System.ComponentModel.BrowsableAttribute(false)]
15849         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15850         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15851         public override System.Windows.Forms.DockStyle Dock { get { throw null; } set { } }
15852         [System.ComponentModel.BrowsableAttribute(false)]
15853         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15854         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15855         public new System.Drawing.Point Location { get { throw null; } set { } }
15856         [System.ComponentModel.BrowsableAttribute(false)]
15857         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15858         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15859         public override System.Drawing.Size MaximumSize { get { throw null; } set { } }
15860         [System.ComponentModel.BrowsableAttribute(false)]
15861         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15862         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15863         public override System.Drawing.Size MinimumSize { get { throw null; } set { } }
15864         [System.ComponentModel.BrowsableAttribute(false)]
15865         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15866         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15867         public new string Name { get { throw null; } set { } }
15868         [System.ComponentModel.BrowsableAttribute(false)]
15869         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15870         public System.Windows.Forms.ToolStripRenderer Renderer { get { throw null; } set { } }
15871         public System.Windows.Forms.ToolStripRenderMode RenderMode { get { throw null; } set { } }
15872         [System.ComponentModel.BrowsableAttribute(false)]
15873         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15874         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15875         public new int TabIndex { get { throw null; } set { } }
15876         [System.ComponentModel.BrowsableAttribute(false)]
15877         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15878         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15879         public new bool TabStop { get { throw null; } set { } }
15880         [System.ComponentModel.BrowsableAttribute(false)]
15881         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15882         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15883         public new event System.EventHandler AutoSizeChanged { add { } remove { } }
15884         [System.ComponentModel.BrowsableAttribute(false)]
15885         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15886         public new event System.EventHandler CausesValidationChanged { add { } remove { } }
15887         [System.ComponentModel.BrowsableAttribute(false)]
15888         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15889         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15890         public new event System.EventHandler DockChanged { add { } remove { } }
15891         public event System.EventHandler Load { add { } remove { } }
15892         [System.ComponentModel.BrowsableAttribute(false)]
15893         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15894         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15895         public new event System.EventHandler LocationChanged { add { } remove { } }
15896         public event System.EventHandler RendererChanged { add { } remove { } }
15897         [System.ComponentModel.BrowsableAttribute(false)]
15898         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15899         public new event System.EventHandler TabIndexChanged { add { } remove { } }
15900         [System.ComponentModel.BrowsableAttribute(false)]
15901         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15902         public new event System.EventHandler TabStopChanged { add { } remove { } }
OnHandleCreated(System.EventArgs e)15903         protected override void OnHandleCreated(System.EventArgs e) { }
15904         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnLoad(System.EventArgs e)15905         protected virtual void OnLoad(System.EventArgs e) { }
15906         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnPaintBackground(System.Windows.Forms.PaintEventArgs e)15907         protected override void OnPaintBackground(System.Windows.Forms.PaintEventArgs e) { }
OnRendererChanged(System.EventArgs e)15908         protected virtual void OnRendererChanged(System.EventArgs e) { }
15909     }
15910     public partial class ToolStripContentPanelRenderEventArgs : System.EventArgs
15911     {
ToolStripContentPanelRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripContentPanel contentPanel)15912         public ToolStripContentPanelRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripContentPanel contentPanel) { }
15913         public System.Drawing.Graphics Graphics { get { throw null; } }
15914         public bool Handled { get { throw null; } set { } }
15915         public System.Windows.Forms.ToolStripContentPanel ToolStripContentPanel { get { throw null; } }
15916     }
ToolStripContentPanelRenderEventHandler(object sender, System.Windows.Forms.ToolStripContentPanelRenderEventArgs e)15917     public delegate void ToolStripContentPanelRenderEventHandler(object sender, System.Windows.Forms.ToolStripContentPanelRenderEventArgs e);
15918     public partial class ToolStripControlHost : System.Windows.Forms.ToolStripItem
15919     {
ToolStripControlHost(System.Windows.Forms.Control c)15920         public ToolStripControlHost(System.Windows.Forms.Control c) { }
ToolStripControlHost(System.Windows.Forms.Control c, string name)15921         public ToolStripControlHost(System.Windows.Forms.Control c, string name) { }
15922         public override System.Drawing.Color BackColor { get { throw null; } set { } }
15923         [System.ComponentModel.DefaultValueAttribute(null)]
15924         [System.ComponentModel.LocalizableAttribute(true)]
15925         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
15926         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ImageLayout)(1))]
15927         [System.ComponentModel.LocalizableAttribute(true)]
15928         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
15929         public override bool CanSelect { get { throw null; } }
15930         [System.ComponentModel.DefaultValueAttribute(true)]
15931         public bool CausesValidation { get { throw null; } set { } }
15932         [System.ComponentModel.BrowsableAttribute(false)]
15933         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15934         public System.Windows.Forms.Control Control { get { throw null; } }
15935         [System.ComponentModel.BrowsableAttribute(false)]
15936         [System.ComponentModel.DefaultValueAttribute((System.Drawing.ContentAlignment)(32))]
15937         public System.Drawing.ContentAlignment ControlAlign { get { throw null; } set { } }
15938         protected override System.Drawing.Size DefaultSize { get { throw null; } }
15939         [System.ComponentModel.BrowsableAttribute(false)]
15940         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15941         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15942         public new System.Windows.Forms.ToolStripItemDisplayStyle DisplayStyle { get { throw null; } set { } }
15943         [System.ComponentModel.BrowsableAttribute(false)]
15944         [System.ComponentModel.DefaultValueAttribute(false)]
15945         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15946         public new bool DoubleClickEnabled { get { throw null; } set { } }
15947         public override bool Enabled { get { throw null; } set { } }
15948         [System.ComponentModel.BrowsableAttribute(false)]
15949         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
15950         public virtual bool Focused { get { throw null; } }
15951         public override System.Drawing.Font Font { get { throw null; } set { } }
15952         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
15953         [System.ComponentModel.BrowsableAttribute(false)]
15954         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15955         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15956         public override System.Drawing.Image Image { get { throw null; } set { } }
15957         [System.ComponentModel.BrowsableAttribute(false)]
15958         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15959         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15960         public new System.Drawing.ContentAlignment ImageAlign { get { throw null; } set { } }
15961         [System.ComponentModel.BrowsableAttribute(false)]
15962         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15963         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15964         public new System.Windows.Forms.ToolStripItemImageScaling ImageScaling { get { throw null; } set { } }
15965         [System.ComponentModel.BrowsableAttribute(false)]
15966         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15967         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15968         public new System.Drawing.Color ImageTransparentColor { get { throw null; } set { } }
15969         public override System.Windows.Forms.RightToLeft RightToLeft { get { throw null; } set { } }
15970         [System.ComponentModel.BrowsableAttribute(false)]
15971         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
15972         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15973         public new bool RightToLeftAutoMirrorImage { get { throw null; } set { } }
15974         public override bool Selected { get { throw null; } }
15975         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
15976         public override System.ComponentModel.ISite Site { get { throw null; } set { } }
15977         public override System.Drawing.Size Size { get { throw null; } set { } }
15978         [System.ComponentModel.DefaultValueAttribute("")]
15979         public override string Text { get { throw null; } set { } }
15980         [System.ComponentModel.BrowsableAttribute(false)]
15981         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15982         public new System.Drawing.ContentAlignment TextAlign { get { throw null; } set { } }
15983         [System.ComponentModel.BrowsableAttribute(false)]
15984         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ToolStripTextDirection)(1))]
15985         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15986         public override System.Windows.Forms.ToolStripTextDirection TextDirection { get { throw null; } set { } }
15987         [System.ComponentModel.BrowsableAttribute(false)]
15988         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15989         public new System.Windows.Forms.TextImageRelation TextImageRelation { get { throw null; } set { } }
15990         [System.ComponentModel.BrowsableAttribute(false)]
15991         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15992         public new event System.EventHandler DisplayStyleChanged { add { } remove { } }
15993         public event System.EventHandler Enter { add { } remove { } }
15994         [System.ComponentModel.BrowsableAttribute(false)]
15995         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
15996         public event System.EventHandler GotFocus { add { } remove { } }
15997         public event System.Windows.Forms.KeyEventHandler KeyDown { add { } remove { } }
15998         public event System.Windows.Forms.KeyPressEventHandler KeyPress { add { } remove { } }
15999         public event System.Windows.Forms.KeyEventHandler KeyUp { add { } remove { } }
16000         public event System.EventHandler Leave { add { } remove { } }
16001         [System.ComponentModel.BrowsableAttribute(false)]
16002         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16003         public event System.EventHandler LostFocus { add { } remove { } }
16004         public event System.EventHandler Validated { add { } remove { } }
16005         public event System.ComponentModel.CancelEventHandler Validating { add { } remove { } }
16006         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
CreateAccessibilityInstance()16007         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
Dispose(bool disposing)16008         protected override void Dispose(bool disposing) { }
16009         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
Focus()16010         public void Focus() { }
GetPreferredSize(System.Drawing.Size constrainingSize)16011         public override System.Drawing.Size GetPreferredSize(System.Drawing.Size constrainingSize) { throw null; }
OnBoundsChanged()16012         protected override void OnBoundsChanged() { }
OnEnter(System.EventArgs e)16013         protected virtual void OnEnter(System.EventArgs e) { }
OnGotFocus(System.EventArgs e)16014         protected virtual void OnGotFocus(System.EventArgs e) { }
OnHostedControlResize(System.EventArgs e)16015         protected virtual void OnHostedControlResize(System.EventArgs e) { }
OnKeyDown(System.Windows.Forms.KeyEventArgs e)16016         protected virtual void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { }
OnKeyPress(System.Windows.Forms.KeyPressEventArgs e)16017         protected virtual void OnKeyPress(System.Windows.Forms.KeyPressEventArgs e) { }
OnKeyUp(System.Windows.Forms.KeyEventArgs e)16018         protected virtual void OnKeyUp(System.Windows.Forms.KeyEventArgs e) { }
OnLayout(System.Windows.Forms.LayoutEventArgs e)16019         protected internal override void OnLayout(System.Windows.Forms.LayoutEventArgs e) { }
OnLeave(System.EventArgs e)16020         protected virtual void OnLeave(System.EventArgs e) { }
OnLostFocus(System.EventArgs e)16021         protected virtual void OnLostFocus(System.EventArgs e) { }
OnPaint(System.Windows.Forms.PaintEventArgs e)16022         protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
OnParentChanged(System.Windows.Forms.ToolStrip oldParent, System.Windows.Forms.ToolStrip newParent)16023         protected override void OnParentChanged(System.Windows.Forms.ToolStrip oldParent, System.Windows.Forms.ToolStrip newParent) { }
OnSubscribeControlEvents(System.Windows.Forms.Control control)16024         protected virtual void OnSubscribeControlEvents(System.Windows.Forms.Control control) { }
OnUnsubscribeControlEvents(System.Windows.Forms.Control control)16025         protected virtual void OnUnsubscribeControlEvents(System.Windows.Forms.Control control) { }
OnValidated(System.EventArgs e)16026         protected virtual void OnValidated(System.EventArgs e) { }
OnValidating(System.ComponentModel.CancelEventArgs e)16027         protected virtual void OnValidating(System.ComponentModel.CancelEventArgs e) { }
16028         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.Forms.Keys keyData)16029         protected internal override bool ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.Forms.Keys keyData) { throw null; }
16030         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessDialogKey(System.Windows.Forms.Keys keyData)16031         protected internal override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
16032         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
16033         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessMnemonic(char charCode)16034         protected internal override bool ProcessMnemonic(char charCode) { throw null; }
16035         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetBackColor()16036         public override void ResetBackColor() { }
16037         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetForeColor()16038         public override void ResetForeColor() { }
SetVisibleCore(bool visible)16039         protected override void SetVisibleCore(bool visible) { }
16040     }
16041     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ToolStripDropDownDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
16042     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
16043     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
16044     public partial class ToolStripDropDown : System.Windows.Forms.ToolStrip
16045     {
ToolStripDropDown()16046         public ToolStripDropDown() { }
16047         [System.ComponentModel.BrowsableAttribute(false)]
16048         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16049         public new bool AllowItemReorder { get { throw null; } set { } }
16050         [System.ComponentModel.BrowsableAttribute(false)]
16051         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16052         public bool AllowTransparency { get { throw null; } set { } }
16053         [System.ComponentModel.BrowsableAttribute(false)]
16054         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16055         public override System.Windows.Forms.AnchorStyles Anchor { get { throw null; } set { } }
16056         [System.ComponentModel.DefaultValueAttribute(true)]
16057         public bool AutoClose { get { throw null; } set { } }
16058         [System.ComponentModel.DefaultValueAttribute(true)]
16059         public override bool AutoSize { get { throw null; } set { } }
16060         [System.ComponentModel.BrowsableAttribute(false)]
16061         [System.ComponentModel.DefaultValueAttribute(false)]
16062         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16063         public new bool CanOverflow { get { throw null; } set { } }
16064         [System.ComponentModel.BrowsableAttribute(false)]
16065         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16066         public new System.Windows.Forms.ContextMenu ContextMenu { get { throw null; } set { } }
16067         [System.ComponentModel.BrowsableAttribute(false)]
16068         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16069         public new System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get { throw null; } set { } }
16070         protected override System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
16071         protected override System.Windows.Forms.DockStyle DefaultDock { get { throw null; } }
16072         public override System.Windows.Forms.ToolStripDropDownDirection DefaultDropDownDirection { get { throw null; } set { } }
16073         protected override System.Windows.Forms.Padding DefaultPadding { get { throw null; } }
16074         protected override bool DefaultShowItemToolTips { get { throw null; } }
16075         [System.ComponentModel.BrowsableAttribute(false)]
16076         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DockStyle)(0))]
16077         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
16078         public override System.Windows.Forms.DockStyle Dock { get { throw null; } set { } }
16079         public bool DropShadowEnabled { get { throw null; } set { } }
16080         public override System.Drawing.Font Font { get { throw null; } set { } }
16081         [System.ComponentModel.BrowsableAttribute(false)]
16082         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16083         public new System.Windows.Forms.ToolStripGripDisplayStyle GripDisplayStyle { get { throw null; } }
16084         [System.ComponentModel.BrowsableAttribute(false)]
16085         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16086         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16087         public new System.Windows.Forms.Padding GripMargin { get { throw null; } set { } }
16088         [System.ComponentModel.BrowsableAttribute(false)]
16089         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16090         public new System.Drawing.Rectangle GripRectangle { get { throw null; } }
16091         [System.ComponentModel.BrowsableAttribute(false)]
16092         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ToolStripGripStyle)(0))]
16093         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16094         public new System.Windows.Forms.ToolStripGripStyle GripStyle { get { throw null; } set { } }
16095         [System.ComponentModel.BrowsableAttribute(false)]
16096         public bool IsAutoGenerated { get { throw null; } }
16097         [System.ComponentModel.BrowsableAttribute(false)]
16098         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16099         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16100         public new System.Drawing.Point Location { get { throw null; } set { } }
16101         protected internal override System.Drawing.Size MaxItemSize { get { throw null; } }
16102         [System.ComponentModel.BrowsableAttribute(false)]
16103         [System.ComponentModel.DefaultValueAttribute(1)]
16104         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16105         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.OpacityConverter))]
16106         public double Opacity { get { throw null; } set { } }
16107         [System.ComponentModel.BrowsableAttribute(false)]
16108         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16109         public new System.Windows.Forms.ToolStripOverflowButton OverflowButton { get { throw null; } }
16110         [System.ComponentModel.BrowsableAttribute(false)]
16111         [System.ComponentModel.DefaultValueAttribute(null)]
16112         public System.Windows.Forms.ToolStripItem OwnerItem { get { throw null; } set { } }
16113         [System.ComponentModel.BrowsableAttribute(false)]
16114         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
16115         public new System.Drawing.Region Region { get { throw null; } set { } }
16116         [System.ComponentModel.AmbientValueAttribute((System.Windows.Forms.RightToLeft)(2))]
16117         [System.ComponentModel.LocalizableAttribute(true)]
16118         public override System.Windows.Forms.RightToLeft RightToLeft { get { throw null; } set { } }
16119         [System.ComponentModel.BrowsableAttribute(false)]
16120         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16121         public new bool Stretch { get { throw null; } set { } }
16122         [System.ComponentModel.BrowsableAttribute(false)]
16123         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16124         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16125         public new int TabIndex { get { throw null; } set { } }
16126         [System.ComponentModel.BrowsableAttribute(false)]
16127         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ToolStripTextDirection)(1))]
16128         public override System.Windows.Forms.ToolStripTextDirection TextDirection { get { throw null; } set { } }
16129         [System.ComponentModel.BrowsableAttribute(false)]
16130         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16131         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16132         public bool TopLevel { get { throw null; } set { } }
16133         protected virtual bool TopMost { get { throw null; } }
16134         [System.ComponentModel.BrowsableAttribute(false)]
16135         [System.ComponentModel.DefaultValueAttribute(false)]
16136         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16137         [System.ComponentModel.LocalizableAttribute(true)]
16138         public new bool Visible { get { throw null; } set { } }
16139         [System.ComponentModel.BrowsableAttribute(false)]
16140         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
16141         [System.ComponentModel.BrowsableAttribute(false)]
16142         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
16143         [System.ComponentModel.BrowsableAttribute(false)]
16144         public new event System.EventHandler BindingContextChanged { add { } remove { } }
16145         [System.ComponentModel.BrowsableAttribute(false)]
16146         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
16147         public new event System.Windows.Forms.UICuesEventHandler ChangeUICues { add { } remove { } }
16148         public event System.Windows.Forms.ToolStripDropDownClosedEventHandler Closed { add { } remove { } }
16149         public event System.Windows.Forms.ToolStripDropDownClosingEventHandler Closing { add { } remove { } }
16150         [System.ComponentModel.BrowsableAttribute(false)]
16151         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16152         public new event System.EventHandler ContextMenuChanged { add { } remove { } }
16153         [System.ComponentModel.BrowsableAttribute(false)]
16154         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
16155         public new event System.EventHandler ContextMenuStripChanged { add { } remove { } }
16156         [System.ComponentModel.BrowsableAttribute(false)]
16157         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
16158         public new event System.EventHandler DockChanged { add { } remove { } }
16159         [System.ComponentModel.BrowsableAttribute(false)]
16160         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
16161         public new event System.EventHandler Enter { add { } remove { } }
16162         [System.ComponentModel.BrowsableAttribute(false)]
16163         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
16164         public new event System.EventHandler FontChanged { add { } remove { } }
16165         [System.ComponentModel.BrowsableAttribute(false)]
16166         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16167         public new event System.EventHandler ForeColorChanged { add { } remove { } }
16168         [System.ComponentModel.BrowsableAttribute(false)]
16169         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16170         public new event System.Windows.Forms.GiveFeedbackEventHandler GiveFeedback { add { } remove { } }
16171         [System.ComponentModel.BrowsableAttribute(false)]
16172         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
16173         public new event System.Windows.Forms.HelpEventHandler HelpRequested { add { } remove { } }
16174         [System.ComponentModel.BrowsableAttribute(false)]
16175         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
16176         public new event System.EventHandler ImeModeChanged { add { } remove { } }
16177         [System.ComponentModel.BrowsableAttribute(false)]
16178         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
16179         public new event System.Windows.Forms.KeyEventHandler KeyDown { add { } remove { } }
16180         [System.ComponentModel.BrowsableAttribute(false)]
16181         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
16182         public new event System.Windows.Forms.KeyPressEventHandler KeyPress { add { } remove { } }
16183         [System.ComponentModel.BrowsableAttribute(false)]
16184         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
16185         public new event System.Windows.Forms.KeyEventHandler KeyUp { add { } remove { } }
16186         [System.ComponentModel.BrowsableAttribute(false)]
16187         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
16188         public new event System.EventHandler Leave { add { } remove { } }
16189         public event System.EventHandler Opened { add { } remove { } }
16190         public event System.ComponentModel.CancelEventHandler Opening { add { } remove { } }
16191         [System.ComponentModel.BrowsableAttribute(false)]
16192         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
16193         public new event System.EventHandler RegionChanged { add { } remove { } }
16194         [System.ComponentModel.BrowsableAttribute(false)]
16195         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16196         public new event System.Windows.Forms.ScrollEventHandler Scroll { add { } remove { } }
16197         [System.ComponentModel.BrowsableAttribute(false)]
16198         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
16199         public new event System.EventHandler StyleChanged { add { } remove { } }
16200         [System.ComponentModel.BrowsableAttribute(false)]
16201         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16202         public new event System.EventHandler TabIndexChanged { add { } remove { } }
16203         [System.ComponentModel.BrowsableAttribute(false)]
16204         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16205         public new event System.EventHandler TabStopChanged { add { } remove { } }
16206         [System.ComponentModel.BrowsableAttribute(false)]
16207         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16208         public new event System.EventHandler TextChanged { add { } remove { } }
16209         [System.ComponentModel.BrowsableAttribute(false)]
16210         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16211         public new event System.EventHandler Validated { add { } remove { } }
16212         [System.ComponentModel.BrowsableAttribute(false)]
16213         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16214         public new event System.ComponentModel.CancelEventHandler Validating { add { } remove { } }
Close()16215         public void Close() { }
Close(System.Windows.Forms.ToolStripDropDownCloseReason reason)16216         public void Close(System.Windows.Forms.ToolStripDropDownCloseReason reason) { }
CreateAccessibilityInstance()16217         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
CreateHandle()16218         protected override void CreateHandle() { }
CreateLayoutSettings(System.Windows.Forms.ToolStripLayoutStyle style)16219         protected override System.Windows.Forms.LayoutSettings CreateLayoutSettings(System.Windows.Forms.ToolStripLayoutStyle style) { throw null; }
Dispose(bool disposing)16220         protected override void Dispose(bool disposing) { }
OnClosed(System.Windows.Forms.ToolStripDropDownClosedEventArgs e)16221         protected virtual void OnClosed(System.Windows.Forms.ToolStripDropDownClosedEventArgs e) { }
OnClosing(System.Windows.Forms.ToolStripDropDownClosingEventArgs e)16222         protected virtual void OnClosing(System.Windows.Forms.ToolStripDropDownClosingEventArgs e) { }
OnHandleCreated(System.EventArgs e)16223         protected override void OnHandleCreated(System.EventArgs e) { }
OnItemClicked(System.Windows.Forms.ToolStripItemClickedEventArgs e)16224         protected override void OnItemClicked(System.Windows.Forms.ToolStripItemClickedEventArgs e) { }
OnLayout(System.Windows.Forms.LayoutEventArgs e)16225         protected override void OnLayout(System.Windows.Forms.LayoutEventArgs e) { }
OnMouseUp(System.Windows.Forms.MouseEventArgs mea)16226         protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs mea) { }
OnOpened(System.EventArgs e)16227         protected virtual void OnOpened(System.EventArgs e) { }
OnOpening(System.ComponentModel.CancelEventArgs e)16228         protected virtual void OnOpening(System.ComponentModel.CancelEventArgs e) { }
OnParentChanged(System.EventArgs e)16229         protected override void OnParentChanged(System.EventArgs e) { }
OnVisibleChanged(System.EventArgs e)16230         protected override void OnVisibleChanged(System.EventArgs e) { }
16231         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16232         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessDialogChar(char charCode)16233         protected override bool ProcessDialogChar(char charCode) { throw null; }
16234         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessDialogKey(System.Windows.Forms.Keys keyData)16235         protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
16236         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessMnemonic(char charCode)16237         protected internal override bool ProcessMnemonic(char charCode) { throw null; }
ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified)16238         protected override void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { }
16239         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ScaleCore(float dx, float dy)16240         protected override void ScaleCore(float dx, float dy) { }
SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified)16241         protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
SetVisibleCore(bool visible)16242         protected override void SetVisibleCore(bool visible) { }
16243         [System.ComponentModel.BrowsableAttribute(false)]
16244         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
Show()16245         public new void Show() { }
Show(System.Drawing.Point screenLocation)16246         public void Show(System.Drawing.Point screenLocation) { }
Show(System.Drawing.Point position, System.Windows.Forms.ToolStripDropDownDirection direction)16247         public void Show(System.Drawing.Point position, System.Windows.Forms.ToolStripDropDownDirection direction) { }
Show(int x, int y)16248         public void Show(int x, int y) { }
Show(System.Windows.Forms.Control control, System.Drawing.Point position)16249         public void Show(System.Windows.Forms.Control control, System.Drawing.Point position) { }
Show(System.Windows.Forms.Control control, System.Drawing.Point position, System.Windows.Forms.ToolStripDropDownDirection direction)16250         public void Show(System.Windows.Forms.Control control, System.Drawing.Point position, System.Windows.Forms.ToolStripDropDownDirection direction) { }
Show(System.Windows.Forms.Control control, int x, int y)16251         public void Show(System.Windows.Forms.Control control, int x, int y) { }
16252         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
WndProc(ref System.Windows.Forms.Message m)16253         protected override void WndProc(ref System.Windows.Forms.Message m) { }
16254         [System.Runtime.InteropServices.ComVisibleAttribute(true)]
16255         public partial class ToolStripDropDownAccessibleObject : System.Windows.Forms.ToolStrip.ToolStripAccessibleObject
16256         {
ToolStripDropDownAccessibleObject(System.Windows.Forms.ToolStripDropDown owner)16257             public ToolStripDropDownAccessibleObject(System.Windows.Forms.ToolStripDropDown owner) : base (default(System.Windows.Forms.ToolStrip)) { }
16258             public override string Name { get { throw null; } set { } }
16259             public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
16260         }
16261     }
16262     [System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute((System.Windows.Forms.Design.ToolStripItemDesignerAvailability)(9))]
16263     public partial class ToolStripDropDownButton : System.Windows.Forms.ToolStripDropDownItem
16264     {
ToolStripDropDownButton()16265         public ToolStripDropDownButton() { }
ToolStripDropDownButton(System.Drawing.Image image)16266         public ToolStripDropDownButton(System.Drawing.Image image) { }
ToolStripDropDownButton(string text)16267         public ToolStripDropDownButton(string text) { }
ToolStripDropDownButton(string text, System.Drawing.Image image)16268         public ToolStripDropDownButton(string text, System.Drawing.Image image) { }
ToolStripDropDownButton(string text, System.Drawing.Image image, System.EventHandler onClick)16269         public ToolStripDropDownButton(string text, System.Drawing.Image image, System.EventHandler onClick) { }
ToolStripDropDownButton(string text, System.Drawing.Image image, System.EventHandler onClick, string name)16270         public ToolStripDropDownButton(string text, System.Drawing.Image image, System.EventHandler onClick, string name) { }
ToolStripDropDownButton(string text, System.Drawing.Image image, params System.Windows.Forms.ToolStripItem[] dropDownItems)16271         public ToolStripDropDownButton(string text, System.Drawing.Image image, params System.Windows.Forms.ToolStripItem[] dropDownItems) { }
16272         [System.ComponentModel.DefaultValueAttribute(true)]
16273         public new bool AutoToolTip { get { throw null; } set { } }
16274         protected override bool DefaultAutoToolTip { get { throw null; } }
16275         [System.ComponentModel.DefaultValueAttribute(true)]
16276         public bool ShowDropDownArrow { get { throw null; } set { } }
CreateDefaultDropDown()16277         protected override System.Windows.Forms.ToolStripDropDown CreateDefaultDropDown() { throw null; }
OnMouseDown(System.Windows.Forms.MouseEventArgs e)16278         protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { }
OnMouseLeave(System.EventArgs e)16279         protected override void OnMouseLeave(System.EventArgs e) { }
OnMouseUp(System.Windows.Forms.MouseEventArgs e)16280         protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs e) { }
OnPaint(System.Windows.Forms.PaintEventArgs e)16281         protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
16282         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessMnemonic(char charCode)16283         protected internal override bool ProcessMnemonic(char charCode) { throw null; }
16284     }
16285     public partial class ToolStripDropDownClosedEventArgs : System.EventArgs
16286     {
ToolStripDropDownClosedEventArgs(System.Windows.Forms.ToolStripDropDownCloseReason reason)16287         public ToolStripDropDownClosedEventArgs(System.Windows.Forms.ToolStripDropDownCloseReason reason) { }
16288         public System.Windows.Forms.ToolStripDropDownCloseReason CloseReason { get { throw null; } }
16289     }
ToolStripDropDownClosedEventHandler(object sender, System.Windows.Forms.ToolStripDropDownClosedEventArgs e)16290     public delegate void ToolStripDropDownClosedEventHandler(object sender, System.Windows.Forms.ToolStripDropDownClosedEventArgs e);
16291     public enum ToolStripDropDownCloseReason
16292     {
16293         AppClicked = 1,
16294         AppFocusChange = 0,
16295         CloseCalled = 4,
16296         ItemClicked = 2,
16297         Keyboard = 3,
16298     }
16299     public partial class ToolStripDropDownClosingEventArgs : System.ComponentModel.CancelEventArgs
16300     {
ToolStripDropDownClosingEventArgs(System.Windows.Forms.ToolStripDropDownCloseReason reason)16301         public ToolStripDropDownClosingEventArgs(System.Windows.Forms.ToolStripDropDownCloseReason reason) { }
16302         public System.Windows.Forms.ToolStripDropDownCloseReason CloseReason { get { throw null; } }
16303     }
ToolStripDropDownClosingEventHandler(object sender, System.Windows.Forms.ToolStripDropDownClosingEventArgs e)16304     public delegate void ToolStripDropDownClosingEventHandler(object sender, System.Windows.Forms.ToolStripDropDownClosingEventArgs e);
16305     public enum ToolStripDropDownDirection
16306     {
16307         AboveLeft = 0,
16308         AboveRight = 1,
16309         BelowLeft = 2,
16310         BelowRight = 3,
16311         Default = 7,
16312         Left = 4,
16313         Right = 5,
16314     }
16315     [System.ComponentModel.DefaultPropertyAttribute("DropDownItems")]
16316     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ToolStripMenuItemDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
16317     public abstract partial class ToolStripDropDownItem : System.Windows.Forms.ToolStripItem
16318     {
ToolStripDropDownItem()16319         protected ToolStripDropDownItem() { }
ToolStripDropDownItem(string text, System.Drawing.Image image, System.EventHandler onClick)16320         protected ToolStripDropDownItem(string text, System.Drawing.Image image, System.EventHandler onClick) { }
ToolStripDropDownItem(string text, System.Drawing.Image image, System.EventHandler onClick, string name)16321         protected ToolStripDropDownItem(string text, System.Drawing.Image image, System.EventHandler onClick, string name) { }
ToolStripDropDownItem(string text, System.Drawing.Image image, params System.Windows.Forms.ToolStripItem[] dropDownItems)16322         protected ToolStripDropDownItem(string text, System.Drawing.Image image, params System.Windows.Forms.ToolStripItem[] dropDownItems) { }
16323         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))]
16324         public System.Windows.Forms.ToolStripDropDown DropDown { get { throw null; } set { } }
16325         [System.ComponentModel.BrowsableAttribute(false)]
16326         public System.Windows.Forms.ToolStripDropDownDirection DropDownDirection { get { throw null; } set { } }
16327         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
16328         public System.Windows.Forms.ToolStripItemCollection DropDownItems { get { throw null; } }
16329         protected internal virtual System.Drawing.Point DropDownLocation { get { throw null; } }
16330         [System.ComponentModel.BrowsableAttribute(false)]
16331         public bool HasDropDown { get { throw null; } }
16332         [System.ComponentModel.BrowsableAttribute(false)]
16333         public virtual bool HasDropDownItems { get { throw null; } }
16334         [System.ComponentModel.BrowsableAttribute(false)]
16335         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16336         public override bool Pressed { get { throw null; } }
16337         public event System.EventHandler DropDownClosed { add { } remove { } }
16338         public event System.Windows.Forms.ToolStripItemClickedEventHandler DropDownItemClicked { add { } remove { } }
16339         public event System.EventHandler DropDownOpened { add { } remove { } }
16340         public event System.EventHandler DropDownOpening { add { } remove { } }
CreateAccessibilityInstance()16341         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
CreateDefaultDropDown()16342         protected virtual System.Windows.Forms.ToolStripDropDown CreateDefaultDropDown() { throw null; }
Dispose(bool disposing)16343         protected override void Dispose(bool disposing) { }
HideDropDown()16344         public void HideDropDown() { }
OnBoundsChanged()16345         protected override void OnBoundsChanged() { }
OnDropDownClosed(System.EventArgs e)16346         protected internal virtual void OnDropDownClosed(System.EventArgs e) { }
OnDropDownHide(System.EventArgs e)16347         protected virtual void OnDropDownHide(System.EventArgs e) { }
OnDropDownItemClicked(System.Windows.Forms.ToolStripItemClickedEventArgs e)16348         protected internal virtual void OnDropDownItemClicked(System.Windows.Forms.ToolStripItemClickedEventArgs e) { }
OnDropDownOpened(System.EventArgs e)16349         protected internal virtual void OnDropDownOpened(System.EventArgs e) { }
OnDropDownShow(System.EventArgs e)16350         protected virtual void OnDropDownShow(System.EventArgs e) { }
OnFontChanged(System.EventArgs e)16351         protected override void OnFontChanged(System.EventArgs e) { }
OnRightToLeftChanged(System.EventArgs e)16352         protected override void OnRightToLeftChanged(System.EventArgs e) { }
16353         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.Forms.Keys keyData)16354         protected internal override bool ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.Forms.Keys keyData) { throw null; }
16355         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessDialogKey(System.Windows.Forms.Keys keyData)16356         protected internal override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
ShowDropDown()16357         public void ShowDropDown() { }
16358     }
16359     public partial class ToolStripDropDownItemAccessibleObject : System.Windows.Forms.ToolStripItem.ToolStripItemAccessibleObject
16360     {
ToolStripDropDownItemAccessibleObject(System.Windows.Forms.ToolStripDropDownItem item)16361         public ToolStripDropDownItemAccessibleObject(System.Windows.Forms.ToolStripDropDownItem item) : base (default(System.Windows.Forms.ToolStripItem)) { }
16362         public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
16363         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
DoDefaultAction()16364         public override void DoDefaultAction() { }
GetChild(int index)16365         public override System.Windows.Forms.AccessibleObject GetChild(int index) { throw null; }
GetChildCount()16366         public override int GetChildCount() { throw null; }
16367     }
16368     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ToolStripDropDownDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
16369     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
16370     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
16371     public partial class ToolStripDropDownMenu : System.Windows.Forms.ToolStripDropDown
16372     {
ToolStripDropDownMenu()16373         public ToolStripDropDownMenu() { }
16374         protected override System.Windows.Forms.Padding DefaultPadding { get { throw null; } }
16375         public override System.Drawing.Rectangle DisplayRectangle { get { throw null; } }
16376         public override System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get { throw null; } }
16377         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ToolStripLayoutStyle)(3))]
16378         public new System.Windows.Forms.ToolStripLayoutStyle LayoutStyle { get { throw null; } set { } }
16379         protected internal override System.Drawing.Size MaxItemSize { get { throw null; } }
16380         [System.ComponentModel.DefaultValueAttribute(false)]
16381         public bool ShowCheckMargin { get { throw null; } set { } }
16382         [System.ComponentModel.DefaultValueAttribute(true)]
16383         public bool ShowImageMargin { get { throw null; } set { } }
CreateDefaultItem(string text, System.Drawing.Image image, System.EventHandler onClick)16384         protected internal override System.Windows.Forms.ToolStripItem CreateDefaultItem(string text, System.Drawing.Image image, System.EventHandler onClick) { throw null; }
OnFontChanged(System.EventArgs e)16385         protected override void OnFontChanged(System.EventArgs e) { }
OnLayout(System.Windows.Forms.LayoutEventArgs e)16386         protected override void OnLayout(System.Windows.Forms.LayoutEventArgs e) { }
OnPaintBackground(System.Windows.Forms.PaintEventArgs e)16387         protected override void OnPaintBackground(System.Windows.Forms.PaintEventArgs e) { }
SetDisplayedItems()16388         protected override void SetDisplayedItems() { }
16389     }
16390     public enum ToolStripGripDisplayStyle
16391     {
16392         Horizontal = 0,
16393         Vertical = 1,
16394     }
16395     public partial class ToolStripGripRenderEventArgs : System.Windows.Forms.ToolStripRenderEventArgs
16396     {
ToolStripGripRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStrip toolStrip)16397         public ToolStripGripRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStrip toolStrip) : base (default(System.Drawing.Graphics), default(System.Windows.Forms.ToolStrip)) { }
16398         public System.Drawing.Rectangle GripBounds { get { throw null; } }
16399         public System.Windows.Forms.ToolStripGripDisplayStyle GripDisplayStyle { get { throw null; } }
16400         public System.Windows.Forms.ToolStripGripStyle GripStyle { get { throw null; } }
16401     }
ToolStripGripRenderEventHandler(object sender, System.Windows.Forms.ToolStripGripRenderEventArgs e)16402     public delegate void ToolStripGripRenderEventHandler(object sender, System.Windows.Forms.ToolStripGripRenderEventArgs e);
16403     public enum ToolStripGripStyle
16404     {
16405         Hidden = 0,
16406         Visible = 1,
16407     }
16408     [System.ComponentModel.DefaultEventAttribute("Click")]
16409     [System.ComponentModel.DefaultPropertyAttribute("Text")]
16410     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ToolStripItemDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
16411     [System.ComponentModel.DesignTimeVisibleAttribute(false)]
16412     [System.ComponentModel.ToolboxItemAttribute(false)]
16413     public abstract partial class ToolStripItem : System.ComponentModel.Component, System.ComponentModel.IComponent, System.IDisposable, System.Windows.Forms.IDropTarget
16414     {
ToolStripItem()16415         protected ToolStripItem() { }
ToolStripItem(string text, System.Drawing.Image image, System.EventHandler onClick)16416         protected ToolStripItem(string text, System.Drawing.Image image, System.EventHandler onClick) { }
ToolStripItem(string text, System.Drawing.Image image, System.EventHandler onClick, string name)16417         protected ToolStripItem(string text, System.Drawing.Image image, System.EventHandler onClick, string name) { }
16418         [System.ComponentModel.BrowsableAttribute(false)]
16419         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16420         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16421         public System.Windows.Forms.AccessibleObject AccessibilityObject { get { throw null; } }
16422         [System.ComponentModel.BrowsableAttribute(false)]
16423         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16424         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16425         public string AccessibleDefaultActionDescription { get { throw null; } set { } }
16426         [System.ComponentModel.DefaultValueAttribute(null)]
16427         [System.ComponentModel.LocalizableAttribute(true)]
16428         public string AccessibleDescription { get { throw null; } set { } }
16429         [System.ComponentModel.DefaultValueAttribute(null)]
16430         [System.ComponentModel.LocalizableAttribute(true)]
16431         public string AccessibleName { get { throw null; } set { } }
16432         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.AccessibleRole)(-1))]
16433         public System.Windows.Forms.AccessibleRole AccessibleRole { get { throw null; } set { } }
16434         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ToolStripItemAlignment)(0))]
16435         public System.Windows.Forms.ToolStripItemAlignment Alignment { get { throw null; } set { } }
16436         [System.ComponentModel.BrowsableAttribute(false)]
16437         [System.ComponentModel.DefaultValueAttribute(false)]
16438         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16439         public virtual bool AllowDrop { get { throw null; } set { } }
16440         [System.ComponentModel.BrowsableAttribute(false)]
16441         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.AnchorStyles)(5))]
16442         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16443         public System.Windows.Forms.AnchorStyles Anchor { get { throw null; } set { } }
16444         [System.ComponentModel.DefaultValueAttribute(true)]
16445         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(1))]
16446         [System.ComponentModel.LocalizableAttribute(true)]
16447         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
16448         public bool AutoSize { get { throw null; } set { } }
16449         [System.ComponentModel.DefaultValueAttribute(false)]
16450         public bool AutoToolTip { get { throw null; } set { } }
16451         [System.ComponentModel.BrowsableAttribute(false)]
16452         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16453         public bool Available { get { throw null; } set { } }
16454         public virtual System.Drawing.Color BackColor { get { throw null; } set { } }
16455         [System.ComponentModel.DefaultValueAttribute(null)]
16456         [System.ComponentModel.LocalizableAttribute(true)]
16457         public virtual System.Drawing.Image BackgroundImage { get { throw null; } set { } }
16458         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ImageLayout)(1))]
16459         [System.ComponentModel.LocalizableAttribute(true)]
16460         public virtual System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
16461         [System.ComponentModel.BrowsableAttribute(false)]
16462         public virtual System.Drawing.Rectangle Bounds { get { throw null; } }
16463         [System.ComponentModel.BrowsableAttribute(false)]
16464         public virtual bool CanSelect { get { throw null; } }
16465         [System.ComponentModel.BrowsableAttribute(false)]
16466         public System.Drawing.Rectangle ContentRectangle { get { throw null; } }
16467         protected virtual bool DefaultAutoToolTip { get { throw null; } }
16468         protected virtual System.Windows.Forms.ToolStripItemDisplayStyle DefaultDisplayStyle { get { throw null; } }
16469         protected internal virtual System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
16470         protected virtual System.Windows.Forms.Padding DefaultPadding { get { throw null; } }
16471         protected virtual System.Drawing.Size DefaultSize { get { throw null; } }
16472         protected internal virtual bool DismissWhenClicked { get { throw null; } }
16473         public virtual System.Windows.Forms.ToolStripItemDisplayStyle DisplayStyle { get { throw null; } set { } }
16474         [System.ComponentModel.BrowsableAttribute(false)]
16475         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DockStyle)(0))]
16476         public System.Windows.Forms.DockStyle Dock { get { throw null; } set { } }
16477         [System.ComponentModel.DefaultValueAttribute(false)]
16478         public bool DoubleClickEnabled { get { throw null; } set { } }
16479         [System.ComponentModel.DefaultValueAttribute(true)]
16480         [System.ComponentModel.LocalizableAttribute(true)]
16481         public virtual bool Enabled { get { throw null; } set { } }
16482         [System.ComponentModel.LocalizableAttribute(true)]
16483         public virtual System.Drawing.Font Font { get { throw null; } set { } }
16484         public virtual System.Drawing.Color ForeColor { get { throw null; } set { } }
16485         [System.ComponentModel.BrowsableAttribute(false)]
16486         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16487         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
16488         public int Height { get { throw null; } set { } }
16489         [System.ComponentModel.LocalizableAttribute(true)]
16490         public virtual System.Drawing.Image Image { get { throw null; } set { } }
16491         [System.ComponentModel.DefaultValueAttribute((System.Drawing.ContentAlignment)(32))]
16492         [System.ComponentModel.LocalizableAttribute(true)]
16493         public System.Drawing.ContentAlignment ImageAlign { get { throw null; } set { } }
16494         [System.ComponentModel.BrowsableAttribute(false)]
16495         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ToolStripImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
16496         [System.ComponentModel.LocalizableAttribute(true)]
16497         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
16498         [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.NoneExcludedImageIndexConverter")]
16499         [System.Windows.Forms.RelatedImageListAttribute("Owner.ImageList")]
16500         public int ImageIndex { get { throw null; } set { } }
16501         [System.ComponentModel.BrowsableAttribute(false)]
16502         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ToolStripImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
16503         [System.ComponentModel.LocalizableAttribute(true)]
16504         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
16505         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageKeyConverter))]
16506         [System.Windows.Forms.RelatedImageListAttribute("Owner.ImageList")]
16507         public string ImageKey { get { throw null; } set { } }
16508         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ToolStripItemImageScaling)(1))]
16509         [System.ComponentModel.LocalizableAttribute(true)]
16510         public System.Windows.Forms.ToolStripItemImageScaling ImageScaling { get { throw null; } set { } }
16511         [System.ComponentModel.LocalizableAttribute(true)]
16512         public System.Drawing.Color ImageTransparentColor { get { throw null; } set { } }
16513         [System.ComponentModel.BrowsableAttribute(false)]
16514         public bool IsDisposed { get { throw null; } }
16515         [System.ComponentModel.BrowsableAttribute(false)]
16516         public bool IsOnDropDown { get { throw null; } }
16517         [System.ComponentModel.BrowsableAttribute(false)]
16518         public bool IsOnOverflow { get { throw null; } }
16519         public System.Windows.Forms.Padding Margin { get { throw null; } set { } }
16520         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.MergeAction)(0))]
16521         public System.Windows.Forms.MergeAction MergeAction { get { throw null; } set { } }
16522         [System.ComponentModel.DefaultValueAttribute(-1)]
16523         public int MergeIndex { get { throw null; } set { } }
16524         [System.ComponentModel.BrowsableAttribute(false)]
16525         [System.ComponentModel.DefaultValueAttribute(null)]
16526         public string Name { get { throw null; } set { } }
16527         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ToolStripItemOverflow)(2))]
16528         public System.Windows.Forms.ToolStripItemOverflow Overflow { get { throw null; } set { } }
16529         [System.ComponentModel.BrowsableAttribute(false)]
16530         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16531         public System.Windows.Forms.ToolStrip Owner { get { throw null; } set { } }
16532         [System.ComponentModel.BrowsableAttribute(false)]
16533         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16534         public System.Windows.Forms.ToolStripItem OwnerItem { get { throw null; } }
16535         public virtual System.Windows.Forms.Padding Padding { get { throw null; } set { } }
16536         [System.ComponentModel.BrowsableAttribute(false)]
16537         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16538         protected internal System.Windows.Forms.ToolStrip Parent { get { throw null; } set { } }
16539         [System.ComponentModel.BrowsableAttribute(false)]
16540         public System.Windows.Forms.ToolStripItemPlacement Placement { get { throw null; } }
16541         [System.ComponentModel.BrowsableAttribute(false)]
16542         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16543         public virtual bool Pressed { get { throw null; } }
16544         [System.ComponentModel.LocalizableAttribute(true)]
16545         public virtual System.Windows.Forms.RightToLeft RightToLeft { get { throw null; } set { } }
16546         [System.ComponentModel.DefaultValueAttribute(false)]
16547         [System.ComponentModel.LocalizableAttribute(true)]
16548         public bool RightToLeftAutoMirrorImage { get { throw null; } set { } }
16549         [System.ComponentModel.BrowsableAttribute(false)]
16550         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16551         public virtual bool Selected { get { throw null; } }
16552         protected internal virtual bool ShowKeyboardCues { get { throw null; } }
16553         [System.ComponentModel.LocalizableAttribute(true)]
16554         public virtual System.Drawing.Size Size { get { throw null; } set { } }
16555         [System.ComponentModel.BindableAttribute(true)]
16556         [System.ComponentModel.DefaultValueAttribute(null)]
16557         [System.ComponentModel.LocalizableAttribute(false)]
16558         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
16559         public object Tag { get { throw null; } set { } }
16560         [System.ComponentModel.DefaultValueAttribute("")]
16561         [System.ComponentModel.LocalizableAttribute(true)]
16562         public virtual string Text { get { throw null; } set { } }
16563         [System.ComponentModel.DefaultValueAttribute((System.Drawing.ContentAlignment)(32))]
16564         [System.ComponentModel.LocalizableAttribute(true)]
16565         public virtual System.Drawing.ContentAlignment TextAlign { get { throw null; } set { } }
16566         public virtual System.Windows.Forms.ToolStripTextDirection TextDirection { get { throw null; } set { } }
16567         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.TextImageRelation)(4))]
16568         [System.ComponentModel.LocalizableAttribute(true)]
16569         public System.Windows.Forms.TextImageRelation TextImageRelation { get { throw null; } set { } }
16570         [System.ComponentModel.EditorAttribute("System.ComponentModel.Design.MultilineStringEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
16571         [System.ComponentModel.LocalizableAttribute(true)]
16572         public string ToolTipText { get { throw null; } set { } }
16573         [System.ComponentModel.LocalizableAttribute(true)]
16574         public bool Visible { get { throw null; } set { } }
16575         [System.ComponentModel.BrowsableAttribute(false)]
16576         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16577         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
16578         public int Width { get { throw null; } set { } }
16579         [System.ComponentModel.BrowsableAttribute(false)]
16580         public event System.EventHandler AvailableChanged { add { } remove { } }
16581         public event System.EventHandler BackColorChanged { add { } remove { } }
16582         public event System.EventHandler Click { add { } remove { } }
16583         public event System.EventHandler DisplayStyleChanged { add { } remove { } }
16584         public event System.EventHandler DoubleClick { add { } remove { } }
16585         [System.ComponentModel.BrowsableAttribute(false)]
16586         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16587         public event System.Windows.Forms.DragEventHandler DragDrop { add { } remove { } }
16588         [System.ComponentModel.BrowsableAttribute(false)]
16589         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16590         public event System.Windows.Forms.DragEventHandler DragEnter { add { } remove { } }
16591         [System.ComponentModel.BrowsableAttribute(false)]
16592         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16593         public event System.EventHandler DragLeave { add { } remove { } }
16594         [System.ComponentModel.BrowsableAttribute(false)]
16595         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16596         public event System.Windows.Forms.DragEventHandler DragOver { add { } remove { } }
16597         public event System.EventHandler EnabledChanged { add { } remove { } }
16598         public event System.EventHandler ForeColorChanged { add { } remove { } }
16599         [System.ComponentModel.BrowsableAttribute(false)]
16600         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16601         public event System.Windows.Forms.GiveFeedbackEventHandler GiveFeedback { add { } remove { } }
16602         public event System.EventHandler LocationChanged { add { } remove { } }
16603         public event System.Windows.Forms.MouseEventHandler MouseDown { add { } remove { } }
16604         public event System.EventHandler MouseEnter { add { } remove { } }
16605         public event System.EventHandler MouseHover { add { } remove { } }
16606         public event System.EventHandler MouseLeave { add { } remove { } }
16607         public event System.Windows.Forms.MouseEventHandler MouseMove { add { } remove { } }
16608         public event System.Windows.Forms.MouseEventHandler MouseUp { add { } remove { } }
16609         public event System.EventHandler OwnerChanged { add { } remove { } }
16610         public event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
16611         public event System.Windows.Forms.QueryAccessibilityHelpEventHandler QueryAccessibilityHelp { add { } remove { } }
16612         [System.ComponentModel.BrowsableAttribute(false)]
16613         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16614         public event System.Windows.Forms.QueryContinueDragEventHandler QueryContinueDrag { add { } remove { } }
16615         public event System.EventHandler RightToLeftChanged { add { } remove { } }
16616         public event System.EventHandler TextChanged { add { } remove { } }
16617         public event System.EventHandler VisibleChanged { add { } remove { } }
16618         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
CreateAccessibilityInstance()16619         protected virtual System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
Dispose(bool disposing)16620         protected override void Dispose(bool disposing) { }
16621         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16622         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Clipboard=(System.Security.Permissions.UIPermissionClipboard)(1))]
DoDragDrop(object data, System.Windows.Forms.DragDropEffects allowedEffects)16623         public System.Windows.Forms.DragDropEffects DoDragDrop(object data, System.Windows.Forms.DragDropEffects allowedEffects) { throw null; }
GetCurrentParent()16624         public System.Windows.Forms.ToolStrip GetCurrentParent() { throw null; }
GetPreferredSize(System.Drawing.Size constrainingSize)16625         public virtual System.Drawing.Size GetPreferredSize(System.Drawing.Size constrainingSize) { throw null; }
Invalidate()16626         public void Invalidate() { }
Invalidate(System.Drawing.Rectangle r)16627         public void Invalidate(System.Drawing.Rectangle r) { }
IsInputChar(char charCode)16628         protected internal virtual bool IsInputChar(char charCode) { throw null; }
IsInputKey(System.Windows.Forms.Keys keyData)16629         protected internal virtual bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
OnAvailableChanged(System.EventArgs e)16630         protected virtual void OnAvailableChanged(System.EventArgs e) { }
16631         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnBackColorChanged(System.EventArgs e)16632         protected virtual void OnBackColorChanged(System.EventArgs e) { }
OnBoundsChanged()16633         protected virtual void OnBoundsChanged() { }
OnClick(System.EventArgs e)16634         protected virtual void OnClick(System.EventArgs e) { }
16635         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnDisplayStyleChanged(System.EventArgs e)16636         protected virtual void OnDisplayStyleChanged(System.EventArgs e) { }
OnDoubleClick(System.EventArgs e)16637         protected virtual void OnDoubleClick(System.EventArgs e) { }
16638         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnDragDrop(System.Windows.Forms.DragEventArgs dragEvent)16639         protected virtual void OnDragDrop(System.Windows.Forms.DragEventArgs dragEvent) { }
16640         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnDragEnter(System.Windows.Forms.DragEventArgs dragEvent)16641         protected virtual void OnDragEnter(System.Windows.Forms.DragEventArgs dragEvent) { }
16642         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnDragLeave(System.EventArgs e)16643         protected virtual void OnDragLeave(System.EventArgs e) { }
16644         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnDragOver(System.Windows.Forms.DragEventArgs dragEvent)16645         protected virtual void OnDragOver(System.Windows.Forms.DragEventArgs dragEvent) { }
OnEnabledChanged(System.EventArgs e)16646         protected virtual void OnEnabledChanged(System.EventArgs e) { }
16647         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnFontChanged(System.EventArgs e)16648         protected virtual void OnFontChanged(System.EventArgs e) { }
16649         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnForeColorChanged(System.EventArgs e)16650         protected virtual void OnForeColorChanged(System.EventArgs e) { }
16651         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnGiveFeedback(System.Windows.Forms.GiveFeedbackEventArgs giveFeedbackEvent)16652         protected virtual void OnGiveFeedback(System.Windows.Forms.GiveFeedbackEventArgs giveFeedbackEvent) { }
OnLayout(System.Windows.Forms.LayoutEventArgs e)16653         protected internal virtual void OnLayout(System.Windows.Forms.LayoutEventArgs e) { }
OnLocationChanged(System.EventArgs e)16654         protected virtual void OnLocationChanged(System.EventArgs e) { }
OnMouseDown(System.Windows.Forms.MouseEventArgs e)16655         protected virtual void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { }
OnMouseEnter(System.EventArgs e)16656         protected virtual void OnMouseEnter(System.EventArgs e) { }
OnMouseHover(System.EventArgs e)16657         protected virtual void OnMouseHover(System.EventArgs e) { }
OnMouseLeave(System.EventArgs e)16658         protected virtual void OnMouseLeave(System.EventArgs e) { }
OnMouseMove(System.Windows.Forms.MouseEventArgs mea)16659         protected virtual void OnMouseMove(System.Windows.Forms.MouseEventArgs mea) { }
OnMouseUp(System.Windows.Forms.MouseEventArgs e)16660         protected virtual void OnMouseUp(System.Windows.Forms.MouseEventArgs e) { }
OnOwnerChanged(System.EventArgs e)16661         protected virtual void OnOwnerChanged(System.EventArgs e) { }
16662         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnOwnerFontChanged(System.EventArgs e)16663         protected internal virtual void OnOwnerFontChanged(System.EventArgs e) { }
OnPaint(System.Windows.Forms.PaintEventArgs e)16664         protected virtual void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
16665         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnParentBackColorChanged(System.EventArgs e)16666         protected virtual void OnParentBackColorChanged(System.EventArgs e) { }
OnParentChanged(System.Windows.Forms.ToolStrip oldParent, System.Windows.Forms.ToolStrip newParent)16667         protected virtual void OnParentChanged(System.Windows.Forms.ToolStrip oldParent, System.Windows.Forms.ToolStrip newParent) { }
OnParentEnabledChanged(System.EventArgs e)16668         protected internal virtual void OnParentEnabledChanged(System.EventArgs e) { }
16669         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnParentForeColorChanged(System.EventArgs e)16670         protected virtual void OnParentForeColorChanged(System.EventArgs e) { }
16671         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnParentRightToLeftChanged(System.EventArgs e)16672         protected internal virtual void OnParentRightToLeftChanged(System.EventArgs e) { }
16673         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnQueryContinueDrag(System.Windows.Forms.QueryContinueDragEventArgs queryContinueDragEvent)16674         protected virtual void OnQueryContinueDrag(System.Windows.Forms.QueryContinueDragEventArgs queryContinueDragEvent) { }
OnRightToLeftChanged(System.EventArgs e)16675         protected virtual void OnRightToLeftChanged(System.EventArgs e) { }
16676         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnTextChanged(System.EventArgs e)16677         protected virtual void OnTextChanged(System.EventArgs e) { }
OnVisibleChanged(System.EventArgs e)16678         protected virtual void OnVisibleChanged(System.EventArgs e) { }
PerformClick()16679         public void PerformClick() { }
16680         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
16681         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.Forms.Keys keyData)16682         protected internal virtual bool ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.Forms.Keys keyData) { throw null; }
16683         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
16684         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessDialogKey(System.Windows.Forms.Keys keyData)16685         protected internal virtual bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
16686         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
16687         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessMnemonic(char charCode)16688         protected internal virtual bool ProcessMnemonic(char charCode) { throw null; }
16689         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetBackColor()16690         public virtual void ResetBackColor() { }
16691         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetDisplayStyle()16692         public virtual void ResetDisplayStyle() { }
16693         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetFont()16694         public virtual void ResetFont() { }
16695         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetForeColor()16696         public virtual void ResetForeColor() { }
16697         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetImage()16698         public virtual void ResetImage() { }
16699         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetMargin()16700         public void ResetMargin() { }
16701         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetPadding()16702         public void ResetPadding() { }
16703         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetRightToLeft()16704         public virtual void ResetRightToLeft() { }
16705         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetTextDirection()16706         public virtual void ResetTextDirection() { }
Select()16707         public void Select() { }
SetBounds(System.Drawing.Rectangle bounds)16708         protected internal virtual void SetBounds(System.Drawing.Rectangle bounds) { }
SetVisibleCore(bool visible)16709         protected virtual void SetVisibleCore(bool visible) { }
System.Windows.Forms.IDropTarget.OnDragDrop(System.Windows.Forms.DragEventArgs dragEvent)16710         void System.Windows.Forms.IDropTarget.OnDragDrop(System.Windows.Forms.DragEventArgs dragEvent) { }
System.Windows.Forms.IDropTarget.OnDragEnter(System.Windows.Forms.DragEventArgs dragEvent)16711         void System.Windows.Forms.IDropTarget.OnDragEnter(System.Windows.Forms.DragEventArgs dragEvent) { }
System.Windows.Forms.IDropTarget.OnDragLeave(System.EventArgs e)16712         void System.Windows.Forms.IDropTarget.OnDragLeave(System.EventArgs e) { }
System.Windows.Forms.IDropTarget.OnDragOver(System.Windows.Forms.DragEventArgs dragEvent)16713         void System.Windows.Forms.IDropTarget.OnDragOver(System.Windows.Forms.DragEventArgs dragEvent) { }
ToString()16714         public override string ToString() { throw null; }
16715         [System.Runtime.InteropServices.ComVisibleAttribute(true)]
16716         public partial class ToolStripItemAccessibleObject : System.Windows.Forms.AccessibleObject
16717         {
ToolStripItemAccessibleObject(System.Windows.Forms.ToolStripItem ownerItem)16718             public ToolStripItemAccessibleObject(System.Windows.Forms.ToolStripItem ownerItem) { }
16719             public override System.Drawing.Rectangle Bounds { get { throw null; } }
16720             public override string DefaultAction { get { throw null; } }
16721             public override string Description { get { throw null; } }
16722             public override string Help { get { throw null; } }
16723             public override string KeyboardShortcut { get { throw null; } }
16724             public override string Name { get { throw null; } set { } }
16725             public override System.Windows.Forms.AccessibleObject Parent { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2)), System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
16726             public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
16727             public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
AddState(System.Windows.Forms.AccessibleStates state)16728             public void AddState(System.Windows.Forms.AccessibleStates state) { }
16729             [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
DoDefaultAction()16730             public override void DoDefaultAction() { }
GetHelpTopic(out string fileName)16731             public override int GetHelpTopic(out string fileName) { fileName = default(string); throw null; }
16732             [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
Navigate(System.Windows.Forms.AccessibleNavigation navigationDirection)16733             public override System.Windows.Forms.AccessibleObject Navigate(System.Windows.Forms.AccessibleNavigation navigationDirection) { throw null; }
ToString()16734             public override string ToString() { throw null; }
16735         }
16736     }
16737     public enum ToolStripItemAlignment
16738     {
16739         Left = 0,
16740         Right = 1,
16741     }
16742     public partial class ToolStripItemClickedEventArgs : System.EventArgs
16743     {
ToolStripItemClickedEventArgs(System.Windows.Forms.ToolStripItem clickedItem)16744         public ToolStripItemClickedEventArgs(System.Windows.Forms.ToolStripItem clickedItem) { }
16745         public System.Windows.Forms.ToolStripItem ClickedItem { get { throw null; } }
16746     }
ToolStripItemClickedEventHandler(object sender, System.Windows.Forms.ToolStripItemClickedEventArgs e)16747     public delegate void ToolStripItemClickedEventHandler(object sender, System.Windows.Forms.ToolStripItemClickedEventArgs e);
16748     [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ToolStripCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
16749     [System.ComponentModel.ListBindableAttribute(false)]
16750     [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
16751     public partial class ToolStripItemCollection : System.Windows.Forms.Layout.ArrangedElementCollection, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
16752     {
ToolStripItemCollection(System.Windows.Forms.ToolStrip owner, System.Windows.Forms.ToolStripItem[] value)16753         public ToolStripItemCollection(System.Windows.Forms.ToolStrip owner, System.Windows.Forms.ToolStripItem[] value) { }
16754         public override bool IsReadOnly { get { throw null; } }
16755         public virtual System.Windows.Forms.ToolStripItem this[int index] { get { throw null; } }
16756         public virtual System.Windows.Forms.ToolStripItem this[string key] { get { throw null; } }
16757         bool System.Collections.IList.IsFixedSize { get { throw null; } }
16758         object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(System.Drawing.Image image)16759         public System.Windows.Forms.ToolStripItem Add(System.Drawing.Image image) { throw null; }
Add(string text)16760         public System.Windows.Forms.ToolStripItem Add(string text) { throw null; }
Add(string text, System.Drawing.Image image)16761         public System.Windows.Forms.ToolStripItem Add(string text, System.Drawing.Image image) { throw null; }
Add(string text, System.Drawing.Image image, System.EventHandler onClick)16762         public System.Windows.Forms.ToolStripItem Add(string text, System.Drawing.Image image, System.EventHandler onClick) { throw null; }
Add(System.Windows.Forms.ToolStripItem value)16763         public int Add(System.Windows.Forms.ToolStripItem value) { throw null; }
AddRange(System.Windows.Forms.ToolStripItemCollection toolStripItems)16764         public void AddRange(System.Windows.Forms.ToolStripItemCollection toolStripItems) { }
AddRange(System.Windows.Forms.ToolStripItem[] toolStripItems)16765         public void AddRange(System.Windows.Forms.ToolStripItem[] toolStripItems) { }
Clear()16766         public virtual void Clear() { }
Contains(System.Windows.Forms.ToolStripItem value)16767         public bool Contains(System.Windows.Forms.ToolStripItem value) { throw null; }
ContainsKey(string key)16768         public virtual bool ContainsKey(string key) { throw null; }
CopyTo(System.Windows.Forms.ToolStripItem[] array, int index)16769         public void CopyTo(System.Windows.Forms.ToolStripItem[] array, int index) { }
Find(string key, bool searchAllChildren)16770         public System.Windows.Forms.ToolStripItem[] Find(string key, bool searchAllChildren) { throw null; }
IndexOf(System.Windows.Forms.ToolStripItem value)16771         public int IndexOf(System.Windows.Forms.ToolStripItem value) { throw null; }
IndexOfKey(string key)16772         public virtual int IndexOfKey(string key) { throw null; }
Insert(int index, System.Windows.Forms.ToolStripItem value)16773         public void Insert(int index, System.Windows.Forms.ToolStripItem value) { }
Remove(System.Windows.Forms.ToolStripItem value)16774         public void Remove(System.Windows.Forms.ToolStripItem value) { }
RemoveAt(int index)16775         public void RemoveAt(int index) { }
RemoveByKey(string key)16776         public virtual void RemoveByKey(string key) { }
System.Collections.IList.Add(object value)16777         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()16778         void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object value)16779         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)16780         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)16781         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)16782         void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)16783         void System.Collections.IList.RemoveAt(int index) { }
16784     }
16785     public enum ToolStripItemDisplayStyle
16786     {
16787         Image = 2,
16788         ImageAndText = 3,
16789         None = 0,
16790         Text = 1,
16791     }
16792     public partial class ToolStripItemEventArgs : System.EventArgs
16793     {
ToolStripItemEventArgs(System.Windows.Forms.ToolStripItem item)16794         public ToolStripItemEventArgs(System.Windows.Forms.ToolStripItem item) { }
16795         public System.Windows.Forms.ToolStripItem Item { get { throw null; } }
16796     }
ToolStripItemEventHandler(object sender, System.Windows.Forms.ToolStripItemEventArgs e)16797     public delegate void ToolStripItemEventHandler(object sender, System.Windows.Forms.ToolStripItemEventArgs e);
16798     public partial class ToolStripItemImageRenderEventArgs : System.Windows.Forms.ToolStripItemRenderEventArgs
16799     {
ToolStripItemImageRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripItem item, System.Drawing.Image image, System.Drawing.Rectangle imageRectangle)16800         public ToolStripItemImageRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripItem item, System.Drawing.Image image, System.Drawing.Rectangle imageRectangle) : base (default(System.Drawing.Graphics), default(System.Windows.Forms.ToolStripItem)) { }
ToolStripItemImageRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripItem item, System.Drawing.Rectangle imageRectangle)16801         public ToolStripItemImageRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripItem item, System.Drawing.Rectangle imageRectangle) : base (default(System.Drawing.Graphics), default(System.Windows.Forms.ToolStripItem)) { }
16802         public System.Drawing.Image Image { get { throw null; } }
16803         public System.Drawing.Rectangle ImageRectangle { get { throw null; } }
16804     }
ToolStripItemImageRenderEventHandler(object sender, System.Windows.Forms.ToolStripItemImageRenderEventArgs e)16805     public delegate void ToolStripItemImageRenderEventHandler(object sender, System.Windows.Forms.ToolStripItemImageRenderEventArgs e);
16806     public enum ToolStripItemImageScaling
16807     {
16808         None = 0,
16809         SizeToFit = 1,
16810     }
16811     public enum ToolStripItemOverflow
16812     {
16813         Always = 1,
16814         AsNeeded = 2,
16815         Never = 0,
16816     }
16817     public enum ToolStripItemPlacement
16818     {
16819         Main = 0,
16820         None = 2,
16821         Overflow = 1,
16822     }
16823     public partial class ToolStripItemRenderEventArgs : System.EventArgs
16824     {
ToolStripItemRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripItem item)16825         public ToolStripItemRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripItem item) { }
16826         public System.Drawing.Graphics Graphics { get { throw null; } }
16827         public System.Windows.Forms.ToolStripItem Item { get { throw null; } }
16828         public System.Windows.Forms.ToolStrip ToolStrip { get { throw null; } }
16829     }
ToolStripItemRenderEventHandler(object sender, System.Windows.Forms.ToolStripItemRenderEventArgs e)16830     public delegate void ToolStripItemRenderEventHandler(object sender, System.Windows.Forms.ToolStripItemRenderEventArgs e);
16831     public partial class ToolStripItemTextRenderEventArgs : System.Windows.Forms.ToolStripItemRenderEventArgs
16832     {
ToolStripItemTextRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripItem item, string text, System.Drawing.Rectangle textRectangle, System.Drawing.Color textColor, System.Drawing.Font textFont, System.Drawing.ContentAlignment textAlign)16833         public ToolStripItemTextRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripItem item, string text, System.Drawing.Rectangle textRectangle, System.Drawing.Color textColor, System.Drawing.Font textFont, System.Drawing.ContentAlignment textAlign) : base (default(System.Drawing.Graphics), default(System.Windows.Forms.ToolStripItem)) { }
ToolStripItemTextRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripItem item, string text, System.Drawing.Rectangle textRectangle, System.Drawing.Color textColor, System.Drawing.Font textFont, System.Windows.Forms.TextFormatFlags format)16834         public ToolStripItemTextRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripItem item, string text, System.Drawing.Rectangle textRectangle, System.Drawing.Color textColor, System.Drawing.Font textFont, System.Windows.Forms.TextFormatFlags format) : base (default(System.Drawing.Graphics), default(System.Windows.Forms.ToolStripItem)) { }
16835         public string Text { get { throw null; } set { } }
16836         public System.Drawing.Color TextColor { get { throw null; } set { } }
16837         public System.Windows.Forms.ToolStripTextDirection TextDirection { get { throw null; } set { } }
16838         public System.Drawing.Font TextFont { get { throw null; } set { } }
16839         public System.Windows.Forms.TextFormatFlags TextFormat { get { throw null; } set { } }
16840         public System.Drawing.Rectangle TextRectangle { get { throw null; } set { } }
16841     }
ToolStripItemTextRenderEventHandler(object sender, System.Windows.Forms.ToolStripItemTextRenderEventArgs e)16842     public delegate void ToolStripItemTextRenderEventHandler(object sender, System.Windows.Forms.ToolStripItemTextRenderEventArgs e);
16843     [System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute((System.Windows.Forms.Design.ToolStripItemDesignerAvailability)(1))]
16844     public partial class ToolStripLabel : System.Windows.Forms.ToolStripItem
16845     {
ToolStripLabel()16846         public ToolStripLabel() { }
ToolStripLabel(System.Drawing.Image image)16847         public ToolStripLabel(System.Drawing.Image image) { }
ToolStripLabel(string text)16848         public ToolStripLabel(string text) { }
ToolStripLabel(string text, System.Drawing.Image image)16849         public ToolStripLabel(string text, System.Drawing.Image image) { }
ToolStripLabel(string text, System.Drawing.Image image, bool isLink)16850         public ToolStripLabel(string text, System.Drawing.Image image, bool isLink) { }
ToolStripLabel(string text, System.Drawing.Image image, bool isLink, System.EventHandler onClick)16851         public ToolStripLabel(string text, System.Drawing.Image image, bool isLink, System.EventHandler onClick) { }
ToolStripLabel(string text, System.Drawing.Image image, bool isLink, System.EventHandler onClick, string name)16852         public ToolStripLabel(string text, System.Drawing.Image image, bool isLink, System.EventHandler onClick, string name) { }
16853         public System.Drawing.Color ActiveLinkColor { get { throw null; } set { } }
16854         public override bool CanSelect { get { throw null; } }
16855         [System.ComponentModel.DefaultValueAttribute(false)]
16856         public bool IsLink { get { throw null; } set { } }
16857         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.LinkBehavior)(0))]
16858         public System.Windows.Forms.LinkBehavior LinkBehavior { get { throw null; } set { } }
16859         public System.Drawing.Color LinkColor { get { throw null; } set { } }
16860         [System.ComponentModel.DefaultValueAttribute(false)]
16861         public bool LinkVisited { get { throw null; } set { } }
16862         public System.Drawing.Color VisitedLinkColor { get { throw null; } set { } }
16863         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
CreateAccessibilityInstance()16864         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
OnFontChanged(System.EventArgs e)16865         protected override void OnFontChanged(System.EventArgs e) { }
OnMouseEnter(System.EventArgs e)16866         protected override void OnMouseEnter(System.EventArgs e) { }
OnMouseLeave(System.EventArgs e)16867         protected override void OnMouseLeave(System.EventArgs e) { }
OnPaint(System.Windows.Forms.PaintEventArgs e)16868         protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
16869         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessMnemonic(char charCode)16870         protected internal override bool ProcessMnemonic(char charCode) { throw null; }
16871     }
16872     public enum ToolStripLayoutStyle
16873     {
16874         Flow = 3,
16875         HorizontalStackWithOverflow = 1,
16876         StackWithOverflow = 0,
16877         Table = 4,
16878         VerticalStackWithOverflow = 2,
16879     }
16880     public sealed partial class ToolStripManager
16881     {
ToolStripManager()16882         internal ToolStripManager() { }
16883         public static System.Windows.Forms.ToolStripRenderer Renderer { get { throw null; } [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]set { } }
16884         public static System.Windows.Forms.ToolStripManagerRenderMode RenderMode { get { throw null; } [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]set { } }
16885         public static bool VisualStylesEnabled { get { throw null; } [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]set { } }
16886         public static event System.EventHandler RendererChanged { add { } remove { } }
16887         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
FindToolStrip(string toolStripName)16888         public static System.Windows.Forms.ToolStrip FindToolStrip(string toolStripName) { throw null; }
IsShortcutDefined(System.Windows.Forms.Keys shortcut)16889         public static bool IsShortcutDefined(System.Windows.Forms.Keys shortcut) { throw null; }
IsValidShortcut(System.Windows.Forms.Keys shortcut)16890         public static bool IsValidShortcut(System.Windows.Forms.Keys shortcut) { throw null; }
LoadSettings(System.Windows.Forms.Form targetForm)16891         public static void LoadSettings(System.Windows.Forms.Form targetForm) { }
LoadSettings(System.Windows.Forms.Form targetForm, string key)16892         public static void LoadSettings(System.Windows.Forms.Form targetForm, string key) { }
Merge(System.Windows.Forms.ToolStrip sourceToolStrip, string targetName)16893         public static bool Merge(System.Windows.Forms.ToolStrip sourceToolStrip, string targetName) { throw null; }
Merge(System.Windows.Forms.ToolStrip sourceToolStrip, System.Windows.Forms.ToolStrip targetToolStrip)16894         public static bool Merge(System.Windows.Forms.ToolStrip sourceToolStrip, System.Windows.Forms.ToolStrip targetToolStrip) { throw null; }
RevertMerge(string targetName)16895         public static bool RevertMerge(string targetName) { throw null; }
RevertMerge(System.Windows.Forms.ToolStrip targetToolStrip)16896         public static bool RevertMerge(System.Windows.Forms.ToolStrip targetToolStrip) { throw null; }
RevertMerge(System.Windows.Forms.ToolStrip targetToolStrip, System.Windows.Forms.ToolStrip sourceToolStrip)16897         public static bool RevertMerge(System.Windows.Forms.ToolStrip targetToolStrip, System.Windows.Forms.ToolStrip sourceToolStrip) { throw null; }
SaveSettings(System.Windows.Forms.Form sourceForm)16898         public static void SaveSettings(System.Windows.Forms.Form sourceForm) { }
SaveSettings(System.Windows.Forms.Form sourceForm, string key)16899         public static void SaveSettings(System.Windows.Forms.Form sourceForm, string key) { }
16900     }
16901     public enum ToolStripManagerRenderMode
16902     {
16903         [System.ComponentModel.BrowsableAttribute(false)]
16904         Custom = 0,
16905         Professional = 2,
16906         System = 1,
16907     }
16908     [System.ComponentModel.Design.Serialization.DesignerSerializerAttribute("System.Windows.Forms.Design.ToolStripMenuItemCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
16909     [System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute((System.Windows.Forms.Design.ToolStripItemDesignerAvailability)(6))]
16910     public partial class ToolStripMenuItem : System.Windows.Forms.ToolStripDropDownItem
16911     {
ToolStripMenuItem()16912         public ToolStripMenuItem() { }
ToolStripMenuItem(System.Drawing.Image image)16913         public ToolStripMenuItem(System.Drawing.Image image) { }
ToolStripMenuItem(string text)16914         public ToolStripMenuItem(string text) { }
ToolStripMenuItem(string text, System.Drawing.Image image)16915         public ToolStripMenuItem(string text, System.Drawing.Image image) { }
ToolStripMenuItem(string text, System.Drawing.Image image, System.EventHandler onClick)16916         public ToolStripMenuItem(string text, System.Drawing.Image image, System.EventHandler onClick) { }
ToolStripMenuItem(string text, System.Drawing.Image image, System.EventHandler onClick, string name)16917         public ToolStripMenuItem(string text, System.Drawing.Image image, System.EventHandler onClick, string name) { }
ToolStripMenuItem(string text, System.Drawing.Image image, System.EventHandler onClick, System.Windows.Forms.Keys shortcutKeys)16918         public ToolStripMenuItem(string text, System.Drawing.Image image, System.EventHandler onClick, System.Windows.Forms.Keys shortcutKeys) { }
ToolStripMenuItem(string text, System.Drawing.Image image, params System.Windows.Forms.ToolStripItem[] dropDownItems)16919         public ToolStripMenuItem(string text, System.Drawing.Image image, params System.Windows.Forms.ToolStripItem[] dropDownItems) { }
16920         [System.ComponentModel.BindableAttribute(true)]
16921         [System.ComponentModel.DefaultValueAttribute(false)]
16922         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
16923         public bool Checked { get { throw null; } set { } }
16924         [System.ComponentModel.DefaultValueAttribute(false)]
16925         public bool CheckOnClick { get { throw null; } set { } }
16926         [System.ComponentModel.BindableAttribute(true)]
16927         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.CheckState)(0))]
16928         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
16929         public System.Windows.Forms.CheckState CheckState { get { throw null; } set { } }
16930         protected internal override System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
16931         protected override System.Windows.Forms.Padding DefaultPadding { get { throw null; } }
16932         protected override System.Drawing.Size DefaultSize { get { throw null; } }
16933         public override bool Enabled { get { throw null; } set { } }
16934         [System.ComponentModel.BrowsableAttribute(false)]
16935         public bool IsMdiWindowListEntry { get { throw null; } }
16936         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ToolStripItemOverflow)(0))]
16937         public new System.Windows.Forms.ToolStripItemOverflow Overflow { get { throw null; } set { } }
16938         [System.ComponentModel.DefaultValueAttribute(null)]
16939         [System.ComponentModel.LocalizableAttribute(true)]
16940         public string ShortcutKeyDisplayString { get { throw null; } set { } }
16941         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.Keys)(0))]
16942         [System.ComponentModel.LocalizableAttribute(true)]
16943         public System.Windows.Forms.Keys ShortcutKeys { get { throw null; } set { } }
16944         [System.ComponentModel.DefaultValueAttribute(true)]
16945         [System.ComponentModel.LocalizableAttribute(true)]
16946         public bool ShowShortcutKeys { get { throw null; } set { } }
16947         public event System.EventHandler CheckedChanged { add { } remove { } }
16948         public event System.EventHandler CheckStateChanged { add { } remove { } }
16949         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
CreateAccessibilityInstance()16950         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
CreateDefaultDropDown()16951         protected override System.Windows.Forms.ToolStripDropDown CreateDefaultDropDown() { throw null; }
Dispose(bool disposing)16952         protected override void Dispose(bool disposing) { }
OnCheckedChanged(System.EventArgs e)16953         protected virtual void OnCheckedChanged(System.EventArgs e) { }
OnCheckStateChanged(System.EventArgs e)16954         protected virtual void OnCheckStateChanged(System.EventArgs e) { }
OnClick(System.EventArgs e)16955         protected override void OnClick(System.EventArgs e) { }
OnDropDownHide(System.EventArgs e)16956         protected override void OnDropDownHide(System.EventArgs e) { }
OnDropDownShow(System.EventArgs e)16957         protected override void OnDropDownShow(System.EventArgs e) { }
OnFontChanged(System.EventArgs e)16958         protected override void OnFontChanged(System.EventArgs e) { }
OnMouseDown(System.Windows.Forms.MouseEventArgs e)16959         protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { }
OnMouseEnter(System.EventArgs e)16960         protected override void OnMouseEnter(System.EventArgs e) { }
OnMouseLeave(System.EventArgs e)16961         protected override void OnMouseLeave(System.EventArgs e) { }
OnMouseUp(System.Windows.Forms.MouseEventArgs e)16962         protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs e) { }
OnOwnerChanged(System.EventArgs e)16963         protected override void OnOwnerChanged(System.EventArgs e) { }
OnPaint(System.Windows.Forms.PaintEventArgs e)16964         protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
16965         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.Forms.Keys keyData)16966         protected internal override bool ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.Forms.Keys keyData) { throw null; }
16967         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessMnemonic(char charCode)16968         protected internal override bool ProcessMnemonic(char charCode) { throw null; }
SetBounds(System.Drawing.Rectangle rect)16969         protected internal override void SetBounds(System.Drawing.Rectangle rect) { }
16970     }
16971     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
16972     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
16973     public partial class ToolStripOverflow : System.Windows.Forms.ToolStripDropDown, System.ComponentModel.IComponent, System.IDisposable
16974     {
ToolStripOverflow(System.Windows.Forms.ToolStripItem parentItem)16975         public ToolStripOverflow(System.Windows.Forms.ToolStripItem parentItem) { }
16976         protected internal override System.Windows.Forms.ToolStripItemCollection DisplayedItems { get { throw null; } }
16977         public override System.Windows.Forms.ToolStripItemCollection Items { get { throw null; } }
16978         public override System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get { throw null; } }
CreateAccessibilityInstance()16979         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
GetPreferredSize(System.Drawing.Size constrainingSize)16980         public override System.Drawing.Size GetPreferredSize(System.Drawing.Size constrainingSize) { throw null; }
OnLayout(System.Windows.Forms.LayoutEventArgs e)16981         protected override void OnLayout(System.Windows.Forms.LayoutEventArgs e) { }
SetDisplayedItems()16982         protected override void SetDisplayedItems() { }
16983     }
16984     [System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute((System.Windows.Forms.Design.ToolStripItemDesignerAvailability)(0))]
16985     public partial class ToolStripOverflowButton : System.Windows.Forms.ToolStripDropDownButton
16986     {
ToolStripOverflowButton()16987         internal ToolStripOverflowButton() { }
16988         protected internal override System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
16989         public override bool HasDropDownItems { get { throw null; } }
16990         [System.ComponentModel.BrowsableAttribute(false)]
16991         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
16992         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16993         public new bool RightToLeftAutoMirrorImage { get { throw null; } set { } }
CreateAccessibilityInstance()16994         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
CreateDefaultDropDown()16995         protected override System.Windows.Forms.ToolStripDropDown CreateDefaultDropDown() { throw null; }
Dispose(bool disposing)16996         protected override void Dispose(bool disposing) { }
GetPreferredSize(System.Drawing.Size constrainingSize)16997         public override System.Drawing.Size GetPreferredSize(System.Drawing.Size constrainingSize) { throw null; }
OnPaint(System.Windows.Forms.PaintEventArgs e)16998         protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
SetBounds(System.Drawing.Rectangle bounds)16999         protected internal override void SetBounds(System.Drawing.Rectangle bounds) { }
17000     }
17001     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ToolStripPanelDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
17002     [System.Drawing.ToolboxBitmapAttribute(typeof(System.Windows.Forms.ToolStripPanel), "ToolStripPanel_standalone.bmp")]
17003     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
17004     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
17005     public partial class ToolStripPanel : System.Windows.Forms.ContainerControl, System.ComponentModel.IComponent, System.IDisposable
17006     {
ToolStripPanel()17007         public ToolStripPanel() { }
17008         [System.ComponentModel.BrowsableAttribute(false)]
17009         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17010         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17011         public override bool AllowDrop { get { throw null; } set { } }
17012         [System.ComponentModel.BrowsableAttribute(false)]
17013         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17014         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17015         public override bool AutoScroll { get { throw null; } set { } }
17016         [System.ComponentModel.BrowsableAttribute(false)]
17017         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17018         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17019         public new System.Drawing.Size AutoScrollMargin { get { throw null; } set { } }
17020         [System.ComponentModel.BrowsableAttribute(false)]
17021         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17022         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17023         public new System.Drawing.Size AutoScrollMinSize { get { throw null; } set { } }
17024         [System.ComponentModel.DefaultValueAttribute(true)]
17025         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(1))]
17026         public override bool AutoSize { get { throw null; } set { } }
17027         protected override System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
17028         protected override System.Windows.Forms.Padding DefaultPadding { get { throw null; } }
17029         public override System.Windows.Forms.DockStyle Dock { get { throw null; } set { } }
17030         public override System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get { throw null; } }
17031         [System.ComponentModel.BrowsableAttribute(false)]
17032         [System.ComponentModel.DefaultValueAttribute(false)]
17033         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
17034         public bool Locked { get { throw null; } set { } }
17035         public System.Windows.Forms.Orientation Orientation { get { throw null; } set { } }
17036         [System.ComponentModel.BrowsableAttribute(false)]
17037         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17038         public System.Windows.Forms.ToolStripRenderer Renderer { get { throw null; } set { } }
17039         public System.Windows.Forms.ToolStripRenderMode RenderMode { get { throw null; } set { } }
17040         public System.Windows.Forms.Padding RowMargin { get { throw null; } set { } }
17041         [System.ComponentModel.BrowsableAttribute(false)]
17042         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17043         public System.Windows.Forms.ToolStripPanelRow[] Rows { get { throw null; } }
17044         [System.ComponentModel.BrowsableAttribute(false)]
17045         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17046         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17047         public new int TabIndex { get { throw null; } set { } }
17048         [System.ComponentModel.BrowsableAttribute(false)]
17049         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17050         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17051         public new bool TabStop { get { throw null; } set { } }
17052         [System.ComponentModel.BrowsableAttribute(false)]
17053         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17054         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17055         public override string Text { get { throw null; } set { } }
17056         [System.ComponentModel.BrowsableAttribute(true)]
17057         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
17058         public new event System.EventHandler AutoSizeChanged { add { } remove { } }
17059         public event System.EventHandler RendererChanged { add { } remove { } }
17060         [System.ComponentModel.BrowsableAttribute(false)]
17061         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17062         public new event System.EventHandler TabIndexChanged { add { } remove { } }
17063         [System.ComponentModel.BrowsableAttribute(false)]
17064         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17065         public new event System.EventHandler TabStopChanged { add { } remove { } }
17066         [System.ComponentModel.BrowsableAttribute(false)]
17067         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17068         public new event System.EventHandler TextChanged { add { } remove { } }
BeginInit()17069         public void BeginInit() { }
CreateControlsInstance()17070         protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw null; }
Dispose(bool disposing)17071         protected override void Dispose(bool disposing) { }
EndInit()17072         public void EndInit() { }
Join(System.Windows.Forms.ToolStrip toolStripToDrag)17073         public void Join(System.Windows.Forms.ToolStrip toolStripToDrag) { }
Join(System.Windows.Forms.ToolStrip toolStripToDrag, System.Drawing.Point location)17074         public void Join(System.Windows.Forms.ToolStrip toolStripToDrag, System.Drawing.Point location) { }
Join(System.Windows.Forms.ToolStrip toolStripToDrag, int row)17075         public void Join(System.Windows.Forms.ToolStrip toolStripToDrag, int row) { }
Join(System.Windows.Forms.ToolStrip toolStripToDrag, int x, int y)17076         public void Join(System.Windows.Forms.ToolStrip toolStripToDrag, int x, int y) { }
OnControlAdded(System.Windows.Forms.ControlEventArgs e)17077         protected override void OnControlAdded(System.Windows.Forms.ControlEventArgs e) { }
OnControlRemoved(System.Windows.Forms.ControlEventArgs e)17078         protected override void OnControlRemoved(System.Windows.Forms.ControlEventArgs e) { }
OnDockChanged(System.EventArgs e)17079         protected override void OnDockChanged(System.EventArgs e) { }
OnLayout(System.Windows.Forms.LayoutEventArgs e)17080         protected override void OnLayout(System.Windows.Forms.LayoutEventArgs e) { }
17081         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnPaintBackground(System.Windows.Forms.PaintEventArgs e)17082         protected override void OnPaintBackground(System.Windows.Forms.PaintEventArgs e) { }
OnParentChanged(System.EventArgs e)17083         protected override void OnParentChanged(System.EventArgs e) { }
OnRendererChanged(System.EventArgs e)17084         protected virtual void OnRendererChanged(System.EventArgs e) { }
OnRightToLeftChanged(System.EventArgs e)17085         protected override void OnRightToLeftChanged(System.EventArgs e) { }
PointToRow(System.Drawing.Point clientLocation)17086         public System.Windows.Forms.ToolStripPanelRow PointToRow(System.Drawing.Point clientLocation) { throw null; }
17087         [System.ComponentModel.ListBindableAttribute(false)]
17088         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
17089         public partial class ToolStripPanelRowCollection : System.Windows.Forms.Layout.ArrangedElementCollection, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
17090         {
ToolStripPanelRowCollection(System.Windows.Forms.ToolStripPanel owner)17091             public ToolStripPanelRowCollection(System.Windows.Forms.ToolStripPanel owner) { }
ToolStripPanelRowCollection(System.Windows.Forms.ToolStripPanel owner, System.Windows.Forms.ToolStripPanelRow[] value)17092             public ToolStripPanelRowCollection(System.Windows.Forms.ToolStripPanel owner, System.Windows.Forms.ToolStripPanelRow[] value) { }
17093             public virtual System.Windows.Forms.ToolStripPanelRow this[int index] { get { throw null; } }
17094             bool System.Collections.IList.IsFixedSize { get { throw null; } }
17095             bool System.Collections.IList.IsReadOnly { get { throw null; } }
17096             object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(System.Windows.Forms.ToolStripPanelRow value)17097             public int Add(System.Windows.Forms.ToolStripPanelRow value) { throw null; }
AddRange(System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection value)17098             public void AddRange(System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection value) { }
AddRange(System.Windows.Forms.ToolStripPanelRow[] value)17099             public void AddRange(System.Windows.Forms.ToolStripPanelRow[] value) { }
Clear()17100             public virtual void Clear() { }
Contains(System.Windows.Forms.ToolStripPanelRow value)17101             public bool Contains(System.Windows.Forms.ToolStripPanelRow value) { throw null; }
CopyTo(System.Windows.Forms.ToolStripPanelRow[] array, int index)17102             public void CopyTo(System.Windows.Forms.ToolStripPanelRow[] array, int index) { }
IndexOf(System.Windows.Forms.ToolStripPanelRow value)17103             public int IndexOf(System.Windows.Forms.ToolStripPanelRow value) { throw null; }
Insert(int index, System.Windows.Forms.ToolStripPanelRow value)17104             public void Insert(int index, System.Windows.Forms.ToolStripPanelRow value) { }
Remove(System.Windows.Forms.ToolStripPanelRow value)17105             public void Remove(System.Windows.Forms.ToolStripPanelRow value) { }
RemoveAt(int index)17106             public void RemoveAt(int index) { }
System.Collections.IList.Add(object value)17107             int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()17108             void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object value)17109             bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)17110             int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)17111             void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)17112             void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)17113             void System.Collections.IList.RemoveAt(int index) { }
17114         }
17115     }
17116     public partial class ToolStripPanelRenderEventArgs : System.EventArgs
17117     {
ToolStripPanelRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripPanel toolStripPanel)17118         public ToolStripPanelRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripPanel toolStripPanel) { }
17119         public System.Drawing.Graphics Graphics { get { throw null; } }
17120         public bool Handled { get { throw null; } set { } }
17121         public System.Windows.Forms.ToolStripPanel ToolStripPanel { get { throw null; } }
17122     }
ToolStripPanelRenderEventHandler(object sender, System.Windows.Forms.ToolStripPanelRenderEventArgs e)17123     public delegate void ToolStripPanelRenderEventHandler(object sender, System.Windows.Forms.ToolStripPanelRenderEventArgs e);
17124     [System.ComponentModel.ToolboxItemAttribute(false)]
17125     public partial class ToolStripPanelRow : System.ComponentModel.Component, System.ComponentModel.IComponent, System.IDisposable
17126     {
ToolStripPanelRow(System.Windows.Forms.ToolStripPanel parent)17127         public ToolStripPanelRow(System.Windows.Forms.ToolStripPanel parent) { }
17128         public System.Drawing.Rectangle Bounds { get { throw null; } }
17129         [System.ComponentModel.BrowsableAttribute(false)]
17130         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17131         public System.Windows.Forms.Control[] Controls { get { throw null; } }
17132         protected virtual System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
17133         protected virtual System.Windows.Forms.Padding DefaultPadding { get { throw null; } }
17134         public System.Drawing.Rectangle DisplayRectangle { get { throw null; } }
17135         public System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get { throw null; } }
17136         public System.Windows.Forms.Padding Margin { get { throw null; } set { } }
17137         public System.Windows.Forms.Orientation Orientation { get { throw null; } }
17138         public virtual System.Windows.Forms.Padding Padding { get { throw null; } set { } }
17139         public System.Windows.Forms.ToolStripPanel ToolStripPanel { get { throw null; } }
CanMove(System.Windows.Forms.ToolStrip toolStripToDrag)17140         public bool CanMove(System.Windows.Forms.ToolStrip toolStripToDrag) { throw null; }
Dispose(bool disposing)17141         protected override void Dispose(bool disposing) { }
OnBoundsChanged(System.Drawing.Rectangle oldBounds, System.Drawing.Rectangle newBounds)17142         protected void OnBoundsChanged(System.Drawing.Rectangle oldBounds, System.Drawing.Rectangle newBounds) { }
OnControlAdded(System.Windows.Forms.Control control, int index)17143         protected internal virtual void OnControlAdded(System.Windows.Forms.Control control, int index) { }
OnControlRemoved(System.Windows.Forms.Control control, int index)17144         protected internal virtual void OnControlRemoved(System.Windows.Forms.Control control, int index) { }
OnLayout(System.Windows.Forms.LayoutEventArgs e)17145         protected virtual void OnLayout(System.Windows.Forms.LayoutEventArgs e) { }
OnOrientationChanged()17146         protected internal virtual void OnOrientationChanged() { }
17147     }
17148     public partial class ToolStripProfessionalRenderer : System.Windows.Forms.ToolStripRenderer
17149     {
ToolStripProfessionalRenderer()17150         public ToolStripProfessionalRenderer() { }
ToolStripProfessionalRenderer(System.Windows.Forms.ProfessionalColorTable professionalColorTable)17151         public ToolStripProfessionalRenderer(System.Windows.Forms.ProfessionalColorTable professionalColorTable) { }
17152         public System.Windows.Forms.ProfessionalColorTable ColorTable { get { throw null; } }
17153         public bool RoundedEdges { get { throw null; } set { } }
OnRenderArrow(System.Windows.Forms.ToolStripArrowRenderEventArgs e)17154         protected override void OnRenderArrow(System.Windows.Forms.ToolStripArrowRenderEventArgs e) { }
OnRenderButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17155         protected override void OnRenderButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
OnRenderDropDownButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17156         protected override void OnRenderDropDownButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
OnRenderGrip(System.Windows.Forms.ToolStripGripRenderEventArgs e)17157         protected override void OnRenderGrip(System.Windows.Forms.ToolStripGripRenderEventArgs e) { }
OnRenderImageMargin(System.Windows.Forms.ToolStripRenderEventArgs e)17158         protected override void OnRenderImageMargin(System.Windows.Forms.ToolStripRenderEventArgs e) { }
OnRenderItemCheck(System.Windows.Forms.ToolStripItemImageRenderEventArgs e)17159         protected override void OnRenderItemCheck(System.Windows.Forms.ToolStripItemImageRenderEventArgs e) { }
OnRenderItemImage(System.Windows.Forms.ToolStripItemImageRenderEventArgs e)17160         protected override void OnRenderItemImage(System.Windows.Forms.ToolStripItemImageRenderEventArgs e) { }
OnRenderItemText(System.Windows.Forms.ToolStripItemTextRenderEventArgs e)17161         protected override void OnRenderItemText(System.Windows.Forms.ToolStripItemTextRenderEventArgs e) { }
OnRenderLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17162         protected override void OnRenderLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
OnRenderMenuItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17163         protected override void OnRenderMenuItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
OnRenderOverflowButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17164         protected override void OnRenderOverflowButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
OnRenderSeparator(System.Windows.Forms.ToolStripSeparatorRenderEventArgs e)17165         protected override void OnRenderSeparator(System.Windows.Forms.ToolStripSeparatorRenderEventArgs e) { }
OnRenderSplitButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17166         protected override void OnRenderSplitButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
OnRenderToolStripBackground(System.Windows.Forms.ToolStripRenderEventArgs e)17167         protected override void OnRenderToolStripBackground(System.Windows.Forms.ToolStripRenderEventArgs e) { }
OnRenderToolStripBorder(System.Windows.Forms.ToolStripRenderEventArgs e)17168         protected override void OnRenderToolStripBorder(System.Windows.Forms.ToolStripRenderEventArgs e) { }
OnRenderToolStripContentPanelBackground(System.Windows.Forms.ToolStripContentPanelRenderEventArgs e)17169         protected override void OnRenderToolStripContentPanelBackground(System.Windows.Forms.ToolStripContentPanelRenderEventArgs e) { }
OnRenderToolStripPanelBackground(System.Windows.Forms.ToolStripPanelRenderEventArgs e)17170         protected override void OnRenderToolStripPanelBackground(System.Windows.Forms.ToolStripPanelRenderEventArgs e) { }
OnRenderToolStripStatusLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17171         protected override void OnRenderToolStripStatusLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
17172     }
17173     [System.ComponentModel.DefaultPropertyAttribute("Value")]
17174     public partial class ToolStripProgressBar : System.Windows.Forms.ToolStripControlHost
17175     {
ToolStripProgressBar()17176         public ToolStripProgressBar() : base (default(System.Windows.Forms.Control)) { }
ToolStripProgressBar(string name)17177         public ToolStripProgressBar(string name) : base (default(System.Windows.Forms.Control)) { }
17178         [System.ComponentModel.BrowsableAttribute(false)]
17179         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17180         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17181         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
17182         [System.ComponentModel.BrowsableAttribute(false)]
17183         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17184         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17185         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
17186         protected internal override System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
17187         protected override System.Drawing.Size DefaultSize { get { throw null; } }
17188         [System.ComponentModel.DefaultValueAttribute(100)]
17189         public int MarqueeAnimationSpeed { get { throw null; } set { } }
17190         [System.ComponentModel.DefaultValueAttribute(100)]
17191         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
17192         public int Maximum { get { throw null; } set { } }
17193         [System.ComponentModel.DefaultValueAttribute(0)]
17194         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
17195         public int Minimum { get { throw null; } set { } }
17196         [System.ComponentModel.BrowsableAttribute(false)]
17197         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17198         public System.Windows.Forms.ProgressBar ProgressBar { get { throw null; } }
17199         [System.ComponentModel.DefaultValueAttribute(false)]
17200         [System.ComponentModel.LocalizableAttribute(true)]
17201         public virtual bool RightToLeftLayout { get { throw null; } set { } }
17202         [System.ComponentModel.DefaultValueAttribute(10)]
17203         public int Step { get { throw null; } set { } }
17204         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ProgressBarStyle)(0))]
17205         public System.Windows.Forms.ProgressBarStyle Style { get { throw null; } set { } }
17206         [System.ComponentModel.BrowsableAttribute(false)]
17207         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17208         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17209         public override string Text { get { throw null; } set { } }
17210         [System.ComponentModel.BindableAttribute(true)]
17211         [System.ComponentModel.DefaultValueAttribute(0)]
17212         public int Value { get { throw null; } set { } }
17213         [System.ComponentModel.BrowsableAttribute(false)]
17214         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17215         public new event System.Windows.Forms.KeyEventHandler KeyDown { add { } remove { } }
17216         [System.ComponentModel.BrowsableAttribute(false)]
17217         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17218         public new event System.Windows.Forms.KeyPressEventHandler KeyPress { add { } remove { } }
17219         [System.ComponentModel.BrowsableAttribute(false)]
17220         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17221         public new event System.Windows.Forms.KeyEventHandler KeyUp { add { } remove { } }
17222         [System.ComponentModel.BrowsableAttribute(false)]
17223         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17224         public new event System.EventHandler LocationChanged { add { } remove { } }
17225         [System.ComponentModel.BrowsableAttribute(false)]
17226         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17227         public new event System.EventHandler OwnerChanged { add { } remove { } }
17228         public event System.EventHandler RightToLeftLayoutChanged { add { } remove { } }
17229         [System.ComponentModel.BrowsableAttribute(false)]
17230         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17231         public new event System.EventHandler TextChanged { add { } remove { } }
17232         [System.ComponentModel.BrowsableAttribute(false)]
17233         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17234         public new event System.EventHandler Validated { add { } remove { } }
17235         [System.ComponentModel.BrowsableAttribute(false)]
17236         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17237         public new event System.ComponentModel.CancelEventHandler Validating { add { } remove { } }
Increment(int value)17238         public void Increment(int value) { }
OnRightToLeftLayoutChanged(System.EventArgs e)17239         protected virtual void OnRightToLeftLayoutChanged(System.EventArgs e) { }
OnSubscribeControlEvents(System.Windows.Forms.Control control)17240         protected override void OnSubscribeControlEvents(System.Windows.Forms.Control control) { }
OnUnsubscribeControlEvents(System.Windows.Forms.Control control)17241         protected override void OnUnsubscribeControlEvents(System.Windows.Forms.Control control) { }
PerformStep()17242         public void PerformStep() { }
17243     }
17244     public abstract partial class ToolStripRenderer
17245     {
17246         protected static int Offset2X;
17247         protected static int Offset2Y;
ToolStripRenderer()17248         protected ToolStripRenderer() { }
17249         public event System.Windows.Forms.ToolStripArrowRenderEventHandler RenderArrow { add { } remove { } }
17250         public event System.Windows.Forms.ToolStripItemRenderEventHandler RenderButtonBackground { add { } remove { } }
17251         public event System.Windows.Forms.ToolStripItemRenderEventHandler RenderDropDownButtonBackground { add { } remove { } }
17252         public event System.Windows.Forms.ToolStripGripRenderEventHandler RenderGrip { add { } remove { } }
17253         public event System.Windows.Forms.ToolStripRenderEventHandler RenderImageMargin { add { } remove { } }
17254         public event System.Windows.Forms.ToolStripItemRenderEventHandler RenderItemBackground { add { } remove { } }
17255         public event System.Windows.Forms.ToolStripItemImageRenderEventHandler RenderItemCheck { add { } remove { } }
17256         public event System.Windows.Forms.ToolStripItemImageRenderEventHandler RenderItemImage { add { } remove { } }
17257         public event System.Windows.Forms.ToolStripItemTextRenderEventHandler RenderItemText { add { } remove { } }
17258         public event System.Windows.Forms.ToolStripItemRenderEventHandler RenderLabelBackground { add { } remove { } }
17259         public event System.Windows.Forms.ToolStripItemRenderEventHandler RenderMenuItemBackground { add { } remove { } }
17260         public event System.Windows.Forms.ToolStripItemRenderEventHandler RenderOverflowButtonBackground { add { } remove { } }
17261         public event System.Windows.Forms.ToolStripSeparatorRenderEventHandler RenderSeparator { add { } remove { } }
17262         public event System.Windows.Forms.ToolStripItemRenderEventHandler RenderSplitButtonBackground { add { } remove { } }
17263         public event System.Windows.Forms.ToolStripRenderEventHandler RenderStatusStripSizingGrip { add { } remove { } }
17264         public event System.Windows.Forms.ToolStripRenderEventHandler RenderToolStripBackground { add { } remove { } }
17265         public event System.Windows.Forms.ToolStripRenderEventHandler RenderToolStripBorder { add { } remove { } }
17266         public event System.Windows.Forms.ToolStripContentPanelRenderEventHandler RenderToolStripContentPanelBackground { add { } remove { } }
17267         public event System.Windows.Forms.ToolStripPanelRenderEventHandler RenderToolStripPanelBackground { add { } remove { } }
17268         public event System.Windows.Forms.ToolStripItemRenderEventHandler RenderToolStripStatusLabelBackground { add { } remove { } }
CreateDisabledImage(System.Drawing.Image normalImage)17269         public static System.Drawing.Image CreateDisabledImage(System.Drawing.Image normalImage) { throw null; }
DrawArrow(System.Windows.Forms.ToolStripArrowRenderEventArgs e)17270         public void DrawArrow(System.Windows.Forms.ToolStripArrowRenderEventArgs e) { }
DrawButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17271         public void DrawButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
DrawDropDownButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17272         public void DrawDropDownButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
DrawGrip(System.Windows.Forms.ToolStripGripRenderEventArgs e)17273         public void DrawGrip(System.Windows.Forms.ToolStripGripRenderEventArgs e) { }
DrawImageMargin(System.Windows.Forms.ToolStripRenderEventArgs e)17274         public void DrawImageMargin(System.Windows.Forms.ToolStripRenderEventArgs e) { }
DrawItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17275         public void DrawItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
DrawItemCheck(System.Windows.Forms.ToolStripItemImageRenderEventArgs e)17276         public void DrawItemCheck(System.Windows.Forms.ToolStripItemImageRenderEventArgs e) { }
DrawItemImage(System.Windows.Forms.ToolStripItemImageRenderEventArgs e)17277         public void DrawItemImage(System.Windows.Forms.ToolStripItemImageRenderEventArgs e) { }
DrawItemText(System.Windows.Forms.ToolStripItemTextRenderEventArgs e)17278         public void DrawItemText(System.Windows.Forms.ToolStripItemTextRenderEventArgs e) { }
DrawLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17279         public void DrawLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
DrawMenuItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17280         public void DrawMenuItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
DrawOverflowButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17281         public void DrawOverflowButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
DrawSeparator(System.Windows.Forms.ToolStripSeparatorRenderEventArgs e)17282         public void DrawSeparator(System.Windows.Forms.ToolStripSeparatorRenderEventArgs e) { }
DrawSplitButton(System.Windows.Forms.ToolStripItemRenderEventArgs e)17283         public void DrawSplitButton(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
DrawStatusStripSizingGrip(System.Windows.Forms.ToolStripRenderEventArgs e)17284         public void DrawStatusStripSizingGrip(System.Windows.Forms.ToolStripRenderEventArgs e) { }
DrawToolStripBackground(System.Windows.Forms.ToolStripRenderEventArgs e)17285         public void DrawToolStripBackground(System.Windows.Forms.ToolStripRenderEventArgs e) { }
DrawToolStripBorder(System.Windows.Forms.ToolStripRenderEventArgs e)17286         public void DrawToolStripBorder(System.Windows.Forms.ToolStripRenderEventArgs e) { }
DrawToolStripContentPanelBackground(System.Windows.Forms.ToolStripContentPanelRenderEventArgs e)17287         public void DrawToolStripContentPanelBackground(System.Windows.Forms.ToolStripContentPanelRenderEventArgs e) { }
DrawToolStripPanelBackground(System.Windows.Forms.ToolStripPanelRenderEventArgs e)17288         public void DrawToolStripPanelBackground(System.Windows.Forms.ToolStripPanelRenderEventArgs e) { }
DrawToolStripStatusLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17289         public void DrawToolStripStatusLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
Initialize(System.Windows.Forms.ToolStrip toolStrip)17290         protected internal virtual void Initialize(System.Windows.Forms.ToolStrip toolStrip) { }
InitializeContentPanel(System.Windows.Forms.ToolStripContentPanel contentPanel)17291         protected internal virtual void InitializeContentPanel(System.Windows.Forms.ToolStripContentPanel contentPanel) { }
InitializeItem(System.Windows.Forms.ToolStripItem item)17292         protected internal virtual void InitializeItem(System.Windows.Forms.ToolStripItem item) { }
InitializePanel(System.Windows.Forms.ToolStripPanel toolStripPanel)17293         protected internal virtual void InitializePanel(System.Windows.Forms.ToolStripPanel toolStripPanel) { }
OnRenderArrow(System.Windows.Forms.ToolStripArrowRenderEventArgs e)17294         protected virtual void OnRenderArrow(System.Windows.Forms.ToolStripArrowRenderEventArgs e) { }
OnRenderButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17295         protected virtual void OnRenderButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
OnRenderDropDownButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17296         protected virtual void OnRenderDropDownButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
OnRenderGrip(System.Windows.Forms.ToolStripGripRenderEventArgs e)17297         protected virtual void OnRenderGrip(System.Windows.Forms.ToolStripGripRenderEventArgs e) { }
OnRenderImageMargin(System.Windows.Forms.ToolStripRenderEventArgs e)17298         protected virtual void OnRenderImageMargin(System.Windows.Forms.ToolStripRenderEventArgs e) { }
OnRenderItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17299         protected virtual void OnRenderItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
OnRenderItemCheck(System.Windows.Forms.ToolStripItemImageRenderEventArgs e)17300         protected virtual void OnRenderItemCheck(System.Windows.Forms.ToolStripItemImageRenderEventArgs e) { }
OnRenderItemImage(System.Windows.Forms.ToolStripItemImageRenderEventArgs e)17301         protected virtual void OnRenderItemImage(System.Windows.Forms.ToolStripItemImageRenderEventArgs e) { }
OnRenderItemText(System.Windows.Forms.ToolStripItemTextRenderEventArgs e)17302         protected virtual void OnRenderItemText(System.Windows.Forms.ToolStripItemTextRenderEventArgs e) { }
OnRenderLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17303         protected virtual void OnRenderLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
OnRenderMenuItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17304         protected virtual void OnRenderMenuItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
OnRenderOverflowButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17305         protected virtual void OnRenderOverflowButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
OnRenderSeparator(System.Windows.Forms.ToolStripSeparatorRenderEventArgs e)17306         protected virtual void OnRenderSeparator(System.Windows.Forms.ToolStripSeparatorRenderEventArgs e) { }
OnRenderSplitButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17307         protected virtual void OnRenderSplitButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
OnRenderStatusStripSizingGrip(System.Windows.Forms.ToolStripRenderEventArgs e)17308         protected virtual void OnRenderStatusStripSizingGrip(System.Windows.Forms.ToolStripRenderEventArgs e) { }
OnRenderToolStripBackground(System.Windows.Forms.ToolStripRenderEventArgs e)17309         protected virtual void OnRenderToolStripBackground(System.Windows.Forms.ToolStripRenderEventArgs e) { }
OnRenderToolStripBorder(System.Windows.Forms.ToolStripRenderEventArgs e)17310         protected virtual void OnRenderToolStripBorder(System.Windows.Forms.ToolStripRenderEventArgs e) { }
OnRenderToolStripContentPanelBackground(System.Windows.Forms.ToolStripContentPanelRenderEventArgs e)17311         protected virtual void OnRenderToolStripContentPanelBackground(System.Windows.Forms.ToolStripContentPanelRenderEventArgs e) { }
OnRenderToolStripPanelBackground(System.Windows.Forms.ToolStripPanelRenderEventArgs e)17312         protected virtual void OnRenderToolStripPanelBackground(System.Windows.Forms.ToolStripPanelRenderEventArgs e) { }
OnRenderToolStripStatusLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17313         protected virtual void OnRenderToolStripStatusLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
ScaleArrowOffsetsIfNeeded()17314         protected static void ScaleArrowOffsetsIfNeeded() { }
17315     }
17316     public partial class ToolStripRenderEventArgs : System.EventArgs
17317     {
ToolStripRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStrip toolStrip)17318         public ToolStripRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStrip toolStrip) { }
ToolStripRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStrip toolStrip, System.Drawing.Rectangle affectedBounds, System.Drawing.Color backColor)17319         public ToolStripRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStrip toolStrip, System.Drawing.Rectangle affectedBounds, System.Drawing.Color backColor) { }
17320         public System.Drawing.Rectangle AffectedBounds { get { throw null; } }
17321         public System.Drawing.Color BackColor { get { throw null; } }
17322         public System.Drawing.Rectangle ConnectedArea { get { throw null; } }
17323         public System.Drawing.Graphics Graphics { get { throw null; } }
17324         public System.Windows.Forms.ToolStrip ToolStrip { get { throw null; } }
17325     }
ToolStripRenderEventHandler(object sender, System.Windows.Forms.ToolStripRenderEventArgs e)17326     public delegate void ToolStripRenderEventHandler(object sender, System.Windows.Forms.ToolStripRenderEventArgs e);
17327     public enum ToolStripRenderMode
17328     {
17329         [System.ComponentModel.BrowsableAttribute(false)]
17330         Custom = 0,
17331         ManagerRenderMode = 3,
17332         Professional = 2,
17333         System = 1,
17334     }
17335     [System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute((System.Windows.Forms.Design.ToolStripItemDesignerAvailability)(5))]
17336     public partial class ToolStripSeparator : System.Windows.Forms.ToolStripItem
17337     {
ToolStripSeparator()17338         public ToolStripSeparator() { }
17339         [System.ComponentModel.BrowsableAttribute(false)]
17340         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17341         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17342         public new bool AutoToolTip { get { throw null; } set { } }
17343         [System.ComponentModel.BrowsableAttribute(false)]
17344         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17345         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17346         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
17347         [System.ComponentModel.BrowsableAttribute(false)]
17348         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17349         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17350         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
17351         public override bool CanSelect { get { throw null; } }
17352         protected internal override System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
17353         protected override System.Drawing.Size DefaultSize { get { throw null; } }
17354         [System.ComponentModel.BrowsableAttribute(false)]
17355         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17356         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17357         public new System.Windows.Forms.ToolStripItemDisplayStyle DisplayStyle { get { throw null; } set { } }
17358         [System.ComponentModel.BrowsableAttribute(false)]
17359         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17360         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17361         public new bool DoubleClickEnabled { get { throw null; } set { } }
17362         [System.ComponentModel.BrowsableAttribute(false)]
17363         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17364         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17365         public override bool Enabled { get { throw null; } set { } }
17366         [System.ComponentModel.BrowsableAttribute(false)]
17367         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17368         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17369         public override System.Drawing.Font Font { get { throw null; } set { } }
17370         [System.ComponentModel.BrowsableAttribute(false)]
17371         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17372         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17373         public override System.Drawing.Image Image { get { throw null; } set { } }
17374         [System.ComponentModel.BrowsableAttribute(false)]
17375         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17376         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17377         public new System.Drawing.ContentAlignment ImageAlign { get { throw null; } set { } }
17378         [System.ComponentModel.BrowsableAttribute(false)]
17379         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17380         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17381         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
17382         public new int ImageIndex { get { throw null; } set { } }
17383         [System.ComponentModel.BrowsableAttribute(false)]
17384         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17385         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17386         public new string ImageKey { get { throw null; } set { } }
17387         [System.ComponentModel.BrowsableAttribute(false)]
17388         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17389         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17390         public new System.Windows.Forms.ToolStripItemImageScaling ImageScaling { get { throw null; } set { } }
17391         [System.ComponentModel.BrowsableAttribute(false)]
17392         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17393         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17394         public new System.Drawing.Color ImageTransparentColor { get { throw null; } set { } }
17395         [System.ComponentModel.BrowsableAttribute(false)]
17396         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17397         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17398         public new bool RightToLeftAutoMirrorImage { get { throw null; } set { } }
17399         [System.ComponentModel.BrowsableAttribute(false)]
17400         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17401         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17402         public override string Text { get { throw null; } set { } }
17403         [System.ComponentModel.BrowsableAttribute(false)]
17404         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17405         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17406         public new System.Drawing.ContentAlignment TextAlign { get { throw null; } set { } }
17407         [System.ComponentModel.BrowsableAttribute(false)]
17408         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ToolStripTextDirection)(1))]
17409         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17410         public override System.Windows.Forms.ToolStripTextDirection TextDirection { get { throw null; } set { } }
17411         [System.ComponentModel.BrowsableAttribute(false)]
17412         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17413         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17414         public new System.Windows.Forms.TextImageRelation TextImageRelation { get { throw null; } set { } }
17415         [System.ComponentModel.BrowsableAttribute(false)]
17416         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17417         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17418         public new string ToolTipText { get { throw null; } set { } }
17419         [System.ComponentModel.BrowsableAttribute(false)]
17420         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17421         public new event System.EventHandler DisplayStyleChanged { add { } remove { } }
17422         [System.ComponentModel.BrowsableAttribute(false)]
17423         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17424         public new event System.EventHandler EnabledChanged { add { } remove { } }
17425         [System.ComponentModel.BrowsableAttribute(false)]
17426         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17427         public new event System.EventHandler TextChanged { add { } remove { } }
17428         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
CreateAccessibilityInstance()17429         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
GetPreferredSize(System.Drawing.Size constrainingSize)17430         public override System.Drawing.Size GetPreferredSize(System.Drawing.Size constrainingSize) { throw null; }
17431         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
OnFontChanged(System.EventArgs e)17432         protected override void OnFontChanged(System.EventArgs e) { }
OnPaint(System.Windows.Forms.PaintEventArgs e)17433         protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
SetBounds(System.Drawing.Rectangle rect)17434         protected internal override void SetBounds(System.Drawing.Rectangle rect) { }
17435     }
17436     public partial class ToolStripSeparatorRenderEventArgs : System.Windows.Forms.ToolStripItemRenderEventArgs
17437     {
ToolStripSeparatorRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripSeparator separator, bool vertical)17438         public ToolStripSeparatorRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripSeparator separator, bool vertical) : base (default(System.Drawing.Graphics), default(System.Windows.Forms.ToolStripItem)) { }
17439         public bool Vertical { get { throw null; } }
17440     }
ToolStripSeparatorRenderEventHandler(object sender, System.Windows.Forms.ToolStripSeparatorRenderEventArgs e)17441     public delegate void ToolStripSeparatorRenderEventHandler(object sender, System.Windows.Forms.ToolStripSeparatorRenderEventArgs e);
17442     [System.ComponentModel.DefaultEventAttribute("ButtonClick")]
17443     [System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute((System.Windows.Forms.Design.ToolStripItemDesignerAvailability)(9))]
17444     public partial class ToolStripSplitButton : System.Windows.Forms.ToolStripDropDownItem
17445     {
ToolStripSplitButton()17446         public ToolStripSplitButton() { }
ToolStripSplitButton(System.Drawing.Image image)17447         public ToolStripSplitButton(System.Drawing.Image image) { }
ToolStripSplitButton(string text)17448         public ToolStripSplitButton(string text) { }
ToolStripSplitButton(string text, System.Drawing.Image image)17449         public ToolStripSplitButton(string text, System.Drawing.Image image) { }
ToolStripSplitButton(string text, System.Drawing.Image image, System.EventHandler onClick)17450         public ToolStripSplitButton(string text, System.Drawing.Image image, System.EventHandler onClick) { }
ToolStripSplitButton(string text, System.Drawing.Image image, System.EventHandler onClick, string name)17451         public ToolStripSplitButton(string text, System.Drawing.Image image, System.EventHandler onClick, string name) { }
ToolStripSplitButton(string text, System.Drawing.Image image, params System.Windows.Forms.ToolStripItem[] dropDownItems)17452         public ToolStripSplitButton(string text, System.Drawing.Image image, params System.Windows.Forms.ToolStripItem[] dropDownItems) { }
17453         [System.ComponentModel.DefaultValueAttribute(true)]
17454         public new bool AutoToolTip { get { throw null; } set { } }
17455         [System.ComponentModel.BrowsableAttribute(false)]
17456         public System.Drawing.Rectangle ButtonBounds { get { throw null; } }
17457         [System.ComponentModel.BrowsableAttribute(false)]
17458         public bool ButtonPressed { get { throw null; } }
17459         [System.ComponentModel.BrowsableAttribute(false)]
17460         public bool ButtonSelected { get { throw null; } }
17461         protected override bool DefaultAutoToolTip { get { throw null; } }
17462         [System.ComponentModel.BrowsableAttribute(false)]
17463         [System.ComponentModel.DefaultValueAttribute(null)]
17464         public System.Windows.Forms.ToolStripItem DefaultItem { get { throw null; } set { } }
17465         protected internal override bool DismissWhenClicked { get { throw null; } }
17466         [System.ComponentModel.BrowsableAttribute(false)]
17467         public System.Drawing.Rectangle DropDownButtonBounds { get { throw null; } }
17468         [System.ComponentModel.BrowsableAttribute(false)]
17469         public bool DropDownButtonPressed { get { throw null; } }
17470         [System.ComponentModel.BrowsableAttribute(false)]
17471         public bool DropDownButtonSelected { get { throw null; } }
17472         public int DropDownButtonWidth { get { throw null; } set { } }
17473         [System.ComponentModel.BrowsableAttribute(false)]
17474         public System.Drawing.Rectangle SplitterBounds { get { throw null; } }
17475         public event System.EventHandler ButtonClick { add { } remove { } }
17476         public event System.EventHandler ButtonDoubleClick { add { } remove { } }
17477         public event System.EventHandler DefaultItemChanged { add { } remove { } }
CreateAccessibilityInstance()17478         protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
CreateDefaultDropDown()17479         protected override System.Windows.Forms.ToolStripDropDown CreateDefaultDropDown() { throw null; }
GetPreferredSize(System.Drawing.Size constrainingSize)17480         public override System.Drawing.Size GetPreferredSize(System.Drawing.Size constrainingSize) { throw null; }
OnButtonClick(System.EventArgs e)17481         protected virtual void OnButtonClick(System.EventArgs e) { }
OnButtonDoubleClick(System.EventArgs e)17482         public virtual void OnButtonDoubleClick(System.EventArgs e) { }
OnDefaultItemChanged(System.EventArgs e)17483         protected virtual void OnDefaultItemChanged(System.EventArgs e) { }
OnMouseDown(System.Windows.Forms.MouseEventArgs e)17484         protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { }
OnMouseLeave(System.EventArgs e)17485         protected override void OnMouseLeave(System.EventArgs e) { }
OnMouseUp(System.Windows.Forms.MouseEventArgs e)17486         protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs e) { }
OnPaint(System.Windows.Forms.PaintEventArgs e)17487         protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
OnRightToLeftChanged(System.EventArgs e)17488         protected override void OnRightToLeftChanged(System.EventArgs e) { }
PerformButtonClick()17489         public void PerformButtonClick() { }
17490         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessDialogKey(System.Windows.Forms.Keys keyData)17491         protected internal override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
17492         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessMnemonic(char charCode)17493         protected internal override bool ProcessMnemonic(char charCode) { throw null; }
17494         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ResetDropDownButtonWidth()17495         public virtual void ResetDropDownButtonWidth() { }
17496         public partial class ToolStripSplitButtonAccessibleObject : System.Windows.Forms.ToolStripItem.ToolStripItemAccessibleObject
17497         {
ToolStripSplitButtonAccessibleObject(System.Windows.Forms.ToolStripSplitButton item)17498             public ToolStripSplitButtonAccessibleObject(System.Windows.Forms.ToolStripSplitButton item) : base (default(System.Windows.Forms.ToolStripItem)) { }
17499             [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
DoDefaultAction()17500             public override void DoDefaultAction() { }
17501         }
17502     }
17503     [System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute((System.Windows.Forms.Design.ToolStripItemDesignerAvailability)(8))]
17504     public partial class ToolStripStatusLabel : System.Windows.Forms.ToolStripLabel
17505     {
ToolStripStatusLabel()17506         public ToolStripStatusLabel() { }
ToolStripStatusLabel(System.Drawing.Image image)17507         public ToolStripStatusLabel(System.Drawing.Image image) { }
ToolStripStatusLabel(string text)17508         public ToolStripStatusLabel(string text) { }
ToolStripStatusLabel(string text, System.Drawing.Image image)17509         public ToolStripStatusLabel(string text, System.Drawing.Image image) { }
ToolStripStatusLabel(string text, System.Drawing.Image image, System.EventHandler onClick)17510         public ToolStripStatusLabel(string text, System.Drawing.Image image, System.EventHandler onClick) { }
ToolStripStatusLabel(string text, System.Drawing.Image image, System.EventHandler onClick, string name)17511         public ToolStripStatusLabel(string text, System.Drawing.Image image, System.EventHandler onClick, string name) { }
17512         [System.ComponentModel.BrowsableAttribute(false)]
17513         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
17514         public new System.Windows.Forms.ToolStripItemAlignment Alignment { get { throw null; } set { } }
17515         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ToolStripStatusLabelBorderSides)(0))]
17516         public System.Windows.Forms.ToolStripStatusLabelBorderSides BorderSides { get { throw null; } set { } }
17517         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.Border3DStyle)(16394))]
17518         public System.Windows.Forms.Border3DStyle BorderStyle { get { throw null; } set { } }
17519         protected internal override System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
17520         [System.ComponentModel.DefaultValueAttribute(false)]
17521         public bool Spring { get { throw null; } set { } }
GetPreferredSize(System.Drawing.Size constrainingSize)17522         public override System.Drawing.Size GetPreferredSize(System.Drawing.Size constrainingSize) { throw null; }
OnPaint(System.Windows.Forms.PaintEventArgs e)17523         protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
17524     }
17525     [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.BorderSidesEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
17526     [System.FlagsAttribute]
17527     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
17528     public enum ToolStripStatusLabelBorderSides
17529     {
17530         All = 15,
17531         Bottom = 8,
17532         Left = 1,
17533         None = 0,
17534         Right = 4,
17535         Top = 2,
17536     }
17537     public partial class ToolStripSystemRenderer : System.Windows.Forms.ToolStripRenderer
17538     {
ToolStripSystemRenderer()17539         public ToolStripSystemRenderer() { }
OnRenderButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17540         protected override void OnRenderButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
OnRenderDropDownButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17541         protected override void OnRenderDropDownButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
OnRenderGrip(System.Windows.Forms.ToolStripGripRenderEventArgs e)17542         protected override void OnRenderGrip(System.Windows.Forms.ToolStripGripRenderEventArgs e) { }
OnRenderImageMargin(System.Windows.Forms.ToolStripRenderEventArgs e)17543         protected override void OnRenderImageMargin(System.Windows.Forms.ToolStripRenderEventArgs e) { }
OnRenderItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17544         protected override void OnRenderItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
OnRenderLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17545         protected override void OnRenderLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
OnRenderMenuItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17546         protected override void OnRenderMenuItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
OnRenderOverflowButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17547         protected override void OnRenderOverflowButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
OnRenderSeparator(System.Windows.Forms.ToolStripSeparatorRenderEventArgs e)17548         protected override void OnRenderSeparator(System.Windows.Forms.ToolStripSeparatorRenderEventArgs e) { }
OnRenderSplitButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17549         protected override void OnRenderSplitButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
OnRenderToolStripBackground(System.Windows.Forms.ToolStripRenderEventArgs e)17550         protected override void OnRenderToolStripBackground(System.Windows.Forms.ToolStripRenderEventArgs e) { }
OnRenderToolStripBorder(System.Windows.Forms.ToolStripRenderEventArgs e)17551         protected override void OnRenderToolStripBorder(System.Windows.Forms.ToolStripRenderEventArgs e) { }
OnRenderToolStripStatusLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)17552         protected override void OnRenderToolStripStatusLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
17553     }
17554     [System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute((System.Windows.Forms.Design.ToolStripItemDesignerAvailability)(7))]
17555     public partial class ToolStripTextBox : System.Windows.Forms.ToolStripControlHost
17556     {
ToolStripTextBox()17557         public ToolStripTextBox() : base (default(System.Windows.Forms.Control)) { }
ToolStripTextBox(string name)17558         public ToolStripTextBox(string name) : base (default(System.Windows.Forms.Control)) { }
17559         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
ToolStripTextBox(System.Windows.Forms.Control c)17560         public ToolStripTextBox(System.Windows.Forms.Control c) : base (default(System.Windows.Forms.Control)) { }
17561         [System.ComponentModel.DefaultValueAttribute(false)]
17562         public bool AcceptsReturn { get { throw null; } set { } }
17563         [System.ComponentModel.DefaultValueAttribute(false)]
17564         public bool AcceptsTab { get { throw null; } set { } }
17565         [System.ComponentModel.BrowsableAttribute(true)]
17566         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
17567         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListControlStringCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
17568         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
17569         [System.ComponentModel.LocalizableAttribute(true)]
17570         public System.Windows.Forms.AutoCompleteStringCollection AutoCompleteCustomSource { get { throw null; } set { } }
17571         [System.ComponentModel.BrowsableAttribute(true)]
17572         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.AutoCompleteMode)(0))]
17573         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
17574         public System.Windows.Forms.AutoCompleteMode AutoCompleteMode { get { throw null; } set { } }
17575         [System.ComponentModel.BrowsableAttribute(true)]
17576         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.AutoCompleteSource)(128))]
17577         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
17578         public System.Windows.Forms.AutoCompleteSource AutoCompleteSource { get { throw null; } set { } }
17579         [System.ComponentModel.BrowsableAttribute(false)]
17580         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17581         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17582         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
17583         [System.ComponentModel.BrowsableAttribute(false)]
17584         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17585         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17586         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
17587         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.BorderStyle)(2))]
17588         [System.Runtime.InteropServices.DispIdAttribute(-504)]
17589         public System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
17590         [System.ComponentModel.BrowsableAttribute(false)]
17591         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17592         public bool CanUndo { get { throw null; } }
17593         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.CharacterCasing)(0))]
17594         public System.Windows.Forms.CharacterCasing CharacterCasing { get { throw null; } set { } }
17595         protected internal override System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
17596         protected override System.Drawing.Size DefaultSize { get { throw null; } }
17597         [System.ComponentModel.DefaultValueAttribute(true)]
17598         public bool HideSelection { get { throw null; } set { } }
17599         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17600         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.StringArrayEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
17601         [System.ComponentModel.LocalizableAttribute(true)]
17602         public string[] Lines { get { throw null; } set { } }
17603         [System.ComponentModel.DefaultValueAttribute(32767)]
17604         [System.ComponentModel.LocalizableAttribute(true)]
17605         public int MaxLength { get { throw null; } set { } }
17606         [System.ComponentModel.BrowsableAttribute(false)]
17607         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17608         public bool Modified { get { throw null; } set { } }
17609         [System.ComponentModel.BrowsableAttribute(false)]
17610         [System.ComponentModel.DefaultValueAttribute(false)]
17611         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17612         [System.ComponentModel.LocalizableAttribute(true)]
17613         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
17614         public bool Multiline { get { throw null; } set { } }
17615         [System.ComponentModel.DefaultValueAttribute(false)]
17616         public bool ReadOnly { get { throw null; } set { } }
17617         [System.ComponentModel.BrowsableAttribute(false)]
17618         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17619         public string SelectedText { get { throw null; } set { } }
17620         [System.ComponentModel.BrowsableAttribute(false)]
17621         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17622         public int SelectionLength { get { throw null; } set { } }
17623         [System.ComponentModel.BrowsableAttribute(false)]
17624         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17625         public int SelectionStart { get { throw null; } set { } }
17626         [System.ComponentModel.DefaultValueAttribute(true)]
17627         public bool ShortcutsEnabled { get { throw null; } set { } }
17628         [System.ComponentModel.BrowsableAttribute(false)]
17629         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17630         public System.Windows.Forms.TextBox TextBox { get { throw null; } }
17631         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.HorizontalAlignment)(0))]
17632         [System.ComponentModel.LocalizableAttribute(true)]
17633         public System.Windows.Forms.HorizontalAlignment TextBoxTextAlign { get { throw null; } set { } }
17634         [System.ComponentModel.BrowsableAttribute(false)]
17635         public int TextLength { get { throw null; } }
17636         [System.ComponentModel.BrowsableAttribute(false)]
17637         [System.ComponentModel.DefaultValueAttribute(true)]
17638         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17639         [System.ComponentModel.LocalizableAttribute(true)]
17640         public bool WordWrap { get { throw null; } set { } }
17641         public event System.EventHandler AcceptsTabChanged { add { } remove { } }
17642         public event System.EventHandler BorderStyleChanged { add { } remove { } }
17643         public event System.EventHandler HideSelectionChanged { add { } remove { } }
17644         public event System.EventHandler ModifiedChanged { add { } remove { } }
17645         [System.ComponentModel.BrowsableAttribute(false)]
17646         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17647         public event System.EventHandler MultilineChanged { add { } remove { } }
17648         public event System.EventHandler ReadOnlyChanged { add { } remove { } }
17649         public event System.EventHandler TextBoxTextAlignChanged { add { } remove { } }
AppendText(string text)17650         public void AppendText(string text) { }
Clear()17651         public void Clear() { }
ClearUndo()17652         public void ClearUndo() { }
Copy()17653         public void Copy() { }
Cut()17654         public void Cut() { }
DeselectAll()17655         public void DeselectAll() { }
GetCharFromPosition(System.Drawing.Point pt)17656         public char GetCharFromPosition(System.Drawing.Point pt) { throw null; }
GetCharIndexFromPosition(System.Drawing.Point pt)17657         public int GetCharIndexFromPosition(System.Drawing.Point pt) { throw null; }
GetFirstCharIndexFromLine(int lineNumber)17658         public int GetFirstCharIndexFromLine(int lineNumber) { throw null; }
GetFirstCharIndexOfCurrentLine()17659         public int GetFirstCharIndexOfCurrentLine() { throw null; }
GetLineFromCharIndex(int index)17660         public int GetLineFromCharIndex(int index) { throw null; }
GetPositionFromCharIndex(int index)17661         public System.Drawing.Point GetPositionFromCharIndex(int index) { throw null; }
GetPreferredSize(System.Drawing.Size constrainingSize)17662         public override System.Drawing.Size GetPreferredSize(System.Drawing.Size constrainingSize) { throw null; }
OnAcceptsTabChanged(System.EventArgs e)17663         protected virtual void OnAcceptsTabChanged(System.EventArgs e) { }
OnBorderStyleChanged(System.EventArgs e)17664         protected virtual void OnBorderStyleChanged(System.EventArgs e) { }
OnHideSelectionChanged(System.EventArgs e)17665         protected virtual void OnHideSelectionChanged(System.EventArgs e) { }
OnModifiedChanged(System.EventArgs e)17666         protected virtual void OnModifiedChanged(System.EventArgs e) { }
OnMultilineChanged(System.EventArgs e)17667         protected virtual void OnMultilineChanged(System.EventArgs e) { }
OnReadOnlyChanged(System.EventArgs e)17668         protected virtual void OnReadOnlyChanged(System.EventArgs e) { }
OnSubscribeControlEvents(System.Windows.Forms.Control control)17669         protected override void OnSubscribeControlEvents(System.Windows.Forms.Control control) { }
OnUnsubscribeControlEvents(System.Windows.Forms.Control control)17670         protected override void OnUnsubscribeControlEvents(System.Windows.Forms.Control control) { }
Paste()17671         public void Paste() { }
ScrollToCaret()17672         public void ScrollToCaret() { }
Select(int start, int length)17673         public void Select(int start, int length) { }
SelectAll()17674         public void SelectAll() { }
Undo()17675         public void Undo() { }
17676     }
17677     public enum ToolStripTextDirection
17678     {
17679         Horizontal = 1,
17680         Inherit = 0,
17681         Vertical270 = 3,
17682         Vertical90 = 2,
17683     }
17684     [System.ComponentModel.DefaultEventAttribute("Popup")]
17685     [System.ComponentModel.ProvidePropertyAttribute("ToolTip", typeof(System.Windows.Forms.Control))]
17686     [System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms")]
17687     public partial class ToolTip : System.ComponentModel.Component, System.ComponentModel.IExtenderProvider
17688     {
ToolTip()17689         public ToolTip() { }
ToolTip(System.ComponentModel.IContainer cont)17690         public ToolTip(System.ComponentModel.IContainer cont) { }
17691         [System.ComponentModel.DefaultValueAttribute(true)]
17692         public bool Active { get { throw null; } set { } }
17693         [System.ComponentModel.DefaultValueAttribute(500)]
17694         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
17695         public int AutomaticDelay { get { throw null; } set { } }
17696         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
17697         public int AutoPopDelay { get { throw null; } set { } }
17698         [System.ComponentModel.DefaultValueAttribute(typeof(System.Drawing.Color), "Info")]
17699         public System.Drawing.Color BackColor { get { throw null; } set { } }
17700         protected virtual System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2)), System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
17701         [System.ComponentModel.DefaultValueAttribute(typeof(System.Drawing.Color), "InfoText")]
17702         public System.Drawing.Color ForeColor { get { throw null; } set { } }
17703         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
17704         public int InitialDelay { get { throw null; } set { } }
17705         [System.ComponentModel.DefaultValueAttribute(false)]
17706         public bool IsBalloon { get { throw null; } set { } }
17707         [System.ComponentModel.DefaultValueAttribute(false)]
17708         public bool OwnerDraw { get { throw null; } [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]set { } }
17709         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
17710         public int ReshowDelay { get { throw null; } set { } }
17711         [System.ComponentModel.DefaultValueAttribute(false)]
17712         public bool ShowAlways { get { throw null; } set { } }
17713         [System.ComponentModel.BrowsableAttribute(true)]
17714         [System.ComponentModel.DefaultValueAttribute(false)]
17715         public bool StripAmpersands { get { throw null; } set { } }
17716         [System.ComponentModel.BindableAttribute(true)]
17717         [System.ComponentModel.DefaultValueAttribute(null)]
17718         [System.ComponentModel.LocalizableAttribute(false)]
17719         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
17720         public object Tag { get { throw null; } set { } }
17721         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ToolTipIcon)(0))]
17722         public System.Windows.Forms.ToolTipIcon ToolTipIcon { get { throw null; } set { } }
17723         [System.ComponentModel.DefaultValueAttribute("")]
17724         public string ToolTipTitle { get { throw null; } set { } }
17725         [System.ComponentModel.BrowsableAttribute(true)]
17726         [System.ComponentModel.DefaultValueAttribute(true)]
17727         public bool UseAnimation { get { throw null; } set { } }
17728         [System.ComponentModel.BrowsableAttribute(true)]
17729         [System.ComponentModel.DefaultValueAttribute(true)]
17730         public bool UseFading { get { throw null; } set { } }
17731         public event System.Windows.Forms.DrawToolTipEventHandler Draw { add { } remove { } }
17732         public event System.Windows.Forms.PopupEventHandler Popup { add { } remove { } }
CanExtend(object target)17733         public bool CanExtend(object target) { throw null; }
Dispose(bool disposing)17734         protected override void Dispose(bool disposing) { }
~ToolTip()17735         ~ToolTip() { }
17736         [System.ComponentModel.DefaultValueAttribute("")]
17737         [System.ComponentModel.EditorAttribute("System.ComponentModel.Design.MultilineStringEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
17738         [System.ComponentModel.LocalizableAttribute(true)]
GetToolTip(System.Windows.Forms.Control control)17739         public string GetToolTip(System.Windows.Forms.Control control) { throw null; }
Hide(System.Windows.Forms.IWin32Window win)17740         public void Hide(System.Windows.Forms.IWin32Window win) { }
RemoveAll()17741         public void RemoveAll() { }
SetToolTip(System.Windows.Forms.Control control, string caption)17742         public void SetToolTip(System.Windows.Forms.Control control, string caption) { }
Show(string text, System.Windows.Forms.IWin32Window window)17743         public void Show(string text, System.Windows.Forms.IWin32Window window) { }
Show(string text, System.Windows.Forms.IWin32Window window, System.Drawing.Point point)17744         public void Show(string text, System.Windows.Forms.IWin32Window window, System.Drawing.Point point) { }
Show(string text, System.Windows.Forms.IWin32Window window, System.Drawing.Point point, int duration)17745         public void Show(string text, System.Windows.Forms.IWin32Window window, System.Drawing.Point point, int duration) { }
Show(string text, System.Windows.Forms.IWin32Window window, int duration)17746         public void Show(string text, System.Windows.Forms.IWin32Window window, int duration) { }
Show(string text, System.Windows.Forms.IWin32Window window, int x, int y)17747         public void Show(string text, System.Windows.Forms.IWin32Window window, int x, int y) { }
Show(string text, System.Windows.Forms.IWin32Window window, int x, int y, int duration)17748         public void Show(string text, System.Windows.Forms.IWin32Window window, int x, int y, int duration) { }
StopTimer()17749         protected void StopTimer() { }
ToString()17750         public override string ToString() { throw null; }
17751     }
17752     public enum ToolTipIcon
17753     {
17754         Error = 3,
17755         Info = 1,
17756         None = 0,
17757         Warning = 2,
17758     }
17759     [System.ComponentModel.DefaultBindingPropertyAttribute("Value")]
17760     [System.ComponentModel.DefaultEventAttribute("Scroll")]
17761     [System.ComponentModel.DefaultPropertyAttribute("Value")]
17762     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.TrackBarDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
17763     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
17764     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
17765     public partial class TrackBar : System.Windows.Forms.Control, System.ComponentModel.ISupportInitialize
17766     {
TrackBar()17767         public TrackBar() { }
17768         [System.ComponentModel.BrowsableAttribute(true)]
17769         [System.ComponentModel.DefaultValueAttribute(true)]
17770         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(1))]
17771         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
17772         public override bool AutoSize { get { throw null; } set { } }
17773         [System.ComponentModel.BrowsableAttribute(false)]
17774         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17775         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
17776         [System.ComponentModel.BrowsableAttribute(false)]
17777         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17778         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
17779         protected override System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
17780         protected override System.Windows.Forms.ImeMode DefaultImeMode { get { throw null; } }
17781         protected override System.Drawing.Size DefaultSize { get { throw null; } }
17782         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17783         protected override bool DoubleBuffered { get { throw null; } set { } }
17784         [System.ComponentModel.BrowsableAttribute(false)]
17785         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17786         public override System.Drawing.Font Font { get { throw null; } set { } }
17787         [System.ComponentModel.BrowsableAttribute(false)]
17788         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17789         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
17790         [System.ComponentModel.BrowsableAttribute(false)]
17791         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17792         public new System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } }
17793         [System.ComponentModel.DefaultValueAttribute(5)]
17794         public int LargeChange { get { throw null; } set { } }
17795         [System.ComponentModel.DefaultValueAttribute(10)]
17796         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
17797         public int Maximum { get { throw null; } set { } }
17798         [System.ComponentModel.DefaultValueAttribute(0)]
17799         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
17800         public int Minimum { get { throw null; } set { } }
17801         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.Orientation)(0))]
17802         [System.ComponentModel.LocalizableAttribute(true)]
17803         public System.Windows.Forms.Orientation Orientation { get { throw null; } set { } }
17804         [System.ComponentModel.BrowsableAttribute(false)]
17805         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
17806         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17807         public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
17808         [System.ComponentModel.DefaultValueAttribute(false)]
17809         [System.ComponentModel.LocalizableAttribute(true)]
17810         public virtual bool RightToLeftLayout { get { throw null; } set { } }
17811         [System.ComponentModel.DefaultValueAttribute(1)]
17812         public int SmallChange { get { throw null; } set { } }
17813         [System.ComponentModel.BindableAttribute(false)]
17814         [System.ComponentModel.BrowsableAttribute(false)]
17815         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17816         public override string Text { get { throw null; } set { } }
17817         [System.ComponentModel.DefaultValueAttribute(1)]
17818         public int TickFrequency { get { throw null; } set { } }
17819         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.TickStyle)(2))]
17820         public System.Windows.Forms.TickStyle TickStyle { get { throw null; } set { } }
17821         [System.ComponentModel.BindableAttribute(true)]
17822         [System.ComponentModel.DefaultValueAttribute(0)]
17823         public int Value { get { throw null; } set { } }
17824         [System.ComponentModel.BrowsableAttribute(true)]
17825         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
17826         public new event System.EventHandler AutoSizeChanged { add { } remove { } }
17827         [System.ComponentModel.BrowsableAttribute(false)]
17828         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17829         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
17830         [System.ComponentModel.BrowsableAttribute(false)]
17831         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17832         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
17833         [System.ComponentModel.BrowsableAttribute(false)]
17834         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17835         public new event System.EventHandler Click { add { } remove { } }
17836         [System.ComponentModel.BrowsableAttribute(false)]
17837         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17838         public new event System.EventHandler DoubleClick { add { } remove { } }
17839         [System.ComponentModel.BrowsableAttribute(false)]
17840         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17841         public new event System.EventHandler FontChanged { add { } remove { } }
17842         [System.ComponentModel.BrowsableAttribute(false)]
17843         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17844         public new event System.EventHandler ForeColorChanged { add { } remove { } }
17845         [System.ComponentModel.BrowsableAttribute(false)]
17846         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17847         public new event System.EventHandler ImeModeChanged { add { } remove { } }
17848         [System.ComponentModel.BrowsableAttribute(false)]
17849         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17850         public new event System.Windows.Forms.MouseEventHandler MouseClick { add { } remove { } }
17851         [System.ComponentModel.BrowsableAttribute(false)]
17852         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17853         public new event System.Windows.Forms.MouseEventHandler MouseDoubleClick { add { } remove { } }
17854         [System.ComponentModel.BrowsableAttribute(false)]
17855         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17856         public new event System.EventHandler PaddingChanged { add { } remove { } }
17857         [System.ComponentModel.BrowsableAttribute(false)]
17858         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17859         public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
17860         public event System.EventHandler RightToLeftLayoutChanged { add { } remove { } }
17861         public event System.EventHandler Scroll { add { } remove { } }
17862         [System.ComponentModel.BrowsableAttribute(false)]
17863         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17864         public new event System.EventHandler TextChanged { add { } remove { } }
17865         public event System.EventHandler ValueChanged { add { } remove { } }
BeginInit()17866         public void BeginInit() { }
CreateHandle()17867         protected override void CreateHandle() { }
EndInit()17868         public void EndInit() { }
IsInputKey(System.Windows.Forms.Keys keyData)17869         protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
OnBackColorChanged(System.EventArgs e)17870         protected override void OnBackColorChanged(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)17871         protected override void OnHandleCreated(System.EventArgs e) { }
17872         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMouseWheel(System.Windows.Forms.MouseEventArgs e)17873         protected override void OnMouseWheel(System.Windows.Forms.MouseEventArgs e) { }
17874         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnRightToLeftLayoutChanged(System.EventArgs e)17875         protected virtual void OnRightToLeftLayoutChanged(System.EventArgs e) { }
OnScroll(System.EventArgs e)17876         protected virtual void OnScroll(System.EventArgs e) { }
OnSystemColorsChanged(System.EventArgs e)17877         protected override void OnSystemColorsChanged(System.EventArgs e) { }
OnValueChanged(System.EventArgs e)17878         protected virtual void OnValueChanged(System.EventArgs e) { }
SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified)17879         protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
SetRange(int minValue, int maxValue)17880         public void SetRange(int minValue, int maxValue) { }
ToString()17881         public override string ToString() { throw null; }
17882         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
WndProc(ref System.Windows.Forms.Message m)17883         protected override void WndProc(ref System.Windows.Forms.Message m) { }
17884     }
17885     public sealed partial class TrackBarRenderer
17886     {
TrackBarRenderer()17887         internal TrackBarRenderer() { }
17888         public static bool IsSupported { get { throw null; } }
DrawBottomPointingThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.TrackBarThumbState state)17889         public static void DrawBottomPointingThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.TrackBarThumbState state) { }
DrawHorizontalThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.TrackBarThumbState state)17890         public static void DrawHorizontalThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.TrackBarThumbState state) { }
DrawHorizontalTicks(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, int numTicks, System.Windows.Forms.VisualStyles.EdgeStyle edgeStyle)17891         public static void DrawHorizontalTicks(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, int numTicks, System.Windows.Forms.VisualStyles.EdgeStyle edgeStyle) { }
DrawHorizontalTrack(System.Drawing.Graphics g, System.Drawing.Rectangle bounds)17892         public static void DrawHorizontalTrack(System.Drawing.Graphics g, System.Drawing.Rectangle bounds) { }
DrawLeftPointingThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.TrackBarThumbState state)17893         public static void DrawLeftPointingThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.TrackBarThumbState state) { }
DrawRightPointingThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.TrackBarThumbState state)17894         public static void DrawRightPointingThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.TrackBarThumbState state) { }
DrawTopPointingThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.TrackBarThumbState state)17895         public static void DrawTopPointingThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.TrackBarThumbState state) { }
DrawVerticalThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.TrackBarThumbState state)17896         public static void DrawVerticalThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.TrackBarThumbState state) { }
DrawVerticalTicks(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, int numTicks, System.Windows.Forms.VisualStyles.EdgeStyle edgeStyle)17897         public static void DrawVerticalTicks(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, int numTicks, System.Windows.Forms.VisualStyles.EdgeStyle edgeStyle) { }
DrawVerticalTrack(System.Drawing.Graphics g, System.Drawing.Rectangle bounds)17898         public static void DrawVerticalTrack(System.Drawing.Graphics g, System.Drawing.Rectangle bounds) { }
GetBottomPointingThumbSize(System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.TrackBarThumbState state)17899         public static System.Drawing.Size GetBottomPointingThumbSize(System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.TrackBarThumbState state) { throw null; }
GetLeftPointingThumbSize(System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.TrackBarThumbState state)17900         public static System.Drawing.Size GetLeftPointingThumbSize(System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.TrackBarThumbState state) { throw null; }
GetRightPointingThumbSize(System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.TrackBarThumbState state)17901         public static System.Drawing.Size GetRightPointingThumbSize(System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.TrackBarThumbState state) { throw null; }
GetTopPointingThumbSize(System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.TrackBarThumbState state)17902         public static System.Drawing.Size GetTopPointingThumbSize(System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.TrackBarThumbState state) { throw null; }
17903     }
17904     [System.ComponentModel.DefaultPropertyAttribute("Text")]
17905     [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.TreeNodeConverter))]
17906     [System.SerializableAttribute]
17907     public partial class TreeNode : System.MarshalByRefObject, System.ICloneable, System.Runtime.Serialization.ISerializable
17908     {
TreeNode()17909         public TreeNode() { }
TreeNode(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext context)17910         protected TreeNode(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext context) { }
TreeNode(string text)17911         public TreeNode(string text) { }
TreeNode(string text, int imageIndex, int selectedImageIndex)17912         public TreeNode(string text, int imageIndex, int selectedImageIndex) { }
TreeNode(string text, int imageIndex, int selectedImageIndex, System.Windows.Forms.TreeNode[] children)17913         public TreeNode(string text, int imageIndex, int selectedImageIndex, System.Windows.Forms.TreeNode[] children) { }
TreeNode(string text, System.Windows.Forms.TreeNode[] children)17914         public TreeNode(string text, System.Windows.Forms.TreeNode[] children) { }
17915         public System.Drawing.Color BackColor { get { throw null; } set { } }
17916         [System.ComponentModel.BrowsableAttribute(false)]
17917         public System.Drawing.Rectangle Bounds { get { throw null; } }
17918         [System.ComponentModel.DefaultValueAttribute(false)]
17919         public bool Checked { get { throw null; } set { } }
17920         [System.ComponentModel.DefaultValueAttribute(null)]
17921         public virtual System.Windows.Forms.ContextMenu ContextMenu { get { throw null; } set { } }
17922         [System.ComponentModel.DefaultValueAttribute(null)]
17923         public virtual System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get { throw null; } set { } }
17924         [System.ComponentModel.BrowsableAttribute(false)]
17925         public System.Windows.Forms.TreeNode FirstNode { get { throw null; } }
17926         public System.Drawing.Color ForeColor { get { throw null; } set { } }
17927         [System.ComponentModel.BrowsableAttribute(false)]
17928         public string FullPath { get { throw null; } }
17929         [System.ComponentModel.BrowsableAttribute(false)]
17930         public System.IntPtr Handle { get { throw null; } }
17931         [System.ComponentModel.DefaultValueAttribute(-1)]
17932         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
17933         [System.ComponentModel.LocalizableAttribute(true)]
17934         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
17935         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.TreeViewImageIndexConverter))]
17936         [System.Windows.Forms.RelatedImageListAttribute("TreeView.ImageList")]
17937         public int ImageIndex { get { throw null; } set { } }
17938         [System.ComponentModel.DefaultValueAttribute("")]
17939         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
17940         [System.ComponentModel.LocalizableAttribute(true)]
17941         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
17942         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.TreeViewImageKeyConverter))]
17943         [System.Windows.Forms.RelatedImageListAttribute("TreeView.ImageList")]
17944         public string ImageKey { get { throw null; } set { } }
17945         public int Index { get { throw null; } }
17946         [System.ComponentModel.BrowsableAttribute(false)]
17947         public bool IsEditing { get { throw null; } }
17948         [System.ComponentModel.BrowsableAttribute(false)]
17949         public bool IsExpanded { get { throw null; } }
17950         [System.ComponentModel.BrowsableAttribute(false)]
17951         public bool IsSelected { get { throw null; } }
17952         [System.ComponentModel.BrowsableAttribute(false)]
17953         public bool IsVisible { get { throw null; } }
17954         [System.ComponentModel.BrowsableAttribute(false)]
17955         public System.Windows.Forms.TreeNode LastNode { get { throw null; } }
17956         [System.ComponentModel.BrowsableAttribute(false)]
17957         public int Level { get { throw null; } }
17958         public string Name { get { throw null; } set { } }
17959         [System.ComponentModel.BrowsableAttribute(false)]
17960         public System.Windows.Forms.TreeNode NextNode { get { throw null; } }
17961         [System.ComponentModel.BrowsableAttribute(false)]
17962         public System.Windows.Forms.TreeNode NextVisibleNode { get { throw null; } }
17963         [System.ComponentModel.DefaultValueAttribute(null)]
17964         [System.ComponentModel.LocalizableAttribute(true)]
17965         public System.Drawing.Font NodeFont { get { throw null; } set { } }
17966         [System.ComponentModel.BrowsableAttribute(false)]
17967         [System.ComponentModel.ListBindableAttribute(false)]
17968         public System.Windows.Forms.TreeNodeCollection Nodes { get { throw null; } }
17969         [System.ComponentModel.BrowsableAttribute(false)]
17970         public System.Windows.Forms.TreeNode Parent { get { throw null; } }
17971         [System.ComponentModel.BrowsableAttribute(false)]
17972         public System.Windows.Forms.TreeNode PrevNode { get { throw null; } }
17973         [System.ComponentModel.BrowsableAttribute(false)]
17974         public System.Windows.Forms.TreeNode PrevVisibleNode { get { throw null; } }
17975         [System.ComponentModel.DefaultValueAttribute(-1)]
17976         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
17977         [System.ComponentModel.LocalizableAttribute(true)]
17978         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
17979         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.TreeViewImageIndexConverter))]
17980         [System.Windows.Forms.RelatedImageListAttribute("TreeView.ImageList")]
17981         public int SelectedImageIndex { get { throw null; } set { } }
17982         [System.ComponentModel.DefaultValueAttribute("")]
17983         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
17984         [System.ComponentModel.LocalizableAttribute(true)]
17985         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
17986         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.TreeViewImageKeyConverter))]
17987         [System.Windows.Forms.RelatedImageListAttribute("TreeView.ImageList")]
17988         public string SelectedImageKey { get { throw null; } set { } }
17989         [System.ComponentModel.DefaultValueAttribute(-1)]
17990         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
17991         [System.ComponentModel.LocalizableAttribute(true)]
17992         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
17993         [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.NoneExcludedImageIndexConverter")]
17994         [System.Windows.Forms.RelatedImageListAttribute("TreeView.StateImageList")]
17995         public int StateImageIndex { get { throw null; } set { } }
17996         [System.ComponentModel.DefaultValueAttribute("")]
17997         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
17998         [System.ComponentModel.LocalizableAttribute(true)]
17999         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
18000         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageKeyConverter))]
18001         [System.Windows.Forms.RelatedImageListAttribute("TreeView.StateImageList")]
18002         public string StateImageKey { get { throw null; } set { } }
18003         [System.ComponentModel.BindableAttribute(true)]
18004         [System.ComponentModel.DefaultValueAttribute(null)]
18005         [System.ComponentModel.LocalizableAttribute(false)]
18006         [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
18007         public object Tag { get { throw null; } set { } }
18008         [System.ComponentModel.LocalizableAttribute(true)]
18009         public string Text { get { throw null; } set { } }
18010         [System.ComponentModel.DefaultValueAttribute("")]
18011         [System.ComponentModel.LocalizableAttribute(false)]
18012         public string ToolTipText { get { throw null; } set { } }
18013         [System.ComponentModel.BrowsableAttribute(false)]
18014         public System.Windows.Forms.TreeView TreeView { get { throw null; } }
BeginEdit()18015         public void BeginEdit() { }
Clone()18016         public virtual object Clone() { throw null; }
Collapse()18017         public void Collapse() { }
Collapse(bool ignoreChildren)18018         public void Collapse(bool ignoreChildren) { }
Deserialize(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext context)18019         protected virtual void Deserialize(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext context) { }
EndEdit(bool cancel)18020         public void EndEdit(bool cancel) { }
EnsureVisible()18021         public void EnsureVisible() { }
Expand()18022         public void Expand() { }
ExpandAll()18023         public void ExpandAll() { }
FromHandle(System.Windows.Forms.TreeView tree, System.IntPtr handle)18024         public static System.Windows.Forms.TreeNode FromHandle(System.Windows.Forms.TreeView tree, System.IntPtr handle) { throw null; }
GetNodeCount(bool includeSubTrees)18025         public int GetNodeCount(bool includeSubTrees) { throw null; }
Remove()18026         public void Remove() { }
18027         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]
18028         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]
Serialize(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context)18029         protected virtual void Serialize(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
18030         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(128))]
System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context)18031         void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
Toggle()18032         public void Toggle() { }
ToString()18033         public override string ToString() { throw null; }
18034     }
18035     [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.TreeNodeCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
18036     public partial class TreeNodeCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
18037     {
TreeNodeCollection()18038         internal TreeNodeCollection() { }
18039         [System.ComponentModel.BrowsableAttribute(false)]
18040         public int Count { get { throw null; } }
18041         public bool IsReadOnly { get { throw null; } }
18042         public virtual System.Windows.Forms.TreeNode this[int index] { get { throw null; } set { } }
18043         public virtual System.Windows.Forms.TreeNode this[string key] { get { throw null; } }
18044         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
18045         object System.Collections.ICollection.SyncRoot { get { throw null; } }
18046         bool System.Collections.IList.IsFixedSize { get { throw null; } }
18047         object System.Collections.IList.this[int index] { get { throw null; } set { } }
Add(string text)18048         public virtual System.Windows.Forms.TreeNode Add(string text) { throw null; }
Add(string key, string text)18049         public virtual System.Windows.Forms.TreeNode Add(string key, string text) { throw null; }
Add(string key, string text, int imageIndex)18050         public virtual System.Windows.Forms.TreeNode Add(string key, string text, int imageIndex) { throw null; }
Add(string key, string text, int imageIndex, int selectedImageIndex)18051         public virtual System.Windows.Forms.TreeNode Add(string key, string text, int imageIndex, int selectedImageIndex) { throw null; }
Add(string key, string text, string imageKey)18052         public virtual System.Windows.Forms.TreeNode Add(string key, string text, string imageKey) { throw null; }
Add(string key, string text, string imageKey, string selectedImageKey)18053         public virtual System.Windows.Forms.TreeNode Add(string key, string text, string imageKey, string selectedImageKey) { throw null; }
Add(System.Windows.Forms.TreeNode node)18054         public virtual int Add(System.Windows.Forms.TreeNode node) { throw null; }
AddRange(System.Windows.Forms.TreeNode[] nodes)18055         public virtual void AddRange(System.Windows.Forms.TreeNode[] nodes) { }
Clear()18056         public virtual void Clear() { }
Contains(System.Windows.Forms.TreeNode node)18057         public bool Contains(System.Windows.Forms.TreeNode node) { throw null; }
ContainsKey(string key)18058         public virtual bool ContainsKey(string key) { throw null; }
CopyTo(System.Array dest, int index)18059         public void CopyTo(System.Array dest, int index) { }
Find(string key, bool searchAllChildren)18060         public System.Windows.Forms.TreeNode[] Find(string key, bool searchAllChildren) { throw null; }
GetEnumerator()18061         public System.Collections.IEnumerator GetEnumerator() { throw null; }
IndexOf(System.Windows.Forms.TreeNode node)18062         public int IndexOf(System.Windows.Forms.TreeNode node) { throw null; }
IndexOfKey(string key)18063         public virtual int IndexOfKey(string key) { throw null; }
Insert(int index, string text)18064         public virtual System.Windows.Forms.TreeNode Insert(int index, string text) { throw null; }
Insert(int index, string key, string text)18065         public virtual System.Windows.Forms.TreeNode Insert(int index, string key, string text) { throw null; }
Insert(int index, string key, string text, int imageIndex)18066         public virtual System.Windows.Forms.TreeNode Insert(int index, string key, string text, int imageIndex) { throw null; }
Insert(int index, string key, string text, int imageIndex, int selectedImageIndex)18067         public virtual System.Windows.Forms.TreeNode Insert(int index, string key, string text, int imageIndex, int selectedImageIndex) { throw null; }
Insert(int index, string key, string text, string imageKey)18068         public virtual System.Windows.Forms.TreeNode Insert(int index, string key, string text, string imageKey) { throw null; }
Insert(int index, string key, string text, string imageKey, string selectedImageKey)18069         public virtual System.Windows.Forms.TreeNode Insert(int index, string key, string text, string imageKey, string selectedImageKey) { throw null; }
Insert(int index, System.Windows.Forms.TreeNode node)18070         public virtual void Insert(int index, System.Windows.Forms.TreeNode node) { }
Remove(System.Windows.Forms.TreeNode node)18071         public void Remove(System.Windows.Forms.TreeNode node) { }
RemoveAt(int index)18072         public virtual void RemoveAt(int index) { }
RemoveByKey(string key)18073         public virtual void RemoveByKey(string key) { }
System.Collections.IList.Add(object node)18074         int System.Collections.IList.Add(object node) { throw null; }
System.Collections.IList.Contains(object node)18075         bool System.Collections.IList.Contains(object node) { throw null; }
System.Collections.IList.IndexOf(object node)18076         int System.Collections.IList.IndexOf(object node) { throw null; }
System.Collections.IList.Insert(int index, object node)18077         void System.Collections.IList.Insert(int index, object node) { }
System.Collections.IList.Remove(object node)18078         void System.Collections.IList.Remove(object node) { }
18079     }
18080     public partial class TreeNodeConverter : System.ComponentModel.TypeConverter
18081     {
TreeNodeConverter()18082         public TreeNodeConverter() { }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)18083         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)18084         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
18085     }
18086     public partial class TreeNodeMouseClickEventArgs : System.Windows.Forms.MouseEventArgs
18087     {
TreeNodeMouseClickEventArgs(System.Windows.Forms.TreeNode node, System.Windows.Forms.MouseButtons button, int clicks, int x, int y)18088         public TreeNodeMouseClickEventArgs(System.Windows.Forms.TreeNode node, System.Windows.Forms.MouseButtons button, int clicks, int x, int y) : base (default(System.Windows.Forms.MouseButtons), default(int), default(int), default(int), default(int)) { }
18089         public System.Windows.Forms.TreeNode Node { get { throw null; } }
18090     }
TreeNodeMouseClickEventHandler(object sender, System.Windows.Forms.TreeNodeMouseClickEventArgs e)18091     public delegate void TreeNodeMouseClickEventHandler(object sender, System.Windows.Forms.TreeNodeMouseClickEventArgs e);
18092     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
18093     public partial class TreeNodeMouseHoverEventArgs : System.EventArgs
18094     {
TreeNodeMouseHoverEventArgs(System.Windows.Forms.TreeNode node)18095         public TreeNodeMouseHoverEventArgs(System.Windows.Forms.TreeNode node) { }
18096         public System.Windows.Forms.TreeNode Node { get { throw null; } }
18097     }
TreeNodeMouseHoverEventHandler(object sender, System.Windows.Forms.TreeNodeMouseHoverEventArgs e)18098     public delegate void TreeNodeMouseHoverEventHandler(object sender, System.Windows.Forms.TreeNodeMouseHoverEventArgs e);
18099     [System.FlagsAttribute]
18100     public enum TreeNodeStates
18101     {
18102         Checked = 8,
18103         Default = 32,
18104         Focused = 16,
18105         Grayed = 2,
18106         Hot = 64,
18107         Indeterminate = 256,
18108         Marked = 128,
18109         Selected = 1,
18110         ShowKeyboardCues = 512,
18111     }
18112     [System.ComponentModel.DefaultEventAttribute("AfterSelect")]
18113     [System.ComponentModel.DefaultPropertyAttribute("Nodes")]
18114     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.TreeViewDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
18115     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
18116     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
18117     [System.Windows.Forms.DockingAttribute((System.Windows.Forms.DockingBehavior)(1))]
18118     public partial class TreeView : System.Windows.Forms.Control
18119     {
TreeView()18120         public TreeView() { }
18121         public override System.Drawing.Color BackColor { get { throw null; } set { } }
18122         [System.ComponentModel.BrowsableAttribute(false)]
18123         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18124         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
18125         [System.ComponentModel.BrowsableAttribute(false)]
18126         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18127         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
18128         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.BorderStyle)(2))]
18129         [System.Runtime.InteropServices.DispIdAttribute(-504)]
18130         public System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
18131         [System.ComponentModel.DefaultValueAttribute(false)]
18132         public bool CheckBoxes { get { throw null; } set { } }
18133         protected override System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
18134         protected override System.Drawing.Size DefaultSize { get { throw null; } }
18135         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18136         protected override bool DoubleBuffered { get { throw null; } set { } }
18137         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.TreeViewDrawMode)(0))]
18138         public System.Windows.Forms.TreeViewDrawMode DrawMode { get { throw null; } set { } }
18139         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
18140         [System.ComponentModel.DefaultValueAttribute(false)]
18141         public bool FullRowSelect { get { throw null; } set { } }
18142         [System.ComponentModel.DefaultValueAttribute(true)]
18143         public bool HideSelection { get { throw null; } set { } }
18144         [System.ComponentModel.DefaultValueAttribute(false)]
18145         public bool HotTracking { get { throw null; } set { } }
18146         [System.ComponentModel.DefaultValueAttribute(-1)]
18147         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
18148         [System.ComponentModel.LocalizableAttribute(true)]
18149         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
18150         [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.NoneExcludedImageIndexConverter")]
18151         [System.Windows.Forms.RelatedImageListAttribute("ImageList")]
18152         public int ImageIndex { get { throw null; } set { } }
18153         [System.ComponentModel.DefaultValueAttribute("")]
18154         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
18155         [System.ComponentModel.LocalizableAttribute(true)]
18156         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
18157         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageKeyConverter))]
18158         [System.Windows.Forms.RelatedImageListAttribute("ImageList")]
18159         public string ImageKey { get { throw null; } set { } }
18160         [System.ComponentModel.DefaultValueAttribute(null)]
18161         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
18162         public System.Windows.Forms.ImageList ImageList { get { throw null; } set { } }
18163         [System.ComponentModel.LocalizableAttribute(true)]
18164         public int Indent { get { throw null; } set { } }
18165         public int ItemHeight { get { throw null; } set { } }
18166         [System.ComponentModel.DefaultValueAttribute(false)]
18167         public bool LabelEdit { get { throw null; } set { } }
18168         [System.ComponentModel.DefaultValueAttribute(typeof(System.Drawing.Color), "Black")]
18169         public System.Drawing.Color LineColor { get { throw null; } set { } }
18170         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(2))]
18171         [System.ComponentModel.LocalizableAttribute(true)]
18172         [System.ComponentModel.MergablePropertyAttribute(false)]
18173         public System.Windows.Forms.TreeNodeCollection Nodes { get { throw null; } }
18174         [System.ComponentModel.BrowsableAttribute(false)]
18175         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18176         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18177         public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
18178         [System.ComponentModel.DefaultValueAttribute("\\")]
18179         public string PathSeparator { get { throw null; } set { } }
18180         [System.ComponentModel.DefaultValueAttribute(false)]
18181         [System.ComponentModel.LocalizableAttribute(true)]
18182         public virtual bool RightToLeftLayout { get { throw null; } set { } }
18183         [System.ComponentModel.DefaultValueAttribute(true)]
18184         public bool Scrollable { get { throw null; } set { } }
18185         [System.ComponentModel.DefaultValueAttribute(-1)]
18186         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
18187         [System.ComponentModel.LocalizableAttribute(true)]
18188         [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.NoneExcludedImageIndexConverter")]
18189         [System.Windows.Forms.RelatedImageListAttribute("ImageList")]
18190         public int SelectedImageIndex { get { throw null; } set { } }
18191         [System.ComponentModel.DefaultValueAttribute("")]
18192         [System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
18193         [System.ComponentModel.LocalizableAttribute(true)]
18194         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
18195         [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageKeyConverter))]
18196         [System.Windows.Forms.RelatedImageListAttribute("ImageList")]
18197         public string SelectedImageKey { get { throw null; } set { } }
18198         [System.ComponentModel.BrowsableAttribute(false)]
18199         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18200         public System.Windows.Forms.TreeNode SelectedNode { get { throw null; } set { } }
18201         [System.ComponentModel.DefaultValueAttribute(true)]
18202         public bool ShowLines { get { throw null; } set { } }
18203         [System.ComponentModel.DefaultValueAttribute(false)]
18204         public bool ShowNodeToolTips { get { throw null; } set { } }
18205         [System.ComponentModel.DefaultValueAttribute(true)]
18206         public bool ShowPlusMinus { get { throw null; } set { } }
18207         [System.ComponentModel.DefaultValueAttribute(true)]
18208         public bool ShowRootLines { get { throw null; } set { } }
18209         [System.ComponentModel.BrowsableAttribute(false)]
18210         [System.ComponentModel.DefaultValueAttribute(false)]
18211         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18212         public bool Sorted { get { throw null; } set { } }
18213         [System.ComponentModel.DefaultValueAttribute(null)]
18214         public System.Windows.Forms.ImageList StateImageList { get { throw null; } set { } }
18215         [System.ComponentModel.BindableAttribute(false)]
18216         [System.ComponentModel.BrowsableAttribute(false)]
18217         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18218         public override string Text { get { throw null; } set { } }
18219         [System.ComponentModel.BrowsableAttribute(false)]
18220         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18221         public System.Windows.Forms.TreeNode TopNode { get { throw null; } set { } }
18222         [System.ComponentModel.BrowsableAttribute(false)]
18223         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18224         public System.Collections.IComparer TreeViewNodeSorter { get { throw null; } set { } }
18225         [System.ComponentModel.BrowsableAttribute(false)]
18226         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18227         public int VisibleCount { get { throw null; } }
18228         public event System.Windows.Forms.TreeViewEventHandler AfterCheck { add { } remove { } }
18229         public event System.Windows.Forms.TreeViewEventHandler AfterCollapse { add { } remove { } }
18230         public event System.Windows.Forms.TreeViewEventHandler AfterExpand { add { } remove { } }
18231         public event System.Windows.Forms.NodeLabelEditEventHandler AfterLabelEdit { add { } remove { } }
18232         public event System.Windows.Forms.TreeViewEventHandler AfterSelect { add { } remove { } }
18233         [System.ComponentModel.BrowsableAttribute(false)]
18234         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18235         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
18236         [System.ComponentModel.BrowsableAttribute(false)]
18237         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18238         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
18239         public event System.Windows.Forms.TreeViewCancelEventHandler BeforeCheck { add { } remove { } }
18240         public event System.Windows.Forms.TreeViewCancelEventHandler BeforeCollapse { add { } remove { } }
18241         public event System.Windows.Forms.TreeViewCancelEventHandler BeforeExpand { add { } remove { } }
18242         public event System.Windows.Forms.NodeLabelEditEventHandler BeforeLabelEdit { add { } remove { } }
18243         public event System.Windows.Forms.TreeViewCancelEventHandler BeforeSelect { add { } remove { } }
18244         public event System.Windows.Forms.DrawTreeNodeEventHandler DrawNode { add { } remove { } }
18245         public event System.Windows.Forms.ItemDragEventHandler ItemDrag { add { } remove { } }
18246         public event System.Windows.Forms.TreeNodeMouseClickEventHandler NodeMouseClick { add { } remove { } }
18247         public event System.Windows.Forms.TreeNodeMouseClickEventHandler NodeMouseDoubleClick { add { } remove { } }
18248         public event System.Windows.Forms.TreeNodeMouseHoverEventHandler NodeMouseHover { add { } remove { } }
18249         [System.ComponentModel.BrowsableAttribute(false)]
18250         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18251         public new event System.EventHandler PaddingChanged { add { } remove { } }
18252         [System.ComponentModel.BrowsableAttribute(false)]
18253         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18254         public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
18255         public event System.EventHandler RightToLeftLayoutChanged { add { } remove { } }
18256         [System.ComponentModel.BrowsableAttribute(false)]
18257         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18258         public new event System.EventHandler TextChanged { add { } remove { } }
BeginUpdate()18259         public void BeginUpdate() { }
CollapseAll()18260         public void CollapseAll() { }
CreateHandle()18261         protected override void CreateHandle() { }
Dispose(bool disposing)18262         protected override void Dispose(bool disposing) { }
EndUpdate()18263         public void EndUpdate() { }
ExpandAll()18264         public void ExpandAll() { }
GetItemRenderStyles(System.Windows.Forms.TreeNode node, int state)18265         protected System.Windows.Forms.OwnerDrawPropertyBag GetItemRenderStyles(System.Windows.Forms.TreeNode node, int state) { throw null; }
GetNodeAt(System.Drawing.Point pt)18266         public System.Windows.Forms.TreeNode GetNodeAt(System.Drawing.Point pt) { throw null; }
GetNodeAt(int x, int y)18267         public System.Windows.Forms.TreeNode GetNodeAt(int x, int y) { throw null; }
GetNodeCount(bool includeSubTrees)18268         public int GetNodeCount(bool includeSubTrees) { throw null; }
HitTest(System.Drawing.Point pt)18269         public System.Windows.Forms.TreeViewHitTestInfo HitTest(System.Drawing.Point pt) { throw null; }
HitTest(int x, int y)18270         public System.Windows.Forms.TreeViewHitTestInfo HitTest(int x, int y) { throw null; }
IsInputKey(System.Windows.Forms.Keys keyData)18271         protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
OnAfterCheck(System.Windows.Forms.TreeViewEventArgs e)18272         protected virtual void OnAfterCheck(System.Windows.Forms.TreeViewEventArgs e) { }
OnAfterCollapse(System.Windows.Forms.TreeViewEventArgs e)18273         protected internal virtual void OnAfterCollapse(System.Windows.Forms.TreeViewEventArgs e) { }
OnAfterExpand(System.Windows.Forms.TreeViewEventArgs e)18274         protected virtual void OnAfterExpand(System.Windows.Forms.TreeViewEventArgs e) { }
OnAfterLabelEdit(System.Windows.Forms.NodeLabelEditEventArgs e)18275         protected virtual void OnAfterLabelEdit(System.Windows.Forms.NodeLabelEditEventArgs e) { }
OnAfterSelect(System.Windows.Forms.TreeViewEventArgs e)18276         protected virtual void OnAfterSelect(System.Windows.Forms.TreeViewEventArgs e) { }
OnBeforeCheck(System.Windows.Forms.TreeViewCancelEventArgs e)18277         protected virtual void OnBeforeCheck(System.Windows.Forms.TreeViewCancelEventArgs e) { }
OnBeforeCollapse(System.Windows.Forms.TreeViewCancelEventArgs e)18278         protected internal virtual void OnBeforeCollapse(System.Windows.Forms.TreeViewCancelEventArgs e) { }
OnBeforeExpand(System.Windows.Forms.TreeViewCancelEventArgs e)18279         protected virtual void OnBeforeExpand(System.Windows.Forms.TreeViewCancelEventArgs e) { }
OnBeforeLabelEdit(System.Windows.Forms.NodeLabelEditEventArgs e)18280         protected virtual void OnBeforeLabelEdit(System.Windows.Forms.NodeLabelEditEventArgs e) { }
OnBeforeSelect(System.Windows.Forms.TreeViewCancelEventArgs e)18281         protected virtual void OnBeforeSelect(System.Windows.Forms.TreeViewCancelEventArgs e) { }
OnDrawNode(System.Windows.Forms.DrawTreeNodeEventArgs e)18282         protected virtual void OnDrawNode(System.Windows.Forms.DrawTreeNodeEventArgs e) { }
OnHandleCreated(System.EventArgs e)18283         protected override void OnHandleCreated(System.EventArgs e) { }
OnHandleDestroyed(System.EventArgs e)18284         protected override void OnHandleDestroyed(System.EventArgs e) { }
OnItemDrag(System.Windows.Forms.ItemDragEventArgs e)18285         protected virtual void OnItemDrag(System.Windows.Forms.ItemDragEventArgs e) { }
OnKeyDown(System.Windows.Forms.KeyEventArgs e)18286         protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { }
OnKeyPress(System.Windows.Forms.KeyPressEventArgs e)18287         protected override void OnKeyPress(System.Windows.Forms.KeyPressEventArgs e) { }
OnKeyUp(System.Windows.Forms.KeyEventArgs e)18288         protected override void OnKeyUp(System.Windows.Forms.KeyEventArgs e) { }
OnMouseHover(System.EventArgs e)18289         protected override void OnMouseHover(System.EventArgs e) { }
OnMouseLeave(System.EventArgs e)18290         protected override void OnMouseLeave(System.EventArgs e) { }
OnNodeMouseClick(System.Windows.Forms.TreeNodeMouseClickEventArgs e)18291         protected virtual void OnNodeMouseClick(System.Windows.Forms.TreeNodeMouseClickEventArgs e) { }
OnNodeMouseDoubleClick(System.Windows.Forms.TreeNodeMouseClickEventArgs e)18292         protected virtual void OnNodeMouseDoubleClick(System.Windows.Forms.TreeNodeMouseClickEventArgs e) { }
OnNodeMouseHover(System.Windows.Forms.TreeNodeMouseHoverEventArgs e)18293         protected virtual void OnNodeMouseHover(System.Windows.Forms.TreeNodeMouseHoverEventArgs e) { }
18294         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnRightToLeftLayoutChanged(System.EventArgs e)18295         protected virtual void OnRightToLeftLayoutChanged(System.EventArgs e) { }
Sort()18296         public void Sort() { }
ToString()18297         public override string ToString() { throw null; }
18298         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
WndProc(ref System.Windows.Forms.Message m)18299         protected override void WndProc(ref System.Windows.Forms.Message m) { }
18300     }
18301     public enum TreeViewAction
18302     {
18303         ByKeyboard = 1,
18304         ByMouse = 2,
18305         Collapse = 3,
18306         Expand = 4,
18307         Unknown = 0,
18308     }
18309     public partial class TreeViewCancelEventArgs : System.ComponentModel.CancelEventArgs
18310     {
TreeViewCancelEventArgs(System.Windows.Forms.TreeNode node, bool cancel, System.Windows.Forms.TreeViewAction action)18311         public TreeViewCancelEventArgs(System.Windows.Forms.TreeNode node, bool cancel, System.Windows.Forms.TreeViewAction action) { }
18312         public System.Windows.Forms.TreeViewAction Action { get { throw null; } }
18313         public System.Windows.Forms.TreeNode Node { get { throw null; } }
18314     }
TreeViewCancelEventHandler(object sender, System.Windows.Forms.TreeViewCancelEventArgs e)18315     public delegate void TreeViewCancelEventHandler(object sender, System.Windows.Forms.TreeViewCancelEventArgs e);
18316     public enum TreeViewDrawMode
18317     {
18318         Normal = 0,
18319         OwnerDrawAll = 2,
18320         OwnerDrawText = 1,
18321     }
18322     public partial class TreeViewEventArgs : System.EventArgs
18323     {
TreeViewEventArgs(System.Windows.Forms.TreeNode node)18324         public TreeViewEventArgs(System.Windows.Forms.TreeNode node) { }
TreeViewEventArgs(System.Windows.Forms.TreeNode node, System.Windows.Forms.TreeViewAction action)18325         public TreeViewEventArgs(System.Windows.Forms.TreeNode node, System.Windows.Forms.TreeViewAction action) { }
18326         public System.Windows.Forms.TreeViewAction Action { get { throw null; } }
18327         public System.Windows.Forms.TreeNode Node { get { throw null; } }
18328     }
TreeViewEventHandler(object sender, System.Windows.Forms.TreeViewEventArgs e)18329     public delegate void TreeViewEventHandler(object sender, System.Windows.Forms.TreeViewEventArgs e);
18330     public partial class TreeViewHitTestInfo
18331     {
TreeViewHitTestInfo(System.Windows.Forms.TreeNode hitNode, System.Windows.Forms.TreeViewHitTestLocations hitLocation)18332         public TreeViewHitTestInfo(System.Windows.Forms.TreeNode hitNode, System.Windows.Forms.TreeViewHitTestLocations hitLocation) { }
18333         public System.Windows.Forms.TreeViewHitTestLocations Location { get { throw null; } }
18334         public System.Windows.Forms.TreeNode Node { get { throw null; } }
18335     }
18336     [System.FlagsAttribute]
18337     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
18338     public enum TreeViewHitTestLocations
18339     {
18340         AboveClientArea = 256,
18341         BelowClientArea = 512,
18342         Image = 2,
18343         Indent = 8,
18344         Label = 4,
18345         LeftOfClientArea = 2048,
18346         None = 1,
18347         PlusMinus = 16,
18348         RightOfClientArea = 1024,
18349         RightOfLabel = 32,
18350         StateImage = 64,
18351     }
18352     public partial class TreeViewImageIndexConverter : System.Windows.Forms.ImageIndexConverter
18353     {
TreeViewImageIndexConverter()18354         public TreeViewImageIndexConverter() { }
18355         protected override bool IncludeNoneAsStandardValue { get { throw null; } }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)18356         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)18357         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)18358         public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
18359     }
18360     public partial class TreeViewImageKeyConverter : System.Windows.Forms.ImageKeyConverter
18361     {
TreeViewImageKeyConverter()18362         public TreeViewImageKeyConverter() { }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)18363         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
18364     }
18365     public partial class TypeValidationEventArgs : System.EventArgs
18366     {
TypeValidationEventArgs(System.Type validatingType, bool isValidInput, object returnValue, string message)18367         public TypeValidationEventArgs(System.Type validatingType, bool isValidInput, object returnValue, string message) { }
18368         public bool Cancel { get { throw null; } set { } }
18369         public bool IsValidInput { get { throw null; } }
18370         public string Message { get { throw null; } }
18371         public object ReturnValue { get { throw null; } }
18372         public System.Type ValidatingType { get { throw null; } }
18373     }
TypeValidationEventHandler(object sender, System.Windows.Forms.TypeValidationEventArgs e)18374     public delegate void TypeValidationEventHandler(object sender, System.Windows.Forms.TypeValidationEventArgs e);
18375     [System.FlagsAttribute]
18376     public enum UICues
18377     {
18378         Changed = 12,
18379         ChangeFocus = 4,
18380         ChangeKeyboard = 8,
18381         None = 0,
18382         ShowFocus = 1,
18383         ShowKeyboard = 2,
18384         Shown = 3,
18385     }
18386     public partial class UICuesEventArgs : System.EventArgs
18387     {
UICuesEventArgs(System.Windows.Forms.UICues uicues)18388         public UICuesEventArgs(System.Windows.Forms.UICues uicues) { }
18389         public System.Windows.Forms.UICues Changed { get { throw null; } }
18390         public bool ChangeFocus { get { throw null; } }
18391         public bool ChangeKeyboard { get { throw null; } }
18392         public bool ShowFocus { get { throw null; } }
18393         public bool ShowKeyboard { get { throw null; } }
18394     }
UICuesEventHandler(object sender, System.Windows.Forms.UICuesEventArgs e)18395     public delegate void UICuesEventHandler(object sender, System.Windows.Forms.UICuesEventArgs e);
18396     public enum UnhandledExceptionMode
18397     {
18398         Automatic = 0,
18399         CatchException = 2,
18400         ThrowException = 1,
18401     }
18402     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.UpDownBaseDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
18403     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
18404     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
18405     public abstract partial class UpDownBase : System.Windows.Forms.ContainerControl
18406     {
UpDownBase()18407         public UpDownBase() { }
18408         [System.ComponentModel.BrowsableAttribute(false)]
18409         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18410         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18411         public override bool AutoScroll { get { throw null; } set { } }
18412         [System.ComponentModel.BrowsableAttribute(false)]
18413         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18414         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18415         public new System.Drawing.Size AutoScrollMargin { get { throw null; } set { } }
18416         [System.ComponentModel.BrowsableAttribute(false)]
18417         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18418         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18419         public new System.Drawing.Size AutoScrollMinSize { get { throw null; } set { } }
18420         [System.ComponentModel.BrowsableAttribute(true)]
18421         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(1))]
18422         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
18423         public override bool AutoSize { get { throw null; } set { } }
18424         public override System.Drawing.Color BackColor { get { throw null; } set { } }
18425         [System.ComponentModel.BrowsableAttribute(false)]
18426         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18427         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18428         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
18429         [System.ComponentModel.BrowsableAttribute(false)]
18430         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18431         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18432         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
18433         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.BorderStyle)(2))]
18434         [System.Runtime.InteropServices.DispIdAttribute(-504)]
18435         public System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
18436         protected bool ChangingText { get { throw null; } set { } }
18437         public override System.Windows.Forms.ContextMenu ContextMenu { get { throw null; } set { } }
18438         public override System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get { throw null; } set { } }
18439         protected override System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
18440         protected override System.Drawing.Size DefaultSize { get { throw null; } }
18441         [System.ComponentModel.BrowsableAttribute(false)]
18442         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18443         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18444         public new System.Windows.Forms.ScrollableControl.DockPaddingEdges DockPadding { get { throw null; } }
18445         [System.ComponentModel.BrowsableAttribute(false)]
18446         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18447         public override bool Focused { get { throw null; } }
18448         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
18449         [System.ComponentModel.DefaultValueAttribute(true)]
18450         public bool InterceptArrowKeys { get { throw null; } set { } }
18451         public override System.Drawing.Size MaximumSize { get { throw null; } set { } }
18452         public override System.Drawing.Size MinimumSize { get { throw null; } set { } }
18453         [System.ComponentModel.BrowsableAttribute(false)]
18454         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18455         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
18456         public int PreferredHeight { get { throw null; } }
18457         [System.ComponentModel.DefaultValueAttribute(false)]
18458         public bool ReadOnly { get { throw null; } set { } }
18459         [System.ComponentModel.LocalizableAttribute(true)]
18460         public override string Text { get { throw null; } set { } }
18461         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.HorizontalAlignment)(0))]
18462         [System.ComponentModel.LocalizableAttribute(true)]
18463         public System.Windows.Forms.HorizontalAlignment TextAlign { get { throw null; } set { } }
18464         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.LeftRightAlignment)(1))]
18465         [System.ComponentModel.LocalizableAttribute(true)]
18466         public System.Windows.Forms.LeftRightAlignment UpDownAlign { get { throw null; } set { } }
18467         protected bool UserEdit { get { throw null; } set { } }
18468         [System.ComponentModel.BrowsableAttribute(true)]
18469         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
18470         public new event System.EventHandler AutoSizeChanged { add { } remove { } }
18471         [System.ComponentModel.BrowsableAttribute(false)]
18472         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18473         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
18474         [System.ComponentModel.BrowsableAttribute(false)]
18475         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18476         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
18477         [System.ComponentModel.BrowsableAttribute(false)]
18478         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18479         public new event System.EventHandler MouseEnter { add { } remove { } }
18480         [System.ComponentModel.BrowsableAttribute(false)]
18481         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18482         public new event System.EventHandler MouseHover { add { } remove { } }
18483         [System.ComponentModel.BrowsableAttribute(false)]
18484         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18485         public new event System.EventHandler MouseLeave { add { } remove { } }
18486         [System.ComponentModel.BrowsableAttribute(false)]
18487         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18488         public new event System.Windows.Forms.MouseEventHandler MouseMove { add { } remove { } }
DownButton()18489         public abstract void DownButton();
OnChanged(object source, System.EventArgs e)18490         protected virtual void OnChanged(object source, System.EventArgs e) { }
OnFontChanged(System.EventArgs e)18491         protected override void OnFontChanged(System.EventArgs e) { }
OnHandleCreated(System.EventArgs e)18492         protected override void OnHandleCreated(System.EventArgs e) { }
OnHandleDestroyed(System.EventArgs e)18493         protected override void OnHandleDestroyed(System.EventArgs e) { }
OnLayout(System.Windows.Forms.LayoutEventArgs e)18494         protected override void OnLayout(System.Windows.Forms.LayoutEventArgs e) { }
OnMouseDown(System.Windows.Forms.MouseEventArgs e)18495         protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { }
OnMouseUp(System.Windows.Forms.MouseEventArgs mevent)18496         protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs mevent) { }
OnMouseWheel(System.Windows.Forms.MouseEventArgs e)18497         protected override void OnMouseWheel(System.Windows.Forms.MouseEventArgs e) { }
OnPaint(System.Windows.Forms.PaintEventArgs e)18498         protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
OnTextBoxKeyDown(object source, System.Windows.Forms.KeyEventArgs e)18499         protected virtual void OnTextBoxKeyDown(object source, System.Windows.Forms.KeyEventArgs e) { }
OnTextBoxKeyPress(object source, System.Windows.Forms.KeyPressEventArgs e)18500         protected virtual void OnTextBoxKeyPress(object source, System.Windows.Forms.KeyPressEventArgs e) { }
OnTextBoxLostFocus(object source, System.EventArgs e)18501         protected virtual void OnTextBoxLostFocus(object source, System.EventArgs e) { }
OnTextBoxResize(object source, System.EventArgs e)18502         protected virtual void OnTextBoxResize(object source, System.EventArgs e) { }
OnTextBoxTextChanged(object source, System.EventArgs e)18503         protected virtual void OnTextBoxTextChanged(object source, System.EventArgs e) { }
RescaleConstantsForDpi(int deviceDpiOld, int deviceDpiNew)18504         protected override void RescaleConstantsForDpi(int deviceDpiOld, int deviceDpiNew) { }
Select(int start, int length)18505         public void Select(int start, int length) { }
UpButton()18506         public abstract void UpButton();
UpdateEditText()18507         protected abstract void UpdateEditText();
ValidateEditText()18508         protected virtual void ValidateEditText() { }
18509         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
18510         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
WndProc(ref System.Windows.Forms.Message m)18511         protected override void WndProc(ref System.Windows.Forms.Message m) { }
18512     }
18513     public partial class UpDownEventArgs : System.EventArgs
18514     {
UpDownEventArgs(int buttonPushed)18515         public UpDownEventArgs(int buttonPushed) { }
18516         public int ButtonID { get { throw null; } }
18517     }
UpDownEventHandler(object source, System.Windows.Forms.UpDownEventArgs e)18518     public delegate void UpDownEventHandler(object source, System.Windows.Forms.UpDownEventArgs e);
18519     [System.ComponentModel.DefaultEventAttribute("Load")]
18520     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ControlDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
18521     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.UserControlDocumentDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.ComponentModel.Design.IRootDesigner))]
18522     [System.ComponentModel.DesignerCategoryAttribute("UserControl")]
18523     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
18524     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
18525     public partial class UserControl : System.Windows.Forms.ContainerControl
18526     {
UserControl()18527         public UserControl() { }
18528         [System.ComponentModel.BrowsableAttribute(true)]
18529         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(1))]
18530         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
18531         public override bool AutoSize { get { throw null; } set { } }
18532         [System.ComponentModel.BrowsableAttribute(true)]
18533         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.AutoSizeMode)(1))]
18534         [System.ComponentModel.LocalizableAttribute(true)]
18535         public System.Windows.Forms.AutoSizeMode AutoSizeMode { get { throw null; } set { } }
18536         [System.ComponentModel.BrowsableAttribute(true)]
18537         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
18538         public override System.Windows.Forms.AutoValidate AutoValidate { get { throw null; } set { } }
18539         [System.ComponentModel.BrowsableAttribute(true)]
18540         [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.BorderStyle)(0))]
18541         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
18542         public System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
18543         protected override System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
18544         protected override System.Drawing.Size DefaultSize { get { throw null; } }
18545         [System.ComponentModel.BindableAttribute(false)]
18546         [System.ComponentModel.BrowsableAttribute(false)]
18547         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18548         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18549         public override string Text { get { throw null; } set { } }
18550         [System.ComponentModel.BrowsableAttribute(true)]
18551         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
18552         public new event System.EventHandler AutoSizeChanged { add { } remove { } }
18553         [System.ComponentModel.BrowsableAttribute(true)]
18554         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
18555         public new event System.EventHandler AutoValidateChanged { add { } remove { } }
18556         public event System.EventHandler Load { add { } remove { } }
18557         [System.ComponentModel.BrowsableAttribute(false)]
18558         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18559         public new event System.EventHandler TextChanged { add { } remove { } }
18560         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnCreateControl()18561         protected override void OnCreateControl() { }
18562         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnLoad(System.EventArgs e)18563         protected virtual void OnLoad(System.EventArgs e) { }
18564         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnMouseDown(System.Windows.Forms.MouseEventArgs e)18565         protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { }
OnResize(System.EventArgs e)18566         protected override void OnResize(System.EventArgs e) { }
18567         [System.ComponentModel.BrowsableAttribute(true)]
18568         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
ValidateChildren()18569         public override bool ValidateChildren() { throw null; }
18570         [System.ComponentModel.BrowsableAttribute(true)]
18571         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
ValidateChildren(System.Windows.Forms.ValidationConstraints validationConstraints)18572         public override bool ValidateChildren(System.Windows.Forms.ValidationConstraints validationConstraints) { throw null; }
18573         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
18574         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
WndProc(ref System.Windows.Forms.Message m)18575         protected override void WndProc(ref System.Windows.Forms.Message m) { }
18576     }
18577     [System.FlagsAttribute]
18578     public enum ValidationConstraints
18579     {
18580         Enabled = 2,
18581         ImmediateChildren = 16,
18582         None = 0,
18583         Selectable = 1,
18584         TabStop = 8,
18585         Visible = 4,
18586     }
18587     public enum View
18588     {
18589         Details = 1,
18590         LargeIcon = 0,
18591         List = 3,
18592         SmallIcon = 2,
18593         Tile = 4,
18594     }
18595     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
18596     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
18597     public partial class VScrollBar : System.Windows.Forms.ScrollBar
18598     {
VScrollBar()18599         public VScrollBar() { }
18600         protected override System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
18601         protected override System.Drawing.Size DefaultSize { get { throw null; } }
18602         [System.ComponentModel.BrowsableAttribute(false)]
18603         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18604         public override System.Windows.Forms.RightToLeft RightToLeft { get { throw null; } set { } }
18605         [System.ComponentModel.BrowsableAttribute(false)]
18606         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18607         public new event System.EventHandler RightToLeftChanged { add { } remove { } }
18608     }
18609     public partial class VScrollProperties : System.Windows.Forms.ScrollProperties
18610     {
VScrollProperties(System.Windows.Forms.ScrollableControl container)18611         public VScrollProperties(System.Windows.Forms.ScrollableControl container) : base (default(System.Windows.Forms.ScrollableControl)) { }
18612     }
18613     [System.ComponentModel.DefaultEventAttribute("DocumentCompleted")]
18614     [System.ComponentModel.DefaultPropertyAttribute("Url")]
18615     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.WebBrowserDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
18616     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
18617     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
18618     [System.Windows.Forms.DockingAttribute((System.Windows.Forms.DockingBehavior)(2))]
18619     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
18620     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
18621     public partial class WebBrowser : System.Windows.Forms.WebBrowserBase
18622     {
18623         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Demand, Name="FullTrust")]
WebBrowser()18624         public WebBrowser() { }
18625         [System.ComponentModel.DefaultValueAttribute(true)]
18626         public bool AllowNavigation { get { throw null; } set { } }
18627         [System.ComponentModel.DefaultValueAttribute(true)]
18628         public bool AllowWebBrowserDrop { get { throw null; } set { } }
18629         [System.ComponentModel.BrowsableAttribute(false)]
18630         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18631         public bool CanGoBack { get { throw null; } }
18632         [System.ComponentModel.BrowsableAttribute(false)]
18633         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18634         public bool CanGoForward { get { throw null; } }
18635         protected override System.Drawing.Size DefaultSize { get { throw null; } }
18636         [System.ComponentModel.BrowsableAttribute(false)]
18637         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18638         public System.Windows.Forms.HtmlDocument Document { get { throw null; } }
18639         [System.ComponentModel.BrowsableAttribute(false)]
18640         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18641         public System.IO.Stream DocumentStream { get { throw null; } set { } }
18642         [System.ComponentModel.BrowsableAttribute(false)]
18643         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18644         public string DocumentText { get { throw null; } set { } }
18645         [System.ComponentModel.BrowsableAttribute(false)]
18646         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18647         public string DocumentTitle { get { throw null; } }
18648         [System.ComponentModel.BrowsableAttribute(false)]
18649         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18650         public string DocumentType { get { throw null; } }
18651         [System.ComponentModel.BrowsableAttribute(false)]
18652         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18653         public System.Windows.Forms.WebBrowserEncryptionLevel EncryptionLevel { get { throw null; } }
18654         public override bool Focused { get { throw null; } }
18655         [System.ComponentModel.BrowsableAttribute(false)]
18656         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18657         public bool IsBusy { get { throw null; } }
18658         [System.ComponentModel.BrowsableAttribute(false)]
18659         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18660         public bool IsOffline { get { throw null; } }
18661         [System.ComponentModel.DefaultValueAttribute(true)]
18662         public bool IsWebBrowserContextMenuEnabled { get { throw null; } set { } }
18663         [System.ComponentModel.BrowsableAttribute(false)]
18664         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18665         public object ObjectForScripting { get { throw null; } set { } }
18666         [System.ComponentModel.BrowsableAttribute(false)]
18667         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18668         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18669         public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
18670         [System.ComponentModel.BrowsableAttribute(false)]
18671         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18672         public System.Windows.Forms.WebBrowserReadyState ReadyState { get { throw null; } }
18673         [System.ComponentModel.DefaultValueAttribute(false)]
18674         public bool ScriptErrorsSuppressed { get { throw null; } set { } }
18675         [System.ComponentModel.DefaultValueAttribute(true)]
18676         public bool ScrollBarsEnabled { get { throw null; } set { } }
18677         [System.ComponentModel.BrowsableAttribute(false)]
18678         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18679         public virtual string StatusText { get { throw null; } }
18680         [System.ComponentModel.BindableAttribute(true)]
18681         [System.ComponentModel.DefaultValueAttribute(null)]
18682         [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.WebBrowserUriTypeConverter")]
18683         public System.Uri Url { get { throw null; } set { } }
18684         [System.ComponentModel.BrowsableAttribute(false)]
18685         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18686         public System.Version Version { get { throw null; } }
18687         [System.ComponentModel.DefaultValueAttribute(true)]
18688         public bool WebBrowserShortcutsEnabled { get { throw null; } set { } }
18689         [System.ComponentModel.BrowsableAttribute(false)]
18690         public event System.EventHandler CanGoBackChanged { add { } remove { } }
18691         [System.ComponentModel.BrowsableAttribute(false)]
18692         public event System.EventHandler CanGoForwardChanged { add { } remove { } }
18693         public event System.Windows.Forms.WebBrowserDocumentCompletedEventHandler DocumentCompleted { add { } remove { } }
18694         [System.ComponentModel.BrowsableAttribute(false)]
18695         public event System.EventHandler DocumentTitleChanged { add { } remove { } }
18696         [System.ComponentModel.BrowsableAttribute(false)]
18697         public event System.EventHandler EncryptionLevelChanged { add { } remove { } }
18698         public event System.EventHandler FileDownload { add { } remove { } }
18699         public event System.Windows.Forms.WebBrowserNavigatedEventHandler Navigated { add { } remove { } }
18700         public event System.Windows.Forms.WebBrowserNavigatingEventHandler Navigating { add { } remove { } }
18701         public event System.ComponentModel.CancelEventHandler NewWindow { add { } remove { } }
18702         [System.ComponentModel.BrowsableAttribute(false)]
18703         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18704         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18705         public new event System.EventHandler PaddingChanged { add { } remove { } }
18706         public event System.Windows.Forms.WebBrowserProgressChangedEventHandler ProgressChanged { add { } remove { } }
18707         [System.ComponentModel.BrowsableAttribute(false)]
18708         public event System.EventHandler StatusTextChanged { add { } remove { } }
AttachInterfaces(object nativeActiveXObject)18709         protected override void AttachInterfaces(object nativeActiveXObject) { }
CreateSink()18710         protected override void CreateSink() { }
CreateWebBrowserSiteBase()18711         protected override System.Windows.Forms.WebBrowserSiteBase CreateWebBrowserSiteBase() { throw null; }
DetachInterfaces()18712         protected override void DetachInterfaces() { }
DetachSink()18713         protected override void DetachSink() { }
Dispose(bool disposing)18714         protected override void Dispose(bool disposing) { }
GoBack()18715         public bool GoBack() { throw null; }
GoForward()18716         public bool GoForward() { throw null; }
GoHome()18717         public void GoHome() { }
GoSearch()18718         public void GoSearch() { }
Navigate(string urlString)18719         public void Navigate(string urlString) { }
Navigate(string urlString, bool newWindow)18720         public void Navigate(string urlString, bool newWindow) { }
Navigate(string urlString, string targetFrameName)18721         public void Navigate(string urlString, string targetFrameName) { }
Navigate(string urlString, string targetFrameName, byte[] postData, string additionalHeaders)18722         public void Navigate(string urlString, string targetFrameName, byte[] postData, string additionalHeaders) { }
Navigate(System.Uri url)18723         public void Navigate(System.Uri url) { }
Navigate(System.Uri url, bool newWindow)18724         public void Navigate(System.Uri url, bool newWindow) { }
Navigate(System.Uri url, string targetFrameName)18725         public void Navigate(System.Uri url, string targetFrameName) { }
Navigate(System.Uri url, string targetFrameName, byte[] postData, string additionalHeaders)18726         public void Navigate(System.Uri url, string targetFrameName, byte[] postData, string additionalHeaders) { }
OnCanGoBackChanged(System.EventArgs e)18727         protected virtual void OnCanGoBackChanged(System.EventArgs e) { }
OnCanGoForwardChanged(System.EventArgs e)18728         protected virtual void OnCanGoForwardChanged(System.EventArgs e) { }
OnDocumentCompleted(System.Windows.Forms.WebBrowserDocumentCompletedEventArgs e)18729         protected virtual void OnDocumentCompleted(System.Windows.Forms.WebBrowserDocumentCompletedEventArgs e) { }
OnDocumentTitleChanged(System.EventArgs e)18730         protected virtual void OnDocumentTitleChanged(System.EventArgs e) { }
OnEncryptionLevelChanged(System.EventArgs e)18731         protected virtual void OnEncryptionLevelChanged(System.EventArgs e) { }
OnFileDownload(System.EventArgs e)18732         protected virtual void OnFileDownload(System.EventArgs e) { }
OnNavigated(System.Windows.Forms.WebBrowserNavigatedEventArgs e)18733         protected virtual void OnNavigated(System.Windows.Forms.WebBrowserNavigatedEventArgs e) { }
OnNavigating(System.Windows.Forms.WebBrowserNavigatingEventArgs e)18734         protected virtual void OnNavigating(System.Windows.Forms.WebBrowserNavigatingEventArgs e) { }
OnNewWindow(System.ComponentModel.CancelEventArgs e)18735         protected virtual void OnNewWindow(System.ComponentModel.CancelEventArgs e) { }
OnProgressChanged(System.Windows.Forms.WebBrowserProgressChangedEventArgs e)18736         protected virtual void OnProgressChanged(System.Windows.Forms.WebBrowserProgressChangedEventArgs e) { }
OnStatusTextChanged(System.EventArgs e)18737         protected virtual void OnStatusTextChanged(System.EventArgs e) { }
Print()18738         public void Print() { }
Refresh()18739         public override void Refresh() { }
Refresh(System.Windows.Forms.WebBrowserRefreshOption opt)18740         public void Refresh(System.Windows.Forms.WebBrowserRefreshOption opt) { }
ShowPageSetupDialog()18741         public void ShowPageSetupDialog() { }
ShowPrintDialog()18742         public void ShowPrintDialog() { }
ShowPrintPreviewDialog()18743         public void ShowPrintPreviewDialog() { }
ShowPropertiesDialog()18744         public void ShowPropertiesDialog() { }
ShowSaveAsDialog()18745         public void ShowSaveAsDialog() { }
Stop()18746         public void Stop() { }
WndProc(ref System.Windows.Forms.Message m)18747         protected override void WndProc(ref System.Windows.Forms.Message m) { }
18748         [System.Runtime.InteropServices.ComVisibleAttribute(false)]
18749         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
18750         protected partial class WebBrowserSite : System.Windows.Forms.WebBrowserSiteBase
18751         {
18752             [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
WebBrowserSite(System.Windows.Forms.WebBrowser host)18753             public WebBrowserSite(System.Windows.Forms.WebBrowser host) { }
18754         }
18755     }
18756     [System.ComponentModel.DefaultEventAttribute("Enter")]
18757     [System.ComponentModel.DefaultPropertyAttribute("Name")]
18758     [System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.AxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
18759     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
18760     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
18761     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
18762     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
18763     public partial class WebBrowserBase : System.Windows.Forms.Control
18764     {
WebBrowserBase()18765         internal WebBrowserBase() { }
18766         [System.ComponentModel.BrowsableAttribute(false)]
18767         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18768         public object ActiveXInstance { get { throw null; } }
18769         [System.ComponentModel.BrowsableAttribute(false)]
18770         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18771         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18772         public override bool AllowDrop { get { throw null; } set { } }
18773         [System.ComponentModel.BrowsableAttribute(false)]
18774         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18775         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18776         public override System.Drawing.Color BackColor { get { throw null; } set { } }
18777         [System.ComponentModel.BrowsableAttribute(false)]
18778         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18779         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18780         public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
18781         [System.ComponentModel.BrowsableAttribute(false)]
18782         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18783         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18784         public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
18785         [System.ComponentModel.BrowsableAttribute(false)]
18786         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18787         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18788         public override System.Windows.Forms.Cursor Cursor { get { throw null; } set { } }
18789         protected override System.Drawing.Size DefaultSize { get { throw null; } }
18790         [System.ComponentModel.BrowsableAttribute(false)]
18791         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18792         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18793         public new bool Enabled { get { throw null; } set { } }
18794         [System.ComponentModel.BrowsableAttribute(false)]
18795         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18796         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18797         public override System.Drawing.Font Font { get { throw null; } set { } }
18798         [System.ComponentModel.BrowsableAttribute(false)]
18799         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18800         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18801         public override System.Drawing.Color ForeColor { get { throw null; } set { } }
18802         [System.ComponentModel.BrowsableAttribute(false)]
18803         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18804         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18805         public new System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } }
18806         [System.ComponentModel.BrowsableAttribute(false)]
18807         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18808         [System.ComponentModel.LocalizableAttribute(false)]
18809         public override System.Windows.Forms.RightToLeft RightToLeft { get { throw null; } set { } }
18810         public override System.ComponentModel.ISite Site { set { } }
18811         [System.ComponentModel.BindableAttribute(false)]
18812         [System.ComponentModel.BrowsableAttribute(false)]
18813         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18814         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18815         public override string Text { get { throw null; } set { } }
18816         [System.ComponentModel.BrowsableAttribute(false)]
18817         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
18818         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18819         public new bool UseWaitCursor { get { throw null; } set { } }
18820         [System.ComponentModel.BrowsableAttribute(false)]
18821         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18822         public new event System.EventHandler BackColorChanged { add { } remove { } }
18823         [System.ComponentModel.BrowsableAttribute(false)]
18824         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18825         public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
18826         [System.ComponentModel.BrowsableAttribute(false)]
18827         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18828         public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
18829         [System.ComponentModel.BrowsableAttribute(false)]
18830         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18831         public new event System.EventHandler BindingContextChanged { add { } remove { } }
18832         [System.ComponentModel.BrowsableAttribute(false)]
18833         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18834         public new event System.Windows.Forms.UICuesEventHandler ChangeUICues { add { } remove { } }
18835         [System.ComponentModel.BrowsableAttribute(false)]
18836         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18837         public new event System.EventHandler Click { add { } remove { } }
18838         [System.ComponentModel.BrowsableAttribute(false)]
18839         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18840         public new event System.EventHandler CursorChanged { add { } remove { } }
18841         [System.ComponentModel.BrowsableAttribute(false)]
18842         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18843         public new event System.EventHandler DoubleClick { add { } remove { } }
18844         [System.ComponentModel.BrowsableAttribute(false)]
18845         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18846         public new event System.Windows.Forms.DragEventHandler DragDrop { add { } remove { } }
18847         [System.ComponentModel.BrowsableAttribute(false)]
18848         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18849         public new event System.Windows.Forms.DragEventHandler DragEnter { add { } remove { } }
18850         [System.ComponentModel.BrowsableAttribute(false)]
18851         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18852         public new event System.EventHandler DragLeave { add { } remove { } }
18853         [System.ComponentModel.BrowsableAttribute(false)]
18854         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18855         public new event System.Windows.Forms.DragEventHandler DragOver { add { } remove { } }
18856         [System.ComponentModel.BrowsableAttribute(false)]
18857         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18858         public new event System.EventHandler EnabledChanged { add { } remove { } }
18859         [System.ComponentModel.BrowsableAttribute(false)]
18860         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18861         public new event System.EventHandler Enter { add { } remove { } }
18862         [System.ComponentModel.BrowsableAttribute(false)]
18863         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18864         public new event System.EventHandler FontChanged { add { } remove { } }
18865         [System.ComponentModel.BrowsableAttribute(false)]
18866         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18867         public new event System.EventHandler ForeColorChanged { add { } remove { } }
18868         [System.ComponentModel.BrowsableAttribute(false)]
18869         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18870         public new event System.Windows.Forms.GiveFeedbackEventHandler GiveFeedback { add { } remove { } }
18871         [System.ComponentModel.BrowsableAttribute(false)]
18872         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18873         public new event System.Windows.Forms.HelpEventHandler HelpRequested { add { } remove { } }
18874         [System.ComponentModel.BrowsableAttribute(false)]
18875         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18876         public new event System.EventHandler ImeModeChanged { add { } remove { } }
18877         [System.ComponentModel.BrowsableAttribute(false)]
18878         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18879         public new event System.Windows.Forms.KeyEventHandler KeyDown { add { } remove { } }
18880         [System.ComponentModel.BrowsableAttribute(false)]
18881         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18882         public new event System.Windows.Forms.KeyPressEventHandler KeyPress { add { } remove { } }
18883         [System.ComponentModel.BrowsableAttribute(false)]
18884         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18885         public new event System.Windows.Forms.KeyEventHandler KeyUp { add { } remove { } }
18886         [System.ComponentModel.BrowsableAttribute(false)]
18887         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18888         public new event System.Windows.Forms.LayoutEventHandler Layout { add { } remove { } }
18889         [System.ComponentModel.BrowsableAttribute(false)]
18890         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18891         public new event System.EventHandler Leave { add { } remove { } }
18892         [System.ComponentModel.BrowsableAttribute(false)]
18893         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18894         public new event System.EventHandler MouseCaptureChanged { add { } remove { } }
18895         [System.ComponentModel.BrowsableAttribute(false)]
18896         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18897         public new event System.Windows.Forms.MouseEventHandler MouseClick { add { } remove { } }
18898         [System.ComponentModel.BrowsableAttribute(false)]
18899         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18900         public new event System.Windows.Forms.MouseEventHandler MouseDoubleClick { add { } remove { } }
18901         [System.ComponentModel.BrowsableAttribute(false)]
18902         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18903         public new event System.Windows.Forms.MouseEventHandler MouseDown { add { } remove { } }
18904         [System.ComponentModel.BrowsableAttribute(false)]
18905         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18906         public new event System.EventHandler MouseEnter { add { } remove { } }
18907         [System.ComponentModel.BrowsableAttribute(false)]
18908         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18909         public new event System.EventHandler MouseHover { add { } remove { } }
18910         [System.ComponentModel.BrowsableAttribute(false)]
18911         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18912         public new event System.EventHandler MouseLeave { add { } remove { } }
18913         [System.ComponentModel.BrowsableAttribute(false)]
18914         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18915         public new event System.Windows.Forms.MouseEventHandler MouseMove { add { } remove { } }
18916         [System.ComponentModel.BrowsableAttribute(false)]
18917         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18918         public new event System.Windows.Forms.MouseEventHandler MouseUp { add { } remove { } }
18919         [System.ComponentModel.BrowsableAttribute(false)]
18920         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18921         public new event System.Windows.Forms.MouseEventHandler MouseWheel { add { } remove { } }
18922         [System.ComponentModel.BrowsableAttribute(false)]
18923         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18924         public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
18925         [System.ComponentModel.BrowsableAttribute(false)]
18926         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18927         public new event System.Windows.Forms.QueryAccessibilityHelpEventHandler QueryAccessibilityHelp { add { } remove { } }
18928         [System.ComponentModel.BrowsableAttribute(false)]
18929         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18930         public new event System.Windows.Forms.QueryContinueDragEventHandler QueryContinueDrag { add { } remove { } }
18931         [System.ComponentModel.BrowsableAttribute(false)]
18932         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18933         public new event System.EventHandler RightToLeftChanged { add { } remove { } }
18934         [System.ComponentModel.BrowsableAttribute(false)]
18935         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18936         public new event System.EventHandler StyleChanged { add { } remove { } }
18937         [System.ComponentModel.BrowsableAttribute(false)]
18938         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18939         public new event System.EventHandler TextChanged { add { } remove { } }
AttachInterfaces(object nativeActiveXObject)18940         protected virtual void AttachInterfaces(object nativeActiveXObject) { }
CreateSink()18941         protected virtual void CreateSink() { }
CreateWebBrowserSiteBase()18942         protected virtual System.Windows.Forms.WebBrowserSiteBase CreateWebBrowserSiteBase() { throw null; }
DetachInterfaces()18943         protected virtual void DetachInterfaces() { }
DetachSink()18944         protected virtual void DetachSink() { }
Dispose(bool disposing)18945         protected override void Dispose(bool disposing) { }
18946         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
DrawToBitmap(System.Drawing.Bitmap bitmap, System.Drawing.Rectangle targetBounds)18947         public new void DrawToBitmap(System.Drawing.Bitmap bitmap, System.Drawing.Rectangle targetBounds) { }
IsInputChar(char charCode)18948         protected override bool IsInputChar(char charCode) { throw null; }
OnBackColorChanged(System.EventArgs e)18949         protected override void OnBackColorChanged(System.EventArgs e) { }
OnFontChanged(System.EventArgs e)18950         protected override void OnFontChanged(System.EventArgs e) { }
OnForeColorChanged(System.EventArgs e)18951         protected override void OnForeColorChanged(System.EventArgs e) { }
OnGotFocus(System.EventArgs e)18952         protected override void OnGotFocus(System.EventArgs e) { }
18953         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
OnHandleCreated(System.EventArgs e)18954         protected override void OnHandleCreated(System.EventArgs e) { }
OnLostFocus(System.EventArgs e)18955         protected override void OnLostFocus(System.EventArgs e) { }
OnParentChanged(System.EventArgs e)18956         protected override void OnParentChanged(System.EventArgs e) { }
OnRightToLeftChanged(System.EventArgs e)18957         protected override void OnRightToLeftChanged(System.EventArgs e) { }
OnVisibleChanged(System.EventArgs e)18958         protected override void OnVisibleChanged(System.EventArgs e) { }
PreProcessMessage(ref System.Windows.Forms.Message msg)18959         public override bool PreProcessMessage(ref System.Windows.Forms.Message msg) { throw null; }
18960         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessDialogKey(System.Windows.Forms.Keys keyData)18961         protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
18962         [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Window=(System.Security.Permissions.UIPermissionWindow)(3))]
ProcessMnemonic(char charCode)18963         protected internal override bool ProcessMnemonic(char charCode) { throw null; }
18964         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
18965         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
18966         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
WndProc(ref System.Windows.Forms.Message m)18967         protected override void WndProc(ref System.Windows.Forms.Message m) { }
18968     }
18969     public partial class WebBrowserDocumentCompletedEventArgs : System.EventArgs
18970     {
WebBrowserDocumentCompletedEventArgs(System.Uri url)18971         public WebBrowserDocumentCompletedEventArgs(System.Uri url) { }
18972         public System.Uri Url { get { throw null; } }
18973     }
WebBrowserDocumentCompletedEventHandler(object sender, System.Windows.Forms.WebBrowserDocumentCompletedEventArgs e)18974     public delegate void WebBrowserDocumentCompletedEventHandler(object sender, System.Windows.Forms.WebBrowserDocumentCompletedEventArgs e);
18975     public enum WebBrowserEncryptionLevel
18976     {
18977         Bit128 = 6,
18978         Bit40 = 3,
18979         Bit56 = 4,
18980         Fortezza = 5,
18981         Insecure = 0,
18982         Mixed = 1,
18983         Unknown = 2,
18984     }
18985     public partial class WebBrowserNavigatedEventArgs : System.EventArgs
18986     {
WebBrowserNavigatedEventArgs(System.Uri url)18987         public WebBrowserNavigatedEventArgs(System.Uri url) { }
18988         public System.Uri Url { get { throw null; } }
18989     }
WebBrowserNavigatedEventHandler(object sender, System.Windows.Forms.WebBrowserNavigatedEventArgs e)18990     public delegate void WebBrowserNavigatedEventHandler(object sender, System.Windows.Forms.WebBrowserNavigatedEventArgs e);
18991     public partial class WebBrowserNavigatingEventArgs : System.ComponentModel.CancelEventArgs
18992     {
WebBrowserNavigatingEventArgs(System.Uri url, string targetFrameName)18993         public WebBrowserNavigatingEventArgs(System.Uri url, string targetFrameName) { }
18994         public string TargetFrameName { get { throw null; } }
18995         public System.Uri Url { get { throw null; } }
18996     }
WebBrowserNavigatingEventHandler(object sender, System.Windows.Forms.WebBrowserNavigatingEventArgs e)18997     public delegate void WebBrowserNavigatingEventHandler(object sender, System.Windows.Forms.WebBrowserNavigatingEventArgs e);
18998     public partial class WebBrowserProgressChangedEventArgs : System.EventArgs
18999     {
WebBrowserProgressChangedEventArgs(long currentProgress, long maximumProgress)19000         public WebBrowserProgressChangedEventArgs(long currentProgress, long maximumProgress) { }
19001         public long CurrentProgress { get { throw null; } }
19002         public long MaximumProgress { get { throw null; } }
19003     }
WebBrowserProgressChangedEventHandler(object sender, System.Windows.Forms.WebBrowserProgressChangedEventArgs e)19004     public delegate void WebBrowserProgressChangedEventHandler(object sender, System.Windows.Forms.WebBrowserProgressChangedEventArgs e);
19005     public enum WebBrowserReadyState
19006     {
19007         Complete = 4,
19008         Interactive = 3,
19009         Loaded = 2,
19010         Loading = 1,
19011         Uninitialized = 0,
19012     }
19013     public enum WebBrowserRefreshOption
19014     {
19015         Completely = 3,
19016         Continue = 2,
19017         IfExpired = 1,
19018         Normal = 0,
19019     }
19020     public partial class WebBrowserSiteBase : System.IDisposable
19021     {
WebBrowserSiteBase()19022         internal WebBrowserSiteBase() { }
Dispose()19023         public void Dispose() { }
Dispose(bool disposing)19024         protected virtual void Dispose(bool disposing) { }
19025     }
19026     public sealed partial class WindowsFormsSection : System.Configuration.ConfigurationSection
19027     {
WindowsFormsSection()19028         public WindowsFormsSection() { }
19029         [System.Configuration.ConfigurationPropertyAttribute("jitDebugging", DefaultValue=false)]
19030         public bool JitDebugging { get { throw null; } set { } }
19031         protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
19032     }
19033     public sealed partial class WindowsFormsSynchronizationContext : System.Threading.SynchronizationContext, System.IDisposable
19034     {
WindowsFormsSynchronizationContext()19035         public WindowsFormsSynchronizationContext() { }
19036         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
19037         public static bool AutoInstall { get { throw null; } set { } }
CreateCopy()19038         public override System.Threading.SynchronizationContext CreateCopy() { throw null; }
Dispose()19039         public void Dispose() { }
Post(System.Threading.SendOrPostCallback d, object state)19040         public override void Post(System.Threading.SendOrPostCallback d, object state) { }
Send(System.Threading.SendOrPostCallback d, object state)19041         public override void Send(System.Threading.SendOrPostCallback d, object state) { }
Uninstall()19042         public static void Uninstall() { }
19043     }
19044 }
19045 namespace System.Windows.Forms.ComponentModel.Com2Interop
19046 {
19047     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
19048     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
19049     public partial class Com2Variant
19050     {
Com2Variant()19051         public Com2Variant() { }
19052     }
19053     public partial interface ICom2PropertyPageDisplayService
19054     {
ShowPropertyPage(string title, object component, int dispid, System.Guid pageGuid, System.IntPtr parentHandle)19055         void ShowPropertyPage(string title, object component, int dispid, System.Guid pageGuid, System.IntPtr parentHandle);
19056     }
19057     public partial interface IComPropertyBrowser
19058     {
19059         bool InPropertySet { get; }
19060         event System.ComponentModel.Design.ComponentRenameEventHandler ComComponentNameChanged;
DropDownDone()19061         void DropDownDone();
EnsurePendingChangesCommitted()19062         bool EnsurePendingChangesCommitted();
HandleF4()19063         void HandleF4();
LoadState(Microsoft.Win32.RegistryKey key)19064         void LoadState(Microsoft.Win32.RegistryKey key);
SaveState(Microsoft.Win32.RegistryKey key)19065         void SaveState(Microsoft.Win32.RegistryKey key);
19066     }
19067 }
19068 namespace System.Windows.Forms.Design
19069 {
19070     [System.ComponentModel.ToolboxItemAttribute(false)]
19071     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
19072     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
19073     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
19074     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
19075     public partial class ComponentEditorForm : System.Windows.Forms.Form
19076     {
ComponentEditorForm(object component, System.Type[] pageTypes)19077         public ComponentEditorForm(object component, System.Type[] pageTypes) { }
19078         [System.ComponentModel.BrowsableAttribute(false)]
19079         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
19080         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
19081         public override bool AutoSize { get { throw null; } set { } }
19082         [System.ComponentModel.BrowsableAttribute(false)]
19083         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
19084         public new event System.EventHandler AutoSizeChanged { add { } remove { } }
OnActivated(System.EventArgs e)19085         protected override void OnActivated(System.EventArgs e) { }
OnHelpRequested(System.Windows.Forms.HelpEventArgs e)19086         protected override void OnHelpRequested(System.Windows.Forms.HelpEventArgs e) { }
OnSelChangeSelector(object source, System.Windows.Forms.TreeViewEventArgs e)19087         protected virtual void OnSelChangeSelector(object source, System.Windows.Forms.TreeViewEventArgs e) { }
19088         [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]
PreProcessMessage(ref System.Windows.Forms.Message msg)19089         public override bool PreProcessMessage(ref System.Windows.Forms.Message msg) { throw null; }
ShowForm()19090         public virtual System.Windows.Forms.DialogResult ShowForm() { throw null; }
ShowForm(int page)19091         public virtual System.Windows.Forms.DialogResult ShowForm(int page) { throw null; }
ShowForm(System.Windows.Forms.IWin32Window owner)19092         public virtual System.Windows.Forms.DialogResult ShowForm(System.Windows.Forms.IWin32Window owner) { throw null; }
ShowForm(System.Windows.Forms.IWin32Window owner, int page)19093         public virtual System.Windows.Forms.DialogResult ShowForm(System.Windows.Forms.IWin32Window owner, int page) { throw null; }
19094     }
19095     [System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInterfaceType)(1))]
19096     [System.Runtime.InteropServices.ComVisibleAttribute(true)]
19097     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
19098     public abstract partial class ComponentEditorPage : System.Windows.Forms.Panel
19099     {
ComponentEditorPage()19100         public ComponentEditorPage() { }
19101         [System.ComponentModel.BrowsableAttribute(false)]
19102         [System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSerializationVisibility)(0))]
19103         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
19104         public override bool AutoSize { get { throw null; } set { } }
19105         public bool CommitOnDeactivate { get { throw null; } set { } }
19106         protected System.ComponentModel.IComponent Component { get { throw null; } set { } }
19107         protected override System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Flags=(System.Security.Permissions.SecurityPermissionFlag)(2))]get { throw null; } }
19108         protected bool FirstActivate { get { throw null; } set { } }
19109         public System.Drawing.Icon Icon { get { throw null; } set { } }
19110         protected int Loading { get { throw null; } set { } }
19111         protected bool LoadRequired { get { throw null; } set { } }
19112         protected System.Windows.Forms.IComponentEditorPageSite PageSite { get { throw null; } set { } }
19113         public virtual string Title { get { throw null; } }
19114         [System.ComponentModel.BrowsableAttribute(false)]
19115         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
19116         public new event System.EventHandler AutoSizeChanged { add { } remove { } }
Activate()19117         public virtual void Activate() { }
ApplyChanges()19118         public virtual void ApplyChanges() { }
Deactivate()19119         public virtual void Deactivate() { }
EnterLoadingMode()19120         protected void EnterLoadingMode() { }
ExitLoadingMode()19121         protected void ExitLoadingMode() { }
GetControl()19122         public virtual System.Windows.Forms.Control GetControl() { throw null; }
GetSelectedComponent()19123         protected System.ComponentModel.IComponent GetSelectedComponent() { throw null; }
IsFirstActivate()19124         protected bool IsFirstActivate() { throw null; }
IsLoading()19125         protected bool IsLoading() { throw null; }
IsPageMessage(ref System.Windows.Forms.Message msg)19126         public virtual bool IsPageMessage(ref System.Windows.Forms.Message msg) { throw null; }
LoadComponent()19127         protected abstract void LoadComponent();
OnApplyComplete()19128         public virtual void OnApplyComplete() { }
ReloadComponent()19129         protected virtual void ReloadComponent() { }
SaveComponent()19130         protected abstract void SaveComponent();
SetComponent(System.ComponentModel.IComponent component)19131         public virtual void SetComponent(System.ComponentModel.IComponent component) { }
SetDirty()19132         protected virtual void SetDirty() { }
SetSite(System.Windows.Forms.IComponentEditorPageSite site)19133         public virtual void SetSite(System.Windows.Forms.IComponentEditorPageSite site) { }
ShowHelp()19134         public virtual void ShowHelp() { }
SupportsHelp()19135         public virtual bool SupportsHelp() { throw null; }
19136     }
19137     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
19138     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
19139     public partial class EventsTab : System.Windows.Forms.Design.PropertyTab
19140     {
EventsTab(System.IServiceProvider sp)19141         public EventsTab(System.IServiceProvider sp) { }
19142         public override string HelpKeyword { get { throw null; } }
19143         public override string TabName { get { throw null; } }
CanExtend(object extendee)19144         public override bool CanExtend(object extendee) { throw null; }
GetDefaultProperty(object obj)19145         public override System.ComponentModel.PropertyDescriptor GetDefaultProperty(object obj) { throw null; }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object component, System.Attribute[] attributes)19146         public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object component, System.Attribute[] attributes) { throw null; }
GetProperties(object component, System.Attribute[] attributes)19147         public override System.ComponentModel.PropertyDescriptorCollection GetProperties(object component, System.Attribute[] attributes) { throw null; }
19148     }
19149     [System.Runtime.InteropServices.GuidAttribute("06A9C74B-5E32-4561-BE73-381B37869F4F")]
19150     public partial interface IUIService
19151     {
19152         System.Collections.IDictionary Styles { get; }
CanShowComponentEditor(object component)19153         bool CanShowComponentEditor(object component);
GetDialogOwnerWindow()19154         System.Windows.Forms.IWin32Window GetDialogOwnerWindow();
SetUIDirty()19155         void SetUIDirty();
ShowComponentEditor(object component, System.Windows.Forms.IWin32Window parent)19156         bool ShowComponentEditor(object component, System.Windows.Forms.IWin32Window parent);
ShowDialog(System.Windows.Forms.Form form)19157         System.Windows.Forms.DialogResult ShowDialog(System.Windows.Forms.Form form);
ShowError(System.Exception ex)19158         void ShowError(System.Exception ex);
ShowError(System.Exception ex, string message)19159         void ShowError(System.Exception ex, string message);
ShowError(string message)19160         void ShowError(string message);
ShowMessage(string message)19161         void ShowMessage(string message);
ShowMessage(string message, string caption)19162         void ShowMessage(string message, string caption);
ShowMessage(string message, string caption, System.Windows.Forms.MessageBoxButtons buttons)19163         System.Windows.Forms.DialogResult ShowMessage(string message, string caption, System.Windows.Forms.MessageBoxButtons buttons);
ShowToolWindow(System.Guid toolWindow)19164         bool ShowToolWindow(System.Guid toolWindow);
19165     }
19166     public partial interface IWindowsFormsEditorService
19167     {
CloseDropDown()19168         void CloseDropDown();
DropDownControl(System.Windows.Forms.Control control)19169         void DropDownControl(System.Windows.Forms.Control control);
ShowDialog(System.Windows.Forms.Form dialog)19170         System.Windows.Forms.DialogResult ShowDialog(System.Windows.Forms.Form dialog);
19171     }
19172     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
19173     public abstract partial class PropertyTab : System.ComponentModel.IExtenderProvider
19174     {
PropertyTab()19175         protected PropertyTab() { }
19176         public virtual System.Drawing.Bitmap Bitmap { get { throw null; } }
19177         public virtual object[] Components { get { throw null; } set { } }
19178         public virtual string HelpKeyword { get { throw null; } }
19179         public abstract string TabName { get; }
CanExtend(object extendee)19180         public virtual bool CanExtend(object extendee) { throw null; }
Dispose()19181         public virtual void Dispose() { }
Dispose(bool disposing)19182         protected virtual void Dispose(bool disposing) { }
~PropertyTab()19183         ~PropertyTab() { }
GetDefaultProperty(object component)19184         public virtual System.ComponentModel.PropertyDescriptor GetDefaultProperty(object component) { throw null; }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object component, System.Attribute[] attributes)19185         public virtual System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object component, System.Attribute[] attributes) { throw null; }
GetProperties(object component)19186         public virtual System.ComponentModel.PropertyDescriptorCollection GetProperties(object component) { throw null; }
GetProperties(object component, System.Attribute[] attributes)19187         public abstract System.ComponentModel.PropertyDescriptorCollection GetProperties(object component, System.Attribute[] attributes);
19188     }
19189     [System.FlagsAttribute]
19190     public enum ToolStripItemDesignerAvailability
19191     {
19192         All = 15,
19193         ContextMenuStrip = 4,
19194         MenuStrip = 2,
19195         None = 0,
19196         StatusStrip = 8,
19197         ToolStrip = 1,
19198     }
19199     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
19200     public sealed partial class ToolStripItemDesignerAvailabilityAttribute : System.Attribute
19201     {
19202         public static readonly System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute Default;
ToolStripItemDesignerAvailabilityAttribute()19203         public ToolStripItemDesignerAvailabilityAttribute() { }
ToolStripItemDesignerAvailabilityAttribute(System.Windows.Forms.Design.ToolStripItemDesignerAvailability visibility)19204         public ToolStripItemDesignerAvailabilityAttribute(System.Windows.Forms.Design.ToolStripItemDesignerAvailability visibility) { }
19205         public System.Windows.Forms.Design.ToolStripItemDesignerAvailability ItemAdditionVisibility { get { throw null; } }
Equals(object obj)19206         public override bool Equals(object obj) { throw null; }
GetHashCode()19207         public override int GetHashCode() { throw null; }
IsDefaultAttribute()19208         public override bool IsDefaultAttribute() { throw null; }
19209     }
19210     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
19211     public abstract partial class WindowsFormsComponentEditor : System.ComponentModel.ComponentEditor
19212     {
WindowsFormsComponentEditor()19213         protected WindowsFormsComponentEditor() { }
EditComponent(System.ComponentModel.ITypeDescriptorContext context, object component)19214         public override bool EditComponent(System.ComponentModel.ITypeDescriptorContext context, object component) { throw null; }
EditComponent(System.ComponentModel.ITypeDescriptorContext context, object component, System.Windows.Forms.IWin32Window owner)19215         public virtual bool EditComponent(System.ComponentModel.ITypeDescriptorContext context, object component, System.Windows.Forms.IWin32Window owner) { throw null; }
EditComponent(object component, System.Windows.Forms.IWin32Window owner)19216         public bool EditComponent(object component, System.Windows.Forms.IWin32Window owner) { throw null; }
GetComponentEditorPages()19217         protected virtual System.Type[] GetComponentEditorPages() { throw null; }
GetInitialComponentEditorPageIndex()19218         protected virtual int GetInitialComponentEditorPageIndex() { throw null; }
19219     }
19220 }
19221 namespace System.Windows.Forms.Layout
19222 {
19223     public partial class ArrangedElementCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
19224     {
ArrangedElementCollection()19225         internal ArrangedElementCollection() { }
19226         public virtual int Count { get { throw null; } }
19227         public virtual bool IsReadOnly { get { throw null; } }
19228         bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
19229         object System.Collections.ICollection.SyncRoot { get { throw null; } }
19230         bool System.Collections.IList.IsFixedSize { get { throw null; } }
19231         object System.Collections.IList.this[int index] { get { throw null; } set { } }
CopyTo(System.Array array, int index)19232         public void CopyTo(System.Array array, int index) { }
Equals(object obj)19233         public override bool Equals(object obj) { throw null; }
GetEnumerator()19234         public virtual System.Collections.IEnumerator GetEnumerator() { throw null; }
GetHashCode()19235         public override int GetHashCode() { throw null; }
System.Collections.IList.Add(object value)19236         int System.Collections.IList.Add(object value) { throw null; }
System.Collections.IList.Clear()19237         void System.Collections.IList.Clear() { }
System.Collections.IList.Contains(object value)19238         bool System.Collections.IList.Contains(object value) { throw null; }
System.Collections.IList.IndexOf(object value)19239         int System.Collections.IList.IndexOf(object value) { throw null; }
System.Collections.IList.Insert(int index, object value)19240         void System.Collections.IList.Insert(int index, object value) { }
System.Collections.IList.Remove(object value)19241         void System.Collections.IList.Remove(object value) { }
System.Collections.IList.RemoveAt(int index)19242         void System.Collections.IList.RemoveAt(int index) { }
19243     }
19244     public abstract partial class LayoutEngine
19245     {
LayoutEngine()19246         protected LayoutEngine() { }
InitLayout(object child, System.Windows.Forms.BoundsSpecified specified)19247         public virtual void InitLayout(object child, System.Windows.Forms.BoundsSpecified specified) { }
Layout(object container, System.Windows.Forms.LayoutEventArgs layoutEventArgs)19248         public virtual bool Layout(object container, System.Windows.Forms.LayoutEventArgs layoutEventArgs) { throw null; }
19249     }
19250     public partial class TableLayoutSettingsTypeConverter : System.ComponentModel.TypeConverter
19251     {
TableLayoutSettingsTypeConverter()19252         public TableLayoutSettingsTypeConverter() { }
CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)19253         public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)19254         public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)19255         public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType)19256         public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
19257     }
19258 }
19259 namespace System.Windows.Forms.PropertyGridInternal
19260 {
19261     public partial interface IRootGridEntry
19262     {
19263         System.ComponentModel.AttributeCollection BrowsableAttributes { get; set; }
ResetBrowsableAttributes()19264         void ResetBrowsableAttributes();
ShowCategories(bool showCategories)19265         void ShowCategories(bool showCategories);
19266     }
19267     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
19268     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
19269     public partial class PropertiesTab : System.Windows.Forms.Design.PropertyTab
19270     {
PropertiesTab()19271         public PropertiesTab() { }
19272         public override string HelpKeyword { get { throw null; } }
19273         public override string TabName { get { throw null; } }
GetDefaultProperty(object obj)19274         public override System.ComponentModel.PropertyDescriptor GetDefaultProperty(object obj) { throw null; }
GetProperties(System.ComponentModel.ITypeDescriptorContext context, object component, System.Attribute[] attributes)19275         public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object component, System.Attribute[] attributes) { throw null; }
GetProperties(object component, System.Attribute[] attributes)19276         public override System.ComponentModel.PropertyDescriptorCollection GetProperties(object component, System.Attribute[] attributes) { throw null; }
19277     }
19278     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Name="FullTrust")]
19279     [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Name="FullTrust")]
19280     public partial class PropertyGridCommands
19281     {
19282         public static readonly System.ComponentModel.Design.CommandID Commands;
19283         public static readonly System.ComponentModel.Design.CommandID Description;
19284         public static readonly System.ComponentModel.Design.CommandID Hide;
19285         public static readonly System.ComponentModel.Design.CommandID Reset;
19286         protected static readonly System.Guid wfcMenuCommand;
19287         protected static readonly System.Guid wfcMenuGroup;
PropertyGridCommands()19288         public PropertyGridCommands() { }
19289     }
19290 }
19291 namespace System.Windows.Forms.VisualStyles
19292 {
19293     public enum BackgroundType
19294     {
19295         BorderFill = 1,
19296         ImageFile = 0,
19297         None = 2,
19298     }
19299     public enum BooleanProperty
19300     {
19301         AlwaysShowSizingBar = 2208,
19302         AutoSize = 2202,
19303         BackgroundFill = 2205,
19304         BorderOnly = 2203,
19305         Composited = 2204,
19306         GlyphOnly = 2207,
19307         GlyphTransparent = 2206,
19308         IntegralSizing = 2211,
19309         MirrorImage = 2209,
19310         SourceGrow = 2212,
19311         SourceShrink = 2213,
19312         Transparent = 2201,
19313         UniformSizing = 2210,
19314     }
19315     public enum BorderType
19316     {
19317         Ellipse = 2,
19318         Rectangle = 0,
19319         RoundedRectangle = 1,
19320     }
19321     public enum CheckBoxState
19322     {
19323         CheckedDisabled = 8,
19324         CheckedHot = 6,
19325         CheckedNormal = 5,
19326         CheckedPressed = 7,
19327         MixedDisabled = 12,
19328         MixedHot = 10,
19329         MixedNormal = 9,
19330         MixedPressed = 11,
19331         UncheckedDisabled = 4,
19332         UncheckedHot = 2,
19333         UncheckedNormal = 1,
19334         UncheckedPressed = 3,
19335     }
19336     public enum ColorProperty
19337     {
19338         AccentColorHint = 3823,
19339         BorderColor = 3801,
19340         BorderColorHint = 3822,
19341         EdgeDarkShadowColor = 3807,
19342         EdgeFillColor = 3808,
19343         EdgeHighlightColor = 3805,
19344         EdgeLightColor = 3804,
19345         EdgeShadowColor = 3806,
19346         FillColor = 3802,
19347         FillColorHint = 3821,
19348         GlowColor = 3816,
19349         GlyphTextColor = 3819,
19350         GlyphTransparentColor = 3820,
19351         GradientColor1 = 3810,
19352         GradientColor2 = 3811,
19353         GradientColor3 = 3812,
19354         GradientColor4 = 3813,
19355         GradientColor5 = 3814,
19356         ShadowColor = 3815,
19357         TextBorderColor = 3817,
19358         TextColor = 3803,
19359         TextShadowColor = 3818,
19360         TransparentColor = 3809,
19361     }
19362     public enum ComboBoxState
19363     {
19364         Disabled = 4,
19365         Hot = 2,
19366         Normal = 1,
19367         Pressed = 3,
19368     }
19369     public enum ContentAlignment
19370     {
19371         Center = 1,
19372         Left = 0,
19373         Right = 2,
19374     }
19375     [System.FlagsAttribute]
19376     public enum EdgeEffects
19377     {
19378         FillInterior = 2048,
19379         Flat = 4096,
19380         Mono = 32768,
19381         None = 0,
19382         Soft = 16384,
19383     }
19384     [System.FlagsAttribute]
19385     public enum Edges
19386     {
19387         Bottom = 8,
19388         Diagonal = 16,
19389         Left = 1,
19390         Right = 4,
19391         Top = 2,
19392     }
19393     public enum EdgeStyle
19394     {
19395         Bump = 9,
19396         Etched = 6,
19397         Raised = 5,
19398         Sunken = 10,
19399     }
19400     public enum EnumProperty
19401     {
19402         BackgroundType = 4001,
19403         BorderType = 4002,
19404         ContentAlignment = 4006,
19405         FillType = 4003,
19406         GlyphFontSizingType = 4014,
19407         GlyphType = 4012,
19408         HorizontalAlignment = 4005,
19409         IconEffect = 4009,
19410         ImageLayout = 4011,
19411         ImageSelectType = 4013,
19412         OffsetType = 4008,
19413         SizingType = 4004,
19414         TextShadowType = 4010,
19415         TrueSizeScalingType = 4015,
19416         VerticalAlignment = 4007,
19417     }
19418     public enum FilenameProperty
19419     {
19420         GlyphImageFile = 3008,
19421         ImageFile = 3001,
19422         ImageFile1 = 3002,
19423         ImageFile2 = 3003,
19424         ImageFile3 = 3004,
19425         ImageFile4 = 3005,
19426         ImageFile5 = 3006,
19427         StockImageFile = 3007,
19428     }
19429     public enum FillType
19430     {
19431         HorizontalGradient = 2,
19432         RadialGradient = 3,
19433         Solid = 0,
19434         TileImage = 4,
19435         VerticalGradient = 1,
19436     }
19437     public enum FontProperty
19438     {
19439         GlyphFont = 2601,
19440     }
19441     public enum GlyphFontSizingType
19442     {
19443         Dpi = 2,
19444         None = 0,
19445         Size = 1,
19446     }
19447     public enum GlyphType
19448     {
19449         FontGlyph = 2,
19450         ImageGlyph = 1,
19451         None = 0,
19452     }
19453     public enum GroupBoxState
19454     {
19455         Disabled = 2,
19456         Normal = 1,
19457     }
19458     public enum HitTestCode
19459     {
19460         Bottom = 15,
19461         BottomLeft = 16,
19462         BottomRight = 17,
19463         Client = 1,
19464         Left = 10,
19465         Nowhere = 0,
19466         Right = 11,
19467         Top = 12,
19468         TopLeft = 13,
19469         TopRight = 14,
19470     }
19471     [System.FlagsAttribute]
19472     public enum HitTestOptions
19473     {
19474         BackgroundSegment = 0,
19475         Caption = 4,
19476         FixedBorder = 2,
19477         ResizingBorder = 240,
19478         ResizingBorderBottom = 128,
19479         ResizingBorderLeft = 16,
19480         ResizingBorderRight = 64,
19481         ResizingBorderTop = 32,
19482         SizingTemplate = 256,
19483         SystemSizingMargins = 512,
19484     }
19485     public enum HorizontalAlign
19486     {
19487         Center = 1,
19488         Left = 0,
19489         Right = 2,
19490     }
19491     public enum IconEffect
19492     {
19493         Alpha = 4,
19494         Glow = 1,
19495         None = 0,
19496         Pulse = 3,
19497         Shadow = 2,
19498     }
19499     public enum ImageOrientation
19500     {
19501         Horizontal = 1,
19502         Vertical = 0,
19503     }
19504     public enum ImageSelectType
19505     {
19506         Dpi = 2,
19507         None = 0,
19508         Size = 1,
19509     }
19510     public enum IntegerProperty
19511     {
19512         AlphaLevel = 2402,
19513         AlphaThreshold = 2415,
19514         BorderSize = 2403,
19515         GlyphIndex = 2418,
19516         GradientRatio1 = 2406,
19517         GradientRatio2 = 2407,
19518         GradientRatio3 = 2408,
19519         GradientRatio4 = 2409,
19520         GradientRatio5 = 2410,
19521         Height = 2417,
19522         ImageCount = 2401,
19523         MinDpi1 = 2420,
19524         MinDpi2 = 2421,
19525         MinDpi3 = 2422,
19526         MinDpi4 = 2423,
19527         MinDpi5 = 2424,
19528         ProgressChunkSize = 2411,
19529         ProgressSpaceSize = 2412,
19530         RoundCornerHeight = 2405,
19531         RoundCornerWidth = 2404,
19532         Saturation = 2413,
19533         TextBorderSize = 2414,
19534         TrueSizeStretchMark = 2419,
19535         Width = 2416,
19536     }
19537     public enum MarginProperty
19538     {
19539         CaptionMargins = 3603,
19540         ContentMargins = 3602,
19541         SizingMargins = 3601,
19542     }
19543     public enum OffsetType
19544     {
19545         AboveLastButton = 12,
19546         BelowLastButton = 13,
19547         BottomLeft = 3,
19548         BottomMiddle = 5,
19549         BottomRight = 4,
19550         LeftOfCaption = 8,
19551         LeftOfLastButton = 10,
19552         MiddleLeft = 6,
19553         MiddleRight = 7,
19554         RightOfCaption = 9,
19555         RightOfLastButton = 11,
19556         TopLeft = 0,
19557         TopMiddle = 2,
19558         TopRight = 1,
19559     }
19560     public enum PointProperty
19561     {
19562         MinSize = 3403,
19563         MinSize1 = 3404,
19564         MinSize2 = 3405,
19565         MinSize3 = 3406,
19566         MinSize4 = 3407,
19567         MinSize5 = 3408,
19568         Offset = 3401,
19569         TextShadowOffset = 3402,
19570     }
19571     public enum PushButtonState
19572     {
19573         Default = 5,
19574         Disabled = 4,
19575         Hot = 2,
19576         Normal = 1,
19577         Pressed = 3,
19578     }
19579     public enum RadioButtonState
19580     {
19581         CheckedDisabled = 8,
19582         CheckedHot = 6,
19583         CheckedNormal = 5,
19584         CheckedPressed = 7,
19585         UncheckedDisabled = 4,
19586         UncheckedHot = 2,
19587         UncheckedNormal = 1,
19588         UncheckedPressed = 3,
19589     }
19590     public enum ScrollBarArrowButtonState
19591     {
19592         DownDisabled = 8,
19593         DownHot = 6,
19594         DownNormal = 5,
19595         DownPressed = 7,
19596         LeftDisabled = 12,
19597         LeftHot = 10,
19598         LeftNormal = 9,
19599         LeftPressed = 11,
19600         RightDisabled = 16,
19601         RightHot = 14,
19602         RightNormal = 13,
19603         RightPressed = 15,
19604         UpDisabled = 4,
19605         UpHot = 2,
19606         UpNormal = 1,
19607         UpPressed = 3,
19608     }
19609     public enum ScrollBarSizeBoxState
19610     {
19611         LeftAlign = 2,
19612         RightAlign = 1,
19613     }
19614     public enum ScrollBarState
19615     {
19616         Disabled = 4,
19617         Hot = 2,
19618         Normal = 1,
19619         Pressed = 3,
19620     }
19621     public enum SizingType
19622     {
19623         FixedSize = 0,
19624         Stretch = 1,
19625         Tile = 2,
19626     }
19627     public enum StringProperty
19628     {
19629         Text = 3201,
19630     }
19631     public enum TabItemState
19632     {
19633         Disabled = 4,
19634         Hot = 2,
19635         Normal = 1,
19636         Selected = 3,
19637     }
19638     public enum TextBoxState
19639     {
19640         Assist = 7,
19641         Disabled = 4,
19642         Hot = 2,
19643         Normal = 1,
19644         Readonly = 6,
19645         Selected = 3,
19646     }
19647     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
19648     public partial struct TextMetrics
19649     {
19650         public int Ascent { get { throw null; } set { } }
19651         public int AverageCharWidth { get { throw null; } set { } }
19652         public char BreakChar { get { throw null; } set { } }
19653         public System.Windows.Forms.VisualStyles.TextMetricsCharacterSet CharSet { get { throw null; } set { } }
19654         public char DefaultChar { get { throw null; } set { } }
19655         public int Descent { get { throw null; } set { } }
19656         public int DigitizedAspectX { get { throw null; } set { } }
19657         public int DigitizedAspectY { get { throw null; } set { } }
19658         public int ExternalLeading { get { throw null; } set { } }
19659         public char FirstChar { get { throw null; } set { } }
19660         public int Height { get { throw null; } set { } }
19661         public int InternalLeading { get { throw null; } set { } }
19662         public bool Italic { get { throw null; } set { } }
19663         public char LastChar { get { throw null; } set { } }
19664         public int MaxCharWidth { get { throw null; } set { } }
19665         public int Overhang { get { throw null; } set { } }
19666         public System.Windows.Forms.VisualStyles.TextMetricsPitchAndFamilyValues PitchAndFamily { get { throw null; } set { } }
19667         public bool StruckOut { get { throw null; } set { } }
19668         public bool Underlined { get { throw null; } set { } }
19669         public int Weight { get { throw null; } set { } }
19670     }
19671     public enum TextMetricsCharacterSet
19672     {
19673         Ansi = 0,
19674         Arabic = 178,
19675         Baltic = 186,
19676         ChineseBig5 = 136,
19677         Default = 1,
19678         EastEurope = 238,
19679         Gb2312 = 134,
19680         Greek = 161,
19681         Hangul = 129,
19682         Hebrew = 177,
19683         Johab = 130,
19684         Mac = 77,
19685         Oem = 255,
19686         Russian = 204,
19687         ShiftJis = 128,
19688         Symbol = 2,
19689         Thai = 222,
19690         Turkish = 162,
19691         Vietnamese = 163,
19692     }
19693     [System.FlagsAttribute]
19694     public enum TextMetricsPitchAndFamilyValues
19695     {
19696         Device = 8,
19697         FixedPitch = 1,
19698         TrueType = 4,
19699         Vector = 2,
19700     }
19701     public enum TextShadowType
19702     {
19703         Continuous = 2,
19704         None = 0,
19705         Single = 1,
19706     }
19707     public enum ThemeSizeType
19708     {
19709         Draw = 2,
19710         Minimum = 0,
19711         True = 1,
19712     }
19713     public enum ToolBarState
19714     {
19715         Checked = 5,
19716         Disabled = 4,
19717         Hot = 2,
19718         HotChecked = 6,
19719         Normal = 1,
19720         Pressed = 3,
19721     }
19722     public enum TrackBarThumbState
19723     {
19724         Disabled = 5,
19725         Hot = 2,
19726         Normal = 1,
19727         Pressed = 3,
19728     }
19729     public enum TrueSizeScalingType
19730     {
19731         Dpi = 2,
19732         None = 0,
19733         Size = 1,
19734     }
19735     public enum VerticalAlignment
19736     {
19737         Bottom = 2,
19738         Center = 1,
19739         Top = 0,
19740     }
19741     public partial class VisualStyleElement
19742     {
VisualStyleElement()19743         internal VisualStyleElement() { }
19744         public string ClassName { get { throw null; } }
19745         public int Part { get { throw null; } }
19746         public int State { get { throw null; } }
CreateElement(string className, int part, int state)19747         public static System.Windows.Forms.VisualStyles.VisualStyleElement CreateElement(string className, int part, int state) { throw null; }
19748         public static partial class Button
19749         {
19750             public static partial class CheckBox
19751             {
19752                 public static System.Windows.Forms.VisualStyles.VisualStyleElement CheckedDisabled { get { throw null; } }
19753                 public static System.Windows.Forms.VisualStyles.VisualStyleElement CheckedHot { get { throw null; } }
19754                 public static System.Windows.Forms.VisualStyles.VisualStyleElement CheckedNormal { get { throw null; } }
19755                 public static System.Windows.Forms.VisualStyles.VisualStyleElement CheckedPressed { get { throw null; } }
19756                 public static System.Windows.Forms.VisualStyles.VisualStyleElement MixedDisabled { get { throw null; } }
19757                 public static System.Windows.Forms.VisualStyles.VisualStyleElement MixedHot { get { throw null; } }
19758                 public static System.Windows.Forms.VisualStyles.VisualStyleElement MixedNormal { get { throw null; } }
19759                 public static System.Windows.Forms.VisualStyles.VisualStyleElement MixedPressed { get { throw null; } }
19760                 public static System.Windows.Forms.VisualStyles.VisualStyleElement UncheckedDisabled { get { throw null; } }
19761                 public static System.Windows.Forms.VisualStyles.VisualStyleElement UncheckedHot { get { throw null; } }
19762                 public static System.Windows.Forms.VisualStyles.VisualStyleElement UncheckedNormal { get { throw null; } }
19763                 public static System.Windows.Forms.VisualStyles.VisualStyleElement UncheckedPressed { get { throw null; } }
19764             }
19765             public static partial class GroupBox
19766             {
19767                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
19768                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19769             }
19770             public static partial class PushButton
19771             {
19772                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Default { get { throw null; } }
19773                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
19774                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19775                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19776                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
19777             }
19778             public static partial class RadioButton
19779             {
19780                 public static System.Windows.Forms.VisualStyles.VisualStyleElement CheckedDisabled { get { throw null; } }
19781                 public static System.Windows.Forms.VisualStyles.VisualStyleElement CheckedHot { get { throw null; } }
19782                 public static System.Windows.Forms.VisualStyles.VisualStyleElement CheckedNormal { get { throw null; } }
19783                 public static System.Windows.Forms.VisualStyles.VisualStyleElement CheckedPressed { get { throw null; } }
19784                 public static System.Windows.Forms.VisualStyles.VisualStyleElement UncheckedDisabled { get { throw null; } }
19785                 public static System.Windows.Forms.VisualStyles.VisualStyleElement UncheckedHot { get { throw null; } }
19786                 public static System.Windows.Forms.VisualStyles.VisualStyleElement UncheckedNormal { get { throw null; } }
19787                 public static System.Windows.Forms.VisualStyles.VisualStyleElement UncheckedPressed { get { throw null; } }
19788             }
19789             public static partial class UserButton
19790             {
19791                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19792             }
19793         }
19794         public static partial class ComboBox
19795         {
19796             public static partial class DropDownButton
19797             {
19798                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
19799                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19800                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19801                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
19802             }
19803         }
19804         public static partial class ExplorerBar
19805         {
19806             public static partial class HeaderBackground
19807             {
19808                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19809             }
19810             public static partial class HeaderClose
19811             {
19812                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19813                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19814                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
19815             }
19816             public static partial class HeaderPin
19817             {
19818                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19819                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19820                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
19821                 public static System.Windows.Forms.VisualStyles.VisualStyleElement SelectedHot { get { throw null; } }
19822                 public static System.Windows.Forms.VisualStyles.VisualStyleElement SelectedNormal { get { throw null; } }
19823                 public static System.Windows.Forms.VisualStyles.VisualStyleElement SelectedPressed { get { throw null; } }
19824             }
19825             public static partial class IEBarMenu
19826             {
19827                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19828                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19829                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
19830             }
19831             public static partial class NormalGroupBackground
19832             {
19833                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19834             }
19835             public static partial class NormalGroupCollapse
19836             {
19837                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19838                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19839                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
19840             }
19841             public static partial class NormalGroupExpand
19842             {
19843                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19844                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19845                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
19846             }
19847             public static partial class NormalGroupHead
19848             {
19849                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19850             }
19851             public static partial class SpecialGroupBackground
19852             {
19853                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19854             }
19855             public static partial class SpecialGroupCollapse
19856             {
19857                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19858                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19859                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
19860             }
19861             public static partial class SpecialGroupExpand
19862             {
19863                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19864                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19865                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
19866             }
19867             public static partial class SpecialGroupHead
19868             {
19869                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19870             }
19871         }
19872         public static partial class Header
19873         {
19874             public static partial class Item
19875             {
19876                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19877                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19878                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
19879             }
19880             public static partial class ItemLeft
19881             {
19882                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19883                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19884                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
19885             }
19886             public static partial class ItemRight
19887             {
19888                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19889                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19890                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
19891             }
19892             public static partial class SortArrow
19893             {
19894                 public static System.Windows.Forms.VisualStyles.VisualStyleElement SortedDown { get { throw null; } }
19895                 public static System.Windows.Forms.VisualStyles.VisualStyleElement SortedUp { get { throw null; } }
19896             }
19897         }
19898         public static partial class ListView
19899         {
19900             public static partial class Detail
19901             {
19902                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19903             }
19904             public static partial class EmptyText
19905             {
19906                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19907             }
19908             public static partial class Group
19909             {
19910                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19911             }
19912             public static partial class Item
19913             {
19914                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
19915                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19916                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19917                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Selected { get { throw null; } }
19918                 public static System.Windows.Forms.VisualStyles.VisualStyleElement SelectedNotFocus { get { throw null; } }
19919             }
19920             public static partial class SortedDetail
19921             {
19922                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19923             }
19924         }
19925         public static partial class Menu
19926         {
19927             public static partial class BarDropDown
19928             {
19929                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19930             }
19931             public static partial class BarItem
19932             {
19933                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19934             }
19935             public static partial class Chevron
19936             {
19937                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19938             }
19939             public static partial class DropDown
19940             {
19941                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19942             }
19943             public static partial class Item
19944             {
19945                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Demoted { get { throw null; } }
19946                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19947                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Selected { get { throw null; } }
19948             }
19949             public static partial class Separator
19950             {
19951                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19952             }
19953         }
19954         public static partial class MenuBand
19955         {
19956             public static partial class NewApplicationButton
19957             {
19958                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Checked { get { throw null; } }
19959                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
19960                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19961                 public static System.Windows.Forms.VisualStyles.VisualStyleElement HotChecked { get { throw null; } }
19962                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19963                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
19964             }
19965             public static partial class Separator
19966             {
19967                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19968             }
19969         }
19970         public static partial class Page
19971         {
19972             public static partial class Down
19973             {
19974                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
19975                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19976                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19977                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
19978             }
19979             public static partial class DownHorizontal
19980             {
19981                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
19982                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19983                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19984                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
19985             }
19986             public static partial class Up
19987             {
19988                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
19989                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19990                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19991                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
19992             }
19993             public static partial class UpHorizontal
19994             {
19995                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
19996                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
19997                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19998                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
19999             }
20000         }
20001         public static partial class ProgressBar
20002         {
20003             public static partial class Bar
20004             {
20005                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20006             }
20007             public static partial class BarVertical
20008             {
20009                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20010             }
20011             public static partial class Chunk
20012             {
20013                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20014             }
20015             public static partial class ChunkVertical
20016             {
20017                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20018             }
20019         }
20020         public static partial class Rebar
20021         {
20022             public static partial class Band
20023             {
20024                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20025             }
20026             public static partial class Chevron
20027             {
20028                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20029                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20030                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20031             }
20032             public static partial class ChevronVertical
20033             {
20034                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20035                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20036                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20037             }
20038             public static partial class Gripper
20039             {
20040                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20041             }
20042             public static partial class GripperVertical
20043             {
20044                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20045             }
20046         }
20047         public static partial class ScrollBar
20048         {
20049             public static partial class ArrowButton
20050             {
20051                 public static System.Windows.Forms.VisualStyles.VisualStyleElement DownDisabled { get { throw null; } }
20052                 public static System.Windows.Forms.VisualStyles.VisualStyleElement DownHot { get { throw null; } }
20053                 public static System.Windows.Forms.VisualStyles.VisualStyleElement DownNormal { get { throw null; } }
20054                 public static System.Windows.Forms.VisualStyles.VisualStyleElement DownPressed { get { throw null; } }
20055                 public static System.Windows.Forms.VisualStyles.VisualStyleElement LeftDisabled { get { throw null; } }
20056                 public static System.Windows.Forms.VisualStyles.VisualStyleElement LeftHot { get { throw null; } }
20057                 public static System.Windows.Forms.VisualStyles.VisualStyleElement LeftNormal { get { throw null; } }
20058                 public static System.Windows.Forms.VisualStyles.VisualStyleElement LeftPressed { get { throw null; } }
20059                 public static System.Windows.Forms.VisualStyles.VisualStyleElement RightDisabled { get { throw null; } }
20060                 public static System.Windows.Forms.VisualStyles.VisualStyleElement RightHot { get { throw null; } }
20061                 public static System.Windows.Forms.VisualStyles.VisualStyleElement RightNormal { get { throw null; } }
20062                 public static System.Windows.Forms.VisualStyles.VisualStyleElement RightPressed { get { throw null; } }
20063                 public static System.Windows.Forms.VisualStyles.VisualStyleElement UpDisabled { get { throw null; } }
20064                 public static System.Windows.Forms.VisualStyles.VisualStyleElement UpHot { get { throw null; } }
20065                 public static System.Windows.Forms.VisualStyles.VisualStyleElement UpNormal { get { throw null; } }
20066                 public static System.Windows.Forms.VisualStyles.VisualStyleElement UpPressed { get { throw null; } }
20067             }
20068             public static partial class GripperHorizontal
20069             {
20070                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20071             }
20072             public static partial class GripperVertical
20073             {
20074                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20075             }
20076             public static partial class LeftTrackHorizontal
20077             {
20078                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20079                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20080                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20081                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20082             }
20083             public static partial class LowerTrackVertical
20084             {
20085                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20086                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20087                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20088                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20089             }
20090             public static partial class RightTrackHorizontal
20091             {
20092                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20093                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20094                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20095                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20096             }
20097             public static partial class SizeBox
20098             {
20099                 public static System.Windows.Forms.VisualStyles.VisualStyleElement LeftAlign { get { throw null; } }
20100                 public static System.Windows.Forms.VisualStyles.VisualStyleElement RightAlign { get { throw null; } }
20101             }
20102             public static partial class ThumbButtonHorizontal
20103             {
20104                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20105                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20106                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20107                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20108             }
20109             public static partial class ThumbButtonVertical
20110             {
20111                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20112                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20113                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20114                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20115             }
20116             public static partial class UpperTrackVertical
20117             {
20118                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20119                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20120                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20121                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20122             }
20123         }
20124         public static partial class Spin
20125         {
20126             public static partial class Down
20127             {
20128                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20129                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20130                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20131                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20132             }
20133             public static partial class DownHorizontal
20134             {
20135                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20136                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20137                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20138                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20139             }
20140             public static partial class Up
20141             {
20142                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20143                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20144                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20145                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20146             }
20147             public static partial class UpHorizontal
20148             {
20149                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20150                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20151                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20152                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20153             }
20154         }
20155         public static partial class StartPanel
20156         {
20157             public static partial class LogOff
20158             {
20159                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20160             }
20161             public static partial class LogOffButtons
20162             {
20163                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20164                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20165                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20166             }
20167             public static partial class MorePrograms
20168             {
20169                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20170             }
20171             public static partial class MoreProgramsArrow
20172             {
20173                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20174                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20175                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20176             }
20177             public static partial class PlaceList
20178             {
20179                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20180             }
20181             public static partial class PlaceListSeparator
20182             {
20183                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20184             }
20185             public static partial class Preview
20186             {
20187                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20188             }
20189             public static partial class ProgList
20190             {
20191                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20192             }
20193             public static partial class ProgListSeparator
20194             {
20195                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20196             }
20197             public static partial class UserPane
20198             {
20199                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20200             }
20201             public static partial class UserPicture
20202             {
20203                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20204             }
20205         }
20206         public static partial class Status
20207         {
20208             public static partial class Bar
20209             {
20210                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20211             }
20212             public static partial class Gripper
20213             {
20214                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20215             }
20216             public static partial class GripperPane
20217             {
20218                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20219             }
20220             public static partial class Pane
20221             {
20222                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20223             }
20224         }
20225         public static partial class Tab
20226         {
20227             public static partial class Body
20228             {
20229                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20230             }
20231             public static partial class Pane
20232             {
20233                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20234             }
20235             public static partial class TabItem
20236             {
20237                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20238                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20239                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20240                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20241             }
20242             public static partial class TabItemBothEdges
20243             {
20244                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20245             }
20246             public static partial class TabItemLeftEdge
20247             {
20248                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20249                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20250                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20251                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20252             }
20253             public static partial class TabItemRightEdge
20254             {
20255                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20256                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20257                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20258                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20259             }
20260             public static partial class TopTabItem
20261             {
20262                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20263                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20264                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20265                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20266             }
20267             public static partial class TopTabItemBothEdges
20268             {
20269                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20270             }
20271             public static partial class TopTabItemLeftEdge
20272             {
20273                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20274                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20275                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20276                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20277             }
20278             public static partial class TopTabItemRightEdge
20279             {
20280                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20281                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20282                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20283                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20284             }
20285         }
20286         public static partial class TaskBand
20287         {
20288             public static partial class FlashButton
20289             {
20290                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20291             }
20292             public static partial class FlashButtonGroupMenu
20293             {
20294                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20295             }
20296             public static partial class GroupCount
20297             {
20298                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20299             }
20300         }
20301         public static partial class Taskbar
20302         {
20303             public static partial class BackgroundBottom
20304             {
20305                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20306             }
20307             public static partial class BackgroundLeft
20308             {
20309                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20310             }
20311             public static partial class BackgroundRight
20312             {
20313                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20314             }
20315             public static partial class BackgroundTop
20316             {
20317                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20318             }
20319             public static partial class SizingBarBottom
20320             {
20321                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20322             }
20323             public static partial class SizingBarLeft
20324             {
20325                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20326             }
20327             public static partial class SizingBarRight
20328             {
20329                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20330             }
20331             public static partial class SizingBarTop
20332             {
20333                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20334             }
20335         }
20336         public static partial class TaskbarClock
20337         {
20338             public static partial class Time
20339             {
20340                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20341             }
20342         }
20343         public static partial class TextBox
20344         {
20345             public static partial class Caret
20346             {
20347                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20348             }
20349             public static partial class TextEdit
20350             {
20351                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Assist { get { throw null; } }
20352                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20353                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Focused { get { throw null; } }
20354                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20355                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20356                 public static System.Windows.Forms.VisualStyles.VisualStyleElement ReadOnly { get { throw null; } }
20357                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Selected { get { throw null; } }
20358             }
20359         }
20360         public static partial class ToolBar
20361         {
20362             public static partial class Button
20363             {
20364                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Checked { get { throw null; } }
20365                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20366                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20367                 public static System.Windows.Forms.VisualStyles.VisualStyleElement HotChecked { get { throw null; } }
20368                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20369                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20370             }
20371             public static partial class DropDownButton
20372             {
20373                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Checked { get { throw null; } }
20374                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20375                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20376                 public static System.Windows.Forms.VisualStyles.VisualStyleElement HotChecked { get { throw null; } }
20377                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20378                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20379             }
20380             public static partial class SeparatorHorizontal
20381             {
20382                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20383             }
20384             public static partial class SeparatorVertical
20385             {
20386                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20387             }
20388             public static partial class SplitButton
20389             {
20390                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Checked { get { throw null; } }
20391                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20392                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20393                 public static System.Windows.Forms.VisualStyles.VisualStyleElement HotChecked { get { throw null; } }
20394                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20395                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20396             }
20397             public static partial class SplitButtonDropDown
20398             {
20399                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Checked { get { throw null; } }
20400                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20401                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20402                 public static System.Windows.Forms.VisualStyles.VisualStyleElement HotChecked { get { throw null; } }
20403                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20404                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20405             }
20406         }
20407         public static partial class ToolTip
20408         {
20409             public static partial class Balloon
20410             {
20411                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Link { get { throw null; } }
20412                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20413             }
20414             public static partial class BalloonTitle
20415             {
20416                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20417             }
20418             public static partial class Close
20419             {
20420                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20421                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20422                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20423             }
20424             public static partial class Standard
20425             {
20426                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Link { get { throw null; } }
20427                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20428             }
20429             public static partial class StandardTitle
20430             {
20431                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20432             }
20433         }
20434         public static partial class TrackBar
20435         {
20436             public static partial class Thumb
20437             {
20438                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20439                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Focused { get { throw null; } }
20440                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20441                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20442                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20443             }
20444             public static partial class ThumbBottom
20445             {
20446                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20447                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Focused { get { throw null; } }
20448                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20449                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20450                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20451             }
20452             public static partial class ThumbLeft
20453             {
20454                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20455                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Focused { get { throw null; } }
20456                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20457                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20458                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20459             }
20460             public static partial class ThumbRight
20461             {
20462                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20463                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Focused { get { throw null; } }
20464                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20465                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20466                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20467             }
20468             public static partial class ThumbTop
20469             {
20470                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20471                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Focused { get { throw null; } }
20472                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20473                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20474                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20475             }
20476             public static partial class ThumbVertical
20477             {
20478                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20479                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Focused { get { throw null; } }
20480                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20481                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20482                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20483             }
20484             public static partial class Ticks
20485             {
20486                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20487             }
20488             public static partial class TicksVertical
20489             {
20490                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20491             }
20492             public static partial class Track
20493             {
20494                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20495             }
20496             public static partial class TrackVertical
20497             {
20498                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20499             }
20500         }
20501         public static partial class TrayNotify
20502         {
20503             public static partial class AnimateBackground
20504             {
20505                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20506             }
20507             public static partial class Background
20508             {
20509                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20510             }
20511         }
20512         public static partial class TreeView
20513         {
20514             public static partial class Branch
20515             {
20516                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20517             }
20518             public static partial class Glyph
20519             {
20520                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Closed { get { throw null; } }
20521                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Opened { get { throw null; } }
20522             }
20523             public static partial class Item
20524             {
20525                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20526                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20527                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20528                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Selected { get { throw null; } }
20529                 public static System.Windows.Forms.VisualStyles.VisualStyleElement SelectedNotFocus { get { throw null; } }
20530             }
20531         }
20532         public static partial class Window
20533         {
20534             public static partial class Caption
20535             {
20536                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Active { get { throw null; } }
20537                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20538                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Inactive { get { throw null; } }
20539             }
20540             public static partial class CaptionSizingTemplate
20541             {
20542                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20543             }
20544             public static partial class CloseButton
20545             {
20546                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20547                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20548                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20549                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20550             }
20551             public static partial class Dialog
20552             {
20553                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20554             }
20555             public static partial class FrameBottom
20556             {
20557                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Active { get { throw null; } }
20558                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Inactive { get { throw null; } }
20559             }
20560             public static partial class FrameBottomSizingTemplate
20561             {
20562                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20563             }
20564             public static partial class FrameLeft
20565             {
20566                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Active { get { throw null; } }
20567                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Inactive { get { throw null; } }
20568             }
20569             public static partial class FrameLeftSizingTemplate
20570             {
20571                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20572             }
20573             public static partial class FrameRight
20574             {
20575                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Active { get { throw null; } }
20576                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Inactive { get { throw null; } }
20577             }
20578             public static partial class FrameRightSizingTemplate
20579             {
20580                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20581             }
20582             public static partial class HelpButton
20583             {
20584                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20585                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20586                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20587                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20588             }
20589             public static partial class HorizontalScroll
20590             {
20591                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20592                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20593                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20594                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20595             }
20596             public static partial class HorizontalThumb
20597             {
20598                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20599                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20600                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20601                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20602             }
20603             public static partial class MaxButton
20604             {
20605                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20606                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20607                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20608                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20609             }
20610             public static partial class MaxCaption
20611             {
20612                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Active { get { throw null; } }
20613                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20614                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Inactive { get { throw null; } }
20615             }
20616             public static partial class MdiCloseButton
20617             {
20618                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20619                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20620                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20621                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20622             }
20623             public static partial class MdiHelpButton
20624             {
20625                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20626                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20627                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20628                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20629             }
20630             public static partial class MdiMinButton
20631             {
20632                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20633                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20634                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20635                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20636             }
20637             public static partial class MdiRestoreButton
20638             {
20639                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20640                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20641                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20642                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20643             }
20644             public static partial class MdiSysButton
20645             {
20646                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20647                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20648                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20649                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20650             }
20651             public static partial class MinButton
20652             {
20653                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20654                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20655                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20656                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20657             }
20658             public static partial class MinCaption
20659             {
20660                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Active { get { throw null; } }
20661                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20662                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Inactive { get { throw null; } }
20663             }
20664             public static partial class RestoreButton
20665             {
20666                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20667                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20668                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20669                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20670             }
20671             public static partial class SmallCaption
20672             {
20673                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Active { get { throw null; } }
20674                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20675                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Inactive { get { throw null; } }
20676             }
20677             public static partial class SmallCaptionSizingTemplate
20678             {
20679                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20680             }
20681             public static partial class SmallCloseButton
20682             {
20683                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20684                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20685                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20686                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20687             }
20688             public static partial class SmallFrameBottom
20689             {
20690                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Active { get { throw null; } }
20691                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Inactive { get { throw null; } }
20692             }
20693             public static partial class SmallFrameBottomSizingTemplate
20694             {
20695                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20696             }
20697             public static partial class SmallFrameLeft
20698             {
20699                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Active { get { throw null; } }
20700                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Inactive { get { throw null; } }
20701             }
20702             public static partial class SmallFrameLeftSizingTemplate
20703             {
20704                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20705             }
20706             public static partial class SmallFrameRight
20707             {
20708                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Active { get { throw null; } }
20709                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Inactive { get { throw null; } }
20710             }
20711             public static partial class SmallFrameRightSizingTemplate
20712             {
20713                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20714             }
20715             public static partial class SmallMaxCaption
20716             {
20717                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Active { get { throw null; } }
20718                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20719                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Inactive { get { throw null; } }
20720             }
20721             public static partial class SmallMinCaption
20722             {
20723                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Active { get { throw null; } }
20724                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20725                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Inactive { get { throw null; } }
20726             }
20727             public static partial class SysButton
20728             {
20729                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20730                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20731                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20732                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20733             }
20734             public static partial class VerticalScroll
20735             {
20736                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20737                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20738                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20739                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20740             }
20741             public static partial class VerticalThumb
20742             {
20743                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
20744                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
20745                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20746                 public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
20747             }
20748         }
20749     }
20750     public static partial class VisualStyleInformation
20751     {
20752         public static string Author { get { throw null; } }
20753         public static string ColorScheme { get { throw null; } }
20754         public static string Company { get { throw null; } }
20755         public static System.Drawing.Color ControlHighlightHot { get { throw null; } }
20756         public static string Copyright { get { throw null; } }
20757         public static string Description { get { throw null; } }
20758         public static string DisplayName { get { throw null; } }
20759         public static bool IsEnabledByUser { get { throw null; } }
20760         public static bool IsSupportedByOS { get { throw null; } }
20761         public static int MinimumColorDepth { get { throw null; } }
20762         public static string Size { get { throw null; } }
20763         public static bool SupportsFlatMenus { get { throw null; } }
20764         public static System.Drawing.Color TextControlBorder { get { throw null; } }
20765         public static string Url { get { throw null; } }
20766         public static string Version { get { throw null; } }
20767     }
20768     public sealed partial class VisualStyleRenderer
20769     {
VisualStyleRenderer(string className, int part, int state)20770         public VisualStyleRenderer(string className, int part, int state) { }
VisualStyleRenderer(System.Windows.Forms.VisualStyles.VisualStyleElement element)20771         public VisualStyleRenderer(System.Windows.Forms.VisualStyles.VisualStyleElement element) { }
20772         public string Class { get { throw null; } }
20773         public System.IntPtr Handle { get { throw null; } }
20774         public static bool IsSupported { get { throw null; } }
20775         public int LastHResult { get { throw null; } }
20776         public int Part { get { throw null; } }
20777         public int State { get { throw null; } }
DrawBackground(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds)20778         public void DrawBackground(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds) { }
DrawBackground(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, System.Drawing.Rectangle clipRectangle)20779         public void DrawBackground(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, System.Drawing.Rectangle clipRectangle) { }
DrawEdge(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.Edges edges, System.Windows.Forms.VisualStyles.EdgeStyle style, System.Windows.Forms.VisualStyles.EdgeEffects effects)20780         public System.Drawing.Rectangle DrawEdge(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.Edges edges, System.Windows.Forms.VisualStyles.EdgeStyle style, System.Windows.Forms.VisualStyles.EdgeEffects effects) { throw null; }
DrawImage(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Drawing.Image image)20781         public void DrawImage(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Drawing.Image image) { }
DrawImage(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.ImageList imageList, int imageIndex)20782         public void DrawImage(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.ImageList imageList, int imageIndex) { }
DrawParentBackground(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, System.Windows.Forms.Control childControl)20783         public void DrawParentBackground(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, System.Windows.Forms.Control childControl) { }
DrawText(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, string textToDraw)20784         public void DrawText(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, string textToDraw) { }
DrawText(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, string textToDraw, bool drawDisabled)20785         public void DrawText(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, string textToDraw, bool drawDisabled) { }
DrawText(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, string textToDraw, bool drawDisabled, System.Windows.Forms.TextFormatFlags flags)20786         public void DrawText(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, string textToDraw, bool drawDisabled, System.Windows.Forms.TextFormatFlags flags) { }
GetBackgroundContentRectangle(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds)20787         public System.Drawing.Rectangle GetBackgroundContentRectangle(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds) { throw null; }
GetBackgroundExtent(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle contentBounds)20788         public System.Drawing.Rectangle GetBackgroundExtent(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle contentBounds) { throw null; }
20789         [System.Security.SuppressUnmanagedCodeSecurityAttribute]
GetBackgroundRegion(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds)20790         public System.Drawing.Region GetBackgroundRegion(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds) { throw null; }
GetBoolean(System.Windows.Forms.VisualStyles.BooleanProperty prop)20791         public bool GetBoolean(System.Windows.Forms.VisualStyles.BooleanProperty prop) { throw null; }
GetColor(System.Windows.Forms.VisualStyles.ColorProperty prop)20792         public System.Drawing.Color GetColor(System.Windows.Forms.VisualStyles.ColorProperty prop) { throw null; }
GetEnumValue(System.Windows.Forms.VisualStyles.EnumProperty prop)20793         public int GetEnumValue(System.Windows.Forms.VisualStyles.EnumProperty prop) { throw null; }
GetFilename(System.Windows.Forms.VisualStyles.FilenameProperty prop)20794         public string GetFilename(System.Windows.Forms.VisualStyles.FilenameProperty prop) { throw null; }
GetFont(System.Drawing.IDeviceContext dc, System.Windows.Forms.VisualStyles.FontProperty prop)20795         public System.Drawing.Font GetFont(System.Drawing.IDeviceContext dc, System.Windows.Forms.VisualStyles.FontProperty prop) { throw null; }
GetInteger(System.Windows.Forms.VisualStyles.IntegerProperty prop)20796         public int GetInteger(System.Windows.Forms.VisualStyles.IntegerProperty prop) { throw null; }
GetMargins(System.Drawing.IDeviceContext dc, System.Windows.Forms.VisualStyles.MarginProperty prop)20797         public System.Windows.Forms.Padding GetMargins(System.Drawing.IDeviceContext dc, System.Windows.Forms.VisualStyles.MarginProperty prop) { throw null; }
GetPartSize(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ThemeSizeType type)20798         public System.Drawing.Size GetPartSize(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ThemeSizeType type) { throw null; }
GetPartSize(System.Drawing.IDeviceContext dc, System.Windows.Forms.VisualStyles.ThemeSizeType type)20799         public System.Drawing.Size GetPartSize(System.Drawing.IDeviceContext dc, System.Windows.Forms.VisualStyles.ThemeSizeType type) { throw null; }
GetPoint(System.Windows.Forms.VisualStyles.PointProperty prop)20800         public System.Drawing.Point GetPoint(System.Windows.Forms.VisualStyles.PointProperty prop) { throw null; }
GetString(System.Windows.Forms.VisualStyles.StringProperty prop)20801         public string GetString(System.Windows.Forms.VisualStyles.StringProperty prop) { throw null; }
GetTextExtent(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, string textToDraw, System.Windows.Forms.TextFormatFlags flags)20802         public System.Drawing.Rectangle GetTextExtent(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, string textToDraw, System.Windows.Forms.TextFormatFlags flags) { throw null; }
GetTextExtent(System.Drawing.IDeviceContext dc, string textToDraw, System.Windows.Forms.TextFormatFlags flags)20803         public System.Drawing.Rectangle GetTextExtent(System.Drawing.IDeviceContext dc, string textToDraw, System.Windows.Forms.TextFormatFlags flags) { throw null; }
GetTextMetrics(System.Drawing.IDeviceContext dc)20804         public System.Windows.Forms.VisualStyles.TextMetrics GetTextMetrics(System.Drawing.IDeviceContext dc) { throw null; }
HitTestBackground(System.Drawing.Graphics g, System.Drawing.Rectangle backgroundRectangle, System.Drawing.Region region, System.Drawing.Point pt, System.Windows.Forms.VisualStyles.HitTestOptions options)20805         public System.Windows.Forms.VisualStyles.HitTestCode HitTestBackground(System.Drawing.Graphics g, System.Drawing.Rectangle backgroundRectangle, System.Drawing.Region region, System.Drawing.Point pt, System.Windows.Forms.VisualStyles.HitTestOptions options) { throw null; }
HitTestBackground(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle backgroundRectangle, System.Drawing.Point pt, System.Windows.Forms.VisualStyles.HitTestOptions options)20806         public System.Windows.Forms.VisualStyles.HitTestCode HitTestBackground(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle backgroundRectangle, System.Drawing.Point pt, System.Windows.Forms.VisualStyles.HitTestOptions options) { throw null; }
HitTestBackground(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle backgroundRectangle, System.IntPtr hRgn, System.Drawing.Point pt, System.Windows.Forms.VisualStyles.HitTestOptions options)20807         public System.Windows.Forms.VisualStyles.HitTestCode HitTestBackground(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle backgroundRectangle, System.IntPtr hRgn, System.Drawing.Point pt, System.Windows.Forms.VisualStyles.HitTestOptions options) { throw null; }
IsBackgroundPartiallyTransparent()20808         public bool IsBackgroundPartiallyTransparent() { throw null; }
IsElementDefined(System.Windows.Forms.VisualStyles.VisualStyleElement element)20809         public static bool IsElementDefined(System.Windows.Forms.VisualStyles.VisualStyleElement element) { throw null; }
SetParameters(string className, int part, int state)20810         public void SetParameters(string className, int part, int state) { }
SetParameters(System.Windows.Forms.VisualStyles.VisualStyleElement element)20811         public void SetParameters(System.Windows.Forms.VisualStyles.VisualStyleElement element) { }
20812     }
20813     public enum VisualStyleState
20814     {
20815         ClientAndNonClientAreasEnabled = 3,
20816         ClientAreaEnabled = 2,
20817         NonClientAreaEnabled = 1,
20818         NoneEnabled = 0,
20819     }
20820 }
20821