Lines Matching refs:System

5 [assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
6 [assembly:System.CLSCompliantAttribute(true)]
7 [assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingM…
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.CompilerSe…
21 [assembly:System.Runtime.CompilerServices.DependencyAttribute("System.Core", (System.Runtime.Compil…
22 [assembly:System.Runtime.CompilerServices.DependencyAttribute("System.Drawing,", (System.Runtime.Co…
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.Inter…
29 [assembly:System.Runtime.InteropServices.TypeLibVersionAttribute(2, 4)]
30 [assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
31 [assembly:System.Security.SecurityRulesAttribute((System.Security.SecurityRuleSet)(1), SkipVerifica…
32 [assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.Secur…
33 namespace System.Resources
35 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Lin…
36 [System.SerializableAttribute]
37 public sealed partial class ResXDataNode : System.Runtime.Serialization.ISerializable
40 …public ResXDataNode(string name, object value, System.Func<System.Type, string> typeNameConverter)… in ResXDataNode()
41 public ResXDataNode(string name, System.Resources.ResXFileRef fileRef) { } in ResXDataNode()
42 …public ResXDataNode(string name, System.Resources.ResXFileRef fileRef, System.Func<System.Type, st… in ResXDataNode()
44 public System.Resources.ResXFileRef FileRef { get { throw null; } }
46 public System.Drawing.Point GetNodePosition() { throw null; } in GetNodePosition()
47 …public object GetValue(System.ComponentModel.Design.ITypeResolutionService typeResolver) { throw n… in GetValue()
48 public object GetValue(System.Reflection.AssemblyName[] names) { throw null; } in GetValue()
49 …public string GetValueTypeName(System.ComponentModel.Design.ITypeResolutionService typeResolver) {… in GetValueTypeName()
50 public string GetValueTypeName(System.Reflection.AssemblyName[] names) { throw null; } in GetValueTypeName()
51 …void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.Seriali… in System.Runtime.Serialization.ISerializable.GetObjectData()
53 [System.ComponentModel.TypeConverterAttribute(typeof(System.Resources.ResXFileRef.Converter))]
54 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Inh…
55 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Lin…
56 [System.SerializableAttribute]
60 … public ResXFileRef(string fileName, string typeName, System.Text.Encoding textFileEncoding) { } in ResXFileRef()
62 public System.Text.Encoding TextFileEncoding { get { throw null; } }
65 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Inh…
66 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Lin…
67 public partial class Converter : System.ComponentModel.TypeConverter
70 …public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.T… in CanConvertFrom()
71 …public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Typ… in CanConvertTo()
72 …public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Gl… in ConvertFrom()
73 … object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.Cultu… in ConvertTo()
76 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Inh…
77 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Lin…
78 …public partial class ResXResourceReader : System.Collections.IEnumerable, System.IDisposable, Syst…
80 public ResXResourceReader(System.IO.Stream stream) { } in ResXResourceReader()
81 …public ResXResourceReader(System.IO.Stream stream, System.ComponentModel.Design.ITypeResolutionSer… in ResXResourceReader()
82 …public ResXResourceReader(System.IO.Stream stream, System.Reflection.AssemblyName[] assemblyNames)… in ResXResourceReader()
83 public ResXResourceReader(System.IO.TextReader reader) { } in ResXResourceReader()
84 …public ResXResourceReader(System.IO.TextReader reader, System.ComponentModel.Design.ITypeResolutio… in ResXResourceReader()
85 …public ResXResourceReader(System.IO.TextReader reader, System.Reflection.AssemblyName[] assemblyNa… in ResXResourceReader()
87 …public ResXResourceReader(string fileName, System.ComponentModel.Design.ITypeResolutionService typ… in ResXResourceReader()
88 … public ResXResourceReader(string fileName, System.Reflection.AssemblyName[] assemblyNames) { } in ResXResourceReader()
94 …public static System.Resources.ResXResourceReader FromFileContents(string fileContents) { throw nu… in FromFileContents()
95 …public static System.Resources.ResXResourceReader FromFileContents(string fileContents, System.Com… in FromFileContents()
96 …public static System.Resources.ResXResourceReader FromFileContents(string fileContents, System.Ref… in FromFileContents()
97 public System.Collections.IDictionaryEnumerator GetEnumerator() { throw null; } in GetEnumerator()
98 public System.Collections.IDictionaryEnumerator GetMetadataEnumerator() { throw null; } in GetMetadataEnumerator()
99System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } in System.Collections.IEnumerable.GetEnumerator()
100 void System.IDisposable.Dispose() { } in System.IDisposable.Dispose()
102 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Inh…
103 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Lin…
104 public partial class ResXResourceSet : System.Resources.ResourceSet
106 public ResXResourceSet(System.IO.Stream stream) { } in ResXResourceSet()
108 public override System.Type GetDefaultReader() { throw null; } in GetDefaultReader()
109 public override System.Type GetDefaultWriter() { throw null; } in GetDefaultWriter()
111 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Inh…
112 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Lin…
113 public partial class ResXResourceWriter : System.IDisposable, System.Resources.IResourceWriter
122 public ResXResourceWriter(System.IO.Stream stream) { } in ResXResourceWriter()
123 …public ResXResourceWriter(System.IO.Stream stream, System.Func<System.Type, string> typeNameConver… in ResXResourceWriter()
124 public ResXResourceWriter(System.IO.TextWriter textWriter) { } in ResXResourceWriter()
125 …public ResXResourceWriter(System.IO.TextWriter textWriter, System.Func<System.Type, string> typeNa… in ResXResourceWriter()
127 … public ResXResourceWriter(string fileName, System.Func<System.Type, string> typeNameConverter) { } in ResXResourceWriter()
129 … public virtual void AddAlias(string aliasName, System.Reflection.AssemblyName assemblyName) { } in AddAlias()
133 public void AddResource(System.Resources.ResXDataNode node) { } in AddResource()
144 namespace System.Windows.Forms
202 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
203 …rtial class AccessibleObject : System.Runtime.InteropServices.StandardOleMarshalObject, Accessibil…
210 public virtual System.Drawing.Rectangle Bounds { get { throw null; } }
216System.Windows.Forms.AccessibleObject Parent { [System.Security.Permissions.SecurityPermissionAttr…
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; } }
220System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction…
238 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
240 public virtual System.Windows.Forms.AccessibleObject GetChild(int index) { throw null; } in GetChild()
242 public virtual System.Windows.Forms.AccessibleObject GetFocused() { throw null; } in GetFocused()
244 public virtual System.Windows.Forms.AccessibleObject GetSelected() { throw null; } in GetSelected()
245 public virtual System.Windows.Forms.AccessibleObject HitTest(int x, int y) { throw null; } in HitTest()
246 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
247 …public virtual System.Windows.Forms.AccessibleObject Navigate(System.Windows.Forms.AccessibleNavig… in Navigate()
248 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
249 public virtual void Select(System.Windows.Forms.AccessibleSelection flags) { } in Select()
250System.Reflection.FieldInfo System.Reflection.IReflect.GetField(string name, System.Reflection.Bin… in System.Reflection.IReflect.GetField()
251System.Reflection.FieldInfo[] System.Reflection.IReflect.GetFields(System.Reflection.BindingFlags … in System.Reflection.IReflect.GetFields()
252System.Reflection.MemberInfo[] System.Reflection.IReflect.GetMember(string name, System.Reflection… in System.Reflection.IReflect.GetMember()
253System.Reflection.MemberInfo[] System.Reflection.IReflect.GetMembers(System.Reflection.BindingFlag… in System.Reflection.IReflect.GetMembers()
254System.Reflection.MethodInfo System.Reflection.IReflect.GetMethod(string name, System.Reflection.B… in System.Reflection.IReflect.GetMethod()
255System.Reflection.MethodInfo System.Reflection.IReflect.GetMethod(string name, System.Reflection.B… in System.Reflection.IReflect.GetMethod()
256System.Reflection.MethodInfo[] System.Reflection.IReflect.GetMethods(System.Reflection.BindingFlag… in System.Reflection.IReflect.GetMethods()
257System.Reflection.PropertyInfo[] System.Reflection.IReflect.GetProperties(System.Reflection.Bindin… in System.Reflection.IReflect.GetProperties()
258System.Reflection.PropertyInfo System.Reflection.IReflect.GetProperty(string name, System.Reflecti… in System.Reflection.IReflect.GetProperty()
259System.Reflection.PropertyInfo System.Reflection.IReflect.GetProperty(string name, System.Reflecti… in System.Reflection.IReflect.GetProperty()
260System.Reflection.IReflect.InvokeMember(string name, System.Reflection.BindingFlags invokeAttr, Sy… in System.Reflection.IReflect.InvokeMember()
261 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
262 protected void UseStdAccessibleObjects(System.IntPtr handle) { } in UseStdAccessibleObjects()
263 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
264 protected void UseStdAccessibleObjects(System.IntPtr handle, int objid) { } in UseStdAccessibleObjects()
335 [System.FlagsAttribute]
345 [System.FlagsAttribute]
381 …[System.ObsoleteAttribute("This enumeration value has been deprecated. There is no replacement. ht…
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 { } }
392System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.AnchorEditor, System.Design, Ve…
393 [System.FlagsAttribute]
402 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
415 … public static System.Globalization.CultureInfo CurrentCulture { get { throw null; } set { } }
416 …public static System.Windows.Forms.InputLanguage CurrentInputLanguage { get { throw null; } set { …
420System.Windows.Forms.FormCollection OpenForms { [System.Security.Permissions.UIPermissionAttribute…
429 …public static System.Windows.Forms.VisualStyles.VisualStyleState VisualStyleState { get { throw nu…
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 { } }
438 public static void AddMessageFilter(System.Windows.Forms.IMessageFilter value) { } in AddMessageFilter()
442 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
443 public static void Exit(System.ComponentModel.CancelEventArgs e) { } in Exit()
445 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
446 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
447 public static bool FilterMessage(ref System.Windows.Forms.Message message) { throw null; } in FilterMessage()
448 public static System.Threading.ApartmentState OleRequired() { throw null; } in OleRequired()
449 public static void OnThreadException(System.Exception t) { } in OnThreadException()
450 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
451 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
452 public static void RaiseIdle(System.EventArgs e) { } in RaiseIdle()
453 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
454 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
455 …public static void RegisterMessageLoop(System.Windows.Forms.Application.MessageLoopCallback callba… in RegisterMessageLoop()
456 public static void RemoveMessageFilter(System.Windows.Forms.IMessageFilter value) { } in RemoveMessageFilter()
457 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
458 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
461 public static void Run(System.Windows.Forms.ApplicationContext context) { } in Run()
462 public static void Run(System.Windows.Forms.Form mainForm) { } in Run()
464 …public static bool SetSuspendState(System.Windows.Forms.PowerState state, bool force, bool disable… in SetSuspendState()
465 … public static void SetUnhandledExceptionMode(System.Windows.Forms.UnhandledExceptionMode mode) { } in SetUnhandledExceptionMode()
466 …public static void SetUnhandledExceptionMode(System.Windows.Forms.UnhandledExceptionMode mode, boo… in SetUnhandledExceptionMode()
467 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
468 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
470 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
473 public partial class ApplicationContext : System.IDisposable
476 public ApplicationContext(System.Windows.Forms.Form mainForm) { } in ApplicationContext()
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))]
483 public event System.EventHandler ThreadExit { add { } remove { } }
489 protected virtual void OnMainFormClosed(object sender, System.EventArgs e) { } in OnMainFormClosed()
491 [System.FlagsAttribute]
492 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
500 [System.FlagsAttribute]
535 …ial class AutoCompleteStringCollection : System.Collections.ICollection, System.Collections.IEnume…
542 …public object SyncRoot { [System.Security.Permissions.HostProtectionAttribute(System.Security.Perm…
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…
552 public System.Collections.IEnumerator GetEnumerator() { throw null; } in GetEnumerator()
555 protected void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs e) { } in OnCollectionChanged()
558 void System.Collections.ICollection.CopyTo(System.Array array, int index) { } in System.Collections.ICollection.CopyTo()
559 int System.Collections.IList.Add(object value) { throw null; } in System.Collections.IList.Add()
560 bool System.Collections.IList.Contains(object value) { throw null; } in System.Collections.IList.Contains()
561 int System.Collections.IList.IndexOf(object value) { throw null; } in System.Collections.IList.IndexOf()
562 void System.Collections.IList.Insert(int index, object value) { } in System.Collections.IList.Insert()
563 void System.Collections.IList.Remove(object value) { } in System.Collections.IList.Remove()
584 [System.ComponentModel.DefaultEventAttribute("Enter")]
585 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.AxHostDesigner, System.Desig…
586 [System.ComponentModel.DesignTimeVisibleAttribute(false)]
587 [System.ComponentModel.ToolboxItemAttribute(false)]
588 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
589 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
590 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Inh…
591 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Lin…
592 …lic abstract partial class AxHost : System.Windows.Forms.Control, System.ComponentModel.ICustomTyp…
595 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Dem…
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.DesignerSer…
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.DesignerSer…
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.DesignerSer…
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.DesignerSer…
622 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
624 [System.ComponentModel.BrowsableAttribute(false)]
625 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
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.DesignerSer…
635 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
637 [System.ComponentModel.BrowsableAttribute(false)]
638 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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)]
650 public override System.ComponentModel.ISite Site { set { } }
651 [System.ComponentModel.BrowsableAttribute(false)]
652 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
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 { …
756 [System.ComponentModel.BrowsableAttribute(false)]
757 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
758 …public new event System.Windows.Forms.QueryContinueDragEventHandler QueryContinueDrag { add { } re…
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 { } }
769 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
772 protected virtual object CreateInstanceCore(System.Guid clsid) { throw null; } in CreateInstanceCore()
773 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
776 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
780 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
781 …public new void DrawToBitmap(System.Drawing.Bitmap bitmap, System.Drawing.Rectangle targetBounds) … in DrawToBitmap()
782 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
784 [System.CLSCompliantAttribute(false)]
785 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
786 protected static System.Drawing.Color GetColorFromOleColor(uint color) { throw null; } in GetColorFromOleColor()
787 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
788 protected static System.Drawing.Font GetFontFromIFont(object font) { throw null; } in GetFontFromIFont()
789 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
790 protected static System.Drawing.Font GetFontFromIFontDisp(object font) { throw null; } in GetFontFromIFontDisp()
791 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
792 protected static object GetIFontDispFromFont(System.Drawing.Font font) { throw null; } in GetIFontDispFromFont()
793 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
794 protected static object GetIFontFromFont(System.Drawing.Font font) { throw null; } in GetIFontFromFont()
795 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
796 … protected static object GetIPictureDispFromPicture(System.Drawing.Image image) { throw null; } in GetIPictureDispFromPicture()
797 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
798 … protected static object GetIPictureFromCursor(System.Windows.Forms.Cursor cursor) { throw null; } in GetIPictureFromCursor()
799 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
800 protected static object GetIPictureFromPicture(System.Drawing.Image image) { throw null; } in GetIPictureFromPicture()
801 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
802 protected static double GetOADateFromTime(System.DateTime time) { throw null; } in GetOADateFromTime()
803 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
805 [System.CLSCompliantAttribute(false)]
806 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
807 protected static uint GetOleColorFromColor(System.Drawing.Color color) { throw null; } in GetOleColorFromColor()
808 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
809 protected static System.Drawing.Image GetPictureFromIPicture(object picture) { throw null; } in GetPictureFromIPicture()
810 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
811 … protected static System.Drawing.Image GetPictureFromIPictureDisp(object picture) { throw null; } in GetPictureFromIPictureDisp()
812 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
813 …protected override System.Drawing.Rectangle GetScaledBounds(System.Drawing.Rectangle bounds, Syste… in GetScaledBounds()
814 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
815 protected static System.DateTime GetTimeFromOADate(double date) { throw null; } in GetTimeFromOADate()
817 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
819 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Inhe…
821 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
823 protected override void OnBackColorChanged(System.EventArgs e) { } in OnBackColorChanged()
824 protected override void OnFontChanged(System.EventArgs e) { } in OnFontChanged()
825 protected override void OnForeColorChanged(System.EventArgs e) { } in OnForeColorChanged()
826 protected override void OnHandleCreated(System.EventArgs e) { } in OnHandleCreated()
828 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
829 protected override void OnLostFocus(System.EventArgs e) { } in OnLostFocus()
830 public override bool PreProcessMessage(ref System.Windows.Forms.Message msg) { throw null; } in PreProcessMessage()
831 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
832 protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; } in ProcessDialogKey()
833 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
835 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
837 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
839 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
841 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
843 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
845 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
847 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
849 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
851 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
853 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
855 protected void SetAboutBoxDelegate(System.Windows.Forms.AxHost.AboutBoxDelegate d) { } in SetAboutBoxDelegate()
856 …protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.Bo… in SetBoundsCore()
860 public void ShowPropertyPages(System.Windows.Forms.Control control) { } in ShowPropertyPages()
861 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
862System.ComponentModel.AttributeCollection System.ComponentModel.ICustomTypeDescriptor.GetAttribute… in System.ComponentModel.ICustomTypeDescriptor.GetAttributes()
863 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
864 string System.ComponentModel.ICustomTypeDescriptor.GetClassName() { throw null; } in System.ComponentModel.ICustomTypeDescriptor.GetClassName()
865 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
866 string System.ComponentModel.ICustomTypeDescriptor.GetComponentName() { throw null; } in System.ComponentModel.ICustomTypeDescriptor.GetComponentName()
867 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
868System.ComponentModel.TypeConverter System.ComponentModel.ICustomTypeDescriptor.GetConverter() { t… in System.ComponentModel.ICustomTypeDescriptor.GetConverter()
869 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
870System.ComponentModel.EventDescriptor System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent(… in System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent()
871 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
872System.ComponentModel.PropertyDescriptor System.ComponentModel.ICustomTypeDescriptor.GetDefaultPro… in System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty()
873 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
874 …object System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type editorBaseType) { throw n… in System.ComponentModel.ICustomTypeDescriptor.GetEditor()
875 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
876System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetEve… in System.ComponentModel.ICustomTypeDescriptor.GetEvents()
877 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
878System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetEve… in System.ComponentModel.ICustomTypeDescriptor.GetEvents()
879 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
880System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.Get… in System.ComponentModel.ICustomTypeDescriptor.GetProperties()
881 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
882System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.Get… in System.ComponentModel.ICustomTypeDescriptor.GetProperties()
883 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
884 …object System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner(System.ComponentModel.Property… in System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner()
885 protected override void WndProc(ref System.Windows.Forms.Message m) { } in WndProc()
893 [System.Runtime.InteropServices.ComVisibleAttribute(false)]
894 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Inh…
895 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Lin…
896 … public partial class AxComponentEditor : System.Windows.Forms.Design.WindowsFormsComponentEditor
899 …public override bool EditComponent(System.ComponentModel.ITypeDescriptorContext context, object ob… in EditComponent()
901 [System.AttributeUsageAttribute((System.AttributeTargets)(4), Inherited=false)]
902 public sealed partial class ClsidAttribute : System.Attribute
907 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Inh…
908 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Lin…
911 public ConnectionPointCookie(object source, object sink, System.Type eventInterface) { } in ConnectionPointCookie()
915 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Inh…
916 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Lin…
917 public partial class InvalidActiveXStateException : System.Exception
920 …public InvalidActiveXStateException(string name, System.Windows.Forms.AxHost.ActiveXInvokeKind kin… in InvalidActiveXStateException()
923 [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.TypeConverter))]
924 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Inh…
925 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Lin…
926 [System.SerializableAttribute]
927 public partial class State : System.Runtime.Serialization.ISerializable
929 public State(System.IO.Stream ms, int storageType, bool manualUpdate, string licKey) { } in State()
930 …protected State(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.… in State()
931 …void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.Seriali… in System.Runtime.Serialization.ISerializable.GetObjectData()
933 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Inh…
934 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Lin…
935 public partial class StateConverter : System.ComponentModel.TypeConverter
938 …public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.T… in CanConvertFrom()
939 …public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Typ… in CanConvertTo()
940 …public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Gl… in ConvertFrom()
941 … object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.Cultu… in ConvertTo()
943 [System.AttributeUsageAttribute((System.AttributeTargets)(1), Inherited=false)]
944 public sealed partial class TypeLibraryTimeStampAttribute : System.Attribute
947 public System.DateTime Value { get { throw null; } }
950 …public partial class BaseCollection : System.MarshalByRefObject, System.Collections.ICollection, S…
953 [System.ComponentModel.BrowsableAttribute(false)]
954 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
956 [System.ComponentModel.BrowsableAttribute(false)]
957 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
959 [System.ComponentModel.BrowsableAttribute(false)]
960 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
962 protected virtual System.Collections.ArrayList List { get { throw null; } }
963 [System.ComponentModel.BrowsableAttribute(false)]
964 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
966 public void CopyTo(System.Array ar, int index) { } in CopyTo()
967 public System.Collections.IEnumerator GetEnumerator() { throw null; } in GetEnumerator()
969 [System.FlagsAttribute]
979 … [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ListBindingConverter))]
984 …pertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.Data… in Binding()
985 …pertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.Data… in Binding()
986 …pertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.Data… in Binding()
987 …ol formattingEnabled, System.Windows.Forms.DataSourceUpdateMode dataSourceUpdateMode, object nullV… in Binding()
988 [System.ComponentModel.DefaultValueAttribute(null)]
989System.Windows.Forms.IBindableComponent BindableComponent { [System.Security.Permissions.SecurityP…
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)]
993System.Windows.Forms.Control Control { [System.Security.Permissions.SecurityPermissionAttribute(Sy…
994 [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ControlUpdateMode)(0))]
995 … public System.Windows.Forms.ControlUpdateMode ControlUpdateMode { 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 { } }
1003 [System.ComponentModel.DefaultValueAttribute(false)]
1007 [System.ComponentModel.DefaultValueAttribute("")]
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 { } }
1012 … protected virtual void OnBindingComplete(System.Windows.Forms.BindingCompleteEventArgs e) { } in OnBindingComplete()
1013 protected virtual void OnFormat(System.Windows.Forms.ConvertEventArgs cevent) { } in OnFormat()
1014 protected virtual void OnParse(System.Windows.Forms.ConvertEventArgs cevent) { } in OnParse()
1023 public partial class BindingCompleteEventArgs : System.ComponentModel.CancelEventArgs
1025 …blic BindingCompleteEventArgs(System.Windows.Forms.Binding binding, System.Windows.Forms.BindingCo… in BindingCompleteEventArgs()
1026 …blic BindingCompleteEventArgs(System.Windows.Forms.Binding binding, System.Windows.Forms.BindingCo… in BindingCompleteEventArgs()
1027System.Windows.Forms.Binding binding, System.Windows.Forms.BindingCompleteState state, System.Wind… in BindingCompleteEventArgs()
1028System.Windows.Forms.Binding binding, System.Windows.Forms.BindingCompleteState state, System.Wind… in BindingCompleteEventArgs()
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; } }
1033 public System.Exception Exception { get { throw null; } }
1035 …public delegate void BindingCompleteEventHandler(object sender, System.Windows.Forms.BindingComple… in BindingCompleteEventHandler()
1042 [System.ComponentModel.DefaultEventAttribute("CollectionChanged")]
1043 …public partial class BindingContext : System.Collections.ICollection, System.Collections.IEnumerab…
1047 … public System.Windows.Forms.BindingManagerBase this[object dataSource] { get { throw null; } }
1048 …public System.Windows.Forms.BindingManagerBase this[object dataSource, string dataMember] { get { …
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…
1055 …protected internal void Add(object dataSource, System.Windows.Forms.BindingManagerBase listManager… in Add()
1056 …protected virtual void AddCore(object dataSource, System.Windows.Forms.BindingManagerBase listMana… in AddCore()
1061 …protected virtual void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs ccevent… in OnCollectionChanged()
1064 void System.Collections.ICollection.CopyTo(System.Array ar, int index) { } in System.Collections.ICollection.CopyTo()
1065System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } in System.Collections.IEnumerable.GetEnumerator()
1066 …public static void UpdateBinding(System.Windows.Forms.BindingContext newBindingContext, System.Win… in UpdateBinding()
1070 protected System.EventHandler onCurrentChangedHandler;
1071 protected System.EventHandler onPositionChangedHandler;
1073 public System.Windows.Forms.BindingsCollection Bindings { get { throw null; } }
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 { } }
1086 …public virtual System.ComponentModel.PropertyDescriptorCollection GetItemProperties() { throw null… in GetItemProperties()
1087 … internal virtual System.ComponentModel.PropertyDescriptorCollection GetItemProperties(System.Coll… in GetItemProperties()
1088System.ComponentModel.PropertyDescriptorCollection GetItemProperties(System.Type listType, int of… in GetItemProperties()
1089 protected internal abstract string GetListName(System.Collections.ArrayList listAccessors); in GetListName()
1090 … protected internal void OnBindingComplete(System.Windows.Forms.BindingCompleteEventArgs args) { } in OnBindingComplete()
1091 protected internal abstract void OnCurrentChanged(System.EventArgs e); in OnCurrentChanged()
1092 protected internal abstract void OnCurrentItemChanged(System.EventArgs e); in OnCurrentItemChanged()
1093 protected internal void OnDataError(System.Exception e) { } in OnDataError()
1101 public partial class BindingManagerDataErrorEventArgs : System.EventArgs
1103 public BindingManagerDataErrorEventArgs(System.Exception exception) { } in BindingManagerDataErrorEventArgs()
1104 public System.Exception Exception { get { throw null; } }
1106 …public delegate void BindingManagerDataErrorEventHandler(object sender, System.Windows.Forms.Bindi… in BindingManagerDataErrorEventHandler()
1107 …[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Se…
1116 …public static bool operator ==(System.Windows.Forms.BindingMemberInfo a, System.Windows.Forms.Bind… in operator ==()
1117 …public static bool operator !=(System.Windows.Forms.BindingMemberInfo a, System.Windows.Forms.Bind… in operator !=()
1119 [System.ComponentModel.DefaultEventAttribute("RefreshItems")]
1120 [System.ComponentModel.DefaultPropertyAttribute("BindingSource")]
1121 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.BindingNavigatorDesigner, Sy…
1122 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
1123 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1124 …public partial class BindingNavigator : System.Windows.Forms.ToolStrip, System.ComponentModel.ISup…
1126 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1129 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1130 public BindingNavigator(System.ComponentModel.IContainer container) { } in BindingNavigator()
1131 public BindingNavigator(System.Windows.Forms.BindingSource bindingSource) { } in BindingNavigator()
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 { } }
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 { } }
1158 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
1162 [System.ComponentModel.DefaultEventAttribute("CollectionChanged")]
1163 public partial class BindingsCollection : System.Windows.Forms.BaseCollection
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 { } remov…
1171 protected internal void Add(System.Windows.Forms.Binding binding) { } in Add()
1172 protected virtual void AddCore(System.Windows.Forms.Binding dataBinding) { } in AddCore()
1175 …protected virtual void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs ccevent… in OnCollectionChanged()
1176 … protected virtual void OnCollectionChanging(System.ComponentModel.CollectionChangeEventArgs e) { } in OnCollectionChanging()
1177 protected internal void Remove(System.Windows.Forms.Binding binding) { } in Remove()
1179 protected virtual void RemoveCore(System.Windows.Forms.Binding dataBinding) { } in RemoveCore()
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, Syste…
1186System.ComponentModel.Component, System.Collections.ICollection, System.Collections.IEnumerable, S…
1189 public BindingSource(System.ComponentModel.IContainer container) { } in BindingSource()
1191 [System.ComponentModel.BrowsableAttribute(false)]
1194 [System.ComponentModel.BrowsableAttribute(false)]
1196 [System.ComponentModel.BrowsableAttribute(false)]
1198 [System.ComponentModel.BrowsableAttribute(false)]
1199 public virtual System.Windows.Forms.CurrencyManager CurrencyManager { get { throw null; } }
1200 [System.ComponentModel.BrowsableAttribute(false)]
1202 [System.ComponentModel.DefaultValueAttribute("")]
1203System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataMemberListEditor, System.De…
1204 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
1206 … [System.ComponentModel.AttributeProviderAttribute(typeof(System.ComponentModel.IListSource))]
1207 [System.ComponentModel.DefaultValueAttribute(null)]
1208 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
1210 [System.ComponentModel.DefaultValueAttribute(null)]
1212 [System.ComponentModel.BrowsableAttribute(false)]
1214 [System.ComponentModel.BrowsableAttribute(false)]
1216 [System.ComponentModel.BrowsableAttribute(false)]
1218 [System.ComponentModel.BrowsableAttribute(false)]
1220 [System.ComponentModel.BrowsableAttribute(false)]
1222 [System.ComponentModel.BrowsableAttribute(false)]
1224 [System.ComponentModel.BrowsableAttribute(false)]
1225 public System.Collections.IList List { get { throw null; } }
1226 [System.ComponentModel.BrowsableAttribute(false)]
1227 [System.ComponentModel.DefaultValueAttribute(-1)]
1229 [System.ComponentModel.BrowsableAttribute(false)]
1230 [System.ComponentModel.DefaultValueAttribute(true)]
1232 [System.ComponentModel.DefaultValueAttribute(null)]
1234 [System.ComponentModel.BrowsableAttribute(false)]
1235 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1236 …public virtual System.ComponentModel.ListSortDescriptionCollection SortDescriptions { get { throw …
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)]
1245 [System.ComponentModel.BrowsableAttribute(false)]
1247 [System.ComponentModel.BrowsableAttribute(false)]
1249 [System.ComponentModel.BrowsableAttribute(false)]
1251 [System.ComponentModel.BrowsableAttribute(false)]
1253 [System.ComponentModel.BrowsableAttribute(false)]
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 {…
1268 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1269 public virtual void ApplySort(System.ComponentModel.ListSortDescriptionCollection sorts) { } in ApplySort()
1270 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1271 …public virtual void ApplySort(System.ComponentModel.PropertyDescriptor property, System.ComponentM… in ApplySort()
1275 public virtual void CopyTo(System.Array arr, int index) { } in CopyTo()
1278 … public virtual int Find(System.ComponentModel.PropertyDescriptor prop, object key) { throw null; } in Find()
1280 public virtual System.Collections.IEnumerator GetEnumerator() { throw null; } in GetEnumerator()
1281 …public virtual System.ComponentModel.PropertyDescriptorCollection GetItemProperties(System.Compone… in GetItemProperties()
1282 …public virtual string GetListName(System.ComponentModel.PropertyDescriptor[] listAccessors) { thro… in GetListName()
1283 …public virtual System.Windows.Forms.CurrencyManager GetRelatedCurrencyManager(string dataMember) {… in GetRelatedCurrencyManager()
1290 protected virtual void OnAddingNew(System.ComponentModel.AddingNewEventArgs e) { } in OnAddingNew()
1291 … protected virtual void OnBindingComplete(System.Windows.Forms.BindingCompleteEventArgs e) { } in OnBindingComplete()
1292 protected virtual void OnCurrentChanged(System.EventArgs e) { } in OnCurrentChanged()
1293 protected virtual void OnCurrentItemChanged(System.EventArgs e) { } in OnCurrentItemChanged()
1294 … protected virtual void OnDataError(System.Windows.Forms.BindingManagerDataErrorEventArgs e) { } in OnDataError()
1295 protected virtual void OnDataMemberChanged(System.EventArgs e) { } in OnDataMemberChanged()
1296 protected virtual void OnDataSourceChanged(System.EventArgs e) { } in OnDataSourceChanged()
1297 protected virtual void OnListChanged(System.ComponentModel.ListChangedEventArgs e) { } in OnListChanged()
1298 protected virtual void OnPositionChanged(System.EventArgs e) { } in OnPositionChanged()
1304 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
1311 …void System.ComponentModel.IBindingList.AddIndex(System.ComponentModel.PropertyDescriptor property… in System.ComponentModel.IBindingList.AddIndex()
1312 …void System.ComponentModel.IBindingList.RemoveIndex(System.ComponentModel.PropertyDescriptor prop)… in System.ComponentModel.IBindingList.RemoveIndex()
1313 void System.ComponentModel.ICancelAddNew.CancelNew(int position) { } in System.ComponentModel.ICancelAddNew.CancelNew()
1314 void System.ComponentModel.ICancelAddNew.EndNew(int position) { } in System.ComponentModel.ICancelAddNew.EndNew()
1315 void System.ComponentModel.ISupportInitialize.BeginInit() { } in System.ComponentModel.ISupportInitialize.BeginInit()
1316 void System.ComponentModel.ISupportInitialize.EndInit() { } in System.ComponentModel.ISupportInitialize.EndInit()
1324 [System.FlagsAttribute]
1325 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1335 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1349 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1356 [System.FlagsAttribute]
1368 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ButtonBaseDesigner, System.D…
1369 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
1370 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1371 … public partial class Button : System.Windows.Forms.ButtonBase, System.Windows.Forms.IButtonControl
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 { } }
1378System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAt…
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 { } }
1388 protected override void OnClick(System.EventArgs e) { } in OnClick()
1389 protected override void OnFontChanged(System.EventArgs e) { } in OnFontChanged()
1390 protected override void OnMouseEnter(System.EventArgs e) { } in OnMouseEnter()
1391 protected override void OnMouseLeave(System.EventArgs e) { } in OnMouseLeave()
1392 protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs mevent) { } in OnMouseUp()
1393 protected override void OnTextChanged(System.EventArgs e) { } in OnTextChanged()
1395 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
1398 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
1399 protected override void WndProc(ref System.Windows.Forms.Message m) { } in WndProc()
1401 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ButtonBaseDesigner, System.D…
1402 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
1403 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1404 public abstract partial class ButtonBase : System.Windows.Forms.Control
1407 [System.ComponentModel.BrowsableAttribute(true)]
1408 [System.ComponentModel.DefaultValueAttribute(false)]
1409 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
1411 [System.ComponentModel.BrowsableAttribute(true)]
1412 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
1413 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
1415 public override System.Drawing.Color BackColor { get { throw null; } set { } }
1416System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAt…
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.DesignerSer…
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)]
1431System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design…
1432 [System.ComponentModel.LocalizableAttribute(true)]
1433 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
1434 … [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageIndexConverter))]
1436 [System.ComponentModel.DefaultValueAttribute("")]
1437System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design…
1438 [System.ComponentModel.LocalizableAttribute(true)]
1439 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
1440 … [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageKeyConverter))]
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 { } }
1449System.ComponentModel.EditorAttribute("System.ComponentModel.Design.MultilineStringEditor, System.…
1450 [System.ComponentModel.SettingsBindableAttribute(true)]
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)]
1460 [System.ComponentModel.DefaultValueAttribute(true)]
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 { } }
1469 …protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw nul… in CreateAccessibilityInstance()
1471 …public override System.Drawing.Size GetPreferredSize(System.Drawing.Size proposedSize) { throw nul… in GetPreferredSize()
1472 protected override void OnEnabledChanged(System.EventArgs e) { } in OnEnabledChanged()
1473 protected override void OnGotFocus(System.EventArgs e) { } in OnGotFocus()
1474 protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs kevent) { } in OnKeyDown()
1475 protected override void OnKeyUp(System.Windows.Forms.KeyEventArgs kevent) { } in OnKeyUp()
1476 protected override void OnLostFocus(System.EventArgs e) { } in OnLostFocus()
1477 protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs mevent) { } in OnMouseDown()
1478 protected override void OnMouseEnter(System.EventArgs eventargs) { } in OnMouseEnter()
1479 protected override void OnMouseLeave(System.EventArgs eventargs) { } in OnMouseLeave()
1480 protected override void OnMouseMove(System.Windows.Forms.MouseEventArgs mevent) { } in OnMouseMove()
1481 protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs mevent) { } in OnMouseUp()
1482 protected override void OnPaint(System.Windows.Forms.PaintEventArgs pevent) { } in OnPaint()
1483 protected override void OnParentChanged(System.EventArgs e) { } in OnParentChanged()
1484 protected override void OnTextChanged(System.EventArgs e) { } in OnTextChanged()
1485 protected override void OnVisibleChanged(System.EventArgs e) { } in OnVisibleChanged()
1487 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
1488 protected override void WndProc(ref System.Windows.Forms.Message m) { } in WndProc()
1489 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1490 …public partial class ButtonBaseAccessibleObject : System.Windows.Forms.Control.ControlAccessibleOb…
1492 …public ButtonBaseAccessibleObject(System.Windows.Forms.Control owner) : base (default(System.Windo… in ButtonBaseAccessibleObject()
1493 public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
1494 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
1511 …public static void DrawButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, bool foc… in DrawButton()
1512 …on(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Drawing.Image image, System.… in DrawButton()
1513 …id DrawButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string buttonText, Syste… in DrawButton()
1514System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string buttonText, System.Drawing.Font… in DrawButton()
1515System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string buttonText, System.Drawing.Font… in DrawButton()
1516System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string buttonText, System.Drawing.Font… in DrawButton()
1517 …public static void DrawButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.W… in DrawButton()
1518 …public static void DrawParentBackground(System.Drawing.Graphics g, System.Drawing.Rectangle bounds… in DrawParentBackground()
1519 …public static bool IsBackgroundPartiallyTransparent(System.Windows.Forms.VisualStyles.PushButtonSt… in IsBackgroundPartiallyTransparent()
1521 [System.FlagsAttribute]
1531 public partial class CacheVirtualItemsEventArgs : System.EventArgs
1537 …public delegate void CacheVirtualItemsEventHandler(object sender, System.Windows.Forms.CacheVirtua… in CacheVirtualItemsEventHandler()
1552 [System.ComponentModel.DefaultBindingPropertyAttribute("CheckState")]
1553 [System.ComponentModel.DefaultEventAttribute("CheckedChanged")]
1554 [System.ComponentModel.DefaultPropertyAttribute("Checked")]
1555 …[System.ComponentModel.ToolboxItemAttribute("System.Windows.Forms.Design.AutoSizeToolboxItem,Syste…
1556 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
1557 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1558 public partial class CheckBox : System.Windows.Forms.ButtonBase
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)]
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)]
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 { } }
1579System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAt…
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)]
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 { } }
1595 …protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw nul… in CreateAccessibilityInstance()
1596 protected virtual void OnAppearanceChanged(System.EventArgs e) { } in OnAppearanceChanged()
1597 protected virtual void OnCheckedChanged(System.EventArgs e) { } in OnCheckedChanged()
1598 protected virtual void OnCheckStateChanged(System.EventArgs e) { } in OnCheckStateChanged()
1599 protected override void OnClick(System.EventArgs e) { } in OnClick()
1600 protected override void OnHandleCreated(System.EventArgs e) { } in OnHandleCreated()
1601 protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { } in OnKeyDown()
1602 protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs mevent) { } in OnMouseUp()
1603 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
1606 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1607 …public partial class CheckBoxAccessibleObject : System.Windows.Forms.ButtonBase.ButtonBaseAccessib…
1609 …public CheckBoxAccessibleObject(System.Windows.Forms.Control owner) : base (default(System.Windows… in CheckBoxAccessibleObject()
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.SecurityActio…
1621System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds… in DrawCheckBox()
1622System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds… in DrawCheckBox()
1623System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds… in DrawCheckBox()
1624System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds… in DrawCheckBox()
1625 …public static void DrawCheckBox(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, Sys… in DrawCheckBox()
1626 …public static void DrawParentBackground(System.Drawing.Graphics g, System.Drawing.Rectangle bounds… in DrawParentBackground()
1627 …public static System.Drawing.Size GetGlyphSize(System.Drawing.Graphics g, System.Windows.Forms.Vis… in GetGlyphSize()
1628 …public static bool IsBackgroundPartiallyTransparent(System.Windows.Forms.VisualStyles.CheckBoxStat… in IsBackgroundPartiallyTransparent()
1630 [System.ComponentModel.LookupBindingPropertiesAttribute]
1631 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
1632 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1633 public partial class CheckedListBox : System.Windows.Forms.ListBox
1636 [System.ComponentModel.BrowsableAttribute(false)]
1637 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
1638 …public System.Windows.Forms.CheckedListBox.CheckedIndexCollection CheckedIndices { get { throw nul…
1639 [System.ComponentModel.BrowsableAttribute(false)]
1640 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
1641 …public System.Windows.Forms.CheckedListBox.CheckedItemCollection CheckedItems { get { throw null; …
1642 [System.ComponentModel.DefaultValueAttribute(false)]
1644System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAt…
1645 [System.ComponentModel.BrowsableAttribute(false)]
1646 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1648 [System.ComponentModel.BrowsableAttribute(false)]
1649 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1651 [System.ComponentModel.BrowsableAttribute(false)]
1652 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
1657 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
1659 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
1660System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListControlStringCollectionEdit…
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.DesignerSer…
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)]
1670 [System.ComponentModel.DefaultValueAttribute(false)]
1672 [System.ComponentModel.BrowsableAttribute(false)]
1673 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
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 { } }
1697 …protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw nul… in CreateAccessibilityInstance()
1698 …protected override System.Windows.Forms.ListBox.ObjectCollection CreateItemCollection() { throw nu… in CreateItemCollection()
1700 public System.Windows.Forms.CheckState GetItemCheckState(int index) { throw null; } in GetItemCheckState()
1701 protected override void OnBackColorChanged(System.EventArgs e) { } in OnBackColorChanged()
1702 protected override void OnClick(System.EventArgs e) { } in OnClick()
1703 protected override void OnDrawItem(System.Windows.Forms.DrawItemEventArgs e) { } in OnDrawItem()
1704 protected override void OnFontChanged(System.EventArgs e) { } in OnFontChanged()
1705 protected override void OnHandleCreated(System.EventArgs e) { } in OnHandleCreated()
1706 protected virtual void OnItemCheck(System.Windows.Forms.ItemCheckEventArgs ice) { } in OnItemCheck()
1707 protected override void OnKeyPress(System.Windows.Forms.KeyPressEventArgs e) { } in OnKeyPress()
1708 protected override void OnMeasureItem(System.Windows.Forms.MeasureItemEventArgs e) { } in OnMeasureItem()
1709 protected override void OnSelectedIndexChanged(System.EventArgs e) { } in OnSelectedIndexChanged()
1712 public void SetItemCheckState(int index, System.Windows.Forms.CheckState value) { } in SetItemCheckState()
1713 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
1714 protected override void WmReflectCommand(ref System.Windows.Forms.Message m) { } in WmReflectCommand()
1715 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
1716 protected override void WndProc(ref System.Windows.Forms.Message m) { } in WndProc()
1717 …c partial class CheckedIndexCollection : System.Collections.ICollection, System.Collections.IEnume…
1722 [System.ComponentModel.BrowsableAttribute(false)]
1723 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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 { } }
1730 public void CopyTo(System.Array dest, int index) { } in CopyTo()
1731 public System.Collections.IEnumerator GetEnumerator() { throw null; } in GetEnumerator()
1733 int System.Collections.IList.Add(object value) { throw null; } in System.Collections.IList.Add()
1734 void System.Collections.IList.Clear() { } in System.Collections.IList.Clear()
1735 bool System.Collections.IList.Contains(object index) { throw null; } in System.Collections.IList.Contains()
1736 int System.Collections.IList.IndexOf(object index) { throw null; } in System.Collections.IList.IndexOf()
1737 void System.Collections.IList.Insert(int index, object value) { } in System.Collections.IList.Insert()
1738 void System.Collections.IList.Remove(object value) { } in System.Collections.IList.Remove()
1739 void System.Collections.IList.RemoveAt(int index) { } in System.Collections.IList.RemoveAt()
1741 …ic partial class CheckedItemCollection : System.Collections.ICollection, System.Collections.IEnume…
1746 [System.ComponentModel.BrowsableAttribute(false)]
1747 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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; } }
1753 public void CopyTo(System.Array dest, int index) { } in CopyTo()
1754 public System.Collections.IEnumerator GetEnumerator() { throw null; } in GetEnumerator()
1756 int System.Collections.IList.Add(object value) { throw null; } in System.Collections.IList.Add()
1757 void System.Collections.IList.Clear() { } in System.Collections.IList.Clear()
1758 void System.Collections.IList.Insert(int index, object value) { } in System.Collections.IList.Insert()
1759 void System.Collections.IList.Remove(object value) { } in System.Collections.IList.Remove()
1760 void System.Collections.IList.RemoveAt(int index) { } in System.Collections.IList.RemoveAt()
1762 public partial class ObjectCollection : System.Windows.Forms.ListBox.ObjectCollection
1764 …public ObjectCollection(System.Windows.Forms.CheckedListBox owner) : base (default(System.Windows.… in ObjectCollection()
1766 public int Add(object item, System.Windows.Forms.CheckState check) { throw null; } in Add()
1784 public static bool ContainsText(System.Windows.Forms.TextDataFormat format) { throw null; } in ContainsText()
1785 public static System.IO.Stream GetAudioStream() { throw null; } in GetAudioStream()
1787 public static System.Windows.Forms.IDataObject GetDataObject() { throw null; } in GetDataObject()
1788 … public static System.Collections.Specialized.StringCollection GetFileDropList() { throw null; } in GetFileDropList()
1789 public static System.Drawing.Image GetImage() { throw null; } in GetImage()
1791 public static string GetText(System.Windows.Forms.TextDataFormat format) { throw null; } in GetText()
1793 public static void SetAudio(System.IO.Stream audioStream) { } in SetAudio()
1797 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Dema…
1799 … public static void SetFileDropList(System.Collections.Specialized.StringCollection filePaths) { } in SetFileDropList()
1800 public static void SetImage(System.Drawing.Image image) { } in SetImage()
1802 public static void SetText(string text, System.Windows.Forms.TextDataFormat format) { } in SetText()
1822 [System.ComponentModel.DefaultPropertyAttribute("Color")]
1823 public partial class ColorDialog : System.Windows.Forms.CommonDialog
1826 [System.ComponentModel.DefaultValueAttribute(true)]
1828 [System.ComponentModel.DefaultValueAttribute(false)]
1830 public System.Drawing.Color Color { get { throw null; } set { } }
1831 [System.ComponentModel.BrowsableAttribute(false)]
1832 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
1834 [System.ComponentModel.DefaultValueAttribute(false)]
1836System.IntPtr Instance { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.…
1838 [System.ComponentModel.DefaultValueAttribute(false)]
1840 [System.ComponentModel.DefaultValueAttribute(false)]
1843 protected override bool RunDialog(System.IntPtr hwndOwner) { throw null; } in RunDialog()
1846 public partial class ColumnClickEventArgs : System.EventArgs
1851 …public delegate void ColumnClickEventHandler(object sender, System.Windows.Forms.ColumnClickEventA… in ColumnClickEventHandler()
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
1861 [System.ComponentModel.LocalizableAttribute(true)]
1862 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
1864 [System.ComponentModel.DefaultValueAttribute(-1)]
1865 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
1866System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design…
1867 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
1868 … [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageIndexConverter))]
1870 [System.ComponentModel.DefaultValueAttribute("")]
1871 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
1872System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design…
1873 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
1874 … [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageKeyConverter))]
1876 [System.ComponentModel.BrowsableAttribute(false)]
1877 public System.Windows.Forms.ImageList ImageList { get { throw null; } }
1878 [System.ComponentModel.BrowsableAttribute(false)]
1880 [System.ComponentModel.BrowsableAttribute(false)]
1881 public System.Windows.Forms.ListView ListView { get { throw null; } }
1882 [System.ComponentModel.BrowsableAttribute(false)]
1884 [System.ComponentModel.BindableAttribute(true)]
1885 [System.ComponentModel.DefaultValueAttribute(null)]
1886 [System.ComponentModel.LocalizableAttribute(false)]
1887 … [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
1889 [System.ComponentModel.LocalizableAttribute(true)]
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)]
1897 … public void AutoResize(System.Windows.Forms.ColumnHeaderAutoResizeStyle headerAutoResize) { } in AutoResize()
1908 public partial class ColumnHeaderConverter : System.ComponentModel.ExpandableObjectConverter
1911 …public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Typ… in CanConvertTo()
1912 … object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.Cultu… in ConvertTo()
1920 public partial class ColumnReorderedEventArgs : System.ComponentModel.CancelEventArgs
1922 …public ColumnReorderedEventArgs(int oldDisplayIndex, int newDisplayIndex, System.Windows.Forms.Col… in ColumnReorderedEventArgs()
1923 public System.Windows.Forms.ColumnHeader Header { get { throw null; } }
1927 …public delegate void ColumnReorderedEventHandler(object sender, System.Windows.Forms.ColumnReorder… in ColumnReorderedEventHandler()
1928 public partial class ColumnStyle : System.Windows.Forms.TableLayoutStyle
1931 public ColumnStyle(System.Windows.Forms.SizeType sizeType) { } in ColumnStyle()
1932 public ColumnStyle(System.Windows.Forms.SizeType sizeType, float width) { } in ColumnStyle()
1935 public partial class ColumnWidthChangedEventArgs : System.EventArgs
1940 …public delegate void ColumnWidthChangedEventHandler(object sender, System.Windows.Forms.ColumnWidt… in ColumnWidthChangedEventHandler()
1941 public partial class ColumnWidthChangingEventArgs : System.ComponentModel.CancelEventArgs
1948 …public delegate void ColumnWidthChangingEventHandler(object sender, System.Windows.Forms.ColumnWid… in ColumnWidthChangingEventHandler()
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.Des…
1953 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
1954 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
1955 public partial class ComboBox : System.Windows.Forms.ListControl
1958 [System.ComponentModel.BrowsableAttribute(true)]
1959 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
1960System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListControlStringCollectionEdit…
1961 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
1962 [System.ComponentModel.LocalizableAttribute(true)]
1963 …public System.Windows.Forms.AutoCompleteStringCollection AutoCompleteCustomSource { get { throw nu…
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 {…
1979System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAt…
1980 … [System.ComponentModel.AttributeProviderAttribute(typeof(System.ComponentModel.IListSource))]
1981 [System.ComponentModel.DefaultValueAttribute(null)]
1982 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
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))]
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 { } }
1996 [System.ComponentModel.BrowsableAttribute(false)]
1997 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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 { } }
2003 public override System.Drawing.Color ForeColor { get { throw null; } set { } }
2004 [System.ComponentModel.DefaultValueAttribute(true)]
2005 [System.ComponentModel.LocalizableAttribute(true)]
2007 [System.ComponentModel.LocalizableAttribute(true)]
2009 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
2010System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListControlStringCollectionEdit…
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)]
2017 public override System.Drawing.Size MaximumSize { get { throw null; } set { } }
2018 [System.ComponentModel.DefaultValueAttribute(0)]
2019 [System.ComponentModel.LocalizableAttribute(true)]
2021 public override System.Drawing.Size MinimumSize { get { throw null; } set { } }
2022 [System.ComponentModel.BrowsableAttribute(false)]
2023 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
2029 [System.ComponentModel.BrowsableAttribute(false)]
2030 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
2032 [System.ComponentModel.BindableAttribute(true)]
2033 [System.ComponentModel.BrowsableAttribute(false)]
2034 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
2036 [System.ComponentModel.BrowsableAttribute(false)]
2037 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
2039 [System.ComponentModel.BrowsableAttribute(false)]
2040 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
2042 [System.ComponentModel.BrowsableAttribute(false)]
2043 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
2045 [System.ComponentModel.DefaultValueAttribute(false)]
2047 [System.ComponentModel.BindableAttribute(true)]
2048 [System.ComponentModel.LocalizableAttribute(true)]
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.m…
2076 …protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw nul… in CreateAccessibilityInstance()
2085 protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; } in IsInputKey()
2086 protected override void OnBackColorChanged(System.EventArgs e) { } in OnBackColorChanged()
2087 protected override void OnDataSourceChanged(System.EventArgs e) { } in OnDataSourceChanged()
2088 protected override void OnDisplayMemberChanged(System.EventArgs e) { } in OnDisplayMemberChanged()
2089 protected virtual void OnDrawItem(System.Windows.Forms.DrawItemEventArgs e) { } in OnDrawItem()
2090 protected virtual void OnDropDown(System.EventArgs e) { } in OnDropDown()
2091 protected virtual void OnDropDownClosed(System.EventArgs e) { } in OnDropDownClosed()
2092 protected virtual void OnDropDownStyleChanged(System.EventArgs e) { } in OnDropDownStyleChanged()
2093 protected override void OnFontChanged(System.EventArgs e) { } in OnFontChanged()
2094 protected override void OnForeColorChanged(System.EventArgs e) { } in OnForeColorChanged()
2095 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2096 protected override void OnGotFocus(System.EventArgs e) { } in OnGotFocus()
2097 protected override void OnHandleCreated(System.EventArgs e) { } in OnHandleCreated()
2098 protected override void OnHandleDestroyed(System.EventArgs e) { } in OnHandleDestroyed()
2099 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2100 protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { } in OnKeyDown()
2101 protected override void OnKeyPress(System.Windows.Forms.KeyPressEventArgs e) { } in OnKeyPress()
2102 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2103 protected override void OnLostFocus(System.EventArgs e) { } in OnLostFocus()
2104 protected virtual void OnMeasureItem(System.Windows.Forms.MeasureItemEventArgs e) { } in OnMeasureItem()
2105 protected override void OnMouseEnter(System.EventArgs e) { } in OnMouseEnter()
2106 protected override void OnMouseLeave(System.EventArgs e) { } in OnMouseLeave()
2107 protected override void OnParentBackColorChanged(System.EventArgs e) { } in OnParentBackColorChanged()
2108 protected override void OnResize(System.EventArgs e) { } in OnResize()
2109 protected override void OnSelectedIndexChanged(System.EventArgs e) { } in OnSelectedIndexChanged()
2110 protected virtual void OnSelectedItemChanged(System.EventArgs e) { } in OnSelectedItemChanged()
2111 protected override void OnSelectedValueChanged(System.EventArgs e) { } in OnSelectedValueChanged()
2112 protected virtual void OnSelectionChangeCommitted(System.EventArgs e) { } in OnSelectionChangeCommitted()
2113 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2114 protected override void OnTextChanged(System.EventArgs e) { } in OnTextChanged()
2115 protected virtual void OnTextUpdate(System.EventArgs e) { } in OnTextUpdate()
2116 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2117 protected override void OnValidating(System.ComponentModel.CancelEventArgs e) { } in OnValidating()
2118 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
2119 … protected override bool ProcessKeyEventArgs(ref System.Windows.Forms.Message m) { throw null; } in ProcessKeyEventArgs()
2123 …protected override void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpeci… in ScaleControl()
2126 …protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.Bo… in SetBoundsCore()
2128 protected override void SetItemsCore(System.Collections.IList value) { } in SetItemsCore()
2130 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
2131 protected override void WndProc(ref System.Windows.Forms.Message m) { } in WndProc()
2132 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
2133 public partial class ChildAccessibleObject : System.Windows.Forms.AccessibleObject
2135 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
2136 … public ChildAccessibleObject(System.Windows.Forms.ComboBox owner, System.IntPtr handle) { } in ChildAccessibleObject()
2139 [System.ComponentModel.ListBindableAttribute(false)]
2140 …public partial class ObjectCollection : System.Collections.ICollection, System.Collections.IEnumer…
2142 public ObjectCollection(System.Windows.Forms.ComboBox owner) { } in ObjectCollection()
2145 [System.ComponentModel.BrowsableAttribute(false)]
2146 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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; } }
2156 public System.Collections.IEnumerator GetEnumerator() { throw null; } in GetEnumerator()
2161 void System.Collections.ICollection.CopyTo(System.Array destination, int index) { } in System.Collections.ICollection.CopyTo()
2162 int System.Collections.IList.Add(object item) { throw null; } in System.Collections.IList.Add()
2169 …public static void DrawDropDownButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, in DrawDropDownButton()
2170System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string comboBoxText, System.Drawing.Fo… in DrawTextBox()
2171 …(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string comboBoxText, System.Drawing.F… in DrawTextBox()
2172System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string comboBoxText, System.Drawing.Fo… in DrawTextBox()
2173 …ic void DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string comboBoxTex… in DrawTextBox()
2174 …public static void DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.… in DrawTextBox()
2182 [System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms")]
2183 public abstract partial class CommonDialog : System.ComponentModel.Component
2186 [System.ComponentModel.BindableAttribute(true)]
2187 [System.ComponentModel.DefaultValueAttribute(null)]
2188 [System.ComponentModel.LocalizableAttribute(false)]
2189 … [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
2191 public event System.EventHandler HelpRequest { add { } remove { } }
2192 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
2193 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
2194 …protected virtual System.IntPtr HookProc(System.IntPtr hWnd, int msg, System.IntPtr wparam, System in HookProc()
2195 protected virtual void OnHelpRequest(System.EventArgs e) { } in OnHelpRequest()
2196 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
2197 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
2198 …protected virtual System.IntPtr OwnerWndProc(System.IntPtr hWnd, int msg, System.IntPtr wparam, Sy… in OwnerWndProc()
2199 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
2201 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
2202 protected abstract bool RunDialog(System.IntPtr hwndOwner); in RunDialog()
2203 public System.Windows.Forms.DialogResult ShowDialog() { throw null; } in ShowDialog()
2204 …public System.Windows.Forms.DialogResult ShowDialog(System.Windows.Forms.IWin32Window owner) { thr… in ShowDialog()
2206 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
2207 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
2208 …public partial class ContainerControl : System.Windows.Forms.ScrollableControl, System.Windows.For…
2211 [System.ComponentModel.BrowsableAttribute(false)]
2212 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
2213 public System.Windows.Forms.Control ActiveControl { get { throw null; } set { } }
2214 [System.ComponentModel.BrowsableAttribute(false)]
2215 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
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 { } }
2231System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAt…
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.DesignerSer…
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))]
2244 protected virtual void OnAutoValidateChanged(System.EventArgs e) { } in OnAutoValidateChanged()
2246 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2247 protected override void OnFontChanged(System.EventArgs e) { } in OnFontChanged()
2248 protected override void OnLayout(System.Windows.Forms.LayoutEventArgs e) { } in OnLayout()
2249 protected override void OnParentChanged(System.EventArgs e) { } in OnParentChanged()
2251 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
2252 …protected override bool ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.K… in ProcessCmdKey()
2253 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2254 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
2256 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
2257 protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; } in ProcessDialogKey()
2258 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
2260 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
2263 …bool System.Windows.Forms.IContainerControl.ActivateControl(System.Windows.Forms.Control control) … in System.Windows.Forms.IContainerControl.ActivateControl()
2267 [System.ComponentModel.BrowsableAttribute(false)]
2268 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2270 [System.ComponentModel.BrowsableAttribute(false)]
2271 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2272 …public virtual bool ValidateChildren(System.Windows.Forms.ValidationConstraints validationConstrai… in ValidateChildren()
2273 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2274 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
2275 protected override void WndProc(ref System.Windows.Forms.Message m) { } in WndProc()
2277 public partial class ContentsResizedEventArgs : System.EventArgs
2279 public ContentsResizedEventArgs(System.Drawing.Rectangle newRectangle) { } in ContentsResizedEventArgs()
2280 public System.Drawing.Rectangle NewRectangle { get { throw null; } }
2282 …public delegate void ContentsResizedEventHandler(object sender, System.Windows.Forms.ContentsResiz… in ContentsResizedEventHandler()
2283 [System.ComponentModel.DefaultEventAttribute("Popup")]
2284 public partial class ContextMenu : System.Windows.Forms.Menu
2286 public ContextMenu() : base (default(System.Windows.Forms.MenuItem[])) { } in ContextMenu()
2287 …public ContextMenu(System.Windows.Forms.MenuItem[] menuItems) : base (default(System.Windows.Forms… in ContextMenu()
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.DesignerSer…
2293System.Windows.Forms.Control SourceControl { [System.Security.Permissions.UIPermissionAttribute(Sy…
2294 public event System.EventHandler Collapse { add { } remove { } }
2295 public event System.EventHandler Popup { add { } remove { } }
2296 protected internal virtual void OnCollapse(System.EventArgs e) { } in OnCollapse()
2297 protected internal virtual void OnPopup(System.EventArgs e) { } in OnPopup()
2298 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
2299 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
2300 …nternal virtual bool ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.Keys… in ProcessCmdKey()
2301 public void Show(System.Windows.Forms.Control control, System.Drawing.Point pos) { } in Show()
2302 …public void Show(System.Windows.Forms.Control control, System.Drawing.Point pos, System.Windows.Fo… in Show()
2304 [System.ComponentModel.DefaultEventAttribute("Opening")]
2305 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
2306 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
2307 public partial class ContextMenuStrip : System.Windows.Forms.ToolStripDropDownMenu
2310 public ContextMenuStrip(System.ComponentModel.IContainer container) { } in ContextMenuStrip()
2311 [System.ComponentModel.BrowsableAttribute(false)]
2312 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
2313System.Windows.Forms.Control SourceControl { [System.Security.Permissions.UIPermissionAttribute(Sy…
2317 [System.ComponentModel.DefaultEventAttribute("Click")]
2318 [System.ComponentModel.DefaultPropertyAttribute("Text")]
2319 …[System.ComponentModel.Design.Serialization.DesignerSerializerAttribute("System.Windows.Forms.Desi…
2320 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ControlDesigner, System.Desi…
2321 [System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms")]
2322 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
2323 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
2324System.ComponentModel.Component, System.ComponentModel.IComponent, System.ComponentModel.ISynchron…
2329 public Control(System.Windows.Forms.Control parent, string text) { } in Control()
2330 …public Control(System.Windows.Forms.Control parent, string text, int left, int top, int width, int… in Control()
2331 [System.ComponentModel.BrowsableAttribute(false)]
2332 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
2337 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2339 [System.ComponentModel.DefaultValueAttribute(null)]
2340 [System.ComponentModel.LocalizableAttribute(true)]
2342 [System.ComponentModel.DefaultValueAttribute(null)]
2343 [System.ComponentModel.LocalizableAttribute(true)]
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)]
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.DesignerSer…
2360 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2361 [System.ComponentModel.LocalizableAttribute(true)]
2362 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
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.DesignerSer…
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.DesignerSer…
2378 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2380 [System.ComponentModel.BrowsableAttribute(false)]
2381 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
2382 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2383 public System.Drawing.Rectangle Bounds { get { throw null; } set { } }
2385 [System.ComponentModel.BrowsableAttribute(false)]
2386 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
2387 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2390 [System.ComponentModel.BrowsableAttribute(false)]
2391 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
2392 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2394 [System.ComponentModel.BrowsableAttribute(false)]
2395 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
2396 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2398 [System.ComponentModel.DefaultValueAttribute(true)]
2400 [System.ComponentModel.BrowsableAttribute(false)]
2401 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
2402 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2404 [System.ComponentModel.BrowsableAttribute(false)]
2405 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
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.DesignerSer…
2415 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2417 [System.ComponentModel.BrowsableAttribute(false)]
2418 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
2419 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
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.DesignerSer…
2428 public System.Windows.Forms.Control.ControlCollection Controls { get { throw null; } }
2429 [System.ComponentModel.BrowsableAttribute(false)]
2430 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
2431 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2433System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAt…
2434 [System.ComponentModel.AmbientValueAttribute(null)]
2435 public virtual System.Windows.Forms.Cursor Cursor { get { throw null; } set { } }
2436 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
2452 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
2454 [System.ComponentModel.BrowsableAttribute(false)]
2455 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
2460 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
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 { } }
2467 [System.ComponentModel.LocalizableAttribute(true)]
2468 [System.Runtime.InteropServices.DispIdAttribute(-514)]
2470 [System.ComponentModel.BrowsableAttribute(false)]
2471 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
2472 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2474 [System.ComponentModel.AmbientValueAttribute(null)]
2475 [System.ComponentModel.LocalizableAttribute(true)]
2476 [System.Runtime.InteropServices.DispIdAttribute(-512)]
2477System.Drawing.Font Font { [return: System.Runtime.InteropServices.MarshalAs(System.Runtime.Intero…
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.DesignerSer…
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.DesignerSer…
2487 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2489 [System.ComponentModel.BrowsableAttribute(false)]
2490 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
2491 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
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.DesignerSer…
2499 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2501 [System.ComponentModel.BrowsableAttribute(false)]
2502 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
2503 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2505 [System.ComponentModel.BrowsableAttribute(false)]
2506 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
2507 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2509 [System.ComponentModel.BrowsableAttribute(false)]
2510 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
2511 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2513 [System.ComponentModel.BrowsableAttribute(false)]
2514 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
2515 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
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.DesignerSer…
2522 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
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)]
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.DesignerSer…
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.DesignerSer…
2547 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2549 [System.ComponentModel.BrowsableAttribute(false)]
2550 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
2551 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2553 protected static System.Windows.Forms.ImeMode PropagatingImeMode { get { throw null; } }
2554 [System.ComponentModel.BrowsableAttribute(false)]
2555 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
2556 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2558 [System.ComponentModel.BrowsableAttribute(false)]
2559 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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…
2565 [System.ComponentModel.BrowsableAttribute(false)]
2566 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
2567 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
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))]
2574 [System.ComponentModel.BrowsableAttribute(false)]
2575 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
2576 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2578 [System.ComponentModel.BrowsableAttribute(false)]
2579 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
2580 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
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)]
2589 [System.ComponentModel.DefaultValueAttribute(true)]
2590 [System.Runtime.InteropServices.DispIdAttribute(-516)]
2592 [System.ComponentModel.BindableAttribute(true)]
2593 [System.ComponentModel.DefaultValueAttribute(null)]
2594 [System.ComponentModel.LocalizableAttribute(false)]
2595 … [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
2597 [System.ComponentModel.BindableAttribute(true)]
2598 [System.ComponentModel.LocalizableAttribute(true)]
2599 [System.Runtime.InteropServices.DispIdAttribute(-517)]
2601 [System.ComponentModel.BrowsableAttribute(false)]
2602 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
2603 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
2605 [System.ComponentModel.BrowsableAttribute(false)]
2606 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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))]
2613 [System.ComponentModel.LocalizableAttribute(true)]
2615 [System.ComponentModel.BrowsableAttribute(false)]
2616 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
2617 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
2619 [System.ComponentModel.BrowsableAttribute(false)]
2620 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
2621 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2622System.Windows.Forms.IWindowTarget WindowTarget { [System.Security.Permissions.SecurityPermissionA…
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 …
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))]
2714 …protected internal void AccessibilityNotifyClients(System.Windows.Forms.AccessibleEvents accEvent,… in AccessibilityNotifyClients()
2715 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2716 …protected void AccessibilityNotifyClients(System.Windows.Forms.AccessibleEvents accEvent, int obje… in AccessibilityNotifyClients()
2717 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2718 public System.IAsyncResult BeginInvoke(System.Delegate method) { throw null; } in BeginInvoke()
2719 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2720 …public System.IAsyncResult BeginInvoke(System.Delegate method, params object[] args) { throw null;… in BeginInvoke()
2722 public bool Contains(System.Windows.Forms.Control ctl) { throw null; } in Contains()
2723 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2724 …protected virtual System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null… in CreateAccessibilityInstance()
2726 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2727 …protected virtual System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw … in CreateControlsInstance()
2728 public System.Drawing.Graphics CreateGraphics() { throw null; } in CreateGraphics()
2729 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2730 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Inhe…
2732 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2733 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
2734 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
2735 protected virtual void DefWndProc(ref System.Windows.Forms.Message m) { } in DefWndProc()
2736 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2737 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
2738 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
2741 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Dema…
2742 …public System.Windows.Forms.DragDropEffects DoDragDrop(object data, System.Windows.Forms.DragDropE… in DoDragDrop()
2743 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Dema…
2744 … public void DrawToBitmap(System.Drawing.Bitmap bitmap, System.Drawing.Rectangle targetBounds) { } in DrawToBitmap()
2745 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2746 public object EndInvoke(System.IAsyncResult asyncResult) { throw null; } in EndInvoke()
2747 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Dema…
2748 public System.Windows.Forms.Form FindForm() { throw null; } in FindForm()
2749 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2751 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2752 … public static System.Windows.Forms.Control FromChildHandle(System.IntPtr handle) { throw null; } in FromChildHandle()
2753 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2754 public static System.Windows.Forms.Control FromHandle(System.IntPtr handle) { throw null; } in FromHandle()
2755 …protected virtual System.Windows.Forms.AccessibleObject GetAccessibilityObjectById(int objectId) {… in GetAccessibilityObjectById()
2756 protected System.Windows.Forms.AutoSizeMode GetAutoSizeMode() { throw null; } in GetAutoSizeMode()
2757 public System.Windows.Forms.Control GetChildAtPoint(System.Drawing.Point pt) { throw null; } in GetChildAtPoint()
2758 …public System.Windows.Forms.Control GetChildAtPoint(System.Drawing.Point pt, System.Windows.Forms.… in GetChildAtPoint()
2759 public System.Windows.Forms.IContainerControl GetContainerControl() { throw null; } in GetContainerControl()
2760 …public System.Windows.Forms.Control GetNextControl(System.Windows.Forms.Control ctl, bool forward)… in GetNextControl()
2761 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2762 …public virtual System.Drawing.Size GetPreferredSize(System.Drawing.Size proposedSize) { throw null… in GetPreferredSize()
2763 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2764 …protected virtual System.Drawing.Rectangle GetScaledBounds(System.Drawing.Rectangle bounds, System in GetScaledBounds()
2765 protected bool GetStyle(System.Windows.Forms.ControlStyles flag) { throw null; } in GetStyle()
2768 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2772 public void Invalidate(System.Drawing.Rectangle rc) { } in Invalidate()
2773 public void Invalidate(System.Drawing.Rectangle rc, bool invalidateChildren) { } in Invalidate()
2774 public void Invalidate(System.Drawing.Region region) { } in Invalidate()
2775 public void Invalidate(System.Drawing.Region region, bool invalidateChildren) { } in Invalidate()
2776 public object Invoke(System.Delegate method) { throw null; } in Invoke()
2777 public object Invoke(System.Delegate method, params object[] args) { throw null; } in Invoke()
2778 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2779 protected void InvokeGotFocus(System.Windows.Forms.Control toInvoke, System.EventArgs e) { } in InvokeGotFocus()
2780 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2781 … protected void InvokeLostFocus(System.Windows.Forms.Control toInvoke, System.EventArgs e) { } in InvokeLostFocus()
2782 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2783 protected void InvokeOnClick(System.Windows.Forms.Control toInvoke, System.EventArgs e) { } in InvokeOnClick()
2784 …protected void InvokePaint(System.Windows.Forms.Control c, System.Windows.Forms.PaintEventArgs e) … in InvokePaint()
2785 …protected void InvokePaintBackground(System.Windows.Forms.Control c, System.Windows.Forms.PaintEve… in InvokePaintBackground()
2786 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Inhe…
2788 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Inhe…
2789 protected virtual bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; } in IsInputKey()
2790 public static bool IsKeyLocked(System.Windows.Forms.Keys keyVal) { throw null; } in IsKeyLocked()
2793 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2794 protected virtual void NotifyInvalidate(System.Drawing.Rectangle invalidatedArea) { } in NotifyInvalidate()
2795 protected virtual void OnAutoSizeChanged(System.EventArgs e) { } in OnAutoSizeChanged()
2796 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2797 protected virtual void OnBackColorChanged(System.EventArgs e) { } in OnBackColorChanged()
2798 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2799 protected virtual void OnBackgroundImageChanged(System.EventArgs e) { } in OnBackgroundImageChanged()
2800 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2801 protected virtual void OnBackgroundImageLayoutChanged(System.EventArgs e) { } in OnBackgroundImageLayoutChanged()
2802 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2803 protected virtual void OnBindingContextChanged(System.EventArgs e) { } in OnBindingContextChanged()
2804 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2805 protected virtual void OnCausesValidationChanged(System.EventArgs e) { } in OnCausesValidationChanged()
2806 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2807 protected virtual void OnChangeUICues(System.Windows.Forms.UICuesEventArgs e) { } in OnChangeUICues()
2808 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2809 protected virtual void OnClick(System.EventArgs e) { } in OnClick()
2810 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2811 protected virtual void OnClientSizeChanged(System.EventArgs e) { } in OnClientSizeChanged()
2812 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2813 protected virtual void OnContextMenuChanged(System.EventArgs e) { } in OnContextMenuChanged()
2814 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2815 protected virtual void OnContextMenuStripChanged(System.EventArgs e) { } in OnContextMenuStripChanged()
2816 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2817 protected virtual void OnControlAdded(System.Windows.Forms.ControlEventArgs e) { } in OnControlAdded()
2818 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2819 protected virtual void OnControlRemoved(System.Windows.Forms.ControlEventArgs e) { } in OnControlRemoved()
2820 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2822 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2823 protected virtual void OnCursorChanged(System.EventArgs e) { } in OnCursorChanged()
2824 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2825 protected virtual void OnDockChanged(System.EventArgs e) { } in OnDockChanged()
2826 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2827 protected virtual void OnDoubleClick(System.EventArgs e) { } in OnDoubleClick()
2828 [System.ComponentModel.BrowsableAttribute(true)]
2829 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
2830 protected virtual void OnDpiChangedAfterParent(System.EventArgs e) { } in OnDpiChangedAfterParent()
2831 [System.ComponentModel.BrowsableAttribute(true)]
2832 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
2833 protected virtual void OnDpiChangedBeforeParent(System.EventArgs e) { } in OnDpiChangedBeforeParent()
2834 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2835 protected virtual void OnDragDrop(System.Windows.Forms.DragEventArgs drgevent) { } in OnDragDrop()
2836 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2837 protected virtual void OnDragEnter(System.Windows.Forms.DragEventArgs drgevent) { } in OnDragEnter()
2838 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2839 protected virtual void OnDragLeave(System.EventArgs e) { } in OnDragLeave()
2840 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2841 protected virtual void OnDragOver(System.Windows.Forms.DragEventArgs drgevent) { } in OnDragOver()
2842 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2843 protected virtual void OnEnabledChanged(System.EventArgs e) { } in OnEnabledChanged()
2844 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2845 protected virtual void OnEnter(System.EventArgs e) { } in OnEnter()
2846 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2847 protected virtual void OnFontChanged(System.EventArgs e) { } in OnFontChanged()
2848 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2849 protected virtual void OnForeColorChanged(System.EventArgs e) { } in OnForeColorChanged()
2850 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2851 … protected virtual void OnGiveFeedback(System.Windows.Forms.GiveFeedbackEventArgs gfbevent) { } in OnGiveFeedback()
2852 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2853 protected virtual void OnGotFocus(System.EventArgs e) { } in OnGotFocus()
2854 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2855 protected virtual void OnHandleCreated(System.EventArgs e) { } in OnHandleCreated()
2856 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2857 protected virtual void OnHandleDestroyed(System.EventArgs e) { } in OnHandleDestroyed()
2858 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2859 protected virtual void OnHelpRequested(System.Windows.Forms.HelpEventArgs hevent) { } in OnHelpRequested()
2860 protected virtual void OnImeModeChanged(System.EventArgs e) { } in OnImeModeChanged()
2861 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2862 protected virtual void OnInvalidated(System.Windows.Forms.InvalidateEventArgs e) { } in OnInvalidated()
2863 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2864 protected virtual void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { } in OnKeyDown()
2865 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2866 protected virtual void OnKeyPress(System.Windows.Forms.KeyPressEventArgs e) { } in OnKeyPress()
2867 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2868 protected virtual void OnKeyUp(System.Windows.Forms.KeyEventArgs e) { } in OnKeyUp()
2869 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2870 protected virtual void OnLayout(System.Windows.Forms.LayoutEventArgs levent) { } in OnLayout()
2871 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2872 protected virtual void OnLeave(System.EventArgs e) { } in OnLeave()
2873 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2874 protected virtual void OnLocationChanged(System.EventArgs e) { } in OnLocationChanged()
2875 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2876 protected virtual void OnLostFocus(System.EventArgs e) { } in OnLostFocus()
2877 protected virtual void OnMarginChanged(System.EventArgs e) { } in OnMarginChanged()
2878 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2879 protected virtual void OnMouseCaptureChanged(System.EventArgs e) { } in OnMouseCaptureChanged()
2880 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2881 protected virtual void OnMouseClick(System.Windows.Forms.MouseEventArgs e) { } in OnMouseClick()
2882 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2883 protected virtual void OnMouseDoubleClick(System.Windows.Forms.MouseEventArgs e) { } in OnMouseDoubleClick()
2884 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2885 protected virtual void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { } in OnMouseDown()
2886 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2887 protected virtual void OnMouseEnter(System.EventArgs e) { } in OnMouseEnter()
2888 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2889 protected virtual void OnMouseHover(System.EventArgs e) { } in OnMouseHover()
2890 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2891 protected virtual void OnMouseLeave(System.EventArgs e) { } in OnMouseLeave()
2892 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2893 protected virtual void OnMouseMove(System.Windows.Forms.MouseEventArgs e) { } in OnMouseMove()
2894 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2895 protected virtual void OnMouseUp(System.Windows.Forms.MouseEventArgs e) { } in OnMouseUp()
2896 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2897 protected virtual void OnMouseWheel(System.Windows.Forms.MouseEventArgs e) { } in OnMouseWheel()
2898 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2899 protected virtual void OnMove(System.EventArgs e) { } in OnMove()
2900 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2901 protected virtual void OnNotifyMessage(System.Windows.Forms.Message m) { } in OnNotifyMessage()
2902 protected virtual void OnPaddingChanged(System.EventArgs e) { } in OnPaddingChanged()
2903 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2904 protected virtual void OnPaint(System.Windows.Forms.PaintEventArgs e) { } in OnPaint()
2905 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2906 protected virtual void OnPaintBackground(System.Windows.Forms.PaintEventArgs pevent) { } in OnPaintBackground()
2907 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2908 protected virtual void OnParentBackColorChanged(System.EventArgs e) { } in OnParentBackColorChanged()
2909 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2910 protected virtual void OnParentBackgroundImageChanged(System.EventArgs e) { } in OnParentBackgroundImageChanged()
2911 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2912 protected virtual void OnParentBindingContextChanged(System.EventArgs e) { } in OnParentBindingContextChanged()
2913 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2914 protected virtual void OnParentChanged(System.EventArgs e) { } in OnParentChanged()
2915 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2916 protected virtual void OnParentCursorChanged(System.EventArgs e) { } in OnParentCursorChanged()
2917 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2918 protected virtual void OnParentEnabledChanged(System.EventArgs e) { } in OnParentEnabledChanged()
2919 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2920 protected virtual void OnParentFontChanged(System.EventArgs e) { } in OnParentFontChanged()
2921 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2922 protected virtual void OnParentForeColorChanged(System.EventArgs e) { } in OnParentForeColorChanged()
2923 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2924 protected virtual void OnParentRightToLeftChanged(System.EventArgs e) { } in OnParentRightToLeftChanged()
2925 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2926 protected virtual void OnParentVisibleChanged(System.EventArgs e) { } in OnParentVisibleChanged()
2927 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2928 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
2929 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
2930 protected virtual void OnPreviewKeyDown(System.Windows.Forms.PreviewKeyDownEventArgs e) { } in OnPreviewKeyDown()
2931 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2932 protected virtual void OnPrint(System.Windows.Forms.PaintEventArgs e) { } in OnPrint()
2933 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2934 …protected virtual void OnQueryContinueDrag(System.Windows.Forms.QueryContinueDragEventArgs qcdeven… in OnQueryContinueDrag()
2935 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2936 protected virtual void OnRegionChanged(System.EventArgs e) { } in OnRegionChanged()
2937 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2938 protected virtual void OnResize(System.EventArgs e) { } in OnResize()
2939 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2940 protected virtual void OnRightToLeftChanged(System.EventArgs e) { } in OnRightToLeftChanged()
2941 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2942 protected virtual void OnSizeChanged(System.EventArgs e) { } in OnSizeChanged()
2943 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2944 protected virtual void OnStyleChanged(System.EventArgs e) { } in OnStyleChanged()
2945 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2946 protected virtual void OnSystemColorsChanged(System.EventArgs e) { } in OnSystemColorsChanged()
2947 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2948 protected virtual void OnTabIndexChanged(System.EventArgs e) { } in OnTabIndexChanged()
2949 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2950 protected virtual void OnTabStopChanged(System.EventArgs e) { } in OnTabStopChanged()
2951 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2952 protected virtual void OnTextChanged(System.EventArgs e) { } in OnTextChanged()
2953 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2954 protected virtual void OnValidated(System.EventArgs e) { } in OnValidated()
2955 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2956 protected virtual void OnValidating(System.ComponentModel.CancelEventArgs e) { } in OnValidating()
2957 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2958 protected virtual void OnVisibleChanged(System.EventArgs e) { } in OnVisibleChanged()
2959 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2961 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2962 …public void PerformLayout(System.Windows.Forms.Control affectedControl, string affectedProperty) {… in PerformLayout()
2963 public System.Drawing.Point PointToClient(System.Drawing.Point p) { throw null; } in PointToClient()
2964 public System.Drawing.Point PointToScreen(System.Drawing.Point p) { throw null; } in PointToScreen()
2965 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2966 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
2967 …public System.Windows.Forms.PreProcessControlState PreProcessControlMessage(ref System.Windows.For… in PreProcessControlMessage()
2968 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
2969 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
2970 public virtual bool PreProcessMessage(ref System.Windows.Forms.Message msg) { throw null; } in PreProcessMessage()
2971 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
2972 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
2973 …protected virtual bool ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.Ke… in ProcessCmdKey()
2974 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Inhe…
2975 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
2977 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Inhe…
2978 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
2979 protected virtual bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; } in ProcessDialogKey()
2980 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
2981 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
2982 … protected virtual bool ProcessKeyEventArgs(ref System.Windows.Forms.Message m) { throw null; } in ProcessKeyEventArgs()
2983 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
2984 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
2985 …protected internal virtual bool ProcessKeyMessage(ref System.Windows.Forms.Message m) { throw null… in ProcessKeyMessage()
2986 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
2987 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
2988 protected virtual bool ProcessKeyPreview(ref System.Windows.Forms.Message m) { throw null; } in ProcessKeyPreview()
2989 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Inhe…
2990 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
2992 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2993 protected void RaiseDragEvent(object key, System.Windows.Forms.DragEventArgs e) { } in RaiseDragEvent()
2994 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2995 protected void RaiseKeyEvent(object key, System.Windows.Forms.KeyEventArgs e) { } in RaiseKeyEvent()
2996 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2997 protected void RaiseMouseEvent(object key, System.Windows.Forms.MouseEventArgs e) { } in RaiseMouseEvent()
2998 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
2999 protected void RaisePaintEvent(object key, System.Windows.Forms.PaintEventArgs e) { } in RaisePaintEvent()
3000 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
3002 … public System.Drawing.Rectangle RectangleToClient(System.Drawing.Rectangle r) { throw null; } in RectangleToClient()
3003 … public System.Drawing.Rectangle RectangleToScreen(System.Drawing.Rectangle r) { throw null; } in RectangleToScreen()
3004 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
3005 …protected static bool ReflectMessage(System.IntPtr hWnd, ref System.Windows.Forms.Message m) { thr… in ReflectMessage()
3007 [System.ComponentModel.BrowsableAttribute(true)]
3008 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
3010 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3012 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3014 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3016 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3018 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3020 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3022 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
3024 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3029 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
3030 …protected System.Drawing.ContentAlignment RtlTranslateAlignment(System.Drawing.ContentAlignment al… in RtlTranslateAlignment()
3031 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
3032 …protected System.Windows.Forms.HorizontalAlignment RtlTranslateAlignment(System.Windows.Forms.Hori… in RtlTranslateAlignment()
3033 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
3034 …protected System.Windows.Forms.LeftRightAlignment RtlTranslateAlignment(System.Windows.Forms.LeftR… in RtlTranslateAlignment()
3035 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
3036 …protected internal System.Drawing.ContentAlignment RtlTranslateContent(System.Drawing.ContentAlign… in RtlTranslateContent()
3037 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
3038 …protected System.Windows.Forms.HorizontalAlignment RtlTranslateHorizontal(System.Windows.Forms.Hor… in RtlTranslateHorizontal()
3039 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
3040 …protected System.Windows.Forms.LeftRightAlignment RtlTranslateLeftRight(System.Windows.Forms.LeftR… in RtlTranslateLeftRight()
3041 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
3042 public void Scale(System.Drawing.SizeF factor) { } in Scale()
3043 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3044 …[System.ObsoleteAttribute("This method has been deprecated. Use the Scale(SizeF ratio) method inst…
3046 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3047 …[System.ObsoleteAttribute("This method has been deprecated. Use the Scale(SizeF ratio) method inst…
3049 public void ScaleBitmapLogicalToDevice(ref System.Drawing.Bitmap logicalBitmap) { } in ScaleBitmapLogicalToDevice()
3050 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
3051 …protected virtual void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecif… in ScaleControl()
3052 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3056 …public bool SelectNextControl(System.Windows.Forms.Control ctl, bool forward, bool tabStopOnly, bo… in SelectNextControl()
3058 protected void SetAutoSizeMode(System.Windows.Forms.AutoSizeMode mode) { } in SetAutoSizeMode()
3060 …public void SetBounds(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified sp… in SetBounds()
3061 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
3062 …protected virtual void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.Bou… in SetBoundsCore()
3063 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
3065 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
3066 protected void SetStyle(System.Windows.Forms.ControlStyles flag, bool value) { } in SetStyle()
3070 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
3071 …protected virtual System.Drawing.Size SizeFromClientSize(System.Drawing.Size clientSize) { throw n… in SizeFromClientSize()
3073 … void System.Windows.Forms.IDropTarget.OnDragDrop(System.Windows.Forms.DragEventArgs drgEvent) { } in System.Windows.Forms.IDropTarget.OnDragDrop()
3074 … void System.Windows.Forms.IDropTarget.OnDragEnter(System.Windows.Forms.DragEventArgs drgEvent) { } in System.Windows.Forms.IDropTarget.OnDragEnter()
3075 void System.Windows.Forms.IDropTarget.OnDragLeave(System.EventArgs e) { } in System.Windows.Forms.IDropTarget.OnDragLeave()
3076 … void System.Windows.Forms.IDropTarget.OnDragOver(System.Windows.Forms.DragEventArgs drgEvent) { } in System.Windows.Forms.IDropTarget.OnDragOver()
3078 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
3080 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
3082 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
3084 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
3086 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
3088 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
3089 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
3090 protected virtual void WndProc(ref System.Windows.Forms.Message m) { } in WndProc()
3091 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3092 public partial class ControlAccessibleObject : System.Windows.Forms.AccessibleObject
3094 public ControlAccessibleObject(System.Windows.Forms.Control ownerControl) { } in ControlAccessibleObject()
3097 public System.IntPtr Handle { get { throw null; } set { } }
3101 public System.Windows.Forms.Control Owner { get { throw null; } }
3102System.Windows.Forms.AccessibleObject Parent { [System.Security.Permissions.SecurityPermissionAttr…
3103 public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
3105 public void NotifyClients(System.Windows.Forms.AccessibleEvents accEvent) { } in NotifyClients()
3106 … public void NotifyClients(System.Windows.Forms.AccessibleEvents accEvent, int childID) { } in NotifyClients()
3107 …public void NotifyClients(System.Windows.Forms.AccessibleEvents accEvent, int objectID, int childI… in NotifyClients()
3110 [System.ComponentModel.ListBindableAttribute(false)]
3111 [System.Runtime.InteropServices.ComVisibleAttribute(false)]
3112System.Windows.Forms.Layout.ArrangedElementCollection, System.Collections.ICollection, System.Col…
3114 public ControlCollection(System.Windows.Forms.Control owner) { } in ControlCollection()
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; } }
3118 public virtual void Add(System.Windows.Forms.Control value) { } in Add()
3119 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
3120 public virtual void AddRange(System.Windows.Forms.Control[] controls) { } in AddRange()
3122 public bool Contains(System.Windows.Forms.Control control) { throw null; } in Contains()
3124 … public System.Windows.Forms.Control[] Find(string key, bool searchAllChildren) { throw null; } in Find()
3125 public int GetChildIndex(System.Windows.Forms.Control child) { throw null; } in GetChildIndex()
3126 …public virtual int GetChildIndex(System.Windows.Forms.Control child, bool throwException) { throw … in GetChildIndex()
3127 public override System.Collections.IEnumerator GetEnumerator() { throw null; } in GetEnumerator()
3128 public int IndexOf(System.Windows.Forms.Control control) { throw null; } in IndexOf()
3130 public virtual void Remove(System.Windows.Forms.Control value) { } in Remove()
3133 public virtual void SetChildIndex(System.Windows.Forms.Control child, int newIndex) { } in SetChildIndex()
3134 int System.Collections.IList.Add(object control) { throw null; } in System.Collections.IList.Add()
3135 void System.Collections.IList.Remove(object control) { } in System.Collections.IList.Remove()
3136 object System.ICloneable.Clone() { throw null; } in System.ICloneable.Clone()
3139 [System.ComponentModel.DefaultEventAttribute("CollectionChanged")]
3140System.ComponentModel.EditorAttribute("System.Drawing.Design.UITypeEditor, System.Drawing, Version…
3141 …[System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.Design.ControlBindingsConverte…
3142 public partial class ControlBindingsCollection : System.Windows.Forms.BindingsCollection
3144 public ControlBindingsCollection(System.Windows.Forms.IBindableComponent control) { } in ControlBindingsCollection()
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; }…
3148 public System.Windows.Forms.Binding this[string propertyName] { get { throw null; } }
3149 …public System.Windows.Forms.Binding Add(string propertyName, object dataSource, string dataMember)… in Add()
3150 …public System.Windows.Forms.Binding Add(string propertyName, object dataSource, string dataMember,… in Add()
3151 …public System.Windows.Forms.Binding Add(string propertyName, object dataSource, string dataMember,… in Add()
3152 …public System.Windows.Forms.Binding Add(string propertyName, object dataSource, string dataMember,… in Add()
3153 …public System.Windows.Forms.Binding Add(string propertyName, object dataSource, string dataMember,… in Add()
3154System.Windows.Forms.Binding Add(string propertyName, object dataSource, string dataMember, bool f… in Add()
3155 public new void Add(System.Windows.Forms.Binding binding) { } in Add()
3156 protected override void AddCore(System.Windows.Forms.Binding dataBinding) { } in AddCore()
3159 public new void Remove(System.Windows.Forms.Binding binding) { } in Remove()
3161 protected override void RemoveCore(System.Windows.Forms.Binding dataBinding) { } in RemoveCore()
3163 public partial class ControlEventArgs : System.EventArgs
3165 public ControlEventArgs(System.Windows.Forms.Control control) { } in ControlEventArgs()
3166 public System.Windows.Forms.Control Control { get { throw null; } }
3168 … public delegate void ControlEventHandler(object sender, System.Windows.Forms.ControlEventArgs e); in ControlEventHandler()
3172 public static System.Drawing.Color ContrastControlDark { get { throw null; } }
3173 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
3174 …public static System.IntPtr CreateHBitmap16Bit(System.Drawing.Bitmap bitmap, System.Drawing.Color … in CreateHBitmap16Bit()
3175 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
3176 …public static System.IntPtr CreateHBitmapColorMask(System.Drawing.Bitmap bitmap, System.IntPtr mon… in CreateHBitmapColorMask()
3177 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
3178 …public static System.IntPtr CreateHBitmapTransparencyMask(System.Drawing.Bitmap bitmap) { throw nu… in CreateHBitmapTransparencyMask()
3179 public static System.Drawing.Color Dark(System.Drawing.Color baseColor) { throw null; } in Dark()
3180 …public static System.Drawing.Color Dark(System.Drawing.Color baseColor, float percOfDarkDark) { th… in Dark()
3181 public static System.Drawing.Color DarkDark(System.Drawing.Color baseColor) { throw null; } in DarkDark()
3182System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds, System.Drawing.Color leftColor,… in DrawBorder()
3183 …ic static void DrawBorder(System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds, Syste… in DrawBorder()
3184 …public static void DrawBorder3D(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectang… in DrawBorder3D()
3185 …public static void DrawBorder3D(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectang… in DrawBorder3D()
3186 …oid DrawBorder3D(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Wind… in DrawBorder3D()
3187 …public static void DrawBorder3D(System.Drawing.Graphics graphics, int x, int y, int width, int hei… in DrawBorder3D()
3188 …public static void DrawBorder3D(System.Drawing.Graphics graphics, int x, int y, int width, int hei… in DrawBorder3D()
3189 …oid DrawBorder3D(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Win… in DrawBorder3D()
3190 …public static void DrawButton(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle… in DrawButton()
3191 …public static void DrawButton(System.Drawing.Graphics graphics, int x, int y, int width, int heigh… in DrawButton()
3192 …rawCaptionButton(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Wind… in DrawCaptionButton()
3193 …awCaptionButton(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Wind… in DrawCaptionButton()
3194 …public static void DrawCheckBox(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectang… in DrawCheckBox()
3195 …public static void DrawCheckBox(System.Drawing.Graphics graphics, int x, int y, int width, int hei… in DrawCheckBox()
3196 …public static void DrawComboButton(System.Drawing.Graphics graphics, System.Drawing.Rectangle rect… in DrawComboButton()
3197 …public static void DrawComboButton(System.Drawing.Graphics graphics, int x, int y, int width, int … in DrawComboButton()
3198 …public static void DrawContainerGrabHandle(System.Drawing.Graphics graphics, System.Drawing.Rectan… in DrawContainerGrabHandle()
3199 …public static void DrawFocusRectangle(System.Drawing.Graphics graphics, System.Drawing.Rectangle r… in DrawFocusRectangle()
3200 …id DrawFocusRectangle(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System in DrawFocusRectangle()
3201 …public static void DrawGrabHandle(System.Drawing.Graphics graphics, System.Drawing.Rectangle recta… in DrawGrabHandle()
3202 …static void DrawGrid(System.Drawing.Graphics graphics, System.Drawing.Rectangle area, System.Drawi… in DrawGrid()
3203 …blic static void DrawImageDisabled(System.Drawing.Graphics graphics, System.Drawing.Image image, i… in DrawImageDisabled()
3204 …public static void DrawLockedFrame(System.Drawing.Graphics graphics, System.Drawing.Rectangle rect… in DrawLockedFrame()
3205 …public static void DrawMenuGlyph(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectan… in DrawMenuGlyph()
3206 …ph(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.Menu… in DrawMenuGlyph()
3207 …public static void DrawMenuGlyph(System.Drawing.Graphics graphics, int x, int y, int width, int he… in DrawMenuGlyph()
3208 …ph(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.Men… in DrawMenuGlyph()
3209 …public static void DrawMixedCheckBox(System.Drawing.Graphics graphics, System.Drawing.Rectangle re… in DrawMixedCheckBox()
3210 …public static void DrawMixedCheckBox(System.Drawing.Graphics graphics, int x, int y, int width, in… in DrawMixedCheckBox()
3211 …public static void DrawRadioButton(System.Drawing.Graphics graphics, System.Drawing.Rectangle rect… in DrawRadioButton()
3212 …public static void DrawRadioButton(System.Drawing.Graphics graphics, int x, int y, int width, int … in DrawRadioButton()
3213 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
3214 …public static void DrawReversibleFrame(System.Drawing.Rectangle rectangle, System.Drawing.Color ba… in DrawReversibleFrame()
3215 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
3216 …public static void DrawReversibleLine(System.Drawing.Point start, System.Drawing.Point end, System in DrawReversibleLine()
3217 …DrawScrollButton(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Wind… in DrawScrollButton()
3218 …DrawScrollButton(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Win… in DrawScrollButton()
3219 …ectionFrame(System.Drawing.Graphics graphics, bool active, System.Drawing.Rectangle outsideRect, S… in DrawSelectionFrame()
3220 …public static void DrawSizeGrip(System.Drawing.Graphics graphics, System.Drawing.Color backColor, in DrawSizeGrip()
3221 …public static void DrawSizeGrip(System.Drawing.Graphics graphics, System.Drawing.Color backColor, … in DrawSizeGrip()
3222 …ed(System.Drawing.Graphics graphics, string s, System.Drawing.Font font, System.Drawing.Color colo… in DrawStringDisabled()
3223 …ed(System.Drawing.IDeviceContext dc, string s, System.Drawing.Font font, System.Drawing.Color colo… in DrawStringDisabled()
3224 …public static void DrawVisualStyleBorder(System.Drawing.Graphics graphics, System.Drawing.Rectangl… in DrawVisualStyleBorder()
3225 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
3226 …public static void FillReversibleRectangle(System.Drawing.Rectangle rectangle, System.Drawing.Colo… in FillReversibleRectangle()
3227 public static System.Drawing.Color Light(System.Drawing.Color baseColor) { throw null; } in Light()
3228 …public static System.Drawing.Color Light(System.Drawing.Color baseColor, float percOfLightLight) {… in Light()
3229 … public static System.Drawing.Color LightLight(System.Drawing.Color baseColor) { throw null; } in LightLight()
3231 [System.FlagsAttribute]
3237 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
3258 public partial class ConvertEventArgs : System.EventArgs
3260 public ConvertEventArgs(object value, System.Type desiredType) { } in ConvertEventArgs()
3261 public System.Type DesiredType { get { throw null; } }
3264 … public delegate void ConvertEventHandler(object sender, System.Windows.Forms.ConvertEventArgs e); in ConvertEventHandler()
3274 public System.IntPtr Parent { get { throw null; } set { } }
3281 public partial class CurrencyManager : System.Windows.Forms.BindingManagerBase
3284 protected System.Type finalType;
3288 public System.Collections.IList List { get { throw null; } }
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 { } }
3297 …public override System.ComponentModel.PropertyDescriptorCollection GetItemProperties() { throw nul… in GetItemProperties()
3298 …protected internal override string GetListName(System.Collections.ArrayList listAccessors) { throw… in GetListName()
3299 protected internal override void OnCurrentChanged(System.EventArgs e) { } in OnCurrentChanged()
3300 protected internal override void OnCurrentItemChanged(System.EventArgs e) { } in OnCurrentItemChanged()
3301 protected virtual void OnItemChanged(System.Windows.Forms.ItemChangedEventArgs e) { } in OnItemChanged()
3302 protected internal void OnMetaDataChanged(System.EventArgs e) { } in OnMetaDataChanged()
3303 protected virtual void OnPositionChanged(System.EventArgs e) { } in OnPositionChanged()
3310System.ComponentModel.EditorAttribute("System.Drawing.Design.CursorEditor, System.Drawing.Design, …
3311 [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.CursorConverter))]
3312 [System.SerializableAttribute]
3313 …public sealed partial class Cursor : System.IDisposable, System.Runtime.Serialization.ISerializable
3315 public Cursor(System.IntPtr handle) { } in Cursor()
3316 public Cursor(System.IO.Stream stream) { } in Cursor()
3318 public Cursor(System.Type type, string resource) { } in Cursor()
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))]
3330 public System.IntPtr CopyHandle() { throw null; } in CopyHandle()
3332 public void Draw(System.Drawing.Graphics g, System.Drawing.Rectangle targetRect) { } in Draw()
3333 … public void DrawStretched(System.Drawing.Graphics g, System.Drawing.Rectangle targetRect) { } in DrawStretched()
3338 …public static bool operator ==(System.Windows.Forms.Cursor left, System.Windows.Forms.Cursor right… in operator ==()
3339 …public static bool operator !=(System.Windows.Forms.Cursor left, System.Windows.Forms.Cursor right… in operator !=()
3341 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
3342 …void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.Seriali… in System.Runtime.Serialization.ISerializable.GetObjectData()
3345 public partial class CursorConverter : System.ComponentModel.TypeConverter
3348 …public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.T… in CanConvertFrom()
3349 …public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Typ… in CanConvertTo()
3350 …public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Gl… in ConvertFrom()
3351 … object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.Cultu… in ConvertTo()
3352 …public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(Sys… in GetStandardValues()
3353 …public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext conte… in GetStandardValuesSupported()
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; } }
3411 public static System.Windows.Forms.DataFormats.Format GetFormat(int id) { throw null; } in GetFormat()
3412 … public static System.Windows.Forms.DataFormats.Format GetFormat(string format) { throw null; } in GetFormat()
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.Des…
3424 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
3425 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3426 …public partial class DataGrid : System.Windows.Forms.Control, System.ComponentModel.ISupportInitia…
3429 [System.ComponentModel.DefaultValueAttribute(true)]
3431 [System.ComponentModel.DefaultValueAttribute(true)]
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)]
3453 [System.ComponentModel.DefaultValueAttribute(true)]
3455 [System.ComponentModel.DefaultValueAttribute(true)]
3457 [System.ComponentModel.BrowsableAttribute(false)]
3458 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
3459 public System.Windows.Forms.DataGridCell CurrentCell { get { throw null; } set { } }
3460 [System.ComponentModel.BrowsableAttribute(false)]
3461 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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)]
3467System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataMemberListEditor, System.De…
3469 … [System.ComponentModel.AttributeProviderAttribute(typeof(System.ComponentModel.IListSource))]
3470 [System.ComponentModel.DefaultValueAttribute(null)]
3471 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
3473 protected override System.Drawing.Size DefaultSize { get { throw null; } }
3474 [System.ComponentModel.BrowsableAttribute(false)]
3476 [System.ComponentModel.DefaultValueAttribute(false)]
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; } }
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.DesignerSer…
3499 …public System.Windows.Forms.DataGridParentRowsLabelStyle ParentRowsLabelStyle { get { throw null; …
3500 [System.ComponentModel.DefaultValueAttribute(true)]
3502 [System.ComponentModel.DefaultValueAttribute(75)]
3503 …[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.DataGridPreferredColumnW…
3506 [System.ComponentModel.DefaultValueAttribute(false)]
3508 [System.ComponentModel.DefaultValueAttribute(true)]
3510 [System.ComponentModel.DefaultValueAttribute(35)]
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.DesignerSer…
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.DesignerSer…
3521 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
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)]
3528 [System.ComponentModel.BrowsableAttribute(false)]
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 { } }
3557 …public bool BeginEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, int rowNumber) { throw … in BeginEdit()
3561 protected internal virtual void ColumnStartedEditing(System.Drawing.Rectangle bounds) { } in ColumnStartedEditing()
3562 …protected internal virtual void ColumnStartedEditing(System.Windows.Forms.Control editingControl) … in ColumnStartedEditing()
3563 …protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw nul… in CreateAccessibilityInstance()
3564 …protected virtual System.Windows.Forms.DataGridColumnStyle CreateGridColumn(System.ComponentModel.… in CreateGridColumn()
3565 …protected virtual System.Windows.Forms.DataGridColumnStyle CreateGridColumn(System.ComponentModel.… in CreateGridColumn()
3567 …public bool EndEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, int rowNumber, bool shoul… in EndEdit()
3570 public System.Drawing.Rectangle GetCellBounds(int row, int col) { throw null; } in GetCellBounds()
3571 …public System.Drawing.Rectangle GetCellBounds(System.Windows.Forms.DataGridCell dgc) { throw null;… in GetCellBounds()
3572 public System.Drawing.Rectangle GetCurrentCellBounds() { throw null; } in GetCurrentCellBounds()
3574 … protected virtual void GridHScrolled(object sender, System.Windows.Forms.ScrollEventArgs se) { } in GridHScrolled()
3575 … protected virtual void GridVScrolled(object sender, System.Windows.Forms.ScrollEventArgs se) { } in GridVScrolled()
3576 …public System.Windows.Forms.DataGrid.HitTestInfo HitTest(System.Drawing.Point position) { throw nu… in HitTest()
3577 public System.Windows.Forms.DataGrid.HitTestInfo HitTest(int x, int y) { throw null; } in HitTest()
3582 protected virtual void OnAllowNavigationChanged(System.EventArgs e) { } in OnAllowNavigationChanged()
3583 protected void OnBackButtonClicked(object sender, System.EventArgs e) { } in OnBackButtonClicked()
3584 protected override void OnBackColorChanged(System.EventArgs e) { } in OnBackColorChanged()
3585 protected virtual void OnBackgroundColorChanged(System.EventArgs e) { } in OnBackgroundColorChanged()
3586 protected override void OnBindingContextChanged(System.EventArgs e) { } in OnBindingContextChanged()
3587 protected virtual void OnBorderStyleChanged(System.EventArgs e) { } in OnBorderStyleChanged()
3588 protected virtual void OnCaptionVisibleChanged(System.EventArgs e) { } in OnCaptionVisibleChanged()
3589 protected virtual void OnCurrentCellChanged(System.EventArgs e) { } in OnCurrentCellChanged()
3590 protected virtual void OnDataSourceChanged(System.EventArgs e) { } in OnDataSourceChanged()
3591 protected override void OnEnter(System.EventArgs e) { } in OnEnter()
3592 protected virtual void OnFlatModeChanged(System.EventArgs e) { } in OnFlatModeChanged()
3593 protected override void OnFontChanged(System.EventArgs e) { } in OnFontChanged()
3594 protected override void OnForeColorChanged(System.EventArgs e) { } in OnForeColorChanged()
3595 protected override void OnHandleCreated(System.EventArgs e) { } in OnHandleCreated()
3596 protected override void OnHandleDestroyed(System.EventArgs e) { } in OnHandleDestroyed()
3597 protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs ke) { } in OnKeyDown()
3598 protected override void OnKeyPress(System.Windows.Forms.KeyPressEventArgs kpe) { } in OnKeyPress()
3599 protected override void OnLayout(System.Windows.Forms.LayoutEventArgs levent) { } in OnLayout()
3600 protected override void OnLeave(System.EventArgs e) { } in OnLeave()
3601 protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { } in OnMouseDown()
3602 protected override void OnMouseLeave(System.EventArgs e) { } in OnMouseLeave()
3603 protected override void OnMouseMove(System.Windows.Forms.MouseEventArgs e) { } in OnMouseMove()
3604 protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs e) { } in OnMouseUp()
3605 protected override void OnMouseWheel(System.Windows.Forms.MouseEventArgs e) { } in OnMouseWheel()
3606 protected void OnNavigate(System.Windows.Forms.NavigateEventArgs e) { } in OnNavigate()
3607 protected override void OnPaint(System.Windows.Forms.PaintEventArgs pe) { } in OnPaint()
3608 protected override void OnPaintBackground(System.Windows.Forms.PaintEventArgs ebe) { } in OnPaintBackground()
3609 protected virtual void OnParentRowsLabelStyleChanged(System.EventArgs e) { } in OnParentRowsLabelStyleChanged()
3610 protected virtual void OnParentRowsVisibleChanged(System.EventArgs e) { } in OnParentRowsVisibleChanged()
3611 protected virtual void OnReadOnlyChanged(System.EventArgs e) { } in OnReadOnlyChanged()
3612 protected override void OnResize(System.EventArgs e) { } in OnResize()
3613 protected void OnRowHeaderClick(System.EventArgs e) { } in OnRowHeaderClick()
3614 protected void OnScroll(System.EventArgs e) { } in OnScroll()
3615 protected void OnShowParentDetailsButtonClicked(object sender, System.EventArgs e) { } in OnShowParentDetailsButtonClicked()
3616 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
3617 protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; } in ProcessDialogKey()
3618 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
3619 protected bool ProcessGridKey(System.Windows.Forms.KeyEventArgs ke) { throw null; } in ProcessGridKey()
3620 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
3621 … protected override bool ProcessKeyPreview(ref System.Windows.Forms.Message m) { throw null; } in ProcessKeyPreview()
3622 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
3623 protected bool ProcessTabKey(System.Windows.Forms.Keys keyData) { throw null; } in ProcessTabKey()
3657 public static readonly System.Windows.Forms.DataGrid.HitTestInfo Nowhere;
3660 public System.Windows.Forms.DataGrid.HitTestType Type { get { throw null; } }
3665 [System.FlagsAttribute]
3678 public partial class DataGridBoolColumn : System.Windows.Forms.DataGridColumnStyle
3681 public DataGridBoolColumn(System.ComponentModel.PropertyDescriptor prop) { } in DataGridBoolColumn()
3682 public DataGridBoolColumn(System.ComponentModel.PropertyDescriptor prop, bool isDefault) { } in DataGridBoolColumn()
3683 [System.ComponentModel.DefaultValueAttribute(true)]
3685 [System.ComponentModel.DefaultValueAttribute(false)]
3686 … [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
3688 … [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
3690 [System.ComponentModel.DefaultValueAttribute(true)]
3691 … [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
3693 public event System.EventHandler AllowNullChanged { add { } remove { } }
3694 public event System.EventHandler FalseValueChanged { add { } remove { } }
3695 public event System.EventHandler TrueValueChanged { add { } remove { } }
3697 …protected internal override bool Commit(System.Windows.Forms.CurrencyManager dataSource, int rowNu… in Commit()
3699 …protected internal override void Edit(System.Windows.Forms.CurrencyManager source, int rowNum, Sys… in Edit()
3701 …protected internal override object GetColumnValueAtRow(System.Windows.Forms.CurrencyManager lm, in… in GetColumnValueAtRow()
3703 …protected internal override int GetPreferredHeight(System.Drawing.Graphics g, object value) { thro… in GetPreferredHeight()
3704 …protected internal override System.Drawing.Size GetPreferredSize(System.Drawing.Graphics g, object… in GetPreferredSize()
3705 …protected internal override void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds,… in Paint()
3706 …protected internal override void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds,… in Paint()
3707System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager s… in Paint()
3708 …protected internal override void SetColumnValueAtRow(System.Windows.Forms.CurrencyManager lm, int … in SetColumnValueAtRow()
3710 …[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Se…
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.Window…
3726 public DataGridColumnStyle(System.ComponentModel.PropertyDescriptor prop) { } in DataGridColumnStyle()
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; } }
3733 [System.ComponentModel.BrowsableAttribute(false)]
3734 public System.Windows.Forms.AccessibleObject HeaderAccessibleObject { get { throw null; } }
3735 [System.ComponentModel.LocalizableAttribute(true)]
3737 [System.ComponentModel.DefaultValueAttribute("")]
3738System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataGridColumnStyleMappingNameE…
3739 [System.ComponentModel.LocalizableAttribute(true)]
3741 [System.ComponentModel.LocalizableAttribute(true)]
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; } s…
3747 [System.ComponentModel.DefaultValueAttribute(false)]
3749 [System.ComponentModel.DefaultValueAttribute(100)]
3750 [System.ComponentModel.LocalizableAttribute(true)]
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 { } }
3764 protected void CheckValidDataSource(System.Windows.Forms.CurrencyManager value) { } in CheckValidDataSource()
3765 …protected internal virtual void ColumnStartedEditing(System.Windows.Forms.Control editingControl) … in ColumnStartedEditing()
3766 …protected internal abstract bool Commit(System.Windows.Forms.CurrencyManager dataSource, int rowNu… in Commit()
3768 …protected virtual System.Windows.Forms.AccessibleObject CreateHeaderAccessibleObject() { throw nul… in CreateHeaderAccessibleObject()
3769 …protected internal virtual void Edit(System.Windows.Forms.CurrencyManager source, int rowNum, Syst… in Edit()
3770 …protected internal virtual void Edit(System.Windows.Forms.CurrencyManager source, int rowNum, Syst… in Edit()
3771 …protected internal abstract void Edit(System.Windows.Forms.CurrencyManager source, int rowNum, Sys… in Edit()
3774 …protected internal virtual object GetColumnValueAtRow(System.Windows.Forms.CurrencyManager source,… in GetColumnValueAtRow()
3776 protected internal abstract int GetPreferredHeight(System.Drawing.Graphics g, object value); in GetPreferredHeight()
3777 …protected internal abstract System.Drawing.Size GetPreferredSize(System.Drawing.Graphics g, object… in GetPreferredSize()
3779 …protected internal abstract void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds,… in Paint()
3780 …protected internal abstract void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds,… in Paint()
3781System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager s… in Paint()
3784 …protected internal virtual void SetColumnValueAtRow(System.Windows.Forms.CurrencyManager source, i… in SetColumnValueAtRow()
3785 protected virtual void SetDataGrid(System.Windows.Forms.DataGrid value) { } in SetDataGrid()
3786 protected virtual void SetDataGridInColumn(System.Windows.Forms.DataGrid value) { } in SetDataGridInColumn()
3787 …void System.Windows.Forms.IDataGridColumnStyleEditingNotificationService.ColumnStartedEditing(Syst… in System.Windows.Forms.IDataGridColumnStyleEditingNotificationService.ColumnStartedEditing()
3788 …protected internal virtual void UpdateUI(System.Windows.Forms.CurrencyManager source, int rowNum, … in UpdateUI()
3792 public static System.Diagnostics.TraceSwitch DGEditColumnEditing { get { throw null; } }
3794 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3795 …protected partial class DataGridColumnHeaderAccessibleObject : System.Windows.Forms.AccessibleObje…
3798 … public DataGridColumnHeaderAccessibleObject(System.Windows.Forms.DataGridColumnStyle owner) { } in DataGridColumnHeaderAccessibleObject()
3799 public override System.Drawing.Rectangle Bounds { get { throw null; } }
3801 protected System.Windows.Forms.DataGridColumnStyle Owner { get { throw null; } }
3802System.Windows.Forms.AccessibleObject Parent { [System.Security.Permissions.SecurityPermissionAttr…
3803 public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
3804 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
3805 …public override System.Windows.Forms.AccessibleObject Navigate(System.Windows.Forms.AccessibleNavi… in Navigate()
3820 …public partial class DataGridPreferredColumnWidthTypeConverter : System.ComponentModel.TypeConvert…
3823 …public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.T… in CanConvertFrom()
3824 …public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Gl… in ConvertFrom()
3825 … object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.Cultu… in ConvertTo()
3827 [System.ComponentModel.DesignTimeVisibleAttribute(false)]
3828 [System.ComponentModel.ToolboxItemAttribute(false)]
3829 …public partial class DataGridTableStyle : System.ComponentModel.Component, System.Windows.Forms.ID…
3831 public static readonly System.Windows.Forms.DataGridTableStyle DefaultTableStyle;
3834 public DataGridTableStyle(System.Windows.Forms.CurrencyManager listManager) { } in DataGridTableStyle()
3835 [System.ComponentModel.DefaultValueAttribute(true)]
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)]
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.DesignerSer…
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("")]
3860System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataGridTableStyleMappingNameEd…
3862 [System.ComponentModel.DefaultValueAttribute(75)]
3863 [System.ComponentModel.LocalizableAttribute(true)]
3864 …[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.DataGridPreferredColumnW…
3866 [System.ComponentModel.LocalizableAttribute(true)]
3868 [System.ComponentModel.DefaultValueAttribute(false)]
3870 [System.ComponentModel.DefaultValueAttribute(true)]
3872 [System.ComponentModel.DefaultValueAttribute(35)]
3873 [System.ComponentModel.LocalizableAttribute(true)]
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 { } }
3898 …public bool BeginEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, int rowNumber) { throw … in BeginEdit()
3899 …protected internal virtual System.Windows.Forms.DataGridColumnStyle CreateGridColumn(System.Compon… in CreateGridColumn()
3900 …protected internal virtual System.Windows.Forms.DataGridColumnStyle CreateGridColumn(System.Compon… in CreateGridColumn()
3902 …public bool EndEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, int rowNumber, bool shoul… in EndEdit()
3903 protected virtual void OnAllowSortingChanged(System.EventArgs e) { } in OnAllowSortingChanged()
3904 protected virtual void OnAlternatingBackColorChanged(System.EventArgs e) { } in OnAlternatingBackColorChanged()
3905 protected virtual void OnBackColorChanged(System.EventArgs e) { } in OnBackColorChanged()
3906 protected virtual void OnColumnHeadersVisibleChanged(System.EventArgs e) { } in OnColumnHeadersVisibleChanged()
3907 protected virtual void OnForeColorChanged(System.EventArgs e) { } in OnForeColorChanged()
3908 protected virtual void OnGridLineColorChanged(System.EventArgs e) { } in OnGridLineColorChanged()
3909 protected virtual void OnGridLineStyleChanged(System.EventArgs e) { } in OnGridLineStyleChanged()
3910 protected virtual void OnHeaderBackColorChanged(System.EventArgs e) { } in OnHeaderBackColorChanged()
3911 protected virtual void OnHeaderFontChanged(System.EventArgs e) { } in OnHeaderFontChanged()
3912 protected virtual void OnHeaderForeColorChanged(System.EventArgs e) { } in OnHeaderForeColorChanged()
3913 protected virtual void OnLinkColorChanged(System.EventArgs e) { } in OnLinkColorChanged()
3914 protected virtual void OnLinkHoverColorChanged(System.EventArgs e) { } in OnLinkHoverColorChanged()
3915 protected virtual void OnMappingNameChanged(System.EventArgs e) { } in OnMappingNameChanged()
3916 protected virtual void OnPreferredColumnWidthChanged(System.EventArgs e) { } in OnPreferredColumnWidthChanged()
3917 protected virtual void OnPreferredRowHeightChanged(System.EventArgs e) { } in OnPreferredRowHeightChanged()
3918 protected virtual void OnReadOnlyChanged(System.EventArgs e) { } in OnReadOnlyChanged()
3919 protected virtual void OnRowHeadersVisibleChanged(System.EventArgs e) { } in OnRowHeadersVisibleChanged()
3920 protected virtual void OnRowHeaderWidthChanged(System.EventArgs e) { } in OnRowHeaderWidthChanged()
3921 protected virtual void OnSelectionBackColorChanged(System.EventArgs e) { } in OnSelectionBackColorChanged()
3922 protected virtual void OnSelectionForeColorChanged(System.EventArgs e) { } in OnSelectionForeColorChanged()
3946 [System.ComponentModel.DefaultPropertyAttribute("GridEditName")]
3947 [System.ComponentModel.DesignTimeVisibleAttribute(false)]
3948 [System.ComponentModel.ToolboxItemAttribute(false)]
3949 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
3950 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
3951 public partial class DataGridTextBox : System.Windows.Forms.TextBox
3955 protected override void OnKeyPress(System.Windows.Forms.KeyPressEventArgs e) { } in OnKeyPress()
3956 protected override void OnMouseWheel(System.Windows.Forms.MouseEventArgs e) { } in OnMouseWheel()
3957 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
3958 …protected internal override bool ProcessKeyMessage(ref System.Windows.Forms.Message m) { throw nul… in ProcessKeyMessage()
3959 public void SetDataGrid(System.Windows.Forms.DataGrid parentGrid) { } in SetDataGrid()
3960 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
3961 protected override void WndProc(ref System.Windows.Forms.Message m) { } in WndProc()
3963 public partial class DataGridTextBoxColumn : System.Windows.Forms.DataGridColumnStyle
3966 public DataGridTextBoxColumn(System.ComponentModel.PropertyDescriptor prop) { } in DataGridTextBoxColumn()
3967 … public DataGridTextBoxColumn(System.ComponentModel.PropertyDescriptor prop, bool isDefault) { } in DataGridTextBoxColumn()
3968 … public DataGridTextBoxColumn(System.ComponentModel.PropertyDescriptor prop, string format) { } in DataGridTextBoxColumn()
3969 …public DataGridTextBoxColumn(System.ComponentModel.PropertyDescriptor prop, string format, bool is… in DataGridTextBoxColumn()
3970 [System.ComponentModel.DefaultValueAttribute(null)]
3971System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataGridColumnStyleFormatEditor…
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 { } }
3979 [System.ComponentModel.BrowsableAttribute(false)]
3980 public virtual System.Windows.Forms.TextBox TextBox { get { throw null; } }
3982 …protected internal override bool Commit(System.Windows.Forms.CurrencyManager dataSource, int rowNu… in Commit()
3984 …protected internal override void Edit(System.Windows.Forms.CurrencyManager source, int rowNum, Sys… in Edit()
3988 …protected internal override int GetPreferredHeight(System.Drawing.Graphics g, object value) { thro… in GetPreferredHeight()
3989 …protected internal override System.Drawing.Size GetPreferredSize(System.Drawing.Graphics g, object… in GetPreferredSize()
3991 …protected internal override void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds,… in Paint()
3992 …protected internal override void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds,… in Paint()
3993System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager s… in Paint()
3994 …protected void PaintText(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string text, … in PaintText()
3995 …ted void PaintText(System.Drawing.Graphics g, System.Drawing.Rectangle textBounds, string text, Sy… in PaintText()
3997 protected override void SetDataGridInColumn(System.Windows.Forms.DataGrid value) { } in SetDataGridInColumn()
3998 …protected internal override void UpdateUI(System.Windows.Forms.CurrencyManager source, int rowNum,… in UpdateUI()
4000 [System.ComponentModel.ComplexBindingPropertiesAttribute("DataSource", "DataMember")]
4001 [System.ComponentModel.DefaultEventAttribute("CellContentClick")]
4002 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.DataGridViewDesigner, System…
4003System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataGridViewComponentEditor, Sy…
4004 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
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.ISupportIn…
4010 [System.ComponentModel.BrowsableAttribute(false)]
4011 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
4012 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4013 …public virtual System.Windows.Forms.DataGridViewAdvancedBorderStyle AdjustedTopLeftHeaderBorderSty…
4014 [System.ComponentModel.BrowsableAttribute(false)]
4015 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4016 …public System.Windows.Forms.DataGridViewAdvancedBorderStyle AdvancedCellBorderStyle { get { throw …
4017 [System.ComponentModel.BrowsableAttribute(false)]
4018 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4019 …public System.Windows.Forms.DataGridViewAdvancedBorderStyle AdvancedColumnHeadersBorderStyle { get…
4020 [System.ComponentModel.BrowsableAttribute(false)]
4021 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4022 …public System.Windows.Forms.DataGridViewAdvancedBorderStyle AdvancedRowHeadersBorderStyle { get { …
4023 [System.ComponentModel.DefaultValueAttribute(true)]
4025 [System.ComponentModel.DefaultValueAttribute(true)]
4027 [System.ComponentModel.DefaultValueAttribute(false)]
4029 [System.ComponentModel.DefaultValueAttribute(true)]
4031 [System.ComponentModel.DefaultValueAttribute(true)]
4033 …public System.Windows.Forms.DataGridViewCellStyle AlternatingRowsDefaultCellStyle { get { throw nu…
4034 [System.ComponentModel.BrowsableAttribute(false)]
4035 [System.ComponentModel.DefaultValueAttribute(true)]
4036 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4039 …[System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewAutoSizeColumnsMode…
4040 …public System.Windows.Forms.DataGridViewAutoSizeColumnsMode AutoSizeColumnsMode { get { throw null…
4041 …[System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewAutoSizeRowsMode)(0…
4042 …public System.Windows.Forms.DataGridViewAutoSizeRowsMode AutoSizeRowsMode { get { throw null; } se…
4043 [System.ComponentModel.BrowsableAttribute(false)]
4044 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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 { } }
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)(…
4062 …public System.Windows.Forms.DataGridViewClipboardCopyMode ClipboardCopyMode { get { throw null; } …
4063 [System.ComponentModel.BrowsableAttribute(false)]
4064 [System.ComponentModel.DefaultValueAttribute(0)]
4065 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
4066 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4068 [System.ComponentModel.BrowsableAttribute(true)]
4069 …[System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewHeaderBorderStyle)(…
4070 …public System.Windows.Forms.DataGridViewHeaderBorderStyle ColumnHeadersBorderStyle { get { throw n…
4071 [System.ComponentModel.AmbientValueAttribute(null)]
4072 …public System.Windows.Forms.DataGridViewCellStyle ColumnHeadersDefaultCellStyle { get { throw null…
4073 [System.ComponentModel.LocalizableAttribute(true)]
4075 …[System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewColumnHeadersHeight…
4076 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
4077 …public System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode ColumnHeadersHeightSizeMode { …
4078 [System.ComponentModel.DefaultValueAttribute(true)]
4080 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
4081System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataGridViewColumnCollectionEdi…
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.DesignerSer…
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("")]
4092System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataMemberListEditor, System.De…
4094 … [System.ComponentModel.AttributeProviderAttribute(typeof(System.ComponentModel.IListSource))]
4095 [System.ComponentModel.DefaultValueAttribute(null)]
4096 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
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)]
4112 [System.ComponentModel.BrowsableAttribute(false)]
4113 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
4114 … public System.Windows.Forms.DataGridViewCell FirstDisplayedCell { get { throw null; } set { } }
4115 [System.ComponentModel.BrowsableAttribute(false)]
4116 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
4117 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4119 [System.ComponentModel.BrowsableAttribute(false)]
4120 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
4122 [System.ComponentModel.BrowsableAttribute(false)]
4123 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
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.DesignerSer…
4137 [System.ComponentModel.BrowsableAttribute(false)]
4139 [System.ComponentModel.BrowsableAttribute(false)]
4141 [System.ComponentModel.BrowsableAttribute(false)]
4143 [System.ComponentModel.BrowsableAttribute(false)]
4144 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
4145 …public System.Windows.Forms.DataGridViewCell this[int columnIndex, int rowIndex] { get { throw nul…
4146 [System.ComponentModel.BrowsableAttribute(false)]
4147 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
4148 …public System.Windows.Forms.DataGridViewCell this[string columnName, int rowIndex] { get { throw n…
4149 [System.ComponentModel.DefaultValueAttribute(true)]
4151 [System.ComponentModel.BrowsableAttribute(false)]
4152 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
4154 [System.ComponentModel.BrowsableAttribute(false)]
4155 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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)]
4161 [System.ComponentModel.BrowsableAttribute(false)]
4162 [System.ComponentModel.DefaultValueAttribute(0)]
4163 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
4164 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4166 [System.ComponentModel.BrowsableAttribute(true)]
4167 …[System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewHeaderBorderStyle)(…
4168 …public System.Windows.Forms.DataGridViewHeaderBorderStyle RowHeadersBorderStyle { get { throw null…
4169 [System.ComponentModel.AmbientValueAttribute(null)]
4170 …public System.Windows.Forms.DataGridViewCellStyle RowHeadersDefaultCellStyle { get { throw null; }…
4171 [System.ComponentModel.DefaultValueAttribute(true)]
4173 [System.ComponentModel.LocalizableAttribute(true)]
4175 …[System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewRowHeadersWidthSize…
4176 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
4177 …public System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode RowHeadersWidthSizeMode { get { th…
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.DesignerSer…
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 nul…
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)]
4198 [System.ComponentModel.DefaultValueAttribute(true)]
4200 [System.ComponentModel.DefaultValueAttribute(true)]
4202 [System.ComponentModel.DefaultValueAttribute(true)]
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))]
4211 [System.ComponentModel.BindableAttribute(false)]
4212 [System.ComponentModel.BrowsableAttribute(false)]
4213 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
4215 [System.ComponentModel.BrowsableAttribute(false)]
4216 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
4225 [System.ComponentModel.DefaultValueAttribute(false)]
4226 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
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 AutoSizeColumnModeCha…
4238 …public event System.Windows.Forms.DataGridViewAutoSizeColumnsModeEventHandler AutoSizeColumnsModeC…
4239 …public event System.Windows.Forms.DataGridViewAutoSizeModeEventHandler AutoSizeRowsModeChanged { a…
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 { } remov…
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 { } re…
4257 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4258 …public event System.Windows.Forms.DataGridViewCellEventHandler CellContextMenuStripChanged { add {…
4259 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4260 …public event System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventHandler CellContextMe…
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 { } remo…
4265 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4266 …public event System.Windows.Forms.DataGridViewCellErrorTextNeededEventHandler CellErrorTextNeeded …
4267 …public event System.Windows.Forms.DataGridViewCellFormattingEventHandler CellFormatting { add { } …
4268 … public event System.Windows.Forms.DataGridViewCellEventHandler CellLeave { add { } remove { } }
4269 …public event System.Windows.Forms.DataGridViewCellMouseEventHandler CellMouseClick { add { } remov…
4270 …public event System.Windows.Forms.DataGridViewCellMouseEventHandler CellMouseDoubleClick { add { }…
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 { } remo…
4277 …public event System.Windows.Forms.DataGridViewCellParsingEventHandler CellParsing { add { } remove…
4278 …public event System.Windows.Forms.DataGridViewCellStateChangedEventHandler CellStateChanged { add …
4279 …public event System.Windows.Forms.DataGridViewCellEventHandler CellStyleChanged { add { } remove {…
4280 …public event System.Windows.Forms.DataGridViewCellStyleContentChangedEventHandler CellStyleContent…
4281 …public event System.Windows.Forms.DataGridViewCellEventHandler CellToolTipTextChanged { add { } re…
4282 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4283 …public event System.Windows.Forms.DataGridViewCellToolTipTextNeededEventHandler CellToolTipTextNee…
4284 …public event System.Windows.Forms.DataGridViewCellEventHandler CellValidated { add { } remove { } }
4285 …public event System.Windows.Forms.DataGridViewCellValidatingEventHandler CellValidating { add { } …
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 { } remo…
4289 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4290 …public event System.Windows.Forms.DataGridViewCellValueEventHandler CellValuePushed { add { } remo…
4291 …public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnAdded { add { } remove { } }
4292 …public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnContextMenuStripChanged { a…
4293 …public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnDataPropertyNameChanged { a…
4294 …public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnDefaultCellStyleChanged { a…
4295 …public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnDisplayIndexChanged { add {…
4296 …public event System.Windows.Forms.DataGridViewColumnDividerDoubleClickEventHandler ColumnDividerDo…
4297 …public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnDividerWidthChanged { add {…
4298 …public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnHeaderCellChanged { add { }…
4299 …public event System.Windows.Forms.DataGridViewCellMouseEventHandler ColumnHeaderMouseClick { add {…
4300 …public event System.Windows.Forms.DataGridViewCellMouseEventHandler ColumnHeaderMouseDoubleClick {…
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 ColumnHeadersHeightSizeMode…
4305 …public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnMinimumWidthChanged { add {…
4306 …public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnNameChanged { add { } remov…
4307 …public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnRemoved { add { } remove { …
4308 …public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnSortModeChanged { add { } r…
4309 …public event System.Windows.Forms.DataGridViewColumnStateChangedEventHandler ColumnStateChanged { …
4310 …public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnToolTipTextChanged { add { …
4311 …public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnWidthChanged { add { } remo…
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 { ad…
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 EditingControlShow…
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.DesignerSer…
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 { }…
4339 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4340 …public event System.Windows.Forms.DataGridViewRowContextMenuStripNeededEventHandler RowContextMenu…
4341 …public event System.Windows.Forms.DataGridViewRowEventHandler RowDefaultCellStyleChanged { add { }…
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 RowDividerDoubleCl…
4345 …public event System.Windows.Forms.DataGridViewRowEventHandler RowDividerHeightChanged { add { } re…
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 { …
4350 …public event System.Windows.Forms.DataGridViewRowEventHandler RowHeaderCellChanged { add { } remov…
4351 …public event System.Windows.Forms.DataGridViewCellMouseEventHandler RowHeaderMouseClick { add { } …
4352 …public event System.Windows.Forms.DataGridViewCellMouseEventHandler RowHeaderMouseDoubleClick { ad…
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 RowHeadersWidthSizeModeChan…
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 …
4360 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4361 …public event System.Windows.Forms.DataGridViewRowHeightInfoPushedEventHandler RowHeightInfoPushed …
4362 … public event System.Windows.Forms.DataGridViewCellEventHandler RowLeave { add { } remove { } }
4363 …public event System.Windows.Forms.DataGridViewRowEventHandler RowMinimumHeightChanged { add { } re…
4364 …public event System.Windows.Forms.DataGridViewRowPostPaintEventHandler RowPostPaint { add { } remo…
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 { …
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 { } remov…
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 { } remo…
4388 … protected virtual void AccessibilityNotifyCurrentCellChanged(System.Drawing.Point cellAddress) { } in AccessibilityNotifyCurrentCellChanged()
4389 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4390System.Windows.Forms.DataGridViewAdvancedBorderStyle AdjustColumnHeaderBorderStyle(System.Windows.… in AdjustColumnHeaderBorderStyle()
4393 …public void AutoResizeColumn(int columnIndex, System.Windows.Forms.DataGridViewAutoSizeColumnMode … in AutoResizeColumn()
4394 …protected void AutoResizeColumn(int columnIndex, System.Windows.Forms.DataGridViewAutoSizeColumnMo… in AutoResizeColumn()
4400 …public void AutoResizeColumns(System.Windows.Forms.DataGridViewAutoSizeColumnsMode autoSizeColumns… in AutoResizeColumns()
4401 …protected void AutoResizeColumns(System.Windows.Forms.DataGridViewAutoSizeColumnsMode autoSizeColu… in AutoResizeColumns()
4403 …public void AutoResizeRow(int rowIndex, System.Windows.Forms.DataGridViewAutoSizeRowMode autoSizeR… in AutoResizeRow()
4404 …protected void AutoResizeRow(int rowIndex, System.Windows.Forms.DataGridViewAutoSizeRowMode autoSi… in AutoResizeRow()
4405 …public void AutoResizeRowHeadersWidth(int rowIndex, System.Windows.Forms.DataGridViewRowHeadersWid… in AutoResizeRowHeadersWidth()
4406 …protected void AutoResizeRowHeadersWidth(int rowIndex, System.Windows.Forms.DataGridViewRowHeaders… in AutoResizeRowHeadersWidth()
4407 …public void AutoResizeRowHeadersWidth(System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode row… in AutoResizeRowHeadersWidth()
4408 …protected void AutoResizeRowHeadersWidth(System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode … in AutoResizeRowHeadersWidth()
4410 …protected void AutoResizeRows(int rowIndexStart, int rowsCount, System.Windows.Forms.DataGridViewA… in AutoResizeRows()
4411 … public void AutoResizeRows(System.Windows.Forms.DataGridViewAutoSizeRowsMode autoSizeRowsMode) { } in AutoResizeRows()
4412 …protected void AutoResizeRows(System.Windows.Forms.DataGridViewAutoSizeRowsMode autoSizeRowsMode, … in AutoResizeRows()
4417 … public bool CommitEdit(System.Windows.Forms.DataGridViewDataErrorContexts context) { throw null; } in CommitEdit()
4418 …protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw nul… in CreateAccessibilityInstance()
4419 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4420 …protected virtual System.Windows.Forms.DataGridViewColumnCollection CreateColumnsInstance() { thro… in CreateColumnsInstance()
4421 …protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw… in CreateControlsInstance()
4422 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4423 …protected virtual System.Windows.Forms.DataGridViewRowCollection CreateRowsInstance() { throw null… in CreateRowsInstance()
4428 … public bool EndEdit(System.Windows.Forms.DataGridViewDataErrorContexts context) { throw null; } in EndEdit()
4429 …protected override System.Windows.Forms.AccessibleObject GetAccessibilityObjectById(int objectId) … in GetAccessibilityObjectById()
4430 …public int GetCellCount(System.Windows.Forms.DataGridViewElementStates includeFilter) { throw null… in GetCellCount()
4431 …public System.Drawing.Rectangle GetCellDisplayRectangle(int columnIndex, int rowIndex, bool cutOve… in GetCellDisplayRectangle()
4432 public virtual System.Windows.Forms.DataObject GetClipboardContent() { throw null; } in GetClipboardContent()
4433 …public System.Drawing.Rectangle GetColumnDisplayRectangle(int columnIndex, bool cutOverflow) { thr… in GetColumnDisplayRectangle()
4434 …public System.Drawing.Rectangle GetRowDisplayRectangle(int rowIndex, bool cutOverflow) { throw nul… in GetRowDisplayRectangle()
4435 public System.Windows.Forms.DataGridView.HitTestInfo HitTest(int x, int y) { throw null; } in HitTest()
4437 public void InvalidateCell(System.Windows.Forms.DataGridViewCell dataGridViewCell) { } in InvalidateCell()
4441 protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; } in IsInputKey()
4443 protected virtual void OnAllowUserToAddRowsChanged(System.EventArgs e) { } in OnAllowUserToAddRowsChanged()
4444 protected virtual void OnAllowUserToDeleteRowsChanged(System.EventArgs e) { } in OnAllowUserToDeleteRowsChanged()
4445 protected virtual void OnAllowUserToOrderColumnsChanged(System.EventArgs e) { } in OnAllowUserToOrderColumnsChanged()
4446 protected virtual void OnAllowUserToResizeColumnsChanged(System.EventArgs e) { } in OnAllowUserToResizeColumnsChanged()
4447 protected virtual void OnAllowUserToResizeRowsChanged(System.EventArgs e) { } in OnAllowUserToResizeRowsChanged()
4448 protected virtual void OnAlternatingRowsDefaultCellStyleChanged(System.EventArgs e) { } in OnAlternatingRowsDefaultCellStyleChanged()
4449 protected virtual void OnAutoGenerateColumnsChanged(System.EventArgs e) { } in OnAutoGenerateColumnsChanged()
4450 …protected virtual void OnAutoSizeColumnModeChanged(System.Windows.Forms.DataGridViewAutoSizeColumn… in OnAutoSizeColumnModeChanged()
4451 …protected virtual void OnAutoSizeColumnsModeChanged(System.Windows.Forms.DataGridViewAutoSizeColum… in OnAutoSizeColumnsModeChanged()
4452 …protected virtual void OnAutoSizeRowsModeChanged(System.Windows.Forms.DataGridViewAutoSizeModeEven… in OnAutoSizeRowsModeChanged()
4453 protected virtual void OnBackgroundColorChanged(System.EventArgs e) { } in OnBackgroundColorChanged()
4454 protected override void OnBindingContextChanged(System.EventArgs e) { } in OnBindingContextChanged()
4455 protected virtual void OnBorderStyleChanged(System.EventArgs e) { } in OnBorderStyleChanged()
4456 protected virtual void OnCancelRowEdit(System.Windows.Forms.QuestionEventArgs e) { } in OnCancelRowEdit()
4457 … protected virtual void OnCellBeginEdit(System.Windows.Forms.DataGridViewCellCancelEventArgs e) { } in OnCellBeginEdit()
4458 protected virtual void OnCellBorderStyleChanged(System.EventArgs e) { } in OnCellBorderStyleChanged()
4459 protected virtual void OnCellClick(System.Windows.Forms.DataGridViewCellEventArgs e) { } in OnCellClick()
4460 … protected virtual void OnCellContentClick(System.Windows.Forms.DataGridViewCellEventArgs e) { } in OnCellContentClick()
4461 …protected virtual void OnCellContentDoubleClick(System.Windows.Forms.DataGridViewCellEventArgs e) … in OnCellContentDoubleClick()
4462 …protected virtual void OnCellContextMenuStripChanged(System.Windows.Forms.DataGridViewCellEventArg… in OnCellContextMenuStripChanged()
4463 …protected virtual void OnCellContextMenuStripNeeded(System.Windows.Forms.DataGridViewCellContextMe… in OnCellContextMenuStripNeeded()
4464 … protected virtual void OnCellDoubleClick(System.Windows.Forms.DataGridViewCellEventArgs e) { } in OnCellDoubleClick()
4465 protected virtual void OnCellEndEdit(System.Windows.Forms.DataGridViewCellEventArgs e) { } in OnCellEndEdit()
4466 protected virtual void OnCellEnter(System.Windows.Forms.DataGridViewCellEventArgs e) { } in OnCellEnter()
4467 …protected virtual void OnCellErrorTextChanged(System.Windows.Forms.DataGridViewCellEventArgs e) { } in OnCellErrorTextChanged()
4468 …protected virtual void OnCellErrorTextNeeded(System.Windows.Forms.DataGridViewCellErrorTextNeededE… in OnCellErrorTextNeeded()
4469 …protected virtual void OnCellFormatting(System.Windows.Forms.DataGridViewCellFormattingEventArgs e… in OnCellFormatting()
4470 protected virtual void OnCellLeave(System.Windows.Forms.DataGridViewCellEventArgs e) { } in OnCellLeave()
4471 … protected virtual void OnCellMouseClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { } in OnCellMouseClick()
4472 …protected virtual void OnCellMouseDoubleClick(System.Windows.Forms.DataGridViewCellMouseEventArgs … in OnCellMouseDoubleClick()
4473 … protected virtual void OnCellMouseDown(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { } in OnCellMouseDown()
4474 … protected virtual void OnCellMouseEnter(System.Windows.Forms.DataGridViewCellEventArgs e) { } in OnCellMouseEnter()
4475 … protected virtual void OnCellMouseLeave(System.Windows.Forms.DataGridViewCellEventArgs e) { } in OnCellMouseLeave()
4476 … protected virtual void OnCellMouseMove(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { } in OnCellMouseMove()
4477 … protected virtual void OnCellMouseUp(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { } in OnCellMouseUp()
4478 …protected internal virtual void OnCellPainting(System.Windows.Forms.DataGridViewCellPaintingEventA… in OnCellPainting()
4479 … protected virtual void OnCellParsing(System.Windows.Forms.DataGridViewCellParsingEventArgs e) { } in OnCellParsing()
4480 …protected virtual void OnCellStateChanged(System.Windows.Forms.DataGridViewCellStateChangedEventAr… in OnCellStateChanged()
4481 … protected virtual void OnCellStyleChanged(System.Windows.Forms.DataGridViewCellEventArgs e) { } in OnCellStyleChanged()
4482 …protected virtual void OnCellStyleContentChanged(System.Windows.Forms.DataGridViewCellStyleContent… in OnCellStyleContentChanged()
4483 …protected virtual void OnCellToolTipTextChanged(System.Windows.Forms.DataGridViewCellEventArgs e) … in OnCellToolTipTextChanged()
4484 …protected virtual void OnCellToolTipTextNeeded(System.Windows.Forms.DataGridViewCellToolTipTextNee… in OnCellToolTipTextNeeded()
4485 protected virtual void OnCellValidated(System.Windows.Forms.DataGridViewCellEventArgs e) { } in OnCellValidated()
4486 …protected virtual void OnCellValidating(System.Windows.Forms.DataGridViewCellValidatingEventArgs e… in OnCellValidating()
4487 … protected virtual void OnCellValueChanged(System.Windows.Forms.DataGridViewCellEventArgs e) { } in OnCellValueChanged()
4488 …protected virtual void OnCellValueNeeded(System.Windows.Forms.DataGridViewCellValueEventArgs e) { } in OnCellValueNeeded()
4489 …protected virtual void OnCellValuePushed(System.Windows.Forms.DataGridViewCellValueEventArgs e) { } in OnCellValuePushed()
4490 protected virtual void OnColumnAdded(System.Windows.Forms.DataGridViewColumnEventArgs e) { } in OnColumnAdded()
4491 …protected virtual void OnColumnContextMenuStripChanged(System.Windows.Forms.DataGridViewColumnEven… in OnColumnContextMenuStripChanged()
4492 …protected virtual void OnColumnDataPropertyNameChanged(System.Windows.Forms.DataGridViewColumnEven… in OnColumnDataPropertyNameChanged()
4493 …protected virtual void OnColumnDefaultCellStyleChanged(System.Windows.Forms.DataGridViewColumnEven… in OnColumnDefaultCellStyleChanged()
4494 …protected virtual void OnColumnDisplayIndexChanged(System.Windows.Forms.DataGridViewColumnEventArg… in OnColumnDisplayIndexChanged()
4495 …protected virtual void OnColumnDividerDoubleClick(System.Windows.Forms.DataGridViewColumnDividerDo… in OnColumnDividerDoubleClick()
4496 …protected virtual void OnColumnDividerWidthChanged(System.Windows.Forms.DataGridViewColumnEventArg… in OnColumnDividerWidthChanged()
4497 …protected virtual void OnColumnHeaderCellChanged(System.Windows.Forms.DataGridViewColumnEventArgs … in OnColumnHeaderCellChanged()
4498 …protected virtual void OnColumnHeaderMouseClick(System.Windows.Forms.DataGridViewCellMouseEventArg… in OnColumnHeaderMouseClick()
4499 …protected virtual void OnColumnHeaderMouseDoubleClick(System.Windows.Forms.DataGridViewCellMouseEv… in OnColumnHeaderMouseDoubleClick()
4500 protected virtual void OnColumnHeadersBorderStyleChanged(System.EventArgs e) { } in OnColumnHeadersBorderStyleChanged()
4501 protected virtual void OnColumnHeadersDefaultCellStyleChanged(System.EventArgs e) { } in OnColumnHeadersDefaultCellStyleChanged()
4502 protected virtual void OnColumnHeadersHeightChanged(System.EventArgs e) { } in OnColumnHeadersHeightChanged()
4503 …protected virtual void OnColumnHeadersHeightSizeModeChanged(System.Windows.Forms.DataGridViewAutoS… in OnColumnHeadersHeightSizeModeChanged()
4504 …protected virtual void OnColumnMinimumWidthChanged(System.Windows.Forms.DataGridViewColumnEventArg… in OnColumnMinimumWidthChanged()
4505 … protected virtual void OnColumnNameChanged(System.Windows.Forms.DataGridViewColumnEventArgs e) { } in OnColumnNameChanged()
4506 … protected virtual void OnColumnRemoved(System.Windows.Forms.DataGridViewColumnEventArgs e) { } in OnColumnRemoved()
4507 …protected virtual void OnColumnSortModeChanged(System.Windows.Forms.DataGridViewColumnEventArgs e)… in OnColumnSortModeChanged()
4508 …protected virtual void OnColumnStateChanged(System.Windows.Forms.DataGridViewColumnStateChangedEve… in OnColumnStateChanged()
4509 …protected virtual void OnColumnToolTipTextChanged(System.Windows.Forms.DataGridViewColumnEventArgs… in OnColumnToolTipTextChanged()
4510 …protected virtual void OnColumnWidthChanged(System.Windows.Forms.DataGridViewColumnEventArgs e) { } in OnColumnWidthChanged()
4511 protected virtual void OnCurrentCellChanged(System.EventArgs e) { } in OnCurrentCellChanged()
4512 protected virtual void OnCurrentCellDirtyStateChanged(System.EventArgs e) { } in OnCurrentCellDirtyStateChanged()
4513 protected override void OnCursorChanged(System.EventArgs e) { } in OnCursorChanged()
4514 …protected virtual void OnDataBindingComplete(System.Windows.Forms.DataGridViewBindingCompleteEvent… in OnDataBindingComplete()
4515 …protected virtual void OnDataError(bool displayErrorDialogIfNoHandler, System.Windows.Forms.DataGr… in OnDataError()
4516 protected virtual void OnDataMemberChanged(System.EventArgs e) { } in OnDataMemberChanged()
4517 protected virtual void OnDataSourceChanged(System.EventArgs e) { } in OnDataSourceChanged()
4518 protected virtual void OnDefaultCellStyleChanged(System.EventArgs e) { } in OnDefaultCellStyleChanged()
4519 … protected virtual void OnDefaultValuesNeeded(System.Windows.Forms.DataGridViewRowEventArgs e) { } in OnDefaultValuesNeeded()
4520 protected override void OnDoubleClick(System.EventArgs e) { } in OnDoubleClick()
4521 …protected virtual void OnEditingControlShowing(System.Windows.Forms.DataGridViewEditingControlShow… in OnEditingControlShowing()
4522 protected virtual void OnEditModeChanged(System.EventArgs e) { } in OnEditModeChanged()
4523 protected override void OnEnabledChanged(System.EventArgs e) { } in OnEnabledChanged()
4524 protected override void OnEnter(System.EventArgs e) { } in OnEnter()
4525 protected override void OnFontChanged(System.EventArgs e) { } in OnFontChanged()
4526 protected override void OnForeColorChanged(System.EventArgs e) { } in OnForeColorChanged()
4527 protected override void OnGotFocus(System.EventArgs e) { } in OnGotFocus()
4528 protected virtual void OnGridColorChanged(System.EventArgs e) { } in OnGridColorChanged()
4529 protected override void OnHandleCreated(System.EventArgs e) { } in OnHandleCreated()
4530 protected override void OnHandleDestroyed(System.EventArgs e) { } in OnHandleDestroyed()
4531 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4532 protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { } in OnKeyDown()
4533 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4534 protected override void OnKeyPress(System.Windows.Forms.KeyPressEventArgs e) { } in OnKeyPress()
4535 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4536 protected override void OnKeyUp(System.Windows.Forms.KeyEventArgs e) { } in OnKeyUp()
4537 protected override void OnLayout(System.Windows.Forms.LayoutEventArgs e) { } in OnLayout()
4538 protected override void OnLeave(System.EventArgs e) { } in OnLeave()
4539 protected override void OnLostFocus(System.EventArgs e) { } in OnLostFocus()
4540 protected override void OnMouseClick(System.Windows.Forms.MouseEventArgs e) { } in OnMouseClick()
4541 protected override void OnMouseDoubleClick(System.Windows.Forms.MouseEventArgs e) { } in OnMouseDoubleClick()
4542 protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { } in OnMouseDown()
4543 protected override void OnMouseEnter(System.EventArgs e) { } in OnMouseEnter()
4544 protected override void OnMouseLeave(System.EventArgs e) { } in OnMouseLeave()
4545 protected override void OnMouseMove(System.Windows.Forms.MouseEventArgs e) { } in OnMouseMove()
4546 protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs e) { } in OnMouseUp()
4547 protected override void OnMouseWheel(System.Windows.Forms.MouseEventArgs e) { } in OnMouseWheel()
4548 protected virtual void OnMultiSelectChanged(System.EventArgs e) { } in OnMultiSelectChanged()
4549 protected virtual void OnNewRowNeeded(System.Windows.Forms.DataGridViewRowEventArgs e) { } in OnNewRowNeeded()
4550 protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { } in OnPaint()
4551 protected virtual void OnReadOnlyChanged(System.EventArgs e) { } in OnReadOnlyChanged()
4552 protected override void OnResize(System.EventArgs e) { } in OnResize()
4553 protected override void OnRightToLeftChanged(System.EventArgs e) { } in OnRightToLeftChanged()
4554 …protected virtual void OnRowContextMenuStripChanged(System.Windows.Forms.DataGridViewRowEventArgs … in OnRowContextMenuStripChanged()
4555 …protected virtual void OnRowContextMenuStripNeeded(System.Windows.Forms.DataGridViewRowContextMenu… in OnRowContextMenuStripNeeded()
4556 …protected virtual void OnRowDefaultCellStyleChanged(System.Windows.Forms.DataGridViewRowEventArgs … in OnRowDefaultCellStyleChanged()
4557 protected virtual void OnRowDirtyStateNeeded(System.Windows.Forms.QuestionEventArgs e) { } in OnRowDirtyStateNeeded()
4558 …protected virtual void OnRowDividerDoubleClick(System.Windows.Forms.DataGridViewRowDividerDoubleCl… in OnRowDividerDoubleClick()
4559 …protected virtual void OnRowDividerHeightChanged(System.Windows.Forms.DataGridViewRowEventArgs e) … in OnRowDividerHeightChanged()
4560 protected virtual void OnRowEnter(System.Windows.Forms.DataGridViewCellEventArgs e) { } in OnRowEnter()
4561 … protected virtual void OnRowErrorTextChanged(System.Windows.Forms.DataGridViewRowEventArgs e) { } in OnRowErrorTextChanged()
4562 …protected virtual void OnRowErrorTextNeeded(System.Windows.Forms.DataGridViewRowErrorTextNeededEve… in OnRowErrorTextNeeded()
4563 … protected virtual void OnRowHeaderCellChanged(System.Windows.Forms.DataGridViewRowEventArgs e) { } in OnRowHeaderCellChanged()
4564 …protected virtual void OnRowHeaderMouseClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e… in OnRowHeaderMouseClick()
4565 …protected virtual void OnRowHeaderMouseDoubleClick(System.Windows.Forms.DataGridViewCellMouseEvent… in OnRowHeaderMouseDoubleClick()
4566 protected virtual void OnRowHeadersBorderStyleChanged(System.EventArgs e) { } in OnRowHeadersBorderStyleChanged()
4567 protected virtual void OnRowHeadersDefaultCellStyleChanged(System.EventArgs e) { } in OnRowHeadersDefaultCellStyleChanged()
4568 protected virtual void OnRowHeadersWidthChanged(System.EventArgs e) { } in OnRowHeadersWidthChanged()
4569 …protected virtual void OnRowHeadersWidthSizeModeChanged(System.Windows.Forms.DataGridViewAutoSizeM… in OnRowHeadersWidthSizeModeChanged()
4570 … protected virtual void OnRowHeightChanged(System.Windows.Forms.DataGridViewRowEventArgs e) { } in OnRowHeightChanged()
4571 …protected virtual void OnRowHeightInfoNeeded(System.Windows.Forms.DataGridViewRowHeightInfoNeededE… in OnRowHeightInfoNeeded()
4572 …protected virtual void OnRowHeightInfoPushed(System.Windows.Forms.DataGridViewRowHeightInfoPushedE… in OnRowHeightInfoPushed()
4573 protected virtual void OnRowLeave(System.Windows.Forms.DataGridViewCellEventArgs e) { } in OnRowLeave()
4574 …protected virtual void OnRowMinimumHeightChanged(System.Windows.Forms.DataGridViewRowEventArgs e) … in OnRowMinimumHeightChanged()
4575 …protected internal virtual void OnRowPostPaint(System.Windows.Forms.DataGridViewRowPostPaintEventA… in OnRowPostPaint()
4576 …protected internal virtual void OnRowPrePaint(System.Windows.Forms.DataGridViewRowPrePaintEventArg… in OnRowPrePaint()
4577 … protected virtual void OnRowsAdded(System.Windows.Forms.DataGridViewRowsAddedEventArgs e) { } in OnRowsAdded()
4578 protected virtual void OnRowsDefaultCellStyleChanged(System.EventArgs e) { } in OnRowsDefaultCellStyleChanged()
4579 … protected virtual void OnRowsRemoved(System.Windows.Forms.DataGridViewRowsRemovedEventArgs e) { } in OnRowsRemoved()
4580 …protected virtual void OnRowStateChanged(int rowIndex, System.Windows.Forms.DataGridViewRowStateCh… in OnRowStateChanged()
4581 protected virtual void OnRowUnshared(System.Windows.Forms.DataGridViewRowEventArgs e) { } in OnRowUnshared()
4582 protected virtual void OnRowValidated(System.Windows.Forms.DataGridViewCellEventArgs e) { } in OnRowValidated()
4583 … protected virtual void OnRowValidating(System.Windows.Forms.DataGridViewCellCancelEventArgs e) { } in OnRowValidating()
4584 protected virtual void OnScroll(System.Windows.Forms.ScrollEventArgs e) { } in OnScroll()
4585 protected virtual void OnSelectionChanged(System.EventArgs e) { } in OnSelectionChanged()
4586 … protected virtual void OnSortCompare(System.Windows.Forms.DataGridViewSortCompareEventArgs e) { } in OnSortCompare()
4587 protected virtual void OnSorted(System.EventArgs e) { } in OnSorted()
4588 protected virtual void OnUserAddedRow(System.Windows.Forms.DataGridViewRowEventArgs e) { } in OnUserAddedRow()
4589 protected virtual void OnUserDeletedRow(System.Windows.Forms.DataGridViewRowEventArgs e) { } in OnUserDeletedRow()
4590 …protected virtual void OnUserDeletingRow(System.Windows.Forms.DataGridViewRowCancelEventArgs e) { } in OnUserDeletingRow()
4591 protected override void OnValidating(System.ComponentModel.CancelEventArgs e) { } in OnValidating()
4592 protected override void OnVisibleChanged(System.EventArgs e) { } in OnVisibleChanged()
4593 …rotected virtual void PaintBackground(System.Drawing.Graphics graphics, System.Drawing.Rectangle c… in PaintBackground()
4594 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
4595 protected bool ProcessAKey(System.Windows.Forms.Keys keyData) { throw null; } in ProcessAKey()
4596 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
4597 … protected virtual bool ProcessDataGridViewKey(System.Windows.Forms.KeyEventArgs e) { throw null; } in ProcessDataGridViewKey()
4598 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
4599 protected bool ProcessDeleteKey(System.Windows.Forms.Keys keyData) { throw null; } in ProcessDeleteKey()
4600 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
4601 protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; } in ProcessDialogKey()
4602 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
4603 protected bool ProcessDownKey(System.Windows.Forms.Keys keyData) { throw null; } in ProcessDownKey()
4604 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
4605 protected bool ProcessEndKey(System.Windows.Forms.Keys keyData) { throw null; } in ProcessEndKey()
4606 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
4607 protected bool ProcessEnterKey(System.Windows.Forms.Keys keyData) { throw null; } in ProcessEnterKey()
4608 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
4609 protected bool ProcessEscapeKey(System.Windows.Forms.Keys keyData) { throw null; } in ProcessEscapeKey()
4610 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
4611 protected bool ProcessF2Key(System.Windows.Forms.Keys keyData) { throw null; } in ProcessF2Key()
4612 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
4613 protected bool ProcessHomeKey(System.Windows.Forms.Keys keyData) { throw null; } in ProcessHomeKey()
4614 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
4615 protected bool ProcessInsertKey(System.Windows.Forms.Keys keyData) { throw null; } in ProcessInsertKey()
4616 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
4617 … protected override bool ProcessKeyEventArgs(ref System.Windows.Forms.Message m) { throw null; } in ProcessKeyEventArgs()
4618 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
4619 … protected override bool ProcessKeyPreview(ref System.Windows.Forms.Message m) { throw null; } in ProcessKeyPreview()
4620 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
4621 protected bool ProcessLeftKey(System.Windows.Forms.Keys keyData) { throw null; } in ProcessLeftKey()
4622 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
4623 protected bool ProcessNextKey(System.Windows.Forms.Keys keyData) { throw null; } in ProcessNextKey()
4624 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
4625 protected bool ProcessPriorKey(System.Windows.Forms.Keys keyData) { throw null; } in ProcessPriorKey()
4626 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
4627 protected bool ProcessRightKey(System.Windows.Forms.Keys keyData) { throw null; } in ProcessRightKey()
4628 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
4629 protected bool ProcessSpaceKey(System.Windows.Forms.Keys keyData) { throw null; } in ProcessSpaceKey()
4630 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
4631 protected bool ProcessTabKey(System.Windows.Forms.Keys keyData) { throw null; } in ProcessTabKey()
4632 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
4633 protected bool ProcessUpKey(System.Windows.Forms.Keys keyData) { throw null; } in ProcessUpKey()
4634 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
4635 protected bool ProcessZeroKey(System.Windows.Forms.Keys keyData) { throw null; } in ProcessZeroKey()
4637 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
4640 …protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.Bo… in SetBoundsCore()
4645 public virtual void Sort(System.Collections.IComparer comparer) { } in Sort()
4646 …public virtual void Sort(System.Windows.Forms.DataGridViewColumn dataGridViewColumn, System.Compon… in Sort()
4647 void System.ComponentModel.ISupportInitialize.BeginInit() { } in System.ComponentModel.ISupportInitialize.BeginInit()
4648 void System.ComponentModel.ISupportInitialize.EndInit() { } in System.ComponentModel.ISupportInitialize.EndInit()
4654 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
4655 protected override void WndProc(ref System.Windows.Forms.Message m) { } in WndProc()
4656 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4657 …protected partial class DataGridViewAccessibleObject : System.Windows.Forms.Control.ControlAccessi…
4659 …public DataGridViewAccessibleObject(System.Windows.Forms.DataGridView owner) : base (default(Syste… in DataGridViewAccessibleObject()
4661 public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
4662 … public override System.Windows.Forms.AccessibleObject GetChild(int index) { throw null; } in GetChild()
4664 public override System.Windows.Forms.AccessibleObject GetFocused() { throw null; } in GetFocused()
4665 public override System.Windows.Forms.AccessibleObject GetSelected() { throw null; } in GetSelected()
4666 … public override System.Windows.Forms.AccessibleObject HitTest(int x, int y) { throw null; } in HitTest()
4667 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
4668 …public override System.Windows.Forms.AccessibleObject Navigate(System.Windows.Forms.AccessibleNavi… in Navigate()
4670 [System.Runtime.InteropServices.ComVisibleAttribute(false)]
4671 …public partial class DataGridViewControlCollection : System.Windows.Forms.Control.ControlCollection
4673 …public DataGridViewControlCollection(System.Windows.Forms.DataGridView owner) : base (default(Syst… in DataGridViewControlCollection()
4675 public void CopyTo(System.Windows.Forms.Control[] array, int index) { } in CopyTo()
4676 public void Insert(int index, System.Windows.Forms.Control value) { } in Insert()
4677 public override void Remove(System.Windows.Forms.Control value) { } in Remove()
4679 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
4680 … protected partial class DataGridViewTopRowAccessibleObject : System.Windows.Forms.AccessibleObject
4683 public DataGridViewTopRowAccessibleObject(System.Windows.Forms.DataGridView owner) { } in DataGridViewTopRowAccessibleObject()
4684 public override System.Drawing.Rectangle Bounds { get { throw null; } }
4686 public System.Windows.Forms.DataGridView Owner { get { throw null; } set { } }
4687System.Windows.Forms.AccessibleObject Parent { [System.Security.Permissions.SecurityPermissionAttr…
4688 public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
4689 …string Value { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permission…
4690 … public override System.Windows.Forms.AccessibleObject GetChild(int index) { throw null; } in GetChild()
4692 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
4693 …public override System.Windows.Forms.AccessibleObject Navigate(System.Windows.Forms.AccessibleNavi… in Navigate()
4698 public static readonly System.Windows.Forms.DataGridView.HitTestInfo Nowhere;
4703 public System.Windows.Forms.DataGridViewHitTestType Type { get { throw null; } }
4709 public sealed partial class DataGridViewAdvancedBorderStyle : System.ICloneable
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 { } }
4719 object System.ICloneable.Clone() { throw null; } in System.ICloneable.Clone()
4744 public partial class DataGridViewAutoSizeColumnModeEventArgs : System.EventArgs
4746 …ic DataGridViewAutoSizeColumnModeEventArgs(System.Windows.Forms.DataGridViewColumn dataGridViewCol… in DataGridViewAutoSizeColumnModeEventArgs()
4747 public System.Windows.Forms.DataGridViewColumn Column { get { throw null; } }
4748 … public System.Windows.Forms.DataGridViewAutoSizeColumnMode PreviousMode { get { throw null; } }
4750 …public delegate void DataGridViewAutoSizeColumnModeEventHandler(object sender, System.Windows.Form… in DataGridViewAutoSizeColumnModeEventHandler()
4761 public partial class DataGridViewAutoSizeColumnsModeEventArgs : System.EventArgs
4763 …public DataGridViewAutoSizeColumnsModeEventArgs(System.Windows.Forms.DataGridViewAutoSizeColumnMod… in DataGridViewAutoSizeColumnsModeEventArgs()
4764 … public System.Windows.Forms.DataGridViewAutoSizeColumnMode[] PreviousModes { get { throw null; } }
4766 …public delegate void DataGridViewAutoSizeColumnsModeEventHandler(object sender, System.Windows.For… in DataGridViewAutoSizeColumnsModeEventHandler()
4767 public partial class DataGridViewAutoSizeModeEventArgs : System.EventArgs
4772 …public delegate void DataGridViewAutoSizeModeEventHandler(object sender, System.Windows.Forms.Data… in DataGridViewAutoSizeModeEventHandler()
4789 …public partial class DataGridViewBand : System.Windows.Forms.DataGridViewElement, System.ICloneabl…
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; } s…
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.DesignerSer…
4801 [System.ComponentModel.DefaultValueAttribute(false)]
4803 [System.ComponentModel.BrowsableAttribute(false)]
4805 [System.ComponentModel.BrowsableAttribute(false)]
4806 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
4807 …protected System.Windows.Forms.DataGridViewHeaderCell HeaderCellCore { get { throw null; } set { }…
4808 [System.ComponentModel.BrowsableAttribute(false)]
4810 [System.ComponentModel.BrowsableAttribute(false)]
4811 … public virtual System.Windows.Forms.DataGridViewCellStyle InheritedStyle { get { throw null; } }
4813 [System.ComponentModel.DefaultValueAttribute(false)]
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.DesignerSer…
4820 [System.ComponentModel.BrowsableAttribute(false)]
4821 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
4823 [System.ComponentModel.DefaultValueAttribute(true)]
4832 public partial class DataGridViewBindingCompleteEventArgs : System.EventArgs
4834 …public DataGridViewBindingCompleteEventArgs(System.ComponentModel.ListChangedType listChangedType)… in DataGridViewBindingCompleteEventArgs()
4835 public System.ComponentModel.ListChangedType ListChangedType { get { throw null; } }
4837 …public delegate void DataGridViewBindingCompleteEventHandler(object sender, System.Windows.Forms.D… in DataGridViewBindingCompleteEventHandler()
4838 public partial class DataGridViewButtonCell : System.Windows.Forms.DataGridViewCell
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)]
4847 public override System.Type ValueType { get { throw null; } }
4849 …protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw nul… in CreateAccessibilityInstance()
4850 …protected override System.Drawing.Rectangle GetContentBounds(System.Drawing.Graphics graphics, Sys… in GetContentBounds()
4851 …protected override System.Drawing.Rectangle GetErrorIconBounds(System.Drawing.Graphics graphics, S… in GetErrorIconBounds()
4852 …ide System.Drawing.Size GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.Da… in GetPreferredSize()
4854 …protected override bool KeyDownUnsharesRow(System.Windows.Forms.KeyEventArgs e, int rowIndex) { th… in KeyDownUnsharesRow()
4855 …protected override bool KeyUpUnsharesRow(System.Windows.Forms.KeyEventArgs e, int rowIndex) { thro… in KeyUpUnsharesRow()
4856 …protected override bool MouseDownUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e… in MouseDownUnsharesRow()
4859 …protected override bool MouseUpUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) … in MouseUpUnsharesRow()
4860 protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e, int rowIndex) { } in OnKeyDown()
4861 protected override void OnKeyUp(System.Windows.Forms.KeyEventArgs e, int rowIndex) { } in OnKeyUp()
4863 … protected override void OnMouseDown(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { } in OnMouseDown()
4865 … protected override void OnMouseMove(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { } in OnMouseMove()
4866 protected override void OnMouseUp(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { } in OnMouseUp()
4867System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle ce… in Paint()
4869 …protected partial class DataGridViewButtonCellAccessibleObject : System.Windows.Forms.DataGridView…
4871 … public DataGridViewButtonCellAccessibleObject(System.Windows.Forms.DataGridViewCell owner) { } in DataGridViewButtonCellAccessibleObject()
4873 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
4878 …[System.Drawing.ToolboxBitmapAttribute(typeof(System.Windows.Forms.DataGridViewButtonColumn), "Dat…
4879 public partial class DataGridViewButtonColumn : System.Windows.Forms.DataGridViewColumn
4882 [System.ComponentModel.BrowsableAttribute(false)]
4883 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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; } …
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)]
4891 [System.ComponentModel.DefaultValueAttribute(false)]
4896 [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.DataGridViewCellConverter")]
4897 … abstract partial class DataGridViewCell : System.Windows.Forms.DataGridViewElement, System.IClone…
4900 [System.ComponentModel.BrowsableAttribute(false)]
4901 public System.Windows.Forms.AccessibleObject AccessibilityObject { 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)]
4909 [System.ComponentModel.BrowsableAttribute(false)]
4911 [System.ComponentModel.BrowsableAttribute(false)]
4912 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
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)]
4922 [System.ComponentModel.BrowsableAttribute(false)]
4924 [System.ComponentModel.BrowsableAttribute(false)]
4925 public virtual System.Type FormattedValueType { get { throw null; } }
4926 [System.ComponentModel.BrowsableAttribute(false)]
4928 [System.ComponentModel.BrowsableAttribute(false)]
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)]
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.DesignerSer…
4947 [System.ComponentModel.BrowsableAttribute(false)]
4949 [System.ComponentModel.BrowsableAttribute(false)]
4951 [System.ComponentModel.BrowsableAttribute(false)]
4952 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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))]
4963 [System.ComponentModel.BrowsableAttribute(false)]
4964 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
4966 [System.ComponentModel.BrowsableAttribute(false)]
4968 [System.ComponentModel.BrowsableAttribute(false)]
4969 public virtual System.Type ValueType { get { throw null; } set { } }
4970 [System.ComponentModel.BrowsableAttribute(false)]
4972 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4973System.Windows.Forms.DataGridViewAdvancedBorderStyle AdjustCellBorderStyle(System.Windows.Forms.Da… in AdjustCellBorderStyle()
4974 …protected virtual System.Drawing.Rectangle BorderWidths(System.Windows.Forms.DataGridViewAdvancedB… in BorderWidths()
4975 …protected virtual bool ClickUnsharesRow(System.Windows.Forms.DataGridViewCellEventArgs e) { throw … in ClickUnsharesRow()
4977 …protected virtual bool ContentClickUnsharesRow(System.Windows.Forms.DataGridViewCellEventArgs e) {… in ContentClickUnsharesRow()
4978 …protected virtual bool ContentDoubleClickUnsharesRow(System.Windows.Forms.DataGridViewCellEventArg… in ContentDoubleClickUnsharesRow()
4979 …protected virtual System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null… in CreateAccessibilityInstance()
4980 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
4984 …protected virtual bool DoubleClickUnsharesRow(System.Windows.Forms.DataGridViewCellEventArgs e) { … in DoubleClickUnsharesRow()
4988 …protected virtual System.Drawing.Rectangle GetContentBounds(System.Drawing.Graphics graphics, Syst… in GetContentBounds()
4989 public System.Drawing.Rectangle GetContentBounds(int rowIndex) { throw null; } in GetContentBounds()
4990 …public object GetEditedFormattedValue(int rowIndex, System.Windows.Forms.DataGridViewDataErrorCont… in GetEditedFormattedValue()
4991 …protected virtual System.Drawing.Rectangle GetErrorIconBounds(System.Drawing.Graphics graphics, Sy… in GetErrorIconBounds()
4993System.Windows.Forms.DataGridViewCellStyle cellStyle, System.ComponentModel.TypeConverter valueTyp… in GetFormattedValue()
4994 …public virtual System.Windows.Forms.ContextMenuStrip GetInheritedContextMenuStrip(int rowIndex) { … in GetInheritedContextMenuStrip()
4995 …public virtual System.Windows.Forms.DataGridViewElementStates GetInheritedState(int rowIndex) { th… in GetInheritedState()
4996 …public virtual System.Windows.Forms.DataGridViewCellStyle GetInheritedStyle(System.Windows.Forms.D… in GetInheritedStyle()
4997 …ual System.Drawing.Size GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.Da… in GetPreferredSize()
4998 protected virtual System.Drawing.Size GetSize(int rowIndex) { throw null; } in GetSize()
5000 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
5001 …oid InitializeEditingControl(int rowIndex, object initialFormattedValue, System.Windows.Forms.Data… in InitializeEditingControl()
5002 …protected virtual bool KeyDownUnsharesRow(System.Windows.Forms.KeyEventArgs e, int rowIndex) { thr… in KeyDownUnsharesRow()
5003 public virtual bool KeyEntersEditMode(System.Windows.Forms.KeyEventArgs e) { throw null; } in KeyEntersEditMode()
5004 …protected virtual bool KeyPressUnsharesRow(System.Windows.Forms.KeyPressEventArgs e, int rowIndex)… in KeyPressUnsharesRow()
5005 …protected virtual bool KeyUpUnsharesRow(System.Windows.Forms.KeyEventArgs e, int rowIndex) { throw… in KeyUpUnsharesRow()
5007 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
5008 … static int MeasureTextHeight(System.Drawing.Graphics graphics, string text, System.Drawing.Font f… in MeasureTextHeight()
5009 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
5010 … static int MeasureTextHeight(System.Drawing.Graphics graphics, string text, System.Drawing.Font f… in MeasureTextHeight()
5011 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
5012 …tatic System.Drawing.Size MeasureTextPreferredSize(System.Drawing.Graphics graphics, string text, in MeasureTextPreferredSize()
5013 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
5014 …public static System.Drawing.Size MeasureTextSize(System.Drawing.Graphics graphics, string text, S… in MeasureTextSize()
5015 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
5016 … static int MeasureTextWidth(System.Drawing.Graphics graphics, string text, System.Drawing.Font fo… in MeasureTextWidth()
5017 …protected virtual bool MouseClickUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e… in MouseClickUnsharesRow()
5018 …protected virtual bool MouseDoubleClickUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEvent… in MouseDoubleClickUnsharesRow()
5019 …protected virtual bool MouseDownUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e)… in MouseDownUnsharesRow()
5022 …protected virtual bool MouseMoveUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e)… in MouseMoveUnsharesRow()
5023 …protected virtual bool MouseUpUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) {… in MouseUpUnsharesRow()
5024 protected virtual void OnClick(System.Windows.Forms.DataGridViewCellEventArgs e) { } in OnClick()
5025 protected virtual void OnContentClick(System.Windows.Forms.DataGridViewCellEventArgs e) { } in OnContentClick()
5026 … protected virtual void OnContentDoubleClick(System.Windows.Forms.DataGridViewCellEventArgs e) { } in OnContentDoubleClick()
5028 protected virtual void OnDoubleClick(System.Windows.Forms.DataGridViewCellEventArgs e) { } in OnDoubleClick()
5030 protected virtual void OnKeyDown(System.Windows.Forms.KeyEventArgs e, int rowIndex) { } in OnKeyDown()
5031 … protected virtual void OnKeyPress(System.Windows.Forms.KeyPressEventArgs e, int rowIndex) { } in OnKeyPress()
5032 protected virtual void OnKeyUp(System.Windows.Forms.KeyEventArgs e, int rowIndex) { } in OnKeyUp()
5034 … protected virtual void OnMouseClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { } in OnMouseClick()
5035 …protected virtual void OnMouseDoubleClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e) {… in OnMouseDoubleClick()
5036 … protected virtual void OnMouseDown(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { } in OnMouseDown()
5039 … protected virtual void OnMouseMove(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { } in OnMouseMove()
5040 protected virtual void OnMouseUp(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { } in OnMouseUp()
5041System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle ce… in Paint()
5042System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle bo… in PaintBorder()
5043 …protected virtual void PaintErrorIcon(System.Drawing.Graphics graphics, System.Drawing.Rectangle c… in PaintErrorIcon()
5044 …rmattedValue, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.ComponentModel.TypeConv… in ParseFormattedValue()
5045 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
5046 …trol(bool setLocation, bool setSize, System.Drawing.Rectangle cellBounds, System.Drawing.Rectangle… in PositionEditingControl()
5047 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
5048 …ublic virtual System.Drawing.Rectangle PositionEditingPanel(System.Drawing.Rectangle cellBounds, S… in PositionEditingPanel()
5051 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5052 … protected partial class DataGridViewCellAccessibleObject : System.Windows.Forms.AccessibleObject
5055 public DataGridViewCellAccessibleObject(System.Windows.Forms.DataGridViewCell owner) { } in DataGridViewCellAccessibleObject()
5056 public override System.Drawing.Rectangle Bounds { get { throw null; } }
5060 public System.Windows.Forms.DataGridViewCell Owner { get { throw null; } set { } }
5061System.Windows.Forms.AccessibleObject Parent { [System.Security.Permissions.SecurityPermissionAttr…
5062 public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
5063 public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
5064System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction…
5065 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
5067 … public override System.Windows.Forms.AccessibleObject GetChild(int index) { throw null; } in GetChild()
5069 public override System.Windows.Forms.AccessibleObject GetFocused() { throw null; } in GetFocused()
5070 public override System.Windows.Forms.AccessibleObject GetSelected() { throw null; } in GetSelected()
5071 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
5072 …public override System.Windows.Forms.AccessibleObject Navigate(System.Windows.Forms.AccessibleNavi… in Navigate()
5073 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
5074 public override void Select(System.Windows.Forms.AccessibleSelection flags) { } in Select()
5091 public partial class DataGridViewCellCancelEventArgs : System.ComponentModel.CancelEventArgs
5097 …public delegate void DataGridViewCellCancelEventHandler(object sender, System.Windows.Forms.DataGr… in DataGridViewCellCancelEventHandler()
5098 [System.ComponentModel.ListBindableAttribute(false)]
5099 …idViewCellCollection : System.Windows.Forms.BaseCollection, System.Collections.ICollection, System
5101 public DataGridViewCellCollection(System.Windows.Forms.DataGridViewRow dataGridViewRow) { } in DataGridViewCellCollection()
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…
5112 … public virtual int Add(System.Windows.Forms.DataGridViewCell dataGridViewCell) { throw null; } in Add()
5113 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
5114 … public virtual void AddRange(params System.Windows.Forms.DataGridViewCell[] dataGridViewCells) { } in AddRange()
5116 …public virtual bool Contains(System.Windows.Forms.DataGridViewCell dataGridViewCell) { throw null;… in Contains()
5117 public void CopyTo(System.Windows.Forms.DataGridViewCell[] array, int index) { } in CopyTo()
5118 public int IndexOf(System.Windows.Forms.DataGridViewCell dataGridViewCell) { throw null; } in IndexOf()
5119 … public virtual void Insert(int index, System.Windows.Forms.DataGridViewCell dataGridViewCell) { } in Insert()
5120 protected void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs e) { } in OnCollectionChanged()
5121 public virtual void Remove(System.Windows.Forms.DataGridViewCell cell) { } in Remove()
5123 void System.Collections.ICollection.CopyTo(System.Array array, int index) { } in System.Collections.ICollection.CopyTo()
5124System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } in System.Collections.IEnumerable.GetEnumerator()
5125 int System.Collections.IList.Add(object value) { throw null; } in System.Collections.IList.Add()
5126 void System.Collections.IList.Clear() { } in System.Collections.IList.Clear()
5127 bool System.Collections.IList.Contains(object value) { throw null; } in System.Collections.IList.Contains()
5128 int System.Collections.IList.IndexOf(object value) { throw null; } in System.Collections.IList.IndexOf()
5129 void System.Collections.IList.Insert(int index, object value) { } in System.Collections.IList.Insert()
5130 void System.Collections.IList.Remove(object value) { } in System.Collections.IList.Remove()
5131 void System.Collections.IList.RemoveAt(int index) { } in System.Collections.IList.RemoveAt()
5133 …public partial class DataGridViewCellContextMenuStripNeededEventArgs : System.Windows.Forms.DataGr…
5136 … public System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get { throw null; } set { } }
5138 …public delegate void DataGridViewCellContextMenuStripNeededEventHandler(object sender, System.Wind… in DataGridViewCellContextMenuStripNeededEventHandler()
5139 …public partial class DataGridViewCellErrorTextNeededEventArgs : System.Windows.Forms.DataGridViewC…
5144 …public delegate void DataGridViewCellErrorTextNeededEventHandler(object sender, System.Windows.For… in DataGridViewCellErrorTextNeededEventHandler()
5145 public partial class DataGridViewCellEventArgs : System.EventArgs
5151 …public delegate void DataGridViewCellEventHandler(object sender, System.Windows.Forms.DataGridView… in DataGridViewCellEventHandler()
5152 public partial class DataGridViewCellFormattingEventArgs : System.Windows.Forms.ConvertEventArgs
5154 …x, object value, System.Type desiredType, System.Windows.Forms.DataGridViewCellStyle cellStyle) : … in DataGridViewCellFormattingEventArgs()
5155 public System.Windows.Forms.DataGridViewCellStyle CellStyle { get { throw null; } set { } }
5160 …public delegate void DataGridViewCellFormattingEventHandler(object sender, System.Windows.Forms.Da… in DataGridViewCellFormattingEventHandler()
5161 public partial class DataGridViewCellMouseEventArgs : System.Windows.Forms.MouseEventArgs
5163 …nIndex, int rowIndex, int localX, int localY, System.Windows.Forms.MouseEventArgs e) : base (defau… in DataGridViewCellMouseEventArgs()
5167 …public delegate void DataGridViewCellMouseEventHandler(object sender, System.Windows.Forms.DataGri… in DataGridViewCellMouseEventHandler()
5168 public partial class DataGridViewCellPaintingEventArgs : System.ComponentModel.HandledEventArgs
5170System.Windows.Forms.DataGridView dataGridView, System.Drawing.Graphics graphics, System.Drawing.R… in DataGridViewCellPaintingEventArgs()
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; } }
5178 public System.Drawing.Graphics Graphics { get { throw null; } }
5179 public System.Windows.Forms.DataGridViewPaintParts PaintParts { get { throw null; } }
5181 public System.Windows.Forms.DataGridViewElementStates State { get { throw null; } }
5183 …public void Paint(System.Drawing.Rectangle clipBounds, System.Windows.Forms.DataGridViewPaintParts… in Paint()
5184 …public void PaintBackground(System.Drawing.Rectangle clipBounds, bool cellsPaintSelectionBackgroun… in PaintBackground()
5185 public void PaintContent(System.Drawing.Rectangle clipBounds) { } in PaintContent()
5187 …public delegate void DataGridViewCellPaintingEventHandler(object sender, System.Windows.Forms.Data… in DataGridViewCellPaintingEventHandler()
5188 public partial class DataGridViewCellParsingEventArgs : System.Windows.Forms.ConvertEventArgs
5190 …bject value, System.Type desiredType, System.Windows.Forms.DataGridViewCellStyle inheritedCellStyl… in DataGridViewCellParsingEventArgs()
5192 …public System.Windows.Forms.DataGridViewCellStyle InheritedCellStyle { get { throw null; } set { }…
5196 …public delegate void DataGridViewCellParsingEventHandler(object sender, System.Windows.Forms.DataG… in DataGridViewCellParsingEventHandler()
5197 public partial class DataGridViewCellStateChangedEventArgs : System.EventArgs
5199 …public DataGridViewCellStateChangedEventArgs(System.Windows.Forms.DataGridViewCell dataGridViewCel… in DataGridViewCellStateChangedEventArgs()
5200 public System.Windows.Forms.DataGridViewCell Cell { get { throw null; } }
5201 public System.Windows.Forms.DataGridViewElementStates StateChanged { get { throw null; } }
5203 …public delegate void DataGridViewCellStateChangedEventHandler(object sender, System.Windows.Forms.… in DataGridViewCellStateChangedEventHandler()
5204System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataGridViewCellStyleEditor, Sy…
5205 …[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.DataGridViewCellStyleCon…
5206 public partial class DataGridViewCellStyle : System.ICloneable
5209 … public DataGridViewCellStyle(System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle) { } in 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.DesignerSer…
5215 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
5217 public System.Drawing.Font Font { get { throw null; } set { } }
5218 public System.Drawing.Color ForeColor { get { throw null; } set { } }
5219 [System.ComponentModel.DefaultValueAttribute("")]
5220System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.FormatStringEditor, System.Desi…
5221 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
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))]
5229 [System.ComponentModel.BrowsableAttribute(false)]
5230 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
5232 [System.ComponentModel.BrowsableAttribute(false)]
5233 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
5235 [System.ComponentModel.DefaultValueAttribute("")]
5236 … [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
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.DesignerSer…
5244 … [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewTriState)(0))]
5245 public System.Windows.Forms.DataGridViewTriState WrapMode { get { throw null; } set { } }
5246 …public virtual void ApplyStyle(System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle) {… in ApplyStyle()
5247 public virtual System.Windows.Forms.DataGridViewCellStyle Clone() { throw null; } in Clone()
5250 object System.ICloneable.Clone() { throw null; } in System.ICloneable.Clone()
5253 public partial class DataGridViewCellStyleContentChangedEventArgs : System.EventArgs
5256 public System.Windows.Forms.DataGridViewCellStyle CellStyle { get { throw null; } }
5257 … public System.Windows.Forms.DataGridViewCellStyleScopes CellStyleScope { get { throw null; } }
5259 …public delegate void DataGridViewCellStyleContentChangedEventHandler(object sender, System.Windows… in DataGridViewCellStyleContentChangedEventHandler()
5260 public partial class DataGridViewCellStyleConverter : System.ComponentModel.TypeConverter
5263 …public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Typ… in CanConvertTo()
5264 … object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.Cultu… in ConvertTo()
5266 [System.FlagsAttribute]
5279 …public partial class DataGridViewCellToolTipTextNeededEventArgs : System.Windows.Forms.DataGridVie…
5284 …public delegate void DataGridViewCellToolTipTextNeededEventHandler(object sender, System.Windows.F… in DataGridViewCellToolTipTextNeededEventHandler()
5285 public partial class DataGridViewCellValidatingEventArgs : System.ComponentModel.CancelEventArgs
5292 …public delegate void DataGridViewCellValidatingEventHandler(object sender, System.Windows.Forms.Da… in DataGridViewCellValidatingEventHandler()
5293 public partial class DataGridViewCellValueEventArgs : System.EventArgs
5300 …public delegate void DataGridViewCellValueEventHandler(object sender, System.Windows.Forms.DataGri… in DataGridViewCellValueEventHandler()
5301 …public partial class DataGridViewCheckBoxCell : System.Windows.Forms.DataGridViewCell, System.Wind…
5307 public override System.Type EditType { get { throw null; } }
5308 [System.ComponentModel.DefaultValueAttribute(null)]
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)]
5315 [System.ComponentModel.DefaultValueAttribute(false)]
5317 [System.ComponentModel.DefaultValueAttribute(null)]
5319 public override System.Type ValueType { get { throw null; } set { } }
5321 …protected override bool ContentClickUnsharesRow(System.Windows.Forms.DataGridViewCellEventArgs e) … in ContentClickUnsharesRow()
5322 …protected override bool ContentDoubleClickUnsharesRow(System.Windows.Forms.DataGridViewCellEventAr… in ContentDoubleClickUnsharesRow()
5323 …protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw nul… in CreateAccessibilityInstance()
5324 …protected override System.Drawing.Rectangle GetContentBounds(System.Drawing.Graphics graphics, Sys… in GetContentBounds()
5325 …public virtual object GetEditingCellFormattedValue(System.Windows.Forms.DataGridViewDataErrorConte… in GetEditingCellFormattedValue()
5326 …protected override System.Drawing.Rectangle GetErrorIconBounds(System.Drawing.Graphics graphics, S… in GetErrorIconBounds()
5327System.Windows.Forms.DataGridViewCellStyle cellStyle, System.ComponentModel.TypeConverter valueTyp… in GetFormattedValue()
5328 …ide System.Drawing.Size GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.Da… in GetPreferredSize()
5329 …protected override bool KeyDownUnsharesRow(System.Windows.Forms.KeyEventArgs e, int rowIndex) { th… in KeyDownUnsharesRow()
5330 …protected override bool KeyUpUnsharesRow(System.Windows.Forms.KeyEventArgs e, int rowIndex) { thro… in KeyUpUnsharesRow()
5331 …protected override bool MouseDownUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e… in MouseDownUnsharesRow()
5334 …protected override bool MouseUpUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) … in MouseUpUnsharesRow()
5335 protected override void OnContentClick(System.Windows.Forms.DataGridViewCellEventArgs e) { } in OnContentClick()
5336 … protected override void OnContentDoubleClick(System.Windows.Forms.DataGridViewCellEventArgs e) { } in OnContentDoubleClick()
5337 protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e, int rowIndex) { } in OnKeyDown()
5338 protected override void OnKeyUp(System.Windows.Forms.KeyEventArgs e, int rowIndex) { } in OnKeyUp()
5340 … protected override void OnMouseDown(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { } in OnMouseDown()
5342 … protected override void OnMouseMove(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { } in OnMouseMove()
5343 protected override void OnMouseUp(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { } in OnMouseUp()
5344System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle ce… in Paint()
5345 …rmattedValue, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.ComponentModel.TypeConv… in ParseFormattedValue()
5348 …protected partial class DataGridViewCheckBoxCellAccessibleObject : System.Windows.Forms.DataGridVi…
5350 … public DataGridViewCheckBoxCellAccessibleObject(System.Windows.Forms.DataGridViewCell owner) { } in DataGridViewCheckBoxCellAccessibleObject()
5352 public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
5353 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
5358 …[System.Drawing.ToolboxBitmapAttribute(typeof(System.Windows.Forms.DataGridViewCheckBoxColumn), "D…
5359 public partial class DataGridViewCheckBoxColumn : System.Windows.Forms.DataGridViewColumn
5363 [System.ComponentModel.BrowsableAttribute(false)]
5364 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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; } …
5368 [System.ComponentModel.DefaultValueAttribute(null)]
5369 … [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
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))]
5376 [System.ComponentModel.DefaultValueAttribute(false)]
5378 [System.ComponentModel.DefaultValueAttribute(null)]
5379 … [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
5390 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.DataGridViewColumnDesigner, …
5391 [System.ComponentModel.DesignTimeVisibleAttribute(false)]
5392 [System.ComponentModel.ToolboxItemAttribute(false)]
5393 … [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.DataGridViewColumnConverter")]
5394 …c partial class DataGridViewColumn : System.Windows.Forms.DataGridViewBand, System.ComponentModel.…
5397 public DataGridViewColumn(System.Windows.Forms.DataGridViewCell cellTemplate) { } in DataGridViewColumn()
5398 …[System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewAutoSizeColumnMode)…
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.DesignerSer…
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("")]
5412System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataGridViewColumnDataPropertyN…
5413 …[System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.Design.DataMemberFieldConverte…
5415 [System.ComponentModel.BrowsableAttribute(true)]
5416 …public override System.Windows.Forms.DataGridViewCellStyle DefaultCellStyle { get { throw null; } …
5417 [System.ComponentModel.BrowsableAttribute(false)]
5418 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
5420 [System.ComponentModel.DefaultValueAttribute(0)]
5422 [System.ComponentModel.DefaultValueAttribute(100f)]
5424 [System.ComponentModel.DefaultValueAttribute(false)]
5425 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
5427 [System.ComponentModel.BrowsableAttribute(false)]
5428 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
5429 …public System.Windows.Forms.DataGridViewColumnHeaderCell HeaderCell { get { throw null; } set { } }
5430 [System.ComponentModel.LocalizableAttribute(true)]
5432 [System.ComponentModel.BrowsableAttribute(false)]
5433 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
5434 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
5435 …public System.Windows.Forms.DataGridViewAutoSizeColumnMode InheritedAutoSizeMode { get { throw nul…
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.DesignerSer…
5441 [System.ComponentModel.DefaultValueAttribute(5)]
5442 [System.ComponentModel.LocalizableAttribute(true)]
5443 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
5445 [System.ComponentModel.BrowsableAttribute(false)]
5448 …public override System.Windows.Forms.DataGridViewTriState Resizable { get { throw null; } set { } }
5449 [System.ComponentModel.BrowsableAttribute(false)]
5450 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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)]
5457 [System.ComponentModel.BrowsableAttribute(false)]
5458 [System.ComponentModel.DefaultValueAttribute(null)]
5459 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
5460 public System.Type ValueType { get { throw null; } set { } }
5461 [System.ComponentModel.DefaultValueAttribute(true)]
5462 [System.ComponentModel.LocalizableAttribute(true)]
5464 [System.ComponentModel.LocalizableAttribute(true)]
5465 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
5467 [System.ComponentModel.BrowsableAttribute(false)]
5468 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
5469 public event System.EventHandler Disposed { add { } remove { } }
5472 …public virtual int GetPreferredWidth(System.Windows.Forms.DataGridViewAutoSizeColumnMode autoSizeC… in GetPreferredWidth()
5475 [System.ComponentModel.ListBindableAttribute(false)]
5476 …ViewColumnCollection : System.Windows.Forms.BaseCollection, System.Collections.ICollection, System
5478 public DataGridViewColumnCollection(System.Windows.Forms.DataGridView dataGridView) { } in DataGridViewColumnCollection()
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.DesignerSer…
5492 … public virtual int Add(System.Windows.Forms.DataGridViewColumn dataGridViewColumn) { throw null; } in Add()
5493 …public virtual void AddRange(params System.Windows.Forms.DataGridViewColumn[] dataGridViewColumns)… in AddRange()
5496 …public virtual bool Contains(System.Windows.Forms.DataGridViewColumn dataGridViewColumn) { throw n… in Contains()
5497 public void CopyTo(System.Windows.Forms.DataGridViewColumn[] array, int index) { } in CopyTo()
5498 …public int GetColumnCount(System.Windows.Forms.DataGridViewElementStates includeFilter) { throw nu… in GetColumnCount()
5499 …public int GetColumnsWidth(System.Windows.Forms.DataGridViewElementStates includeFilter) { throw n… in GetColumnsWidth()
5500 …public System.Windows.Forms.DataGridViewColumn GetFirstColumn(System.Windows.Forms.DataGridViewEle… in GetFirstColumn()
5501 …public System.Windows.Forms.DataGridViewColumn GetFirstColumn(System.Windows.Forms.DataGridViewEle… in GetFirstColumn()
5502 …public System.Windows.Forms.DataGridViewColumn GetLastColumn(System.Windows.Forms.DataGridViewElem… in GetLastColumn()
5503System.Windows.Forms.DataGridViewColumn GetNextColumn(System.Windows.Forms.DataGridViewColumn data… in GetNextColumn()
5504System.Windows.Forms.DataGridViewColumn GetPreviousColumn(System.Windows.Forms.DataGridViewColumn … in GetPreviousColumn()
5505 … public int IndexOf(System.Windows.Forms.DataGridViewColumn dataGridViewColumn) { throw null; } in IndexOf()
5506 …public virtual void Insert(int columnIndex, System.Windows.Forms.DataGridViewColumn dataGridViewCo… in Insert()
5507 … protected virtual void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs e) { } in OnCollectionChanged()
5509 public virtual void Remove(System.Windows.Forms.DataGridViewColumn dataGridViewColumn) { } in Remove()
5511 void System.Collections.ICollection.CopyTo(System.Array array, int index) { } in System.Collections.ICollection.CopyTo()
5512System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } in System.Collections.IEnumerable.GetEnumerator()
5513 int System.Collections.IList.Add(object value) { throw null; } in System.Collections.IList.Add()
5514 void System.Collections.IList.Clear() { } in System.Collections.IList.Clear()
5515 bool System.Collections.IList.Contains(object value) { throw null; } in System.Collections.IList.Contains()
5516 int System.Collections.IList.IndexOf(object value) { throw null; } in System.Collections.IList.IndexOf()
5517 void System.Collections.IList.Insert(int index, object value) { } in System.Collections.IList.Insert()
5518 void System.Collections.IList.Remove(object value) { } in System.Collections.IList.Remove()
5519 void System.Collections.IList.RemoveAt(int index) { } in System.Collections.IList.RemoveAt()
5521 [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
5522 public sealed partial class DataGridViewColumnDesignTimeVisibleAttribute : System.Attribute
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;
5534 …public partial class DataGridViewColumnDividerDoubleClickEventArgs : System.Windows.Forms.HandledM…
5536 …iderDoubleClickEventArgs(int columnIndex, System.Windows.Forms.HandledMouseEventArgs e) : base (de… in DataGridViewColumnDividerDoubleClickEventArgs()
5539 …public delegate void DataGridViewColumnDividerDoubleClickEventHandler(object sender, System.Window… in DataGridViewColumnDividerDoubleClickEventHandler()
5540 public partial class DataGridViewColumnEventArgs : System.EventArgs
5542 … public DataGridViewColumnEventArgs(System.Windows.Forms.DataGridViewColumn dataGridViewColumn) { } in DataGridViewColumnEventArgs()
5543 public System.Windows.Forms.DataGridViewColumn Column { get { throw null; } }
5545 …public delegate void DataGridViewColumnEventHandler(object sender, System.Windows.Forms.DataGridVi… in DataGridViewColumnEventHandler()
5546 public partial class DataGridViewColumnHeaderCell : System.Windows.Forms.DataGridViewHeaderCell
5549 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
5550 public System.Windows.Forms.SortOrder SortGlyphDirection { get { throw null; } set { } }
5552 …protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw nul… in CreateAccessibilityInstance()
5554 …protected override System.Drawing.Rectangle GetContentBounds(System.Drawing.Graphics graphics, Sys… in GetContentBounds()
5555 …public override System.Windows.Forms.ContextMenuStrip GetInheritedContextMenuStrip(int rowIndex) {… in GetInheritedContextMenuStrip()
5556 …public override System.Windows.Forms.DataGridViewCellStyle GetInheritedStyle(System.Windows.Forms.… in GetInheritedStyle()
5557 …ide System.Drawing.Size GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.Da… in GetPreferredSize()
5559System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle ce… in Paint()
5562 …protected partial class DataGridViewColumnHeaderCellAccessibleObject : System.Windows.Forms.DataGr…
5564 …public DataGridViewColumnHeaderCellAccessibleObject(System.Windows.Forms.DataGridViewColumnHeaderC… in DataGridViewColumnHeaderCellAccessibleObject()
5565 public override System.Drawing.Rectangle Bounds { get { throw null; } }
5568System.Windows.Forms.AccessibleObject Parent { [System.Security.Permissions.SecurityPermissionAttr…
5569 public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
5570 public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
5571 …string Value { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permission…
5572 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
5574 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
5575 …public override System.Windows.Forms.AccessibleObject Navigate(System.Windows.Forms.AccessibleNavi… in Navigate()
5576 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
5577 public override void Select(System.Windows.Forms.AccessibleSelection flags) { } in Select()
5592 public partial class DataGridViewColumnStateChangedEventArgs : System.EventArgs
5594 …ic DataGridViewColumnStateChangedEventArgs(System.Windows.Forms.DataGridViewColumn dataGridViewCol… in DataGridViewColumnStateChangedEventArgs()
5595 public System.Windows.Forms.DataGridViewColumn Column { get { throw null; } }
5596 public System.Windows.Forms.DataGridViewElementStates StateChanged { get { throw null; } }
5598 …public delegate void DataGridViewColumnStateChangedEventHandler(object sender, System.Windows.Form… in DataGridViewColumnStateChangedEventHandler()
5599 public partial class DataGridViewComboBoxCell : System.Windows.Forms.DataGridViewCell
5602 [System.ComponentModel.DefaultValueAttribute(true)]
5605 [System.ComponentModel.DefaultValueAttribute("")]
5607 …[System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewComboBoxDisplayStyl…
5608 …public System.Windows.Forms.DataGridViewComboBoxDisplayStyle DisplayStyle { get { throw null; } se…
5609 [System.ComponentModel.DefaultValueAttribute(false)]
5611 [System.ComponentModel.DefaultValueAttribute(1)]
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 …
5619 [System.ComponentModel.DefaultValueAttribute(8)]
5621 [System.ComponentModel.DefaultValueAttribute(false)]
5623 [System.ComponentModel.DefaultValueAttribute("")]
5625 public override System.Type ValueType { get { throw null; } }
5628 …protected override System.Drawing.Rectangle GetContentBounds(System.Drawing.Graphics graphics, Sys… in GetContentBounds()
5629 …protected override System.Drawing.Rectangle GetErrorIconBounds(System.Drawing.Graphics graphics, S… in GetErrorIconBounds()
5630System.Windows.Forms.DataGridViewCellStyle cellStyle, System.ComponentModel.TypeConverter valueTyp… in GetFormattedValue()
5631 …ide System.Drawing.Size GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.Da… in GetPreferredSize()
5632 …oid InitializeEditingControl(int rowIndex, object initialFormattedValue, System.Windows.Forms.Data… in InitializeEditingControl()
5633 public override bool KeyEntersEditMode(System.Windows.Forms.KeyEventArgs e) { throw null; } in KeyEntersEditMode()
5637 … protected override void OnMouseClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { } in OnMouseClick()
5640 … protected override void OnMouseMove(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { } in OnMouseMove()
5641System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle ce… in Paint()
5642 …rmattedValue, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.ComponentModel.TypeConv… in ParseFormattedValue()
5644 [System.ComponentModel.ListBindableAttribute(false)]
5645 …public partial class ObjectCollection : System.Collections.ICollection, System.Collections.IEnumer…
5647 public ObjectCollection(System.Windows.Forms.DataGridViewComboBoxCell owner) { } in ObjectCollection()
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; } }
5656 … public void AddRange(System.Windows.Forms.DataGridViewComboBoxCell.ObjectCollection value) { } in AddRange()
5660 public System.Collections.IEnumerator GetEnumerator() { throw null; } in GetEnumerator()
5665 void System.Collections.ICollection.CopyTo(System.Array destination, int index) { } in System.Collections.ICollection.CopyTo()
5666 int System.Collections.IList.Add(object item) { throw null; } in System.Collections.IList.Add()
5669 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.DataGridViewComboBoxColumnDe…
5670 …[System.Drawing.ToolboxBitmapAttribute(typeof(System.Windows.Forms.DataGridViewComboBoxColumn), "D…
5671 public partial class DataGridViewComboBoxColumn : System.Windows.Forms.DataGridViewColumn
5674 [System.ComponentModel.BrowsableAttribute(true)]
5675 [System.ComponentModel.DefaultValueAttribute(true)]
5677 [System.ComponentModel.BrowsableAttribute(false)]
5678 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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))]
5684 [System.ComponentModel.DefaultValueAttribute("")]
5685System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataMemberFieldEditor, System.D…
5686 …[System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.Design.DataMemberFieldConverte…
5688 …[System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewComboBoxDisplayStyl…
5689 …public System.Windows.Forms.DataGridViewComboBoxDisplayStyle DisplayStyle { get { throw null; } se…
5690 [System.ComponentModel.DefaultValueAttribute(false)]
5692 [System.ComponentModel.DefaultValueAttribute(1)]
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.DesignerSer…
5697System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.StringCollectionEditor, System.…
5698 …public System.Windows.Forms.DataGridViewComboBoxCell.ObjectCollection Items { get { throw null; } }
5699 [System.ComponentModel.DefaultValueAttribute(8)]
5701 [System.ComponentModel.DefaultValueAttribute(false)]
5703 [System.ComponentModel.DefaultValueAttribute("")]
5704System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataMemberFieldEditor, System.D…
5705 …[System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.Design.DataMemberFieldConverte…
5716 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
5717 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5718 …public partial class DataGridViewComboBoxEditingControl : System.Windows.Forms.ComboBox, System.Wi…
5721 …public virtual System.Windows.Forms.DataGridView EditingControlDataGridView { get { throw null; } …
5725 public virtual System.Windows.Forms.Cursor EditingPanelCursor { get { throw null; } }
5727 …public virtual void ApplyCellStyleToEditingControl(System.Windows.Forms.DataGridViewCellStyle data… in ApplyCellStyleToEditingControl()
5728 …public virtual bool EditingControlWantsInputKey(System.Windows.Forms.Keys keyData, bool dataGridVi… in EditingControlWantsInputKey()
5729 …public virtual object GetEditingControlFormattedValue(System.Windows.Forms.DataGridViewDataErrorCo… in GetEditingControlFormattedValue()
5730 protected override void OnSelectedIndexChanged(System.EventArgs e) { } in OnSelectedIndexChanged()
5746 [System.FlagsAttribute]
5761 …public partial class DataGridViewDataErrorEventArgs : System.Windows.Forms.DataGridViewCellCancelE…
5763 …public DataGridViewDataErrorEventArgs(System.Exception exception, int columnIndex, int rowIndex, S… in DataGridViewDataErrorEventArgs()
5764 public System.Windows.Forms.DataGridViewDataErrorContexts Context { get { throw null; } }
5765 public System.Exception Exception { get { throw null; } }
5768 …public delegate void DataGridViewDataErrorEventHandler(object sender, System.Windows.Forms.DataGri… in DataGridViewDataErrorEventHandler()
5769 public partial class DataGridViewEditingControlShowingEventArgs : System.EventArgs
5771 …public DataGridViewEditingControlShowingEventArgs(System.Windows.Forms.Control control, System.Win… in DataGridViewEditingControlShowingEventArgs()
5772 public System.Windows.Forms.DataGridViewCellStyle CellStyle { get { throw null; } set { } }
5773 public System.Windows.Forms.Control Control { get { throw null; } }
5775 …public delegate void DataGridViewEditingControlShowingEventHandler(object sender, System.Windows.F… in DataGridViewEditingControlShowingEventHandler()
5787 [System.ComponentModel.BrowsableAttribute(false)]
5788 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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; } }
5794 protected void RaiseCellClick(System.Windows.Forms.DataGridViewCellEventArgs e) { } in RaiseCellClick()
5795 protected void RaiseCellContentClick(System.Windows.Forms.DataGridViewCellEventArgs e) { } in RaiseCellContentClick()
5796 … protected void RaiseCellContentDoubleClick(System.Windows.Forms.DataGridViewCellEventArgs e) { } in RaiseCellContentDoubleClick()
5797 protected void RaiseCellValueChanged(System.Windows.Forms.DataGridViewCellEventArgs e) { } in RaiseCellValueChanged()
5798 protected void RaiseDataError(System.Windows.Forms.DataGridViewDataErrorEventArgs e) { } in RaiseDataError()
5799 protected void RaiseMouseWheel(System.Windows.Forms.MouseEventArgs e) { } in RaiseMouseWheel()
5801 [System.FlagsAttribute]
5802 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
5822 public partial class DataGridViewHeaderCell : System.Windows.Forms.DataGridViewCell
5825 protected System.Windows.Forms.ButtonState ButtonState { get { throw null; } }
5826 [System.ComponentModel.BrowsableAttribute(false)]
5828 public override System.Type FormattedValueType { get { throw null; } }
5829 [System.ComponentModel.BrowsableAttribute(false)]
5831 [System.ComponentModel.BrowsableAttribute(false)]
5832 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
5834 [System.ComponentModel.BrowsableAttribute(false)]
5836 [System.ComponentModel.BrowsableAttribute(false)]
5837 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
5839 public override System.Type ValueType { get { throw null; } set { } }
5840 [System.ComponentModel.BrowsableAttribute(false)]
5844 …public override System.Windows.Forms.ContextMenuStrip GetInheritedContextMenuStrip(int rowIndex) {… in GetInheritedContextMenuStrip()
5845 …public override System.Windows.Forms.DataGridViewElementStates GetInheritedState(int rowIndex) { t… in GetInheritedState()
5846 protected override System.Drawing.Size GetSize(int rowIndex) { throw null; } in GetSize()
5848 …protected override bool MouseDownUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e… in MouseDownUnsharesRow()
5851 …protected override bool MouseUpUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) … in MouseUpUnsharesRow()
5852 … protected override void OnMouseDown(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { } in OnMouseDown()
5855 protected override void OnMouseUp(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { } in OnMouseUp()
5856System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle ce… in Paint()
5869 public partial class DataGridViewImageCell : System.Windows.Forms.DataGridViewCell
5874 [System.ComponentModel.DefaultValueAttribute("")]
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)]
5882 public override System.Type ValueType { get { throw null; } set { } }
5884 …protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw nul… in CreateAccessibilityInstance()
5885 …protected override System.Drawing.Rectangle GetContentBounds(System.Drawing.Graphics graphics, Sys… in GetContentBounds()
5886 …protected override System.Drawing.Rectangle GetErrorIconBounds(System.Drawing.Graphics graphics, S… in GetErrorIconBounds()
5887System.Windows.Forms.DataGridViewCellStyle cellStyle, System.ComponentModel.TypeConverter valueTyp… in GetFormattedValue()
5888 …ide System.Drawing.Size GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.Da… in GetPreferredSize()
5890System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle ce… in Paint()
5892 …protected partial class DataGridViewImageCellAccessibleObject : System.Windows.Forms.DataGridViewC…
5894 … public DataGridViewImageCellAccessibleObject(System.Windows.Forms.DataGridViewCell owner) { } in DataGridViewImageCellAccessibleObject()
5897System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction…
5898 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
5910 …[System.Drawing.ToolboxBitmapAttribute(typeof(System.Windows.Forms.DataGridViewImageColumn), "Data…
5911 public partial class DataGridViewImageColumn : System.Windows.Forms.DataGridViewColumn
5915 [System.ComponentModel.BrowsableAttribute(false)]
5916 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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; } …
5920 [System.ComponentModel.BrowsableAttribute(true)]
5921 [System.ComponentModel.DefaultValueAttribute("")]
5923 [System.ComponentModel.BrowsableAttribute(false)]
5924 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
5936 public partial class DataGridViewLinkCell : System.Windows.Forms.DataGridViewCell
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 { } }
5946 [System.ComponentModel.DefaultValueAttribute(true)]
5948 [System.ComponentModel.DefaultValueAttribute(false)]
5950 public override System.Type ValueType { get { throw null; } }
5951 public System.Drawing.Color VisitedLinkColor { get { throw null; } set { } }
5953 …protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw nul… in CreateAccessibilityInstance()
5954 …protected override System.Drawing.Rectangle GetContentBounds(System.Drawing.Graphics graphics, Sys… in GetContentBounds()
5955 …protected override System.Drawing.Rectangle GetErrorIconBounds(System.Drawing.Graphics graphics, S… in GetErrorIconBounds()
5956 …ide System.Drawing.Size GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.Da… in GetPreferredSize()
5958 …protected override bool KeyUpUnsharesRow(System.Windows.Forms.KeyEventArgs e, int rowIndex) { thro… in KeyUpUnsharesRow()
5959 …protected override bool MouseDownUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e… in MouseDownUnsharesRow()
5961 …protected override bool MouseMoveUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e… in MouseMoveUnsharesRow()
5962 …protected override bool MouseUpUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) … in MouseUpUnsharesRow()
5963 protected override void OnKeyUp(System.Windows.Forms.KeyEventArgs e, int rowIndex) { } in OnKeyUp()
5964 … protected override void OnMouseDown(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { } in OnMouseDown()
5966 … protected override void OnMouseMove(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { } in OnMouseMove()
5967 protected override void OnMouseUp(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { } in OnMouseUp()
5968System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle ce… in Paint()
5970 …protected partial class DataGridViewLinkCellAccessibleObject : System.Windows.Forms.DataGridViewCe…
5972 … public DataGridViewLinkCellAccessibleObject(System.Windows.Forms.DataGridViewCell owner) { } in DataGridViewLinkCellAccessibleObject()
5974 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
5979 …[System.Drawing.ToolboxBitmapAttribute(typeof(System.Windows.Forms.DataGridViewLinkColumn), "DataG…
5980 public partial class DataGridViewLinkColumn : System.Windows.Forms.DataGridViewColumn
5983 public System.Drawing.Color ActiveLinkColor { get { throw null; } set { } }
5984 [System.ComponentModel.BrowsableAttribute(false)]
5985 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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)]
5992 [System.ComponentModel.DefaultValueAttribute(true)]
5994 [System.ComponentModel.DefaultValueAttribute(false)]
5996 public System.Drawing.Color VisitedLinkColor { get { throw null; } set { } }
6000 [System.FlagsAttribute]
6013 [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.DataGridViewRowConverter")]
6014 public partial class DataGridViewRow : System.Windows.Forms.DataGridViewBand
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.DesignerSer…
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))]
6027 [System.ComponentModel.BrowsableAttribute(true)]
6028 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
6029 [System.ComponentModel.NotifyParentPropertyAttribute(true)]
6030 …public override System.Windows.Forms.DataGridViewCellStyle DefaultCellStyle { get { throw null; } …
6031 [System.ComponentModel.BrowsableAttribute(false)]
6033 [System.ComponentModel.DefaultValueAttribute(0)]
6034 [System.ComponentModel.NotifyParentPropertyAttribute(true)]
6036 [System.ComponentModel.DefaultValueAttribute("")]
6037 [System.ComponentModel.NotifyParentPropertyAttribute(true)]
6039 [System.ComponentModel.BrowsableAttribute(false)]
6041 [System.ComponentModel.BrowsableAttribute(false)]
6042 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
6043 … public System.Windows.Forms.DataGridViewRowHeaderCell HeaderCell { get { throw null; } set { } }
6044 [System.ComponentModel.DefaultValueAttribute(22)]
6045 [System.ComponentModel.NotifyParentPropertyAttribute(true)]
6047 … public override System.Windows.Forms.DataGridViewCellStyle InheritedStyle { get { throw null; } }
6048 [System.ComponentModel.BrowsableAttribute(false)]
6049 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
6051 [System.ComponentModel.BrowsableAttribute(false)]
6052 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
6054 [System.ComponentModel.BrowsableAttribute(true)]
6055 [System.ComponentModel.DefaultValueAttribute(false)]
6056 [System.ComponentModel.NotifyParentPropertyAttribute(true)]
6058 [System.ComponentModel.NotifyParentPropertyAttribute(true)]
6059 …public override System.Windows.Forms.DataGridViewTriState Resizable { get { throw null; } set { } }
6061 public override System.Windows.Forms.DataGridViewElementStates State { get { throw null; } }
6062 [System.ComponentModel.BrowsableAttribute(false)]
6064 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
6065System.Windows.Forms.DataGridViewAdvancedBorderStyle AdjustRowHeaderBorderStyle(System.Windows.For… in AdjustRowHeaderBorderStyle()
6067 …protected virtual System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null… in CreateAccessibilityInstance()
6068 public void CreateCells(System.Windows.Forms.DataGridView dataGridView) { } in CreateCells()
6069 …public void CreateCells(System.Windows.Forms.DataGridView dataGridView, params object[] values) { } in CreateCells()
6070 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
6071 …protected virtual System.Windows.Forms.DataGridViewCellCollection CreateCellsInstance() { throw nu… in CreateCellsInstance()
6072 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
6073System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle bo… in DrawFocus()
6074 … public System.Windows.Forms.ContextMenuStrip GetContextMenuStrip(int rowIndex) { throw null; } in GetContextMenuStrip()
6076 …public virtual int GetPreferredHeight(int rowIndex, System.Windows.Forms.DataGridViewAutoSizeRowMo… in GetPreferredHeight()
6077 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
6078 …public virtual System.Windows.Forms.DataGridViewElementStates GetState(int rowIndex) { throw null;… in GetState()
6079 …l void Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing… in Paint()
6080 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
6081System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle ro… in PaintCells()
6082 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
6083System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle ro… in PaintHeader()
6086 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
6087 … protected partial class DataGridViewRowAccessibleObject : System.Windows.Forms.AccessibleObject
6090 public DataGridViewRowAccessibleObject(System.Windows.Forms.DataGridViewRow owner) { } in DataGridViewRowAccessibleObject()
6091 public override System.Drawing.Rectangle Bounds { get { throw null; } }
6093 public System.Windows.Forms.DataGridViewRow Owner { get { throw null; } set { } }
6094System.Windows.Forms.AccessibleObject Parent { [System.Security.Permissions.SecurityPermissionAttr…
6095 public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
6096 public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
6097 …string Value { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permission…
6098 … public override System.Windows.Forms.AccessibleObject GetChild(int index) { throw null; } in GetChild()
6100 public override System.Windows.Forms.AccessibleObject GetFocused() { throw null; } in GetFocused()
6101 public override System.Windows.Forms.AccessibleObject GetSelected() { throw null; } in GetSelected()
6102 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
6103 …public override System.Windows.Forms.AccessibleObject Navigate(System.Windows.Forms.AccessibleNavi… in Navigate()
6104 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
6105 public override void Select(System.Windows.Forms.AccessibleSelection flags) { } in Select()
6108 public partial class DataGridViewRowCancelEventArgs : System.ComponentModel.CancelEventArgs
6110 … public DataGridViewRowCancelEventArgs(System.Windows.Forms.DataGridViewRow dataGridViewRow) { } in DataGridViewRowCancelEventArgs()
6111 public System.Windows.Forms.DataGridViewRow Row { get { throw null; } }
6113 …public delegate void DataGridViewRowCancelEventHandler(object sender, System.Windows.Forms.DataGri… in DataGridViewRowCancelEventHandler()
6114 …[System.ComponentModel.Design.Serialization.DesignerSerializerAttribute("System.Windows.Forms.Desi…
6115 [System.ComponentModel.ListBindableAttribute(false)]
6116 …artial class DataGridViewRowCollection : System.Collections.ICollection, System.Collections.IEnume…
6118 public DataGridViewRowCollection(System.Windows.Forms.DataGridView dataGridView) { } in DataGridViewRowCollection()
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.DesignerSer…
6132 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
6134 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
6136 public virtual int Add(System.Windows.Forms.DataGridViewRow dataGridViewRow) { throw null; } in Add()
6139 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
6140 … public virtual void AddRange(params System.Windows.Forms.DataGridViewRow[] dataGridViewRows) { } in AddRange()
6142 … public virtual bool Contains(System.Windows.Forms.DataGridViewRow dataGridViewRow) { throw null; } in Contains()
6143 public void CopyTo(System.Windows.Forms.DataGridViewRow[] array, int index) { } in CopyTo()
6144 …public int GetFirstRow(System.Windows.Forms.DataGridViewElementStates includeFilter) { throw null;… in GetFirstRow()
6145 …public int GetFirstRow(System.Windows.Forms.DataGridViewElementStates includeFilter, System.Window… in GetFirstRow()
6146 …public int GetLastRow(System.Windows.Forms.DataGridViewElementStates includeFilter) { throw null; } in GetLastRow()
6147 …public int GetNextRow(int indexStart, System.Windows.Forms.DataGridViewElementStates includeFilter… in GetNextRow()
6148 …public int GetNextRow(int indexStart, System.Windows.Forms.DataGridViewElementStates includeFilter… in GetNextRow()
6149 …public int GetPreviousRow(int indexStart, System.Windows.Forms.DataGridViewElementStates includeFi… in GetPreviousRow()
6150 …public int GetPreviousRow(int indexStart, System.Windows.Forms.DataGridViewElementStates includeFi… in GetPreviousRow()
6151 …public int GetRowCount(System.Windows.Forms.DataGridViewElementStates includeFilter) { throw null;… in GetRowCount()
6152 …public int GetRowsHeight(System.Windows.Forms.DataGridViewElementStates includeFilter) { throw nul… in GetRowsHeight()
6153 …public virtual System.Windows.Forms.DataGridViewElementStates GetRowState(int rowIndex) { throw nu… in GetRowState()
6154 public int IndexOf(System.Windows.Forms.DataGridViewRow dataGridViewRow) { throw null; } in IndexOf()
6157 … public virtual void Insert(int rowIndex, System.Windows.Forms.DataGridViewRow dataGridViewRow) { } in Insert()
6160 …public virtual void InsertRange(int rowIndex, params System.Windows.Forms.DataGridViewRow[] dataGr… in InsertRange()
6161 … protected virtual void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs e) { } in OnCollectionChanged()
6162 public virtual void Remove(System.Windows.Forms.DataGridViewRow dataGridViewRow) { } in Remove()
6164 public System.Windows.Forms.DataGridViewRow SharedRow(int rowIndex) { throw null; } in SharedRow()
6165 void System.Collections.ICollection.CopyTo(System.Array array, int index) { } in System.Collections.ICollection.CopyTo()
6166System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } in System.Collections.IEnumerable.GetEnumerator()
6167 int System.Collections.IList.Add(object value) { throw null; } in System.Collections.IList.Add()
6168 void System.Collections.IList.Clear() { } in System.Collections.IList.Clear()
6169 bool System.Collections.IList.Contains(object value) { throw null; } in System.Collections.IList.Contains()
6170 int System.Collections.IList.IndexOf(object value) { throw null; } in System.Collections.IList.IndexOf()
6171 void System.Collections.IList.Insert(int index, object value) { } in System.Collections.IList.Insert()
6172 void System.Collections.IList.Remove(object value) { } in System.Collections.IList.Remove()
6173 void System.Collections.IList.RemoveAt(int index) { } in System.Collections.IList.RemoveAt()
6175 public partial class DataGridViewRowContextMenuStripNeededEventArgs : System.EventArgs
6178 … public System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get { throw null; } set { } }
6181 …public delegate void DataGridViewRowContextMenuStripNeededEventHandler(object sender, System.Windo… in DataGridViewRowContextMenuStripNeededEventHandler()
6182 …public partial class DataGridViewRowDividerDoubleClickEventArgs : System.Windows.Forms.HandledMous…
6184 …DividerDoubleClickEventArgs(int rowIndex, System.Windows.Forms.HandledMouseEventArgs e) : base (de… in DataGridViewRowDividerDoubleClickEventArgs()
6187 …public delegate void DataGridViewRowDividerDoubleClickEventHandler(object sender, System.Windows.F… in DataGridViewRowDividerDoubleClickEventHandler()
6188 public partial class DataGridViewRowErrorTextNeededEventArgs : System.EventArgs
6194 …public delegate void DataGridViewRowErrorTextNeededEventHandler(object sender, System.Windows.Form… in DataGridViewRowErrorTextNeededEventHandler()
6195 public partial class DataGridViewRowEventArgs : System.EventArgs
6197 public DataGridViewRowEventArgs(System.Windows.Forms.DataGridViewRow dataGridViewRow) { } in DataGridViewRowEventArgs()
6198 public System.Windows.Forms.DataGridViewRow Row { get { throw null; } }
6200 …public delegate void DataGridViewRowEventHandler(object sender, System.Windows.Forms.DataGridViewR… in DataGridViewRowEventHandler()
6201 public partial class DataGridViewRowHeaderCell : System.Windows.Forms.DataGridViewHeaderCell
6205 …protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw nul… in CreateAccessibilityInstance()
6207 …protected override System.Drawing.Rectangle GetContentBounds(System.Drawing.Graphics graphics, Sys… in GetContentBounds()
6208 …protected override System.Drawing.Rectangle GetErrorIconBounds(System.Drawing.Graphics graphics, S… in GetErrorIconBounds()
6210 …public override System.Windows.Forms.ContextMenuStrip GetInheritedContextMenuStrip(int rowIndex) {… in GetInheritedContextMenuStrip()
6211 …public override System.Windows.Forms.DataGridViewCellStyle GetInheritedStyle(System.Windows.Forms.… in GetInheritedStyle()
6212 …ide System.Drawing.Size GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.Da… in GetPreferredSize()
6214System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle ce… in Paint()
6217 …protected partial class DataGridViewRowHeaderCellAccessibleObject : System.Windows.Forms.DataGridV…
6219 …public DataGridViewRowHeaderCellAccessibleObject(System.Windows.Forms.DataGridViewRowHeaderCell ow… in DataGridViewRowHeaderCellAccessibleObject()
6220 public override System.Drawing.Rectangle Bounds { get { throw null; } }
6223System.Windows.Forms.AccessibleObject Parent { [System.Security.Permissions.SecurityPermissionAttr…
6224 public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
6225 public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
6226 …string Value { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permission…
6227 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
6229 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
6230 …public override System.Windows.Forms.AccessibleObject Navigate(System.Windows.Forms.AccessibleNavi… in Navigate()
6231 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
6232 public override void Select(System.Windows.Forms.AccessibleSelection flags) { } in Select()
6243 public partial class DataGridViewRowHeightInfoNeededEventArgs : System.EventArgs
6250 …public delegate void DataGridViewRowHeightInfoNeededEventHandler(object sender, System.Windows.For… in DataGridViewRowHeightInfoNeededEventHandler()
6251 …public partial class DataGridViewRowHeightInfoPushedEventArgs : System.ComponentModel.HandledEvent…
6258 …public delegate void DataGridViewRowHeightInfoPushedEventHandler(object sender, System.Windows.For… in DataGridViewRowHeightInfoPushedEventHandler()
6259 public partial class DataGridViewRowPostPaintEventArgs : System.EventArgs
6261System.Windows.Forms.DataGridView dataGridView, System.Drawing.Graphics graphics, System.Drawing.R… in DataGridViewRowPostPaintEventArgs()
6262 public System.Drawing.Rectangle ClipBounds { get { throw null; } set { } }
6264 public System.Drawing.Graphics Graphics { get { throw null; } }
6265 public System.Windows.Forms.DataGridViewCellStyle InheritedRowStyle { get { throw null; } }
6268 public System.Drawing.Rectangle RowBounds { get { throw null; } }
6270 public System.Windows.Forms.DataGridViewElementStates State { get { throw null; } }
6271 … public void DrawFocus(System.Drawing.Rectangle bounds, bool cellsPaintSelectionBackground) { } in DrawFocus()
6272 …public void PaintCells(System.Drawing.Rectangle clipBounds, System.Windows.Forms.DataGridViewPaint… in PaintCells()
6273 …public void PaintCellsBackground(System.Drawing.Rectangle clipBounds, bool cellsPaintSelectionBack… in PaintCellsBackground()
6274 public void PaintCellsContent(System.Drawing.Rectangle clipBounds) { } in PaintCellsContent()
6276 public void PaintHeader(System.Windows.Forms.DataGridViewPaintParts paintParts) { } in PaintHeader()
6278 …public delegate void DataGridViewRowPostPaintEventHandler(object sender, System.Windows.Forms.Data… in DataGridViewRowPostPaintEventHandler()
6279 public partial class DataGridViewRowPrePaintEventArgs : System.ComponentModel.HandledEventArgs
6281System.Windows.Forms.DataGridView dataGridView, System.Drawing.Graphics graphics, System.Drawing.R… in DataGridViewRowPrePaintEventArgs()
6282 public System.Drawing.Rectangle ClipBounds { get { throw null; } set { } }
6284 public System.Drawing.Graphics Graphics { get { throw null; } }
6285 public System.Windows.Forms.DataGridViewCellStyle InheritedRowStyle { get { throw null; } }
6288 … public System.Windows.Forms.DataGridViewPaintParts PaintParts { get { throw null; } set { } }
6289 public System.Drawing.Rectangle RowBounds { get { throw null; } }
6291 public System.Windows.Forms.DataGridViewElementStates State { get { throw null; } }
6292 … public void DrawFocus(System.Drawing.Rectangle bounds, bool cellsPaintSelectionBackground) { } in DrawFocus()
6293 …public void PaintCells(System.Drawing.Rectangle clipBounds, System.Windows.Forms.DataGridViewPaint… in PaintCells()
6294 …public void PaintCellsBackground(System.Drawing.Rectangle clipBounds, bool cellsPaintSelectionBack… in PaintCellsBackground()
6295 public void PaintCellsContent(System.Drawing.Rectangle clipBounds) { } in PaintCellsContent()
6297 public void PaintHeader(System.Windows.Forms.DataGridViewPaintParts paintParts) { } in PaintHeader()
6299 …public delegate void DataGridViewRowPrePaintEventHandler(object sender, System.Windows.Forms.DataG… in DataGridViewRowPrePaintEventHandler()
6300 public partial class DataGridViewRowsAddedEventArgs : System.EventArgs
6306 …public delegate void DataGridViewRowsAddedEventHandler(object sender, System.Windows.Forms.DataGri… in DataGridViewRowsAddedEventHandler()
6307 public partial class DataGridViewRowsRemovedEventArgs : System.EventArgs
6313 …public delegate void DataGridViewRowsRemovedEventHandler(object sender, System.Windows.Forms.DataG… in DataGridViewRowsRemovedEventHandler()
6314 public partial class DataGridViewRowStateChangedEventArgs : System.EventArgs
6316 …public DataGridViewRowStateChangedEventArgs(System.Windows.Forms.DataGridViewRow dataGridViewRow, in DataGridViewRowStateChangedEventArgs()
6317 public System.Windows.Forms.DataGridViewRow Row { get { throw null; } }
6318 public System.Windows.Forms.DataGridViewElementStates StateChanged { get { throw null; } }
6320 …public delegate void DataGridViewRowStateChangedEventHandler(object sender, System.Windows.Forms.D… in DataGridViewRowStateChangedEventHandler()
6321 [System.ComponentModel.ListBindableAttribute(false)]
6322 …lectedCellCollection : System.Windows.Forms.BaseCollection, System.Collections.ICollection, System
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))]
6335 public bool Contains(System.Windows.Forms.DataGridViewCell dataGridViewCell) { throw null; } in Contains()
6336 public void CopyTo(System.Windows.Forms.DataGridViewCell[] array, int index) { } in CopyTo()
6337 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6338 public void Insert(int index, System.Windows.Forms.DataGridViewCell dataGridViewCell) { } in Insert()
6339 void System.Collections.ICollection.CopyTo(System.Array array, int index) { } in System.Collections.ICollection.CopyTo()
6340System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } in System.Collections.IEnumerable.GetEnumerator()
6341 int System.Collections.IList.Add(object value) { throw null; } in System.Collections.IList.Add()
6342 void System.Collections.IList.Clear() { } in System.Collections.IList.Clear()
6343 bool System.Collections.IList.Contains(object value) { throw null; } in System.Collections.IList.Contains()
6344 int System.Collections.IList.IndexOf(object value) { throw null; } in System.Collections.IList.IndexOf()
6345 void System.Collections.IList.Insert(int index, object value) { } in System.Collections.IList.Insert()
6346 void System.Collections.IList.Remove(object value) { } in System.Collections.IList.Remove()
6347 void System.Collections.IList.RemoveAt(int index) { } in System.Collections.IList.RemoveAt()
6349 [System.ComponentModel.ListBindableAttribute(false)]
6350 …ctedColumnCollection : System.Windows.Forms.BaseCollection, System.Collections.ICollection, System
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))]
6363 … public bool Contains(System.Windows.Forms.DataGridViewColumn dataGridViewColumn) { throw null; } in Contains()
6364 public void CopyTo(System.Windows.Forms.DataGridViewColumn[] array, int index) { } in CopyTo()
6365 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6366 … public void Insert(int index, System.Windows.Forms.DataGridViewColumn dataGridViewColumn) { } in Insert()
6367 void System.Collections.ICollection.CopyTo(System.Array array, int index) { } in System.Collections.ICollection.CopyTo()
6368System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } in System.Collections.IEnumerable.GetEnumerator()
6369 int System.Collections.IList.Add(object value) { throw null; } in System.Collections.IList.Add()
6370 void System.Collections.IList.Clear() { } in System.Collections.IList.Clear()
6371 bool System.Collections.IList.Contains(object value) { throw null; } in System.Collections.IList.Contains()
6372 int System.Collections.IList.IndexOf(object value) { throw null; } in System.Collections.IList.IndexOf()
6373 void System.Collections.IList.Insert(int index, object value) { } in System.Collections.IList.Insert()
6374 void System.Collections.IList.Remove(object value) { } in System.Collections.IList.Remove()
6375 void System.Collections.IList.RemoveAt(int index) { } in System.Collections.IList.RemoveAt()
6377 [System.ComponentModel.ListBindableAttribute(false)]
6378 …electedRowCollection : System.Windows.Forms.BaseCollection, System.Collections.ICollection, System
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))]
6391 public bool Contains(System.Windows.Forms.DataGridViewRow dataGridViewRow) { throw null; } in Contains()
6392 public void CopyTo(System.Windows.Forms.DataGridViewRow[] array, int index) { } in CopyTo()
6393 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
6394 public void Insert(int index, System.Windows.Forms.DataGridViewRow dataGridViewRow) { } in Insert()
6395 void System.Collections.ICollection.CopyTo(System.Array array, int index) { } in System.Collections.ICollection.CopyTo()
6396System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } in System.Collections.IEnumerable.GetEnumerator()
6397 int System.Collections.IList.Add(object value) { throw null; } in System.Collections.IList.Add()
6398 void System.Collections.IList.Clear() { } in System.Collections.IList.Clear()
6399 bool System.Collections.IList.Contains(object value) { throw null; } in System.Collections.IList.Contains()
6400 int System.Collections.IList.IndexOf(object value) { throw null; } in System.Collections.IList.IndexOf()
6401 void System.Collections.IList.Insert(int index, object value) { } in System.Collections.IList.Insert()
6402 void System.Collections.IList.Remove(object value) { } in System.Collections.IList.Remove()
6403 void System.Collections.IList.RemoveAt(int index) { } in System.Collections.IList.RemoveAt()
6413 public partial class DataGridViewSortCompareEventArgs : System.ComponentModel.HandledEventArgs
6415 …public DataGridViewSortCompareEventArgs(System.Windows.Forms.DataGridViewColumn dataGridViewColumn… in DataGridViewSortCompareEventArgs()
6418 public System.Windows.Forms.DataGridViewColumn Column { get { throw null; } }
6423 …public delegate void DataGridViewSortCompareEventHandler(object sender, System.Windows.Forms.DataG… in DataGridViewSortCompareEventHandler()
6424 public partial class DataGridViewTextBoxCell : System.Windows.Forms.DataGridViewCell
6427 public override System.Type FormattedValueType { get { throw null; } }
6428 [System.ComponentModel.DefaultValueAttribute(32767)]
6430 public override System.Type ValueType { get { throw null; } }
6432 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
6434 …protected override System.Drawing.Rectangle GetContentBounds(System.Drawing.Graphics graphics, Sys… in GetContentBounds()
6435 …protected override System.Drawing.Rectangle GetErrorIconBounds(System.Drawing.Graphics graphics, S… in GetErrorIconBounds()
6436 …ide System.Drawing.Size GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.Da… in GetPreferredSize()
6437 …oid InitializeEditingControl(int rowIndex, object initialFormattedValue, System.Windows.Forms.Data… in InitializeEditingControl()
6438 public override bool KeyEntersEditMode(System.Windows.Forms.KeyEventArgs e) { throw null; } in KeyEntersEditMode()
6441 … protected override void OnMouseClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { } in OnMouseClick()
6442System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle ce… in Paint()
6443 …trol(bool setLocation, bool setSize, System.Drawing.Rectangle cellBounds, System.Drawing.Rectangle… in PositionEditingControl()
6446 …[System.Drawing.ToolboxBitmapAttribute(typeof(System.Windows.Forms.DataGridViewTextBoxColumn), "Da…
6447 public partial class DataGridViewTextBoxColumn : System.Windows.Forms.DataGridViewColumn
6450 [System.ComponentModel.BrowsableAttribute(false)]
6451 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
6452 … public override System.Windows.Forms.DataGridViewCell CellTemplate { get { throw null; } set { } }
6453 [System.ComponentModel.DefaultValueAttribute(32767)]
6455 …[System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.DataGridViewColumnSortMode)(1))]
6456 …public new System.Windows.Forms.DataGridViewColumnSortMode SortMode { get { throw null; } set { } }
6459 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
6460 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
6461 …public partial class DataGridViewTextBoxEditingControl : System.Windows.Forms.TextBox, System.Wind…
6464 …public virtual System.Windows.Forms.DataGridView EditingControlDataGridView { get { throw null; } …
6468 public virtual System.Windows.Forms.Cursor EditingPanelCursor { get { throw null; } }
6470 …public virtual void ApplyCellStyleToEditingControl(System.Windows.Forms.DataGridViewCellStyle data… in ApplyCellStyleToEditingControl()
6471 …public virtual bool EditingControlWantsInputKey(System.Windows.Forms.Keys keyData, bool dataGridVi… in EditingControlWantsInputKey()
6472 …public virtual object GetEditingControlFormattedValue(System.Windows.Forms.DataGridViewDataErrorCo… in GetEditingControlFormattedValue()
6473 protected override void OnMouseWheel(System.Windows.Forms.MouseEventArgs e) { } in OnMouseWheel()
6474 protected override void OnTextChanged(System.EventArgs e) { } in OnTextChanged()
6476 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
6477 … protected override bool ProcessKeyEventArgs(ref System.Windows.Forms.Message m) { throw null; } in ProcessKeyEventArgs()
6479 …public partial class DataGridViewTopLeftHeaderCell : System.Windows.Forms.DataGridViewColumnHeader…
6482 …protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw nul… in CreateAccessibilityInstance()
6483 …protected override System.Drawing.Rectangle GetContentBounds(System.Drawing.Graphics graphics, Sys… in GetContentBounds()
6484 …protected override System.Drawing.Rectangle GetErrorIconBounds(System.Drawing.Graphics graphics, S… in GetErrorIconBounds()
6485 …ide System.Drawing.Size GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.Da… in GetPreferredSize()
6486System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle ce… in Paint()
6487System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle bo… in PaintBorder()
6489 …protected partial class DataGridViewTopLeftHeaderCellAccessibleObject : System.Windows.Forms.DataG…
6491 …ewTopLeftHeaderCellAccessibleObject(System.Windows.Forms.DataGridViewTopLeftHeaderCell owner) : ba… in DataGridViewTopLeftHeaderCellAccessibleObject()
6492 public override System.Drawing.Rectangle Bounds { get { throw null; } }
6495 public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
6496 …string Value { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permission…
6497 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
6499 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
6500 …public override System.Windows.Forms.AccessibleObject Navigate(System.Windows.Forms.AccessibleNavi… in Navigate()
6501 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
6502 public override void Select(System.Windows.Forms.AccessibleSelection flags) { } in Select()
6511 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
6512 …public partial class DataObject : System.Runtime.InteropServices.ComTypes.IDataObject, System.Wind…
6521 public virtual bool ContainsText(System.Windows.Forms.TextDataFormat format) { throw null; } in ContainsText()
6522 public virtual System.IO.Stream GetAudioStream() { throw null; } in GetAudioStream()
6525 public virtual object GetData(System.Type format) { throw null; } in GetData()
6528 public virtual bool GetDataPresent(System.Type format) { throw null; } in GetDataPresent()
6529 … public virtual System.Collections.Specialized.StringCollection GetFileDropList() { throw null; } in GetFileDropList()
6532 public virtual System.Drawing.Image GetImage() { throw null; } in GetImage()
6534 public virtual string GetText(System.Windows.Forms.TextDataFormat format) { throw null; } in GetText()
6536 public virtual void SetAudio(System.IO.Stream audioStream) { } in SetAudio()
6540 public virtual void SetData(System.Type format, object data) { } in SetData()
6541 … public virtual void SetFileDropList(System.Collections.Specialized.StringCollection filePaths) { } in SetFileDropList()
6542 public virtual void SetImage(System.Drawing.Image image) { } in SetImage()
6544 public virtual void SetText(string textData, System.Windows.Forms.TextDataFormat format) { } in SetText()
6545 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
6546System.Runtime.InteropServices.ComTypes.IDataObject.DAdvise(ref System.Runtime.InteropServices.Com… in System.Runtime.InteropServices.ComTypes.IDataObject.DAdvise()
6547 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
6548 void System.Runtime.InteropServices.ComTypes.IDataObject.DUnadvise(int dwConnection) { } in System.Runtime.InteropServices.ComTypes.IDataObject.DUnadvise()
6549 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
6550System.Runtime.InteropServices.ComTypes.IDataObject.EnumDAdvise(out System.Runtime.InteropServices… in System.Runtime.InteropServices.ComTypes.IDataObject.EnumDAdvise()
6551 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
6552System.Runtime.InteropServices.ComTypes.IEnumFORMATETC System.Runtime.InteropServices.ComTypes.IDa… in System.Runtime.InteropServices.ComTypes.IDataObject.EnumFormatEtc()
6553 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
6554System.Runtime.InteropServices.ComTypes.IDataObject.GetCanonicalFormatEtc(ref System.Runtime.Inter… in System.Runtime.InteropServices.ComTypes.IDataObject.GetCanonicalFormatEtc()
6555 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
6556System.Runtime.InteropServices.ComTypes.IDataObject.GetData(ref System.Runtime.InteropServices.Com… in System.Runtime.InteropServices.ComTypes.IDataObject.GetData()
6557 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
6558 …void System.Runtime.InteropServices.ComTypes.IDataObject.GetDataHere(ref System.Runtime.InteropSer… in System.Runtime.InteropServices.ComTypes.IDataObject.GetDataHere()
6559 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
6560 …int System.Runtime.InteropServices.ComTypes.IDataObject.QueryGetData(ref System.Runtime.InteropSer… in System.Runtime.InteropServices.ComTypes.IDataObject.QueryGetData()
6561 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
6562 …void System.Runtime.InteropServices.ComTypes.IDataObject.SetData(ref System.Runtime.InteropService… in System.Runtime.InteropServices.ComTypes.IDataObject.SetData()
6570 public partial class DateBoldEventArgs : System.EventArgs
6575 public System.DateTime StartDate { get { throw null; } }
6577 …public delegate void DateBoldEventHandler(object sender, System.Windows.Forms.DateBoldEventArgs e); in DateBoldEventHandler()
6578 public partial class DateRangeEventArgs : System.EventArgs
6580 public DateRangeEventArgs(System.DateTime start, System.DateTime end) { } in DateRangeEventArgs()
6581 public System.DateTime End { get { throw null; } }
6582 public System.DateTime Start { get { throw null; } }
6584 …public delegate void DateRangeEventHandler(object sender, System.Windows.Forms.DateRangeEventArgs … in DateRangeEventHandler()
6585 [System.ComponentModel.DefaultBindingPropertyAttribute("Value")]
6586 [System.ComponentModel.DefaultEventAttribute("ValueChanged")]
6587 [System.ComponentModel.DefaultPropertyAttribute("Value")]
6588 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.DateTimePickerDesigner, Syst…
6589 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
6590 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
6591 public partial class DateTimePicker : System.Windows.Forms.Control
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;
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)]
6624System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAt…
6625 [System.ComponentModel.DefaultValueAttribute(null)]
6626 [System.ComponentModel.LocalizableAttribute(true)]
6627 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
6629 protected override System.Drawing.Size DefaultSize { get { throw null; } }
6630 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
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.DesignerSer…
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.DesignerSer…
6651 [System.ComponentModel.DefaultValueAttribute(false)]
6652 [System.ComponentModel.LocalizableAttribute(true)]
6654 [System.ComponentModel.DefaultValueAttribute(false)]
6656 [System.ComponentModel.DefaultValueAttribute(false)]
6658 [System.ComponentModel.BrowsableAttribute(false)]
6659 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
6660 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
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 { } }
6703 …protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw nul… in CreateAccessibilityInstance()
6705 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
6707 protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; } in IsInputKey()
6708 protected virtual void OnCloseUp(System.EventArgs eventargs) { } in OnCloseUp()
6709 protected virtual void OnDropDown(System.EventArgs eventargs) { } in OnDropDown()
6710 protected override void OnFontChanged(System.EventArgs e) { } in OnFontChanged()
6711 protected virtual void OnFormatChanged(System.EventArgs e) { } in OnFormatChanged()
6712 protected override void OnHandleCreated(System.EventArgs e) { } in OnHandleCreated()
6713 protected override void OnHandleDestroyed(System.EventArgs e) { } in OnHandleDestroyed()
6714 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
6715 protected virtual void OnRightToLeftLayoutChanged(System.EventArgs e) { } in OnRightToLeftLayoutChanged()
6716 protected override void OnSystemColorsChanged(System.EventArgs e) { } in OnSystemColorsChanged()
6717 protected virtual void OnValueChanged(System.EventArgs eventargs) { } in OnValueChanged()
6719 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
6720 protected override void WndProc(ref System.Windows.Forms.Message m) { } in WndProc()
6721 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
6722 …public partial class DateTimePickerAccessibleObject : System.Windows.Forms.Control.ControlAccessib…
6724 …public DateTimePickerAccessibleObject(System.Windows.Forms.DateTimePicker owner) : base (default(S… in DateTimePickerAccessibleObject()
6726 public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
6727 public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
6728 …string Value { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permission…
6749 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
6761 [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
6762 public sealed partial class DockingAttribute : System.Attribute
6764 public static readonly System.Windows.Forms.DockingAttribute Default;
6766 public DockingAttribute(System.Windows.Forms.DockingBehavior dockingBehavior) { } in DockingAttribute()
6767 public System.Windows.Forms.DockingBehavior DockingBehavior { get { throw null; } }
6778System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DockEditor, System.Design, Vers…
6788 [System.ComponentModel.DefaultBindingPropertyAttribute("SelectedItem")]
6789 [System.ComponentModel.DefaultEventAttribute("SelectedItemChanged")]
6790 [System.ComponentModel.DefaultPropertyAttribute("Items")]
6791 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
6792 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
6793 public partial class DomainUpDown : System.Windows.Forms.UpDownBase
6796 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
6797System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.StringCollectionEditor, System.…
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.DesignerSer…
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)]
6807 [System.ComponentModel.BrowsableAttribute(false)]
6808 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
6810 [System.ComponentModel.DefaultValueAttribute(false)]
6812 [System.ComponentModel.DefaultValueAttribute(false)]
6813 [System.ComponentModel.LocalizableAttribute(true)]
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 { } }
6819 …protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw nul… in CreateAccessibilityInstance()
6821 protected override void OnChanged(object source, System.EventArgs e) { } in OnChanged()
6822 protected void OnSelectedItemChanged(object source, System.EventArgs e) { } in OnSelectedItemChanged()
6823 …protected override void OnTextBoxKeyPress(object source, System.Windows.Forms.KeyPressEventArgs e)… in OnTextBoxKeyPress()
6827 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
6828 public partial class DomainItemAccessibleObject : System.Windows.Forms.AccessibleObject
6830 … public DomainItemAccessibleObject(string name, System.Windows.Forms.AccessibleObject parent) { } in DomainItemAccessibleObject()
6832System.Windows.Forms.AccessibleObject Parent { [System.Security.Permissions.SecurityPermissionAttr…
6833 public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
6834 public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
6835 …string Value { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permission…
6837 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
6838 …public partial class DomainUpDownAccessibleObject : System.Windows.Forms.Control.ControlAccessible…
6840 …public DomainUpDownAccessibleObject(System.Windows.Forms.Control owner) : base (default(System.Win… in DomainUpDownAccessibleObject()
6841 public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
6842 … public override System.Windows.Forms.AccessibleObject GetChild(int index) { throw null; } in GetChild()
6845 public partial class DomainUpDownItemCollection : System.Collections.ArrayList
6848 [System.ComponentModel.BrowsableAttribute(false)]
6849 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
6857 public sealed partial class DpiChangedEventArgs : System.ComponentModel.CancelEventArgs
6860 …public int DeviceDpiNew { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw …
6861 …public int DeviceDpiOld { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw …
6862 …public System.Drawing.Rectangle SuggestedRectangle { [System.Runtime.CompilerServices.CompilerGene…
6865 …public delegate void DpiChangedEventHandler(object sender, System.Windows.Forms.DpiChangedEventArg… in DpiChangedEventHandler()
6866 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
6873 [System.FlagsAttribute]
6883 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
6884 public partial class DragEventArgs : System.EventArgs
6886 …DragEventArgs(System.Windows.Forms.IDataObject data, int keyState, int x, int y, System.Windows.Fo… in DragEventArgs()
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 { } }
6894 public delegate void DragEventHandler(object sender, System.Windows.Forms.DragEventArgs e); in DragEventHandler()
6895 public partial class DrawItemEventArgs : System.EventArgs
6897 …lic DrawItemEventArgs(System.Drawing.Graphics graphics, System.Drawing.Font font, System.Drawing.R… in DrawItemEventArgs()
6898System.Drawing.Graphics graphics, System.Drawing.Font font, System.Drawing.Rectangle rect, int ind… in DrawItemEventArgs()
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; } }
6905 public System.Windows.Forms.DrawItemState State { get { throw null; } }
6909 …public delegate void DrawItemEventHandler(object sender, System.Windows.Forms.DrawItemEventArgs e); in DrawItemEventHandler()
6910 [System.FlagsAttribute]
6926 public partial class DrawListViewColumnHeaderEventArgs : System.EventArgs
6928System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds, int columnIndex, System.Windows… in DrawListViewColumnHeaderEventArgs()
6929 public System.Drawing.Color BackColor { get { throw null; } }
6930 public System.Drawing.Rectangle Bounds { get { throw null; } }
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; } }
6940 public void DrawText(System.Windows.Forms.TextFormatFlags flags) { } in DrawText()
6942 …public delegate void DrawListViewColumnHeaderEventHandler(object sender, System.Windows.Forms.Draw… in DrawListViewColumnHeaderEventHandler()
6943 public partial class DrawListViewItemEventArgs : System.EventArgs
6945 …emEventArgs(System.Drawing.Graphics graphics, System.Windows.Forms.ListViewItem item, System.Drawi… in DrawListViewItemEventArgs()
6946 public System.Drawing.Rectangle Bounds { get { throw null; } }
6948 public System.Drawing.Graphics Graphics { get { throw null; } }
6949 public System.Windows.Forms.ListViewItem Item { get { throw null; } }
6951 public System.Windows.Forms.ListViewItemStates State { get { throw null; } }
6955 public void DrawText(System.Windows.Forms.TextFormatFlags flags) { } in DrawText()
6957 …public delegate void DrawListViewItemEventHandler(object sender, System.Windows.Forms.DrawListView… in DrawListViewItemEventHandler()
6958 public partial class DrawListViewSubItemEventArgs : System.EventArgs
6960System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds, System.Windows.Forms.ListViewIt… in DrawListViewSubItemEventArgs()
6961 public System.Drawing.Rectangle Bounds { get { throw null; } }
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; } }
6968 public System.Windows.Forms.ListViewItemStates ItemState { get { throw null; } }
6969 public System.Windows.Forms.ListViewItem.ListViewSubItem SubItem { get { throw null; } }
6971 public void DrawFocusRectangle(System.Drawing.Rectangle bounds) { } in DrawFocusRectangle()
6973 public void DrawText(System.Windows.Forms.TextFormatFlags flags) { } in DrawText()
6975 …public delegate void DrawListViewSubItemEventHandler(object sender, System.Windows.Forms.DrawListV… in DrawListViewSubItemEventHandler()
6982 public partial class DrawToolTipEventArgs : System.EventArgs
6984System.Drawing.Graphics graphics, System.Windows.Forms.IWin32Window associatedWindow, System.Windo… in DrawToolTipEventArgs()
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; } }
6994 public void DrawText(System.Windows.Forms.TextFormatFlags flags) { } in DrawText()
6996 …public delegate void DrawToolTipEventHandler(object sender, System.Windows.Forms.DrawToolTipEventA… in DrawToolTipEventHandler()
6997 public partial class DrawTreeNodeEventArgs : System.EventArgs
6999 …DrawTreeNodeEventArgs(System.Drawing.Graphics graphics, System.Windows.Forms.TreeNode node, System in DrawTreeNodeEventArgs()
7000 public System.Drawing.Rectangle Bounds { get { throw null; } }
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; } }
7006 …public delegate void DrawTreeNodeEventHandler(object sender, System.Windows.Forms.DrawTreeNodeEven… in DrawTreeNodeEventHandler()
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.Contr…
7025 …[System.ComponentModel.ProvidePropertyAttribute("IconPadding", typeof(System.Windows.Forms.Control…
7026 [System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms")]
7027 …ublic partial class ErrorProvider : System.ComponentModel.Component, System.ComponentModel.IExtend…
7030 public ErrorProvider(System.ComponentModel.IContainer container) { } in ErrorProvider()
7031 public ErrorProvider(System.Windows.Forms.ContainerControl parentControl) { } in ErrorProvider()
7032 [System.ComponentModel.DefaultValueAttribute(250)]
7033 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
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)]
7038System.Windows.Forms.ContainerControl ContainerControl { [System.Security.Permissions.UIPermission…
7039 [System.ComponentModel.DefaultValueAttribute(null)]
7040System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataMemberListEditor, System.De…
7042 … [System.ComponentModel.AttributeProviderAttribute(typeof(System.ComponentModel.IListSource))]
7043 [System.ComponentModel.DefaultValueAttribute(null)]
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)]
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))]
7056 public event System.EventHandler RightToLeftChanged { add { } remove { } }
7061 [System.ComponentModel.DefaultValueAttribute("")]
7062 [System.ComponentModel.LocalizableAttribute(true)]
7063 public string GetError(System.Windows.Forms.Control control) { throw null; } in GetError()
7064 [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ErrorIconAlignment)(3))]
7065 [System.ComponentModel.LocalizableAttribute(true)]
7066 …public System.Windows.Forms.ErrorIconAlignment GetIconAlignment(System.Windows.Forms.Control contr… in GetIconAlignment()
7067 [System.ComponentModel.DefaultValueAttribute(0)]
7068 [System.ComponentModel.LocalizableAttribute(true)]
7069 public int GetIconPadding(System.Windows.Forms.Control control) { throw null; } in GetIconPadding()
7070 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7071 protected virtual void OnRightToLeftChanged(System.EventArgs e) { } in OnRightToLeftChanged()
7072 public void SetError(System.Windows.Forms.Control control, string value) { } in SetError()
7073 …public void SetIconAlignment(System.Windows.Forms.Control control, System.Windows.Forms.ErrorIconA… in SetIconAlignment()
7074 public void SetIconPadding(System.Windows.Forms.Control control, int padding) { } in SetIconPadding()
7075 void System.ComponentModel.ISupportInitialize.BeginInit() { } in System.ComponentModel.ISupportInitialize.BeginInit()
7076 void System.ComponentModel.ISupportInitialize.EndInit() { } in System.ComponentModel.ISupportInitialize.EndInit()
7079 public abstract partial class FeatureSupport : System.Windows.Forms.IFeatureSupport
7082 public abstract System.Version GetVersionPresent(object feature); in GetVersionPresent()
7083 …public static System.Version GetVersionPresent(string featureClassName, string featureConstName) {… in GetVersionPresent()
7085 public virtual bool IsPresent(object feature, System.Version minimumVersion) { throw null; } in IsPresent()
7087 …public static bool IsPresent(string featureClassName, string featureConstName, System.Version mini… in IsPresent()
7089 [System.ComponentModel.DefaultEventAttribute("FileOk")]
7090 [System.ComponentModel.DefaultPropertyAttribute("FileName")]
7091 public abstract partial class FileDialog : System.Windows.Forms.CommonDialog
7095 [System.ComponentModel.DefaultValueAttribute(true)]
7097 [System.ComponentModel.DefaultValueAttribute(true)]
7099 [System.ComponentModel.DefaultValueAttribute(false)]
7101 [System.ComponentModel.DefaultValueAttribute(true)]
7103 [System.ComponentModel.BrowsableAttribute(false)]
7104 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
7105 … public System.Windows.Forms.FileDialogCustomPlacesCollection CustomPlaces { get { throw null; } }
7106 [System.ComponentModel.DefaultValueAttribute("")]
7108 [System.ComponentModel.DefaultValueAttribute(true)]
7110 [System.ComponentModel.DefaultValueAttribute("")]
7112 [System.ComponentModel.BrowsableAttribute(false)]
7113 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
7115 [System.ComponentModel.DefaultValueAttribute("")]
7116 [System.ComponentModel.LocalizableAttribute(true)]
7118 [System.ComponentModel.DefaultValueAttribute(1)]
7120 [System.ComponentModel.DefaultValueAttribute("")]
7122System.IntPtr Instance { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.…
7124 [System.ComponentModel.DefaultValueAttribute(false)]
7126 [System.ComponentModel.DefaultValueAttribute(false)]
7128 [System.ComponentModel.DefaultValueAttribute(false)]
7130 [System.ComponentModel.DefaultValueAttribute("")]
7131 [System.ComponentModel.LocalizableAttribute(true)]
7133 [System.ComponentModel.DefaultValueAttribute(true)]
7135 public event System.ComponentModel.CancelEventHandler FileOk { add { } remove { } }
7136 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
7137 …protected override System.IntPtr HookProc(System.IntPtr hWnd, int msg, System.IntPtr wparam, Syste… in HookProc()
7138 protected void OnFileOk(System.ComponentModel.CancelEventArgs e) { } in OnFileOk()
7140 protected override bool RunDialog(System.IntPtr hWndOwner) { throw null; } in RunDialog()
7145 public FileDialogCustomPlace(System.Guid knownFolderGuid) { } in FileDialogCustomPlace()
7147 public System.Guid KnownFolderGuid { get { throw null; } set { } }
7151 …ic partial class FileDialogCustomPlacesCollection : System.Collections.ObjectModel.Collection<Syst…
7154 public void Add(System.Guid knownFolderGuid) { } in Add()
7163 …[System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.FlatButtonAppearanceConverter"…
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)]
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 { } }
7198 System = 3, enumerator
7207 [System.ComponentModel.DefaultPropertyAttribute("FlowDirection")]
7208 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.FlowLayoutPanelDesigner, Sys…
7209 …[System.ComponentModel.ProvidePropertyAttribute("FlowBreak", typeof(System.Windows.Forms.Control))]
7210 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
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.IExtender…
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)]
7223 [System.ComponentModel.DefaultValueAttribute(false)]
7224 [System.ComponentModel.DisplayNameAttribute("FlowBreak")]
7225 public bool GetFlowBreak(System.Windows.Forms.Control control) { throw null; } in GetFlowBreak()
7226 [System.ComponentModel.DisplayNameAttribute("FlowBreak")]
7227 public void SetFlowBreak(System.Windows.Forms.Control control, bool value) { } in SetFlowBreak()
7228 bool System.ComponentModel.IExtenderProvider.CanExtend(object obj) { throw null; } in System.ComponentModel.IExtenderProvider.CanExtend()
7230 [System.ComponentModel.DefaultPropertyAttribute("FlowDirection")]
7231 public partial class FlowLayoutSettings : System.Windows.Forms.LayoutSettings
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)]
7242 [System.ComponentModel.DefaultEventAttribute("HelpRequest")]
7243 [System.ComponentModel.DefaultPropertyAttribute("SelectedPath")]
7244 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.FolderBrowserDialogDesigner,…
7245 public sealed partial class FolderBrowserDialog : System.Windows.Forms.CommonDialog
7248 [System.ComponentModel.BrowsableAttribute(true)]
7249 [System.ComponentModel.DefaultValueAttribute("")]
7250 [System.ComponentModel.LocalizableAttribute(true)]
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("")]
7259System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.SelectedPathEditor, System.Desi…
7260 [System.ComponentModel.LocalizableAttribute(true)]
7262 [System.ComponentModel.BrowsableAttribute(true)]
7263 [System.ComponentModel.DefaultValueAttribute(true)]
7264 [System.ComponentModel.LocalizableAttribute(false)]
7266 [System.ComponentModel.BrowsableAttribute(false)]
7267 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
7268 public new event System.EventHandler HelpRequest { add { } remove { } }
7270 protected override bool RunDialog(System.IntPtr hWndOwner) { throw null; } in RunDialog()
7272 [System.ComponentModel.DefaultEventAttribute("Apply")]
7273 [System.ComponentModel.DefaultPropertyAttribute("Font")]
7274 public partial class FontDialog : System.Windows.Forms.CommonDialog
7278 [System.ComponentModel.DefaultValueAttribute(true)]
7280 [System.ComponentModel.DefaultValueAttribute(true)]
7282 [System.ComponentModel.DefaultValueAttribute(true)]
7284 [System.ComponentModel.DefaultValueAttribute(true)]
7286 [System.ComponentModel.DefaultValueAttribute(typeof(System.Drawing.Color), "Black")]
7287 public System.Drawing.Color Color { get { throw null; } set { } }
7288 [System.ComponentModel.DefaultValueAttribute(false)]
7290 public System.Drawing.Font Font { get { throw null; } set { } }
7291 [System.ComponentModel.DefaultValueAttribute(false)]
7293 [System.ComponentModel.DefaultValueAttribute(0)]
7295 [System.ComponentModel.DefaultValueAttribute(0)]
7298 [System.ComponentModel.DefaultValueAttribute(false)]
7300 [System.ComponentModel.DefaultValueAttribute(false)]
7302 [System.ComponentModel.DefaultValueAttribute(false)]
7304 [System.ComponentModel.DefaultValueAttribute(true)]
7306 [System.ComponentModel.DefaultValueAttribute(false)]
7308 public event System.EventHandler Apply { add { } remove { } }
7309 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
7310 …protected override System.IntPtr HookProc(System.IntPtr hWnd, int msg, System.IntPtr wparam, Syste… in HookProc()
7311 protected virtual void OnApply(System.EventArgs e) { } in OnApply()
7313 protected override bool RunDialog(System.IntPtr hWndOwner) { throw null; } in RunDialog()
7316 [System.ComponentModel.DefaultEventAttribute("Load")]
7317System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.FormDocumentDesigner, System.…
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.ClassInter…
7324 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
7325 public partial class Form : System.Windows.Forms.ContainerControl
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.DesignerSer…
7333 public System.Windows.Forms.Form ActiveMdiChild { get { throw null; } }
7334 [System.ComponentModel.BrowsableAttribute(false)]
7335 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
7337 [System.ComponentModel.BrowsableAttribute(false)]
7338 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
7339 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
7340 …[System.ObsoleteAttribute("This property has been deprecated. Use the AutoScaleMode property inste…
7342 [System.ComponentModel.BrowsableAttribute(false)]
7343 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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)]
7349 [System.ComponentModel.BrowsableAttribute(true)]
7350 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
7351 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
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.DesignerSer…
7364 [System.ComponentModel.LocalizableAttribute(true)]
7365 public new System.Drawing.Size ClientSize { get { throw null; } set { } }
7366 [System.ComponentModel.DefaultValueAttribute(true)]
7368System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAt…
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.DesignerSer…
7373 public System.Drawing.Rectangle DesktopBounds { get { throw null; } set { } }
7374 [System.ComponentModel.BrowsableAttribute(false)]
7375 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
7376 public System.Drawing.Point DesktopLocation { get { throw null; } set { } }
7377 [System.ComponentModel.BrowsableAttribute(false)]
7378 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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)]
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.DesignerSer…
7391 [System.ComponentModel.DefaultValueAttribute(false)]
7393 [System.ComponentModel.BrowsableAttribute(false)]
7394 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7396 [System.ComponentModel.DefaultValueAttribute(false)]
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)]
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.DesignerSer…
7415 public System.Windows.Forms.Form[] MdiChildren { get { throw null; } }
7416 [System.ComponentModel.BrowsableAttribute(false)]
7417 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
7425 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7426System.Windows.Forms.MainMenu MergedMenu { [System.Security.Permissions.UIPermissionAttribute(Syst…
7427 [System.ComponentModel.DefaultValueAttribute(true)]
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.DesignerSer…
7435 [System.ComponentModel.DefaultValueAttribute(1)]
7436 … [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.OpacityConverter))]
7438 [System.ComponentModel.BrowsableAttribute(false)]
7439 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
7440 public System.Windows.Forms.Form[] OwnedForms { get { throw null; } }
7441 [System.ComponentModel.BrowsableAttribute(false)]
7442 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
7443 public System.Windows.Forms.Form Owner { get { throw null; } set { } }
7444 [System.ComponentModel.BrowsableAttribute(false)]
7445 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
7446 public System.Drawing.Rectangle RestoreBounds { get { throw null; } }
7447 [System.ComponentModel.DefaultValueAttribute(false)]
7448 [System.ComponentModel.LocalizableAttribute(true)]
7450 [System.ComponentModel.DefaultValueAttribute(true)]
7452 [System.ComponentModel.DefaultValueAttribute(true)]
7454 [System.ComponentModel.BrowsableAttribute(false)]
7456 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
7466 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
7468 [System.ComponentModel.BrowsableAttribute(false)]
7469 [System.ComponentModel.DefaultValueAttribute(true)]
7470 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
7471 [System.Runtime.InteropServices.DispIdAttribute(-516)]
7473 [System.ComponentModel.SettingsBindableAttribute(true)]
7475 [System.ComponentModel.BrowsableAttribute(false)]
7476 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
7477 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7479 [System.ComponentModel.DefaultValueAttribute(false)]
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 { } …
7505 …public event System.Windows.Forms.InputLanguageChangingEventHandler InputLanguageChanging { add { …
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 { } }
7529 protected void ActivateMdiChild(System.Windows.Forms.Form form) { } in ActivateMdiChild()
7530 public void AddOwnedForm(System.Windows.Forms.Form ownedForm) { } in AddOwnedForm()
7531 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7533 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
7534 …[System.ObsoleteAttribute("This method has been deprecated. Use the ApplyAutoScaling method instea…
7539 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7540 …protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw… in CreateControlsInstance()
7541 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7543 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7544 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
7545 protected override void DefWndProc(ref System.Windows.Forms.Message m) { } in DefWndProc()
7547 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
7548 …[System.ObsoleteAttribute("This method has been deprecated. Use the AutoScaleDimensions property i…
7549 … public static System.Drawing.SizeF GetAutoScaleSize(System.Drawing.Font font) { throw null; } in GetAutoScaleSize()
7550 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7551 …protected override System.Drawing.Rectangle GetScaledBounds(System.Drawing.Rectangle bounds, Syste… in GetScaledBounds()
7552 public void LayoutMdi(System.Windows.Forms.MdiLayout value) { } in LayoutMdi()
7553 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7554 protected virtual void OnActivated(System.EventArgs e) { } in OnActivated()
7555 protected override void OnBackgroundImageChanged(System.EventArgs e) { } in OnBackgroundImageChanged()
7556 protected override void OnBackgroundImageLayoutChanged(System.EventArgs e) { } in OnBackgroundImageLayoutChanged()
7557 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7558 protected virtual void OnClosed(System.EventArgs e) { } in OnClosed()
7559 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7560 protected virtual void OnClosing(System.ComponentModel.CancelEventArgs e) { } in OnClosing()
7561 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7563 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7564 protected virtual void OnDeactivate(System.EventArgs e) { } in OnDeactivate()
7565 [System.ComponentModel.BrowsableAttribute(true)]
7566 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
7567 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
7568 protected virtual void OnDpiChanged(System.Windows.Forms.DpiChangedEventArgs e) { } in OnDpiChanged()
7569 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7570 protected override void OnEnabledChanged(System.EventArgs e) { } in OnEnabledChanged()
7571 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7572 protected override void OnEnter(System.EventArgs e) { } in OnEnter()
7573 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7574 protected override void OnFontChanged(System.EventArgs e) { } in OnFontChanged()
7575 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7576 protected virtual void OnFormClosed(System.Windows.Forms.FormClosedEventArgs e) { } in OnFormClosed()
7577 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7578 protected virtual void OnFormClosing(System.Windows.Forms.FormClosingEventArgs e) { } in OnFormClosing()
7579 [System.ComponentModel.BrowsableAttribute(true)]
7580 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7581 …protected virtual bool OnGetDpiScaledSize(int deviceDpiOld, int deviceDpiNew, ref System.Drawing.S… in OnGetDpiScaledSize()
7582 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7583 protected override void OnHandleCreated(System.EventArgs e) { } in OnHandleCreated()
7584 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7585 protected override void OnHandleDestroyed(System.EventArgs e) { } in OnHandleDestroyed()
7586 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7587 protected virtual void OnHelpButtonClicked(System.ComponentModel.CancelEventArgs e) { } in OnHelpButtonClicked()
7588 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7589 …protected virtual void OnInputLanguageChanged(System.Windows.Forms.InputLanguageChangedEventArgs e… in OnInputLanguageChanged()
7590 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7591 …protected virtual void OnInputLanguageChanging(System.Windows.Forms.InputLanguageChangingEventArgs… in OnInputLanguageChanging()
7592 protected override void OnLayout(System.Windows.Forms.LayoutEventArgs levent) { } in OnLayout()
7593 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7594 protected virtual void OnLoad(System.EventArgs e) { } in OnLoad()
7595 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7596 protected virtual void OnMaximizedBoundsChanged(System.EventArgs e) { } in OnMaximizedBoundsChanged()
7597 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7598 protected virtual void OnMaximumSizeChanged(System.EventArgs e) { } in OnMaximumSizeChanged()
7599 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7600 protected virtual void OnMdiChildActivate(System.EventArgs e) { } in OnMdiChildActivate()
7601 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7602 protected virtual void OnMenuComplete(System.EventArgs e) { } in OnMenuComplete()
7603 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7604 protected virtual void OnMenuStart(System.EventArgs e) { } in OnMenuStart()
7605 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7606 protected virtual void OnMinimumSizeChanged(System.EventArgs e) { } in OnMinimumSizeChanged()
7607 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7608 protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { } in OnPaint()
7609 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7610 protected override void OnResize(System.EventArgs e) { } in OnResize()
7611 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7612 protected virtual void OnResizeBegin(System.EventArgs e) { } in OnResizeBegin()
7613 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7614 protected virtual void OnResizeEnd(System.EventArgs e) { } in OnResizeEnd()
7615 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7616 protected virtual void OnRightToLeftLayoutChanged(System.EventArgs e) { } in OnRightToLeftLayoutChanged()
7617 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7618 protected virtual void OnShown(System.EventArgs e) { } in OnShown()
7619 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7620 protected override void OnStyleChanged(System.EventArgs e) { } in OnStyleChanged()
7621 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7622 protected override void OnTextChanged(System.EventArgs e) { } in OnTextChanged()
7623 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7624 protected override void OnVisibleChanged(System.EventArgs e) { } in OnVisibleChanged()
7625 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
7626 …protected override bool ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.K… in ProcessCmdKey()
7627 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7628 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
7630 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
7631 protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; } in ProcessDialogKey()
7632 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
7633 … protected override bool ProcessKeyPreview(ref System.Windows.Forms.Message m) { throw null; } in ProcessKeyPreview()
7634 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
7636 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
7638 public void RemoveOwnedForm(System.Windows.Forms.Form ownedForm) { } in RemoveOwnedForm()
7639 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7640 …protected override void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpeci… in ScaleControl()
7641 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
7644 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7645 …protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.Bo… in SetBoundsCore()
7646 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7650 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7652 public void Show(System.Windows.Forms.IWin32Window owner) { } in Show()
7653 public System.Windows.Forms.DialogResult ShowDialog() { throw null; } in ShowDialog()
7654 …public System.Windows.Forms.DialogResult ShowDialog(System.Windows.Forms.IWin32Window owner) { thr… in ShowDialog()
7657 [System.ComponentModel.BrowsableAttribute(true)]
7658 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
7660 [System.ComponentModel.BrowsableAttribute(true)]
7661 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
7662 …public override bool ValidateChildren(System.Windows.Forms.ValidationConstraints validationConstra… in ValidateChildren()
7663 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7664 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
7665 protected override void WndProc(ref System.Windows.Forms.Message m) { } in WndProc()
7666 [System.Runtime.InteropServices.ComVisibleAttribute(false)]
7667 public partial class ControlCollection : System.Windows.Forms.Control.ControlCollection
7669 …public ControlCollection(System.Windows.Forms.Form owner) : base (default(System.Windows.Forms.Con… in ControlCollection()
7670 public override void Add(System.Windows.Forms.Control value) { } in Add()
7671 public override void Remove(System.Windows.Forms.Control value) { } in Remove()
7674 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
7685 public partial class FormClosedEventArgs : System.EventArgs
7687 public FormClosedEventArgs(System.Windows.Forms.CloseReason closeReason) { } in FormClosedEventArgs()
7688 public System.Windows.Forms.CloseReason CloseReason { get { throw null; } }
7690 …public delegate void FormClosedEventHandler(object sender, System.Windows.Forms.FormClosedEventArg… in FormClosedEventHandler()
7691 public partial class FormClosingEventArgs : System.ComponentModel.CancelEventArgs
7693 public FormClosingEventArgs(System.Windows.Forms.CloseReason closeReason, bool cancel) { } in FormClosingEventArgs()
7694 public System.Windows.Forms.CloseReason CloseReason { get { throw null; } }
7696 …public delegate void FormClosingEventHandler(object sender, System.Windows.Forms.FormClosingEventA… in FormClosingEventHandler()
7697 public partial class FormCollection : System.Collections.ReadOnlyCollectionBase
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; } }
7703 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
7712 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
7724 [System.FlagsAttribute]
7732 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
7733 public partial class GiveFeedbackEventArgs : System.EventArgs
7735 …public GiveFeedbackEventArgs(System.Windows.Forms.DragDropEffects effect, bool useDefaultCursors) … in GiveFeedbackEventArgs()
7736 public System.Windows.Forms.DragDropEffects Effect { get { throw null; } }
7739 …public delegate void GiveFeedbackEventHandler(object sender, System.Windows.Forms.GiveFeedbackEven… in GiveFeedbackEventHandler()
7740System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataGridColumnCollectionEditor,…
7741 [System.ComponentModel.ListBindableAttribute(false)]
7742 …lumnStylesCollection : System.Windows.Forms.BaseCollection, System.Collections.ICollection, System
7745 …public System.Windows.Forms.DataGridColumnStyle this[System.ComponentModel.PropertyDescriptor prop…
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…
7756 public virtual int Add(System.Windows.Forms.DataGridColumnStyle column) { throw null; } in Add()
7757 public void AddRange(System.Windows.Forms.DataGridColumnStyle[] columns) { } in AddRange()
7759 … public bool Contains(System.ComponentModel.PropertyDescriptor propertyDescriptor) { throw null; } in Contains()
7761 public bool Contains(System.Windows.Forms.DataGridColumnStyle column) { throw null; } in Contains()
7762 public int IndexOf(System.Windows.Forms.DataGridColumnStyle element) { throw null; } in IndexOf()
7763 protected void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs e) { } in OnCollectionChanged()
7764 public void Remove(System.Windows.Forms.DataGridColumnStyle column) { } in Remove()
7767 void System.Collections.ICollection.CopyTo(System.Array array, int index) { } in System.Collections.ICollection.CopyTo()
7768System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } in System.Collections.IEnumerable.GetEnumerator()
7769 int System.Collections.IList.Add(object value) { throw null; } in System.Collections.IList.Add()
7770 void System.Collections.IList.Clear() { } in System.Collections.IList.Clear()
7771 bool System.Collections.IList.Contains(object value) { throw null; } in System.Collections.IList.Contains()
7772 int System.Collections.IList.IndexOf(object value) { throw null; } in System.Collections.IList.IndexOf()
7773 void System.Collections.IList.Insert(int index, object value) { } in System.Collections.IList.Insert()
7774 void System.Collections.IList.Remove(object value) { } in System.Collections.IList.Remove()
7775 void System.Collections.IList.RemoveAt(int index) { } in System.Collections.IList.RemoveAt()
7782 public abstract System.Windows.Forms.GridItemCollection GridItems { get; }
7783 public abstract System.Windows.Forms.GridItemType GridItemType { 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))]
7795 …public partial class GridItemCollection : System.Collections.ICollection, System.Collections.IEnum…
7798 public static System.Windows.Forms.GridItemCollection Empty;
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; } }
7804 public System.Collections.IEnumerator GetEnumerator() { throw null; } in GetEnumerator()
7805 void System.Collections.ICollection.CopyTo(System.Array dest, int index) { } in System.Collections.ICollection.CopyTo()
7817System.Windows.Forms.DataGridTableStyle[] CreateGridTables(System.Windows.Forms.DataGridTableStyle… in CreateGridTables()
7819 [System.ComponentModel.ListBindableAttribute(false)]
7820 …ableStylesCollection : System.Windows.Forms.BaseCollection, System.Collections.ICollection, System
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…
7833 public virtual int Add(System.Windows.Forms.DataGridTableStyle table) { throw null; } in Add()
7834 public virtual void AddRange(System.Windows.Forms.DataGridTableStyle[] tables) { } in AddRange()
7837 public bool Contains(System.Windows.Forms.DataGridTableStyle table) { throw null; } in Contains()
7838 protected void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs e) { } in OnCollectionChanged()
7839 public void Remove(System.Windows.Forms.DataGridTableStyle table) { } in Remove()
7841 void System.Collections.ICollection.CopyTo(System.Array array, int index) { } in System.Collections.ICollection.CopyTo()
7842System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } in System.Collections.IEnumerable.GetEnumerator()
7843 int System.Collections.IList.Add(object value) { throw null; } in System.Collections.IList.Add()
7844 void System.Collections.IList.Clear() { } in System.Collections.IList.Clear()
7845 bool System.Collections.IList.Contains(object value) { throw null; } in System.Collections.IList.Contains()
7846 int System.Collections.IList.IndexOf(object value) { throw null; } in System.Collections.IList.IndexOf()
7847 void System.Collections.IList.Insert(int index, object value) { } in System.Collections.IList.Insert()
7848 void System.Collections.IList.Remove(object value) { } in System.Collections.IList.Remove()
7849 void System.Collections.IList.RemoveAt(int index) { } in System.Collections.IList.RemoveAt()
7851 [System.ComponentModel.DefaultEventAttribute("Enter")]
7852 [System.ComponentModel.DefaultPropertyAttribute("Text")]
7853 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.GroupBoxDesigner, System.Des…
7854 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
7855 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
7856 public partial class GroupBox : System.Windows.Forms.Control
7859 [System.ComponentModel.BrowsableAttribute(false)]
7860 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
7862 [System.ComponentModel.BrowsableAttribute(true)]
7863 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
7864 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
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 { } }
7870System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAt…
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))]
7879 [System.ComponentModel.LocalizableAttribute(true)]
7881 [System.ComponentModel.DefaultValueAttribute(false)]
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 { } }
7925 …protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw nul… in CreateAccessibilityInstance()
7926 protected override void OnFontChanged(System.EventArgs e) { } in OnFontChanged()
7927 protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { } in OnPaint()
7928 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
7930 …protected override void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpeci… in ScaleControl()
7932 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
7933 protected override void WndProc(ref System.Windows.Forms.Message m) { } in WndProc()
7939System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string groupBoxText, System.Drawing.Fo… in DrawGroupBox()
7940 …Box(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string groupBoxText, System.Drawin… in DrawGroupBox()
7941System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string groupBoxText, System.Drawing.Fo… in DrawGroupBox()
7942 …c void DrawGroupBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string groupBoxTex… in DrawGroupBox()
7943 …public static void DrawGroupBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System in DrawGroupBox()
7944 …public static void DrawParentBackground(System.Drawing.Graphics g, System.Drawing.Rectangle bounds… in DrawParentBackground()
7945 …public static bool IsBackgroundPartiallyTransparent(System.Windows.Forms.VisualStyles.GroupBoxStat… in IsBackgroundPartiallyTransparent()
7947 public partial class HandledMouseEventArgs : System.Windows.Forms.MouseEventArgs
7949 …lic HandledMouseEventArgs(System.Windows.Forms.MouseButtons button, int clicks, int x, int y, int … in HandledMouseEventArgs()
7950 …useEventArgs(System.Windows.Forms.MouseButtons button, int clicks, int x, int y, int delta, bool d… in HandledMouseEventArgs()
7956 public static void ShowHelp(System.Windows.Forms.Control parent, string url) { } in ShowHelp()
7957 … public static void ShowHelp(System.Windows.Forms.Control parent, string url, string keyword) { } in ShowHelp()
7958 …public static void ShowHelp(System.Windows.Forms.Control parent, string url, System.Windows.Forms.… in ShowHelp()
7959 …public static void ShowHelp(System.Windows.Forms.Control parent, string url, System.Windows.Forms.… in ShowHelp()
7960 public static void ShowHelpIndex(System.Windows.Forms.Control parent, string url) { } in ShowHelpIndex()
7961 …public static void ShowPopup(System.Windows.Forms.Control parent, string caption, System.Drawing.P… in ShowPopup()
7963 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
7964 public partial class HelpEventArgs : System.EventArgs
7966 public HelpEventArgs(System.Drawing.Point mousePos) { } in HelpEventArgs()
7968 public System.Drawing.Point MousePos { get { throw null; } }
7970 … public delegate void HelpEventHandler(object sender, System.Windows.Forms.HelpEventArgs hlpevent); in HelpEventHandler()
7981 …[System.ComponentModel.ProvidePropertyAttribute("HelpKeyword", typeof(System.Windows.Forms.Control…
7982 …[System.ComponentModel.ProvidePropertyAttribute("HelpNavigator", typeof(System.Windows.Forms.Contr…
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.IExtend…
7989 [System.ComponentModel.DefaultValueAttribute(null)]
7990System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.HelpNamespaceEditor, System.Des…
7991 [System.ComponentModel.LocalizableAttribute(true)]
7993 [System.ComponentModel.BindableAttribute(true)]
7994 [System.ComponentModel.DefaultValueAttribute(null)]
7995 [System.ComponentModel.LocalizableAttribute(false)]
7996 … [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
7999 [System.ComponentModel.DefaultValueAttribute(null)]
8000 [System.ComponentModel.LocalizableAttribute(true)]
8001 public virtual string GetHelpKeyword(System.Windows.Forms.Control ctl) { throw null; } in GetHelpKeyword()
8002 … [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.HelpNavigator)(-2147483643))]
8003 [System.ComponentModel.LocalizableAttribute(true)]
8004 …public virtual System.Windows.Forms.HelpNavigator GetHelpNavigator(System.Windows.Forms.Control ct… in GetHelpNavigator()
8005 [System.ComponentModel.DefaultValueAttribute(null)]
8006 [System.ComponentModel.LocalizableAttribute(true)]
8007 public virtual string GetHelpString(System.Windows.Forms.Control ctl) { throw null; } in GetHelpString()
8008 [System.ComponentModel.LocalizableAttribute(true)]
8009 public virtual bool GetShowHelp(System.Windows.Forms.Control ctl) { throw null; } in GetShowHelp()
8010 public virtual void ResetShowHelp(System.Windows.Forms.Control ctl) { } in ResetShowHelp()
8011 public virtual void SetHelpKeyword(System.Windows.Forms.Control ctl, string keyword) { } in SetHelpKeyword()
8012 …public virtual void SetHelpNavigator(System.Windows.Forms.Control ctl, System.Windows.Forms.HelpNa… in SetHelpNavigator()
8013 public virtual void SetHelpString(System.Windows.Forms.Control ctl, string helpString) { } in SetHelpString()
8014 public virtual void SetShowHelp(System.Windows.Forms.Control ctl, bool value) { } in SetShowHelp()
8017 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
8024 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
8025 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
8026 public partial class HScrollBar : System.Windows.Forms.ScrollBar
8029System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAt…
8030 protected override System.Drawing.Size DefaultSize { get { throw null; } }
8032 public partial class HScrollProperties : System.Windows.Forms.ScrollProperties
8034 …public HScrollProperties(System.Windows.Forms.ScrollableControl container) : base (default(System.… in HScrollProperties()
8036 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Lin…
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; } }
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; } }
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 { } }
8071 public void AttachEventHandler(string eventName, System.EventHandler eventHandler) { } in AttachEventHandler()
8072 public System.Windows.Forms.HtmlElement CreateElement(string elementTag) { throw null; } in CreateElement()
8073 public void DetachEventHandler(string eventName, System.EventHandler eventHandler) { } in DetachEventHandler()
8076 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
8078 public System.Windows.Forms.HtmlElement GetElementById(string id) { throw null; } in GetElementById()
8079 …public System.Windows.Forms.HtmlElement GetElementFromPoint(System.Drawing.Point point) { throw nu… in GetElementFromPoint()
8080 …public System.Windows.Forms.HtmlElementCollection GetElementsByTagName(string tagName) { throw nul… in GetElementsByTagName()
8084 public System.Windows.Forms.HtmlDocument OpenNew(bool replaceInHistory) { throw null; } in OpenNew()
8085 …public static bool operator ==(System.Windows.Forms.HtmlDocument left, System.Windows.Forms.HtmlDo… in operator ==()
8086 …public static bool operator !=(System.Windows.Forms.HtmlDocument left, System.Windows.Forms.HtmlDo… in operator !=()
8089 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Lin…
8093 public System.Windows.Forms.HtmlElementCollection All { 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; } }
8100 public System.Windows.Forms.HtmlElement FirstChild { get { throw null; } }
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; } }
8110 public System.Windows.Forms.HtmlElement Parent { get { throw null; } }
8112 public System.Drawing.Rectangle ScrollRectangle { 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 { } }
8136 …public System.Windows.Forms.HtmlElement AppendChild(System.Windows.Forms.HtmlElement newElement) {… in AppendChild()
8137 public void AttachEventHandler(string eventName, System.EventHandler eventHandler) { } in AttachEventHandler()
8138 public void DetachEventHandler(string eventName, System.EventHandler eventHandler) { } in DetachEventHandler()
8142 …public System.Windows.Forms.HtmlElementCollection GetElementsByTagName(string tagName) { throw nul… in GetElementsByTagName()
8144 …public System.Windows.Forms.HtmlElement InsertAdjacentElement(System.Windows.Forms.HtmlElementInse… in InsertAdjacentElement()
8147 …public static bool operator ==(System.Windows.Forms.HtmlElement left, System.Windows.Forms.HtmlEle… in operator ==()
8148 …public static bool operator !=(System.Windows.Forms.HtmlElement left, System.Windows.Forms.HtmlEle… in operator !=()
8154 …public sealed partial class HtmlElementCollection : System.Collections.ICollection, System.Collect…
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; } }
8162 … public System.Windows.Forms.HtmlElementCollection GetElementsByName(string name) { throw null; } in GetElementsByName()
8163 public System.Collections.IEnumerator GetEnumerator() { throw null; } in GetEnumerator()
8164 void System.Collections.ICollection.CopyTo(System.Array dest, int index) { } in System.Collections.ICollection.CopyTo()
8166 public sealed partial class HtmlElementErrorEventArgs : System.EventArgs
8172 public System.Uri Url { get { throw null; } }
8174 …public delegate void HtmlElementErrorEventHandler(object sender, System.Windows.Forms.HtmlElementE… in HtmlElementErrorEventHandler()
8175 public sealed partial class HtmlElementEventArgs : System.EventArgs
8180 public System.Drawing.Point ClientMousePosition { 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; } }
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; } }
8192 [System.ComponentModel.BrowsableAttribute(false)]
8193 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
8194 public System.Windows.Forms.HtmlElement ToElement { get { throw null; } }
8196 …public delegate void HtmlElementEventHandler(object sender, System.Windows.Forms.HtmlElementEventA… in HtmlElementEventHandler()
8204 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Lin…
8205 public sealed partial class HtmlHistory : System.IDisposable
8215 public void Go(System.Uri url) { } in Go()
8217 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Lin…
8221 public System.Windows.Forms.HtmlDocument Document { get { throw null; } }
8223 public System.Windows.Forms.HtmlWindowCollection Frames { get { throw null; } }
8224 public System.Windows.Forms.HtmlHistory History { get { throw null; } }
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 { } }
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 { } }
8242 public void AttachEventHandler(string eventName, System.EventHandler eventHandler) { } in AttachEventHandler()
8245 public void DetachEventHandler(string eventName, System.EventHandler eventHandler) { } in DetachEventHandler()
8249 public void MoveTo(System.Drawing.Point point) { } in MoveTo()
8252 public void Navigate(System.Uri url) { } in Navigate()
8253 …public System.Windows.Forms.HtmlWindow Open(string urlString, string target, string windowOptions,… in Open()
8254 …public System.Windows.Forms.HtmlWindow Open(System.Uri url, string target, string windowOptions, b… in Open()
8255 …public System.Windows.Forms.HtmlWindow OpenNew(string urlString, string windowOptions) { throw nul… in OpenNew()
8256 …public System.Windows.Forms.HtmlWindow OpenNew(System.Uri url, string windowOptions) { throw null;… in OpenNew()
8257 …public static bool operator ==(System.Windows.Forms.HtmlWindow left, System.Windows.Forms.HtmlWind… in operator ==()
8258 …public static bool operator !=(System.Windows.Forms.HtmlWindow left, System.Windows.Forms.HtmlWind… in operator !=()
8261 public void ResizeTo(System.Drawing.Size size) { } in ResizeTo()
8263 public void ScrollTo(System.Drawing.Point point) { } in ScrollTo()
8266 …public partial class HtmlWindowCollection : System.Collections.ICollection, System.Collections.IEn…
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; } }
8274 public System.Collections.IEnumerator GetEnumerator() { throw null; } in GetEnumerator()
8275 void System.Collections.ICollection.CopyTo(System.Array dest, int index) { } in System.Collections.ICollection.CopyTo()
8277 … public partial interface IBindableComponent : System.ComponentModel.IComponent, System.IDisposable
8279 System.Windows.Forms.BindingContext BindingContext { get; set; }
8280 System.Windows.Forms.ControlBindingsCollection DataBindings { get; }
8284 System.Windows.Forms.DialogResult DialogResult { get; set; }
8294 System.Windows.Forms.Control GetControl(); in GetControl()
8299 System.Windows.Forms.Control ActiveControl { get; set; }
8300 bool ActivateControl(System.Windows.Forms.Control active); in ActivateControl()
8304 System.Windows.Forms.CurrencyManager CurrencyManager { get; }
8305 System.Windows.Forms.CurrencyManager GetRelatedCurrencyManager(string dataMember); in GetRelatedCurrencyManager()
8309 void ColumnStartedEditing(System.Windows.Forms.Control editingControl); in ColumnStartedEditing()
8313 bool BeginEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, int rowNumber); in BeginEdit()
8314 …bool EndEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, int rowNumber, bool shouldAbort); in EndEdit()
8320 … object GetEditingCellFormattedValue(System.Windows.Forms.DataGridViewDataErrorContexts context); in GetEditingCellFormattedValue()
8325 System.Windows.Forms.DataGridView EditingControlDataGridView { get; set; }
8329 System.Windows.Forms.Cursor EditingPanelCursor { get; }
8331 …void ApplyCellStyleToEditingControl(System.Windows.Forms.DataGridViewCellStyle dataGridViewCellSty… in ApplyCellStyleToEditingControl()
8332 …bool EditingControlWantsInputKey(System.Windows.Forms.Keys keyData, bool dataGridViewWantsInputKey… in EditingControlWantsInputKey()
8333 …object GetEditingControlFormattedValue(System.Windows.Forms.DataGridViewDataErrorContexts context); in GetEditingControlFormattedValue()
8336 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
8341 object GetData(System.Type format); in GetData()
8344 bool GetDataPresent(System.Type format); in GetDataPresent()
8350 void SetData(System.Type format, object data); in SetData()
8354 void OnDragDrop(System.Windows.Forms.DragEventArgs e); in OnDragDrop()
8355 void OnDragEnter(System.Windows.Forms.DragEventArgs e); in OnDragEnter()
8356 void OnDragLeave(System.EventArgs e); in OnDragLeave()
8357 void OnDragOver(System.Windows.Forms.DragEventArgs e); in OnDragOver()
8361 System.Version GetVersionPresent(object feature); in GetVersionPresent()
8363 bool IsPresent(object feature, System.Version minimumVersion); in IsPresent()
8367 System.IO.Stream OpenFileFromSource(string relativePath); in OpenFileFromSource()
8369 public partial class ImageIndexConverter : System.ComponentModel.Int32Converter
8373 …public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Gl… in ConvertFrom()
8374 … object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.Cultu… in ConvertTo()
8375 …public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(Sys… in GetStandardValues()
8376 …public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext conte… in GetStandardValuesExclusive()
8377 …public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext conte… in GetStandardValuesSupported()
8379 public partial class ImageKeyConverter : System.ComponentModel.StringConverter
8383 …public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.T… in CanConvertFrom()
8384 …public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Gl… in ConvertFrom()
8385 … object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.Cultu… in ConvertTo()
8386 …public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(Sys… in GetStandardValues()
8387 …public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext conte… in GetStandardValuesExclusive()
8388 …public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext conte… in GetStandardValuesSupported()
8398 [System.ComponentModel.DefaultPropertyAttribute("Images")]
8399 …[System.ComponentModel.Design.Serialization.DesignerSerializerAttribute("System.Windows.Forms.Desi…
8400 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ImageListDesigner, System.De…
8401 [System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms")]
8402 [System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.ImageListConverter")]
8403 public sealed partial class ImageList : System.ComponentModel.Component
8406 public ImageList(System.ComponentModel.IContainer container) { } in ImageList()
8407 public System.Windows.Forms.ColorDepth ColorDepth { get { throw null; } set { } }
8408 [System.ComponentModel.BrowsableAttribute(false)]
8409 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
8414 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
8416 [System.ComponentModel.DefaultValueAttribute(null)]
8417 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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))]
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 { } }
8436 public void Draw(System.Drawing.Graphics g, System.Drawing.Point pt, int index) { } in Draw()
8437 public void Draw(System.Drawing.Graphics g, int x, int y, int index) { } in Draw()
8438 … public void Draw(System.Drawing.Graphics g, int x, int y, int width, int height, int index) { } in Draw()
8440System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageCollectionEditor, System.D…
8441 …c sealed partial class ImageCollection : System.Collections.ICollection, System.Collections.IEnume…
8444 [System.ComponentModel.BrowsableAttribute(false)]
8448 [System.ComponentModel.BrowsableAttribute(false)]
8449 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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 { } }
8457 public void Add(System.Drawing.Icon value) { } in Add()
8458 public void Add(System.Drawing.Image value) { } in Add()
8459 … public int Add(System.Drawing.Image value, System.Drawing.Color transparentColor) { throw null; } in Add()
8460 public void Add(string key, System.Drawing.Icon icon) { } in Add()
8461 public void Add(string key, System.Drawing.Image image) { } in Add()
8462 public void AddRange(System.Drawing.Image[] images) { } in AddRange()
8463 public int AddStrip(System.Drawing.Image value) { throw null; } in AddStrip()
8465 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
8466 public bool Contains(System.Drawing.Image image) { throw null; } in Contains()
8468 public System.Collections.IEnumerator GetEnumerator() { throw null; } in GetEnumerator()
8469 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
8470 public int IndexOf(System.Drawing.Image image) { throw null; } in IndexOf()
8472 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
8473 public void Remove(System.Drawing.Image image) { } in Remove()
8477 void System.Collections.ICollection.CopyTo(System.Array dest, int index) { } in System.Collections.ICollection.CopyTo()
8478 int System.Collections.IList.Add(object value) { throw null; } in System.Collections.IList.Add()
8479 bool System.Collections.IList.Contains(object image) { throw null; } in System.Collections.IList.Contains()
8480 int System.Collections.IList.IndexOf(object image) { throw null; } in System.Collections.IList.IndexOf()
8481 void System.Collections.IList.Insert(int index, object value) { } in System.Collections.IList.Insert()
8482 void System.Collections.IList.Remove(object image) { } in System.Collections.IList.Remove()
8485 [System.SerializableAttribute]
8486 …public sealed partial class ImageListStreamer : System.IDisposable, System.Runtime.Serialization.I…
8490 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
8491 …public void GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serial… in GetObjectData()
8495 public static void Disable(System.IntPtr handle) { } in Disable()
8496 public static void Enable(System.IntPtr handle) { } in Enable()
8497 public static System.Windows.Forms.ImeMode GetImeMode(System.IntPtr handle) { throw null; } in GetImeMode()
8498 public static bool IsOpen(System.IntPtr handle) { throw null; } in IsOpen()
8499 … public static void SetImeStatus(System.Windows.Forms.ImeMode imeMode, System.IntPtr handle) { } in SetImeStatus()
8500 public static void SetOpenStatus(bool open, System.IntPtr handle) { } in SetOpenStatus()
8502 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
8520 …[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Se…
8523 …public static System.Collections.Generic.Dictionary<System.Windows.Forms.ImeMode, System.Windows.F…
8528 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
8529 bool PreFilterMessage(ref System.Windows.Forms.Message m); in PreFilterMessage()
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 n…
8541 …public static System.Windows.Forms.InputLanguage FromCulture(System.Globalization.CultureInfo cult… in FromCulture()
8544 public partial class InputLanguageChangedEventArgs : System.EventArgs
8546 … public InputLanguageChangedEventArgs(System.Globalization.CultureInfo culture, byte charSet) { } in InputLanguageChangedEventArgs()
8547 …public InputLanguageChangedEventArgs(System.Windows.Forms.InputLanguage inputLanguage, byte charSe… in InputLanguageChangedEventArgs()
8549 public System.Globalization.CultureInfo Culture { get { throw null; } }
8550 public System.Windows.Forms.InputLanguage InputLanguage { get { throw null; } }
8552 …public delegate void InputLanguageChangedEventHandler(object sender, System.Windows.Forms.InputLan… in InputLanguageChangedEventHandler()
8553 public partial class InputLanguageChangingEventArgs : System.ComponentModel.CancelEventArgs
8555 …public InputLanguageChangingEventArgs(System.Globalization.CultureInfo culture, bool sysCharSet) {… in InputLanguageChangingEventArgs()
8556 …public InputLanguageChangingEventArgs(System.Windows.Forms.InputLanguage inputLanguage, bool sysCh… in InputLanguageChangingEventArgs()
8557 public System.Globalization.CultureInfo Culture { get { throw null; } }
8558 public System.Windows.Forms.InputLanguage InputLanguage { get { throw null; } }
8561 …public delegate void InputLanguageChangingEventHandler(object sender, System.Windows.Forms.InputLa… in InputLanguageChangingEventHandler()
8562 public partial class InputLanguageCollection : System.Collections.ReadOnlyCollectionBase
8565 public System.Windows.Forms.InputLanguage this[int index] { get { throw null; } }
8566 public bool Contains(System.Windows.Forms.InputLanguage value) { throw null; } in Contains()
8567 public void CopyTo(System.Windows.Forms.InputLanguage[] array, int index) { } in CopyTo()
8568 public int IndexOf(System.Windows.Forms.InputLanguage value) { throw null; } in IndexOf()
8576 public partial class InvalidateEventArgs : System.EventArgs
8578 public InvalidateEventArgs(System.Drawing.Rectangle invalidRect) { } in InvalidateEventArgs()
8579 public System.Drawing.Rectangle InvalidRect { get { throw null; } }
8581 …public delegate void InvalidateEventHandler(object sender, System.Windows.Forms.InvalidateEventArg… in InvalidateEventHandler()
8595 public partial class ItemChangedEventArgs : System.EventArgs
8600 …public delegate void ItemChangedEventHandler(object sender, System.Windows.Forms.ItemChangedEventA… in ItemChangedEventHandler()
8601 public partial class ItemCheckedEventArgs : System.EventArgs
8603 public ItemCheckedEventArgs(System.Windows.Forms.ListViewItem item) { } in ItemCheckedEventArgs()
8604 public System.Windows.Forms.ListViewItem Item { get { throw null; } }
8606 …public delegate void ItemCheckedEventHandler(object sender, System.Windows.Forms.ItemCheckedEventA… in ItemCheckedEventHandler()
8607 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
8608 public partial class ItemCheckEventArgs : System.EventArgs
8610 …public ItemCheckEventArgs(int index, System.Windows.Forms.CheckState newCheckValue, System.Windows… in ItemCheckEventArgs()
8611 public System.Windows.Forms.CheckState CurrentValue { get { throw null; } }
8613 public System.Windows.Forms.CheckState NewValue { get { throw null; } set { } }
8615 …public delegate void ItemCheckEventHandler(object sender, System.Windows.Forms.ItemCheckEventArgs … in ItemCheckEventHandler()
8616 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
8617 public partial class ItemDragEventArgs : System.EventArgs
8619 public ItemDragEventArgs(System.Windows.Forms.MouseButtons button) { } in ItemDragEventArgs()
8620 public ItemDragEventArgs(System.Windows.Forms.MouseButtons button, object item) { } in ItemDragEventArgs()
8621 public System.Windows.Forms.MouseButtons Button { get { throw null; } }
8624 …public delegate void ItemDragEventHandler(object sender, System.Windows.Forms.ItemDragEventArgs e); in ItemDragEventHandler()
8625 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
8626 [System.Runtime.InteropServices.GuidAttribute("458AB8A2-A1EA-4d7b-8EBE-DEE5D3D9442C")]
8627 …[System.Runtime.InteropServices.InterfaceTypeAttribute((System.Runtime.InteropServices.ComInterfac…
8630 System.IntPtr Handle { get; }
8634 void OnHandleChange(System.IntPtr newHandle); in OnHandleChange()
8635 void OnMessage(ref System.Windows.Forms.Message m); in OnMessage()
8637 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
8638 public partial class KeyEventArgs : System.EventArgs
8640 public KeyEventArgs(System.Windows.Forms.Keys keyData) { } in KeyEventArgs()
8644 public System.Windows.Forms.Keys KeyCode { get { throw null; } }
8645 public System.Windows.Forms.Keys KeyData { get { throw null; } }
8647 public System.Windows.Forms.Keys Modifiers { get { throw null; } }
8651 public delegate void KeyEventHandler(object sender, System.Windows.Forms.KeyEventArgs e); in KeyEventHandler()
8652 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
8653 public partial class KeyPressEventArgs : System.EventArgs
8659 …public delegate void KeyPressEventHandler(object sender, System.Windows.Forms.KeyPressEventArgs e); in KeyPressEventHandler()
8660System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ShortcutKeysEditor, System.Desi…
8661 [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.KeysConverter))]
8662 [System.FlagsAttribute]
8663 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
8861 …public partial class KeysConverter : System.ComponentModel.TypeConverter, System.Collections.IComp…
8864 …public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.T… in CanConvertFrom()
8865 …public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Typ… in CanConvertTo()
8867 …public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Gl… in ConvertFrom()
8868 … object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.Cultu… in ConvertTo()
8869 …public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(Sys… in GetStandardValues()
8870 …public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext conte… in GetStandardValuesExclusive()
8871 …public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext conte… in GetStandardValuesSupported()
8873 [System.ComponentModel.DefaultBindingPropertyAttribute("Text")]
8874 [System.ComponentModel.DefaultPropertyAttribute("Text")]
8875 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.LabelDesigner, System.Design…
8876 …[System.ComponentModel.ToolboxItemAttribute("System.Windows.Forms.Design.AutoSizeToolboxItem,Syste…
8877 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
8878 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
8879 public partial class Label : System.Windows.Forms.Control
8882 [System.ComponentModel.BrowsableAttribute(true)]
8883 [System.ComponentModel.DefaultValueAttribute(false)]
8884 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
8886 [System.ComponentModel.BrowsableAttribute(true)]
8887 [System.ComponentModel.DefaultValueAttribute(false)]
8888 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
8889 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
8890 [System.ComponentModel.LocalizableAttribute(true)]
8891 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
8893 [System.ComponentModel.BrowsableAttribute(false)]
8894 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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 { } }
8903System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAt…
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)]
8915System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design…
8916 [System.ComponentModel.LocalizableAttribute(true)]
8917 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
8918 … [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageIndexConverter))]
8920 [System.ComponentModel.DefaultValueAttribute("")]
8921System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design…
8922 [System.ComponentModel.LocalizableAttribute(true)]
8923 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
8924 … [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageKeyConverter))]
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.DesignerSer…
8934 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
8936 [System.ComponentModel.BrowsableAttribute(false)]
8937 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
8938 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
8940 …[System.ObsoleteAttribute("This property has been deprecated. Use BackColor instead. http://go.mi…
8942 [System.ComponentModel.BrowsableAttribute(false)]
8943 [System.ComponentModel.DefaultValueAttribute(false)]
8944 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
8946System.ComponentModel.EditorAttribute("System.ComponentModel.Design.MultilineStringEditor, System.…
8947 [System.ComponentModel.SettingsBindableAttribute(true)]
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)]
8954 [System.ComponentModel.DefaultValueAttribute(true)]
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 { } }
8981 …protected System.Drawing.Rectangle CalcImageRenderBounds(System.Drawing.Image image, System.Drawin… in CalcImageRenderBounds()
8982 …protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw nul… in CreateAccessibilityInstance()
8984 …protected void DrawImage(System.Drawing.Graphics g, System.Drawing.Image image, System.Drawing.Rec… in DrawImage()
8985 …public override System.Drawing.Size GetPreferredSize(System.Drawing.Size proposedSize) { throw nul… in GetPreferredSize()
8986 protected override void OnEnabledChanged(System.EventArgs e) { } in OnEnabledChanged()
8987 protected override void OnFontChanged(System.EventArgs e) { } in OnFontChanged()
8988 protected override void OnHandleDestroyed(System.EventArgs e) { } in OnHandleDestroyed()
8989 protected override void OnMouseEnter(System.EventArgs e) { } in OnMouseEnter()
8990 protected override void OnMouseLeave(System.EventArgs e) { } in OnMouseLeave()
8991 protected override void OnPaddingChanged(System.EventArgs e) { } in OnPaddingChanged()
8992 protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { } in OnPaint()
8993 protected override void OnParentChanged(System.EventArgs e) { } in OnParentChanged()
8994 protected override void OnRightToLeftChanged(System.EventArgs e) { } in OnRightToLeftChanged()
8995 protected virtual void OnTextAlignChanged(System.EventArgs e) { } in OnTextAlignChanged()
8996 protected override void OnTextChanged(System.EventArgs e) { } in OnTextChanged()
8997 protected override void OnVisibleChanged(System.EventArgs e) { } in OnVisibleChanged()
8998 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
9000 …protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.Bo… in SetBoundsCore()
9002 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
9003 protected override void WndProc(ref System.Windows.Forms.Message m) { } in WndProc()
9005 public partial class LabelEditEventArgs : System.EventArgs
9013 …public delegate void LabelEditEventHandler(object sender, System.Windows.Forms.LabelEditEventArgs … in LabelEditEventHandler()
9014 public sealed partial class LayoutEventArgs : System.EventArgs
9016 …public LayoutEventArgs(System.ComponentModel.IComponent affectedComponent, string affectedProperty… in LayoutEventArgs()
9017 … public LayoutEventArgs(System.Windows.Forms.Control affectedControl, string affectedProperty) { } in LayoutEventArgs()
9018 public System.ComponentModel.IComponent AffectedComponent { get { throw null; } }
9019 public System.Windows.Forms.Control AffectedControl { get { throw null; } }
9022 public delegate void LayoutEventHandler(object sender, System.Windows.Forms.LayoutEventArgs e); in LayoutEventHandler()
9026 public virtual System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get { throw null; } }
9028 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
9034 …[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.LinkArea.LinkAreaConvert…
9035 [System.SerializableAttribute]
9036 …[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Se…
9040 [System.ComponentModel.BrowsableAttribute(false)]
9041 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
9047 …public static bool operator ==(System.Windows.Forms.LinkArea linkArea1, System.Windows.Forms.LinkA… in operator ==()
9048 …public static bool operator !=(System.Windows.Forms.LinkArea linkArea1, System.Windows.Forms.LinkA… in operator !=()
9050 public partial class LinkAreaConverter : System.ComponentModel.TypeConverter
9053 …public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.T… in CanConvertFrom()
9054 …public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Typ… in CanConvertTo()
9055 …public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Gl… in ConvertFrom()
9056 … object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.Cultu… in ConvertTo()
9057 …public override object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System in CreateInstance()
9058 …public override bool GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext conte… in GetCreateInstanceSupported()
9059 …erride System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITyp… in GetProperties()
9060 …public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) … in GetPropertiesSupported()
9070 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
9071 public partial class LinkClickedEventArgs : System.EventArgs
9076 …public delegate void LinkClickedEventHandler(object sender, System.Windows.Forms.LinkClickedEventA… in LinkClickedEventHandler()
9077 public partial class LinkConverter : System.ComponentModel.TypeConverter
9080 …public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.T… in CanConvertFrom()
9081 …public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Typ… in CanConvertTo()
9082 …public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Gl… in ConvertFrom()
9083 … object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.Cultu… in ConvertTo()
9085 [System.ComponentModel.DefaultEventAttribute("LinkClicked")]
9086 …[System.ComponentModel.ToolboxItemAttribute("System.Windows.Forms.Design.AutoSizeToolboxItem,Syste…
9087 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
9088 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
9089 public partial class LinkLabel : System.Windows.Forms.Label, System.Windows.Forms.IButtonControl
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 { } }
9097System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.LinkAreaEditor, System.Design, …
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.DesignerSer…
9106 public System.Windows.Forms.LinkLabel.LinkCollection Links { get { throw null; } }
9107 [System.ComponentModel.DefaultValueAttribute(false)]
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 { } }
9112System.Windows.Forms.DialogResult System.Windows.Forms.IButtonControl.DialogResult { get { throw n…
9113 [System.ComponentModel.BrowsableAttribute(true)]
9114 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
9116 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
9118 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
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 { } }
9125 …protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw nul… in CreateAccessibilityInstance()
9127 protected override void OnAutoSizeChanged(System.EventArgs e) { } in OnAutoSizeChanged()
9128 protected override void OnEnabledChanged(System.EventArgs e) { } in OnEnabledChanged()
9129 protected override void OnFontChanged(System.EventArgs e) { } in OnFontChanged()
9130 protected override void OnGotFocus(System.EventArgs e) { } in OnGotFocus()
9131 protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { } in OnKeyDown()
9132 … protected virtual void OnLinkClicked(System.Windows.Forms.LinkLabelLinkClickedEventArgs e) { } in OnLinkClicked()
9133 protected override void OnLostFocus(System.EventArgs e) { } in OnLostFocus()
9134 protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { } in OnMouseDown()
9135 protected override void OnMouseLeave(System.EventArgs e) { } in OnMouseLeave()
9136 protected override void OnMouseMove(System.Windows.Forms.MouseEventArgs e) { } in OnMouseMove()
9137 protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs e) { } in OnMouseUp()
9138 protected override void OnPaddingChanged(System.EventArgs e) { } in OnPaddingChanged()
9139 protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { } in OnPaint()
9140 protected override void OnPaintBackground(System.Windows.Forms.PaintEventArgs e) { } in OnPaintBackground()
9141 protected override void OnTextAlignChanged(System.EventArgs e) { } in OnTextAlignChanged()
9142 protected override void OnTextChanged(System.EventArgs e) { } in OnTextChanged()
9143 protected System.Windows.Forms.LinkLabel.Link PointInLink(int x, int y) { throw null; } in PointInLink()
9144 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
9145 protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; } in ProcessDialogKey()
9147 …protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.Bo… in SetBoundsCore()
9148 void System.Windows.Forms.IButtonControl.NotifyDefault(bool value) { } in System.Windows.Forms.IButtonControl.NotifyDefault()
9149 void System.Windows.Forms.IButtonControl.PerformClick() { } in System.Windows.Forms.IButtonControl.PerformClick()
9150 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
9151 protected override void WndProc(ref System.Windows.Forms.Message msg) { } in WndProc()
9152 [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.LinkConverter))]
9159 [System.ComponentModel.DefaultValueAttribute(true)]
9162 [System.ComponentModel.DefaultValueAttribute(null)]
9164 [System.ComponentModel.DefaultValueAttribute("")]
9167 [System.ComponentModel.BindableAttribute(true)]
9168 [System.ComponentModel.DefaultValueAttribute(null)]
9169 [System.ComponentModel.LocalizableAttribute(false)]
9170 … [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
9172 [System.ComponentModel.DefaultValueAttribute(false)]
9175 …public partial class LinkCollection : System.Collections.ICollection, System.Collections.IEnumerab…
9177 public LinkCollection(System.Windows.Forms.LinkLabel owner) { } in LinkCollection()
9178 [System.ComponentModel.BrowsableAttribute(false)]
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; } }
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 { } }
9188 public System.Windows.Forms.LinkLabel.Link Add(int start, int length) { throw null; } in Add()
9189 …public System.Windows.Forms.LinkLabel.Link Add(int start, int length, object linkData) { throw nul… in Add()
9190 public int Add(System.Windows.Forms.LinkLabel.Link value) { throw null; } in Add()
9192 public bool Contains(System.Windows.Forms.LinkLabel.Link link) { throw null; } in Contains()
9194 public System.Collections.IEnumerator GetEnumerator() { throw null; } in GetEnumerator()
9195 public int IndexOf(System.Windows.Forms.LinkLabel.Link link) { throw null; } in IndexOf()
9197 public void Remove(System.Windows.Forms.LinkLabel.Link value) { } in Remove()
9200 void System.Collections.ICollection.CopyTo(System.Array dest, int index) { } in System.Collections.ICollection.CopyTo()
9201 int System.Collections.IList.Add(object value) { throw null; } in System.Collections.IList.Add()
9202 bool System.Collections.IList.Contains(object link) { throw null; } in System.Collections.IList.Contains()
9203 int System.Collections.IList.IndexOf(object link) { throw null; } in System.Collections.IList.IndexOf()
9204 void System.Collections.IList.Insert(int index, object value) { } in System.Collections.IList.Insert()
9205 void System.Collections.IList.Remove(object value) { } in System.Collections.IList.Remove()
9208 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
9209 public partial class LinkLabelLinkClickedEventArgs : System.EventArgs
9211 public LinkLabelLinkClickedEventArgs(System.Windows.Forms.LinkLabel.Link link) { } in LinkLabelLinkClickedEventArgs()
9212 …public LinkLabelLinkClickedEventArgs(System.Windows.Forms.LinkLabel.Link link, System.Windows.Form… in LinkLabelLinkClickedEventArgs()
9213 public System.Windows.Forms.MouseButtons Button { get { throw null; } }
9214 public System.Windows.Forms.LinkLabel.Link Link { get { throw null; } }
9216 …public delegate void LinkLabelLinkClickedEventHandler(object sender, System.Windows.Forms.LinkLabe… in LinkLabelLinkClickedEventHandler()
9224 public partial class ListBindingConverter : System.ComponentModel.TypeConverter
9227 …public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Typ… in CanConvertTo()
9228 … object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.Cultu… in ConvertTo()
9229 …public override object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System in CreateInstance()
9230 …public override bool GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext conte… in GetCreateInstanceSupported()
9236 …public static System.ComponentModel.PropertyDescriptorCollection GetListItemProperties(object list… in GetListItemProperties()
9237 …public static System.ComponentModel.PropertyDescriptorCollection GetListItemProperties(object list… in GetListItemProperties()
9238 …public static System.ComponentModel.PropertyDescriptorCollection GetListItemProperties(object data… in GetListItemProperties()
9239 public static System.Type GetListItemType(object list) { throw null; } in GetListItemType()
9240 … public static System.Type GetListItemType(object dataSource, string dataMember) { throw null; } in GetListItemType()
9241 …public static string GetListName(object list, System.ComponentModel.PropertyDescriptor[] listAcces… in GetListName()
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.Desi…
9247 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
9248 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
9249 public partial class ListBox : System.Windows.Forms.ListControl
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)]
9268System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAt…
9269 [System.ComponentModel.BrowsableAttribute(false)]
9270 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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)]
9281 [System.ComponentModel.DefaultValueAttribute(false)]
9282 [System.ComponentModel.LocalizableAttribute(true)]
9284 [System.ComponentModel.DefaultValueAttribute(true)]
9285 [System.ComponentModel.LocalizableAttribute(true)]
9286 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
9288 [System.ComponentModel.DefaultValueAttribute(13)]
9289 [System.ComponentModel.LocalizableAttribute(true)]
9290 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
9292 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
9293System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListControlStringCollectionEdit…
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)]
9299 [System.ComponentModel.BrowsableAttribute(false)]
9300 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
9305 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
9307 public override System.Windows.Forms.RightToLeft RightToLeft { get { throw null; } set { } }
9308 [System.ComponentModel.DefaultValueAttribute(false)]
9309 [System.ComponentModel.LocalizableAttribute(true)]
9311 [System.ComponentModel.BindableAttribute(true)]
9312 [System.ComponentModel.BrowsableAttribute(false)]
9313 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
9315 [System.ComponentModel.BrowsableAttribute(false)]
9316 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
9322 [System.ComponentModel.BrowsableAttribute(false)]
9323 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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)]
9329 [System.ComponentModel.BindableAttribute(false)]
9330 [System.ComponentModel.BrowsableAttribute(false)]
9331 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
9332 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
9334 [System.ComponentModel.BrowsableAttribute(false)]
9335 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
9337 [System.ComponentModel.BrowsableAttribute(false)]
9338 [System.ComponentModel.DefaultValueAttribute(false)]
9340 [System.ComponentModel.DefaultValueAttribute(true)]
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.m…
9370 …protected virtual System.Windows.Forms.ListBox.ObjectCollection CreateItemCollection() { throw nul… in CreateItemCollection()
9377 public System.Drawing.Rectangle GetItemRectangle(int index) { throw null; } in GetItemRectangle()
9378 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
9379 …protected override System.Drawing.Rectangle GetScaledBounds(System.Drawing.Rectangle bounds, Syste… in GetScaledBounds()
9381 public int IndexFromPoint(System.Drawing.Point p) { throw null; } in IndexFromPoint()
9383 protected override void OnChangeUICues(System.Windows.Forms.UICuesEventArgs e) { } in OnChangeUICues()
9384 protected override void OnDataSourceChanged(System.EventArgs e) { } in OnDataSourceChanged()
9385 protected override void OnDisplayMemberChanged(System.EventArgs e) { } in OnDisplayMemberChanged()
9386 protected virtual void OnDrawItem(System.Windows.Forms.DrawItemEventArgs e) { } in OnDrawItem()
9387 protected override void OnFontChanged(System.EventArgs e) { } in OnFontChanged()
9388 protected override void OnHandleCreated(System.EventArgs e) { } in OnHandleCreated()
9389 protected override void OnHandleDestroyed(System.EventArgs e) { } in OnHandleDestroyed()
9390 protected virtual void OnMeasureItem(System.Windows.Forms.MeasureItemEventArgs e) { } in OnMeasureItem()
9391 protected override void OnParentChanged(System.EventArgs e) { } in OnParentChanged()
9392 protected override void OnResize(System.EventArgs e) { } in OnResize()
9393 protected override void OnSelectedIndexChanged(System.EventArgs e) { } in OnSelectedIndexChanged()
9394 protected override void OnSelectedValueChanged(System.EventArgs e) { } in OnSelectedValueChanged()
9401 …protected override void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpeci… in ScaleControl()
9402 …protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.Bo… in SetBoundsCore()
9404 protected override void SetItemsCore(System.Collections.IList value) { } in SetItemsCore()
9408 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
9409 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
9410 protected virtual void WmReflectCommand(ref System.Windows.Forms.Message m) { } in WmReflectCommand()
9411 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
9412 protected override void WndProc(ref System.Windows.Forms.Message m) { } in WndProc()
9413 …public partial class IntegerCollection : System.Collections.ICollection, System.Collections.IEnume…
9415 public IntegerCollection(System.Windows.Forms.ListBox owner) { } in IntegerCollection()
9416 [System.ComponentModel.BrowsableAttribute(false)]
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 { } }
9426 public void AddRange(System.Windows.Forms.ListBox.IntegerCollection value) { } in AddRange()
9429 public void CopyTo(System.Array destination, int index) { } in CopyTo()
9433System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } in System.Collections.IEnumerable.GetEnumerator()
9434 int System.Collections.IList.Add(object item) { throw null; } in System.Collections.IList.Add()
9435 void System.Collections.IList.Clear() { } in System.Collections.IList.Clear()
9436 bool System.Collections.IList.Contains(object item) { throw null; } in System.Collections.IList.Contains()
9437 int System.Collections.IList.IndexOf(object item) { throw null; } in System.Collections.IList.IndexOf()
9438 void System.Collections.IList.Insert(int index, object value) { } in System.Collections.IList.Insert()
9439 void System.Collections.IList.Remove(object value) { } in System.Collections.IList.Remove()
9440 void System.Collections.IList.RemoveAt(int index) { } in System.Collections.IList.RemoveAt()
9442 [System.ComponentModel.ListBindableAttribute(false)]
9443 …public partial class ObjectCollection : System.Collections.ICollection, System.Collections.IEnumer…
9445 public ObjectCollection(System.Windows.Forms.ListBox owner) { } in ObjectCollection()
9446 public ObjectCollection(System.Windows.Forms.ListBox owner, object[] value) { } in ObjectCollection()
9447 …public ObjectCollection(System.Windows.Forms.ListBox owner, System.Windows.Forms.ListBox.ObjectCol… in ObjectCollection()
9450 [System.ComponentModel.BrowsableAttribute(false)]
9451 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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; } }
9458 public void AddRange(System.Windows.Forms.ListBox.ObjectCollection value) { } in AddRange()
9462 public System.Collections.IEnumerator GetEnumerator() { throw null; } in GetEnumerator()
9467 void System.Collections.ICollection.CopyTo(System.Array destination, int index) { } in System.Collections.ICollection.CopyTo()
9468 int System.Collections.IList.Add(object item) { throw null; } in System.Collections.IList.Add()
9470 … partial class SelectedIndexCollection : System.Collections.ICollection, System.Collections.IEnume…
9472 public SelectedIndexCollection(System.Windows.Forms.ListBox owner) { } in SelectedIndexCollection()
9473 [System.ComponentModel.BrowsableAttribute(false)]
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 { } }
9484 public void CopyTo(System.Array destination, int index) { } in CopyTo()
9485 public System.Collections.IEnumerator GetEnumerator() { throw null; } in GetEnumerator()
9488 int System.Collections.IList.Add(object value) { throw null; } in System.Collections.IList.Add()
9489 void System.Collections.IList.Clear() { } in System.Collections.IList.Clear()
9490 bool System.Collections.IList.Contains(object selectedIndex) { throw null; } in System.Collections.IList.Contains()
9491 int System.Collections.IList.IndexOf(object selectedIndex) { throw null; } in System.Collections.IList.IndexOf()
9492 void System.Collections.IList.Insert(int index, object value) { } in System.Collections.IList.Insert()
9493 void System.Collections.IList.Remove(object value) { } in System.Collections.IList.Remove()
9494 void System.Collections.IList.RemoveAt(int index) { } in System.Collections.IList.RemoveAt()
9496 …partial class SelectedObjectCollection : System.Collections.ICollection, System.Collections.IEnume…
9498 public SelectedObjectCollection(System.Windows.Forms.ListBox owner) { } in SelectedObjectCollection()
9501 [System.ComponentModel.BrowsableAttribute(false)]
9502 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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; } }
9510 public void CopyTo(System.Array destination, int index) { } in CopyTo()
9511 public System.Collections.IEnumerator GetEnumerator() { throw null; } in GetEnumerator()
9514 int System.Collections.IList.Add(object value) { throw null; } in System.Collections.IList.Add()
9515 void System.Collections.IList.Clear() { } in System.Collections.IList.Clear()
9516 void System.Collections.IList.Insert(int index, object value) { } in System.Collections.IList.Insert()
9517 void System.Collections.IList.Remove(object value) { } in System.Collections.IList.Remove()
9518 void System.Collections.IList.RemoveAt(int index) { } in System.Collections.IList.RemoveAt()
9521 …[System.ComponentModel.LookupBindingPropertiesAttribute("DataSource", "DisplayMember", "ValueMembe…
9522 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
9523 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
9524 public abstract partial class ListControl : System.Windows.Forms.Control
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))]
9533 [System.ComponentModel.DefaultValueAttribute("")]
9534System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataMemberFieldEditor, System.D…
9535 …[System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.Design.DataMemberFieldConverte…
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("")]
9542System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.FormatStringEditor, System.Desi…
9543 [System.ComponentModel.MergablePropertyAttribute(false)]
9545 [System.ComponentModel.DefaultValueAttribute(false)]
9548 [System.ComponentModel.BindableAttribute(true)]
9549 [System.ComponentModel.BrowsableAttribute(false)]
9550 [System.ComponentModel.DefaultValueAttribute(null)]
9551 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
9553 [System.ComponentModel.DefaultValueAttribute("")]
9554System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataMemberFieldEditor, System.D…
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 { } }
9569 protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; } in IsInputKey()
9570 protected override void OnBindingContextChanged(System.EventArgs e) { } in OnBindingContextChanged()
9571 protected virtual void OnDataSourceChanged(System.EventArgs e) { } in OnDataSourceChanged()
9572 protected virtual void OnDisplayMemberChanged(System.EventArgs e) { } in OnDisplayMemberChanged()
9573 protected virtual void OnFormat(System.Windows.Forms.ListControlConvertEventArgs e) { } in OnFormat()
9574 protected virtual void OnFormatInfoChanged(System.EventArgs e) { } in OnFormatInfoChanged()
9575 protected virtual void OnFormatStringChanged(System.EventArgs e) { } in OnFormatStringChanged()
9576 protected virtual void OnFormattingEnabledChanged(System.EventArgs e) { } in OnFormattingEnabledChanged()
9577 protected virtual void OnSelectedIndexChanged(System.EventArgs e) { } in OnSelectedIndexChanged()
9578 protected virtual void OnSelectedValueChanged(System.EventArgs e) { } in OnSelectedValueChanged()
9579 protected virtual void OnValueMemberChanged(System.EventArgs e) { } in OnValueMemberChanged()
9583 protected abstract void SetItemsCore(System.Collections.IList items); in SetItemsCore()
9585 public partial class ListControlConvertEventArgs : System.Windows.Forms.ConvertEventArgs
9587 …ntrolConvertEventArgs(object value, System.Type desiredType, object listItem) : base (default(obje… in ListControlConvertEventArgs()
9590 …public delegate void ListControlConvertEventHandler(object sender, System.Windows.Forms.ListContro… in ListControlConvertEventHandler()
9591 [System.ComponentModel.DefaultEventAttribute("SelectedIndexChanged")]
9592 [System.ComponentModel.DefaultPropertyAttribute("Items")]
9593 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ListViewDesigner, System.Des…
9594 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
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
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)]
9607 [System.ComponentModel.DefaultValueAttribute(true)]
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)]
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)]
9620 [System.ComponentModel.BrowsableAttribute(false)]
9621 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
9622 … public System.Windows.Forms.ListView.CheckedIndexCollection CheckedIndices { get { throw null; } }
9623 [System.ComponentModel.BrowsableAttribute(false)]
9624 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
9625 …public System.Windows.Forms.ListView.CheckedListViewItemCollection CheckedItems { get { throw null…
9626 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
9627System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ColumnHeaderCollectionEditor, S…
9628 [System.ComponentModel.LocalizableAttribute(true)]
9629 [System.ComponentModel.MergablePropertyAttribute(false)]
9630 public System.Windows.Forms.ListView.ColumnHeaderCollection Columns { get { throw null; } }
9631System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAt…
9632 protected override System.Drawing.Size DefaultSize { get { throw null; } }
9634 [System.ComponentModel.BrowsableAttribute(false)]
9635 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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)]
9640 [System.ComponentModel.DefaultValueAttribute(false)]
9642 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
9643System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListViewGroupCollectionEditor, …
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)]
9651 [System.ComponentModel.DefaultValueAttribute(false)]
9653 [System.ComponentModel.DefaultValueAttribute(false)]
9655 [System.ComponentModel.BrowsableAttribute(false)]
9656 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
9657 public System.Windows.Forms.ListViewInsertionMark InsertionMark { get { throw null; } }
9658 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
9659System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListViewItemCollectionEditor, S…
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)]
9665 [System.ComponentModel.DefaultValueAttribute(true)]
9666 [System.ComponentModel.LocalizableAttribute(true)]
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.DesignerSer…
9672 public System.Collections.IComparer ListViewItemSorter { get { throw null; } set { } }
9673 [System.ComponentModel.DefaultValueAttribute(true)]
9675 [System.ComponentModel.DefaultValueAttribute(false)]
9677 [System.ComponentModel.BrowsableAttribute(false)]
9678 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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)]
9684 [System.ComponentModel.DefaultValueAttribute(true)]
9686 [System.ComponentModel.BrowsableAttribute(false)]
9687 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
9688 …public System.Windows.Forms.ListView.SelectedIndexCollection SelectedIndices { get { throw null; }…
9689 [System.ComponentModel.BrowsableAttribute(false)]
9690 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
9691 …public System.Windows.Forms.ListView.SelectedListViewItemCollection SelectedItems { get { throw nu…
9692 [System.ComponentModel.DefaultValueAttribute(true)]
9694 [System.ComponentModel.DefaultValueAttribute(false)]
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))]
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.DesignerSer…
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))]
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))]
9720 [System.ComponentModel.DefaultValueAttribute(false)]
9721 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
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 { } remo…
9732 …public event System.Windows.Forms.ColumnWidthChangingEventHandler ColumnWidthChanging { add { } re…
9733 …public event System.Windows.Forms.DrawListViewColumnHeaderEventHandler DrawColumnHeader { add { } …
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 { } remo…
9741 …public event System.Windows.Forms.ListViewItemSelectionChangedEventHandler ItemSelectionChanged { …
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 { } re…
9749 public event System.EventHandler RightToLeftLayoutChanged { add { } remove { } }
9750 …public event System.Windows.Forms.SearchForVirtualItemEventHandler SearchForVirtualItem { add { } …
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 VirtualIte…
9757 public void ArrangeIcons(System.Windows.Forms.ListViewAlignment value) { } in ArrangeIcons()
9758 …public void AutoResizeColumn(int columnIndex, System.Windows.Forms.ColumnHeaderAutoResizeStyle hea… in AutoResizeColumn()
9759 …public void AutoResizeColumns(System.Windows.Forms.ColumnHeaderAutoResizeStyle headerAutoResize) {… in AutoResizeColumns()
9766 public System.Windows.Forms.ListViewItem FindItemWithText(string text) { throw null; } in FindItemWithText()
9767 …public System.Windows.Forms.ListViewItem FindItemWithText(string text, bool includeSubItemsInSearc… in FindItemWithText()
9768 …public System.Windows.Forms.ListViewItem FindItemWithText(string text, bool includeSubItemsInSearc… in FindItemWithText()
9769 …public System.Windows.Forms.ListViewItem FindNearestItem(System.Windows.Forms.SearchDirectionHint … in FindNearestItem()
9770 …public System.Windows.Forms.ListViewItem FindNearestItem(System.Windows.Forms.SearchDirectionHint … in FindNearestItem()
9771 public System.Windows.Forms.ListViewItem GetItemAt(int x, int y) { throw null; } in GetItemAt()
9772 public System.Drawing.Rectangle GetItemRect(int index) { throw null; } in GetItemRect()
9773 …public System.Drawing.Rectangle GetItemRect(int index, System.Windows.Forms.ItemBoundsPortion port… in GetItemRect()
9774 …public System.Windows.Forms.ListViewHitTestInfo HitTest(System.Drawing.Point point) { throw null; } in HitTest()
9775 public System.Windows.Forms.ListViewHitTestInfo HitTest(int x, int y) { throw null; } in HitTest()
9776 protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; } in IsInputKey()
9777 protected virtual void OnAfterLabelEdit(System.Windows.Forms.LabelEditEventArgs e) { } in OnAfterLabelEdit()
9778 protected override void OnBackgroundImageChanged(System.EventArgs e) { } in OnBackgroundImageChanged()
9779 protected virtual void OnBeforeLabelEdit(System.Windows.Forms.LabelEditEventArgs e) { } in OnBeforeLabelEdit()
9780 … protected virtual void OnCacheVirtualItems(System.Windows.Forms.CacheVirtualItemsEventArgs e) { } in OnCacheVirtualItems()
9781 protected virtual void OnColumnClick(System.Windows.Forms.ColumnClickEventArgs e) { } in OnColumnClick()
9782 … protected virtual void OnColumnReordered(System.Windows.Forms.ColumnReorderedEventArgs e) { } in OnColumnReordered()
9783 …protected virtual void OnColumnWidthChanged(System.Windows.Forms.ColumnWidthChangedEventArgs e) { } in OnColumnWidthChanged()
9784 …protected virtual void OnColumnWidthChanging(System.Windows.Forms.ColumnWidthChangingEventArgs e) … in OnColumnWidthChanging()
9785 …protected virtual void OnDrawColumnHeader(System.Windows.Forms.DrawListViewColumnHeaderEventArgs e… in OnDrawColumnHeader()
9786 protected virtual void OnDrawItem(System.Windows.Forms.DrawListViewItemEventArgs e) { } in OnDrawItem()
9787 … protected virtual void OnDrawSubItem(System.Windows.Forms.DrawListViewSubItemEventArgs e) { } in OnDrawSubItem()
9788 protected override void OnFontChanged(System.EventArgs e) { } in OnFontChanged()
9789 protected override void OnHandleCreated(System.EventArgs e) { } in OnHandleCreated()
9790 protected override void OnHandleDestroyed(System.EventArgs e) { } in OnHandleDestroyed()
9791 protected virtual void OnItemActivate(System.EventArgs e) { } in OnItemActivate()
9792 protected virtual void OnItemCheck(System.Windows.Forms.ItemCheckEventArgs ice) { } in OnItemCheck()
9793 protected virtual void OnItemChecked(System.Windows.Forms.ItemCheckedEventArgs e) { } in OnItemChecked()
9794 protected virtual void OnItemDrag(System.Windows.Forms.ItemDragEventArgs e) { } in OnItemDrag()
9795 …protected virtual void OnItemMouseHover(System.Windows.Forms.ListViewItemMouseHoverEventArgs e) { } in OnItemMouseHover()
9796 …protected virtual void OnItemSelectionChanged(System.Windows.Forms.ListViewItemSelectionChangedEve… in OnItemSelectionChanged()
9797 protected override void OnMouseHover(System.EventArgs e) { } in OnMouseHover()
9798 protected override void OnMouseLeave(System.EventArgs e) { } in OnMouseLeave()
9799 protected override void OnParentChanged(System.EventArgs e) { } in OnParentChanged()
9800 protected override void OnResize(System.EventArgs e) { } in OnResize()
9801 …protected virtual void OnRetrieveVirtualItem(System.Windows.Forms.RetrieveVirtualItemEventArgs e) … in OnRetrieveVirtualItem()
9802 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
9803 protected virtual void OnRightToLeftLayoutChanged(System.EventArgs e) { } in OnRightToLeftLayoutChanged()
9804 …protected virtual void OnSearchForVirtualItem(System.Windows.Forms.SearchForVirtualItemEventArgs e… in OnSearchForVirtualItem()
9805 protected virtual void OnSelectedIndexChanged(System.EventArgs e) { } in OnSelectedIndexChanged()
9806 protected override void OnSystemColorsChanged(System.EventArgs e) { } in OnSystemColorsChanged()
9807 …protected virtual void OnVirtualItemsSelectionRangeChanged(System.Windows.Forms.ListViewVirtualIte… in OnVirtualItemsSelectionRangeChanged()
9809 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
9814 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
9815 protected override void WndProc(ref System.Windows.Forms.Message m) { } in WndProc()
9816 [System.ComponentModel.ListBindableAttribute(false)]
9817 …c partial class CheckedIndexCollection : System.Collections.ICollection, System.Collections.IEnume…
9819 public CheckedIndexCollection(System.Windows.Forms.ListView owner) { } in CheckedIndexCollection()
9820 [System.ComponentModel.BrowsableAttribute(false)]
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 { } }
9829 public System.Collections.IEnumerator GetEnumerator() { throw null; } in GetEnumerator()
9831 void System.Collections.ICollection.CopyTo(System.Array dest, int index) { } in System.Collections.ICollection.CopyTo()
9832 int System.Collections.IList.Add(object value) { throw null; } in System.Collections.IList.Add()
9833 void System.Collections.IList.Clear() { } in System.Collections.IList.Clear()
9834 bool System.Collections.IList.Contains(object checkedIndex) { throw null; } in System.Collections.IList.Contains()
9835 int System.Collections.IList.IndexOf(object checkedIndex) { throw null; } in System.Collections.IList.IndexOf()
9836 void System.Collections.IList.Insert(int index, object value) { } in System.Collections.IList.Insert()
9837 void System.Collections.IList.Remove(object value) { } in System.Collections.IList.Remove()
9838 void System.Collections.IList.RemoveAt(int index) { } in System.Collections.IList.RemoveAt()
9840 [System.ComponentModel.ListBindableAttribute(false)]
9841 …al class CheckedListViewItemCollection : System.Collections.ICollection, System.Collections.IEnume…
9843 public CheckedListViewItemCollection(System.Windows.Forms.ListView owner) { } in CheckedListViewItemCollection()
9844 [System.ComponentModel.BrowsableAttribute(false)]
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 { } }
9853 public bool Contains(System.Windows.Forms.ListViewItem item) { throw null; } in Contains()
9855 public void CopyTo(System.Array dest, int index) { } in CopyTo()
9856 public System.Collections.IEnumerator GetEnumerator() { throw null; } in GetEnumerator()
9857 public int IndexOf(System.Windows.Forms.ListViewItem item) { throw null; } in IndexOf()
9859 int System.Collections.IList.Add(object value) { throw null; } in System.Collections.IList.Add()
9860 void System.Collections.IList.Clear() { } in System.Collections.IList.Clear()
9861 bool System.Collections.IList.Contains(object item) { throw null; } in System.Collections.IList.Contains()
9862 int System.Collections.IList.IndexOf(object item) { throw null; } in System.Collections.IList.IndexOf()
9863 void System.Collections.IList.Insert(int index, object value) { } in System.Collections.IList.Insert()
9864 void System.Collections.IList.Remove(object value) { } in System.Collections.IList.Remove()
9865 void System.Collections.IList.RemoveAt(int index) { } in System.Collections.IList.RemoveAt()
9867 [System.ComponentModel.ListBindableAttribute(false)]
9868 …c partial class ColumnHeaderCollection : System.Collections.ICollection, System.Collections.IEnume…
9870 public ColumnHeaderCollection(System.Windows.Forms.ListView owner) { } in ColumnHeaderCollection()
9871 [System.ComponentModel.BrowsableAttribute(false)]
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 { } }
9880 public virtual System.Windows.Forms.ColumnHeader Add(string text) { throw null; } in Add()
9881 … public virtual System.Windows.Forms.ColumnHeader Add(string text, int width) { throw null; } in Add()
9882 …public virtual System.Windows.Forms.ColumnHeader Add(string text, int width, System.Windows.Forms.… in Add()
9883 … public virtual System.Windows.Forms.ColumnHeader Add(string key, string text) { throw null; } in Add()
9884 …public virtual System.Windows.Forms.ColumnHeader Add(string key, string text, int width) { throw n… in Add()
9885 …public virtual System.Windows.Forms.ColumnHeader Add(string key, string text, int width, System.Wi… in Add()
9886 …public virtual System.Windows.Forms.ColumnHeader Add(string key, string text, int width, System.Wi… in Add()
9887 public virtual int Add(System.Windows.Forms.ColumnHeader value) { throw null; } in Add()
9888 public virtual void AddRange(System.Windows.Forms.ColumnHeader[] values) { } in AddRange()
9890 public bool Contains(System.Windows.Forms.ColumnHeader value) { throw null; } in Contains()
9892 public System.Collections.IEnumerator GetEnumerator() { throw null; } in GetEnumerator()
9893 public int IndexOf(System.Windows.Forms.ColumnHeader value) { throw null; } in IndexOf()
9897 …public void Insert(int index, string text, int width, System.Windows.Forms.HorizontalAlignment tex… in Insert()
9900 …public void Insert(int index, string key, string text, int width, System.Windows.Forms.HorizontalA… in Insert()
9901 …public void Insert(int index, string key, string text, int width, System.Windows.Forms.HorizontalA… in Insert()
9902 public void Insert(int index, System.Windows.Forms.ColumnHeader value) { } in Insert()
9903 public virtual void Remove(System.Windows.Forms.ColumnHeader column) { } in Remove()
9906 void System.Collections.ICollection.CopyTo(System.Array dest, int index) { } in System.Collections.ICollection.CopyTo()
9907 int System.Collections.IList.Add(object value) { throw null; } in System.Collections.IList.Add()
9908 bool System.Collections.IList.Contains(object value) { throw null; } in System.Collections.IList.Contains()
9909 int System.Collections.IList.IndexOf(object value) { throw null; } in System.Collections.IList.IndexOf()
9910 void System.Collections.IList.Insert(int index, object value) { } in System.Collections.IList.Insert()
9911 void System.Collections.IList.Remove(object value) { } in System.Collections.IList.Remove()
9913 [System.ComponentModel.ListBindableAttribute(false)]
9914 …c partial class ListViewItemCollection : System.Collections.ICollection, System.Collections.IEnume…
9916 public ListViewItemCollection(System.Windows.Forms.ListView owner) { } in ListViewItemCollection()
9917 [System.ComponentModel.BrowsableAttribute(false)]
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 { } }
9926 public virtual System.Windows.Forms.ListViewItem Add(string text) { throw null; } in Add()
9927 … public virtual System.Windows.Forms.ListViewItem Add(string text, int imageIndex) { throw null; } in Add()
9928 … public virtual System.Windows.Forms.ListViewItem Add(string text, string imageKey) { throw null; } in Add()
9929 …public virtual System.Windows.Forms.ListViewItem Add(string key, string text, int imageIndex) { th… in Add()
9930 …public virtual System.Windows.Forms.ListViewItem Add(string key, string text, string imageKey) { t… in Add()
9931 …public virtual System.Windows.Forms.ListViewItem Add(System.Windows.Forms.ListViewItem value) { th… in Add()
9932 public void AddRange(System.Windows.Forms.ListView.ListViewItemCollection items) { } in AddRange()
9933 public void AddRange(System.Windows.Forms.ListViewItem[] items) { } in AddRange()
9935 public bool Contains(System.Windows.Forms.ListViewItem item) { throw null; } in Contains()
9937 public void CopyTo(System.Array dest, int index) { } in CopyTo()
9938 …public System.Windows.Forms.ListViewItem[] Find(string key, bool searchAllSubItems) { throw null; } in Find()
9939 public System.Collections.IEnumerator GetEnumerator() { throw null; } in GetEnumerator()
9940 public int IndexOf(System.Windows.Forms.ListViewItem item) { throw null; } in IndexOf()
9942 public System.Windows.Forms.ListViewItem Insert(int index, string text) { throw null; } in Insert()
9943 …public System.Windows.Forms.ListViewItem Insert(int index, string text, int imageIndex) { throw nu… in Insert()
9944 …public System.Windows.Forms.ListViewItem Insert(int index, string text, string imageKey) { throw n… in Insert()
9945 …public virtual System.Windows.Forms.ListViewItem Insert(int index, string key, string text, int im… in Insert()
9946 …public virtual System.Windows.Forms.ListViewItem Insert(int index, string key, string text, string… in Insert()
9947 …public System.Windows.Forms.ListViewItem Insert(int index, System.Windows.Forms.ListViewItem item)… in Insert()
9948 public virtual void Remove(System.Windows.Forms.ListViewItem item) { } in Remove()
9951 int System.Collections.IList.Add(object item) { throw null; } in System.Collections.IList.Add()
9952 bool System.Collections.IList.Contains(object item) { throw null; } in System.Collections.IList.Contains()
9953 int System.Collections.IList.IndexOf(object item) { throw null; } in System.Collections.IList.IndexOf()
9954 void System.Collections.IList.Insert(int index, object item) { } in System.Collections.IList.Insert()
9955 void System.Collections.IList.Remove(object item) { } in System.Collections.IList.Remove()
9957 [System.ComponentModel.ListBindableAttribute(false)]
9958 … partial class SelectedIndexCollection : System.Collections.ICollection, System.Collections.IEnume…
9960 public SelectedIndexCollection(System.Windows.Forms.ListView owner) { } in SelectedIndexCollection()
9961 [System.ComponentModel.BrowsableAttribute(false)]
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 { } }
9972 public void CopyTo(System.Array dest, int index) { } in CopyTo()
9973 public System.Collections.IEnumerator GetEnumerator() { throw null; } in GetEnumerator()
9976 int System.Collections.IList.Add(object value) { throw null; } in System.Collections.IList.Add()
9977 void System.Collections.IList.Clear() { } in System.Collections.IList.Clear()
9978 bool System.Collections.IList.Contains(object selectedIndex) { throw null; } in System.Collections.IList.Contains()
9979 int System.Collections.IList.IndexOf(object selectedIndex) { throw null; } in System.Collections.IList.IndexOf()
9980 void System.Collections.IList.Insert(int index, object value) { } in System.Collections.IList.Insert()
9981 void System.Collections.IList.Remove(object value) { } in System.Collections.IList.Remove()
9982 void System.Collections.IList.RemoveAt(int index) { } in System.Collections.IList.RemoveAt()
9984 [System.ComponentModel.ListBindableAttribute(false)]
9985 …l class SelectedListViewItemCollection : System.Collections.ICollection, System.Collections.IEnume…
9987 public SelectedListViewItemCollection(System.Windows.Forms.ListView owner) { } in SelectedListViewItemCollection()
9988 [System.ComponentModel.BrowsableAttribute(false)]
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 { } }
9998 public bool Contains(System.Windows.Forms.ListViewItem item) { throw null; } in Contains()
10000 public void CopyTo(System.Array dest, int index) { } in CopyTo()
10001 public System.Collections.IEnumerator GetEnumerator() { throw null; } in GetEnumerator()
10002 public int IndexOf(System.Windows.Forms.ListViewItem item) { throw null; } in IndexOf()
10004 int System.Collections.IList.Add(object value) { throw null; } in System.Collections.IList.Add()
10005 bool System.Collections.IList.Contains(object item) { throw null; } in System.Collections.IList.Contains()
10006 int System.Collections.IList.IndexOf(object item) { throw null; } in System.Collections.IList.IndexOf()
10007 void System.Collections.IList.Insert(int index, object value) { } in System.Collections.IList.Insert()
10008 void System.Collections.IList.Remove(object value) { } in System.Collections.IList.Remove()
10009 void System.Collections.IList.RemoveAt(int index) { } in System.Collections.IList.RemoveAt()
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
10029 … public ListViewGroup(string header, System.Windows.Forms.HorizontalAlignment headerAlignment) { } in ListViewGroup()
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.DesignerSer…
10037 public System.Windows.Forms.ListView ListView { get { throw null; } }
10038 [System.ComponentModel.BrowsableAttribute(true)]
10039 [System.ComponentModel.DefaultValueAttribute("")]
10041 [System.ComponentModel.BindableAttribute(true)]
10042 [System.ComponentModel.DefaultValueAttribute(null)]
10043 [System.ComponentModel.LocalizableAttribute(false)]
10044 … [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
10046 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
10047 …void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.Seriali… in System.Runtime.Serialization.ISerializable.GetObjectData()
10050 [System.ComponentModel.ListBindableAttribute(false)]
10051 … partial class ListViewGroupCollection : System.Collections.ICollection, System.Collections.IEnume…
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 { } }
10062 public System.Windows.Forms.ListViewGroup Add(string key, string headerText) { throw null; } in Add()
10063 public int Add(System.Windows.Forms.ListViewGroup group) { throw null; } in Add()
10064 public void AddRange(System.Windows.Forms.ListViewGroupCollection groups) { } in AddRange()
10065 public void AddRange(System.Windows.Forms.ListViewGroup[] groups) { } in AddRange()
10067 public bool Contains(System.Windows.Forms.ListViewGroup value) { throw null; } in Contains()
10068 public void CopyTo(System.Array array, int index) { } in CopyTo()
10069 public System.Collections.IEnumerator GetEnumerator() { throw null; } in GetEnumerator()
10070 public int IndexOf(System.Windows.Forms.ListViewGroup value) { throw null; } in IndexOf()
10071 public void Insert(int index, System.Windows.Forms.ListViewGroup group) { } in Insert()
10072 public void Remove(System.Windows.Forms.ListViewGroup group) { } in Remove()
10074 int System.Collections.IList.Add(object value) { throw null; } in System.Collections.IList.Add()
10075 bool System.Collections.IList.Contains(object value) { throw null; } in System.Collections.IList.Contains()
10076 int System.Collections.IList.IndexOf(object value) { throw null; } in System.Collections.IList.IndexOf()
10077 void System.Collections.IList.Insert(int index, object value) { } in System.Collections.IList.Insert()
10078 void System.Collections.IList.Remove(object value) { } in System.Collections.IList.Remove()
10082 … ListViewHitTestInfo(System.Windows.Forms.ListViewItem hitItem, System.Windows.Forms.ListViewItem.… in ListViewHitTestInfo()
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; } }
10087 [System.FlagsAttribute]
10103 public System.Drawing.Rectangle Bounds { get { throw null; } }
10104 public System.Drawing.Color Color { get { throw null; } set { } }
10106 public int NearestIndex(System.Drawing.Point pt) { throw null; } in NearestIndex()
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
10116 …protected ListViewItem(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Seriali… in ListViewItem()
10119 … public ListViewItem(string text, int imageIndex, System.Windows.Forms.ListViewGroup group) { } in ListViewItem()
10121 … public ListViewItem(string text, string imageKey, System.Windows.Forms.ListViewGroup group) { } in ListViewItem()
10122 public ListViewItem(string text, System.Windows.Forms.ListViewGroup group) { } in ListViewItem()
10125 …ViewItem(string[] items, int imageIndex, System.Drawing.Color foreColor, System.Drawing.Color back… in ListViewItem()
10126 …ng[] items, int imageIndex, System.Drawing.Color foreColor, System.Drawing.Color backColor, System in ListViewItem()
10127 … public ListViewItem(string[] items, int imageIndex, System.Windows.Forms.ListViewGroup group) { } in ListViewItem()
10129 …iewItem(string[] items, string imageKey, System.Drawing.Color foreColor, System.Drawing.Color back… in ListViewItem()
10130 …g[] items, string imageKey, System.Drawing.Color foreColor, System.Drawing.Color backColor, System in ListViewItem()
10131 … public ListViewItem(string[] items, string imageKey, System.Windows.Forms.ListViewGroup group) { } in ListViewItem()
10132 public ListViewItem(string[] items, System.Windows.Forms.ListViewGroup group) { } in ListViewItem()
10133 public ListViewItem(System.Windows.Forms.ListViewGroup group) { } in ListViewItem()
10134 …public ListViewItem(System.Windows.Forms.ListViewItem.ListViewSubItem[] subItems, int imageIndex) … in ListViewItem()
10135 …public ListViewItem(System.Windows.Forms.ListViewItem.ListViewSubItem[] subItems, int imageIndex, in ListViewItem()
10136 …public ListViewItem(System.Windows.Forms.ListViewItem.ListViewSubItem[] subItems, string imageKey)… in ListViewItem()
10137 …public ListViewItem(System.Windows.Forms.ListViewItem.ListViewSubItem[] subItems, string imageKey,… in ListViewItem()
10138 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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))]
10145 [System.ComponentModel.BrowsableAttribute(false)]
10146 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
10148 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
10149 [System.ComponentModel.LocalizableAttribute(true)]
10150 public System.Drawing.Font Font { get { throw null; } set { } }
10151 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
10158System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design…
10159 [System.ComponentModel.LocalizableAttribute(true)]
10160 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
10161 …[System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.NoneExcludedImageIndexConverte…
10163 [System.ComponentModel.DefaultValueAttribute("")]
10164 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
10165System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design…
10166 [System.ComponentModel.LocalizableAttribute(true)]
10167 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
10168 … [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageKeyConverter))]
10170 [System.ComponentModel.BrowsableAttribute(false)]
10171 public System.Windows.Forms.ImageList ImageList { get { throw null; } }
10172 [System.ComponentModel.DefaultValueAttribute(0)]
10174 [System.ComponentModel.BrowsableAttribute(false)]
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.DesignerSer…
10180 [System.ComponentModel.LocalizableAttribute(true)]
10182 [System.ComponentModel.BrowsableAttribute(false)]
10183 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
10184 public System.Drawing.Point Position { get { throw null; } set { } }
10185 [System.ComponentModel.BrowsableAttribute(false)]
10186 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
10188 [System.ComponentModel.DefaultValueAttribute(-1)]
10189System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design…
10190 [System.ComponentModel.LocalizableAttribute(true)]
10191 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
10192 …[System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.NoneExcludedImageIndexConverte…
10193 [System.Windows.Forms.RelatedImageListAttribute("ListView.StateImageList")]
10195 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
10196System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListViewSubItemCollectionEditor…
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))]
10203 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
10204 [System.ComponentModel.LocalizableAttribute(true)]
10206 [System.ComponentModel.DefaultValueAttribute("")]
10208 [System.ComponentModel.DefaultValueAttribute(true)]
10212 …protected virtual void Deserialize(System.Runtime.Serialization.SerializationInfo info, System.Run… in Deserialize()
10214 …public System.Windows.Forms.ListViewItem FindNearestItem(System.Windows.Forms.SearchDirectionHint … in FindNearestItem()
10215 …public System.Drawing.Rectangle GetBounds(System.Windows.Forms.ItemBoundsPortion portion) { throw … in GetBounds()
10216 …public System.Windows.Forms.ListViewItem.ListViewSubItem GetSubItemAt(int x, int y) { throw null; } in GetSubItemAt()
10218 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
10219 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
10220 …protected virtual void Serialize(System.Runtime.Serialization.SerializationInfo info, System.Runti… in Serialize()
10221 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
10222 …void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.Seriali… in System.Runtime.Serialization.ISerializable.GetObjectData()
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]
10232 public ListViewSubItem(System.Windows.Forms.ListViewItem owner, string text) { } in ListViewSubItem()
10233 …stViewSubItem(System.Windows.Forms.ListViewItem owner, string text, System.Drawing.Color foreColor… in ListViewSubItem()
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)]
10242 [System.ComponentModel.BindableAttribute(true)]
10243 [System.ComponentModel.DefaultValueAttribute(null)]
10244 [System.ComponentModel.LocalizableAttribute(false)]
10245 … [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
10247 [System.ComponentModel.LocalizableAttribute(true)]
10252 …artial class ListViewSubItemCollection : System.Collections.ICollection, System.Collections.IEnume…
10254 public ListViewSubItemCollection(System.Windows.Forms.ListViewItem owner) { } in ListViewSubItemCollection()
10255 [System.ComponentModel.BrowsableAttribute(false)]
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 nu…
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 { } }
10264 … public System.Windows.Forms.ListViewItem.ListViewSubItem Add(string text) { throw null; } in Add()
10265 …public System.Windows.Forms.ListViewItem.ListViewSubItem Add(string text, System.Drawing.Color for… in Add()
10266 …public System.Windows.Forms.ListViewItem.ListViewSubItem Add(System.Windows.Forms.ListViewItem.Lis… in Add()
10268 …public void AddRange(string[] items, System.Drawing.Color foreColor, System.Drawing.Color backColo… in AddRange()
10269 public void AddRange(System.Windows.Forms.ListViewItem.ListViewSubItem[] items) { } in AddRange()
10271 … public bool Contains(System.Windows.Forms.ListViewItem.ListViewSubItem subItem) { throw null; } in Contains()
10273 public System.Collections.IEnumerator GetEnumerator() { throw null; } in GetEnumerator()
10274 … public int IndexOf(System.Windows.Forms.ListViewItem.ListViewSubItem subItem) { throw null; } in IndexOf()
10276 … public void Insert(int index, System.Windows.Forms.ListViewItem.ListViewSubItem item) { } in Insert()
10277 public void Remove(System.Windows.Forms.ListViewItem.ListViewSubItem item) { } in Remove()
10280 void System.Collections.ICollection.CopyTo(System.Array dest, int index) { } in System.Collections.ICollection.CopyTo()
10281 int System.Collections.IList.Add(object item) { throw null; } in System.Collections.IList.Add()
10282 bool System.Collections.IList.Contains(object subItem) { throw null; } in System.Collections.IList.Contains()
10283 int System.Collections.IList.IndexOf(object subItem) { throw null; } in System.Collections.IList.IndexOf()
10284 void System.Collections.IList.Insert(int index, object item) { } in System.Collections.IList.Insert()
10285 void System.Collections.IList.Remove(object item) { } in System.Collections.IList.Remove()
10288 public partial class ListViewItemConverter : System.ComponentModel.ExpandableObjectConverter
10291 …public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Typ… in CanConvertTo()
10292 … object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.Cultu… in ConvertTo()
10294 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
10295 public partial class ListViewItemMouseHoverEventArgs : System.EventArgs
10297 public ListViewItemMouseHoverEventArgs(System.Windows.Forms.ListViewItem item) { } in ListViewItemMouseHoverEventArgs()
10298 public System.Windows.Forms.ListViewItem Item { get { throw null; } }
10300 …public delegate void ListViewItemMouseHoverEventHandler(object sender, System.Windows.Forms.ListVi… in ListViewItemMouseHoverEventHandler()
10301 public partial class ListViewItemSelectionChangedEventArgs : System.EventArgs
10303 …public ListViewItemSelectionChangedEventArgs(System.Windows.Forms.ListViewItem item, int itemIndex… in ListViewItemSelectionChangedEventArgs()
10305 public System.Windows.Forms.ListViewItem Item { get { throw null; } }
10308 …public delegate void ListViewItemSelectionChangedEventHandler(object sender, System.Windows.Forms.… in ListViewItemSelectionChangedEventHandler()
10309 [System.FlagsAttribute]
10322 public partial class ListViewVirtualItemsSelectionRangeChangedEventArgs : System.EventArgs
10329 …oid ListViewVirtualItemsSelectionRangeChangedEventHandler(object sender, System.Windows.Forms.List… in ListViewVirtualItemsSelectionRangeChangedEventHandler()
10330 [System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms.MainMenu")]
10331 public partial class MainMenu : System.Windows.Forms.Menu
10333 public MainMenu() : base (default(System.Windows.Forms.MenuItem[])) { } in MainMenu()
10334 …public MainMenu(System.ComponentModel.IContainer container) : base (default(System.Windows.Forms.M… in MainMenu()
10335 …public MainMenu(System.Windows.Forms.MenuItem[] items) : base (default(System.Windows.Forms.MenuIt… in MainMenu()
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 { } }
10340 public virtual System.Windows.Forms.MainMenu CloneMenu() { throw null; } in CloneMenu()
10341 protected override System.IntPtr CreateMenuHandle() { throw null; } in CreateMenuHandle()
10343 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Dema…
10344 public System.Windows.Forms.Form GetForm() { throw null; } in GetForm()
10345 protected internal virtual void OnCollapse(System.EventArgs e) { } in OnCollapse()
10348 [System.ComponentModel.DefaultBindingPropertyAttribute("Text")]
10349 [System.ComponentModel.DefaultEventAttribute("MaskInputRejected")]
10350 [System.ComponentModel.DefaultPropertyAttribute("Mask")]
10351 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.MaskedTextBoxDesigner, Syste…
10352 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
10353 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
10354 public partial class MaskedTextBox : System.Windows.Forms.TextBoxBase
10357 public MaskedTextBox(System.ComponentModel.MaskedTextProvider maskedTextProvider) { } in MaskedTextBox()
10359 [System.ComponentModel.BrowsableAttribute(false)]
10360 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
10361 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10363 [System.ComponentModel.DefaultValueAttribute(true)]
10365 [System.ComponentModel.DefaultValueAttribute(false)]
10366 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
10368 [System.ComponentModel.DefaultValueAttribute(false)]
10370 [System.ComponentModel.BrowsableAttribute(false)]
10371 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
10372 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10374System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAt…
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.DesignerSer…
10382 public System.IFormatProvider FormatProvider { get { throw null; } set { } }
10383 [System.ComponentModel.DefaultValueAttribute(false)]
10384 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
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)]
10390 [System.ComponentModel.BrowsableAttribute(false)]
10391 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
10392 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10394 [System.ComponentModel.DefaultValueAttribute("")]
10395System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.MaskPropertyEditor, System.Desi…
10396 [System.ComponentModel.LocalizableAttribute(true)]
10397 [System.ComponentModel.MergablePropertyAttribute(false)]
10398 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
10400 [System.ComponentModel.BrowsableAttribute(false)]
10402 [System.ComponentModel.BrowsableAttribute(false)]
10403 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
10404 public System.ComponentModel.MaskedTextProvider MaskedTextProvider { get { throw null; } }
10405 [System.ComponentModel.BrowsableAttribute(false)]
10407 [System.ComponentModel.BrowsableAttribute(false)]
10408 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
10409 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10411 [System.ComponentModel.BrowsableAttribute(false)]
10412 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
10413 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10415 [System.ComponentModel.DefaultValueAttribute('\0')]
10416 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
10418 [System.ComponentModel.DefaultValueAttribute('_')]
10419 [System.ComponentModel.LocalizableAttribute(true)]
10420 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
10423 [System.ComponentModel.DefaultValueAttribute(false)]
10425 [System.ComponentModel.DefaultValueAttribute(true)]
10427 [System.ComponentModel.DefaultValueAttribute(true)]
10430 [System.ComponentModel.DefaultValueAttribute(true)]
10432 [System.ComponentModel.BindableAttribute(true)]
10433 [System.ComponentModel.DefaultValueAttribute("")]
10434System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.MaskedTextBoxTextEditor, System…
10435 [System.ComponentModel.LocalizableAttribute(true)]
10436 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
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)]
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))]
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.DesignerSer…
10454 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10456 [System.ComponentModel.BrowsableAttribute(false)]
10457 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
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 { } rem…
10469 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10471 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
10472 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Inhe…
10474 public override char GetCharFromPosition(System.Drawing.Point pt) { throw null; } in GetCharFromPosition()
10475 public override int GetCharIndexFromPosition(System.Drawing.Point pt) { throw null; } in GetCharIndexFromPosition()
10476 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10478 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10480 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10482 public override System.Drawing.Point GetPositionFromCharIndex(int index) { throw null; } in GetPositionFromCharIndex()
10483 protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; } in IsInputKey()
10484 protected override void OnBackColorChanged(System.EventArgs e) { } in OnBackColorChanged()
10485 protected override void OnHandleCreated(System.EventArgs e) { } in OnHandleCreated()
10486 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
10487 protected virtual void OnIsOverwriteModeChanged(System.EventArgs e) { } in OnIsOverwriteModeChanged()
10488 protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { } in OnKeyDown()
10489 protected override void OnKeyPress(System.Windows.Forms.KeyPressEventArgs e) { } in OnKeyPress()
10490 protected override void OnKeyUp(System.Windows.Forms.KeyEventArgs e) { } in OnKeyUp()
10491 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
10492 protected virtual void OnMaskChanged(System.EventArgs e) { } in OnMaskChanged()
10493 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10494 protected override void OnMultilineChanged(System.EventArgs e) { } in OnMultilineChanged()
10495 protected virtual void OnTextAlignChanged(System.EventArgs e) { } in OnTextAlignChanged()
10496 protected override void OnTextChanged(System.EventArgs e) { } in OnTextChanged()
10497 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
10498 protected override void OnValidating(System.ComponentModel.CancelEventArgs e) { } in OnValidating()
10499 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
10500 …protected override bool ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.K… in ProcessCmdKey()
10501 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
10502 …protected internal override bool ProcessKeyMessage(ref System.Windows.Forms.Message m) { throw nul… in ProcessKeyMessage()
10503 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10506 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10509 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
10510 protected override void WndProc(ref System.Windows.Forms.Message m) { } in WndProc()
10519 public partial class MaskInputRejectedEventArgs : System.EventArgs
10521 …public MaskInputRejectedEventArgs(int position, System.ComponentModel.MaskedTextResultHint rejecti… in MaskInputRejectedEventArgs()
10523 public System.ComponentModel.MaskedTextResultHint RejectionHint { get { throw null; } }
10525 …public delegate void MaskInputRejectedEventHandler(object sender, System.Windows.Forms.MaskInputRe… in MaskInputRejectedEventHandler()
10526 [System.ComponentModel.DesignTimeVisibleAttribute(false)]
10527 [System.ComponentModel.ToolboxItemAttribute(false)]
10528 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
10529 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
10530 public sealed partial class MdiClient : System.Windows.Forms.Control
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 {…
10538System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAt…
10539 public System.Windows.Forms.Form[] MdiChildren { get { throw null; } }
10540 …protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw… in CreateControlsInstance()
10541 public void LayoutMdi(System.Windows.Forms.MdiLayout value) { } in LayoutMdi()
10542 protected override void OnResize(System.EventArgs e) { } in OnResize()
10543 …protected override void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpeci… in ScaleControl()
10544 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
10546 …protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.Bo… in SetBoundsCore()
10547 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
10548 protected override void WndProc(ref System.Windows.Forms.Message m) { } in WndProc()
10549 [System.Runtime.InteropServices.ComVisibleAttribute(false)]
10550 public partial class ControlCollection : System.Windows.Forms.Control.ControlCollection
10552 …public ControlCollection(System.Windows.Forms.MdiClient owner) : base (default(System.Windows.Form… in ControlCollection()
10553 public override void Add(System.Windows.Forms.Control value) { } in Add()
10554 public override void Remove(System.Windows.Forms.Control value) { } in Remove()
10564 public partial class MeasureItemEventArgs : System.EventArgs
10566 public MeasureItemEventArgs(System.Drawing.Graphics graphics, int index) { } in MeasureItemEventArgs()
10567 public MeasureItemEventArgs(System.Drawing.Graphics graphics, int index, int itemHeight) { } in MeasureItemEventArgs()
10568 public System.Drawing.Graphics Graphics { get { throw null; } }
10573 …public delegate void MeasureItemEventHandler(object sender, System.Windows.Forms.MeasureItemEventA… in MeasureItemEventHandler()
10574 [System.ComponentModel.ListBindableAttribute(false)]
10575 [System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms")]
10576 public abstract partial class Menu : System.ComponentModel.Component
10580 protected Menu(System.Windows.Forms.MenuItem[] items) { } in Menu()
10581 [System.ComponentModel.BrowsableAttribute(false)]
10582 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
10587 …sParent { [System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.Sec…
10588 [System.ComponentModel.BrowsableAttribute(false)]
10589 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
10590 public System.Windows.Forms.MenuItem MdiListItem { get { throw null; } }
10591 [System.ComponentModel.BrowsableAttribute(false)]
10592 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
10598 [System.ComponentModel.BindableAttribute(true)]
10599 [System.ComponentModel.DefaultValueAttribute(null)]
10600 [System.ComponentModel.LocalizableAttribute(false)]
10601 … [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
10603 protected internal void CloneMenu(System.Windows.Forms.Menu menuSrc) { } in CloneMenu()
10604 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
10605 protected virtual System.IntPtr CreateMenuHandle() { throw null; } in CreateMenuHandle()
10607 … public System.Windows.Forms.MenuItem FindMenuItem(int type, System.IntPtr value) { throw null; } in FindMenuItem()
10609 public System.Windows.Forms.ContextMenu GetContextMenu() { throw null; } in GetContextMenu()
10610 public System.Windows.Forms.MainMenu GetMainMenu() { throw null; } in GetMainMenu()
10611 public virtual void MergeMenu(System.Windows.Forms.Menu menuSrc) { } in MergeMenu()
10612 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
10613 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
10614 …protected internal virtual bool ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows… in ProcessCmdKey()
10616 [System.ComponentModel.ListBindableAttribute(false)]
10617 …ublic partial class MenuItemCollection : System.Collections.ICollection, System.Collections.IEnume…
10619 public MenuItemCollection(System.Windows.Forms.Menu owner) { } in MenuItemCollection()
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 { } }
10628 public virtual int Add(int index, System.Windows.Forms.MenuItem item) { throw null; } in Add()
10629 public virtual System.Windows.Forms.MenuItem Add(string caption) { throw null; } in Add()
10630 …public virtual System.Windows.Forms.MenuItem Add(string caption, System.EventHandler onClick) { th… in Add()
10631 …public virtual System.Windows.Forms.MenuItem Add(string caption, System.Windows.Forms.MenuItem[] i… in Add()
10632 public virtual int Add(System.Windows.Forms.MenuItem item) { throw null; } in Add()
10633 public virtual void AddRange(System.Windows.Forms.MenuItem[] items) { } in AddRange()
10635 public bool Contains(System.Windows.Forms.MenuItem value) { throw null; } in Contains()
10637 public void CopyTo(System.Array dest, int index) { } in CopyTo()
10638 … public System.Windows.Forms.MenuItem[] Find(string key, bool searchAllChildren) { throw null; } in Find()
10639 public System.Collections.IEnumerator GetEnumerator() { throw null; } in GetEnumerator()
10640 public int IndexOf(System.Windows.Forms.MenuItem value) { throw null; } in IndexOf()
10642 public virtual void Remove(System.Windows.Forms.MenuItem item) { } in Remove()
10645 int System.Collections.IList.Add(object value) { throw null; } in System.Collections.IList.Add()
10646 bool System.Collections.IList.Contains(object value) { throw null; } in System.Collections.IList.Contains()
10647 int System.Collections.IList.IndexOf(object value) { throw null; } in System.Collections.IList.IndexOf()
10648 void System.Collections.IList.Insert(int index, object value) { } in System.Collections.IList.Insert()
10649 void System.Collections.IList.Remove(object value) { } in System.Collections.IList.Remove()
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
10666 public MenuItem() : base (default(System.Windows.Forms.MenuItem[])) { } in MenuItem()
10667 public MenuItem(string text) : base (default(System.Windows.Forms.MenuItem[])) { } in MenuItem()
10668 …public MenuItem(string text, System.EventHandler onClick) : base (default(System.Windows.Forms.Men… in MenuItem()
10669 …public MenuItem(string text, System.EventHandler onClick, System.Windows.Forms.Shortcut shortcut) … in MenuItem()
10670 …public MenuItem(string text, System.Windows.Forms.MenuItem[] items) : base (default(System.Windows… in MenuItem()
10671System.Windows.Forms.MenuMerge mergeType, int mergeOrder, System.Windows.Forms.Shortcut shortcut, … in MenuItem()
10672 [System.ComponentModel.BrowsableAttribute(false)]
10673 [System.ComponentModel.DefaultValueAttribute(false)]
10675 [System.ComponentModel.BrowsableAttribute(false)]
10676 [System.ComponentModel.DefaultValueAttribute(false)]
10678 [System.ComponentModel.DefaultValueAttribute(false)]
10680 [System.ComponentModel.DefaultValueAttribute(false)]
10682 [System.ComponentModel.DefaultValueAttribute(true)]
10683 [System.ComponentModel.LocalizableAttribute(true)]
10685 [System.ComponentModel.BrowsableAttribute(false)]
10687 [System.ComponentModel.BrowsableAttribute(false)]
10689 [System.ComponentModel.DefaultValueAttribute(false)]
10692 [System.ComponentModel.DefaultValueAttribute(0)]
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)]
10698 [System.ComponentModel.DefaultValueAttribute(false)]
10700 [System.ComponentModel.BrowsableAttribute(false)]
10701 public System.Windows.Forms.Menu Parent { get { throw null; } }
10702 [System.ComponentModel.DefaultValueAttribute(false)]
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)]
10710 [System.ComponentModel.LocalizableAttribute(true)]
10712 [System.ComponentModel.DefaultValueAttribute(true)]
10713 [System.ComponentModel.LocalizableAttribute(true)]
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 { } }
10720 public virtual System.Windows.Forms.MenuItem CloneMenu() { throw null; } in CloneMenu()
10721 protected void CloneMenu(System.Windows.Forms.MenuItem itemSrc) { } in CloneMenu()
10723 public virtual System.Windows.Forms.MenuItem MergeMenu() { throw null; } in MergeMenu()
10724 public void MergeMenu(System.Windows.Forms.MenuItem itemSrc) { } in MergeMenu()
10725 protected virtual void OnClick(System.EventArgs e) { } in OnClick()
10726 protected virtual void OnDrawItem(System.Windows.Forms.DrawItemEventArgs e) { } in OnDrawItem()
10727 protected virtual void OnInitMenuPopup(System.EventArgs e) { } in OnInitMenuPopup()
10728 protected virtual void OnMeasureItem(System.Windows.Forms.MeasureItemEventArgs e) { } in OnMeasureItem()
10729 protected virtual void OnPopup(System.EventArgs e) { } in OnPopup()
10730 protected virtual void OnSelect(System.EventArgs e) { } in OnSelect()
10742 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
10743 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
10744 public partial class MenuStrip : System.Windows.Forms.ToolStrip
10747 [System.ComponentModel.BrowsableAttribute(false)]
10748 [System.ComponentModel.DefaultValueAttribute(false)]
10750 protected override System.Windows.Forms.Padding DefaultGripMargin { get { throw null; } }
10751 protected override System.Windows.Forms.Padding DefaultPadding { 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)]
10762 [System.ComponentModel.DefaultValueAttribute(true)]
10764 public event System.EventHandler MenuActivate { add { } remove { } }
10765 public event System.EventHandler MenuDeactivate { add { } remove { } }
10766 …protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw nul… in CreateAccessibilityInstance()
10767 …otected internal override System.Windows.Forms.ToolStripItem CreateDefaultItem(string text, System in CreateDefaultItem()
10768 protected virtual void OnMenuActivate(System.EventArgs e) { } in OnMenuActivate()
10769 protected virtual void OnMenuDeactivate(System.EventArgs e) { } in OnMenuDeactivate()
10770 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
10771 …protected override bool ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.Forms.Key… in ProcessCmdKey()
10772 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
10773 protected override void WndProc(ref System.Windows.Forms.Message m) { } in WndProc()
10783 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
10784 …[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Se…
10787 public System.IntPtr HWnd { get { throw null; } set { } }
10788 public System.IntPtr LParam { get { throw null; } set { } }
10790 public System.IntPtr Result { get { throw null; } set { } }
10791 public System.IntPtr WParam { get { throw null; } set { } }
10792 …public static System.Windows.Forms.Message Create(System.IntPtr hWnd, int msg, System.IntPtr wpara… in Create()
10795 public object GetLParam(System.Type cls) { throw null; } in GetLParam()
10796 …public static bool operator ==(System.Windows.Forms.Message a, System.Windows.Forms.Message b) { t… in operator ==()
10797 …public static bool operator !=(System.Windows.Forms.Message a, System.Windows.Forms.Message b) { t… in operator !=()
10803 public static System.Windows.Forms.DialogResult Show(string text) { throw null; } in Show()
10804 … public static System.Windows.Forms.DialogResult Show(string text, string caption) { throw null; } in Show()
10805 …public static System.Windows.Forms.DialogResult Show(string text, string caption, System.Windows.F… in Show()
10806 …public static System.Windows.Forms.DialogResult Show(string text, string caption, System.Windows.F… in Show()
10807System.Windows.Forms.DialogResult Show(string text, string caption, System.Windows.Forms.MessageBo… in Show()
10808System.Windows.Forms.DialogResult Show(string text, string caption, System.Windows.Forms.MessageBo… in Show()
10809System.Windows.Forms.DialogResult Show(string text, string caption, System.Windows.Forms.MessageBo… in Show()
10810System.Windows.Forms.DialogResult Show(string text, string caption, System.Windows.Forms.MessageBo… in Show()
10811System.Windows.Forms.DialogResult Show(string text, string caption, System.Windows.Forms.MessageBo… in Show()
10812System.Windows.Forms.DialogResult Show(string text, string caption, System.Windows.Forms.MessageBo… in Show()
10813System.Windows.Forms.DialogResult Show(string text, string caption, System.Windows.Forms.MessageBo… in Show()
10814 …public static System.Windows.Forms.DialogResult Show(System.Windows.Forms.IWin32Window owner, stri… in Show()
10815 …public static System.Windows.Forms.DialogResult Show(System.Windows.Forms.IWin32Window owner, stri… in Show()
10816 …public static System.Windows.Forms.DialogResult Show(System.Windows.Forms.IWin32Window owner, stri… in Show()
10817System.Windows.Forms.DialogResult Show(System.Windows.Forms.IWin32Window owner, string text, strin… in Show()
10818System.Windows.Forms.DialogResult Show(System.Windows.Forms.IWin32Window owner, string text, strin… in Show()
10819System.Windows.Forms.DialogResult Show(System.Windows.Forms.IWin32Window owner, string text, strin… in Show()
10820System.Windows.Forms.DialogResult Show(System.Windows.Forms.IWin32Window owner, string text, strin… in Show()
10821System.Windows.Forms.DialogResult Show(System.Windows.Forms.IWin32Window owner, string text, strin… in Show()
10822System.Windows.Forms.DialogResult Show(System.Windows.Forms.IWin32Window owner, string text, strin… in Show()
10823System.Windows.Forms.DialogResult Show(System.Windows.Forms.IWin32Window owner, string text, strin… in Show()
10852 [System.FlagsAttribute]
10861 [System.ComponentModel.DefaultBindingPropertyAttribute("SelectionRange")]
10862 [System.ComponentModel.DefaultEventAttribute("DateChanged")]
10863 [System.ComponentModel.DefaultPropertyAttribute("SelectionRange")]
10864 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.MonthCalendarDesigner, Syste…
10865 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
10866 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
10867 public partial class MonthCalendar : System.Windows.Forms.Control
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 { } }
10883System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAt…
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))]
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)]
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.DesignerSer…
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)]
10909 [System.ComponentModel.DefaultValueAttribute(0)]
10911 [System.ComponentModel.BrowsableAttribute(false)]
10912 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
10918 public System.DateTime SelectionStart { get { throw null; } set { } }
10919 [System.ComponentModel.DefaultValueAttribute(true)]
10921 [System.ComponentModel.DefaultValueAttribute(true)]
10923 [System.ComponentModel.DefaultValueAttribute(false)]
10924 [System.ComponentModel.LocalizableAttribute(true)]
10926 [System.ComponentModel.BrowsableAttribute(false)]
10927 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
10928 public System.Drawing.Size SingleMonthSize { get { throw null; } }
10929 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
10935 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
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.DesignerSer…
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 { } }
10977 public void AddAnnuallyBoldedDate(System.DateTime date) { } in AddAnnuallyBoldedDate()
10978 public void AddBoldedDate(System.DateTime date) { } in AddBoldedDate()
10979 public void AddMonthlyBoldedDate(System.DateTime date) { } in AddMonthlyBoldedDate()
10981 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
10982 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
10983 protected override void DefWndProc(ref System.Windows.Forms.Message m) { } in DefWndProc()
10985 public System.Windows.Forms.SelectionRange GetDisplayRange(bool visible) { throw null; } in GetDisplayRange()
10986 …public System.Windows.Forms.MonthCalendar.HitTestInfo HitTest(System.Drawing.Point point) { throw … in HitTest()
10987 public System.Windows.Forms.MonthCalendar.HitTestInfo HitTest(int x, int y) { throw null; } in HitTest()
10988 protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; } in IsInputKey()
10989 protected override void OnBackColorChanged(System.EventArgs e) { } in OnBackColorChanged()
10990 protected virtual void OnDateChanged(System.Windows.Forms.DateRangeEventArgs drevent) { } in OnDateChanged()
10991 protected virtual void OnDateSelected(System.Windows.Forms.DateRangeEventArgs drevent) { } in OnDateSelected()
10992 protected override void OnFontChanged(System.EventArgs e) { } in OnFontChanged()
10993 protected override void OnForeColorChanged(System.EventArgs e) { } in OnForeColorChanged()
10994 protected override void OnHandleCreated(System.EventArgs e) { } in OnHandleCreated()
10995 protected override void OnHandleDestroyed(System.EventArgs e) { } in OnHandleDestroyed()
10996 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
10997 protected virtual void OnRightToLeftLayoutChanged(System.EventArgs e) { } in OnRightToLeftLayoutChanged()
11001 public void RemoveAnnuallyBoldedDate(System.DateTime date) { } in RemoveAnnuallyBoldedDate()
11002 public void RemoveBoldedDate(System.DateTime date) { } in RemoveBoldedDate()
11003 public void RemoveMonthlyBoldedDate(System.DateTime date) { } in RemoveMonthlyBoldedDate()
11005 …protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.Bo… in SetBoundsCore()
11007 public void SetDate(System.DateTime date) { } in SetDate()
11008 public void SetSelectionRange(System.DateTime date1, System.DateTime date2) { } in SetSelectionRange()
11011 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
11012 protected override void WndProc(ref System.Windows.Forms.Message m) { } in WndProc()
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; } }
11037 [System.FlagsAttribute]
11038 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
11048 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
11049 public partial class MouseEventArgs : System.EventArgs
11051 …public MouseEventArgs(System.Windows.Forms.MouseButtons button, int clicks, int x, int y, int delt… in MouseEventArgs()
11052 public System.Windows.Forms.MouseButtons Button { get { throw null; } }
11055 public System.Drawing.Point Location { get { throw null; } }
11059 public delegate void MouseEventHandler(object sender, System.Windows.Forms.MouseEventArgs e); in MouseEventHandler()
11060 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
11061 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
11062 public partial class NativeWindow : System.MarshalByRefObject, System.Windows.Forms.IWin32Window
11065 public System.IntPtr Handle { get { throw null; } }
11066 public void AssignHandle(System.IntPtr handle) { } in AssignHandle()
11067 public virtual void CreateHandle(System.Windows.Forms.CreateParams cp) { } in CreateHandle()
11068 public void DefWndProc(ref System.Windows.Forms.Message m) { } in DefWndProc()
11071 … public static System.Windows.Forms.NativeWindow FromHandle(System.IntPtr handle) { throw null; } in FromHandle()
11073 protected virtual void OnThreadException(System.Exception e) { } in OnThreadException()
11075 protected virtual void WndProc(ref System.Windows.Forms.Message m) { } in WndProc()
11077 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
11078 public partial class NavigateEventArgs : System.EventArgs
11083 …public delegate void NavigateEventHandler(object sender, System.Windows.Forms.NavigateEventArgs ne… in NavigateEventHandler()
11084 public partial class NodeLabelEditEventArgs : System.EventArgs
11086 public NodeLabelEditEventArgs(System.Windows.Forms.TreeNode node) { } in NodeLabelEditEventArgs()
11087 public NodeLabelEditEventArgs(System.Windows.Forms.TreeNode node, string label) { } in NodeLabelEditEventArgs()
11090 public System.Windows.Forms.TreeNode Node { get { throw null; } }
11092 …public delegate void NodeLabelEditEventHandler(object sender, System.Windows.Forms.NodeLabelEditEv… in NodeLabelEditEventHandler()
11093 [System.ComponentModel.DefaultEventAttribute("MouseDoubleClick")]
11094 [System.ComponentModel.DefaultPropertyAttribute("Text")]
11095 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.NotifyIconDesigner, System.D…
11096 [System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms")]
11097 public sealed partial class NotifyIcon : System.ComponentModel.Component
11100 public NotifyIcon(System.ComponentModel.IContainer container) { } in NotifyIcon()
11101 [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ToolTipIcon)(0))]
11102 public System.Windows.Forms.ToolTipIcon BalloonTipIcon { get { throw null; } set { } }
11103 [System.ComponentModel.DefaultValueAttribute("")]
11104System.ComponentModel.EditorAttribute("System.ComponentModel.Design.MultilineStringEditor, System.…
11105 [System.ComponentModel.LocalizableAttribute(true)]
11107 [System.ComponentModel.DefaultValueAttribute("")]
11108 [System.ComponentModel.LocalizableAttribute(true)]
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))]
11123 [System.ComponentModel.DefaultValueAttribute("")]
11124System.ComponentModel.EditorAttribute("System.ComponentModel.Design.MultilineStringEditor, System.…
11125 [System.ComponentModel.LocalizableAttribute(true)]
11127 [System.ComponentModel.DefaultValueAttribute(false)]
11128 [System.ComponentModel.LocalizableAttribute(true)]
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 { } }
11142 …public void ShowBalloonTip(int timeout, string tipTitle, string tipText, System.Windows.Forms.Tool… in ShowBalloonTip()
11144 [System.ComponentModel.DefaultBindingPropertyAttribute("Value")]
11145 [System.ComponentModel.DefaultEventAttribute("ValueChanged")]
11146 [System.ComponentModel.DefaultPropertyAttribute("Value")]
11147 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
11148 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
11149 …public partial class NumericUpDown : System.Windows.Forms.UpDownBase, System.ComponentModel.ISuppo…
11152 [System.ComponentModel.BrowsableAttribute(false)]
11153 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
11154 …public System.Windows.Forms.NumericUpDownAccelerationCollection Accelerations { get { throw null; …
11155 [System.ComponentModel.DefaultValueAttribute(0)]
11157 [System.ComponentModel.DefaultValueAttribute(false)]
11160 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
11162 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
11164 [System.ComponentModel.BrowsableAttribute(false)]
11165 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
11171 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11173 [System.ComponentModel.DefaultValueAttribute(false)]
11174 [System.ComponentModel.LocalizableAttribute(true)]
11176 [System.ComponentModel.BindableAttribute(true)]
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 { } }
11186 …protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw nul… in CreateAccessibilityInstance()
11189 protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { } in OnKeyDown()
11190 protected override void OnKeyUp(System.Windows.Forms.KeyEventArgs e) { } in OnKeyUp()
11191 protected override void OnLostFocus(System.EventArgs e) { } in OnLostFocus()
11192 …protected override void OnTextBoxKeyPress(object source, System.Windows.Forms.KeyPressEventArgs e)… in OnTextBoxKeyPress()
11193 protected virtual void OnValueChanged(System.EventArgs e) { } in OnValueChanged()
11206 [System.ComponentModel.ListBindableAttribute(false)]
11207System.MarshalByRefObject, System.Collections.Generic.ICollection<System.Windows.Forms.NumericUpDo…
11212 … public System.Windows.Forms.NumericUpDownAcceleration this[int index] { get { throw null; } }
11213 public void Add(System.Windows.Forms.NumericUpDownAcceleration acceleration) { } in Add()
11214 … public void AddRange(params System.Windows.Forms.NumericUpDownAcceleration[] accelerations) { } in AddRange()
11216 … public bool Contains(System.Windows.Forms.NumericUpDownAcceleration acceleration) { throw null; } in Contains()
11217 public void CopyTo(System.Windows.Forms.NumericUpDownAcceleration[] array, int index) { } in CopyTo()
11218 … public bool Remove(System.Windows.Forms.NumericUpDownAcceleration acceleration) { throw null; } in Remove()
11219System.Collections.Generic.IEnumerator<System.Windows.Forms.NumericUpDownAcceleration> System.Coll… in GetEnumerator()
11220System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } in System.Collections.IEnumerable.GetEnumerator()
11222 public partial class OpacityConverter : System.ComponentModel.TypeConverter
11225 …public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.T… in CanConvertFrom()
11226 …public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Gl… in ConvertFrom()
11227 … object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.Cultu… in ConvertTo()
11229 public sealed partial class OpenFileDialog : System.Windows.Forms.FileDialog
11232 [System.ComponentModel.DefaultValueAttribute(true)]
11234 [System.ComponentModel.DefaultValueAttribute(false)]
11236 [System.ComponentModel.DefaultValueAttribute(false)]
11238 [System.ComponentModel.BrowsableAttribute(false)]
11239 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
11241 [System.ComponentModel.BrowsableAttribute(false)]
11242 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
11244 [System.ComponentModel.DefaultValueAttribute(false)]
11246 public System.IO.Stream OpenFile() { throw null; } in OpenFile()
11254 public partial class OSFeature : System.Windows.Forms.FeatureSupport
11259 public static System.Windows.Forms.OSFeature Feature { get { throw null; } }
11260 public override System.Version GetVersionPresent(object feature) { throw null; } in GetVersionPresent()
11261 public static bool IsPresent(System.Windows.Forms.SystemParameter enumVal) { throw null; } in IsPresent()
11263 [System.SerializableAttribute]
11264 …public partial class OwnerDrawPropertyBag : System.MarshalByRefObject, System.Runtime.Serializatio…
11266 …protected OwnerDrawPropertyBag(System.Runtime.Serialization.SerializationInfo info, System.Runtime… in OwnerDrawPropertyBag()
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 { } }
11270 …public static System.Windows.Forms.OwnerDrawPropertyBag Copy(System.Windows.Forms.OwnerDrawPropert… in Copy()
11272 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
11273 …void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.Seriali… in System.Runtime.Serialization.ISerializable.GetObjectData()
11275 [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.PaddingConverter))]
11276 [System.SerializableAttribute]
11277 …[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Se…
11280 public static readonly System.Windows.Forms.Padding Empty;
11283 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
11285 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
11287 [System.ComponentModel.BrowsableAttribute(false)]
11289 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
11291 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
11293 [System.ComponentModel.BrowsableAttribute(false)]
11294 public System.Drawing.Size Size { get { throw null; } }
11295 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
11297 [System.ComponentModel.BrowsableAttribute(false)]
11299 …public static System.Windows.Forms.Padding Add(System.Windows.Forms.Padding p1, System.Windows.For… in Add()
11302 …public static System.Windows.Forms.Padding operator +(System.Windows.Forms.Padding p1, System.Wind… in operator +()
11303 …public static bool operator ==(System.Windows.Forms.Padding p1, System.Windows.Forms.Padding p2) {… in operator ==()
11304 …public static bool operator !=(System.Windows.Forms.Padding p1, System.Windows.Forms.Padding p2) {… in operator !=()
11305 …public static System.Windows.Forms.Padding operator -(System.Windows.Forms.Padding p1, System.Wind… in operator -()
11306 …public static System.Windows.Forms.Padding Subtract(System.Windows.Forms.Padding p1, System.Window… in Subtract()
11309 public partial class PaddingConverter : System.ComponentModel.TypeConverter
11312 …public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.T… in CanConvertFrom()
11313 …public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Typ… in CanConvertTo()
11314 …public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Gl… in ConvertFrom()
11315 … object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.Cultu… in ConvertTo()
11316 …public override object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System in CreateInstance()
11317 …public override bool GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext conte… in GetCreateInstanceSupported()
11318 …erride System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITyp… in GetProperties()
11319 …public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) … in GetPropertiesSupported()
11321 [System.ComponentModel.DefaultPropertyAttribute("Document")]
11322 public sealed partial class PageSetupDialog : System.Windows.Forms.CommonDialog
11325 [System.ComponentModel.DefaultValueAttribute(true)]
11327 [System.ComponentModel.DefaultValueAttribute(true)]
11329 [System.ComponentModel.DefaultValueAttribute(true)]
11331 [System.ComponentModel.DefaultValueAttribute(true)]
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))]
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.DesignerSer…
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.DesignerSer…
11347 … public System.Drawing.Printing.PrinterSettings PrinterSettings { get { throw null; } set { } }
11348 [System.ComponentModel.DefaultValueAttribute(false)]
11350 [System.ComponentModel.DefaultValueAttribute(true)]
11353 protected override bool RunDialog(System.IntPtr hwndOwner) { throw null; } in RunDialog()
11355 public partial class PaintEventArgs : System.EventArgs, System.IDisposable
11357 … public PaintEventArgs(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipRect) { } in PaintEventArgs()
11358 public System.Drawing.Rectangle ClipRectangle { get { throw null; } }
11359 public System.Drawing.Graphics Graphics { get { throw null; } }
11364 public delegate void PaintEventHandler(object sender, System.Windows.Forms.PaintEventArgs e); in PaintEventHandler()
11365 [System.ComponentModel.DefaultEventAttribute("Paint")]
11366 [System.ComponentModel.DefaultPropertyAttribute("BorderStyle")]
11367 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.PanelDesigner, System.Design…
11368 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
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
11374 [System.ComponentModel.BrowsableAttribute(true)]
11375 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
11376 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
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 { } }
11385System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAt…
11386 protected override System.Drawing.Size DefaultSize { get { throw null; } }
11387 [System.ComponentModel.DefaultValueAttribute(false)]
11389 [System.ComponentModel.BindableAttribute(false)]
11390 [System.ComponentModel.BrowsableAttribute(false)]
11391 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
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 { } }
11408 protected override void OnResize(System.EventArgs eventargs) { } in OnResize()
11411 [System.ComponentModel.DefaultBindingPropertyAttribute("Image")]
11412 [System.ComponentModel.DefaultPropertyAttribute("Image")]
11413 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.PictureBoxDesigner, System.D…
11414 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
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.ISupportInit…
11420 [System.ComponentModel.BrowsableAttribute(false)]
11421 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
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))]
11429System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAt…
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))]
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))]
11464 [System.ComponentModel.BrowsableAttribute(false)]
11465 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11467 [System.ComponentModel.BindableAttribute(false)]
11468 [System.ComponentModel.BrowsableAttribute(false)]
11469 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11471 [System.ComponentModel.DefaultValueAttribute(false)]
11472 [System.ComponentModel.LocalizableAttribute(true)]
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 { } remov…
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 { } }
11522 protected override void OnEnabledChanged(System.EventArgs e) { } in OnEnabledChanged()
11523 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
11524 protected override void OnHandleCreated(System.EventArgs e) { } in OnHandleCreated()
11525 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
11526 protected override void OnHandleDestroyed(System.EventArgs e) { } in OnHandleDestroyed()
11527 protected virtual void OnLoadCompleted(System.ComponentModel.AsyncCompletedEventArgs e) { } in OnLoadCompleted()
11528 … protected virtual void OnLoadProgressChanged(System.ComponentModel.ProgressChangedEventArgs e) { } in OnLoadProgressChanged()
11529 protected override void OnPaint(System.Windows.Forms.PaintEventArgs pe) { } in OnPaint()
11530 protected override void OnParentChanged(System.EventArgs e) { } in OnParentChanged()
11531 protected override void OnResize(System.EventArgs e) { } in OnResize()
11532 protected virtual void OnSizeModeChanged(System.EventArgs e) { } in OnSizeModeChanged()
11533 protected override void OnVisibleChanged(System.EventArgs e) { } in OnVisibleChanged()
11534 void System.ComponentModel.ISupportInitialize.BeginInit() { } in System.ComponentModel.ISupportInitialize.BeginInit()
11535 void System.ComponentModel.ISupportInitialize.EndInit() { } in System.ComponentModel.ISupportInitialize.EndInit()
11546 public partial class PopupEventArgs : System.ComponentModel.CancelEventArgs
11548 …PopupEventArgs(System.Windows.Forms.IWin32Window associatedWindow, System.Windows.Forms.Control as… in PopupEventArgs()
11549 public System.Windows.Forms.Control AssociatedControl { get { throw null; } }
11550 public System.Windows.Forms.IWin32Window AssociatedWindow { get { throw null; } }
11552 public System.Drawing.Size ToolTipSize { get { throw null; } set { } }
11554 public delegate void PopupEventHandler(object sender, System.Windows.Forms.PopupEventArgs e); in PopupEventHandler()
11569 public System.Windows.Forms.BatteryChargeStatus BatteryChargeStatus { get { throw null; } }
11573 public System.Windows.Forms.PowerLineStatus PowerLineStatus { get { throw null; } }
11581 public partial class PreviewKeyDownEventArgs : System.EventArgs
11583 public PreviewKeyDownEventArgs(System.Windows.Forms.Keys keyData) { } in PreviewKeyDownEventArgs()
11587 public System.Windows.Forms.Keys KeyCode { get { throw null; } }
11588 public System.Windows.Forms.Keys KeyData { get { throw null; } }
11590 public System.Windows.Forms.Keys Modifiers { get { throw null; } }
11593 …public delegate void PreviewKeyDownEventHandler(object sender, System.Windows.Forms.PreviewKeyDown… in PreviewKeyDownEventHandler()
11594 public partial class PrintControllerWithStatusDialog : System.Drawing.Printing.PrintController
11596 …public PrintControllerWithStatusDialog(System.Drawing.Printing.PrintController underlyingControlle… in PrintControllerWithStatusDialog()
11597 …public PrintControllerWithStatusDialog(System.Drawing.Printing.PrintController underlyingControlle… in PrintControllerWithStatusDialog()
11599 …public override void OnEndPage(System.Drawing.Printing.PrintDocument document, System.Drawing.Prin… in OnEndPage()
11600 …public override void OnEndPrint(System.Drawing.Printing.PrintDocument document, System.Drawing.Pri… in OnEndPrint()
11601 …public override System.Drawing.Graphics OnStartPage(System.Drawing.Printing.PrintDocument document… in OnStartPage()
11602 …public override void OnStartPrint(System.Drawing.Printing.PrintDocument document, System.Drawing.P… in OnStartPrint()
11604 [System.ComponentModel.DefaultPropertyAttribute("Document")]
11605 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.PrintDialogDesigner, System.…
11606 public sealed partial class PrintDialog : System.Windows.Forms.CommonDialog
11609 [System.ComponentModel.DefaultValueAttribute(false)]
11611 [System.ComponentModel.DefaultValueAttribute(true)]
11613 [System.ComponentModel.DefaultValueAttribute(false)]
11615 [System.ComponentModel.DefaultValueAttribute(false)]
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.DesignerSer…
11622 … public System.Drawing.Printing.PrinterSettings PrinterSettings { get { throw null; } set { } }
11623 [System.ComponentModel.DefaultValueAttribute(false)]
11625 [System.ComponentModel.DefaultValueAttribute(false)]
11627 [System.ComponentModel.DefaultValueAttribute(true)]
11629 [System.ComponentModel.DefaultValueAttribute(false)]
11632 protected override bool RunDialog(System.IntPtr hwndOwner) { throw null; } in RunDialog()
11634 [System.ComponentModel.DefaultPropertyAttribute("Document")]
11635 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
11636 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
11637 public partial class PrintPreviewControl : System.Windows.Forms.Control
11640 [System.ComponentModel.DefaultValueAttribute(true)]
11642 [System.ComponentModel.DefaultValueAttribute(1)]
11644System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAt…
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)]
11652 [System.ComponentModel.DefaultValueAttribute(0)]
11654 [System.ComponentModel.BindableAttribute(false)]
11655 [System.ComponentModel.BrowsableAttribute(false)]
11656 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
11657 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11659 [System.ComponentModel.DefaultValueAttribute(false)]
11661 [System.ComponentModel.DefaultValueAttribute(0.3)]
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 { } }
11668 protected override void OnPaint(System.Windows.Forms.PaintEventArgs pevent) { } in OnPaint()
11669 protected override void OnResize(System.EventArgs eventargs) { } in OnResize()
11670 protected virtual void OnStartPageChanged(System.EventArgs e) { } in OnStartPageChanged()
11671 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11673 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11675 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
11676 protected override void WndProc(ref System.Windows.Forms.Message m) { } in WndProc()
11678 [System.ComponentModel.DefaultPropertyAttribute("Document")]
11679 …[System.ComponentModel.DesignerAttribute("System.ComponentModel.Design.ComponentDesigner, System.D…
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.ClassInter…
11684 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
11685 public partial class PrintPreviewDialog : System.Windows.Forms.Form
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))]
11694 [System.ComponentModel.BrowsableAttribute(false)]
11695 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
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))]
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))]
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…
11712 public override System.Drawing.Size AutoScaleBaseSize { get { throw null; } set { } }
11713 [System.ComponentModel.BrowsableAttribute(false)]
11714 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
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.DesignerSer…
11724 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
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))]
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))]
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))]
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))]
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))]
11792 [System.ComponentModel.BrowsableAttribute(false)]
11793 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11795 [System.ComponentModel.BrowsableAttribute(false)]
11796 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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))]
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))]
11815 [System.ComponentModel.BrowsableAttribute(false)]
11816 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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))]
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))]
11833 [System.ComponentModel.BrowsableAttribute(false)]
11834 [System.ComponentModel.DefaultValueAttribute(false)]
11835 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
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))]
11850 [System.ComponentModel.BrowsableAttribute(false)]
11851 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11853 [System.ComponentModel.BrowsableAttribute(false)]
11854 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11856 [System.ComponentModel.BrowsableAttribute(false)]
11857 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
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)]
11864 [System.ComponentModel.BrowsableAttribute(false)]
11865 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
11867 [System.ComponentModel.BrowsableAttribute(false)]
11868 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
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 { } }
11949 protected override void OnClosing(System.ComponentModel.CancelEventArgs e) { } in OnClosing()
11950 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
11951 protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; } in ProcessDialogKey()
11952 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
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; } }
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; } }
12076 [System.ComponentModel.DefaultBindingPropertyAttribute("Value")]
12077 [System.ComponentModel.DefaultPropertyAttribute("Value")]
12078 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
12079 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
12080 public partial class ProgressBar : System.Windows.Forms.Control
12083 [System.ComponentModel.BrowsableAttribute(false)]
12084 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
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))]
12095System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAt…
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))]
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)]
12108 [System.ComponentModel.DefaultValueAttribute(100)]
12109 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
12111 [System.ComponentModel.DefaultValueAttribute(0)]
12112 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
12114 [System.ComponentModel.BrowsableAttribute(false)]
12115 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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)]
12121 [System.ComponentModel.DefaultValueAttribute(10)]
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))]
12130 [System.ComponentModel.BindableAttribute(false)]
12131 [System.ComponentModel.BrowsableAttribute(false)]
12132 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12134 [System.ComponentModel.BindableAttribute(true)]
12135 [System.ComponentModel.DefaultValueAttribute(0)]
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 { } }
12188 protected override void OnBackColorChanged(System.EventArgs e) { } in OnBackColorChanged()
12189 protected override void OnForeColorChanged(System.EventArgs e) { } in OnForeColorChanged()
12190 protected override void OnHandleCreated(System.EventArgs e) { } in OnHandleCreated()
12191 protected override void OnHandleDestroyed(System.EventArgs e) { } in OnHandleDestroyed()
12192 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12193 protected virtual void OnRightToLeftLayoutChanged(System.EventArgs e) { } in OnRightToLeftLayoutChanged()
12195 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12205 …public static void DrawHorizontalBar(System.Drawing.Graphics g, System.Drawing.Rectangle bounds) {… in DrawHorizontalBar()
12206 …public static void DrawHorizontalChunks(System.Drawing.Graphics g, System.Drawing.Rectangle bounds… in DrawHorizontalChunks()
12207 … public static void DrawVerticalBar(System.Drawing.Graphics g, System.Drawing.Rectangle bounds) { } in DrawVerticalBar()
12208 …public static void DrawVerticalChunks(System.Drawing.Graphics g, System.Drawing.Rectangle bounds) … in DrawVerticalChunks()
12216 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.PropertyGridDesigner, System…
12217 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
12218 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
12219 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Inh…
12220 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Lin…
12221 …public partial class PropertyGrid : System.Windows.Forms.ContainerControl, System.Windows.Forms.Co…
12224 [System.ComponentModel.BrowsableAttribute(false)]
12225 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
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.DesignerSer…
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))]
12241 [System.ComponentModel.DefaultValueAttribute(true)]
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))]
12257 [System.ComponentModel.DefaultValueAttribute(true)]
12259 [System.ComponentModel.BrowsableAttribute(false)]
12260 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
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.DesignerSer…
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 { } }
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)]
12287 [System.ComponentModel.DefaultValueAttribute(false)]
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.DesignerSer…
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.DesignerSer…
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.DesignerSer…
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.SelectedObjectCon…
12312 [System.ComponentModel.BrowsableAttribute(false)]
12313 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
12315 [System.ComponentModel.BrowsableAttribute(false)]
12316 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
12317 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12318 public System.Windows.Forms.Design.PropertyTab SelectedTab { get { throw null; } }
12320 [System.ComponentModel.BrowsableAttribute(false)]
12321 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
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.DesignerSer…
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 { thr…
12334 [System.ComponentModel.BrowsableAttribute(false)]
12335 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
12337 [System.ComponentModel.DefaultValueAttribute(true)]
12339 … protected System.Windows.Forms.ToolStripRenderer ToolStripRenderer { get { throw null; } set { } }
12340 [System.ComponentModel.DefaultValueAttribute(false)]
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 { } remo…
12386 …public event System.Windows.Forms.PropertyValueChangedEventHandler PropertyValueChanged { add { } …
12387 …public event System.Windows.Forms.SelectedGridItemChangedEventHandler SelectedGridItemChanged { ad…
12388 public event System.EventHandler SelectedObjectsChanged { add { } remove { } }
12389 …event System.ComponentModel.Design.ComponentRenameEventHandler System.Windows.Forms.ComponentModel…
12390 [System.ComponentModel.BrowsableAttribute(false)]
12391 public new event System.EventHandler TextChanged { add { } remove { } }
12393 …protected virtual System.Windows.Forms.Design.PropertyTab CreatePropertyTab(System.Type tabType) {… in CreatePropertyTab()
12396 …protected void OnComComponentNameChanged(System.ComponentModel.Design.ComponentRenameEventArgs e) … in OnComComponentNameChanged()
12397 protected override void OnEnabledChanged(System.EventArgs e) { } in OnEnabledChanged()
12398 protected override void OnFontChanged(System.EventArgs e) { } in OnFontChanged()
12399 protected override void OnGotFocus(System.EventArgs e) { } in OnGotFocus()
12400 protected override void OnHandleCreated(System.EventArgs e) { } in OnHandleCreated()
12401 protected override void OnHandleDestroyed(System.EventArgs e) { } in OnHandleDestroyed()
12402 protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs me) { } in OnMouseDown()
12403 protected override void OnMouseMove(System.Windows.Forms.MouseEventArgs me) { } in OnMouseMove()
12404 protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs me) { } in OnMouseUp()
12405 protected void OnNotifyPropertyValueUIItemsChanged(object sender, System.EventArgs e) { } in OnNotifyPropertyValueUIItemsChanged()
12406 protected override void OnPaint(System.Windows.Forms.PaintEventArgs pevent) { } in OnPaint()
12407 protected virtual void OnPropertySortChanged(System.EventArgs e) { } in OnPropertySortChanged()
12408 …protected virtual void OnPropertyTabChanged(System.Windows.Forms.PropertyTabChangedEventArgs e) { } in OnPropertyTabChanged()
12409 …protected virtual void OnPropertyValueChanged(System.Windows.Forms.PropertyValueChangedEventArgs e… in OnPropertyValueChanged()
12410 protected override void OnResize(System.EventArgs e) { } in OnResize()
12411 …protected virtual void OnSelectedGridItemChanged(System.Windows.Forms.SelectedGridItemChangedEvent… in OnSelectedGridItemChanged()
12412 protected virtual void OnSelectedObjectsChanged(System.EventArgs e) { } in OnSelectedObjectsChanged()
12413 protected override void OnSystemColorsChanged(System.EventArgs e) { } in OnSystemColorsChanged()
12414 protected override void OnVisibleChanged(System.EventArgs e) { } in OnVisibleChanged()
12415 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Inh…
12416 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
12417 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Lin…
12418 protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; } in ProcessDialogKey()
12420 public void RefreshTabs(System.ComponentModel.PropertyTabScope tabScope) { } in RefreshTabs()
12422 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12425 void System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.DropDownDone() { } in System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.DropDownDone()
12426 …bool System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.EnsurePendingChangesCommi… in System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.EnsurePendingChangesCommitted()
12427 void System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.HandleF4() { } in System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.HandleF4()
12428 …void System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.LoadState(Microsoft.Win32… in System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.LoadState()
12429 …void System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.SaveState(Microsoft.Win32… in System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.SaveState()
12430 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
12431 protected override void WndProc(ref System.Windows.Forms.Message m) { } in WndProc()
12432 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Inh…
12433 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Lin…
12434 …public partial class PropertyTabCollection : System.Collections.ICollection, System.Collections.IE…
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; } }
12441 public void AddTabType(System.Type propertyTabType) { } in AddTabType()
12442 …public void AddTabType(System.Type propertyTabType, System.ComponentModel.PropertyTabScope tabScop… in AddTabType()
12443 public void Clear(System.ComponentModel.PropertyTabScope tabScope) { } in Clear()
12444 public System.Collections.IEnumerator GetEnumerator() { throw null; } in GetEnumerator()
12445 public void RemoveTabType(System.Type propertyTabType) { } in RemoveTabType()
12446 void System.Collections.ICollection.CopyTo(System.Array dest, int index) { } in System.Collections.ICollection.CopyTo()
12449 public partial class PropertyManager : System.Windows.Forms.BindingManagerBase
12458 …protected internal override string GetListName(System.Collections.ArrayList listAccessors) { throw… in GetListName()
12459 protected internal override void OnCurrentChanged(System.EventArgs ea) { } in OnCurrentChanged()
12460 protected internal override void OnCurrentItemChanged(System.EventArgs ea) { } in OnCurrentItemChanged()
12466 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
12474 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
12475 public partial class PropertyTabChangedEventArgs : System.EventArgs
12477 …public PropertyTabChangedEventArgs(System.Windows.Forms.Design.PropertyTab oldTab, System.Windows.… in PropertyTabChangedEventArgs()
12478 public System.Windows.Forms.Design.PropertyTab NewTab { get { throw null; } }
12479 public System.Windows.Forms.Design.PropertyTab OldTab { get { throw null; } }
12481 …public delegate void PropertyTabChangedEventHandler(object s, System.Windows.Forms.PropertyTabChan… in PropertyTabChangedEventHandler()
12482 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
12483 public partial class PropertyValueChangedEventArgs : System.EventArgs
12485 …public PropertyValueChangedEventArgs(System.Windows.Forms.GridItem changedItem, object oldValue) {… in PropertyValueChangedEventArgs()
12486 public System.Windows.Forms.GridItem ChangedItem { get { throw null; } }
12489 …public delegate void PropertyValueChangedEventHandler(object s, System.Windows.Forms.PropertyValue… in PropertyValueChangedEventHandler()
12490 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
12491 public partial class QueryAccessibilityHelpEventArgs : System.EventArgs
12499 …public delegate void QueryAccessibilityHelpEventHandler(object sender, System.Windows.Forms.QueryA… in QueryAccessibilityHelpEventHandler()
12500 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
12501 public partial class QueryContinueDragEventArgs : System.EventArgs
12503 …public QueryContinueDragEventArgs(int keyState, bool escapePressed, System.Windows.Forms.DragActio… in QueryContinueDragEventArgs()
12504 public System.Windows.Forms.DragAction Action { get { throw null; } set { } }
12508 …public delegate void QueryContinueDragEventHandler(object sender, System.Windows.Forms.QueryContin… in QueryContinueDragEventHandler()
12509 public partial class QuestionEventArgs : System.EventArgs
12515 …public delegate void QuestionEventHandler(object sender, System.Windows.Forms.QuestionEventArgs e); in QuestionEventHandler()
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.…
12520 …[System.ComponentModel.ToolboxItemAttribute("System.Windows.Forms.Design.AutoSizeToolboxItem,Syste…
12521 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
12522 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
12523 public partial class RadioButton : System.Windows.Forms.ButtonBase
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)]
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)]
12538System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAt…
12539 protected override System.Drawing.Size DefaultSize { get { throw null; } }
12540 [System.ComponentModel.DefaultValueAttribute(false)]
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 { } }
12553 …protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw nul… in CreateAccessibilityInstance()
12554 protected virtual void OnCheckedChanged(System.EventArgs e) { } in OnCheckedChanged()
12555 protected override void OnClick(System.EventArgs e) { } in OnClick()
12556 protected override void OnEnter(System.EventArgs e) { } in OnEnter()
12557 protected override void OnHandleCreated(System.EventArgs e) { } in OnHandleCreated()
12558 protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs mevent) { } in OnMouseUp()
12560 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
12563 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
12564 …public partial class RadioButtonAccessibleObject : System.Windows.Forms.ButtonBase.ButtonBaseAcces…
12566 …public RadioButtonAccessibleObject(System.Windows.Forms.RadioButton owner) : base (default(System.… in RadioButtonAccessibleObject()
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.SecurityActio…
12578 …public static void DrawParentBackground(System.Drawing.Graphics g, System.Drawing.Rectangle bounds… in DrawParentBackground()
12579System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds… in DrawRadioButton()
12580System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds… in DrawRadioButton()
12581System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds… in DrawRadioButton()
12582System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds… in DrawRadioButton()
12583 …public static void DrawRadioButton(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, in DrawRadioButton()
12584 …public static System.Drawing.Size GetGlyphSize(System.Drawing.Graphics g, System.Windows.Forms.Vis… in GetGlyphSize()
12585 …public static bool IsBackgroundPartiallyTransparent(System.Windows.Forms.VisualStyles.RadioButtonS… in IsBackgroundPartiallyTransparent()
12587 …[System.AttributeUsageAttribute((System.AttributeTargets)(128), AllowMultiple=false, Inherited=tru…
12588 public sealed partial class RelatedImageListAttribute : System.Attribute
12593 public partial class RetrieveVirtualItemEventArgs : System.EventArgs
12596 public System.Windows.Forms.ListViewItem Item { get { throw null; } set { } }
12599 …public delegate void RetrieveVirtualItemEventHandler(object sender, System.Windows.Forms.RetrieveV… in RetrieveVirtualItemEventHandler()
12600 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.RichTextBoxDesigner, System.…
12601 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
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
12607 [System.ComponentModel.BrowsableAttribute(false)]
12609 [System.ComponentModel.BrowsableAttribute(false)]
12610 [System.ComponentModel.DefaultValueAttribute(false)]
12611 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
12612 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12613 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
12615 [System.ComponentModel.DefaultValueAttribute(false)]
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)]
12626 [System.ComponentModel.BrowsableAttribute(false)]
12627 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
12629System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAt…
12630 protected override System.Drawing.Size DefaultSize { get { throw null; } }
12631 [System.ComponentModel.DefaultValueAttribute(true)]
12633 [System.ComponentModel.DefaultValueAttribute(false)]
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.DesignerSer…
12639 …public System.Windows.Forms.RichTextBoxLanguageOptions LanguageOption { get { throw null; } set { …
12640 [System.ComponentModel.DefaultValueAttribute(2147483647)]
12642 [System.ComponentModel.DefaultValueAttribute(true)]
12644 [System.ComponentModel.BrowsableAttribute(false)]
12645 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
12647 [System.ComponentModel.BrowsableAttribute(false)]
12648 [System.ComponentModel.DefaultValueAttribute(true)]
12649 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12651 [System.ComponentModel.DefaultValueAttribute(0)]
12652 [System.ComponentModel.LocalizableAttribute(true)]
12654 [System.ComponentModel.BrowsableAttribute(false)]
12655 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
12656 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
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.DesignerSer…
12665 [System.ComponentModel.BrowsableAttribute(false)]
12666 [System.ComponentModel.DefaultValueAttribute("")]
12667 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
12669 [System.ComponentModel.BrowsableAttribute(false)]
12670 [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.HorizontalAlignment)(0))]
12671 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
12672 … public System.Windows.Forms.HorizontalAlignment SelectionAlignment { get { throw null; } set { } }
12673 [System.ComponentModel.BrowsableAttribute(false)]
12674 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
12680 [System.ComponentModel.BrowsableAttribute(false)]
12681 [System.ComponentModel.DefaultValueAttribute(0)]
12682 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
12684 [System.ComponentModel.BrowsableAttribute(false)]
12685 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
12686 public System.Drawing.Color SelectionColor { get { throw null; } set { } }
12687 [System.ComponentModel.BrowsableAttribute(false)]
12688 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
12694 [System.ComponentModel.BrowsableAttribute(false)]
12695 [System.ComponentModel.DefaultValueAttribute(0)]
12696 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
12698 [System.ComponentModel.BrowsableAttribute(false)]
12699 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
12701 [System.ComponentModel.BrowsableAttribute(false)]
12702 [System.ComponentModel.DefaultValueAttribute(false)]
12703 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
12705 [System.ComponentModel.BrowsableAttribute(false)]
12706 [System.ComponentModel.DefaultValueAttribute(0)]
12707 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
12709 [System.ComponentModel.BrowsableAttribute(false)]
12710 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
12712 [System.ComponentModel.BrowsableAttribute(false)]
12713 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
12714 public System.Windows.Forms.RichTextBoxSelectionTypes SelectionType { get { throw null; } }
12715 [System.ComponentModel.DefaultValueAttribute(false)]
12717 [System.ComponentModel.LocalizableAttribute(true)]
12718 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
12720 [System.ComponentModel.BrowsableAttribute(false)]
12722 [System.ComponentModel.BrowsableAttribute(false)]
12723 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
12725 [System.ComponentModel.DefaultValueAttribute(1f)]
12726 [System.ComponentModel.LocalizableAttribute(true)]
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 { } re…
12755 public event System.EventHandler SelectionChanged { add { } remove { } }
12756 public event System.EventHandler VScroll { add { } remove { } }
12757 public bool CanPaste(System.Windows.Forms.DataFormats.Format clipFormat) { throw null; } in CanPaste()
12758 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
12760 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12761 …public new void DrawToBitmap(System.Drawing.Bitmap bitmap, System.Drawing.Rectangle targetBounds) … in DrawToBitmap()
12766 …public int Find(string str, int start, int end, System.Windows.Forms.RichTextBoxFinds options) { t… in Find()
12767 …public int Find(string str, int start, System.Windows.Forms.RichTextBoxFinds options) { throw null… in Find()
12768 public int Find(string str, System.Windows.Forms.RichTextBoxFinds options) { throw null; } in Find()
12769 public override int GetCharIndexFromPosition(System.Drawing.Point pt) { throw null; } in GetCharIndexFromPosition()
12771 public override System.Drawing.Point GetPositionFromCharIndex(int index) { throw null; } in GetPositionFromCharIndex()
12772 …public void LoadFile(System.IO.Stream data, System.Windows.Forms.RichTextBoxStreamType fileType) {… in LoadFile()
12774 public void LoadFile(string path, System.Windows.Forms.RichTextBoxStreamType fileType) { } in LoadFile()
12775 protected override void OnBackColorChanged(System.EventArgs e) { } in OnBackColorChanged()
12776 … protected virtual void OnContentsResized(System.Windows.Forms.ContentsResizedEventArgs e) { } in OnContentsResized()
12777 protected override void OnContextMenuChanged(System.EventArgs e) { } in OnContextMenuChanged()
12778 protected override void OnHandleCreated(System.EventArgs e) { } in OnHandleCreated()
12779 protected override void OnHandleDestroyed(System.EventArgs e) { } in OnHandleDestroyed()
12780 protected virtual void OnHScroll(System.EventArgs e) { } in OnHScroll()
12781 protected virtual void OnImeChange(System.EventArgs e) { } in OnImeChange()
12782 protected virtual void OnLinkClicked(System.Windows.Forms.LinkClickedEventArgs e) { } in OnLinkClicked()
12783 protected virtual void OnProtected(System.EventArgs e) { } in OnProtected()
12784 protected override void OnRightToLeftChanged(System.EventArgs e) { } in OnRightToLeftChanged()
12785 protected virtual void OnSelectionChanged(System.EventArgs e) { } in OnSelectionChanged()
12786 protected virtual void OnVScroll(System.EventArgs e) { } in OnVScroll()
12787 public void Paste(System.Windows.Forms.DataFormats.Format clipFormat) { } in Paste()
12788 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
12789 …protected override bool ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.Forms.Key… in ProcessCmdKey()
12791 …public void SaveFile(System.IO.Stream data, System.Windows.Forms.RichTextBoxStreamType fileType) {… in SaveFile()
12793 public void SaveFile(string path, System.Windows.Forms.RichTextBoxStreamType fileType) { } in SaveFile()
12794 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
12795 protected override void WndProc(ref System.Windows.Forms.Message m) { } in WndProc()
12797 [System.FlagsAttribute]
12806 [System.FlagsAttribute]
12833 [System.FlagsAttribute]
12863 public partial class RowStyle : System.Windows.Forms.TableLayoutStyle
12866 public RowStyle(System.Windows.Forms.SizeType sizeType) { } in RowStyle()
12867 public RowStyle(System.Windows.Forms.SizeType sizeType, float height) { } in RowStyle()
12870 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.SaveFileDialogDesigner, Syst…
12871 public sealed partial class SaveFileDialog : System.Windows.Forms.FileDialog
12874 [System.ComponentModel.DefaultValueAttribute(false)]
12876 [System.ComponentModel.DefaultValueAttribute(true)]
12878 public System.IO.Stream OpenFile() { throw null; } in OpenFile()
12884 public static System.Windows.Forms.Screen[] AllScreens { get { throw null; } }
12886 public System.Drawing.Rectangle Bounds { get { throw null; } }
12889 public static System.Windows.Forms.Screen PrimaryScreen { get { throw null; } }
12890 public System.Drawing.Rectangle WorkingArea { get { throw null; } }
12892 …public static System.Windows.Forms.Screen FromControl(System.Windows.Forms.Control control) { thro… in FromControl()
12893 public static System.Windows.Forms.Screen FromHandle(System.IntPtr hwnd) { throw null; } in FromHandle()
12894 … public static System.Windows.Forms.Screen FromPoint(System.Drawing.Point point) { throw null; } in FromPoint()
12895 …public static System.Windows.Forms.Screen FromRectangle(System.Drawing.Rectangle rect) { throw nul… in FromRectangle()
12896 public static System.Drawing.Rectangle GetBounds(System.Drawing.Point pt) { throw null; } in GetBounds()
12897 … public static System.Drawing.Rectangle GetBounds(System.Drawing.Rectangle rect) { throw null; } in GetBounds()
12898 … public static System.Drawing.Rectangle GetBounds(System.Windows.Forms.Control ctl) { throw null; } in GetBounds()
12900 … public static System.Drawing.Rectangle GetWorkingArea(System.Drawing.Point pt) { throw null; } in GetWorkingArea()
12901 …public static System.Drawing.Rectangle GetWorkingArea(System.Drawing.Rectangle rect) { throw null;… in GetWorkingArea()
12902 …public static System.Drawing.Rectangle GetWorkingArea(System.Windows.Forms.Control ctl) { throw nu… in GetWorkingArea()
12912 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ScrollableControlDesigner, S…
12913 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
12914 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
12915 …public partial class ScrollableControl : System.Windows.Forms.Control, System.ComponentModel.IComp…
12923 [System.ComponentModel.DefaultValueAttribute(false)]
12924 [System.ComponentModel.LocalizableAttribute(true)]
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.DesignerSer…
12932 public System.Drawing.Point AutoScrollPosition { get { throw null; } set { } }
12933System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAt…
12934 public override System.Drawing.Rectangle DisplayRectangle { get { throw null; } }
12935 [System.ComponentModel.BrowsableAttribute(false)]
12936 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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; } }
12943 [System.ComponentModel.BrowsableAttribute(false)]
12944 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
12945 public System.Windows.Forms.VScrollProperties VerticalScroll { get { throw null; } }
12947 public event System.Windows.Forms.ScrollEventHandler Scroll { add { } remove { } }
12948 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12950 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12952 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12953 protected override void OnLayout(System.Windows.Forms.LayoutEventArgs levent) { } in OnLayout()
12954 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12955 protected override void OnMouseWheel(System.Windows.Forms.MouseEventArgs e) { } in OnMouseWheel()
12956 protected override void OnPaddingChanged(System.EventArgs e) { } in OnPaddingChanged()
12957 protected override void OnPaintBackground(System.Windows.Forms.PaintEventArgs e) { } in OnPaintBackground()
12958 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12959 protected override void OnRightToLeftChanged(System.EventArgs e) { } in OnRightToLeftChanged()
12960 protected virtual void OnScroll(System.Windows.Forms.ScrollEventArgs se) { } in OnScroll()
12961 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12962 protected override void OnVisibleChanged(System.EventArgs e) { } in OnVisibleChanged()
12963 …protected override void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpeci… in ScaleControl()
12964 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
12966 public void ScrollControlIntoView(System.Windows.Forms.Control activeControl) { } in ScrollControlIntoView()
12967 …protected virtual System.Drawing.Point ScrollToControl(System.Windows.Forms.Control activeControl)… in ScrollToControl()
12971 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
12972 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
12973 protected override void WndProc(ref System.Windows.Forms.Message m) { } in WndProc()
12974 …[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ScrollableControl.DockPa…
12975 public partial class DockPaddingEdges : System.ICloneable
12978 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
12980 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
12982 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
12984 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
12986 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
12990 object System.ICloneable.Clone() { throw null; } in System.ICloneable.Clone()
12993 public partial class DockPaddingEdgesConverter : System.ComponentModel.TypeConverter
12996 …erride System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITyp… in GetProperties()
12997 …public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) … in GetPropertiesSupported()
13000 [System.ComponentModel.DefaultEventAttribute("Scroll")]
13001 [System.ComponentModel.DefaultPropertyAttribute("Value")]
13002 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
13003 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
13004 public abstract partial class ScrollBar : System.Windows.Forms.Control
13007 [System.ComponentModel.BrowsableAttribute(false)]
13008 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
13009 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
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 {…
13020System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAt…
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))]
13035 [System.ComponentModel.DefaultValueAttribute(100)]
13036 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
13038 [System.ComponentModel.DefaultValueAttribute(0)]
13039 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
13041 [System.ComponentModel.DefaultValueAttribute(1)]
13043 [System.ComponentModel.DefaultValueAttribute(false)]
13045 [System.ComponentModel.BindableAttribute(false)]
13046 [System.ComponentModel.BrowsableAttribute(false)]
13047 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
13048 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13050 [System.ComponentModel.BindableAttribute(true)]
13051 [System.ComponentModel.DefaultValueAttribute(0)]
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 { } }
13103 …protected override System.Drawing.Rectangle GetScaledBounds(System.Drawing.Rectangle bounds, Syste… in GetScaledBounds()
13104 protected override void OnEnabledChanged(System.EventArgs e) { } in OnEnabledChanged()
13105 protected override void OnHandleCreated(System.EventArgs e) { } in OnHandleCreated()
13106 protected override void OnMouseWheel(System.Windows.Forms.MouseEventArgs e) { } in OnMouseWheel()
13107 protected virtual void OnScroll(System.Windows.Forms.ScrollEventArgs se) { } in OnScroll()
13108 protected virtual void OnValueChanged(System.EventArgs e) { } in OnValueChanged()
13111 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
13112 protected override void WndProc(ref System.Windows.Forms.Message m) { } in WndProc()
13118 …public static void DrawArrowButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, Sys… in DrawArrowButton()
13119 …public static void DrawHorizontalThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds,… in DrawHorizontalThumb()
13120 …public static void DrawHorizontalThumbGrip(System.Drawing.Graphics g, System.Drawing.Rectangle bou… in DrawHorizontalThumbGrip()
13121 …public static void DrawLeftHorizontalTrack(System.Drawing.Graphics g, System.Drawing.Rectangle bou… in DrawLeftHorizontalTrack()
13122 …public static void DrawLowerVerticalTrack(System.Drawing.Graphics g, System.Drawing.Rectangle boun… in DrawLowerVerticalTrack()
13123 …ublic static void DrawRightHorizontalTrack(System.Drawing.Graphics g, System.Drawing.Rectangle bou… in DrawRightHorizontalTrack()
13124 …public static void DrawSizeBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.… in DrawSizeBox()
13125 …public static void DrawUpperVerticalTrack(System.Drawing.Graphics g, System.Drawing.Rectangle boun… in DrawUpperVerticalTrack()
13126 …public static void DrawVerticalThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, S… in DrawVerticalThumb()
13127 …public static void DrawVerticalThumbGrip(System.Drawing.Graphics g, System.Drawing.Rectangle bound… in DrawVerticalThumbGrip()
13128 …public static System.Drawing.Size GetSizeBoxSize(System.Drawing.Graphics g, System.Windows.Forms.V… in GetSizeBoxSize()
13129 …public static System.Drawing.Size GetThumbGripSize(System.Drawing.Graphics g, System.Windows.Forms… in GetThumbGripSize()
13147 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
13148 public partial class ScrollEventArgs : System.EventArgs
13150 public ScrollEventArgs(System.Windows.Forms.ScrollEventType type, int newValue) { } in ScrollEventArgs()
13151 … public ScrollEventArgs(System.Windows.Forms.ScrollEventType type, int oldValue, int newValue) { } in ScrollEventArgs()
13152 …public ScrollEventArgs(System.Windows.Forms.ScrollEventType type, int oldValue, int newValue, Syst… in ScrollEventArgs()
13153 …public ScrollEventArgs(System.Windows.Forms.ScrollEventType type, int newValue, System.Windows.For… in ScrollEventArgs()
13156 public System.Windows.Forms.ScrollOrientation ScrollOrientation { get { throw null; } }
13157 public System.Windows.Forms.ScrollEventType Type { get { throw null; } }
13159 public delegate void ScrollEventHandler(object sender, System.Windows.Forms.ScrollEventArgs e); in ScrollEventHandler()
13160 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
13180 protected ScrollProperties(System.Windows.Forms.ScrollableControl container) { } in ScrollProperties()
13181 [System.ComponentModel.DefaultValueAttribute(true)]
13183 [System.ComponentModel.DefaultValueAttribute(10)]
13184 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
13186 [System.ComponentModel.DefaultValueAttribute(100)]
13187 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
13189 [System.ComponentModel.DefaultValueAttribute(0)]
13190 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
13192 protected System.Windows.Forms.ScrollableControl ParentControl { get { throw null; } }
13193 [System.ComponentModel.DefaultValueAttribute(1)]
13195 [System.ComponentModel.BindableAttribute(true)]
13196 [System.ComponentModel.DefaultValueAttribute(0)]
13198 [System.ComponentModel.DefaultValueAttribute(false)]
13208 public partial class SearchForVirtualItemEventArgs : System.EventArgs
13210 …efixSearch, bool includeSubItemsInSearch, string text, System.Drawing.Point startingPoint, System.… in SearchForVirtualItemEventArgs()
13211 public System.Windows.Forms.SearchDirectionHint Direction { get { throw null; } }
13217 public System.Drawing.Point StartingPoint { get { throw null; } }
13220 …public delegate void SearchForVirtualItemEventHandler(object sender, System.Windows.Forms.SearchFo… in SearchForVirtualItemEventHandler()
13233 public partial class SelectedGridItemChangedEventArgs : System.EventArgs
13235 …public SelectedGridItemChangedEventArgs(System.Windows.Forms.GridItem oldSel, System.Windows.Forms… in SelectedGridItemChangedEventArgs()
13236 public System.Windows.Forms.GridItem NewSelection { get { throw null; } }
13237 public System.Windows.Forms.GridItem OldSelection { get { throw null; } }
13239 …public delegate void SelectedGridItemChangedEventHandler(object sender, System.Windows.Forms.Selec… in SelectedGridItemChangedEventHandler()
13240 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
13248 …[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.SelectionRangeConverter)…
13252 public SelectionRange(System.DateTime lower, System.DateTime upper) { } in SelectionRange()
13253 public SelectionRange(System.Windows.Forms.SelectionRange range) { } in SelectionRange()
13254 public System.DateTime End { get { throw null; } set { } }
13255 public System.DateTime Start { get { throw null; } set { } }
13258 public partial class SelectionRangeConverter : System.ComponentModel.TypeConverter
13261 …public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.T… in CanConvertFrom()
13262 …public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Typ… in CanConvertTo()
13263 …public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Gl… in ConvertFrom()
13264 … object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.Cultu… in ConvertTo()
13265 …public override object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System in CreateInstance()
13266 …public override bool GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext conte… in GetCreateInstanceSupported()
13267 …erride System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITyp… in GetProperties()
13268 …public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) … in GetPropertiesSupported()
13277 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
13453 [System.ComponentModel.DefaultEventAttribute("SplitterMoved")]
13454 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.SplitContainerDesigner, Syst…
13455 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
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…
13461 [System.ComponentModel.BrowsableAttribute(false)]
13462 [System.ComponentModel.DefaultValueAttribute(false)]
13463 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13464 [System.ComponentModel.LocalizableAttribute(true)]
13466 [System.ComponentModel.BrowsableAttribute(false)]
13467 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
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.DesignerSer…
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.DesignerSer…
13484 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
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.DesignerSer…
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)]
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.DesignerSer…
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.DesignerSer…
13515 [System.ComponentModel.LocalizableAttribute(false)]
13516 public System.Windows.Forms.SplitterPanel Panel1 { get { throw null; } }
13517 [System.ComponentModel.DefaultValueAttribute(false)]
13519 [System.ComponentModel.DefaultValueAttribute(25)]
13520 [System.ComponentModel.LocalizableAttribute(true)]
13521 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
13523 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
13524 [System.ComponentModel.LocalizableAttribute(false)]
13525 public System.Windows.Forms.SplitterPanel Panel2 { get { throw null; } }
13526 [System.ComponentModel.DefaultValueAttribute(false)]
13528 [System.ComponentModel.DefaultValueAttribute(25)]
13529 [System.ComponentModel.LocalizableAttribute(true)]
13530 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
13532 [System.ComponentModel.DefaultValueAttribute(50)]
13533 [System.ComponentModel.LocalizableAttribute(true)]
13534 [System.ComponentModel.SettingsBindableAttribute(true)]
13536 [System.ComponentModel.DefaultValueAttribute(1)]
13537 [System.ComponentModel.LocalizableAttribute(true)]
13539 [System.ComponentModel.BrowsableAttribute(false)]
13540 public System.Drawing.Rectangle SplitterRectangle { get { throw null; } }
13541 [System.ComponentModel.DefaultValueAttribute(4)]
13542 [System.ComponentModel.LocalizableAttribute(true)]
13544 [System.ComponentModel.DefaultValueAttribute(true)]
13545 [System.Runtime.InteropServices.DispIdAttribute(-516)]
13547 [System.ComponentModel.BindableAttribute(false)]
13548 [System.ComponentModel.BrowsableAttribute(false)]
13549 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
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 { } }
13575 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
13576 …protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw… in CreateControlsInstance()
13578 protected override void OnGotFocus(System.EventArgs e) { } in OnGotFocus()
13579 protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { } in OnKeyDown()
13580 protected override void OnKeyUp(System.Windows.Forms.KeyEventArgs e) { } in OnKeyUp()
13581 protected override void OnLayout(System.Windows.Forms.LayoutEventArgs e) { } in OnLayout()
13582 protected override void OnLostFocus(System.EventArgs e) { } in OnLostFocus()
13583 protected override void OnMouseCaptureChanged(System.EventArgs e) { } in OnMouseCaptureChanged()
13584 protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { } in OnMouseDown()
13585 protected override void OnMouseLeave(System.EventArgs e) { } in OnMouseLeave()
13586 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
13587 protected override void OnMouseMove(System.Windows.Forms.MouseEventArgs e) { } in OnMouseMove()
13588 protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs e) { } in OnMouseUp()
13589 protected override void OnMove(System.EventArgs e) { } in OnMove()
13590 protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { } in OnPaint()
13591 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
13592 protected override void OnRightToLeftChanged(System.EventArgs e) { } in OnRightToLeftChanged()
13593 public void OnSplitterMoved(System.Windows.Forms.SplitterEventArgs e) { } in OnSplitterMoved()
13594 public void OnSplitterMoving(System.Windows.Forms.SplitterCancelEventArgs e) { } in OnSplitterMoving()
13595 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
13596 protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; } in ProcessDialogKey()
13597 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
13599 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
13600 …protected override void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpeci… in ScaleControl()
13602 …protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.Bo… in SetBoundsCore()
13603 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
13604 protected override void WndProc(ref System.Windows.Forms.Message msg) { } in WndProc()
13606 [System.ComponentModel.DefaultEventAttribute("SplitterMoved")]
13607 [System.ComponentModel.DefaultPropertyAttribute("Dock")]
13608 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.SplitterDesigner, System.Des…
13609 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
13610 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
13611 public partial class Splitter : System.Windows.Forms.Control
13614 [System.ComponentModel.BrowsableAttribute(false)]
13615 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
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 { } }
13630System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAt…
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)]
13649 [System.ComponentModel.DefaultValueAttribute(25)]
13650 [System.ComponentModel.LocalizableAttribute(true)]
13652 [System.ComponentModel.BrowsableAttribute(false)]
13653 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
13655 [System.ComponentModel.BrowsableAttribute(false)]
13656 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13658 [System.ComponentModel.BindableAttribute(false)]
13659 [System.ComponentModel.BrowsableAttribute(false)]
13660 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
13661 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
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 { } }
13701 protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { } in OnKeyDown()
13702 protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { } in OnMouseDown()
13703 protected override void OnMouseMove(System.Windows.Forms.MouseEventArgs e) { } in OnMouseMove()
13704 protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs e) { } in OnMouseUp()
13705 protected virtual void OnSplitterMoved(System.Windows.Forms.SplitterEventArgs sevent) { } in OnSplitterMoved()
13706 protected virtual void OnSplitterMoving(System.Windows.Forms.SplitterEventArgs sevent) { } in OnSplitterMoving()
13707 …protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.Bo… in SetBoundsCore()
13710 public partial class SplitterCancelEventArgs : System.ComponentModel.CancelEventArgs
13718 …public delegate void SplitterCancelEventHandler(object sender, System.Windows.Forms.SplitterCancel… in SplitterCancelEventHandler()
13719 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
13720 public partial class SplitterEventArgs : System.EventArgs
13728 …public delegate void SplitterEventHandler(object sender, System.Windows.Forms.SplitterEventArgs e); in SplitterEventHandler()
13729 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.SplitterPanelDesigner, Syste…
13730 [System.ComponentModel.ToolboxItemAttribute(false)]
13731 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
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
13736 public SplitterPanel(System.Windows.Forms.SplitContainer owner) { } in SplitterPanel()
13737 [System.ComponentModel.BrowsableAttribute(false)]
13738 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
13743 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13745 [System.ComponentModel.BrowsableAttribute(false)]
13746 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
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.DesignerSer…
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.DesignerSer…
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.DesignerSer…
13765 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
13767 [System.ComponentModel.BrowsableAttribute(false)]
13768 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
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.DesignerSer…
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.DesignerSer…
13781 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13783 [System.ComponentModel.BrowsableAttribute(false)]
13784 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
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.DesignerSer…
13793 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13795 [System.ComponentModel.BrowsableAttribute(false)]
13796 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
13797 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13799 [System.ComponentModel.BrowsableAttribute(false)]
13800 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
13801 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13803 [System.ComponentModel.BrowsableAttribute(false)]
13804 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
13805 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
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.DesignerSer…
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.DesignerSer…
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.DesignerSer…
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.DesignerSer…
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.DesignerSer…
13828 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
13829 public new event System.EventHandler VisibleChanged { add { } remove { } }
13831 [System.ComponentModel.DefaultEventAttribute("PanelClick")]
13832 [System.ComponentModel.DefaultPropertyAttribute("Text")]
13833 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.StatusBarDesigner, System.De…
13834 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
13835 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
13836 public partial class StatusBar : System.Windows.Forms.Control
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 {…
13848System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAt…
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))]
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.DesignerSer…
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)]
13870 [System.ComponentModel.DefaultValueAttribute(true)]
13872 [System.ComponentModel.DefaultValueAttribute(false)]
13874 [System.ComponentModel.LocalizableAttribute(true)]
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 { } }
13898 … protected virtual void OnDrawItem(System.Windows.Forms.StatusBarDrawItemEventArgs sbdievent) { } in OnDrawItem()
13899 protected override void OnHandleCreated(System.EventArgs e) { } in OnHandleCreated()
13900 protected override void OnHandleDestroyed(System.EventArgs e) { } in OnHandleDestroyed()
13901 protected override void OnLayout(System.Windows.Forms.LayoutEventArgs levent) { } in OnLayout()
13902 protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { } in OnMouseDown()
13903 protected virtual void OnPanelClick(System.Windows.Forms.StatusBarPanelClickEventArgs e) { } in OnPanelClick()
13904 protected override void OnResize(System.EventArgs e) { } in OnResize()
13906 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
13907 protected override void WndProc(ref System.Windows.Forms.Message m) { } in WndProc()
13908 [System.ComponentModel.ListBindableAttribute(false)]
13909 …partial class StatusBarPanelCollection : System.Collections.ICollection, System.Collections.IEnume…
13911 public StatusBarPanelCollection(System.Windows.Forms.StatusBar owner) { } in StatusBarPanelCollection()
13912 [System.ComponentModel.BrowsableAttribute(false)]
13913 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
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 { } }
13922 public virtual System.Windows.Forms.StatusBarPanel Add(string text) { throw null; } in Add()
13923 public virtual int Add(System.Windows.Forms.StatusBarPanel value) { throw null; } in Add()
13924 public virtual void AddRange(System.Windows.Forms.StatusBarPanel[] panels) { } in AddRange()
13926 public bool Contains(System.Windows.Forms.StatusBarPanel panel) { throw null; } in Contains()
13928 public System.Collections.IEnumerator GetEnumerator() { throw null; } in GetEnumerator()
13929 public int IndexOf(System.Windows.Forms.StatusBarPanel panel) { throw null; } in IndexOf()
13931 public virtual void Insert(int index, System.Windows.Forms.StatusBarPanel value) { } in Insert()
13932 public virtual void Remove(System.Windows.Forms.StatusBarPanel value) { } in Remove()
13935 void System.Collections.ICollection.CopyTo(System.Array dest, int index) { } in System.Collections.ICollection.CopyTo()
13936 int System.Collections.IList.Add(object value) { throw null; } in System.Collections.IList.Add()
13937 bool System.Collections.IList.Contains(object panel) { throw null; } in System.Collections.IList.Contains()
13938 int System.Collections.IList.IndexOf(object panel) { throw null; } in System.Collections.IList.IndexOf()
13939 void System.Collections.IList.Insert(int index, object value) { } in System.Collections.IList.Insert()
13940 void System.Collections.IList.Remove(object value) { } in System.Collections.IList.Remove()
13943 public partial class StatusBarDrawItemEventArgs : System.Windows.Forms.DrawItemEventArgs
13945System.Drawing.Graphics g, System.Drawing.Font font, System.Drawing.Rectangle r, int itemId, Syste… in StatusBarDrawItemEventArgs()
13946System.Drawing.Graphics g, System.Drawing.Font font, System.Drawing.Rectangle r, int itemId, Syste… in StatusBarDrawItemEventArgs()
13947 public System.Windows.Forms.StatusBarPanel Panel { get { throw null; } }
13949 …public delegate void StatusBarDrawItemEventHandler(object sender, System.Windows.Forms.StatusBarDr… in StatusBarDrawItemEventHandler()
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.ISupp…
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))]
13972 [System.ComponentModel.LocalizableAttribute(true)]
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))]
13983 [System.ComponentModel.DefaultValueAttribute("")]
13984 [System.ComponentModel.LocalizableAttribute(true)]
13986 [System.ComponentModel.DefaultValueAttribute("")]
13987 [System.ComponentModel.LocalizableAttribute(true)]
13989 [System.ComponentModel.DefaultValueAttribute(100)]
13990 [System.ComponentModel.LocalizableAttribute(true)]
14009 public partial class StatusBarPanelClickEventArgs : System.Windows.Forms.MouseEventArgs
14011 …Args(System.Windows.Forms.StatusBarPanel statusBarPanel, System.Windows.Forms.MouseButtons button,… in StatusBarPanelClickEventArgs()
14012 public System.Windows.Forms.StatusBarPanel StatusBarPanel { get { throw null; } }
14014 …public delegate void StatusBarPanelClickEventHandler(object sender, System.Windows.Forms.StatusBar… in StatusBarPanelClickEventHandler()
14020 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
14021 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
14022 public partial class StatusStrip : System.Windows.Forms.ToolStrip
14025 [System.ComponentModel.BrowsableAttribute(false)]
14026 [System.ComponentModel.DefaultValueAttribute(false)]
14028 protected override System.Windows.Forms.DockStyle DefaultDock { get { throw null; } }
14029 protected override System.Windows.Forms.Padding DefaultPadding { 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)]
14042 [System.ComponentModel.BrowsableAttribute(false)]
14043 public System.Drawing.Rectangle SizeGripBounds { get { throw null; } }
14044 [System.ComponentModel.DefaultValueAttribute(true)]
14046 [System.ComponentModel.DefaultValueAttribute(true)]
14048 [System.ComponentModel.BrowsableAttribute(false)]
14049 public new event System.EventHandler PaddingChanged { add { } remove { } }
14050 …protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw nul… in CreateAccessibilityInstance()
14051 …otected internal override System.Windows.Forms.ToolStripItem CreateDefaultItem(string text, System in CreateDefaultItem()
14053 protected override void OnLayout(System.Windows.Forms.LayoutEventArgs levent) { } in OnLayout()
14054 protected override void OnPaintBackground(System.Windows.Forms.PaintEventArgs e) { } in OnPaintBackground()
14057 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
14058 protected override void WndProc(ref System.Windows.Forms.Message m) { } in WndProc()
14070 public static System.Windows.Forms.ArrangeDirection ArrangeDirection { get { throw null; } }
14071 …public static System.Windows.Forms.ArrangeStartingPosition ArrangeStartingPosition { get { throw n…
14072 public static System.Windows.Forms.BootMode BootMode { get { throw null; } }
14073 public static System.Drawing.Size Border3DSize { get { throw null; } }
14075 public static System.Drawing.Size BorderSize { get { throw null; } }
14076 public static System.Drawing.Size CaptionButtonSize { get { throw null; } }
14081 public static System.Drawing.Size CursorSize { get { throw null; } }
14084 public static System.Drawing.Size DoubleClickSize { get { throw null; } }
14087 public static System.Drawing.Size DragSize { get { throw null; } }
14088 public static System.Drawing.Size FixedFrameBorderSize { get { throw null; } }
14091 public static System.Drawing.Size FrameBorderSize { get { throw null; } }
14099 public static System.Drawing.Size IconSize { get { throw null; } }
14100 public static System.Drawing.Size IconSpacingSize { get { throw null; } }
14121 public static System.Drawing.Size MaxWindowTrackSize { 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; } }
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; } }
14138 public static System.Drawing.Size MouseHoverSize { get { throw null; } }
14140 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
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; } }
14154 … public static System.Windows.Forms.ScreenOrientation ScreenOrientation { get { throw null; } }
14158 public static System.Drawing.Size SmallCaptionButtonSize { get { throw null; } }
14159 public static System.Drawing.Size SmallIconSize { get { throw null; } }
14161 public static System.Drawing.Size ToolWindowCaptionButtonSize { get { throw null; } }
14172 public static System.Drawing.Rectangle VirtualScreen { get { throw null; } }
14173 public static System.Drawing.Rectangle WorkingArea { get { throw null; } }
14174 public static System.Drawing.Size GetBorderSizeForDpi(int dpi) { throw null; } in GetBorderSizeForDpi()
14176 public static System.Drawing.Font GetMenuFontForDpi(int dpi) { throw null; } in GetMenuFontForDpi()
14179 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
14207 [System.ComponentModel.DefaultEventAttribute("SelectedIndexChanged")]
14208 [System.ComponentModel.DefaultPropertyAttribute("TabPages")]
14209 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.TabControlDesigner, System.D…
14210 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
14211 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
14212 public partial class TabControl : System.Windows.Forms.Control
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 {…
14231System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAt…
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))]
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)]
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)]
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)]
14255 [System.ComponentModel.BrowsableAttribute(false)]
14256 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
14258 [System.ComponentModel.BrowsableAttribute(false)]
14259 [System.ComponentModel.DefaultValueAttribute(-1)]
14261 [System.ComponentModel.BrowsableAttribute(false)]
14262 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
14263 public System.Windows.Forms.TabPage SelectedTab { get { throw null; } set { } }
14264 [System.ComponentModel.DefaultValueAttribute(false)]
14265 [System.ComponentModel.LocalizableAttribute(true)]
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.DesignerSer…
14273 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
14274System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.TabPageCollectionEditor, System…
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))]
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 { } }
14306 …protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw… in CreateControlsInstance()
14310 public void DeselectTab(System.Windows.Forms.TabPage tabPage) { } in DeselectTab()
14312 public System.Windows.Forms.Control GetControl(int index) { throw null; } in GetControl()
14314 protected virtual object[] GetItems(System.Type baseType) { throw null; } in GetItems()
14315 public System.Drawing.Rectangle GetTabRect(int index) { throw null; } in GetTabRect()
14317 protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; } in IsInputKey()
14318 protected virtual void OnDeselected(System.Windows.Forms.TabControlEventArgs e) { } in OnDeselected()
14319 protected virtual void OnDeselecting(System.Windows.Forms.TabControlCancelEventArgs e) { } in OnDeselecting()
14320 protected virtual void OnDrawItem(System.Windows.Forms.DrawItemEventArgs e) { } in OnDrawItem()
14321 protected override void OnEnter(System.EventArgs e) { } in OnEnter()
14322 protected override void OnFontChanged(System.EventArgs e) { } in OnFontChanged()
14323 protected override void OnHandleCreated(System.EventArgs e) { } in OnHandleCreated()
14324 protected override void OnHandleDestroyed(System.EventArgs e) { } in OnHandleDestroyed()
14325 protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs ke) { } in OnKeyDown()
14326 protected override void OnLeave(System.EventArgs e) { } in OnLeave()
14327 protected override void OnResize(System.EventArgs e) { } in OnResize()
14328 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
14329 protected virtual void OnRightToLeftLayoutChanged(System.EventArgs e) { } in OnRightToLeftLayoutChanged()
14330 protected virtual void OnSelected(System.Windows.Forms.TabControlEventArgs e) { } in OnSelected()
14331 protected virtual void OnSelectedIndexChanged(System.EventArgs e) { } in OnSelectedIndexChanged()
14332 protected virtual void OnSelecting(System.Windows.Forms.TabControlCancelEventArgs e) { } in OnSelecting()
14333 protected override void OnStyleChanged(System.EventArgs e) { } in OnStyleChanged()
14334 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
14335 … protected override bool ProcessKeyPreview(ref System.Windows.Forms.Message m) { throw null; } in ProcessKeyPreview()
14337 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14341 public void SelectTab(System.Windows.Forms.TabPage tabPage) { } in SelectTab()
14344 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
14345 protected override void WndProc(ref System.Windows.Forms.Message m) { } in WndProc()
14346 [System.Runtime.InteropServices.ComVisibleAttribute(false)]
14347 public partial class ControlCollection : System.Windows.Forms.Control.ControlCollection
14349 …public ControlCollection(System.Windows.Forms.TabControl owner) : base (default(System.Windows.For… in ControlCollection()
14350 public override void Add(System.Windows.Forms.Control value) { } in Add()
14351 public override void Remove(System.Windows.Forms.Control value) { } in Remove()
14353 …public partial class TabPageCollection : System.Collections.ICollection, System.Collections.IEnume…
14355 public TabPageCollection(System.Windows.Forms.TabControl owner) { } in TabPageCollection()
14356 [System.ComponentModel.BrowsableAttribute(false)]
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 { } }
14369 public void Add(System.Windows.Forms.TabPage value) { } in Add()
14370 public void AddRange(System.Windows.Forms.TabPage[] pages) { } in AddRange()
14372 public bool Contains(System.Windows.Forms.TabPage page) { throw null; } in Contains()
14374 public System.Collections.IEnumerator GetEnumerator() { throw null; } in GetEnumerator()
14375 public int IndexOf(System.Windows.Forms.TabPage page) { throw null; } in IndexOf()
14381 public void Insert(int index, System.Windows.Forms.TabPage tabPage) { } in Insert()
14382 public void Remove(System.Windows.Forms.TabPage value) { } in Remove()
14385 void System.Collections.ICollection.CopyTo(System.Array dest, int index) { } in System.Collections.ICollection.CopyTo()
14386 int System.Collections.IList.Add(object value) { throw null; } in System.Collections.IList.Add()
14387 bool System.Collections.IList.Contains(object page) { throw null; } in System.Collections.IList.Contains()
14388 int System.Collections.IList.IndexOf(object page) { throw null; } in System.Collections.IList.IndexOf()
14389 void System.Collections.IList.Insert(int index, object tabPage) { } in System.Collections.IList.Insert()
14390 void System.Collections.IList.Remove(object value) { } in System.Collections.IList.Remove()
14400 public partial class TabControlCancelEventArgs : System.ComponentModel.CancelEventArgs
14402 …public TabControlCancelEventArgs(System.Windows.Forms.TabPage tabPage, int tabPageIndex, bool canc… in TabControlCancelEventArgs()
14403 public System.Windows.Forms.TabControlAction Action { get { throw null; } }
14404 public System.Windows.Forms.TabPage TabPage { get { throw null; } }
14407 …public delegate void TabControlCancelEventHandler(object sender, System.Windows.Forms.TabControlCa… in TabControlCancelEventHandler()
14408 public partial class TabControlEventArgs : System.EventArgs
14410 …public TabControlEventArgs(System.Windows.Forms.TabPage tabPage, int tabPageIndex, System.Windows.… in TabControlEventArgs()
14411 public System.Windows.Forms.TabControlAction Action { get { throw null; } }
14412 public System.Windows.Forms.TabPage TabPage { get { throw null; } }
14415 …public delegate void TabControlEventHandler(object sender, System.Windows.Forms.TabControlEventArg… in TabControlEventHandler()
14421 public partial class TableLayoutCellPaintEventArgs : System.Windows.Forms.PaintEventArgs
14423System.Drawing.Graphics g, System.Drawing.Rectangle clipRectangle, System.Drawing.Rectangle cellBo… in TableLayoutCellPaintEventArgs()
14424 public System.Drawing.Rectangle CellBounds { get { throw null; } }
14428 …public delegate void TableLayoutCellPaintEventHandler(object sender, System.Windows.Forms.TableLay… in TableLayoutCellPaintEventHandler()
14429 …public partial class TableLayoutColumnStyleCollection : System.Windows.Forms.TableLayoutStyleColle…
14432 public new System.Windows.Forms.ColumnStyle this[int index] { get { throw null; } set { } }
14433 public int Add(System.Windows.Forms.ColumnStyle columnStyle) { throw null; } in Add()
14434 public bool Contains(System.Windows.Forms.ColumnStyle columnStyle) { throw null; } in Contains()
14435 public int IndexOf(System.Windows.Forms.ColumnStyle columnStyle) { throw null; } in IndexOf()
14436 public void Insert(int index, System.Windows.Forms.ColumnStyle columnStyle) { } in Insert()
14437 public void Remove(System.Windows.Forms.ColumnStyle columnStyle) { } in Remove()
14439 …[System.ComponentModel.Design.Serialization.DesignerSerializerAttribute("System.Windows.Forms.Desi…
14440 [System.ComponentModel.ListBindableAttribute(false)]
14441 … public partial class TableLayoutControlCollection : System.Windows.Forms.Control.ControlCollection
14443 …public TableLayoutControlCollection(System.Windows.Forms.TableLayoutPanel container) : base (defau… in TableLayoutControlCollection()
14444 public System.Windows.Forms.TableLayoutPanel Container { get { throw null; } }
14445 public virtual void Add(System.Windows.Forms.Control control, int column, int row) { } in Add()
14447 [System.ComponentModel.DefaultPropertyAttribute("ColumnCount")]
14448 …[System.ComponentModel.Design.Serialization.DesignerSerializerAttribute("System.Windows.Forms.Desi…
14449 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.TableLayoutPanelDesigner, Sy…
14450 …[System.ComponentModel.ProvidePropertyAttribute("CellPosition", typeof(System.Windows.Forms.Contro…
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.ClassInter…
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.IExtende…
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…
14466 [System.ComponentModel.LocalizableAttribute(true)]
14467 …public System.Windows.Forms.TableLayoutPanelCellBorderStyle CellBorderStyle { get { throw null; } …
14468 [System.ComponentModel.DefaultValueAttribute(0)]
14469 [System.ComponentModel.LocalizableAttribute(true)]
14471 [System.ComponentModel.BrowsableAttribute(false)]
14472 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
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.DesignerSer…
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)]
14489 [System.ComponentModel.BrowsableAttribute(false)]
14490 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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))]
14496 …protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw… in CreateControlsInstance()
14497 …[System.ComponentModel.DefaultValueAttribute(typeof(System.Windows.Forms.TableLayoutPanelCellPosit…
14498 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
14499 [System.ComponentModel.DisplayNameAttribute("Cell")]
14500 …public System.Windows.Forms.TableLayoutPanelCellPosition GetCellPosition(System.Windows.Forms.Cont… in GetCellPosition()
14501 [System.ComponentModel.DefaultValueAttribute(-1)]
14502 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
14503 [System.ComponentModel.DisplayNameAttribute("Column")]
14504 public int GetColumn(System.Windows.Forms.Control control) { throw null; } in GetColumn()
14505 [System.ComponentModel.DefaultValueAttribute(1)]
14506 [System.ComponentModel.DisplayNameAttribute("ColumnSpan")]
14507 public int GetColumnSpan(System.Windows.Forms.Control control) { throw null; } in GetColumnSpan()
14508 [System.ComponentModel.BrowsableAttribute(false)]
14509 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14511 … public System.Windows.Forms.Control GetControlFromPosition(int column, int row) { throw null; } in GetControlFromPosition()
14512 …public System.Windows.Forms.TableLayoutPanelCellPosition GetPositionFromControl(System.Windows.For… in GetPositionFromControl()
14513 [System.ComponentModel.DefaultValueAttribute(-1)]
14514 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
14515 [System.ComponentModel.DisplayNameAttribute("Row")]
14516 public int GetRow(System.Windows.Forms.Control control) { throw null; } in GetRow()
14517 [System.ComponentModel.BrowsableAttribute(false)]
14518 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14520 [System.ComponentModel.DefaultValueAttribute(1)]
14521 [System.ComponentModel.DisplayNameAttribute("RowSpan")]
14522 public int GetRowSpan(System.Windows.Forms.Control control) { throw null; } in GetRowSpan()
14523 protected virtual void OnCellPaint(System.Windows.Forms.TableLayoutCellPaintEventArgs e) { } in OnCellPaint()
14524 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
14525 protected override void OnLayout(System.Windows.Forms.LayoutEventArgs levent) { } in OnLayout()
14526 protected override void OnPaintBackground(System.Windows.Forms.PaintEventArgs e) { } in OnPaintBackground()
14527 …protected override void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpeci… in ScaleControl()
14528 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14530 …public void SetCellPosition(System.Windows.Forms.Control control, System.Windows.Forms.TableLayout… in SetCellPosition()
14531 public void SetColumn(System.Windows.Forms.Control control, int column) { } in SetColumn()
14532 public void SetColumnSpan(System.Windows.Forms.Control control, int value) { } in SetColumnSpan()
14533 public void SetRow(System.Windows.Forms.Control control, int row) { } in SetRow()
14534 public void SetRowSpan(System.Windows.Forms.Control control, int value) { } in SetRowSpan()
14535 bool System.ComponentModel.IExtenderProvider.CanExtend(object obj) { throw null; } in System.ComponentModel.IExtenderProvider.CanExtend()
14547 …[System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.TableLayoutPanelCellPositionTy…
14548 …[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Se…
14556 …public static bool operator ==(System.Windows.Forms.TableLayoutPanelCellPosition p1, System.Window… in operator ==()
14557 …public static bool operator !=(System.Windows.Forms.TableLayoutPanelCellPosition p1, System.Window… in operator !=()
14566 …public partial class TableLayoutRowStyleCollection : System.Windows.Forms.TableLayoutStyleCollecti…
14569 public new System.Windows.Forms.RowStyle this[int index] { get { throw null; } set { } }
14570 public int Add(System.Windows.Forms.RowStyle rowStyle) { throw null; } in Add()
14571 public bool Contains(System.Windows.Forms.RowStyle rowStyle) { throw null; } in Contains()
14572 public int IndexOf(System.Windows.Forms.RowStyle rowStyle) { throw null; } in IndexOf()
14573 public void Insert(int index, System.Windows.Forms.RowStyle rowStyle) { } in Insert()
14574 public void Remove(System.Windows.Forms.RowStyle rowStyle) { } in Remove()
14576 …[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.Layout.TableLayoutSettin…
14577 [System.SerializableAttribute]
14578 …public sealed partial class TableLayoutSettings : System.Windows.Forms.LayoutSettings, System.Runt…
14581 [System.ComponentModel.DefaultValueAttribute(0)]
14583 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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)]
14590 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
14591 public System.Windows.Forms.TableLayoutRowStyleCollection RowStyles { get { throw null; } }
14592 [System.ComponentModel.DefaultValueAttribute(-1)]
14593 …public System.Windows.Forms.TableLayoutPanelCellPosition GetCellPosition(object control) { throw n… in GetCellPosition()
14594 [System.ComponentModel.DefaultValueAttribute(-1)]
14597 [System.ComponentModel.DefaultValueAttribute(-1)]
14600 [System.ComponentModel.DefaultValueAttribute(-1)]
14601 …public void SetCellPosition(object control, System.Windows.Forms.TableLayoutPanelCellPosition cell… in SetCellPosition()
14606 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
14607 …void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.Seriali… in System.Runtime.Serialization.ISerializable.GetObjectData()
14609 …[System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.TableLayoutSettings.StyleConve…
14613 [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.SizeType)(0))]
14614 public System.Windows.Forms.SizeType SizeType { get { throw null; } set { } }
14616System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.StyleCollectionEditor, System.D…
14617 …rtial class TableLayoutStyleCollection : System.Collections.ICollection, System.Collections.IEnume…
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 { } }
14627 public int Add(System.Windows.Forms.TableLayoutStyle style) { throw null; } in Add()
14630 void System.Collections.ICollection.CopyTo(System.Array array, int startIndex) { } in System.Collections.ICollection.CopyTo()
14631System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; } in System.Collections.IEnumerable.GetEnumerator()
14632 int System.Collections.IList.Add(object style) { throw null; } in System.Collections.IList.Add()
14633 bool System.Collections.IList.Contains(object style) { throw null; } in System.Collections.IList.Contains()
14634 int System.Collections.IList.IndexOf(object style) { throw null; } in System.Collections.IList.IndexOf()
14635 void System.Collections.IList.Insert(int index, object style) { } in System.Collections.IList.Insert()
14636 void System.Collections.IList.Remove(object style) { } in System.Collections.IList.Remove()
14638 [System.ComponentModel.DefaultEventAttribute("Click")]
14639 [System.ComponentModel.DefaultPropertyAttribute("Text")]
14640 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.TabPageDesigner, System.Desi…
14641 [System.ComponentModel.DesignTimeVisibleAttribute(false)]
14642 [System.ComponentModel.ToolboxItemAttribute(false)]
14643 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
14644 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
14645 public partial class TabPage : System.Windows.Forms.Panel
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.DesignerSer…
14654 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14656 [System.ComponentModel.BrowsableAttribute(false)]
14657 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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))]
14668 [System.ComponentModel.DefaultValueAttribute(-1)]
14669System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design…
14670 [System.ComponentModel.LocalizableAttribute(true)]
14671 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
14672 … [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageIndexConverter))]
14674 [System.ComponentModel.DefaultValueAttribute("")]
14675System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design…
14676 [System.ComponentModel.LocalizableAttribute(true)]
14677 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
14678 … [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageKeyConverter))]
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))]
14696 [System.ComponentModel.BrowsableAttribute(false)]
14697 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
14699 [System.ComponentModel.BrowsableAttribute(true)]
14700 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
14701 [System.ComponentModel.LocalizableAttribute(true)]
14703 [System.ComponentModel.DefaultValueAttribute("")]
14704 [System.ComponentModel.LocalizableAttribute(true)]
14706 [System.ComponentModel.DefaultValueAttribute(false)]
14708 [System.ComponentModel.BrowsableAttribute(false)]
14709 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
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 { } }
14735 …protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw… in CreateControlsInstance()
14736 … public static System.Windows.Forms.TabPage GetTabPageOfComponent(object comp) { throw null; } in GetTabPageOfComponent()
14737 protected override void OnEnter(System.EventArgs e) { } in OnEnter()
14738 protected override void OnLeave(System.EventArgs e) { } in OnLeave()
14739 protected override void OnPaintBackground(System.Windows.Forms.PaintEventArgs e) { } in OnPaintBackground()
14740 …protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.Bo… in SetBoundsCore()
14742 [System.Runtime.InteropServices.ComVisibleAttribute(false)]
14743 … public partial class TabPageControlCollection : System.Windows.Forms.Control.ControlCollection
14745 …public TabPageControlCollection(System.Windows.Forms.TabPage owner) : base (default(System.Windows… in TabPageControlCollection()
14746 public override void Add(System.Windows.Forms.Control value) { } in Add()
14753 …public static void DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, bool fo… in DrawTabItem()
14754 …m(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Drawing.Image image, System.D… in DrawTabItem()
14755 … DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string tabItemText, Syste… in DrawTabItem()
14756System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string tabItemText, System.Drawing.Fon… in DrawTabItem()
14757System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string tabItemText, System.Drawing.Fon… in DrawTabItem()
14758System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string tabItemText, System.Drawing.Fon… in DrawTabItem()
14759 …ic void DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string tabItemText… in DrawTabItem()
14760 …public static void DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.… in DrawTabItem()
14761 … public static void DrawTabPage(System.Drawing.Graphics g, System.Drawing.Rectangle bounds) { } in DrawTabPage()
14769 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.TextBoxDesigner, System.Desi…
14770 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
14771 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
14772 public partial class TextBox : System.Windows.Forms.TextBoxBase
14775 [System.ComponentModel.DefaultValueAttribute(false)]
14777 [System.ComponentModel.BrowsableAttribute(true)]
14778 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
14779System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListControlStringCollectionEdit…
14780 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
14781 [System.ComponentModel.LocalizableAttribute(true)]
14782 …public System.Windows.Forms.AutoCompleteStringCollection AutoCompleteCustomSource { get { throw nu…
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.TextBoxAutoCompleteSourceConve…
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 { } }
14794System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAt…
14796 [System.ComponentModel.DefaultValueAttribute('\0')]
14797 [System.ComponentModel.LocalizableAttribute(true)]
14798 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
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 { } }
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))]
14810 public event System.EventHandler TextAlignChanged { add { } remove { } }
14812 protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; } in IsInputKey()
14813 protected override void OnBackColorChanged(System.EventArgs e) { } in OnBackColorChanged()
14814 protected override void OnFontChanged(System.EventArgs e) { } in OnFontChanged()
14815 protected override void OnGotFocus(System.EventArgs e) { } in OnGotFocus()
14816 protected override void OnHandleCreated(System.EventArgs e) { } in OnHandleCreated()
14817 protected override void OnHandleDestroyed(System.EventArgs e) { } in OnHandleDestroyed()
14818 protected virtual void OnTextAlignChanged(System.EventArgs e) { } in OnTextAlignChanged()
14820 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
14821 …protected override bool ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.Forms.Key… in ProcessCmdKey()
14822 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
14823 protected override void WndProc(ref System.Windows.Forms.Message m) { } in WndProc()
14825 [System.ComponentModel.DefaultBindingPropertyAttribute("Text")]
14826 [System.ComponentModel.DefaultEventAttribute("TextChanged")]
14827 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.TextBoxBaseDesigner, System.…
14828 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
14829 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
14830 public abstract partial class TextBoxBase : System.Windows.Forms.Control
14833 [System.ComponentModel.DefaultValueAttribute(false)]
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))]
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 { } }
14853 [System.ComponentModel.BrowsableAttribute(false)]
14854 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
14856System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAt…
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))]
14861 [System.Runtime.InteropServices.DispIdAttribute(-513)]
14862 public override System.Drawing.Color ForeColor { get { throw null; } set { } }
14863 [System.ComponentModel.DefaultValueAttribute(true)]
14865 protected override System.Windows.Forms.ImeMode ImeModeBase { get { throw null; } set { } }
14866 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
14867System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.StringArrayEditor, System.Desig…
14868 [System.ComponentModel.LocalizableAttribute(true)]
14869 [System.ComponentModel.MergablePropertyAttribute(false)]
14871 [System.ComponentModel.DefaultValueAttribute(32767)]
14872 [System.ComponentModel.LocalizableAttribute(true)]
14874 [System.ComponentModel.BrowsableAttribute(false)]
14875 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
14877 [System.ComponentModel.DefaultValueAttribute(false)]
14878 [System.ComponentModel.LocalizableAttribute(true)]
14879 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
14881 [System.ComponentModel.BrowsableAttribute(false)]
14882 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
14887 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
14889 [System.ComponentModel.DefaultValueAttribute(false)]
14890 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
14892 [System.ComponentModel.BrowsableAttribute(false)]
14893 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
14895 [System.ComponentModel.BrowsableAttribute(false)]
14896 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
14898 [System.ComponentModel.BrowsableAttribute(false)]
14899 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
14901 [System.ComponentModel.DefaultValueAttribute(true)]
14903System.ComponentModel.EditorAttribute("System.ComponentModel.Design.MultilineStringEditor, System.…
14904 [System.ComponentModel.LocalizableAttribute(true)]
14906 [System.ComponentModel.BrowsableAttribute(false)]
14908 [System.ComponentModel.DefaultValueAttribute(true)]
14909 [System.ComponentModel.LocalizableAttribute(true)]
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.DesignerSer…
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 { } }
14942 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Dema…
14947 public virtual char GetCharFromPosition(System.Drawing.Point pt) { throw null; } in GetCharFromPosition()
14948 public virtual int GetCharIndexFromPosition(System.Drawing.Point pt) { throw null; } in GetCharIndexFromPosition()
14952 public virtual System.Drawing.Point GetPositionFromCharIndex(int index) { throw null; } in GetPositionFromCharIndex()
14953 protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; } in IsInputKey()
14954 protected virtual void OnAcceptsTabChanged(System.EventArgs e) { } in OnAcceptsTabChanged()
14955 protected virtual void OnBorderStyleChanged(System.EventArgs e) { } in OnBorderStyleChanged()
14956 protected override void OnFontChanged(System.EventArgs e) { } in OnFontChanged()
14957 protected override void OnHandleCreated(System.EventArgs e) { } in OnHandleCreated()
14958 protected override void OnHandleDestroyed(System.EventArgs e) { } in OnHandleDestroyed()
14959 protected virtual void OnHideSelectionChanged(System.EventArgs e) { } in OnHideSelectionChanged()
14960 protected virtual void OnModifiedChanged(System.EventArgs e) { } in OnModifiedChanged()
14961 protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs mevent) { } in OnMouseUp()
14962 protected virtual void OnMultilineChanged(System.EventArgs e) { } in OnMultilineChanged()
14963 protected override void OnPaddingChanged(System.EventArgs e) { } in OnPaddingChanged()
14964 protected virtual void OnReadOnlyChanged(System.EventArgs e) { } in OnReadOnlyChanged()
14965 protected override void OnTextChanged(System.EventArgs e) { } in OnTextChanged()
14966 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Dema…
14968 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
14969 …protected override bool ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.K… in ProcessCmdKey()
14970 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
14971 protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; } in ProcessDialogKey()
14975 …protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.Bo… in SetBoundsCore()
14978 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
14979 protected override void WndProc(ref System.Windows.Forms.Message m) { } in WndProc()
14985System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string textBoxText, System.Drawing.Fon… in DrawTextBox()
14986 …x(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string textBoxText, System.Drawing.F… in DrawTextBox()
14987System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string textBoxText, System.Drawing.Fon… in DrawTextBox()
14988 …ic void DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string textBoxText… in DrawTextBox()
14989 …public static void DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.… in DrawTextBox()
14999 [System.FlagsAttribute]
15042 …ic static void DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, S… in DrawText()
15043 …rawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Po… in DrawText()
15044System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Point pt, in DrawText()
15045 …rawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Po… in DrawText()
15046 …tatic void DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, Syste… in DrawText()
15047 …ext(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Rectan… in DrawText()
15048System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Rectangle … in DrawText()
15049 …ext(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Rectan… in DrawText()
15050 …public static System.Drawing.Size MeasureText(System.Drawing.IDeviceContext dc, string text, Syste… in MeasureText()
15051 …public static System.Drawing.Size MeasureText(System.Drawing.IDeviceContext dc, string text, Syste… in MeasureText()
15052 …tic System.Drawing.Size MeasureText(System.Drawing.IDeviceContext dc, string text, System.Drawing.… in MeasureText()
15053 …public static System.Drawing.Size MeasureText(string text, System.Drawing.Font font) { throw null;… in MeasureText()
15054 …public static System.Drawing.Size MeasureText(string text, System.Drawing.Font font, System.Drawin… in MeasureText()
15055 …public static System.Drawing.Size MeasureText(string text, System.Drawing.Font font, System.Drawin… in MeasureText()
15057 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
15058 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
15059 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Asse…
15060 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
15061 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
15062 public partial class ThreadExceptionDialog : System.Windows.Forms.Form
15064 public ThreadExceptionDialog(System.Exception t) { } in ThreadExceptionDialog()
15065 [System.ComponentModel.BrowsableAttribute(false)]
15066 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
15067 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15069 [System.ComponentModel.BrowsableAttribute(false)]
15070 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15071 public new event System.EventHandler AutoSizeChanged { add { } remove { } }
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
15086 public Timer(System.ComponentModel.IContainer container) { } in Timer()
15087 [System.ComponentModel.DefaultValueAttribute(false)]
15089 [System.ComponentModel.DefaultValueAttribute(100)]
15091 [System.ComponentModel.BindableAttribute(true)]
15092 [System.ComponentModel.DefaultValueAttribute(null)]
15093 [System.ComponentModel.LocalizableAttribute(false)]
15094 … [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
15096 public event System.EventHandler Tick { add { } remove { } }
15098 protected virtual void OnTick(System.EventArgs e) { } in OnTick()
15103 [System.ComponentModel.DefaultEventAttribute("ButtonClick")]
15104 [System.ComponentModel.DefaultPropertyAttribute("Buttons")]
15105 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ToolBarDesigner, System.Desi…
15106 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
15107 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
15108 public partial class ToolBar : System.Windows.Forms.Control
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.DesignerSer…
15117 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
15118 [System.ComponentModel.LocalizableAttribute(true)]
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.DesignerSer…
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 { } }
15139System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAt…
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)]
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))]
15149 [System.ComponentModel.DefaultValueAttribute(false)]
15150 [System.ComponentModel.LocalizableAttribute(true)]
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.DesignerSer…
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)]
15170 [System.ComponentModel.DefaultValueAttribute(false)]
15172 [System.ComponentModel.BindableAttribute(false)]
15173 [System.ComponentModel.BrowsableAttribute(false)]
15174 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
15175 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
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)]
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 { } }
15214 protected virtual void OnButtonClick(System.Windows.Forms.ToolBarButtonClickEventArgs e) { } in OnButtonClick()
15215 … protected virtual void OnButtonDropDown(System.Windows.Forms.ToolBarButtonClickEventArgs e) { } in OnButtonDropDown()
15216 protected override void OnFontChanged(System.EventArgs e) { } in OnFontChanged()
15217 protected override void OnHandleCreated(System.EventArgs e) { } in OnHandleCreated()
15218 protected override void OnResize(System.EventArgs e) { } in OnResize()
15219 …protected override void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpeci… in ScaleControl()
15220 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15222 …protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.Bo… in SetBoundsCore()
15224 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
15225 protected override void WndProc(ref System.Windows.Forms.Message m) { } in WndProc()
15226 … partial class ToolBarButtonCollection : System.Collections.ICollection, System.Collections.IEnume…
15228 public ToolBarButtonCollection(System.Windows.Forms.ToolBar owner) { } in ToolBarButtonCollection()
15229 [System.ComponentModel.BrowsableAttribute(false)]
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 { } }
15239 public int Add(System.Windows.Forms.ToolBarButton button) { throw null; } in Add()
15240 public void AddRange(System.Windows.Forms.ToolBarButton[] buttons) { } in AddRange()
15242 public bool Contains(System.Windows.Forms.ToolBarButton button) { throw null; } in Contains()
15244 public System.Collections.IEnumerator GetEnumerator() { throw null; } in GetEnumerator()
15245 public int IndexOf(System.Windows.Forms.ToolBarButton button) { throw null; } in IndexOf()
15247 public void Insert(int index, System.Windows.Forms.ToolBarButton button) { } in Insert()
15248 public void Remove(System.Windows.Forms.ToolBarButton button) { } in Remove()
15251 void System.Collections.ICollection.CopyTo(System.Array dest, int index) { } in System.Collections.ICollection.CopyTo()
15252 int System.Collections.IList.Add(object button) { throw null; } in System.Collections.IList.Add()
15253 bool System.Collections.IList.Contains(object button) { throw null; } in System.Collections.IList.Contains()
15254 int System.Collections.IList.IndexOf(object button) { throw null; } in System.Collections.IList.IndexOf()
15255 void System.Collections.IList.Insert(int index, object button) { } in System.Collections.IList.Insert()
15256 void System.Collections.IList.Remove(object button) { } in System.Collections.IList.Remove()
15264 [System.ComponentModel.DefaultPropertyAttribute("Text")]
15265 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ToolBarButtonDesigner, Syste…
15266 [System.ComponentModel.DesignTimeVisibleAttribute(false)]
15267 [System.ComponentModel.ToolboxItemAttribute(false)]
15268 public partial class ToolBarButton : System.ComponentModel.Component
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)]
15278 [System.ComponentModel.DefaultValueAttribute(-1)]
15279System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design…
15280 [System.ComponentModel.LocalizableAttribute(true)]
15281 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
15282 … [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageIndexConverter))]
15284 [System.ComponentModel.DefaultValueAttribute("")]
15285System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design…
15286 [System.ComponentModel.LocalizableAttribute(true)]
15287 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
15288 … [System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageKeyConverter))]
15290 [System.ComponentModel.BrowsableAttribute(false)]
15292 [System.ComponentModel.BrowsableAttribute(false)]
15293 public System.Windows.Forms.ToolBar Parent { get { throw null; } }
15294 [System.ComponentModel.DefaultValueAttribute(false)]
15296 [System.ComponentModel.DefaultValueAttribute(false)]
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))]
15307 [System.ComponentModel.DefaultValueAttribute("")]
15308 [System.ComponentModel.LocalizableAttribute(true)]
15310 [System.ComponentModel.DefaultValueAttribute("")]
15311 [System.ComponentModel.LocalizableAttribute(true)]
15313 [System.ComponentModel.DefaultValueAttribute(true)]
15314 [System.ComponentModel.LocalizableAttribute(true)]
15319 public partial class ToolBarButtonClickEventArgs : System.EventArgs
15321 public ToolBarButtonClickEventArgs(System.Windows.Forms.ToolBarButton button) { } in ToolBarButtonClickEventArgs()
15322 public System.Windows.Forms.ToolBarButton Button { get { throw null; } set { } }
15324 …public delegate void ToolBarButtonClickEventHandler(object sender, System.Windows.Forms.ToolBarBut… in ToolBarButtonClickEventHandler()
15337 [System.ComponentModel.DefaultEventAttribute("ItemClicked")]
15338 [System.ComponentModel.DefaultPropertyAttribute("Items")]
15339 …[System.ComponentModel.Design.Serialization.DesignerSerializerAttribute("System.Windows.Forms.Desi…
15340 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ToolStripDesigner, System.De…
15341 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
15342 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
15343 …public partial class ToolStrip : System.Windows.Forms.ScrollableControl, System.ComponentModel.ICo…
15346 public ToolStrip(params System.Windows.Forms.ToolStripItem[] items) { } in ToolStrip()
15348 [System.ComponentModel.DefaultValueAttribute(false)]
15350 [System.ComponentModel.DefaultValueAttribute(true)]
15352 public override System.Windows.Forms.AnchorStyles Anchor { get { throw null; } set { } }
15353 [System.ComponentModel.BrowsableAttribute(false)]
15354 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
15355 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15357 [System.ComponentModel.BrowsableAttribute(false)]
15358 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
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.DesignerSer…
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.DesignerSer…
15372 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
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)]
15378 [System.ComponentModel.BrowsableAttribute(false)]
15379 [System.ComponentModel.DefaultValueAttribute(false)]
15381 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
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 { th…
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; } }
15394 protected override System.Drawing.Size DefaultSize { get { throw null; } }
15395 …protected internal virtual System.Windows.Forms.ToolStripItemCollection DisplayedItems { get { thr…
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.DesignerSer…
15411 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
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))]
15424 [System.ComponentModel.BrowsableAttribute(false)]
15426 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
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.DesignerSer…
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)]
15448 [System.ComponentModel.DefaultValueAttribute(false)]
15450 [System.ComponentModel.DefaultValueAttribute(false)]
15451 [System.Runtime.InteropServices.DispIdAttribute(-516)]
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 { } }
15482 …protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw nul… in CreateAccessibilityInstance()
15483 …protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw… in CreateControlsInstance()
15484 …rotected internal virtual System.Windows.Forms.ToolStripItem CreateDefaultItem(string text, System in CreateDefaultItem()
15485 …protected virtual System.Windows.Forms.LayoutSettings CreateLayoutSettings(System.Windows.Forms.To… in CreateLayoutSettings()
15487 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15488 …public new System.Windows.Forms.Control GetChildAtPoint(System.Drawing.Point point) { throw null; } in GetChildAtPoint()
15489 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15490 …public new System.Windows.Forms.Control GetChildAtPoint(System.Drawing.Point pt, System.Windows.Fo… in GetChildAtPoint()
15491 … public System.Windows.Forms.ToolStripItem GetItemAt(System.Drawing.Point point) { throw null; } in GetItemAt()
15492 public System.Windows.Forms.ToolStripItem GetItemAt(int x, int y) { throw null; } in GetItemAt()
15493 …public virtual System.Windows.Forms.ToolStripItem GetNextItem(System.Windows.Forms.ToolStripItem s… in GetNextItem()
15495 protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; } in IsInputKey()
15496 protected virtual void OnBeginDrag(System.EventArgs e) { } in OnBeginDrag()
15497 protected override void OnDockChanged(System.EventArgs e) { } in OnDockChanged()
15498 protected override void OnEnabledChanged(System.EventArgs e) { } in OnEnabledChanged()
15499 protected virtual void OnEndDrag(System.EventArgs e) { } in OnEndDrag()
15500 protected override void OnFontChanged(System.EventArgs e) { } in OnFontChanged()
15501 protected override void OnHandleCreated(System.EventArgs e) { } in OnHandleCreated()
15502 protected override void OnHandleDestroyed(System.EventArgs e) { } in OnHandleDestroyed()
15503 protected override void OnInvalidated(System.Windows.Forms.InvalidateEventArgs e) { } in OnInvalidated()
15504 … protected internal virtual void OnItemAdded(System.Windows.Forms.ToolStripItemEventArgs e) { } in OnItemAdded()
15505 … protected virtual void OnItemClicked(System.Windows.Forms.ToolStripItemClickedEventArgs e) { } in OnItemClicked()
15506 … protected internal virtual void OnItemRemoved(System.Windows.Forms.ToolStripItemEventArgs e) { } in OnItemRemoved()
15507 protected override void OnLayout(System.Windows.Forms.LayoutEventArgs e) { } in OnLayout()
15508 protected virtual void OnLayoutCompleted(System.EventArgs e) { } in OnLayoutCompleted()
15509 protected virtual void OnLayoutStyleChanged(System.EventArgs e) { } in OnLayoutStyleChanged()
15510 protected override void OnLeave(System.EventArgs e) { } in OnLeave()
15511 protected override void OnLostFocus(System.EventArgs e) { } in OnLostFocus()
15512 protected override void OnMouseCaptureChanged(System.EventArgs e) { } in OnMouseCaptureChanged()
15513 protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs mea) { } in OnMouseDown()
15514 protected override void OnMouseLeave(System.EventArgs e) { } in OnMouseLeave()
15515 protected override void OnMouseMove(System.Windows.Forms.MouseEventArgs mea) { } in OnMouseMove()
15516 protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs mea) { } in OnMouseUp()
15517 protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { } in OnPaint()
15518 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
15519 protected override void OnPaintBackground(System.Windows.Forms.PaintEventArgs e) { } in OnPaintBackground()
15520 protected internal virtual void OnPaintGrip(System.Windows.Forms.PaintEventArgs e) { } in OnPaintGrip()
15521 protected virtual void OnRendererChanged(System.EventArgs e) { } in OnRendererChanged()
15522 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
15523 protected override void OnRightToLeftChanged(System.EventArgs e) { } in OnRightToLeftChanged()
15524 protected override void OnScroll(System.Windows.Forms.ScrollEventArgs se) { } in OnScroll()
15525 protected override void OnTabStopChanged(System.EventArgs e) { } in OnTabStopChanged()
15526 protected override void OnVisibleChanged(System.EventArgs e) { } in OnVisibleChanged()
15527 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
15528 …protected override bool ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.Forms.Key… in ProcessCmdKey()
15529 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
15530 protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; } in ProcessDialogKey()
15531 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
15533 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15535 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
15538 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15540 …protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.Bo… in SetBoundsCore()
15542 …protected internal void SetItemLocation(System.Windows.Forms.ToolStripItem item, System.Drawing.Po… in SetItemLocation()
15543 …protected static void SetItemParent(System.Windows.Forms.ToolStripItem item, System.Windows.Forms.… in SetItemParent()
15546 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
15547 protected override void WndProc(ref System.Windows.Forms.Message m) { } in WndProc()
15548 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
15549 …public partial class ToolStripAccessibleObject : System.Windows.Forms.Control.ControlAccessibleObj…
15551 …public ToolStripAccessibleObject(System.Windows.Forms.ToolStrip owner) : base (default(System.Wind… in ToolStripAccessibleObject()
15552 public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
15553 … public override System.Windows.Forms.AccessibleObject GetChild(int index) { throw null; } in GetChild()
15555 … public override System.Windows.Forms.AccessibleObject HitTest(int x, int y) { throw null; } in HitTest()
15558 public partial class ToolStripArrowRenderEventArgs : System.EventArgs
15560System.Drawing.Graphics g, System.Windows.Forms.ToolStripItem toolStripItem, System.Drawing.Rectan… in ToolStripArrowRenderEventArgs()
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; } }
15567 …public delegate void ToolStripArrowRenderEventHandler(object sender, System.Windows.Forms.ToolStri… in ToolStripArrowRenderEventHandler()
15568 …[System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute((System.Windows.Forms.Desi…
15569 public partial class ToolStripButton : System.Windows.Forms.ToolStripItem
15572 public ToolStripButton(System.Drawing.Image image) { } in ToolStripButton()
15574 public ToolStripButton(string text, System.Drawing.Image image) { } in ToolStripButton()
15575 … public ToolStripButton(string text, System.Drawing.Image image, System.EventHandler onClick) { } in ToolStripButton()
15576 …public ToolStripButton(string text, System.Drawing.Image image, System.EventHandler onClick, strin… in ToolStripButton()
15577 [System.ComponentModel.DefaultValueAttribute(true)]
15580 [System.ComponentModel.DefaultValueAttribute(false)]
15582 [System.ComponentModel.DefaultValueAttribute(false)]
15584 [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.CheckState)(0))]
15585 public System.Windows.Forms.CheckState CheckState { get { throw null; } set { } }
15587 public event System.EventHandler CheckedChanged { add { } remove { } }
15588 public event System.EventHandler CheckStateChanged { add { } remove { } }
15589 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
15590 …protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw nul… in CreateAccessibilityInstance()
15591 …public override System.Drawing.Size GetPreferredSize(System.Drawing.Size constrainingSize) { throw… in GetPreferredSize()
15592 protected virtual void OnCheckedChanged(System.EventArgs e) { } in OnCheckedChanged()
15593 protected virtual void OnCheckStateChanged(System.EventArgs e) { } in OnCheckStateChanged()
15594 protected override void OnClick(System.EventArgs e) { } in OnClick()
15595 protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { } in OnPaint()
15597 [System.ComponentModel.DefaultPropertyAttribute("Items")]
15598 …[System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute((System.Windows.Forms.Desi…
15599 public partial class ToolStripComboBox : System.Windows.Forms.ToolStripControlHost
15601 public ToolStripComboBox() : base (default(System.Windows.Forms.Control)) { } in ToolStripComboBox()
15602 public ToolStripComboBox(string name) : base (default(System.Windows.Forms.Control)) { } in ToolStripComboBox()
15603 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15604 …public ToolStripComboBox(System.Windows.Forms.Control c) : base (default(System.Windows.Forms.Cont… in ToolStripComboBox()
15605 [System.ComponentModel.BrowsableAttribute(true)]
15606 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
15607System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListControlStringCollectionEdit…
15608 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
15609 [System.ComponentModel.LocalizableAttribute(true)]
15610 …public System.Windows.Forms.AutoCompleteStringCollection AutoCompleteCustomSource { get { throw nu…
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.DesignerSer…
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.DesignerSer…
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.DesignerSer…
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))]
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 { } }
15640 [System.ComponentModel.BrowsableAttribute(false)]
15641 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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)]
15649 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
15650System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListControlStringCollectionEdit…
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)]
15656 [System.ComponentModel.DefaultValueAttribute(0)]
15657 [System.ComponentModel.LocalizableAttribute(true)]
15659 [System.ComponentModel.BrowsableAttribute(false)]
15660 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
15662 [System.ComponentModel.BindableAttribute(true)]
15663 [System.ComponentModel.BrowsableAttribute(false)]
15664 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
15666 [System.ComponentModel.BrowsableAttribute(false)]
15667 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
15669 [System.ComponentModel.BrowsableAttribute(false)]
15670 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
15672 [System.ComponentModel.BrowsableAttribute(false)]
15673 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
15675 [System.ComponentModel.DefaultValueAttribute(false)]
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 { } }
15692 …public override System.Drawing.Size GetPreferredSize(System.Drawing.Size constrainingSize) { throw… in GetPreferredSize()
15693 protected virtual void OnDropDown(System.EventArgs e) { } in OnDropDown()
15694 protected virtual void OnDropDownClosed(System.EventArgs e) { } in OnDropDownClosed()
15695 protected virtual void OnDropDownStyleChanged(System.EventArgs e) { } in OnDropDownStyleChanged()
15696 protected virtual void OnSelectedIndexChanged(System.EventArgs e) { } in OnSelectedIndexChanged()
15697 protected virtual void OnSelectionChangeCommitted(System.EventArgs e) { } in OnSelectionChangeCommitted()
15698 protected override void OnSubscribeControlEvents(System.Windows.Forms.Control control) { } in OnSubscribeControlEvents()
15699 protected virtual void OnTextUpdate(System.EventArgs e) { } in OnTextUpdate()
15700 protected override void OnUnsubscribeControlEvents(System.Windows.Forms.Control control) { } in OnUnsubscribeControlEvents()
15705 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ToolStripContainerDesigner, …
15706 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
15707 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
15708 public partial class ToolStripContainer : System.Windows.Forms.ContainerControl
15711 [System.ComponentModel.BrowsableAttribute(false)]
15712 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
15713 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15715 [System.ComponentModel.BrowsableAttribute(false)]
15716 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
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.DesignerSer…
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.DesignerSer…
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.DesignerSer…
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.DesignerSer…
15736 [System.ComponentModel.LocalizableAttribute(false)]
15737 public System.Windows.Forms.ToolStripPanel BottomToolStripPanel { get { throw null; } }
15738 [System.ComponentModel.DefaultValueAttribute(true)]
15740 [System.ComponentModel.BrowsableAttribute(false)]
15741 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
15742 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15744 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
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.DesignerSer…
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.DesignerSer…
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.DesignerSer…
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.DesignerSer…
15764 [System.ComponentModel.LocalizableAttribute(false)]
15765 public System.Windows.Forms.ToolStripPanel LeftToolStripPanel { get { throw null; } }
15766 [System.ComponentModel.DefaultValueAttribute(true)]
15768 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
15769 [System.ComponentModel.LocalizableAttribute(false)]
15770 public System.Windows.Forms.ToolStripPanel RightToolStripPanel { get { throw null; } }
15771 [System.ComponentModel.DefaultValueAttribute(true)]
15773 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
15774 [System.ComponentModel.LocalizableAttribute(false)]
15775 public System.Windows.Forms.ToolStripPanel TopToolStripPanel { get { throw null; } }
15776 [System.ComponentModel.DefaultValueAttribute(true)]
15778 [System.ComponentModel.BrowsableAttribute(false)]
15779 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
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.DesignerSer…
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.DesignerSer…
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.DesignerSer…
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))]
15805 …protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw… in CreateControlsInstance()
15806 protected override void OnRightToLeftChanged(System.EventArgs e) { } in OnRightToLeftChanged()
15807 protected override void OnSizeChanged(System.EventArgs e) { } in OnSizeChanged()
15809 [System.ComponentModel.DefaultEventAttribute("Load")]
15810 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ToolStripContentPanelDesigne…
15811 [System.ComponentModel.InitializationEventAttribute("Load")]
15812 [System.ComponentModel.ToolboxItemAttribute(false)]
15813 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
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
15819 [System.ComponentModel.BrowsableAttribute(false)]
15820 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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))]
15826 [System.ComponentModel.BrowsableAttribute(false)]
15827 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
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.DesignerSer…
15836 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15838 [System.ComponentModel.BrowsableAttribute(false)]
15839 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
15846 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15848 [System.ComponentModel.BrowsableAttribute(false)]
15849 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
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.DesignerSer…
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.DesignerSer…
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.DesignerSer…
15866 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15868 [System.ComponentModel.BrowsableAttribute(false)]
15869 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
15874 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15876 [System.ComponentModel.BrowsableAttribute(false)]
15877 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
15878 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
15880 [System.ComponentModel.BrowsableAttribute(false)]
15881 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
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.DesignerSer…
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 { } }
15903 protected override void OnHandleCreated(System.EventArgs e) { } in OnHandleCreated()
15904 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
15905 protected virtual void OnLoad(System.EventArgs e) { } in OnLoad()
15906 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
15907 protected override void OnPaintBackground(System.Windows.Forms.PaintEventArgs e) { } in OnPaintBackground()
15908 protected virtual void OnRendererChanged(System.EventArgs e) { } in OnRendererChanged()
15910 public partial class ToolStripContentPanelRenderEventArgs : System.EventArgs
15912 …public ToolStripContentPanelRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolSt… in ToolStripContentPanelRenderEventArgs()
15913 public System.Drawing.Graphics Graphics { get { throw null; } }
15915 … public System.Windows.Forms.ToolStripContentPanel ToolStripContentPanel { get { throw null; } }
15917 …public delegate void ToolStripContentPanelRenderEventHandler(object sender, System.Windows.Forms.T… in ToolStripContentPanelRenderEventHandler()
15918 public partial class ToolStripControlHost : System.Windows.Forms.ToolStripItem
15920 public ToolStripControlHost(System.Windows.Forms.Control c) { } in ToolStripControlHost()
15921 public ToolStripControlHost(System.Windows.Forms.Control c, string name) { } in ToolStripControlHost()
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 {…
15930 [System.ComponentModel.DefaultValueAttribute(true)]
15932 [System.ComponentModel.BrowsableAttribute(false)]
15933 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
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))]
15948 [System.ComponentModel.BrowsableAttribute(false)]
15949 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
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.DesignerSer…
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.DesignerSer…
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.DesignerSer…
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.DesignerSer…
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.DesignerSer…
15972 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
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("")]
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; } se…
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))]
16007 …protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw nul… in CreateAccessibilityInstance()
16009 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16011 …public override System.Drawing.Size GetPreferredSize(System.Drawing.Size constrainingSize) { throw… in GetPreferredSize()
16013 protected virtual void OnEnter(System.EventArgs e) { } in OnEnter()
16014 protected virtual void OnGotFocus(System.EventArgs e) { } in OnGotFocus()
16015 protected virtual void OnHostedControlResize(System.EventArgs e) { } in OnHostedControlResize()
16016 protected virtual void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { } in OnKeyDown()
16017 protected virtual void OnKeyPress(System.Windows.Forms.KeyPressEventArgs e) { } in OnKeyPress()
16018 protected virtual void OnKeyUp(System.Windows.Forms.KeyEventArgs e) { } in OnKeyUp()
16019 protected internal override void OnLayout(System.Windows.Forms.LayoutEventArgs e) { } in OnLayout()
16020 protected virtual void OnLeave(System.EventArgs e) { } in OnLeave()
16021 protected virtual void OnLostFocus(System.EventArgs e) { } in OnLostFocus()
16022 protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { } in OnPaint()
16023 …protected override void OnParentChanged(System.Windows.Forms.ToolStrip oldParent, System.Windows.F… in OnParentChanged()
16024 protected virtual void OnSubscribeControlEvents(System.Windows.Forms.Control control) { } in OnSubscribeControlEvents()
16025 protected virtual void OnUnsubscribeControlEvents(System.Windows.Forms.Control control) { } in OnUnsubscribeControlEvents()
16026 protected virtual void OnValidated(System.EventArgs e) { } in OnValidated()
16027 protected virtual void OnValidating(System.ComponentModel.CancelEventArgs e) { } in OnValidating()
16028 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
16029 …protected internal override bool ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.… in ProcessCmdKey()
16030 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
16031 …protected internal override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null;… in ProcessDialogKey()
16032 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Inhe…
16033 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
16035 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16037 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16041 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ToolStripDropDownDesigner, S…
16042 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
16043 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
16044 public partial class ToolStripDropDown : System.Windows.Forms.ToolStrip
16047 [System.ComponentModel.BrowsableAttribute(false)]
16048 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16050 [System.ComponentModel.BrowsableAttribute(false)]
16051 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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)]
16058 [System.ComponentModel.DefaultValueAttribute(true)]
16060 [System.ComponentModel.BrowsableAttribute(false)]
16061 [System.ComponentModel.DefaultValueAttribute(false)]
16062 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
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 { } }
16070System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAt…
16071 protected override System.Windows.Forms.DockStyle DefaultDock { get { throw null; } }
16072 …public override System.Windows.Forms.ToolStripDropDownDirection DefaultDropDownDirection { get { t…
16073 protected override System.Windows.Forms.Padding DefaultPadding { 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 { } }
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.DesignerSer…
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)]
16097 [System.ComponentModel.BrowsableAttribute(false)]
16098 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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))]
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))]
16122 [System.ComponentModel.BrowsableAttribute(false)]
16123 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
16124 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
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; } se…
16129 [System.ComponentModel.BrowsableAttribute(false)]
16130 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
16131 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16134 [System.ComponentModel.BrowsableAttribute(false)]
16135 [System.ComponentModel.DefaultValueAttribute(false)]
16136 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
16137 [System.ComponentModel.LocalizableAttribute(true)]
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 { } }
16216 public void Close(System.Windows.Forms.ToolStripDropDownCloseReason reason) { } in Close()
16217 …protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw nul… in CreateAccessibilityInstance()
16219 …protected override System.Windows.Forms.LayoutSettings CreateLayoutSettings(System.Windows.Forms.T… in CreateLayoutSettings()
16221 protected virtual void OnClosed(System.Windows.Forms.ToolStripDropDownClosedEventArgs e) { } in OnClosed()
16222 … protected virtual void OnClosing(System.Windows.Forms.ToolStripDropDownClosingEventArgs e) { } in OnClosing()
16223 protected override void OnHandleCreated(System.EventArgs e) { } in OnHandleCreated()
16224 … protected override void OnItemClicked(System.Windows.Forms.ToolStripItemClickedEventArgs e) { } in OnItemClicked()
16225 protected override void OnLayout(System.Windows.Forms.LayoutEventArgs e) { } in OnLayout()
16226 protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs mea) { } in OnMouseUp()
16227 protected virtual void OnOpened(System.EventArgs e) { } in OnOpened()
16228 protected virtual void OnOpening(System.ComponentModel.CancelEventArgs e) { } in OnOpening()
16229 protected override void OnParentChanged(System.EventArgs e) { } in OnParentChanged()
16230 protected override void OnVisibleChanged(System.EventArgs e) { } in OnVisibleChanged()
16231 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16232 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
16234 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
16235 protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; } in ProcessDialogKey()
16236 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
16238 …protected override void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpeci… in ScaleControl()
16239 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16241 …protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.Bo… in SetBoundsCore()
16243 [System.ComponentModel.BrowsableAttribute(false)]
16244 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16246 public void Show(System.Drawing.Point screenLocation) { } in Show()
16247 …public void Show(System.Drawing.Point position, System.Windows.Forms.ToolStripDropDownDirection di… in Show()
16249 public void Show(System.Windows.Forms.Control control, System.Drawing.Point position) { } in Show()
16250 …public void Show(System.Windows.Forms.Control control, System.Drawing.Point position, System.Windo… in Show()
16251 public void Show(System.Windows.Forms.Control control, int x, int y) { } in Show()
16252 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
16253 protected override void WndProc(ref System.Windows.Forms.Message m) { } in WndProc()
16254 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
16255 …public partial class ToolStripDropDownAccessibleObject : System.Windows.Forms.ToolStrip.ToolStripA…
16257 …public ToolStripDropDownAccessibleObject(System.Windows.Forms.ToolStripDropDown owner) : base (def… in ToolStripDropDownAccessibleObject()
16259 public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
16262 …[System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute((System.Windows.Forms.Desi…
16263 public partial class ToolStripDropDownButton : System.Windows.Forms.ToolStripDropDownItem
16266 public ToolStripDropDownButton(System.Drawing.Image image) { } in ToolStripDropDownButton()
16268 public ToolStripDropDownButton(string text, System.Drawing.Image image) { } in ToolStripDropDownButton()
16269 …public ToolStripDropDownButton(string text, System.Drawing.Image image, System.EventHandler onClic… in ToolStripDropDownButton()
16270 …public ToolStripDropDownButton(string text, System.Drawing.Image image, System.EventHandler onClic… in ToolStripDropDownButton()
16271 …public ToolStripDropDownButton(string text, System.Drawing.Image image, params System.Windows.Form… in ToolStripDropDownButton()
16272 [System.ComponentModel.DefaultValueAttribute(true)]
16275 [System.ComponentModel.DefaultValueAttribute(true)]
16277 … protected override System.Windows.Forms.ToolStripDropDown CreateDefaultDropDown() { throw null; } in CreateDefaultDropDown()
16278 protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { } in OnMouseDown()
16279 protected override void OnMouseLeave(System.EventArgs e) { } in OnMouseLeave()
16280 protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs e) { } in OnMouseUp()
16281 protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { } in OnPaint()
16282 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
16285 public partial class ToolStripDropDownClosedEventArgs : System.EventArgs
16287 …public ToolStripDropDownClosedEventArgs(System.Windows.Forms.ToolStripDropDownCloseReason reason) … in ToolStripDropDownClosedEventArgs()
16288 public System.Windows.Forms.ToolStripDropDownCloseReason CloseReason { get { throw null; } }
16290 …public delegate void ToolStripDropDownClosedEventHandler(object sender, System.Windows.Forms.ToolS… in ToolStripDropDownClosedEventHandler()
16299 public partial class ToolStripDropDownClosingEventArgs : System.ComponentModel.CancelEventArgs
16301 …public ToolStripDropDownClosingEventArgs(System.Windows.Forms.ToolStripDropDownCloseReason reason)… in ToolStripDropDownClosingEventArgs()
16302 public System.Windows.Forms.ToolStripDropDownCloseReason CloseReason { get { throw null; } }
16304 …public delegate void ToolStripDropDownClosingEventHandler(object sender, System.Windows.Forms.Tool… in ToolStripDropDownClosingEventHandler()
16315 [System.ComponentModel.DefaultPropertyAttribute("DropDownItems")]
16316 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ToolStripMenuItemDesigner, S…
16317 public abstract partial class ToolStripDropDownItem : System.Windows.Forms.ToolStripItem
16320 …protected ToolStripDropDownItem(string text, System.Drawing.Image image, System.EventHandler onCli… in ToolStripDropDownItem()
16321 …protected ToolStripDropDownItem(string text, System.Drawing.Image image, System.EventHandler onCli… in ToolStripDropDownItem()
16322 …protected ToolStripDropDownItem(string text, System.Drawing.Image image, params System.Windows.For… in ToolStripDropDownItem()
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.DesignerSer…
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)]
16332 [System.ComponentModel.BrowsableAttribute(false)]
16334 [System.ComponentModel.BrowsableAttribute(false)]
16335 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
16337 public event System.EventHandler DropDownClosed { add { } remove { } }
16338 …public event System.Windows.Forms.ToolStripItemClickedEventHandler DropDownItemClicked { add { } r…
16339 public event System.EventHandler DropDownOpened { add { } remove { } }
16340 public event System.EventHandler DropDownOpening { add { } remove { } }
16341 …protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw nul… in CreateAccessibilityInstance()
16342 … protected virtual System.Windows.Forms.ToolStripDropDown CreateDefaultDropDown() { throw null; } in CreateDefaultDropDown()
16346 protected internal virtual void OnDropDownClosed(System.EventArgs e) { } in OnDropDownClosed()
16347 protected virtual void OnDropDownHide(System.EventArgs e) { } in OnDropDownHide()
16348 …protected internal virtual void OnDropDownItemClicked(System.Windows.Forms.ToolStripItemClickedEve… in OnDropDownItemClicked()
16349 protected internal virtual void OnDropDownOpened(System.EventArgs e) { } in OnDropDownOpened()
16350 protected virtual void OnDropDownShow(System.EventArgs e) { } in OnDropDownShow()
16351 protected override void OnFontChanged(System.EventArgs e) { } in OnFontChanged()
16352 protected override void OnRightToLeftChanged(System.EventArgs e) { } in OnRightToLeftChanged()
16353 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
16354 …protected internal override bool ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.… in ProcessCmdKey()
16355 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
16356 …protected internal override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null;… in ProcessDialogKey()
16359 …public partial class ToolStripDropDownItemAccessibleObject : System.Windows.Forms.ToolStripItem.To…
16361 …ic ToolStripDropDownItemAccessibleObject(System.Windows.Forms.ToolStripDropDownItem item) : base (… in ToolStripDropDownItemAccessibleObject()
16362 public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
16363 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
16365 public override System.Windows.Forms.AccessibleObject GetChild(int index) { throw null; } in GetChild()
16368 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ToolStripDropDownDesigner, S…
16369 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
16370 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
16371 public partial class ToolStripDropDownMenu : System.Windows.Forms.ToolStripDropDown
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)]
16382 [System.ComponentModel.DefaultValueAttribute(true)]
16384 …otected internal override System.Windows.Forms.ToolStripItem CreateDefaultItem(string text, System in CreateDefaultItem()
16385 protected override void OnFontChanged(System.EventArgs e) { } in OnFontChanged()
16386 protected override void OnLayout(System.Windows.Forms.LayoutEventArgs e) { } in OnLayout()
16387 protected override void OnPaintBackground(System.Windows.Forms.PaintEventArgs e) { } in OnPaintBackground()
16395 … public partial class ToolStripGripRenderEventArgs : System.Windows.Forms.ToolStripRenderEventArgs
16397 …nderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStrip toolStrip) : base (default… in ToolStripGripRenderEventArgs()
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; } }
16402 …public delegate void ToolStripGripRenderEventHandler(object sender, System.Windows.Forms.ToolStrip… in ToolStripGripRenderEventHandler()
16408 [System.ComponentModel.DefaultEventAttribute("Click")]
16409 [System.ComponentModel.DefaultPropertyAttribute("Text")]
16410 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ToolStripItemDesigner, Syste…
16411 [System.ComponentModel.DesignTimeVisibleAttribute(false)]
16412 [System.ComponentModel.ToolboxItemAttribute(false)]
16413 …partial class ToolStripItem : System.ComponentModel.Component, System.ComponentModel.IComponent, S…
16416 … protected ToolStripItem(string text, System.Drawing.Image image, System.EventHandler onClick) { } in ToolStripItem()
16417 …protected ToolStripItem(string text, System.Drawing.Image image, System.EventHandler onClick, stri… in ToolStripItem()
16418 [System.ComponentModel.BrowsableAttribute(false)]
16419 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
16424 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16426 [System.ComponentModel.DefaultValueAttribute(null)]
16427 [System.ComponentModel.LocalizableAttribute(true)]
16429 [System.ComponentModel.DefaultValueAttribute(null)]
16430 [System.ComponentModel.LocalizableAttribute(true)]
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))]
16440 [System.ComponentModel.BrowsableAttribute(false)]
16441 [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.AnchorStyles)(5))]
16442 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
16443 public System.Windows.Forms.AnchorStyles Anchor { get { throw null; } set { } }
16444 [System.ComponentModel.DefaultValueAttribute(true)]
16445 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
16446 [System.ComponentModel.LocalizableAttribute(true)]
16447 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
16449 [System.ComponentModel.DefaultValueAttribute(false)]
16451 [System.ComponentModel.BrowsableAttribute(false)]
16452 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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)]
16465 [System.ComponentModel.BrowsableAttribute(false)]
16466 public System.Drawing.Rectangle ContentRectangle { get { throw null; } }
16468 …protected virtual System.Windows.Forms.ToolStripItemDisplayStyle DefaultDisplayStyle { get { throw…
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; } }
16473 …public virtual System.Windows.Forms.ToolStripItemDisplayStyle DisplayStyle { get { throw null; } s…
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)]
16479 [System.ComponentModel.DefaultValueAttribute(true)]
16480 [System.ComponentModel.LocalizableAttribute(true)]
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.DesignerSer…
16487 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
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)]
16495System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ToolStripImageIndexEditor, Syst…
16496 [System.ComponentModel.LocalizableAttribute(true)]
16497 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
16498 …[System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.NoneExcludedImageIndexConverte…
16499 [System.Windows.Forms.RelatedImageListAttribute("Owner.ImageList")]
16501 [System.ComponentModel.BrowsableAttribute(false)]
16502System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ToolStripImageIndexEditor, Syst…
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")]
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)]
16515 [System.ComponentModel.BrowsableAttribute(false)]
16517 [System.ComponentModel.BrowsableAttribute(false)]
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)]
16524 [System.ComponentModel.BrowsableAttribute(false)]
16525 [System.ComponentModel.DefaultValueAttribute(null)]
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.DesignerSer…
16531 public System.Windows.Forms.ToolStrip Owner { get { throw null; } set { } }
16532 [System.ComponentModel.BrowsableAttribute(false)]
16533 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
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.DesignerSer…
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)]
16549 [System.ComponentModel.BrowsableAttribute(false)]
16550 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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))]
16560 [System.ComponentModel.DefaultValueAttribute("")]
16561 [System.ComponentModel.LocalizableAttribute(true)]
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 { } }
16570System.ComponentModel.EditorAttribute("System.ComponentModel.Design.MultilineStringEditor, System.…
16571 [System.ComponentModel.LocalizableAttribute(true)]
16573 [System.ComponentModel.LocalizableAttribute(true)]
16575 [System.ComponentModel.BrowsableAttribute(false)]
16576 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
16577 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
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 …
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))]
16619 …protected virtual System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null… in CreateAccessibilityInstance()
16621 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16622 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Dema…
16623 …public System.Windows.Forms.DragDropEffects DoDragDrop(object data, System.Windows.Forms.DragDropE… in DoDragDrop()
16624 public System.Windows.Forms.ToolStrip GetCurrentParent() { throw null; } in GetCurrentParent()
16625 …public virtual System.Drawing.Size GetPreferredSize(System.Drawing.Size constrainingSize) { throw … in GetPreferredSize()
16627 public void Invalidate(System.Drawing.Rectangle r) { } in Invalidate()
16629 … protected internal virtual bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; } in IsInputKey()
16630 protected virtual void OnAvailableChanged(System.EventArgs e) { } in OnAvailableChanged()
16631 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16632 protected virtual void OnBackColorChanged(System.EventArgs e) { } in OnBackColorChanged()
16634 protected virtual void OnClick(System.EventArgs e) { } in OnClick()
16635 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16636 protected virtual void OnDisplayStyleChanged(System.EventArgs e) { } in OnDisplayStyleChanged()
16637 protected virtual void OnDoubleClick(System.EventArgs e) { } in OnDoubleClick()
16638 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16639 protected virtual void OnDragDrop(System.Windows.Forms.DragEventArgs dragEvent) { } in OnDragDrop()
16640 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16641 protected virtual void OnDragEnter(System.Windows.Forms.DragEventArgs dragEvent) { } in OnDragEnter()
16642 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16643 protected virtual void OnDragLeave(System.EventArgs e) { } in OnDragLeave()
16644 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16645 protected virtual void OnDragOver(System.Windows.Forms.DragEventArgs dragEvent) { } in OnDragOver()
16646 protected virtual void OnEnabledChanged(System.EventArgs e) { } in OnEnabledChanged()
16647 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16648 protected virtual void OnFontChanged(System.EventArgs e) { } in OnFontChanged()
16649 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16650 protected virtual void OnForeColorChanged(System.EventArgs e) { } in OnForeColorChanged()
16651 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16652 …protected virtual void OnGiveFeedback(System.Windows.Forms.GiveFeedbackEventArgs giveFeedbackEvent… in OnGiveFeedback()
16653 protected internal virtual void OnLayout(System.Windows.Forms.LayoutEventArgs e) { } in OnLayout()
16654 protected virtual void OnLocationChanged(System.EventArgs e) { } in OnLocationChanged()
16655 protected virtual void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { } in OnMouseDown()
16656 protected virtual void OnMouseEnter(System.EventArgs e) { } in OnMouseEnter()
16657 protected virtual void OnMouseHover(System.EventArgs e) { } in OnMouseHover()
16658 protected virtual void OnMouseLeave(System.EventArgs e) { } in OnMouseLeave()
16659 protected virtual void OnMouseMove(System.Windows.Forms.MouseEventArgs mea) { } in OnMouseMove()
16660 protected virtual void OnMouseUp(System.Windows.Forms.MouseEventArgs e) { } in OnMouseUp()
16661 protected virtual void OnOwnerChanged(System.EventArgs e) { } in OnOwnerChanged()
16662 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16663 protected internal virtual void OnOwnerFontChanged(System.EventArgs e) { } in OnOwnerFontChanged()
16664 protected virtual void OnPaint(System.Windows.Forms.PaintEventArgs e) { } in OnPaint()
16665 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16666 protected virtual void OnParentBackColorChanged(System.EventArgs e) { } in OnParentBackColorChanged()
16667 …protected virtual void OnParentChanged(System.Windows.Forms.ToolStrip oldParent, System.Windows.Fo… in OnParentChanged()
16668 protected internal virtual void OnParentEnabledChanged(System.EventArgs e) { } in OnParentEnabledChanged()
16669 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16670 protected virtual void OnParentForeColorChanged(System.EventArgs e) { } in OnParentForeColorChanged()
16671 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16672 protected internal virtual void OnParentRightToLeftChanged(System.EventArgs e) { } in OnParentRightToLeftChanged()
16673 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16674 …protected virtual void OnQueryContinueDrag(System.Windows.Forms.QueryContinueDragEventArgs queryCo… in OnQueryContinueDrag()
16675 protected virtual void OnRightToLeftChanged(System.EventArgs e) { } in OnRightToLeftChanged()
16676 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16677 protected virtual void OnTextChanged(System.EventArgs e) { } in OnTextChanged()
16678 protected virtual void OnVisibleChanged(System.EventArgs e) { } in OnVisibleChanged()
16680 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
16681 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
16682 …protected internal virtual bool ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.F… in ProcessCmdKey()
16683 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Inhe…
16684 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
16685 …protected internal virtual bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; } in ProcessDialogKey()
16686 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Inhe…
16687 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
16689 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16691 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16693 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16695 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16697 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16699 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16701 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16703 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16705 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16708 protected internal virtual void SetBounds(System.Drawing.Rectangle bounds) { } in SetBounds()
16710 … void System.Windows.Forms.IDropTarget.OnDragDrop(System.Windows.Forms.DragEventArgs dragEvent) { } in System.Windows.Forms.IDropTarget.OnDragDrop()
16711 …void System.Windows.Forms.IDropTarget.OnDragEnter(System.Windows.Forms.DragEventArgs dragEvent) { } in System.Windows.Forms.IDropTarget.OnDragEnter()
16712 void System.Windows.Forms.IDropTarget.OnDragLeave(System.EventArgs e) { } in System.Windows.Forms.IDropTarget.OnDragLeave()
16713 … void System.Windows.Forms.IDropTarget.OnDragOver(System.Windows.Forms.DragEventArgs dragEvent) { } in System.Windows.Forms.IDropTarget.OnDragOver()
16715 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
16716 public partial class ToolStripItemAccessibleObject : System.Windows.Forms.AccessibleObject
16718 public ToolStripItemAccessibleObject(System.Windows.Forms.ToolStripItem ownerItem) { } in ToolStripItemAccessibleObject()
16719 public override System.Drawing.Rectangle Bounds { get { throw null; } }
16725System.Windows.Forms.AccessibleObject Parent { [System.Security.Permissions.SecurityPermissionAttr…
16726 public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
16727 public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
16728 public void AddState(System.Windows.Forms.AccessibleStates state) { } in AddState()
16729 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
16732 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
16733 …public override System.Windows.Forms.AccessibleObject Navigate(System.Windows.Forms.AccessibleNavi… in Navigate()
16742 public partial class ToolStripItemClickedEventArgs : System.EventArgs
16744 public ToolStripItemClickedEventArgs(System.Windows.Forms.ToolStripItem clickedItem) { } in ToolStripItemClickedEventArgs()
16745 public System.Windows.Forms.ToolStripItem ClickedItem { get { throw null; } }
16747 …public delegate void ToolStripItemClickedEventHandler(object sender, System.Windows.Forms.ToolStri… in ToolStripItemClickedEventHandler()
16748System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ToolStripCollectionEditor, Syst…
16749 [System.ComponentModel.ListBindableAttribute(false)]
16750 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Inhe…
16751 …mCollection : System.Windows.Forms.Layout.ArrangedElementCollection, System.Collections.ICollectio…
16753 …public ToolStripItemCollection(System.Windows.Forms.ToolStrip owner, System.Windows.Forms.ToolStri… in ToolStripItemCollection()
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 { } }
16759 public System.Windows.Forms.ToolStripItem Add(System.Drawing.Image image) { throw null; } in Add()
16760 public System.Windows.Forms.ToolStripItem Add(string text) { throw null; } in Add()
16761 …public System.Windows.Forms.ToolStripItem Add(string text, System.Drawing.Image image) { throw nul… in Add()
16762 …public System.Windows.Forms.ToolStripItem Add(string text, System.Drawing.Image image, System.Even… in Add()
16763 public int Add(System.Windows.Forms.ToolStripItem value) { throw null; } in Add()
16764 public void AddRange(System.Windows.Forms.ToolStripItemCollection toolStripItems) { } in AddRange()
16765 public void AddRange(System.Windows.Forms.ToolStripItem[] toolStripItems) { } in AddRange()
16767 public bool Contains(System.Windows.Forms.ToolStripItem value) { throw null; } in Contains()
16769 public void CopyTo(System.Windows.Forms.ToolStripItem[] array, int index) { } in CopyTo()
16770 …public System.Windows.Forms.ToolStripItem[] Find(string key, bool searchAllChildren) { throw null;… in Find()
16771 public int IndexOf(System.Windows.Forms.ToolStripItem value) { throw null; } in IndexOf()
16773 public void Insert(int index, System.Windows.Forms.ToolStripItem value) { } in Insert()
16774 public void Remove(System.Windows.Forms.ToolStripItem value) { } in Remove()
16777 int System.Collections.IList.Add(object value) { throw null; } in System.Collections.IList.Add()
16778 void System.Collections.IList.Clear() { } in System.Collections.IList.Clear()
16779 bool System.Collections.IList.Contains(object value) { throw null; } in System.Collections.IList.Contains()
16780 int System.Collections.IList.IndexOf(object value) { throw null; } in System.Collections.IList.IndexOf()
16781 void System.Collections.IList.Insert(int index, object value) { } in System.Collections.IList.Insert()
16782 void System.Collections.IList.Remove(object value) { } in System.Collections.IList.Remove()
16783 void System.Collections.IList.RemoveAt(int index) { } in System.Collections.IList.RemoveAt()
16792 public partial class ToolStripItemEventArgs : System.EventArgs
16794 public ToolStripItemEventArgs(System.Windows.Forms.ToolStripItem item) { } in ToolStripItemEventArgs()
16795 public System.Windows.Forms.ToolStripItem Item { get { throw null; } }
16797 …public delegate void ToolStripItemEventHandler(object sender, System.Windows.Forms.ToolStripItemEv… in ToolStripItemEventHandler()
16798 …public partial class ToolStripItemImageRenderEventArgs : System.Windows.Forms.ToolStripItemRenderE…
16800System.Drawing.Graphics g, System.Windows.Forms.ToolStripItem item, System.Drawing.Image image, Sy… in ToolStripItemImageRenderEventArgs()
16801System.Drawing.Graphics g, System.Windows.Forms.ToolStripItem item, System.Drawing.Rectangle image… in ToolStripItemImageRenderEventArgs()
16802 public System.Drawing.Image Image { get { throw null; } }
16803 public System.Drawing.Rectangle ImageRectangle { get { throw null; } }
16805 …public delegate void ToolStripItemImageRenderEventHandler(object sender, System.Windows.Forms.Tool… in ToolStripItemImageRenderEventHandler()
16823 public partial class ToolStripItemRenderEventArgs : System.EventArgs
16825 …public ToolStripItemRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripItem … in ToolStripItemRenderEventArgs()
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; } }
16830 …public delegate void ToolStripItemRenderEventHandler(object sender, System.Windows.Forms.ToolStrip… in ToolStripItemRenderEventHandler()
16831 …public partial class ToolStripItemTextRenderEventArgs : System.Windows.Forms.ToolStripItemRenderEv…
16833System.Drawing.Graphics g, System.Windows.Forms.ToolStripItem item, string text, System.Drawing.Re… in ToolStripItemTextRenderEventArgs()
16834System.Drawing.Graphics g, System.Windows.Forms.ToolStripItem item, string text, System.Drawing.Re… in ToolStripItemTextRenderEventArgs()
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 { } }
16842 …public delegate void ToolStripItemTextRenderEventHandler(object sender, System.Windows.Forms.ToolS… in ToolStripItemTextRenderEventHandler()
16843 …[System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute((System.Windows.Forms.Desi…
16844 public partial class ToolStripLabel : System.Windows.Forms.ToolStripItem
16847 public ToolStripLabel(System.Drawing.Image image) { } in ToolStripLabel()
16849 public ToolStripLabel(string text, System.Drawing.Image image) { } in ToolStripLabel()
16850 public ToolStripLabel(string text, System.Drawing.Image image, bool isLink) { } in ToolStripLabel()
16851 …public ToolStripLabel(string text, System.Drawing.Image image, bool isLink, System.EventHandler on… in ToolStripLabel()
16852 …public ToolStripLabel(string text, System.Drawing.Image image, bool isLink, System.EventHandler on… in ToolStripLabel()
16853 public System.Drawing.Color ActiveLinkColor { get { throw null; } set { } }
16855 [System.ComponentModel.DefaultValueAttribute(false)]
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)]
16862 public System.Drawing.Color VisitedLinkColor { get { throw null; } set { } }
16863 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16864 …protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw nul… in CreateAccessibilityInstance()
16865 protected override void OnFontChanged(System.EventArgs e) { } in OnFontChanged()
16866 protected override void OnMouseEnter(System.EventArgs e) { } in OnMouseEnter()
16867 protected override void OnMouseLeave(System.EventArgs e) { } in OnMouseLeave()
16868 protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { } in OnPaint()
16869 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
16883System.Windows.Forms.ToolStripRenderer Renderer { get { throw null; } [System.Security.Permissions…
16884System.Windows.Forms.ToolStripManagerRenderMode RenderMode { get { throw null; } [System.Security.…
16885 …t { throw null; } [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.S…
16886 public static event System.EventHandler RendererChanged { add { } remove { } }
16887 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Dema…
16888 … public static System.Windows.Forms.ToolStrip FindToolStrip(string toolStripName) { throw null; } in FindToolStrip()
16889 public static bool IsShortcutDefined(System.Windows.Forms.Keys shortcut) { throw null; } in IsShortcutDefined()
16890 public static bool IsValidShortcut(System.Windows.Forms.Keys shortcut) { throw null; } in IsValidShortcut()
16891 public static void LoadSettings(System.Windows.Forms.Form targetForm) { } in LoadSettings()
16892 public static void LoadSettings(System.Windows.Forms.Form targetForm, string key) { } in LoadSettings()
16893 …public static bool Merge(System.Windows.Forms.ToolStrip sourceToolStrip, string targetName) { thro… in Merge()
16894 …public static bool Merge(System.Windows.Forms.ToolStrip sourceToolStrip, System.Windows.Forms.Tool… in Merge()
16896 … public static bool RevertMerge(System.Windows.Forms.ToolStrip targetToolStrip) { throw null; } in RevertMerge()
16897 …public static bool RevertMerge(System.Windows.Forms.ToolStrip targetToolStrip, System.Windows.Form… in RevertMerge()
16898 public static void SaveSettings(System.Windows.Forms.Form sourceForm) { } in SaveSettings()
16899 public static void SaveSettings(System.Windows.Forms.Form sourceForm, string key) { } in SaveSettings()
16903 [System.ComponentModel.BrowsableAttribute(false)]
16906 System = 1, enumerator
16908 …[System.ComponentModel.Design.Serialization.DesignerSerializerAttribute("System.Windows.Forms.Desi…
16909 …[System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute((System.Windows.Forms.Desi…
16910 public partial class ToolStripMenuItem : System.Windows.Forms.ToolStripDropDownItem
16913 public ToolStripMenuItem(System.Drawing.Image image) { } in ToolStripMenuItem()
16915 public ToolStripMenuItem(string text, System.Drawing.Image image) { } in ToolStripMenuItem()
16916 … public ToolStripMenuItem(string text, System.Drawing.Image image, System.EventHandler onClick) { } in ToolStripMenuItem()
16917 …public ToolStripMenuItem(string text, System.Drawing.Image image, System.EventHandler onClick, str… in ToolStripMenuItem()
16918 …public ToolStripMenuItem(string text, System.Drawing.Image image, System.EventHandler onClick, Sys… in ToolStripMenuItem()
16919 …public ToolStripMenuItem(string text, System.Drawing.Image image, params System.Windows.Forms.Tool… in ToolStripMenuItem()
16920 [System.ComponentModel.BindableAttribute(true)]
16921 [System.ComponentModel.DefaultValueAttribute(false)]
16922 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
16924 [System.ComponentModel.DefaultValueAttribute(false)]
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; } }
16934 [System.ComponentModel.BrowsableAttribute(false)]
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)]
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)]
16947 public event System.EventHandler CheckedChanged { add { } remove { } }
16948 public event System.EventHandler CheckStateChanged { add { } remove { } }
16949 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
16950 …protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw nul… in CreateAccessibilityInstance()
16951 … protected override System.Windows.Forms.ToolStripDropDown CreateDefaultDropDown() { throw null; } in CreateDefaultDropDown()
16953 protected virtual void OnCheckedChanged(System.EventArgs e) { } in OnCheckedChanged()
16954 protected virtual void OnCheckStateChanged(System.EventArgs e) { } in OnCheckStateChanged()
16955 protected override void OnClick(System.EventArgs e) { } in OnClick()
16956 protected override void OnDropDownHide(System.EventArgs e) { } in OnDropDownHide()
16957 protected override void OnDropDownShow(System.EventArgs e) { } in OnDropDownShow()
16958 protected override void OnFontChanged(System.EventArgs e) { } in OnFontChanged()
16959 protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { } in OnMouseDown()
16960 protected override void OnMouseEnter(System.EventArgs e) { } in OnMouseEnter()
16961 protected override void OnMouseLeave(System.EventArgs e) { } in OnMouseLeave()
16962 protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs e) { } in OnMouseUp()
16963 protected override void OnOwnerChanged(System.EventArgs e) { } in OnOwnerChanged()
16964 protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { } in OnPaint()
16965 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
16966 …protected internal override bool ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.… in ProcessCmdKey()
16967 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
16969 protected internal override void SetBounds(System.Drawing.Rectangle rect) { } in SetBounds()
16971 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
16972 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
16973 …c partial class ToolStripOverflow : System.Windows.Forms.ToolStripDropDown, System.ComponentModel.…
16975 public ToolStripOverflow(System.Windows.Forms.ToolStripItem parentItem) { } in ToolStripOverflow()
16976 …protected internal override System.Windows.Forms.ToolStripItemCollection DisplayedItems { get { th…
16977 public override System.Windows.Forms.ToolStripItemCollection Items { get { throw null; } }
16978 … public override System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get { throw null; } }
16979 …protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw nul… in CreateAccessibilityInstance()
16980 …public override System.Drawing.Size GetPreferredSize(System.Drawing.Size constrainingSize) { throw… in GetPreferredSize()
16981 protected override void OnLayout(System.Windows.Forms.LayoutEventArgs e) { } in OnLayout()
16984 …[System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute((System.Windows.Forms.Desi…
16985 public partial class ToolStripOverflowButton : System.Windows.Forms.ToolStripDropDownButton
16988 … protected internal override System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
16990 [System.ComponentModel.BrowsableAttribute(false)]
16991 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
16992 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
16994 …protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw nul… in CreateAccessibilityInstance()
16995 … protected override System.Windows.Forms.ToolStripDropDown CreateDefaultDropDown() { throw null; } in CreateDefaultDropDown()
16997 …public override System.Drawing.Size GetPreferredSize(System.Drawing.Size constrainingSize) { throw… in GetPreferredSize()
16998 protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { } in OnPaint()
16999 protected internal override void SetBounds(System.Drawing.Rectangle bounds) { } in SetBounds()
17001 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ToolStripPanelDesigner, Syst…
17002 …[System.Drawing.ToolboxBitmapAttribute(typeof(System.Windows.Forms.ToolStripPanel), "ToolStripPane…
17003 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
17004 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
17005 …ublic partial class ToolStripPanel : System.Windows.Forms.ContainerControl, System.ComponentModel.…
17008 [System.ComponentModel.BrowsableAttribute(false)]
17009 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
17010 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17012 [System.ComponentModel.BrowsableAttribute(false)]
17013 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
17014 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17016 [System.ComponentModel.BrowsableAttribute(false)]
17017 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
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.DesignerSer…
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))]
17035 public System.Windows.Forms.Orientation Orientation { get { throw null; } set { } }
17036 [System.ComponentModel.BrowsableAttribute(false)]
17037 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
17043 public System.Windows.Forms.ToolStripPanelRow[] Rows { get { throw null; } }
17044 [System.ComponentModel.BrowsableAttribute(false)]
17045 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
17046 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17048 [System.ComponentModel.BrowsableAttribute(false)]
17049 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
17050 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17052 [System.ComponentModel.BrowsableAttribute(false)]
17053 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
17054 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
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 { } }
17070 …protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw… in CreateControlsInstance()
17073 public void Join(System.Windows.Forms.ToolStrip toolStripToDrag) { } in Join()
17074 …public void Join(System.Windows.Forms.ToolStrip toolStripToDrag, System.Drawing.Point location) { } in Join()
17075 public void Join(System.Windows.Forms.ToolStrip toolStripToDrag, int row) { } in Join()
17076 public void Join(System.Windows.Forms.ToolStrip toolStripToDrag, int x, int y) { } in Join()
17077 protected override void OnControlAdded(System.Windows.Forms.ControlEventArgs e) { } in OnControlAdded()
17078 protected override void OnControlRemoved(System.Windows.Forms.ControlEventArgs e) { } in OnControlRemoved()
17079 protected override void OnDockChanged(System.EventArgs e) { } in OnDockChanged()
17080 protected override void OnLayout(System.Windows.Forms.LayoutEventArgs e) { } in OnLayout()
17081 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
17082 protected override void OnPaintBackground(System.Windows.Forms.PaintEventArgs e) { } in OnPaintBackground()
17083 protected override void OnParentChanged(System.EventArgs e) { } in OnParentChanged()
17084 protected virtual void OnRendererChanged(System.EventArgs e) { } in OnRendererChanged()
17085 protected override void OnRightToLeftChanged(System.EventArgs e) { } in OnRightToLeftChanged()
17086 …public System.Windows.Forms.ToolStripPanelRow PointToRow(System.Drawing.Point clientLocation) { th… in PointToRow()
17087 [System.ComponentModel.ListBindableAttribute(false)]
17088 [System.Runtime.InteropServices.ComVisibleAttribute(false)]
17089 …wCollection : System.Windows.Forms.Layout.ArrangedElementCollection, System.Collections.ICollectio…
17091 public ToolStripPanelRowCollection(System.Windows.Forms.ToolStripPanel owner) { } in ToolStripPanelRowCollection()
17092 …public ToolStripPanelRowCollection(System.Windows.Forms.ToolStripPanel owner, System.Windows.Forms… in ToolStripPanelRowCollection()
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 { } }
17097 public int Add(System.Windows.Forms.ToolStripPanelRow value) { throw null; } in Add()
17098 … public void AddRange(System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection value) { } in AddRange()
17099 public void AddRange(System.Windows.Forms.ToolStripPanelRow[] value) { } in AddRange()
17101 public bool Contains(System.Windows.Forms.ToolStripPanelRow value) { throw null; } in Contains()
17102 public void CopyTo(System.Windows.Forms.ToolStripPanelRow[] array, int index) { } in CopyTo()
17103 public int IndexOf(System.Windows.Forms.ToolStripPanelRow value) { throw null; } in IndexOf()
17104 public void Insert(int index, System.Windows.Forms.ToolStripPanelRow value) { } in Insert()
17105 public void Remove(System.Windows.Forms.ToolStripPanelRow value) { } in Remove()
17107 int System.Collections.IList.Add(object value) { throw null; } in System.Collections.IList.Add()
17108 void System.Collections.IList.Clear() { } in System.Collections.IList.Clear()
17109 bool System.Collections.IList.Contains(object value) { throw null; } in System.Collections.IList.Contains()
17110 int System.Collections.IList.IndexOf(object value) { throw null; } in System.Collections.IList.IndexOf()
17111 void System.Collections.IList.Insert(int index, object value) { } in System.Collections.IList.Insert()
17112 void System.Collections.IList.Remove(object value) { } in System.Collections.IList.Remove()
17113 void System.Collections.IList.RemoveAt(int index) { } in System.Collections.IList.RemoveAt()
17116 public partial class ToolStripPanelRenderEventArgs : System.EventArgs
17118 …public ToolStripPanelRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripPane… in ToolStripPanelRenderEventArgs()
17119 public System.Drawing.Graphics Graphics { get { throw null; } }
17121 public System.Windows.Forms.ToolStripPanel ToolStripPanel { get { throw null; } }
17123 …public delegate void ToolStripPanelRenderEventHandler(object sender, System.Windows.Forms.ToolStri… in ToolStripPanelRenderEventHandler()
17124 [System.ComponentModel.ToolboxItemAttribute(false)]
17125 …ublic partial class ToolStripPanelRow : System.ComponentModel.Component, System.ComponentModel.ICo…
17127 public ToolStripPanelRow(System.Windows.Forms.ToolStripPanel parent) { } in ToolStripPanelRow()
17128 public System.Drawing.Rectangle Bounds { get { throw null; } }
17129 [System.ComponentModel.BrowsableAttribute(false)]
17130 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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; } }
17140 public bool CanMove(System.Windows.Forms.ToolStrip toolStripToDrag) { throw null; } in CanMove()
17142 …protected void OnBoundsChanged(System.Drawing.Rectangle oldBounds, System.Drawing.Rectangle newBou… in OnBoundsChanged()
17143 …protected internal virtual void OnControlAdded(System.Windows.Forms.Control control, int index) { } in OnControlAdded()
17144 …protected internal virtual void OnControlRemoved(System.Windows.Forms.Control control, int index) … in OnControlRemoved()
17145 protected virtual void OnLayout(System.Windows.Forms.LayoutEventArgs e) { } in OnLayout()
17148 public partial class ToolStripProfessionalRenderer : System.Windows.Forms.ToolStripRenderer
17151 …public ToolStripProfessionalRenderer(System.Windows.Forms.ProfessionalColorTable professionalColor… in ToolStripProfessionalRenderer()
17152 public System.Windows.Forms.ProfessionalColorTable ColorTable { get { throw null; } }
17154 … protected override void OnRenderArrow(System.Windows.Forms.ToolStripArrowRenderEventArgs e) { } in OnRenderArrow()
17155 …protected override void OnRenderButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs… in OnRenderButtonBackground()
17156 …protected override void OnRenderDropDownButtonBackground(System.Windows.Forms.ToolStripItemRenderE… in OnRenderDropDownButtonBackground()
17157 … protected override void OnRenderGrip(System.Windows.Forms.ToolStripGripRenderEventArgs e) { } in OnRenderGrip()
17158 … protected override void OnRenderImageMargin(System.Windows.Forms.ToolStripRenderEventArgs e) { } in OnRenderImageMargin()
17159 …protected override void OnRenderItemCheck(System.Windows.Forms.ToolStripItemImageRenderEventArgs e… in OnRenderItemCheck()
17160 …protected override void OnRenderItemImage(System.Windows.Forms.ToolStripItemImageRenderEventArgs e… in OnRenderItemImage()
17161 …protected override void OnRenderItemText(System.Windows.Forms.ToolStripItemTextRenderEventArgs e) … in OnRenderItemText()
17162 …protected override void OnRenderLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs … in OnRenderLabelBackground()
17163 …protected override void OnRenderMenuItemBackground(System.Windows.Forms.ToolStripItemRenderEventAr… in OnRenderMenuItemBackground()
17164 …protected override void OnRenderOverflowButtonBackground(System.Windows.Forms.ToolStripItemRenderE… in OnRenderOverflowButtonBackground()
17165 …protected override void OnRenderSeparator(System.Windows.Forms.ToolStripSeparatorRenderEventArgs e… in OnRenderSeparator()
17166 …protected override void OnRenderSplitButtonBackground(System.Windows.Forms.ToolStripItemRenderEven… in OnRenderSplitButtonBackground()
17167 …protected override void OnRenderToolStripBackground(System.Windows.Forms.ToolStripRenderEventArgs … in OnRenderToolStripBackground()
17168 …protected override void OnRenderToolStripBorder(System.Windows.Forms.ToolStripRenderEventArgs e) {… in OnRenderToolStripBorder()
17169 …protected override void OnRenderToolStripContentPanelBackground(System.Windows.Forms.ToolStripCont… in OnRenderToolStripContentPanelBackground()
17170 …protected override void OnRenderToolStripPanelBackground(System.Windows.Forms.ToolStripPanelRender… in OnRenderToolStripPanelBackground()
17171 …protected override void OnRenderToolStripStatusLabelBackground(System.Windows.Forms.ToolStripItemR… in OnRenderToolStripStatusLabelBackground()
17173 [System.ComponentModel.DefaultPropertyAttribute("Value")]
17174 public partial class ToolStripProgressBar : System.Windows.Forms.ToolStripControlHost
17176 public ToolStripProgressBar() : base (default(System.Windows.Forms.Control)) { } in ToolStripProgressBar()
17177 public ToolStripProgressBar(string name) : base (default(System.Windows.Forms.Control)) { } in ToolStripProgressBar()
17178 [System.ComponentModel.BrowsableAttribute(false)]
17179 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
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)]
17190 [System.ComponentModel.DefaultValueAttribute(100)]
17191 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
17193 [System.ComponentModel.DefaultValueAttribute(0)]
17194 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
17196 [System.ComponentModel.BrowsableAttribute(false)]
17197 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
17198 public System.Windows.Forms.ProgressBar ProgressBar { get { throw null; } }
17199 [System.ComponentModel.DefaultValueAttribute(false)]
17200 [System.ComponentModel.LocalizableAttribute(true)]
17202 [System.ComponentModel.DefaultValueAttribute(10)]
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.DesignerSer…
17208 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17210 [System.ComponentModel.BindableAttribute(true)]
17211 [System.ComponentModel.DefaultValueAttribute(0)]
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 { } }
17239 protected virtual void OnRightToLeftLayoutChanged(System.EventArgs e) { } in OnRightToLeftLayoutChanged()
17240 protected override void OnSubscribeControlEvents(System.Windows.Forms.Control control) { } in OnSubscribeControlEvents()
17241 protected override void OnUnsubscribeControlEvents(System.Windows.Forms.Control control) { } in OnUnsubscribeControlEvents()
17249 …public event System.Windows.Forms.ToolStripArrowRenderEventHandler RenderArrow { add { } remove { …
17250 …public event System.Windows.Forms.ToolStripItemRenderEventHandler RenderButtonBackground { add { }…
17251 …public event System.Windows.Forms.ToolStripItemRenderEventHandler RenderDropDownButtonBackground {…
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 { } r…
17255 …public event System.Windows.Forms.ToolStripItemImageRenderEventHandler RenderItemCheck { add { } r…
17256 …public event System.Windows.Forms.ToolStripItemImageRenderEventHandler RenderItemImage { add { } r…
17257 …public event System.Windows.Forms.ToolStripItemTextRenderEventHandler RenderItemText { add { } rem…
17258 …public event System.Windows.Forms.ToolStripItemRenderEventHandler RenderLabelBackground { add { } …
17259 …public event System.Windows.Forms.ToolStripItemRenderEventHandler RenderMenuItemBackground { add {…
17260 …public event System.Windows.Forms.ToolStripItemRenderEventHandler RenderOverflowButtonBackground {…
17261 …public event System.Windows.Forms.ToolStripSeparatorRenderEventHandler RenderSeparator { add { } r…
17262 …public event System.Windows.Forms.ToolStripItemRenderEventHandler RenderSplitButtonBackground { ad…
17263 …public event System.Windows.Forms.ToolStripRenderEventHandler RenderStatusStripSizingGrip { add { …
17264 …public event System.Windows.Forms.ToolStripRenderEventHandler RenderToolStripBackground { add { } …
17265 …public event System.Windows.Forms.ToolStripRenderEventHandler RenderToolStripBorder { add { } remo…
17266 …public event System.Windows.Forms.ToolStripContentPanelRenderEventHandler RenderToolStripContentPa…
17267 …public event System.Windows.Forms.ToolStripPanelRenderEventHandler RenderToolStripPanelBackground …
17268 …public event System.Windows.Forms.ToolStripItemRenderEventHandler RenderToolStripStatusLabelBackgr…
17269 …public static System.Drawing.Image CreateDisabledImage(System.Drawing.Image normalImage) { throw n… in CreateDisabledImage()
17270 public void DrawArrow(System.Windows.Forms.ToolStripArrowRenderEventArgs e) { } in DrawArrow()
17271 public void DrawButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { } in DrawButtonBackground()
17272 … public void DrawDropDownButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { } in DrawDropDownButtonBackground()
17273 public void DrawGrip(System.Windows.Forms.ToolStripGripRenderEventArgs e) { } in DrawGrip()
17274 public void DrawImageMargin(System.Windows.Forms.ToolStripRenderEventArgs e) { } in DrawImageMargin()
17275 public void DrawItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { } in DrawItemBackground()
17276 public void DrawItemCheck(System.Windows.Forms.ToolStripItemImageRenderEventArgs e) { } in DrawItemCheck()
17277 public void DrawItemImage(System.Windows.Forms.ToolStripItemImageRenderEventArgs e) { } in DrawItemImage()
17278 public void DrawItemText(System.Windows.Forms.ToolStripItemTextRenderEventArgs e) { } in DrawItemText()
17279 public void DrawLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { } in DrawLabelBackground()
17280 public void DrawMenuItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { } in DrawMenuItemBackground()
17281 … public void DrawOverflowButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { } in DrawOverflowButtonBackground()
17282 public void DrawSeparator(System.Windows.Forms.ToolStripSeparatorRenderEventArgs e) { } in DrawSeparator()
17283 public void DrawSplitButton(System.Windows.Forms.ToolStripItemRenderEventArgs e) { } in DrawSplitButton()
17284 public void DrawStatusStripSizingGrip(System.Windows.Forms.ToolStripRenderEventArgs e) { } in DrawStatusStripSizingGrip()
17285 public void DrawToolStripBackground(System.Windows.Forms.ToolStripRenderEventArgs e) { } in DrawToolStripBackground()
17286 public void DrawToolStripBorder(System.Windows.Forms.ToolStripRenderEventArgs e) { } in DrawToolStripBorder()
17287 …public void DrawToolStripContentPanelBackground(System.Windows.Forms.ToolStripContentPanelRenderEv… in DrawToolStripContentPanelBackground()
17288 … public void DrawToolStripPanelBackground(System.Windows.Forms.ToolStripPanelRenderEventArgs e) { } in DrawToolStripPanelBackground()
17289 …public void DrawToolStripStatusLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e… in DrawToolStripStatusLabelBackground()
17290 protected internal virtual void Initialize(System.Windows.Forms.ToolStrip toolStrip) { } in Initialize()
17291 …protected internal virtual void InitializeContentPanel(System.Windows.Forms.ToolStripContentPanel … in InitializeContentPanel()
17292 protected internal virtual void InitializeItem(System.Windows.Forms.ToolStripItem item) { } in InitializeItem()
17293 …protected internal virtual void InitializePanel(System.Windows.Forms.ToolStripPanel toolStripPanel… in InitializePanel()
17294 … protected virtual void OnRenderArrow(System.Windows.Forms.ToolStripArrowRenderEventArgs e) { } in OnRenderArrow()
17295 …protected virtual void OnRenderButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs … in OnRenderButtonBackground()
17296 …protected virtual void OnRenderDropDownButtonBackground(System.Windows.Forms.ToolStripItemRenderEv… in OnRenderDropDownButtonBackground()
17297 protected virtual void OnRenderGrip(System.Windows.Forms.ToolStripGripRenderEventArgs e) { } in OnRenderGrip()
17298 … protected virtual void OnRenderImageMargin(System.Windows.Forms.ToolStripRenderEventArgs e) { } in OnRenderImageMargin()
17299 …protected virtual void OnRenderItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e)… in OnRenderItemBackground()
17300 …protected virtual void OnRenderItemCheck(System.Windows.Forms.ToolStripItemImageRenderEventArgs e)… in OnRenderItemCheck()
17301 …protected virtual void OnRenderItemImage(System.Windows.Forms.ToolStripItemImageRenderEventArgs e)… in OnRenderItemImage()
17302 …protected virtual void OnRenderItemText(System.Windows.Forms.ToolStripItemTextRenderEventArgs e) {… in OnRenderItemText()
17303 …protected virtual void OnRenderLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e… in OnRenderLabelBackground()
17304 …protected virtual void OnRenderMenuItemBackground(System.Windows.Forms.ToolStripItemRenderEventArg… in OnRenderMenuItemBackground()
17305 …protected virtual void OnRenderOverflowButtonBackground(System.Windows.Forms.ToolStripItemRenderEv… in OnRenderOverflowButtonBackground()
17306 …protected virtual void OnRenderSeparator(System.Windows.Forms.ToolStripSeparatorRenderEventArgs e)… in OnRenderSeparator()
17307 …protected virtual void OnRenderSplitButtonBackground(System.Windows.Forms.ToolStripItemRenderEvent… in OnRenderSplitButtonBackground()
17308 …protected virtual void OnRenderStatusStripSizingGrip(System.Windows.Forms.ToolStripRenderEventArgs… in OnRenderStatusStripSizingGrip()
17309 …protected virtual void OnRenderToolStripBackground(System.Windows.Forms.ToolStripRenderEventArgs e… in OnRenderToolStripBackground()
17310 …protected virtual void OnRenderToolStripBorder(System.Windows.Forms.ToolStripRenderEventArgs e) { } in OnRenderToolStripBorder()
17311 …protected virtual void OnRenderToolStripContentPanelBackground(System.Windows.Forms.ToolStripConte… in OnRenderToolStripContentPanelBackground()
17312 …protected virtual void OnRenderToolStripPanelBackground(System.Windows.Forms.ToolStripPanelRenderE… in OnRenderToolStripPanelBackground()
17313 …protected virtual void OnRenderToolStripStatusLabelBackground(System.Windows.Forms.ToolStripItemRe… in OnRenderToolStripStatusLabelBackground()
17316 public partial class ToolStripRenderEventArgs : System.EventArgs
17318 …public ToolStripRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStrip toolStri… in ToolStripRenderEventArgs()
17319 …ipRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStrip toolStrip, System.Draw… in ToolStripRenderEventArgs()
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; } }
17326 …public delegate void ToolStripRenderEventHandler(object sender, System.Windows.Forms.ToolStripRend… in ToolStripRenderEventHandler()
17329 [System.ComponentModel.BrowsableAttribute(false)]
17333 System = 1, enumerator
17335 …[System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute((System.Windows.Forms.Desi…
17336 public partial class ToolStripSeparator : System.Windows.Forms.ToolStripItem
17339 [System.ComponentModel.BrowsableAttribute(false)]
17340 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
17341 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17343 [System.ComponentModel.BrowsableAttribute(false)]
17344 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
17349 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17350 …public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set {…
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.DesignerSer…
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.DesignerSer…
17360 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17362 [System.ComponentModel.BrowsableAttribute(false)]
17363 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
17364 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17366 [System.ComponentModel.BrowsableAttribute(false)]
17367 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
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.DesignerSer…
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.DesignerSer…
17380 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17381 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
17383 [System.ComponentModel.BrowsableAttribute(false)]
17384 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
17385 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17387 [System.ComponentModel.BrowsableAttribute(false)]
17388 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
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.DesignerSer…
17397 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17399 [System.ComponentModel.BrowsableAttribute(false)]
17400 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
17401 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17403 [System.ComponentModel.BrowsableAttribute(false)]
17404 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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; } se…
17411 [System.ComponentModel.BrowsableAttribute(false)]
17412 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
17417 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
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))]
17429 …protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw nul… in CreateAccessibilityInstance()
17430 …public override System.Drawing.Size GetPreferredSize(System.Drawing.Size constrainingSize) { throw… in GetPreferredSize()
17431 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17432 protected override void OnFontChanged(System.EventArgs e) { } in OnFontChanged()
17433 protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { } in OnPaint()
17434 protected internal override void SetBounds(System.Drawing.Rectangle rect) { } in SetBounds()
17436 …public partial class ToolStripSeparatorRenderEventArgs : System.Windows.Forms.ToolStripItemRenderE…
17438 …s(System.Drawing.Graphics g, System.Windows.Forms.ToolStripSeparator separator, bool vertical) : b… in ToolStripSeparatorRenderEventArgs()
17441 …public delegate void ToolStripSeparatorRenderEventHandler(object sender, System.Windows.Forms.Tool… in ToolStripSeparatorRenderEventHandler()
17442 [System.ComponentModel.DefaultEventAttribute("ButtonClick")]
17443 …[System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute((System.Windows.Forms.Desi…
17444 public partial class ToolStripSplitButton : System.Windows.Forms.ToolStripDropDownItem
17447 public ToolStripSplitButton(System.Drawing.Image image) { } in ToolStripSplitButton()
17449 public ToolStripSplitButton(string text, System.Drawing.Image image) { } in ToolStripSplitButton()
17450 …public ToolStripSplitButton(string text, System.Drawing.Image image, System.EventHandler onClick) … in ToolStripSplitButton()
17451 …public ToolStripSplitButton(string text, System.Drawing.Image image, System.EventHandler onClick, … in ToolStripSplitButton()
17452 …public ToolStripSplitButton(string text, System.Drawing.Image image, params System.Windows.Forms.T… in ToolStripSplitButton()
17453 [System.ComponentModel.DefaultValueAttribute(true)]
17455 [System.ComponentModel.BrowsableAttribute(false)]
17456 public System.Drawing.Rectangle ButtonBounds { get { throw null; } }
17457 [System.ComponentModel.BrowsableAttribute(false)]
17459 [System.ComponentModel.BrowsableAttribute(false)]
17462 [System.ComponentModel.BrowsableAttribute(false)]
17463 [System.ComponentModel.DefaultValueAttribute(null)]
17464 public System.Windows.Forms.ToolStripItem DefaultItem { get { throw null; } set { } }
17466 [System.ComponentModel.BrowsableAttribute(false)]
17467 public System.Drawing.Rectangle DropDownButtonBounds { get { throw null; } }
17468 [System.ComponentModel.BrowsableAttribute(false)]
17470 [System.ComponentModel.BrowsableAttribute(false)]
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 { } }
17478 …protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw nul… in CreateAccessibilityInstance()
17479 … protected override System.Windows.Forms.ToolStripDropDown CreateDefaultDropDown() { throw null; } in CreateDefaultDropDown()
17480 …public override System.Drawing.Size GetPreferredSize(System.Drawing.Size constrainingSize) { throw… in GetPreferredSize()
17481 protected virtual void OnButtonClick(System.EventArgs e) { } in OnButtonClick()
17482 public virtual void OnButtonDoubleClick(System.EventArgs e) { } in OnButtonDoubleClick()
17483 protected virtual void OnDefaultItemChanged(System.EventArgs e) { } in OnDefaultItemChanged()
17484 protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { } in OnMouseDown()
17485 protected override void OnMouseLeave(System.EventArgs e) { } in OnMouseLeave()
17486 protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs e) { } in OnMouseUp()
17487 protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { } in OnPaint()
17488 protected override void OnRightToLeftChanged(System.EventArgs e) { } in OnRightToLeftChanged()
17490 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
17491 …protected internal override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null;… in ProcessDialogKey()
17492 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
17494 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17496 …public partial class ToolStripSplitButtonAccessibleObject : System.Windows.Forms.ToolStripItem.Too…
17498 …lic ToolStripSplitButtonAccessibleObject(System.Windows.Forms.ToolStripSplitButton item) : base (d… in ToolStripSplitButtonAccessibleObject()
17499 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
17503 …[System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute((System.Windows.Forms.Desi…
17504 public partial class ToolStripStatusLabel : System.Windows.Forms.ToolStripLabel
17507 public ToolStripStatusLabel(System.Drawing.Image image) { } in ToolStripStatusLabel()
17509 public ToolStripStatusLabel(string text, System.Drawing.Image image) { } in ToolStripStatusLabel()
17510 …public ToolStripStatusLabel(string text, System.Drawing.Image image, System.EventHandler onClick) … in ToolStripStatusLabel()
17511 …public ToolStripStatusLabel(string text, System.Drawing.Image image, System.EventHandler onClick, … in ToolStripStatusLabel()
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…
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)]
17522 …public override System.Drawing.Size GetPreferredSize(System.Drawing.Size constrainingSize) { throw… in GetPreferredSize()
17523 protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { } in OnPaint()
17525System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.BorderSidesEditor, System.Desig…
17526 [System.FlagsAttribute]
17527 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
17537 public partial class ToolStripSystemRenderer : System.Windows.Forms.ToolStripRenderer
17540 …protected override void OnRenderButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs… in OnRenderButtonBackground()
17541 …protected override void OnRenderDropDownButtonBackground(System.Windows.Forms.ToolStripItemRenderE… in OnRenderDropDownButtonBackground()
17542 … protected override void OnRenderGrip(System.Windows.Forms.ToolStripGripRenderEventArgs e) { } in OnRenderGrip()
17543 … protected override void OnRenderImageMargin(System.Windows.Forms.ToolStripRenderEventArgs e) { } in OnRenderImageMargin()
17544 …protected override void OnRenderItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e… in OnRenderItemBackground()
17545 …protected override void OnRenderLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs … in OnRenderLabelBackground()
17546 …protected override void OnRenderMenuItemBackground(System.Windows.Forms.ToolStripItemRenderEventAr… in OnRenderMenuItemBackground()
17547 …protected override void OnRenderOverflowButtonBackground(System.Windows.Forms.ToolStripItemRenderE… in OnRenderOverflowButtonBackground()
17548 …protected override void OnRenderSeparator(System.Windows.Forms.ToolStripSeparatorRenderEventArgs e… in OnRenderSeparator()
17549 …protected override void OnRenderSplitButtonBackground(System.Windows.Forms.ToolStripItemRenderEven… in OnRenderSplitButtonBackground()
17550 …protected override void OnRenderToolStripBackground(System.Windows.Forms.ToolStripRenderEventArgs … in OnRenderToolStripBackground()
17551 …protected override void OnRenderToolStripBorder(System.Windows.Forms.ToolStripRenderEventArgs e) {… in OnRenderToolStripBorder()
17552 …protected override void OnRenderToolStripStatusLabelBackground(System.Windows.Forms.ToolStripItemR… in OnRenderToolStripStatusLabelBackground()
17554 …[System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute((System.Windows.Forms.Desi…
17555 public partial class ToolStripTextBox : System.Windows.Forms.ToolStripControlHost
17557 public ToolStripTextBox() : base (default(System.Windows.Forms.Control)) { } in ToolStripTextBox()
17558 public ToolStripTextBox(string name) : base (default(System.Windows.Forms.Control)) { } in ToolStripTextBox()
17559 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17560 …public ToolStripTextBox(System.Windows.Forms.Control c) : base (default(System.Windows.Forms.Contr… in ToolStripTextBox()
17561 [System.ComponentModel.DefaultValueAttribute(false)]
17563 [System.ComponentModel.DefaultValueAttribute(false)]
17565 [System.ComponentModel.BrowsableAttribute(true)]
17566 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
17567System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListControlStringCollectionEdit…
17568 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
17569 [System.ComponentModel.LocalizableAttribute(true)]
17570 …public System.Windows.Forms.AutoCompleteStringCollection AutoCompleteCustomSource { get { throw nu…
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.DesignerSer…
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.DesignerSer…
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.DesignerSer…
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)]
17599 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
17600System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.StringArrayEditor, System.Desig…
17601 [System.ComponentModel.LocalizableAttribute(true)]
17603 [System.ComponentModel.DefaultValueAttribute(32767)]
17604 [System.ComponentModel.LocalizableAttribute(true)]
17606 [System.ComponentModel.BrowsableAttribute(false)]
17607 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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))]
17615 [System.ComponentModel.DefaultValueAttribute(false)]
17617 [System.ComponentModel.BrowsableAttribute(false)]
17618 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
17620 [System.ComponentModel.BrowsableAttribute(false)]
17621 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
17623 [System.ComponentModel.BrowsableAttribute(false)]
17624 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
17626 [System.ComponentModel.DefaultValueAttribute(true)]
17628 [System.ComponentModel.BrowsableAttribute(false)]
17629 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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)]
17636 [System.ComponentModel.BrowsableAttribute(false)]
17637 [System.ComponentModel.DefaultValueAttribute(true)]
17638 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17639 [System.ComponentModel.LocalizableAttribute(true)]
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 { } }
17656 public char GetCharFromPosition(System.Drawing.Point pt) { throw null; } in GetCharFromPosition()
17657 public int GetCharIndexFromPosition(System.Drawing.Point pt) { throw null; } in GetCharIndexFromPosition()
17661 public System.Drawing.Point GetPositionFromCharIndex(int index) { throw null; } in GetPositionFromCharIndex()
17662 …public override System.Drawing.Size GetPreferredSize(System.Drawing.Size constrainingSize) { throw… in GetPreferredSize()
17663 protected virtual void OnAcceptsTabChanged(System.EventArgs e) { } in OnAcceptsTabChanged()
17664 protected virtual void OnBorderStyleChanged(System.EventArgs e) { } in OnBorderStyleChanged()
17665 protected virtual void OnHideSelectionChanged(System.EventArgs e) { } in OnHideSelectionChanged()
17666 protected virtual void OnModifiedChanged(System.EventArgs e) { } in OnModifiedChanged()
17667 protected virtual void OnMultilineChanged(System.EventArgs e) { } in OnMultilineChanged()
17668 protected virtual void OnReadOnlyChanged(System.EventArgs e) { } in OnReadOnlyChanged()
17669 protected override void OnSubscribeControlEvents(System.Windows.Forms.Control control) { } in OnSubscribeControlEvents()
17670 protected override void OnUnsubscribeControlEvents(System.Windows.Forms.Control control) { } in OnUnsubscribeControlEvents()
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.IExtenderPro…
17690 public ToolTip(System.ComponentModel.IContainer cont) { } in ToolTip()
17691 [System.ComponentModel.DefaultValueAttribute(true)]
17693 [System.ComponentModel.DefaultValueAttribute(500)]
17694 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
17696 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
17698 [System.ComponentModel.DefaultValueAttribute(typeof(System.Drawing.Color), "Info")]
17699 public System.Drawing.Color BackColor { get { throw null; } set { } }
17700System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAt…
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))]
17705 [System.ComponentModel.DefaultValueAttribute(false)]
17707 [System.ComponentModel.DefaultValueAttribute(false)]
17708 …t { throw null; } [System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.S…
17709 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
17711 [System.ComponentModel.DefaultValueAttribute(false)]
17713 [System.ComponentModel.BrowsableAttribute(true)]
17714 [System.ComponentModel.DefaultValueAttribute(false)]
17716 [System.ComponentModel.BindableAttribute(true)]
17717 [System.ComponentModel.DefaultValueAttribute(null)]
17718 [System.ComponentModel.LocalizableAttribute(false)]
17719 … [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
17721 [System.ComponentModel.DefaultValueAttribute((System.Windows.Forms.ToolTipIcon)(0))]
17722 public System.Windows.Forms.ToolTipIcon ToolTipIcon { get { throw null; } set { } }
17723 [System.ComponentModel.DefaultValueAttribute("")]
17725 [System.ComponentModel.BrowsableAttribute(true)]
17726 [System.ComponentModel.DefaultValueAttribute(true)]
17728 [System.ComponentModel.BrowsableAttribute(true)]
17729 [System.ComponentModel.DefaultValueAttribute(true)]
17731 public event System.Windows.Forms.DrawToolTipEventHandler Draw { add { } remove { } }
17732 public event System.Windows.Forms.PopupEventHandler Popup { add { } remove { } }
17736 [System.ComponentModel.DefaultValueAttribute("")]
17737System.ComponentModel.EditorAttribute("System.ComponentModel.Design.MultilineStringEditor, System.…
17738 [System.ComponentModel.LocalizableAttribute(true)]
17739 public string GetToolTip(System.Windows.Forms.Control control) { throw null; } in GetToolTip()
17740 public void Hide(System.Windows.Forms.IWin32Window win) { } in Hide()
17742 public void SetToolTip(System.Windows.Forms.Control control, string caption) { } in SetToolTip()
17743 public void Show(string text, System.Windows.Forms.IWin32Window window) { } in Show()
17744 …public void Show(string text, System.Windows.Forms.IWin32Window window, System.Drawing.Point point… in Show()
17745 …public void Show(string text, System.Windows.Forms.IWin32Window window, System.Drawing.Point point… in Show()
17746 public void Show(string text, System.Windows.Forms.IWin32Window window, int duration) { } in Show()
17747 public void Show(string text, System.Windows.Forms.IWin32Window window, int x, int y) { } in Show()
17748 …public void Show(string text, System.Windows.Forms.IWin32Window window, int x, int y, int duration… in Show()
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.Des…
17763 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
17764 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
17765 …public partial class TrackBar : System.Windows.Forms.Control, System.ComponentModel.ISupportInitia…
17768 [System.ComponentModel.BrowsableAttribute(true)]
17769 [System.ComponentModel.DefaultValueAttribute(true)]
17770 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
17771 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
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 {…
17779System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAt…
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))]
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)]
17795 [System.ComponentModel.DefaultValueAttribute(10)]
17796 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
17798 [System.ComponentModel.DefaultValueAttribute(0)]
17799 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
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.DesignerSer…
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)]
17811 [System.ComponentModel.DefaultValueAttribute(1)]
17813 [System.ComponentModel.BindableAttribute(false)]
17814 [System.ComponentModel.BrowsableAttribute(false)]
17815 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
17817 [System.ComponentModel.DefaultValueAttribute(1)]
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)]
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 { } }
17869 protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; } in IsInputKey()
17870 protected override void OnBackColorChanged(System.EventArgs e) { } in OnBackColorChanged()
17871 protected override void OnHandleCreated(System.EventArgs e) { } in OnHandleCreated()
17872 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
17873 protected override void OnMouseWheel(System.Windows.Forms.MouseEventArgs e) { } in OnMouseWheel()
17874 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
17875 protected virtual void OnRightToLeftLayoutChanged(System.EventArgs e) { } in OnRightToLeftLayoutChanged()
17876 protected virtual void OnScroll(System.EventArgs e) { } in OnScroll()
17877 protected override void OnSystemColorsChanged(System.EventArgs e) { } in OnSystemColorsChanged()
17878 protected virtual void OnValueChanged(System.EventArgs e) { } in OnValueChanged()
17879 …protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.Bo… in SetBoundsCore()
17882 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
17883 protected override void WndProc(ref System.Windows.Forms.Message m) { } in WndProc()
17889 …public static void DrawBottomPointingThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bou… in DrawBottomPointingThumb()
17890 …public static void DrawHorizontalThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds,… in DrawHorizontalThumb()
17891 …lic static void DrawHorizontalTicks(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, in… in DrawHorizontalTicks()
17892 …public static void DrawHorizontalTrack(System.Drawing.Graphics g, System.Drawing.Rectangle bounds)… in DrawHorizontalTrack()
17893 …public static void DrawLeftPointingThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bound… in DrawLeftPointingThumb()
17894 …public static void DrawRightPointingThumb(System.Drawing.Graphics g, System.Drawing.Rectangle boun… in DrawRightPointingThumb()
17895 …public static void DrawTopPointingThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds… in DrawTopPointingThumb()
17896 …public static void DrawVerticalThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, S… in DrawVerticalThumb()
17897 …ublic static void DrawVerticalTicks(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, in… in DrawVerticalTicks()
17898 …public static void DrawVerticalTrack(System.Drawing.Graphics g, System.Drawing.Rectangle bounds) {… in DrawVerticalTrack()
17899 …public static System.Drawing.Size GetBottomPointingThumbSize(System.Drawing.Graphics g, System.Win… in GetBottomPointingThumbSize()
17900 …public static System.Drawing.Size GetLeftPointingThumbSize(System.Drawing.Graphics g, System.Windo… in GetLeftPointingThumbSize()
17901 …public static System.Drawing.Size GetRightPointingThumbSize(System.Drawing.Graphics g, System.Wind… in GetRightPointingThumbSize()
17902 …public static System.Drawing.Size GetTopPointingThumbSize(System.Drawing.Graphics g, System.Window… in GetTopPointingThumbSize()
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.Seria…
17910 …protected TreeNode(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtim… in TreeNode()
17913 …public TreeNode(string text, int imageIndex, int selectedImageIndex, System.Windows.Forms.TreeNode… in TreeNode()
17914 public TreeNode(string text, System.Windows.Forms.TreeNode[] children) { } in TreeNode()
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)]
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)]
17929 [System.ComponentModel.BrowsableAttribute(false)]
17930 public System.IntPtr Handle { get { throw null; } }
17931 [System.ComponentModel.DefaultValueAttribute(-1)]
17932System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design…
17933 [System.ComponentModel.LocalizableAttribute(true)]
17934 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
17935 …[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.TreeViewImageIndexConver…
17936 [System.Windows.Forms.RelatedImageListAttribute("TreeView.ImageList")]
17938 [System.ComponentModel.DefaultValueAttribute("")]
17939System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design…
17940 [System.ComponentModel.LocalizableAttribute(true)]
17941 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
17942 …[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.TreeViewImageKeyConverte…
17943 [System.Windows.Forms.RelatedImageListAttribute("TreeView.ImageList")]
17946 [System.ComponentModel.BrowsableAttribute(false)]
17948 [System.ComponentModel.BrowsableAttribute(false)]
17950 [System.ComponentModel.BrowsableAttribute(false)]
17952 [System.ComponentModel.BrowsableAttribute(false)]
17954 [System.ComponentModel.BrowsableAttribute(false)]
17955 public System.Windows.Forms.TreeNode LastNode { get { throw null; } }
17956 [System.ComponentModel.BrowsableAttribute(false)]
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)]
17976System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design…
17977 [System.ComponentModel.LocalizableAttribute(true)]
17978 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
17979 …[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.TreeViewImageIndexConver…
17980 [System.Windows.Forms.RelatedImageListAttribute("TreeView.ImageList")]
17982 [System.ComponentModel.DefaultValueAttribute("")]
17983System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design…
17984 [System.ComponentModel.LocalizableAttribute(true)]
17985 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
17986 …[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.TreeViewImageKeyConverte…
17987 [System.Windows.Forms.RelatedImageListAttribute("TreeView.ImageList")]
17989 [System.ComponentModel.DefaultValueAttribute(-1)]
17990System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design…
17991 [System.ComponentModel.LocalizableAttribute(true)]
17992 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
17993 …[System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.NoneExcludedImageIndexConverte…
17994 [System.Windows.Forms.RelatedImageListAttribute("TreeView.StateImageList")]
17996 [System.ComponentModel.DefaultValueAttribute("")]
17997System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design…
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")]
18003 [System.ComponentModel.BindableAttribute(true)]
18004 [System.ComponentModel.DefaultValueAttribute(null)]
18005 [System.ComponentModel.LocalizableAttribute(false)]
18006 … [System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
18008 [System.ComponentModel.LocalizableAttribute(true)]
18010 [System.ComponentModel.DefaultValueAttribute("")]
18011 [System.ComponentModel.LocalizableAttribute(false)]
18013 [System.ComponentModel.BrowsableAttribute(false)]
18014 public System.Windows.Forms.TreeView TreeView { get { throw null; } }
18019 …protected virtual void Deserialize(System.Runtime.Serialization.SerializationInfo serializationInf… in Deserialize()
18024 …public static System.Windows.Forms.TreeNode FromHandle(System.Windows.Forms.TreeView tree, System.… in FromHandle()
18027 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
18028 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
18029 …protected virtual void Serialize(System.Runtime.Serialization.SerializationInfo si, System.Runtime… in Serialize()
18030 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
18031 …void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.Seriali… in System.Runtime.Serialization.ISerializable.GetObjectData()
18035System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.TreeNodeCollectionEditor, Syste…
18036 …ublic partial class TreeNodeCollection : System.Collections.ICollection, System.Collections.IEnume…
18039 [System.ComponentModel.BrowsableAttribute(false)]
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 { } }
18048 public virtual System.Windows.Forms.TreeNode Add(string text) { throw null; } in Add()
18049 public virtual System.Windows.Forms.TreeNode Add(string key, string text) { throw null; } in Add()
18050 …public virtual System.Windows.Forms.TreeNode Add(string key, string text, int imageIndex) { throw … in Add()
18051 …public virtual System.Windows.Forms.TreeNode Add(string key, string text, int imageIndex, int sele… in Add()
18052 …public virtual System.Windows.Forms.TreeNode Add(string key, string text, string imageKey) { throw… in Add()
18053 …public virtual System.Windows.Forms.TreeNode Add(string key, string text, string imageKey, string … in Add()
18054 public virtual int Add(System.Windows.Forms.TreeNode node) { throw null; } in Add()
18055 public virtual void AddRange(System.Windows.Forms.TreeNode[] nodes) { } in AddRange()
18057 public bool Contains(System.Windows.Forms.TreeNode node) { throw null; } in Contains()
18059 public void CopyTo(System.Array dest, int index) { } in CopyTo()
18060 … public System.Windows.Forms.TreeNode[] Find(string key, bool searchAllChildren) { throw null; } in Find()
18061 public System.Collections.IEnumerator GetEnumerator() { throw null; } in GetEnumerator()
18062 public int IndexOf(System.Windows.Forms.TreeNode node) { throw null; } in IndexOf()
18064 public virtual System.Windows.Forms.TreeNode Insert(int index, string text) { throw null; } in Insert()
18065 …public virtual System.Windows.Forms.TreeNode Insert(int index, string key, string text) { throw nu… in Insert()
18066 …public virtual System.Windows.Forms.TreeNode Insert(int index, string key, string text, int imageI… in Insert()
18067 …public virtual System.Windows.Forms.TreeNode Insert(int index, string key, string text, int imageI… in Insert()
18068 …public virtual System.Windows.Forms.TreeNode Insert(int index, string key, string text, string ima… in Insert()
18069 …public virtual System.Windows.Forms.TreeNode Insert(int index, string key, string text, string ima… in Insert()
18070 public virtual void Insert(int index, System.Windows.Forms.TreeNode node) { } in Insert()
18071 public void Remove(System.Windows.Forms.TreeNode node) { } in Remove()
18074 int System.Collections.IList.Add(object node) { throw null; } in System.Collections.IList.Add()
18075 bool System.Collections.IList.Contains(object node) { throw null; } in System.Collections.IList.Contains()
18076 int System.Collections.IList.IndexOf(object node) { throw null; } in System.Collections.IList.IndexOf()
18077 void System.Collections.IList.Insert(int index, object node) { } in System.Collections.IList.Insert()
18078 void System.Collections.IList.Remove(object node) { } in System.Collections.IList.Remove()
18080 public partial class TreeNodeConverter : System.ComponentModel.TypeConverter
18083 …public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Typ… in CanConvertTo()
18084 … object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.Cultu… in ConvertTo()
18086 public partial class TreeNodeMouseClickEventArgs : System.Windows.Forms.MouseEventArgs
18088 …ickEventArgs(System.Windows.Forms.TreeNode node, System.Windows.Forms.MouseButtons button, int cli… in TreeNodeMouseClickEventArgs()
18089 public System.Windows.Forms.TreeNode Node { get { throw null; } }
18091 …public delegate void TreeNodeMouseClickEventHandler(object sender, System.Windows.Forms.TreeNodeMo… in TreeNodeMouseClickEventHandler()
18092 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
18093 public partial class TreeNodeMouseHoverEventArgs : System.EventArgs
18095 public TreeNodeMouseHoverEventArgs(System.Windows.Forms.TreeNode node) { } in TreeNodeMouseHoverEventArgs()
18096 public System.Windows.Forms.TreeNode Node { get { throw null; } }
18098 …public delegate void TreeNodeMouseHoverEventHandler(object sender, System.Windows.Forms.TreeNodeMo… in TreeNodeMouseHoverEventHandler()
18099 [System.FlagsAttribute]
18112 [System.ComponentModel.DefaultEventAttribute("AfterSelect")]
18113 [System.ComponentModel.DefaultPropertyAttribute("Nodes")]
18114 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.TreeViewDesigner, System.Des…
18115 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
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
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)]
18133System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAt…
18134 protected override System.Drawing.Size DefaultSize { get { throw null; } }
18135 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
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)]
18142 [System.ComponentModel.DefaultValueAttribute(true)]
18144 [System.ComponentModel.DefaultValueAttribute(false)]
18146 [System.ComponentModel.DefaultValueAttribute(-1)]
18147System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design…
18148 [System.ComponentModel.LocalizableAttribute(true)]
18149 … [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(2))]
18150 …[System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.NoneExcludedImageIndexConverte…
18151 [System.Windows.Forms.RelatedImageListAttribute("ImageList")]
18153 [System.ComponentModel.DefaultValueAttribute("")]
18154System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design…
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")]
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)]
18166 [System.ComponentModel.DefaultValueAttribute(false)]
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.DesignerSer…
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.DesignerSer…
18176 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18177 public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
18178 [System.ComponentModel.DefaultValueAttribute("\\")]
18180 [System.ComponentModel.DefaultValueAttribute(false)]
18181 [System.ComponentModel.LocalizableAttribute(true)]
18183 [System.ComponentModel.DefaultValueAttribute(true)]
18185 [System.ComponentModel.DefaultValueAttribute(-1)]
18186System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design…
18187 [System.ComponentModel.LocalizableAttribute(true)]
18188 …[System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.NoneExcludedImageIndexConverte…
18189 [System.Windows.Forms.RelatedImageListAttribute("ImageList")]
18191 [System.ComponentModel.DefaultValueAttribute("")]
18192System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design…
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")]
18198 [System.ComponentModel.BrowsableAttribute(false)]
18199 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
18200 public System.Windows.Forms.TreeNode SelectedNode { get { throw null; } set { } }
18201 [System.ComponentModel.DefaultValueAttribute(true)]
18203 [System.ComponentModel.DefaultValueAttribute(false)]
18205 [System.ComponentModel.DefaultValueAttribute(true)]
18207 [System.ComponentModel.DefaultValueAttribute(true)]
18209 [System.ComponentModel.BrowsableAttribute(false)]
18210 [System.ComponentModel.DefaultValueAttribute(false)]
18211 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
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))]
18219 [System.ComponentModel.BrowsableAttribute(false)]
18220 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
18221 public System.Windows.Forms.TreeNode TopNode { get { throw null; } set { } }
18222 [System.ComponentModel.BrowsableAttribute(false)]
18223 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
18224 public System.Collections.IComparer TreeViewNodeSorter { get { throw null; } set { } }
18225 [System.ComponentModel.BrowsableAttribute(false)]
18226 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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 { } re…
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 { } }
18265 …protected System.Windows.Forms.OwnerDrawPropertyBag GetItemRenderStyles(System.Windows.Forms.TreeN… in GetItemRenderStyles()
18266 public System.Windows.Forms.TreeNode GetNodeAt(System.Drawing.Point pt) { throw null; } in GetNodeAt()
18267 public System.Windows.Forms.TreeNode GetNodeAt(int x, int y) { throw null; } in GetNodeAt()
18269 … public System.Windows.Forms.TreeViewHitTestInfo HitTest(System.Drawing.Point pt) { throw null; } in HitTest()
18270 public System.Windows.Forms.TreeViewHitTestInfo HitTest(int x, int y) { throw null; } in HitTest()
18271 protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; } in IsInputKey()
18272 protected virtual void OnAfterCheck(System.Windows.Forms.TreeViewEventArgs e) { } in OnAfterCheck()
18273 … protected internal virtual void OnAfterCollapse(System.Windows.Forms.TreeViewEventArgs e) { } in OnAfterCollapse()
18274 protected virtual void OnAfterExpand(System.Windows.Forms.TreeViewEventArgs e) { } in OnAfterExpand()
18275 protected virtual void OnAfterLabelEdit(System.Windows.Forms.NodeLabelEditEventArgs e) { } in OnAfterLabelEdit()
18276 protected virtual void OnAfterSelect(System.Windows.Forms.TreeViewEventArgs e) { } in OnAfterSelect()
18277 protected virtual void OnBeforeCheck(System.Windows.Forms.TreeViewCancelEventArgs e) { } in OnBeforeCheck()
18278 …protected internal virtual void OnBeforeCollapse(System.Windows.Forms.TreeViewCancelEventArgs e) {… in OnBeforeCollapse()
18279 protected virtual void OnBeforeExpand(System.Windows.Forms.TreeViewCancelEventArgs e) { } in OnBeforeExpand()
18280 protected virtual void OnBeforeLabelEdit(System.Windows.Forms.NodeLabelEditEventArgs e) { } in OnBeforeLabelEdit()
18281 protected virtual void OnBeforeSelect(System.Windows.Forms.TreeViewCancelEventArgs e) { } in OnBeforeSelect()
18282 protected virtual void OnDrawNode(System.Windows.Forms.DrawTreeNodeEventArgs e) { } in OnDrawNode()
18283 protected override void OnHandleCreated(System.EventArgs e) { } in OnHandleCreated()
18284 protected override void OnHandleDestroyed(System.EventArgs e) { } in OnHandleDestroyed()
18285 protected virtual void OnItemDrag(System.Windows.Forms.ItemDragEventArgs e) { } in OnItemDrag()
18286 protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { } in OnKeyDown()
18287 protected override void OnKeyPress(System.Windows.Forms.KeyPressEventArgs e) { } in OnKeyPress()
18288 protected override void OnKeyUp(System.Windows.Forms.KeyEventArgs e) { } in OnKeyUp()
18289 protected override void OnMouseHover(System.EventArgs e) { } in OnMouseHover()
18290 protected override void OnMouseLeave(System.EventArgs e) { } in OnMouseLeave()
18291 … protected virtual void OnNodeMouseClick(System.Windows.Forms.TreeNodeMouseClickEventArgs e) { } in OnNodeMouseClick()
18292 …protected virtual void OnNodeMouseDoubleClick(System.Windows.Forms.TreeNodeMouseClickEventArgs e) … in OnNodeMouseDoubleClick()
18293 … protected virtual void OnNodeMouseHover(System.Windows.Forms.TreeNodeMouseHoverEventArgs e) { } in OnNodeMouseHover()
18294 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
18295 protected virtual void OnRightToLeftLayoutChanged(System.EventArgs e) { } in OnRightToLeftLayoutChanged()
18298 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
18299 protected override void WndProc(ref System.Windows.Forms.Message m) { } in WndProc()
18309 public partial class TreeViewCancelEventArgs : System.ComponentModel.CancelEventArgs
18311 …public TreeViewCancelEventArgs(System.Windows.Forms.TreeNode node, bool cancel, System.Windows.For… in TreeViewCancelEventArgs()
18312 public System.Windows.Forms.TreeViewAction Action { get { throw null; } }
18313 public System.Windows.Forms.TreeNode Node { get { throw null; } }
18315 …public delegate void TreeViewCancelEventHandler(object sender, System.Windows.Forms.TreeViewCancel… in TreeViewCancelEventHandler()
18322 public partial class TreeViewEventArgs : System.EventArgs
18324 public TreeViewEventArgs(System.Windows.Forms.TreeNode node) { } in TreeViewEventArgs()
18325 …public TreeViewEventArgs(System.Windows.Forms.TreeNode node, System.Windows.Forms.TreeViewAction a… in TreeViewEventArgs()
18326 public System.Windows.Forms.TreeViewAction Action { get { throw null; } }
18327 public System.Windows.Forms.TreeNode Node { get { throw null; } }
18329 …public delegate void TreeViewEventHandler(object sender, System.Windows.Forms.TreeViewEventArgs e); in TreeViewEventHandler()
18332 …public TreeViewHitTestInfo(System.Windows.Forms.TreeNode hitNode, System.Windows.Forms.TreeViewHit… in TreeViewHitTestInfo()
18333 public System.Windows.Forms.TreeViewHitTestLocations Location { get { throw null; } }
18334 public System.Windows.Forms.TreeNode Node { get { throw null; } }
18336 [System.FlagsAttribute]
18337 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
18352 public partial class TreeViewImageIndexConverter : System.Windows.Forms.ImageIndexConverter
18356 …public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Gl… in ConvertFrom()
18357 … object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.Cultu… in ConvertTo()
18358 …public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(Sys… in GetStandardValues()
18360 public partial class TreeViewImageKeyConverter : System.Windows.Forms.ImageKeyConverter
18363 … object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.Cultu… in ConvertTo()
18365 public partial class TypeValidationEventArgs : System.EventArgs
18367 …public TypeValidationEventArgs(System.Type validatingType, bool isValidInput, object returnValue, … in TypeValidationEventArgs()
18372 public System.Type ValidatingType { get { throw null; } }
18374 …public delegate void TypeValidationEventHandler(object sender, System.Windows.Forms.TypeValidation… in TypeValidationEventHandler()
18375 [System.FlagsAttribute]
18386 public partial class UICuesEventArgs : System.EventArgs
18388 public UICuesEventArgs(System.Windows.Forms.UICues uicues) { } in UICuesEventArgs()
18389 public System.Windows.Forms.UICues Changed { get { throw null; } }
18395 public delegate void UICuesEventHandler(object sender, System.Windows.Forms.UICuesEventArgs e); in UICuesEventHandler()
18402 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.UpDownBaseDesigner, System.D…
18403 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
18404 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
18405 public abstract partial class UpDownBase : System.Windows.Forms.ContainerControl
18408 [System.ComponentModel.BrowsableAttribute(false)]
18409 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
18410 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18412 [System.ComponentModel.BrowsableAttribute(false)]
18413 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
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.DesignerSer…
18422 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
18424 public override System.Drawing.Color BackColor { get { throw null; } set { } }
18425 [System.ComponentModel.BrowsableAttribute(false)]
18426 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
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 { } }
18437 public override System.Windows.Forms.ContextMenu ContextMenu { get { throw null; } set { } }
18438 …public override System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get { throw null; } set {…
18439System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAt…
18440 protected override System.Drawing.Size DefaultSize { get { throw null; } }
18441 [System.ComponentModel.BrowsableAttribute(false)]
18442 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
18448 public override System.Drawing.Color ForeColor { get { throw null; } set { } }
18449 [System.ComponentModel.DefaultValueAttribute(true)]
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.DesignerSer…
18455 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
18457 [System.ComponentModel.DefaultValueAttribute(false)]
18459 [System.ComponentModel.LocalizableAttribute(true)]
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 { } }
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 { } }
18490 protected virtual void OnChanged(object source, System.EventArgs e) { } in OnChanged()
18491 protected override void OnFontChanged(System.EventArgs e) { } in OnFontChanged()
18492 protected override void OnHandleCreated(System.EventArgs e) { } in OnHandleCreated()
18493 protected override void OnHandleDestroyed(System.EventArgs e) { } in OnHandleDestroyed()
18494 protected override void OnLayout(System.Windows.Forms.LayoutEventArgs e) { } in OnLayout()
18495 protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { } in OnMouseDown()
18496 protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs mevent) { } in OnMouseUp()
18497 protected override void OnMouseWheel(System.Windows.Forms.MouseEventArgs e) { } in OnMouseWheel()
18498 protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { } in OnPaint()
18499 … protected virtual void OnTextBoxKeyDown(object source, System.Windows.Forms.KeyEventArgs e) { } in OnTextBoxKeyDown()
18500 …protected virtual void OnTextBoxKeyPress(object source, System.Windows.Forms.KeyPressEventArgs e) … in OnTextBoxKeyPress()
18501 protected virtual void OnTextBoxLostFocus(object source, System.EventArgs e) { } in OnTextBoxLostFocus()
18502 protected virtual void OnTextBoxResize(object source, System.EventArgs e) { } in OnTextBoxResize()
18503 protected virtual void OnTextBoxTextChanged(object source, System.EventArgs e) { } in OnTextBoxTextChanged()
18509 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
18510 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
18511 protected override void WndProc(ref System.Windows.Forms.Message m) { } in WndProc()
18513 public partial class UpDownEventArgs : System.EventArgs
18518 public delegate void UpDownEventHandler(object source, System.Windows.Forms.UpDownEventArgs e); in UpDownEventHandler()
18519 [System.ComponentModel.DefaultEventAttribute("Load")]
18520 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ControlDesigner, System.Desi…
18521System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.UserControlDocumentDesigner, …
18522 [System.ComponentModel.DesignerCategoryAttribute("UserControl")]
18523 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
18524 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
18525 public partial class UserControl : System.Windows.Forms.ContainerControl
18528 [System.ComponentModel.BrowsableAttribute(true)]
18529 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
18530 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
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 { } }
18543System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAt…
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.DesignerSer…
18548 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
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))]
18562 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
18563 protected virtual void OnLoad(System.EventArgs e) { } in OnLoad()
18564 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
18565 protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { } in OnMouseDown()
18566 protected override void OnResize(System.EventArgs e) { } in OnResize()
18567 [System.ComponentModel.BrowsableAttribute(true)]
18568 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
18570 [System.ComponentModel.BrowsableAttribute(true)]
18571 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(0))]
18572 …public override bool ValidateChildren(System.Windows.Forms.ValidationConstraints validationConstra… in ValidateChildren()
18573 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
18574 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
18575 protected override void WndProc(ref System.Windows.Forms.Message m) { } in WndProc()
18577 [System.FlagsAttribute]
18595 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
18596 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
18597 public partial class VScrollBar : System.Windows.Forms.ScrollBar
18600System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAt…
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 { } }
18609 public partial class VScrollProperties : System.Windows.Forms.ScrollProperties
18611 …public VScrollProperties(System.Windows.Forms.ScrollableControl container) : base (default(System.… in VScrollProperties()
18613 [System.ComponentModel.DefaultEventAttribute("DocumentCompleted")]
18614 [System.ComponentModel.DefaultPropertyAttribute("Url")]
18615 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.WebBrowserDesigner, System.D…
18616 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
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.Inh…
18620 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Lin…
18621 public partial class WebBrowser : System.Windows.Forms.WebBrowserBase
18623 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Dem…
18625 [System.ComponentModel.DefaultValueAttribute(true)]
18627 [System.ComponentModel.DefaultValueAttribute(true)]
18629 [System.ComponentModel.BrowsableAttribute(false)]
18630 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
18632 [System.ComponentModel.BrowsableAttribute(false)]
18633 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
18635 protected override System.Drawing.Size DefaultSize { get { throw null; } }
18636 [System.ComponentModel.BrowsableAttribute(false)]
18637 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
18638 public System.Windows.Forms.HtmlDocument Document { get { throw null; } }
18639 [System.ComponentModel.BrowsableAttribute(false)]
18640 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
18641 public System.IO.Stream DocumentStream { get { throw null; } set { } }
18642 [System.ComponentModel.BrowsableAttribute(false)]
18643 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
18645 [System.ComponentModel.BrowsableAttribute(false)]
18646 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
18648 [System.ComponentModel.BrowsableAttribute(false)]
18649 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
18651 [System.ComponentModel.BrowsableAttribute(false)]
18652 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
18653 … public System.Windows.Forms.WebBrowserEncryptionLevel EncryptionLevel { get { throw null; } }
18655 [System.ComponentModel.BrowsableAttribute(false)]
18656 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
18658 [System.ComponentModel.BrowsableAttribute(false)]
18659 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
18661 [System.ComponentModel.DefaultValueAttribute(true)]
18663 [System.ComponentModel.BrowsableAttribute(false)]
18664 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
18666 [System.ComponentModel.BrowsableAttribute(false)]
18667 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
18672 public System.Windows.Forms.WebBrowserReadyState ReadyState { get { throw null; } }
18673 [System.ComponentModel.DefaultValueAttribute(false)]
18675 [System.ComponentModel.DefaultValueAttribute(true)]
18677 [System.ComponentModel.BrowsableAttribute(false)]
18678 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
18686 public System.Version Version { get { throw null; } }
18687 [System.ComponentModel.DefaultValueAttribute(true)]
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 …
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.DesignerSer…
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 { } …
18707 [System.ComponentModel.BrowsableAttribute(false)]
18708 public event System.EventHandler StatusTextChanged { add { } remove { } }
18711 …protected override System.Windows.Forms.WebBrowserSiteBase CreateWebBrowserSiteBase() { throw null… in CreateWebBrowserSiteBase()
18723 public void Navigate(System.Uri url) { } in Navigate()
18724 public void Navigate(System.Uri url, bool newWindow) { } in Navigate()
18725 public void Navigate(System.Uri url, string targetFrameName) { } in Navigate()
18726 …public void Navigate(System.Uri url, string targetFrameName, byte[] postData, string additionalHea… in Navigate()
18727 protected virtual void OnCanGoBackChanged(System.EventArgs e) { } in OnCanGoBackChanged()
18728 protected virtual void OnCanGoForwardChanged(System.EventArgs e) { } in OnCanGoForwardChanged()
18729 …protected virtual void OnDocumentCompleted(System.Windows.Forms.WebBrowserDocumentCompletedEventAr… in OnDocumentCompleted()
18730 protected virtual void OnDocumentTitleChanged(System.EventArgs e) { } in OnDocumentTitleChanged()
18731 protected virtual void OnEncryptionLevelChanged(System.EventArgs e) { } in OnEncryptionLevelChanged()
18732 protected virtual void OnFileDownload(System.EventArgs e) { } in OnFileDownload()
18733 protected virtual void OnNavigated(System.Windows.Forms.WebBrowserNavigatedEventArgs e) { } in OnNavigated()
18734 … protected virtual void OnNavigating(System.Windows.Forms.WebBrowserNavigatingEventArgs e) { } in OnNavigating()
18735 protected virtual void OnNewWindow(System.ComponentModel.CancelEventArgs e) { } in OnNewWindow()
18736 …protected virtual void OnProgressChanged(System.Windows.Forms.WebBrowserProgressChangedEventArgs e… in OnProgressChanged()
18737 protected virtual void OnStatusTextChanged(System.EventArgs e) { } in OnStatusTextChanged()
18740 public void Refresh(System.Windows.Forms.WebBrowserRefreshOption opt) { } in Refresh()
18747 protected override void WndProc(ref System.Windows.Forms.Message m) { } in WndProc()
18748 [System.Runtime.InteropServices.ComVisibleAttribute(false)]
18749 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
18750 protected partial class WebBrowserSite : System.Windows.Forms.WebBrowserSiteBase
18752 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
18753 public WebBrowserSite(System.Windows.Forms.WebBrowser host) { } in WebBrowserSite()
18756 [System.ComponentModel.DefaultEventAttribute("Enter")]
18757 [System.ComponentModel.DefaultPropertyAttribute("Name")]
18758 …[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.AxDesigner, System.Design, V…
18759 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
18760 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
18761 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Inh…
18762 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Lin…
18763 public partial class WebBrowserBase : System.Windows.Forms.Control
18766 [System.ComponentModel.BrowsableAttribute(false)]
18767 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
18769 [System.ComponentModel.BrowsableAttribute(false)]
18770 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
18771 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18773 [System.ComponentModel.BrowsableAttribute(false)]
18774 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
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.DesignerSer…
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.DesignerSer…
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.DesignerSer…
18792 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18794 [System.ComponentModel.BrowsableAttribute(false)]
18795 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
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.DesignerSer…
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.DesignerSer…
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.DesignerSer…
18814 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18816 [System.ComponentModel.BrowsableAttribute(false)]
18817 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
18818 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
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 { …
18928 [System.ComponentModel.BrowsableAttribute(false)]
18929 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18930 …public new event System.Windows.Forms.QueryContinueDragEventHandler QueryContinueDrag { add { } re…
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 { } }
18942 …protected virtual System.Windows.Forms.WebBrowserSiteBase CreateWebBrowserSiteBase() { throw null;… in CreateWebBrowserSiteBase()
18946 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
18947 …public new void DrawToBitmap(System.Drawing.Bitmap bitmap, System.Drawing.Rectangle targetBounds) … in DrawToBitmap()
18949 protected override void OnBackColorChanged(System.EventArgs e) { } in OnBackColorChanged()
18950 protected override void OnFontChanged(System.EventArgs e) { } in OnFontChanged()
18951 protected override void OnForeColorChanged(System.EventArgs e) { } in OnForeColorChanged()
18952 protected override void OnGotFocus(System.EventArgs e) { } in OnGotFocus()
18953 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
18954 protected override void OnHandleCreated(System.EventArgs e) { } in OnHandleCreated()
18955 protected override void OnLostFocus(System.EventArgs e) { } in OnLostFocus()
18956 protected override void OnParentChanged(System.EventArgs e) { } in OnParentChanged()
18957 protected override void OnRightToLeftChanged(System.EventArgs e) { } in OnRightToLeftChanged()
18958 protected override void OnVisibleChanged(System.EventArgs e) { } in OnVisibleChanged()
18959 public override bool PreProcessMessage(ref System.Windows.Forms.Message msg) { throw null; } in PreProcessMessage()
18960 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
18961 protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; } in ProcessDialogKey()
18962 …[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.Link…
18964 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Inh…
18965 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
18966 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Lin…
18967 protected override void WndProc(ref System.Windows.Forms.Message m) { } in WndProc()
18969 public partial class WebBrowserDocumentCompletedEventArgs : System.EventArgs
18971 public WebBrowserDocumentCompletedEventArgs(System.Uri url) { } in WebBrowserDocumentCompletedEventArgs()
18972 public System.Uri Url { get { throw null; } }
18974 …public delegate void WebBrowserDocumentCompletedEventHandler(object sender, System.Windows.Forms.W… in WebBrowserDocumentCompletedEventHandler()
18985 public partial class WebBrowserNavigatedEventArgs : System.EventArgs
18987 public WebBrowserNavigatedEventArgs(System.Uri url) { } in WebBrowserNavigatedEventArgs()
18988 public System.Uri Url { get { throw null; } }
18990 …public delegate void WebBrowserNavigatedEventHandler(object sender, System.Windows.Forms.WebBrowse… in WebBrowserNavigatedEventHandler()
18991 public partial class WebBrowserNavigatingEventArgs : System.ComponentModel.CancelEventArgs
18993 public WebBrowserNavigatingEventArgs(System.Uri url, string targetFrameName) { } in WebBrowserNavigatingEventArgs()
18995 public System.Uri Url { get { throw null; } }
18997 …public delegate void WebBrowserNavigatingEventHandler(object sender, System.Windows.Forms.WebBrows… in WebBrowserNavigatingEventHandler()
18998 public partial class WebBrowserProgressChangedEventArgs : System.EventArgs
19004 …public delegate void WebBrowserProgressChangedEventHandler(object sender, System.Windows.Forms.Web… in WebBrowserProgressChangedEventHandler()
19020 public partial class WebBrowserSiteBase : System.IDisposable
19026 public sealed partial class WindowsFormsSection : System.Configuration.ConfigurationSection
19029 [System.Configuration.ConfigurationPropertyAttribute("jitDebugging", DefaultValue=false)]
19031 …protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw n…
19033 …d partial class WindowsFormsSynchronizationContext : System.Threading.SynchronizationContext, Syst…
19036 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(2))]
19038 public override System.Threading.SynchronizationContext CreateCopy() { throw null; } in CreateCopy()
19040 public override void Post(System.Threading.SendOrPostCallback d, object state) { } in Post()
19041 public override void Send(System.Threading.SendOrPostCallback d, object state) { } in Send()
19045 namespace System.Windows.Forms.ComponentModel.Com2Interop
19047 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Inh…
19048 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Lin…
19055 … ShowPropertyPage(string title, object component, int dispid, System.Guid pageGuid, System.IntPtr … in ShowPropertyPage()
19060 event System.ComponentModel.Design.ComponentRenameEventHandler ComComponentNameChanged;
19068 namespace System.Windows.Forms.Design
19070 [System.ComponentModel.ToolboxItemAttribute(false)]
19071 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
19072 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
19073 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Inh…
19074 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Lin…
19075 public partial class ComponentEditorForm : System.Windows.Forms.Form
19077 public ComponentEditorForm(object component, System.Type[] pageTypes) { } in ComponentEditorForm()
19078 [System.ComponentModel.BrowsableAttribute(false)]
19079 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
19080 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
19082 [System.ComponentModel.BrowsableAttribute(false)]
19083 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
19084 public new event System.EventHandler AutoSizeChanged { add { } remove { } }
19085 protected override void OnActivated(System.EventArgs e) { } in OnActivated()
19086 protected override void OnHelpRequested(System.Windows.Forms.HelpEventArgs e) { } in OnHelpRequested()
19087 …protected virtual void OnSelChangeSelector(object source, System.Windows.Forms.TreeViewEventArgs e… in OnSelChangeSelector()
19088 …[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityActio…
19089 public override bool PreProcessMessage(ref System.Windows.Forms.Message msg) { throw null; } in PreProcessMessage()
19090 public virtual System.Windows.Forms.DialogResult ShowForm() { throw null; } in ShowForm()
19091 public virtual System.Windows.Forms.DialogResult ShowForm(int page) { throw null; } in ShowForm()
19092 …public virtual System.Windows.Forms.DialogResult ShowForm(System.Windows.Forms.IWin32Window owner)… in ShowForm()
19093 …public virtual System.Windows.Forms.DialogResult ShowForm(System.Windows.Forms.IWin32Window owner,… in ShowForm()
19095 …[System.Runtime.InteropServices.ClassInterfaceAttribute((System.Runtime.InteropServices.ClassInter…
19096 [System.Runtime.InteropServices.ComVisibleAttribute(true)]
19097 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Inh…
19098 public abstract partial class ComponentEditorPage : System.Windows.Forms.Panel
19101 [System.ComponentModel.BrowsableAttribute(false)]
19102 …[System.ComponentModel.DesignerSerializationVisibilityAttribute((System.ComponentModel.DesignerSer…
19103 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
19106 protected System.ComponentModel.IComponent Component { get { throw null; } set { } }
19107System.Windows.Forms.CreateParams CreateParams { [System.Security.Permissions.SecurityPermissionAt…
19109 public System.Drawing.Icon Icon { get { throw null; } set { } }
19112 … protected System.Windows.Forms.IComponentEditorPageSite PageSite { get { throw null; } set { } }
19114 [System.ComponentModel.BrowsableAttribute(false)]
19115 … [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
19116 public new event System.EventHandler AutoSizeChanged { add { } remove { } }
19122 public virtual System.Windows.Forms.Control GetControl() { throw null; } in GetControl()
19123 protected System.ComponentModel.IComponent GetSelectedComponent() { throw null; } in GetSelectedComponent()
19126 public virtual bool IsPageMessage(ref System.Windows.Forms.Message msg) { throw null; } in IsPageMessage()
19131 public virtual void SetComponent(System.ComponentModel.IComponent component) { } in SetComponent()
19133 public virtual void SetSite(System.Windows.Forms.IComponentEditorPageSite site) { } in SetSite()
19137 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Inh…
19138 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Lin…
19139 public partial class EventsTab : System.Windows.Forms.Design.PropertyTab
19141 public EventsTab(System.IServiceProvider sp) { } in EventsTab()
19145 …public override System.ComponentModel.PropertyDescriptor GetDefaultProperty(object obj) { throw nu… in GetDefaultProperty()
19146 …ride System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeD… in GetProperties()
19147 …public override System.ComponentModel.PropertyDescriptorCollection GetProperties(object component,… in GetProperties()
19149 [System.Runtime.InteropServices.GuidAttribute("06A9C74B-5E32-4561-BE73-381B37869F4F")]
19152 System.Collections.IDictionary Styles { get; }
19154 System.Windows.Forms.IWin32Window GetDialogOwnerWindow(); in GetDialogOwnerWindow()
19156 bool ShowComponentEditor(object component, System.Windows.Forms.IWin32Window parent); in ShowComponentEditor()
19157 System.Windows.Forms.DialogResult ShowDialog(System.Windows.Forms.Form form); in ShowDialog()
19158 void ShowError(System.Exception ex); in ShowError()
19159 void ShowError(System.Exception ex, string message); in ShowError()
19163System.Windows.Forms.DialogResult ShowMessage(string message, string caption, System.Windows.Forms… in ShowMessage()
19164 bool ShowToolWindow(System.Guid toolWindow); in ShowToolWindow()
19169 void DropDownControl(System.Windows.Forms.Control control); in DropDownControl()
19170 System.Windows.Forms.DialogResult ShowDialog(System.Windows.Forms.Form dialog); in ShowDialog()
19172 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Inh…
19173 public abstract partial class PropertyTab : System.ComponentModel.IExtenderProvider
19176 public virtual System.Drawing.Bitmap Bitmap { get { throw null; } }
19184 …public virtual System.ComponentModel.PropertyDescriptor GetDefaultProperty(object component) { thr… in GetDefaultProperty()
19185 …tual System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeD… in GetProperties()
19186 …public virtual System.ComponentModel.PropertyDescriptorCollection GetProperties(object component) … in GetProperties()
19187 …public abstract System.ComponentModel.PropertyDescriptorCollection GetProperties(object component,… in GetProperties()
19189 [System.FlagsAttribute]
19199 [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
19200 public sealed partial class ToolStripItemDesignerAvailabilityAttribute : System.Attribute
19202 …public static readonly System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute Defa…
19204 …public ToolStripItemDesignerAvailabilityAttribute(System.Windows.Forms.Design.ToolStripItemDesigne… in ToolStripItemDesignerAvailabilityAttribute()
19205 …public System.Windows.Forms.Design.ToolStripItemDesignerAvailability ItemAdditionVisibility { get …
19210 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Inh…
19211 … public abstract partial class WindowsFormsComponentEditor : System.ComponentModel.ComponentEditor
19214 …public override bool EditComponent(System.ComponentModel.ITypeDescriptorContext context, object co… in EditComponent()
19215 …public virtual bool EditComponent(System.ComponentModel.ITypeDescriptorContext context, object com… in EditComponent()
19216 …public bool EditComponent(object component, System.Windows.Forms.IWin32Window owner) { throw null;… in EditComponent()
19217 protected virtual System.Type[] GetComponentEditorPages() { throw null; } in GetComponentEditorPages()
19221 namespace System.Windows.Forms.Layout
19223 …artial class ArrangedElementCollection : System.Collections.ICollection, System.Collections.IEnume…
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 { } }
19232 public void CopyTo(System.Array array, int index) { } in CopyTo()
19234 public virtual System.Collections.IEnumerator GetEnumerator() { throw null; } in GetEnumerator()
19236 int System.Collections.IList.Add(object value) { throw null; } in System.Collections.IList.Add()
19237 void System.Collections.IList.Clear() { } in System.Collections.IList.Clear()
19238 bool System.Collections.IList.Contains(object value) { throw null; } in System.Collections.IList.Contains()
19239 int System.Collections.IList.IndexOf(object value) { throw null; } in System.Collections.IList.IndexOf()
19240 void System.Collections.IList.Insert(int index, object value) { } in System.Collections.IList.Insert()
19241 void System.Collections.IList.Remove(object value) { } in System.Collections.IList.Remove()
19242 void System.Collections.IList.RemoveAt(int index) { } in System.Collections.IList.RemoveAt()
19247 … public virtual void InitLayout(object child, System.Windows.Forms.BoundsSpecified specified) { } in InitLayout()
19248 …public virtual bool Layout(object container, System.Windows.Forms.LayoutEventArgs layoutEventArgs)… in Layout()
19250 public partial class TableLayoutSettingsTypeConverter : System.ComponentModel.TypeConverter
19253 …public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.T… in CanConvertFrom()
19254 …public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Typ… in CanConvertTo()
19255 …public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Gl… in ConvertFrom()
19256 … object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.Cultu… in ConvertTo()
19259 namespace System.Windows.Forms.PropertyGridInternal
19263 System.ComponentModel.AttributeCollection BrowsableAttributes { get; set; }
19267 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Inh…
19268 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Lin…
19269 public partial class PropertiesTab : System.Windows.Forms.Design.PropertyTab
19274 …public override System.ComponentModel.PropertyDescriptor GetDefaultProperty(object obj) { throw nu… in GetDefaultProperty()
19275 …ride System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeD… in GetProperties()
19276 …public override System.ComponentModel.PropertyDescriptorCollection GetProperties(object component,… in GetProperties()
19278 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Inh…
19279 …[System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.Lin…
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;
19291 namespace System.Windows.Forms.VisualStyles
19375 [System.FlagsAttribute]
19384 [System.FlagsAttribute]
19471 [System.FlagsAttribute]
19647 …[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Se…
19653 …public System.Windows.Forms.VisualStyles.TextMetricsCharacterSet CharSet { get { throw null; } set…
19666 …public System.Windows.Forms.VisualStyles.TextMetricsPitchAndFamilyValues PitchAndFamily { get { th…
19693 [System.FlagsAttribute]
19747 …public static System.Windows.Forms.VisualStyles.VisualStyleElement CreateElement(string className,… in CreateElement()
19752 …public static System.Windows.Forms.VisualStyles.VisualStyleElement CheckedDisabled { get { throw n…
19753 …public static System.Windows.Forms.VisualStyles.VisualStyleElement CheckedHot { get { throw null; …
19754 …public static System.Windows.Forms.VisualStyles.VisualStyleElement CheckedNormal { get { throw nul…
19755 …public static System.Windows.Forms.VisualStyles.VisualStyleElement CheckedPressed { get { throw nu…
19756 …public static System.Windows.Forms.VisualStyles.VisualStyleElement MixedDisabled { get { throw nul…
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…
19761 …public static System.Windows.Forms.VisualStyles.VisualStyleElement UncheckedHot { get { throw null…
19762 …public static System.Windows.Forms.VisualStyles.VisualStyleElement UncheckedNormal { get { throw n…
19763 …public static System.Windows.Forms.VisualStyles.VisualStyleElement UncheckedPressed { get { throw …
19767 …public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
19768 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
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; } }
19780 …public static System.Windows.Forms.VisualStyles.VisualStyleElement CheckedDisabled { get { throw n…
19781 …public static System.Windows.Forms.VisualStyles.VisualStyleElement CheckedHot { get { throw null; …
19782 …public static System.Windows.Forms.VisualStyles.VisualStyleElement CheckedNormal { get { throw nul…
19783 …public static System.Windows.Forms.VisualStyles.VisualStyleElement CheckedPressed { get { throw nu…
19784 …public static System.Windows.Forms.VisualStyles.VisualStyleElement UncheckedDisabled { get { throw…
19785 …public static System.Windows.Forms.VisualStyles.VisualStyleElement UncheckedHot { get { throw null…
19786 …public static System.Windows.Forms.VisualStyles.VisualStyleElement UncheckedNormal { get { throw n…
19787 …public static System.Windows.Forms.VisualStyles.VisualStyleElement UncheckedPressed { get { throw …
19791 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
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; } }
19808 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
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; } }
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 nu…
19823 …public static System.Windows.Forms.VisualStyles.VisualStyleElement SelectedPressed { get { throw n…
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; } }
19833 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
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; } }
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; } }
19849 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19853 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
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; } }
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; } }
19869 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
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; } }
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; } }
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; } }
19894 …public static System.Windows.Forms.VisualStyles.VisualStyleElement SortedDown { get { throw null; …
19895 …public static System.Windows.Forms.VisualStyles.VisualStyleElement SortedUp { get { throw null; } }
19902 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19906 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19910 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
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 …
19922 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19929 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19933 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19937 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
19941 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
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; } }
19951 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
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; } }
19967 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
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; } }
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; } }
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; } }
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; } }
20005 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20009 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20013 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20017 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20024 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
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; } }
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; } }
20040 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20044 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
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 nul…
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; }…
20070 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20074 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
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; } }
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; } }
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; } }
20099 …public static System.Windows.Forms.VisualStyles.VisualStyleElement LeftAlign { get { throw null; }…
20100 …public static System.Windows.Forms.VisualStyles.VisualStyleElement RightAlign { get { throw null; …
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; } }
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; } }
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; } }
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; } }
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; } }
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; } }
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; } }
20159 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
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; } }
20169 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
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; } }
20179 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20183 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20187 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20191 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20195 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20199 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20203 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20210 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20214 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20218 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20222 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20229 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20233 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
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; } }
20244 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
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; } }
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; } }
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; } }
20269 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
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; } }
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; } }
20290 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20294 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20298 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20305 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20309 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20313 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20317 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20321 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20325 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20329 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20333 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20340 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20347 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
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; } }
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; } }
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; } }
20382 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20386 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
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; } }
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; } }
20411 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Link { get { throw null; } }
20412 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20416 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
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; } }
20426 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Link { get { throw null; } }
20427 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20431 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
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; } }
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; } }
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; } }
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; } }
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; } }
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; } }
20486 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20490 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20494 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20498 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20505 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20509 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20516 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20520 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Closed { get { throw null; } }
20521 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Opened { get { throw null; } }
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 …
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; } }
20542 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
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; } }
20553 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20557 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Active { get { throw null; } }
20558 …public static System.Windows.Forms.VisualStyles.VisualStyleElement Inactive { get { throw null; } }
20562 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20566 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Active { get { throw null; } }
20567 …public static System.Windows.Forms.VisualStyles.VisualStyleElement Inactive { get { throw null; } }
20571 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20575 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Active { get { throw null; } }
20576 …public static System.Windows.Forms.VisualStyles.VisualStyleElement Inactive { get { throw null; } }
20580 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
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; } }
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; } }
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; } }
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; } }
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; } }
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; } }
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; } }
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; } }
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; } }
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; } }
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; } }
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; } }
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; } }
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; } }
20679 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
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; } }
20690 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Active { get { throw null; } }
20691 …public static System.Windows.Forms.VisualStyles.VisualStyleElement Inactive { get { throw null; } }
20695 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20699 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Active { get { throw null; } }
20700 …public static System.Windows.Forms.VisualStyles.VisualStyleElement Inactive { get { throw null; } }
20704 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
20708 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Active { get { throw null; } }
20709 …public static System.Windows.Forms.VisualStyles.VisualStyleElement Inactive { get { throw null; } }
20713 … public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
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; } }
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; } }
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; } }
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; } }
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; } }
20755 public static System.Drawing.Color ControlHighlightHot { get { throw null; } }
20764 public static System.Drawing.Color TextControlBorder { get { throw null; } }
20771 public VisualStyleRenderer(System.Windows.Forms.VisualStyles.VisualStyleElement element) { } in VisualStyleRenderer()
20773 public System.IntPtr Handle { get { throw null; } }
20778 … public void DrawBackground(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds) { } in DrawBackground()
20779 …public void DrawBackground(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, Syst… in DrawBackground()
20780System.Drawing.Rectangle DrawEdge(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bound… in DrawEdge()
20781 …public void DrawImage(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Drawing.I… in DrawImage()
20782 …public void DrawImage(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.F… in DrawImage()
20783 …public void DrawParentBackground(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds… in DrawParentBackground()
20784 …public void DrawText(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, string tex… in DrawText()
20785 …public void DrawText(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, string tex… in DrawText()
20786 …public void DrawText(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, string tex… in DrawText()
20787 …public System.Drawing.Rectangle GetBackgroundContentRectangle(System.Drawing.IDeviceContext dc, Sy… in GetBackgroundContentRectangle()
20788 …public System.Drawing.Rectangle GetBackgroundExtent(System.Drawing.IDeviceContext dc, System.Drawi… in GetBackgroundExtent()
20789 [System.Security.SuppressUnmanagedCodeSecurityAttribute]
20790 …public System.Drawing.Region GetBackgroundRegion(System.Drawing.IDeviceContext dc, System.Drawing.… in GetBackgroundRegion()
20791 … public bool GetBoolean(System.Windows.Forms.VisualStyles.BooleanProperty prop) { throw null; } in GetBoolean()
20792 …public System.Drawing.Color GetColor(System.Windows.Forms.VisualStyles.ColorProperty prop) { throw… in GetColor()
20793 public int GetEnumValue(System.Windows.Forms.VisualStyles.EnumProperty prop) { throw null; } in GetEnumValue()
20794 … public string GetFilename(System.Windows.Forms.VisualStyles.FilenameProperty prop) { throw null; } in GetFilename()
20795 …public System.Drawing.Font GetFont(System.Drawing.IDeviceContext dc, System.Windows.Forms.VisualSt… in GetFont()
20796 … public int GetInteger(System.Windows.Forms.VisualStyles.IntegerProperty prop) { throw null; } in GetInteger()
20797 …public System.Windows.Forms.Padding GetMargins(System.Drawing.IDeviceContext dc, System.Windows.Fo… in GetMargins()
20798 …public System.Drawing.Size GetPartSize(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle … in GetPartSize()
20799 …public System.Drawing.Size GetPartSize(System.Drawing.IDeviceContext dc, System.Windows.Forms.Visu… in GetPartSize()
20800 …public System.Drawing.Point GetPoint(System.Windows.Forms.VisualStyles.PointProperty prop) { throw… in GetPoint()
20801 … public string GetString(System.Windows.Forms.VisualStyles.StringProperty prop) { throw null; } in GetString()
20802 …public System.Drawing.Rectangle GetTextExtent(System.Drawing.IDeviceContext dc, System.Drawing.Rec… in GetTextExtent()
20803 …public System.Drawing.Rectangle GetTextExtent(System.Drawing.IDeviceContext dc, string textToDraw,… in GetTextExtent()
20804 …public System.Windows.Forms.VisualStyles.TextMetrics GetTextMetrics(System.Drawing.IDeviceContext … in GetTextMetrics()
20805System.Windows.Forms.VisualStyles.HitTestCode HitTestBackground(System.Drawing.Graphics g, System.… in HitTestBackground()
20806System.Windows.Forms.VisualStyles.HitTestCode HitTestBackground(System.Drawing.IDeviceContext dc, in HitTestBackground()
20807System.Windows.Forms.VisualStyles.HitTestCode HitTestBackground(System.Drawing.IDeviceContext dc, in HitTestBackground()
20809 …public static bool IsElementDefined(System.Windows.Forms.VisualStyles.VisualStyleElement element) … in IsElementDefined()
20811 public void SetParameters(System.Windows.Forms.VisualStyles.VisualStyleElement element) { } in SetParameters()