Pat Tullmann 0cb742dafb binfmt-detector-cli: rewrite to support PE32+ binaries (#38)
Rewrite with hard-coded offsets into the PE file format to discern
if a binary is PE32 or PE32+, and then to determine if it contains
a "CLR Data Directory" entry that looks valid.

Tested with PE32 and PE32+ compiled Mono binaries, PE32 and PE32+ native
binaries, and a random assortment of garbage files.

Former-commit-id: 9e7ac86ec84f653a2f79b87183efd5b0ebda001b
2023-10-16 20:16:47 +02:00

20640 lines
1.5 MiB

// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
[assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
[assembly:System.CLSCompliantAttribute(true)]
[assembly:System.Diagnostics.DebuggableAttribute(System.Diagnostics.DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
[assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
[assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
[assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.Windows.Forms.dll")]
[assembly:System.Reflection.AssemblyDescriptionAttribute("System.Windows.Forms.dll")]
[assembly:System.Reflection.AssemblyFileVersionAttribute("4.6.57.0")]
[assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.6.57.0")]
[assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
[assembly:System.Reflection.AssemblyTitleAttribute("System.Windows.Forms.dll")]
[assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
[assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
[assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(System.Runtime.CompilerServices.CompilationRelaxations.NoStringInterning)]
[assembly:System.Runtime.CompilerServices.DependencyAttribute("System,", System.Runtime.CompilerServices.LoadHint.Always)]
[assembly:System.Runtime.CompilerServices.DependencyAttribute("System.Drawing,", System.Runtime.CompilerServices.LoadHint.Always)]
[assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("CocoaDriver, PublicKey=0024000004800000940000000602000000240000525341310004000001000100dfb6f531e52a405fce7bb127fdff8b462a29426618ae319093a6479dbc037c76ce025581c272d47806d3c4c9a65304b7ddacff806e6c7e6483f985a5ac39498190c87b7ddb13d3e9c7107f0ceef392ce3fd01391fd9f61199449fd8702ab0d9c2d32dee637bc557ecc7f75c85b350d0d80d8efdb5bdaa6ecaddae0a23a1eb8db")]
[assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("Mono.WinformsSupport, PublicKey=00240000048000009400000006020000002400005253413100040000110000004bb98b1af6c1df0df8c02c380e116b7a7f0c8c827aecfccddc6e29b7c754cd608b49dfcef4df9699ad182e50f66afa4e68dabc7b6aeeec0aa4719a5f8e0aae8c193080a706adc3443a8356b1f254142034995532ac176398e12a30f6a74a119a89ac47672c9ae24d7e90de686557166e3b873cd707884431a0451d9d6f7fe795")]
[assembly:System.Runtime.CompilerServices.InternalsVisibleToAttribute("UIAutomationWinforms, PublicKey=00240000048000009400000006020000002400005253413100040000110000004bb98b1af6c1df0df8c02c380e116b7a7f0c8c827aecfccddc6e29b7c754cd608b49dfcef4df9699ad182e50f66afa4e68dabc7b6aeeec0aa4719a5f8e0aae8c193080a706adc3443a8356b1f254142034995532ac176398e12a30f6a74a119a89ac47672c9ae24d7e90de686557166e3b873cd707884431a0451d9d6f7fe795")]
[assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
[assembly:System.Runtime.CompilerServices.StringFreezingAttribute]
[assembly:System.Runtime.InteropServices.ComCompatibleVersionAttribute(1, 0, 3300, 0)]
[assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
[assembly:System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.RequestMinimum, SkipVerification=true)]
namespace System
{
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
internal partial class MonoDocumentationNoteAttribute : System.MonoTODOAttribute
{
public MonoDocumentationNoteAttribute(string comment) { }
}
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
internal partial class MonoExtensionAttribute : System.MonoTODOAttribute
{
public MonoExtensionAttribute(string comment) { }
}
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
internal partial class MonoInternalNoteAttribute : System.MonoTODOAttribute
{
public MonoInternalNoteAttribute(string comment) { }
}
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
internal partial class MonoLimitationAttribute : System.MonoTODOAttribute
{
public MonoLimitationAttribute(string comment) { }
}
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
internal partial class MonoNotSupportedAttribute : System.MonoTODOAttribute
{
public MonoNotSupportedAttribute(string comment) { }
}
[System.AttributeUsageAttribute(System.AttributeTargets.All, AllowMultiple=true)]
internal partial class MonoTODOAttribute : System.Attribute
{
public MonoTODOAttribute() { }
public MonoTODOAttribute(string comment) { }
public string Comment { get { throw null; } }
}
}
namespace System.Resources
{
[System.SerializableAttribute]
public sealed partial class ResXDataNode : System.Runtime.Serialization.ISerializable
{
public ResXDataNode(string name, object value) { }
public ResXDataNode(string name, System.Resources.ResXFileRef fileRef) { }
public string Comment { get { throw null; } set { } }
public System.Resources.ResXFileRef FileRef { get { throw null; } }
public string Name { get { throw null; } set { } }
public System.Drawing.Point GetNodePosition() { throw null; }
public object GetValue(System.ComponentModel.Design.ITypeResolutionService typeResolver) { throw null; }
public object GetValue(System.Reflection.AssemblyName[] names) { throw null; }
public string GetValueTypeName(System.ComponentModel.Design.ITypeResolutionService typeResolver) { throw null; }
public string GetValueTypeName(System.Reflection.AssemblyName[] names) { throw null; }
void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
}
[System.ComponentModel.TypeConverterAttribute(typeof(System.Resources.ResXFileRef.Converter))]
[System.SerializableAttribute]
public partial class ResXFileRef
{
public ResXFileRef(string fileName, string typeName) { }
public ResXFileRef(string fileName, string typeName, System.Text.Encoding textFileEncoding) { }
public string FileName { get { throw null; } }
public System.Text.Encoding TextFileEncoding { get { throw null; } }
public string TypeName { get { throw null; } }
public override string ToString() { throw null; }
public partial class Converter : System.ComponentModel.TypeConverter
{
public Converter() { }
public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
}
}
public partial class ResXResourceReader : System.Collections.IEnumerable, System.IDisposable, System.Resources.IResourceReader
{
public ResXResourceReader(System.IO.Stream stream) { }
public ResXResourceReader(System.IO.Stream stream, System.ComponentModel.Design.ITypeResolutionService typeResolver) { }
public ResXResourceReader(System.IO.Stream stream, System.Reflection.AssemblyName[] assemblyNames) { }
public ResXResourceReader(System.IO.TextReader reader) { }
public ResXResourceReader(System.IO.TextReader reader, System.ComponentModel.Design.ITypeResolutionService typeResolver) { }
public ResXResourceReader(System.IO.TextReader reader, System.Reflection.AssemblyName[] assemblyNames) { }
public ResXResourceReader(string fileName) { }
public ResXResourceReader(string fileName, System.ComponentModel.Design.ITypeResolutionService typeResolver) { }
public ResXResourceReader(string fileName, System.Reflection.AssemblyName[] assemblyNames) { }
public string BasePath { get { throw null; } set { } }
public bool UseResXDataNodes { get { throw null; } set { } }
public void Close() { }
protected virtual void Dispose(bool disposing) { }
~ResXResourceReader() { }
public static System.Resources.ResXResourceReader FromFileContents(string fileContents) { throw null; }
public static System.Resources.ResXResourceReader FromFileContents(string fileContents, System.ComponentModel.Design.ITypeResolutionService typeResolver) { throw null; }
public static System.Resources.ResXResourceReader FromFileContents(string fileContents, System.Reflection.AssemblyName[] assemblyNames) { throw null; }
public System.Collections.IDictionaryEnumerator GetEnumerator() { throw null; }
public System.Collections.IDictionaryEnumerator GetMetadataEnumerator() { throw null; }
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
void System.IDisposable.Dispose() { }
}
public partial class ResXResourceSet : System.Resources.ResourceSet
{
public ResXResourceSet(System.IO.Stream stream) { }
public ResXResourceSet(string fileName) { }
public override System.Type GetDefaultReader() { throw null; }
public override System.Type GetDefaultWriter() { throw null; }
}
public partial class ResXResourceWriter : System.IDisposable, System.Resources.IResourceWriter
{
public static readonly string BinSerializedObjectMimeType;
public static readonly string ByteArraySerializedObjectMimeType;
public static readonly string DefaultSerializedObjectMimeType;
public static readonly string ResMimeType;
public static readonly string ResourceSchema;
public static readonly string SoapSerializedObjectMimeType;
public static readonly string Version;
public ResXResourceWriter(System.IO.Stream stream) { }
public ResXResourceWriter(System.IO.TextWriter textWriter) { }
public ResXResourceWriter(string fileName) { }
public string BasePath { get { throw null; } set { } }
[System.MonoTODOAttribute("Stub, not implemented")]
public virtual void AddAlias(string aliasName, System.Reflection.AssemblyName assemblyName) { }
public void AddMetadata(string name, byte[] value) { }
public void AddMetadata(string name, object value) { }
public void AddMetadata(string name, string value) { }
public void AddResource(System.Resources.ResXDataNode node) { }
public void AddResource(string name, byte[] value) { }
public void AddResource(string name, object value) { }
public void AddResource(string name, string value) { }
public void Close() { }
public virtual void Dispose() { }
protected virtual void Dispose(bool disposing) { }
~ResXResourceWriter() { }
public void Generate() { }
}
}
namespace System.Windows.Forms
{
public enum AccessibleEvents
{
AcceleratorChange = 32786,
Create = 32768,
DefaultActionChange = 32785,
DescriptionChange = 32781,
Destroy = 32769,
Focus = 32773,
HelpChange = 32784,
Hide = 32771,
LocationChange = 32779,
NameChange = 32780,
ParentChange = 32783,
Reorder = 32772,
Selection = 32774,
SelectionAdd = 32775,
SelectionRemove = 32776,
SelectionWithin = 32777,
Show = 32770,
StateChange = 32778,
SystemAlert = 2,
SystemCaptureEnd = 9,
SystemCaptureStart = 8,
SystemContextHelpEnd = 13,
SystemContextHelpStart = 12,
SystemDialogEnd = 17,
SystemDialogStart = 16,
SystemDragDropEnd = 15,
SystemDragDropStart = 14,
SystemForeground = 3,
SystemMenuEnd = 5,
SystemMenuPopupEnd = 7,
SystemMenuPopupStart = 6,
SystemMenuStart = 4,
SystemMinimizeEnd = 23,
SystemMinimizeStart = 22,
SystemMoveSizeEnd = 11,
SystemMoveSizeStart = 10,
SystemScrollingEnd = 19,
SystemScrollingStart = 18,
SystemSound = 1,
SystemSwitchEnd = 21,
SystemSwitchStart = 20,
ValueChange = 32782,
}
public enum AccessibleNavigation
{
Down = 2,
FirstChild = 7,
LastChild = 8,
Left = 3,
Next = 5,
Previous = 6,
Right = 4,
Up = 1,
}
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class AccessibleObject : System.Runtime.InteropServices.StandardOleMarshalObject, Accessibility.IAccessible, System.Reflection.IReflect
{
public AccessibleObject() { }
int Accessibility.IAccessible.accChildCount { get { throw null; } }
object Accessibility.IAccessible.accFocus { get { throw null; } }
object Accessibility.IAccessible.accParent { get { throw null; } }
object Accessibility.IAccessible.accSelection { get { throw null; } }
public virtual System.Drawing.Rectangle Bounds { get { throw null; } }
public virtual string DefaultAction { get { throw null; } }
public virtual string Description { get { throw null; } }
public virtual string Help { get { throw null; } }
public virtual string KeyboardShortcut { get { throw null; } }
public virtual string Name { get { throw null; } set { } }
public virtual System.Windows.Forms.AccessibleObject Parent { get { throw null; } }
public virtual System.Windows.Forms.AccessibleRole Role { get { throw null; } }
public virtual System.Windows.Forms.AccessibleStates State { get { throw null; } }
System.Type System.Reflection.IReflect.UnderlyingSystemType { get { throw null; } }
public virtual string Value { get { throw null; } set { } }
void Accessibility.IAccessible.accDoDefaultAction(object childID) { }
object Accessibility.IAccessible.accHitTest(int xLeft, int yTop) { throw null; }
void Accessibility.IAccessible.accLocation(out int pxLeft, out int pyTop, out int pcxWidth, out int pcyHeight, object childID) { throw null; }
object Accessibility.IAccessible.accNavigate(int navDir, object childID) { throw null; }
void Accessibility.IAccessible.accSelect(int flagsSelect, object childID) { }
object Accessibility.IAccessible.get_accChild(object childID) { throw null; }
string Accessibility.IAccessible.get_accDefaultAction(object childID) { throw null; }
string Accessibility.IAccessible.get_accDescription(object childID) { throw null; }
string Accessibility.IAccessible.get_accHelp(object childID) { throw null; }
int Accessibility.IAccessible.get_accHelpTopic(out string pszHelpFile, object childID) { throw null; }
string Accessibility.IAccessible.get_accKeyboardShortcut(object childID) { throw null; }
string Accessibility.IAccessible.get_accName(object childID) { throw null; }
object Accessibility.IAccessible.get_accRole(object childID) { throw null; }
object Accessibility.IAccessible.get_accState(object childID) { throw null; }
string Accessibility.IAccessible.get_accValue(object childID) { throw null; }
void Accessibility.IAccessible.set_accName(object childID, string newName) { }
void Accessibility.IAccessible.set_accValue(object childID, string newValue) { }
public virtual void DoDefaultAction() { }
public virtual System.Windows.Forms.AccessibleObject GetChild(int index) { throw null; }
public virtual int GetChildCount() { throw null; }
public virtual System.Windows.Forms.AccessibleObject GetFocused() { throw null; }
public virtual int GetHelpTopic(out string fileName) { throw null; }
public virtual System.Windows.Forms.AccessibleObject GetSelected() { throw null; }
public virtual System.Windows.Forms.AccessibleObject HitTest(int x, int y) { throw null; }
public virtual System.Windows.Forms.AccessibleObject Navigate(System.Windows.Forms.AccessibleNavigation navdir) { throw null; }
public virtual void Select(System.Windows.Forms.AccessibleSelection flags) { }
System.Reflection.FieldInfo System.Reflection.IReflect.GetField(string name, System.Reflection.BindingFlags bindingAttr) { throw null; }
System.Reflection.FieldInfo[] System.Reflection.IReflect.GetFields(System.Reflection.BindingFlags bindingAttr) { throw null; }
System.Reflection.MemberInfo[] System.Reflection.IReflect.GetMember(string name, System.Reflection.BindingFlags bindingAttr) { throw null; }
System.Reflection.MemberInfo[] System.Reflection.IReflect.GetMembers(System.Reflection.BindingFlags bindingAttr) { throw null; }
System.Reflection.MethodInfo System.Reflection.IReflect.GetMethod(string name, System.Reflection.BindingFlags bindingAttr) { throw null; }
System.Reflection.MethodInfo System.Reflection.IReflect.GetMethod(string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) { throw null; }
System.Reflection.MethodInfo[] System.Reflection.IReflect.GetMethods(System.Reflection.BindingFlags bindingAttr) { throw null; }
System.Reflection.PropertyInfo[] System.Reflection.IReflect.GetProperties(System.Reflection.BindingFlags bindingAttr) { throw null; }
System.Reflection.PropertyInfo System.Reflection.IReflect.GetProperty(string name, System.Reflection.BindingFlags bindingAttr) { throw null; }
System.Reflection.PropertyInfo System.Reflection.IReflect.GetProperty(string name, System.Reflection.BindingFlags bindingAttr, System.Reflection.Binder binder, System.Type returnType, System.Type[] types, System.Reflection.ParameterModifier[] modifiers) { throw null; }
object System.Reflection.IReflect.InvokeMember(string name, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, object target, object[] args, System.Reflection.ParameterModifier[] modifiers, System.Globalization.CultureInfo culture, string[] namedParameters) { throw null; }
protected void UseStdAccessibleObjects(System.IntPtr handle) { }
protected void UseStdAccessibleObjects(System.IntPtr handle, int objid) { }
}
public enum AccessibleRole
{
Alert = 8,
Animation = 54,
Application = 14,
Border = 19,
ButtonDropDown = 56,
ButtonDropDownGrid = 58,
ButtonMenu = 57,
Caret = 7,
Cell = 29,
Character = 32,
Chart = 17,
CheckButton = 44,
Client = 10,
Clock = 61,
Column = 27,
ColumnHeader = 25,
ComboBox = 46,
Cursor = 6,
Default = -1,
Diagram = 53,
Dial = 49,
Dialog = 18,
Document = 15,
DropList = 47,
Equation = 55,
Graphic = 40,
Grip = 4,
Grouping = 20,
HelpBalloon = 31,
HotkeyField = 50,
Indicator = 39,
IpAddress = 63,
Link = 30,
List = 33,
ListItem = 34,
MenuBar = 2,
MenuItem = 12,
MenuPopup = 11,
None = 0,
Outline = 35,
OutlineButton = 64,
OutlineItem = 36,
PageTab = 37,
PageTabList = 60,
Pane = 16,
ProgressBar = 48,
PropertyPage = 38,
PushButton = 43,
RadioButton = 45,
Row = 28,
RowHeader = 26,
ScrollBar = 3,
Separator = 21,
Slider = 51,
Sound = 5,
SpinButton = 52,
SplitButton = 62,
StaticText = 41,
StatusBar = 23,
Table = 24,
Text = 42,
TitleBar = 1,
ToolBar = 22,
ToolTip = 13,
WhiteSpace = 59,
Window = 9,
}
[System.FlagsAttribute]
public enum AccessibleSelection
{
AddSelection = 8,
ExtendSelection = 4,
None = 0,
RemoveSelection = 16,
TakeFocus = 1,
TakeSelection = 2,
}
[System.FlagsAttribute]
public enum AccessibleStates
{
AlertHigh = 268435456,
AlertLow = 67108864,
AlertMedium = 134217728,
Animated = 16384,
Busy = 2048,
Checked = 16,
Collapsed = 1024,
Default = 256,
Expanded = 512,
ExtSelectable = 33554432,
Floating = 4096,
Focusable = 1048576,
Focused = 4,
HasPopup = 1073741824,
HotTracked = 128,
Indeterminate = 32,
Invisible = 32768,
Linked = 4194304,
Marqueed = 8192,
Mixed = 32,
Moveable = 262144,
MultiSelectable = 16777216,
None = 0,
Offscreen = 65536,
Pressed = 8,
Protected = 536870912,
ReadOnly = 64,
Selectable = 2097152,
Selected = 2,
SelfVoicing = 524288,
Sizeable = 131072,
Traversed = 8388608,
Unavailable = 1,
[System.ObsoleteAttribute]
Valid = 1073741823,
}
public sealed partial class AmbientProperties
{
public AmbientProperties() { }
public System.Drawing.Color BackColor { get { throw null; } set { } }
public System.Windows.Forms.Cursor Cursor { get { throw null; } set { } }
public System.Drawing.Font Font { get { throw null; } set { } }
public System.Drawing.Color ForeColor { get { throw null; } set { } }
}
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.AnchorEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.FlagsAttribute]
public enum AnchorStyles
{
Bottom = 2,
Left = 4,
None = 0,
Right = 8,
Top = 1,
}
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public enum Appearance
{
Button = 1,
Normal = 0,
}
public sealed partial class Application
{
internal Application() { }
public static bool AllowQuit { get { throw null; } }
public static string CommonAppDataPath { get { throw null; } }
public static Microsoft.Win32.RegistryKey CommonAppDataRegistry { get { throw null; } }
public static string CompanyName { get { throw null; } }
public static System.Globalization.CultureInfo CurrentCulture { get { throw null; } set { } }
public static System.Windows.Forms.InputLanguage CurrentInputLanguage { get { throw null; } set { } }
public static string ExecutablePath { get { throw null; } }
public static string LocalUserAppDataPath { get { throw null; } }
public static bool MessageLoop { get { throw null; } }
public static System.Windows.Forms.FormCollection OpenForms { get { throw null; } }
public static string ProductName { get { throw null; } }
public static string ProductVersion { get { throw null; } }
public static bool RenderWithVisualStyles { get { throw null; } }
public static string SafeTopLevelCaptionFormat { get { throw null; } set { } }
public static string StartupPath { get { throw null; } }
public static string UserAppDataPath { get { throw null; } }
public static Microsoft.Win32.RegistryKey UserAppDataRegistry { get { throw null; } }
public static bool UseWaitCursor { get { throw null; } set { } }
public static System.Windows.Forms.VisualStyles.VisualStyleState VisualStyleState { get { throw null; } set { } }
public static event System.EventHandler ApplicationExit { add { } remove { } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.MonoTODOAttribute]
public static event System.EventHandler EnterThreadModal { add { } remove { } }
public static event System.EventHandler Idle { add { } remove { } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.MonoTODOAttribute]
public static event System.EventHandler LeaveThreadModal { add { } remove { } }
public static event System.Threading.ThreadExceptionEventHandler ThreadException { add { } remove { } }
public static event System.EventHandler ThreadExit { add { } remove { } }
public static void AddMessageFilter(System.Windows.Forms.IMessageFilter value) { }
public static void DoEvents() { }
public static void EnableVisualStyles() { }
public static void Exit() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static void Exit(System.ComponentModel.CancelEventArgs e) { }
public static void ExitThread() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static bool FilterMessage(ref System.Windows.Forms.Message message) { throw null; }
public static System.Threading.ApartmentState OleRequired() { throw null; }
public static void OnThreadException(System.Exception t) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static void RaiseIdle(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.MonoNotSupportedAttribute("Only applies when Winforms is being hosted by an unmanaged app.")]
public static void RegisterMessageLoop(System.Windows.Forms.Application.MessageLoopCallback callback) { }
public static void RemoveMessageFilter(System.Windows.Forms.IMessageFilter value) { }
public static void Restart() { }
public static void Run() { }
public static void Run(System.Windows.Forms.ApplicationContext context) { }
public static void Run(System.Windows.Forms.Form mainForm) { }
public static void SetCompatibleTextRenderingDefault(bool defaultValue) { }
[System.MonoNotSupportedAttribute("Empty stub.")]
public static bool SetSuspendState(System.Windows.Forms.PowerState state, bool force, bool disableWakeEvent) { throw null; }
[System.MonoNotSupportedAttribute("Empty stub.")]
public static void SetUnhandledExceptionMode(System.Windows.Forms.UnhandledExceptionMode mode) { }
[System.MonoNotSupportedAttribute("Empty stub.")]
public static void SetUnhandledExceptionMode(System.Windows.Forms.UnhandledExceptionMode mode, bool threadScope) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.MonoNotSupportedAttribute("Only applies when Winforms is being hosted by an unmanaged app.")]
public static void UnregisterMessageLoop() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public delegate bool MessageLoopCallback();
}
public partial class ApplicationContext : System.IDisposable
{
public ApplicationContext() { }
public ApplicationContext(System.Windows.Forms.Form mainForm) { }
public System.Windows.Forms.Form MainForm { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(false)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
public object Tag { get { throw null; } set { } }
public event System.EventHandler ThreadExit { add { } remove { } }
public void Dispose() { }
protected virtual void Dispose(bool disposing) { }
public void ExitThread() { }
protected virtual void ExitThreadCore() { }
~ApplicationContext() { }
protected virtual void OnMainFormClosed(object sender, System.EventArgs e) { }
}
[System.FlagsAttribute]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public enum ArrangeDirection
{
Down = 4,
Left = 0,
Right = 0,
Up = 4,
}
[System.FlagsAttribute]
public enum ArrangeStartingPosition
{
BottomLeft = 0,
BottomRight = 1,
Hide = 8,
TopLeft = 2,
TopRight = 3,
}
public enum ArrowDirection
{
Down = 17,
Left = 0,
Right = 16,
Up = 1,
}
public enum AutoCompleteMode
{
Append = 2,
None = 0,
Suggest = 1,
SuggestAppend = 3,
}
public enum AutoCompleteSource
{
AllSystemSources = 7,
AllUrl = 6,
CustomSource = 64,
FileSystem = 1,
FileSystemDirectories = 32,
HistoryList = 2,
ListItems = 256,
None = 128,
RecentlyUsedList = 4,
}
public partial class AutoCompleteStringCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
{
public AutoCompleteStringCollection() { }
public int Count { get { throw null; } }
public bool IsReadOnly { get { throw null; } }
public bool IsSynchronized { get { throw null; } }
public string this[int index] { get { throw null; } set { } }
public object SyncRoot { get { throw null; } }
bool System.Collections.IList.IsFixedSize { get { throw null; } }
bool System.Collections.IList.IsReadOnly { get { throw null; } }
object System.Collections.IList.this[int index] { get { throw null; } set { } }
public event System.ComponentModel.CollectionChangeEventHandler CollectionChanged { add { } remove { } }
public int Add(string value) { throw null; }
public void AddRange(string[] value) { }
public void Clear() { }
public bool Contains(string value) { throw null; }
public void CopyTo(string[] array, int index) { }
public System.Collections.IEnumerator GetEnumerator() { throw null; }
public int IndexOf(string value) { throw null; }
public void Insert(int index, string value) { }
protected void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs e) { }
public void Remove(string value) { }
public void RemoveAt(int index) { }
void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
int System.Collections.IList.Add(object value) { throw null; }
bool System.Collections.IList.Contains(object value) { throw null; }
int System.Collections.IList.IndexOf(object value) { throw null; }
void System.Collections.IList.Insert(int index, object value) { }
void System.Collections.IList.Remove(object value) { }
}
public enum AutoScaleMode
{
Dpi = 2,
Font = 1,
Inherit = 3,
None = 0,
}
public enum AutoSizeMode
{
GrowAndShrink = 0,
GrowOnly = 1,
}
public enum AutoValidate
{
Disable = 0,
EnableAllowFocusChange = 2,
EnablePreventFocusChange = 1,
Inherit = -1,
}
[System.ComponentModel.DefaultEventAttribute("Enter")]
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.AxHostDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.ComponentModel.DesignTimeVisibleAttribute(false)]
[System.ComponentModel.ToolboxItemAttribute(false)]
[System.MonoTODOAttribute("Possibly implement this for Win32; find a way for Linux and Mac")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public abstract partial class AxHost : System.Windows.Forms.Control, System.ComponentModel.ICustomTypeDescriptor, System.ComponentModel.ISupportInitialize
{
protected AxHost(string clsid) { }
protected AxHost(string clsid, int flags) { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Color BackColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.Windows.Forms.ContainerControl ContainingControl { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.ContextMenu ContextMenu { get { throw null; } set { } }
protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.Cursor Cursor { get { throw null; } set { } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public bool EditMode { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public virtual new bool Enabled { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Font Font { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Color ForeColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public bool HasAboutBox { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public System.Windows.Forms.AxHost.State OcxState { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ComponentModel.LocalizableAttribute(true)]
public virtual new bool RightToLeft { get { throw null; } set { } }
public override System.ComponentModel.ISite Site { set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override string Text { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackColorChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BindingContextChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.UICuesEventHandler ChangeUICues { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler Click { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler ContextMenuChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler CursorChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler DoubleClick { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.DragEventHandler DragDrop { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.DragEventHandler DragEnter { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler DragLeave { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.DragEventHandler DragOver { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler EnabledChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler FontChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler ForeColorChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.GiveFeedbackEventHandler GiveFeedback { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.HelpEventHandler HelpRequested { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler ImeModeChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.KeyEventHandler KeyDown { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.KeyPressEventHandler KeyPress { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.KeyEventHandler KeyUp { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.LayoutEventHandler Layout { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler MouseClick { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler MouseDoubleClick { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.MouseEventHandler MouseDown { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler MouseEnter { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler MouseHover { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler MouseLeave { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.MouseEventHandler MouseMove { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.MouseEventHandler MouseUp { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.MouseEventHandler MouseWheel { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.QueryAccessibilityHelpEventHandler QueryAccessibilityHelp { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.QueryContinueDragEventHandler QueryContinueDrag { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler RightToLeftChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler StyleChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler TextChanged { add { } remove { } }
protected virtual void AttachInterfaces() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.MonoTODOAttribute]
public void BeginInit() { }
protected override void CreateHandle() { }
protected virtual object CreateInstanceCore(System.Guid clsid) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void CreateSink() { }
protected override void DestroyHandle() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void DetachSink() { }
protected override void Dispose(bool disposing) { }
public void DoVerb(int verb) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new void DrawToBitmap(System.Drawing.Bitmap bitmap, System.Drawing.Rectangle targetBounds) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.MonoTODOAttribute]
public void EndInit() { }
[System.CLSCompliantAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected static System.Drawing.Color GetColorFromOleColor(uint color) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected static System.Drawing.Font GetFontFromIFont(object font) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected static System.Drawing.Font GetFontFromIFontDisp(object font) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected static object GetIFontDispFromFont(System.Drawing.Font font) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected static object GetIFontFromFont(System.Drawing.Font font) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected static object GetIPictureDispFromPicture(System.Drawing.Image image) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected static object GetIPictureFromCursor(System.Windows.Forms.Cursor cursor) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected static object GetIPictureFromPicture(System.Drawing.Image image) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected static double GetOADateFromTime(System.DateTime time) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public object GetOcx() { throw null; }
[System.CLSCompliantAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected static uint GetOleColorFromColor(System.Drawing.Color color) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected static System.Drawing.Image GetPictureFromIPicture(object picture) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected static System.Drawing.Image GetPictureFromIPictureDisp(object picture) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual new System.Drawing.Rectangle GetScaledBounds(System.Drawing.Rectangle bounds, System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected static System.DateTime GetTimeFromOADate(double date) { throw null; }
public bool HasPropertyPages() { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public void InvokeEditMode() { }
protected override bool IsInputChar(char charCode) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public void MakeDirty() { }
protected override void OnBackColorChanged(System.EventArgs e) { }
protected override void OnFontChanged(System.EventArgs e) { }
protected override void OnForeColorChanged(System.EventArgs e) { }
protected override void OnHandleCreated(System.EventArgs e) { }
protected virtual void OnInPlaceActive() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void OnLostFocus(System.EventArgs e) { }
public override bool PreProcessMessage(ref System.Windows.Forms.Message msg) { throw null; }
protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
protected override bool ProcessMnemonic(char charCode) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected bool PropsValid() { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected void RaiseOnMouseDown(short button, short shift, int x, int y) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected void RaiseOnMouseDown(short button, short shift, float x, float y) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected void RaiseOnMouseDown(object o1, object o2, object o3, object o4) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected void RaiseOnMouseMove(short button, short shift, int x, int y) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected void RaiseOnMouseMove(short button, short shift, float x, float y) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected void RaiseOnMouseMove(object o1, object o2, object o3, object o4) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected void RaiseOnMouseUp(short button, short shift, int x, int y) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected void RaiseOnMouseUp(short button, short shift, float x, float y) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected void RaiseOnMouseUp(object o1, object o2, object o3, object o4) { }
protected void SetAboutBoxDelegate(System.Windows.Forms.AxHost.AboutBoxDelegate d) { }
protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
protected override void SetVisibleCore(bool value) { }
public void ShowAboutBox() { }
public void ShowPropertyPages() { }
public void ShowPropertyPages(System.Windows.Forms.Control control) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.ComponentModel.AttributeCollection System.ComponentModel.ICustomTypeDescriptor.GetAttributes() { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
string System.ComponentModel.ICustomTypeDescriptor.GetClassName() { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
string System.ComponentModel.ICustomTypeDescriptor.GetComponentName() { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.ComponentModel.TypeConverter System.ComponentModel.ICustomTypeDescriptor.GetConverter() { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.ComponentModel.EventDescriptor System.ComponentModel.ICustomTypeDescriptor.GetDefaultEvent() { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.ComponentModel.PropertyDescriptor System.ComponentModel.ICustomTypeDescriptor.GetDefaultProperty() { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
object System.ComponentModel.ICustomTypeDescriptor.GetEditor(System.Type editorBaseType) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetEvents() { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.ComponentModel.EventDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetEvents(System.Attribute[] attributes) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetProperties() { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
System.ComponentModel.PropertyDescriptorCollection System.ComponentModel.ICustomTypeDescriptor.GetProperties(System.Attribute[] attributes) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
object System.ComponentModel.ICustomTypeDescriptor.GetPropertyOwner(System.ComponentModel.PropertyDescriptor pd) { throw null; }
protected override void WndProc(ref System.Windows.Forms.Message m) { }
protected delegate void AboutBoxDelegate();
public enum ActiveXInvokeKind
{
MethodInvoke = 0,
PropertyGet = 1,
PropertySet = 2,
}
[System.Runtime.InteropServices.ComVisibleAttribute(false)]
public partial class AxComponentEditor : System.Windows.Forms.Design.WindowsFormsComponentEditor
{
public AxComponentEditor() { }
public override bool EditComponent(System.ComponentModel.ITypeDescriptorContext context, object obj, System.Windows.Forms.IWin32Window parent) { throw null; }
}
[System.AttributeUsageAttribute(System.AttributeTargets.Class, Inherited=false)]
public sealed partial class ClsidAttribute : System.Attribute
{
public ClsidAttribute(string clsid) { }
public string Value { get { throw null; } }
}
public partial class ConnectionPointCookie
{
public ConnectionPointCookie(object source, object sink, System.Type eventInterface) { }
public void Disconnect() { }
~ConnectionPointCookie() { }
}
public partial class InvalidActiveXStateException : System.Exception
{
public InvalidActiveXStateException() { }
public InvalidActiveXStateException(string name, System.Windows.Forms.AxHost.ActiveXInvokeKind kind) { }
public override string ToString() { throw null; }
}
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.TypeConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.SerializableAttribute]
public partial class State : System.Runtime.Serialization.ISerializable
{
public State(System.IO.Stream ms, int storageType, bool manualUpdate, string licKey) { }
protected State(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
}
public partial class StateConverter : System.ComponentModel.TypeConverter
{
public StateConverter() { }
public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
}
[System.AttributeUsageAttribute(System.AttributeTargets.Assembly, Inherited=false)]
public sealed partial class TypeLibraryTimeStampAttribute : System.Attribute
{
public TypeLibraryTimeStampAttribute(string timestamp) { }
public System.DateTime Value { get { throw null; } }
}
}
public partial class BaseCollection : System.MarshalByRefObject, System.Collections.ICollection, System.Collections.IEnumerable
{
public BaseCollection() { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public virtual int Count { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public bool IsReadOnly { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public bool IsSynchronized { get { throw null; } }
protected virtual System.Collections.ArrayList List { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public object SyncRoot { get { throw null; } }
public void CopyTo(System.Array ar, int index) { }
public System.Collections.IEnumerator GetEnumerator() { throw null; }
}
[System.FlagsAttribute]
public enum BatteryChargeStatus
{
Charging = 8,
Critical = 4,
High = 1,
Low = 2,
NoSystemBattery = 128,
Unknown = 255,
}
[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ListBindingConverter))]
public partial class Binding
{
public Binding(string propertyName, object dataSource, string dataMember) { }
public Binding(string propertyName, object dataSource, string dataMember, bool formattingEnabled) { }
public Binding(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode dataSourceUpdateMode) { }
public Binding(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode dataSourceUpdateMode, object nullValue) { }
public Binding(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode dataSourceUpdateMode, object nullValue, string formatString) { }
public Binding(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode dataSourceUpdateMode, object nullValue, string formatString, System.IFormatProvider formatInfo) { }
[System.ComponentModel.DefaultValueAttribute(null)]
public System.Windows.Forms.IBindableComponent BindableComponent { get { throw null; } }
public System.Windows.Forms.BindingManagerBase BindingManagerBase { get { throw null; } }
public System.Windows.Forms.BindingMemberInfo BindingMemberInfo { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(null)]
public System.Windows.Forms.Control Control { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.ControlUpdateMode.OnPropertyChanged)]
public System.Windows.Forms.ControlUpdateMode ControlUpdateMode { get { throw null; } set { } }
public object DataSource { get { throw null; } }
public object DataSourceNullValue { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.DataSourceUpdateMode.OnValidation)]
public System.Windows.Forms.DataSourceUpdateMode DataSourceUpdateMode { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
public System.IFormatProvider FormatInfo { get { throw null; } set { } }
public string FormatString { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool FormattingEnabled { get { throw null; } set { } }
public bool IsBinding { get { throw null; } }
public object NullValue { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
public string PropertyName { get { throw null; } }
public event System.Windows.Forms.BindingCompleteEventHandler BindingComplete { add { } remove { } }
public event System.Windows.Forms.ConvertEventHandler Format { add { } remove { } }
public event System.Windows.Forms.ConvertEventHandler Parse { add { } remove { } }
protected virtual void OnBindingComplete(System.Windows.Forms.BindingCompleteEventArgs e) { }
protected virtual void OnFormat(System.Windows.Forms.ConvertEventArgs cevent) { }
protected virtual void OnParse(System.Windows.Forms.ConvertEventArgs cevent) { }
public void ReadValue() { }
public void WriteValue() { }
}
public enum BindingCompleteContext
{
ControlUpdate = 0,
DataSourceUpdate = 1,
}
public partial class BindingCompleteEventArgs : System.ComponentModel.CancelEventArgs
{
public BindingCompleteEventArgs(System.Windows.Forms.Binding binding, System.Windows.Forms.BindingCompleteState state, System.Windows.Forms.BindingCompleteContext context) { }
public BindingCompleteEventArgs(System.Windows.Forms.Binding binding, System.Windows.Forms.BindingCompleteState state, System.Windows.Forms.BindingCompleteContext context, string errorText) { }
public BindingCompleteEventArgs(System.Windows.Forms.Binding binding, System.Windows.Forms.BindingCompleteState state, System.Windows.Forms.BindingCompleteContext context, string errorText, System.Exception exception) { }
public BindingCompleteEventArgs(System.Windows.Forms.Binding binding, System.Windows.Forms.BindingCompleteState state, System.Windows.Forms.BindingCompleteContext context, string errorText, System.Exception exception, bool cancel) { }
public System.Windows.Forms.Binding Binding { get { throw null; } }
public System.Windows.Forms.BindingCompleteContext BindingCompleteContext { get { throw null; } }
public System.Windows.Forms.BindingCompleteState BindingCompleteState { get { throw null; } }
public string ErrorText { get { throw null; } }
public System.Exception Exception { get { throw null; } }
}
public delegate void BindingCompleteEventHandler(object sender, System.Windows.Forms.BindingCompleteEventArgs e);
public enum BindingCompleteState
{
DataError = 1,
Exception = 2,
Success = 0,
}
[System.ComponentModel.DefaultEventAttribute("CollectionChanged")]
public partial class BindingContext : System.Collections.ICollection, System.Collections.IEnumerable
{
public BindingContext() { }
public bool IsReadOnly { get { throw null; } }
public System.Windows.Forms.BindingManagerBase this[object dataSource] { get { throw null; } }
public System.Windows.Forms.BindingManagerBase this[object dataSource, string dataMember] { get { throw null; } }
int System.Collections.ICollection.Count { get { throw null; } }
bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
object System.Collections.ICollection.SyncRoot { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public event System.ComponentModel.CollectionChangeEventHandler CollectionChanged { add { } remove { } }
protected internal void Add(object dataSource, System.Windows.Forms.BindingManagerBase listManager) { }
protected virtual void AddCore(object dataSource, System.Windows.Forms.BindingManagerBase listManager) { }
protected internal void Clear() { }
protected virtual void ClearCore() { }
public bool Contains(object dataSource) { throw null; }
public bool Contains(object dataSource, string dataMember) { throw null; }
protected virtual void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs ccevent) { }
protected internal void Remove(object dataSource) { }
protected virtual void RemoveCore(object dataSource) { }
void System.Collections.ICollection.CopyTo(System.Array ar, int index) { }
[System.MonoInternalNoteAttribute("our enumerator is slightly different. in MS's implementation the Values are WeakReferences to the managers.")]
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
[System.MonoTODOAttribute("Stub, does nothing")]
public static void UpdateBinding(System.Windows.Forms.BindingContext newBindingContext, System.Windows.Forms.Binding binding) { }
}
public abstract partial class BindingManagerBase
{
protected System.EventHandler onCurrentChangedHandler;
protected System.EventHandler onPositionChangedHandler;
public BindingManagerBase() { }
public System.Windows.Forms.BindingsCollection Bindings { get { throw null; } }
public abstract int Count { get; }
public abstract object Current { get; }
public bool IsBindingSuspended { get { throw null; } }
public abstract int Position { get; set; }
public event System.Windows.Forms.BindingCompleteEventHandler BindingComplete { add { } remove { } }
public event System.EventHandler CurrentChanged { add { } remove { } }
public event System.EventHandler CurrentItemChanged { add { } remove { } }
public event System.Windows.Forms.BindingManagerDataErrorEventHandler DataError { add { } remove { } }
public event System.EventHandler PositionChanged { add { } remove { } }
public abstract void AddNew();
public abstract void CancelCurrentEdit();
public abstract void EndCurrentEdit();
public virtual System.ComponentModel.PropertyDescriptorCollection GetItemProperties() { throw null; }
[System.MonoTODOAttribute("Not implemented, will throw NotImplementedException")]
protected internal virtual System.ComponentModel.PropertyDescriptorCollection GetItemProperties(System.Collections.ArrayList dataSources, System.Collections.ArrayList listAccessors) { throw null; }
[System.MonoTODOAttribute("Not implemented, will throw NotImplementedException")]
protected virtual System.ComponentModel.PropertyDescriptorCollection GetItemProperties(System.Type listType, int offset, System.Collections.ArrayList dataSources, System.Collections.ArrayList listAccessors) { throw null; }
protected internal abstract string GetListName(System.Collections.ArrayList listAccessors);
protected void OnBindingComplete(System.Windows.Forms.BindingCompleteEventArgs args) { }
protected internal abstract void OnCurrentChanged(System.EventArgs e);
protected abstract void OnCurrentItemChanged(System.EventArgs e);
protected void OnDataError(System.Exception e) { }
protected void PullData() { }
protected void PushData() { }
public abstract void RemoveAt(int index);
public abstract void ResumeBinding();
public abstract void SuspendBinding();
protected abstract void UpdateIsBinding();
}
public partial class BindingManagerDataErrorEventArgs : System.EventArgs
{
public BindingManagerDataErrorEventArgs(System.Exception exception) { }
public System.Exception Exception { get { throw null; } }
}
public delegate void BindingManagerDataErrorEventHandler(object sender, System.Windows.Forms.BindingManagerDataErrorEventArgs e);
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct BindingMemberInfo
{
private object _dummy;
public BindingMemberInfo(string dataMember) { throw null; }
public string BindingField { get { throw null; } }
public string BindingMember { get { throw null; } }
public string BindingPath { get { throw null; } }
public override bool Equals(object otherObject) { throw null; }
public override int GetHashCode() { throw null; }
public static bool operator ==(System.Windows.Forms.BindingMemberInfo a, System.Windows.Forms.BindingMemberInfo b) { throw null; }
public static bool operator !=(System.Windows.Forms.BindingMemberInfo a, System.Windows.Forms.BindingMemberInfo b) { throw null; }
}
[System.ComponentModel.DefaultEventAttribute("RefreshItems")]
[System.ComponentModel.DefaultPropertyAttribute("BindingSource")]
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.BindingNavigatorDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class BindingNavigator : System.Windows.Forms.ToolStrip, System.ComponentModel.ISupportInitialize
{
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public BindingNavigator() { }
public BindingNavigator(bool addStandardItems) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public BindingNavigator(System.ComponentModel.IContainer container) { }
public BindingNavigator(System.Windows.Forms.BindingSource bindingSource) { }
[System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))]
public System.Windows.Forms.ToolStripItem AddNewItem { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))]
public System.Windows.Forms.BindingSource BindingSource { get { throw null; } set { } }
[System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))]
public System.Windows.Forms.ToolStripItem CountItem { get { throw null; } set { } }
public string CountItemFormat { get { throw null; } set { } }
[System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))]
public System.Windows.Forms.ToolStripItem DeleteItem { get { throw null; } set { } }
[System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))]
public System.Windows.Forms.ToolStripItem MoveFirstItem { get { throw null; } set { } }
[System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))]
public System.Windows.Forms.ToolStripItem MoveLastItem { get { throw null; } set { } }
[System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))]
public System.Windows.Forms.ToolStripItem MoveNextItem { get { throw null; } set { } }
[System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))]
public System.Windows.Forms.ToolStripItem MovePreviousItem { get { throw null; } set { } }
[System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))]
public System.Windows.Forms.ToolStripItem PositionItem { get { throw null; } set { } }
public event System.EventHandler RefreshItems { add { } remove { } }
public virtual void AddStandardItems() { }
public void BeginInit() { }
protected override void Dispose(bool disposing) { }
public void EndInit() { }
protected virtual void OnRefreshItems() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void RefreshItemsCore() { }
[System.MonoTODOAttribute("Not implemented, will throw NotImplementedException")]
public bool Validate() { throw null; }
}
[System.ComponentModel.DefaultEventAttribute("CollectionChanged")]
public partial class BindingsCollection : System.Windows.Forms.BaseCollection
{
internal BindingsCollection() { }
public override int Count { get { throw null; } }
public System.Windows.Forms.Binding this[int index] { get { throw null; } }
protected override System.Collections.ArrayList List { get { throw null; } }
public event System.ComponentModel.CollectionChangeEventHandler CollectionChanged { add { } remove { } }
public event System.ComponentModel.CollectionChangeEventHandler CollectionChanging { add { } remove { } }
protected internal void Add(System.Windows.Forms.Binding binding) { }
protected virtual void AddCore(System.Windows.Forms.Binding dataBinding) { }
protected internal void Clear() { }
protected virtual void ClearCore() { }
protected virtual void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs ccevent) { }
protected virtual void OnCollectionChanging(System.ComponentModel.CollectionChangeEventArgs e) { }
protected internal void Remove(System.Windows.Forms.Binding binding) { }
protected internal void RemoveAt(int index) { }
protected virtual void RemoveCore(System.Windows.Forms.Binding dataBinding) { }
protected internal bool ShouldSerializeMyAll() { throw null; }
}
[System.ComponentModel.ComplexBindingPropertiesAttribute("DataSource", "DataMember")]
[System.ComponentModel.DefaultEventAttribute("CurrentChanged")]
[System.ComponentModel.DefaultPropertyAttribute("DataSource")]
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.BindingSourceDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
public partial class BindingSource : System.ComponentModel.Component, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ComponentModel.IBindingList, System.ComponentModel.IBindingListView, System.ComponentModel.ICancelAddNew, System.ComponentModel.IComponent, System.ComponentModel.ISupportInitialize, System.ComponentModel.ISupportInitializeNotification, System.ComponentModel.ITypedList, System.IDisposable, System.Windows.Forms.ICurrencyManagerProvider
{
public BindingSource() { }
public BindingSource(System.ComponentModel.IContainer container) { }
public BindingSource(object dataSource, string dataMember) { }
[System.ComponentModel.BrowsableAttribute(false)]
public virtual bool AllowEdit { get { throw null; } }
public virtual bool AllowNew { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public virtual bool AllowRemove { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public virtual int Count { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public virtual System.Windows.Forms.CurrencyManager CurrencyManager { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public object Current { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataMemberListEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public string DataMember { get { throw null; } set { } }
[System.ComponentModel.AttributeProviderAttribute(typeof(System.ComponentModel.IListSource))]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public object DataSource { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
public virtual string Filter { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public bool IsBindingSuspended { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public virtual bool IsFixedSize { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public virtual bool IsReadOnly { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public virtual bool IsSorted { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public virtual bool IsSynchronized { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public virtual object this[int index] { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Collections.IList List { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(-1)]
public int Position { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(true)]
public bool RaiseListChangedEvents { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
public string Sort { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public virtual System.ComponentModel.ListSortDescriptionCollection SortDescriptions { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public virtual System.ComponentModel.ListSortDirection SortDirection { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public virtual System.ComponentModel.PropertyDescriptor SortProperty { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public virtual bool SupportsAdvancedSorting { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public virtual bool SupportsChangeNotification { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public virtual bool SupportsFiltering { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public virtual bool SupportsSearching { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public virtual bool SupportsSorting { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public virtual object SyncRoot { get { throw null; } }
bool System.ComponentModel.ISupportInitializeNotification.IsInitialized { get { throw null; } }
public event System.ComponentModel.AddingNewEventHandler AddingNew { add { } remove { } }
public event System.Windows.Forms.BindingCompleteEventHandler BindingComplete { add { } remove { } }
public event System.EventHandler CurrentChanged { add { } remove { } }
public event System.EventHandler CurrentItemChanged { add { } remove { } }
public event System.Windows.Forms.BindingManagerDataErrorEventHandler DataError { add { } remove { } }
public event System.EventHandler DataMemberChanged { add { } remove { } }
public event System.EventHandler DataSourceChanged { add { } remove { } }
public event System.ComponentModel.ListChangedEventHandler ListChanged { add { } remove { } }
public event System.EventHandler PositionChanged { add { } remove { } }
event System.EventHandler System.ComponentModel.ISupportInitializeNotification.Initialized { add { } remove { } }
public virtual int Add(object value) { throw null; }
public virtual object AddNew() { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public virtual void ApplySort(System.ComponentModel.ListSortDescriptionCollection sorts) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public virtual void ApplySort(System.ComponentModel.PropertyDescriptor property, System.ComponentModel.ListSortDirection sort) { }
public void CancelEdit() { }
public virtual void Clear() { }
public virtual bool Contains(object value) { throw null; }
public virtual void CopyTo(System.Array arr, int index) { }
protected override void Dispose(bool disposing) { }
public void EndEdit() { }
public virtual int Find(System.ComponentModel.PropertyDescriptor prop, object key) { throw null; }
public int Find(string propertyName, object key) { throw null; }
public virtual System.Collections.IEnumerator GetEnumerator() { throw null; }
public virtual System.ComponentModel.PropertyDescriptorCollection GetItemProperties(System.ComponentModel.PropertyDescriptor[] listAccessors) { throw null; }
public virtual string GetListName(System.ComponentModel.PropertyDescriptor[] listAccessors) { throw null; }
public virtual System.Windows.Forms.CurrencyManager GetRelatedCurrencyManager(string dataMember) { throw null; }
public virtual int IndexOf(object value) { throw null; }
public virtual void Insert(int index, object value) { }
public void MoveFirst() { }
public void MoveLast() { }
public void MoveNext() { }
public void MovePrevious() { }
protected virtual void OnAddingNew(System.ComponentModel.AddingNewEventArgs e) { }
protected virtual void OnBindingComplete(System.Windows.Forms.BindingCompleteEventArgs e) { }
protected virtual void OnCurrentChanged(System.EventArgs e) { }
protected virtual void OnCurrentItemChanged(System.EventArgs e) { }
protected virtual void OnDataError(System.Windows.Forms.BindingManagerDataErrorEventArgs e) { }
protected virtual void OnDataMemberChanged(System.EventArgs e) { }
protected virtual void OnDataSourceChanged(System.EventArgs e) { }
protected virtual void OnListChanged(System.ComponentModel.ListChangedEventArgs e) { }
protected virtual void OnPositionChanged(System.EventArgs e) { }
public virtual void Remove(object value) { }
public virtual void RemoveAt(int index) { }
public void RemoveCurrent() { }
public virtual void RemoveFilter() { }
public virtual void RemoveSort() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public virtual void ResetAllowNew() { }
public void ResetBindings(bool metadataChanged) { }
public void ResetCurrentItem() { }
public void ResetItem(int itemIndex) { }
public void ResumeBinding() { }
public void SuspendBinding() { }
void System.ComponentModel.IBindingList.AddIndex(System.ComponentModel.PropertyDescriptor property) { }
void System.ComponentModel.IBindingList.RemoveIndex(System.ComponentModel.PropertyDescriptor prop) { }
void System.ComponentModel.ICancelAddNew.CancelNew(int position) { }
void System.ComponentModel.ICancelAddNew.EndNew(int position) { }
void System.ComponentModel.ISupportInitialize.BeginInit() { }
void System.ComponentModel.ISupportInitialize.EndInit() { }
}
public enum BootMode
{
FailSafe = 1,
FailSafeWithNetwork = 2,
Normal = 0,
}
[System.FlagsAttribute]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public enum Border3DSide
{
All = 2063,
Bottom = 8,
Left = 1,
Middle = 2048,
Right = 4,
Top = 2,
}
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public enum Border3DStyle
{
Adjust = 8192,
Bump = 9,
Etched = 6,
Flat = 16394,
Raised = 5,
RaisedInner = 4,
RaisedOuter = 1,
Sunken = 10,
SunkenInner = 8,
SunkenOuter = 2,
}
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public enum BorderStyle
{
Fixed3D = 2,
FixedSingle = 1,
None = 0,
}
[System.FlagsAttribute]
public enum BoundsSpecified
{
All = 15,
Height = 8,
Location = 3,
None = 0,
Size = 12,
Width = 4,
X = 1,
Y = 2,
}
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ButtonBaseDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class Button : System.Windows.Forms.ButtonBase, System.Windows.Forms.IButtonControl
{
public Button() { }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.AutoSizeMode.GrowOnly)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.AutoSizeMode AutoSizeMode { get { throw null; } set { } }
protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.DialogResult.None)]
public virtual System.Windows.Forms.DialogResult DialogResult { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public new event System.EventHandler DoubleClick { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public new event System.Windows.Forms.MouseEventHandler MouseDoubleClick { add { } remove { } }
public virtual void NotifyDefault(bool value) { }
protected override void OnClick(System.EventArgs e) { }
protected override void OnFontChanged(System.EventArgs e) { }
protected override void OnMouseEnter(System.EventArgs e) { }
protected override void OnMouseLeave(System.EventArgs e) { }
protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs mevent) { }
protected override void OnTextChanged(System.EventArgs e) { }
public void PerformClick() { }
protected override bool ProcessMnemonic(char charCode) { throw null; }
public override string ToString() { throw null; }
protected override void WndProc(ref System.Windows.Forms.Message m) { }
}
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ButtonBaseDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public abstract partial class ButtonBase : System.Windows.Forms.Control
{
protected ButtonBase() { }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public bool AutoEllipsis { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Visible)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public override bool AutoSize { get { throw null; } set { } }
public override System.Drawing.Color BackColor { get { throw null; } set { } }
protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
protected override System.Windows.Forms.ImeMode DefaultImeMode { get { throw null; } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
public System.Windows.Forms.FlatButtonAppearance FlatAppearance { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.FlatStyle.Standard)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.FlatStyle FlatStyle { get { throw null; } set { } }
[System.ComponentModel.LocalizableAttribute(true)]
public System.Drawing.Image Image { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Drawing.ContentAlignment.MiddleCenter)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Drawing.ContentAlignment ImageAlign { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(-1)]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageIndexConverter))]
public int ImageIndex { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageKeyConverter))]
public string ImageKey { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public System.Windows.Forms.ImageList ImageList { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } }
protected internal bool IsDefault { get { throw null; } set { } }
[System.ComponentModel.EditorAttribute("System.ComponentModel.Design.MultilineStringEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.ComponentModel.SettingsBindableAttribute(true)]
public override string Text { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Drawing.ContentAlignment.MiddleCenter)]
[System.ComponentModel.LocalizableAttribute(true)]
public virtual System.Drawing.ContentAlignment TextAlign { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.TextImageRelation.Overlay)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.TextImageRelation TextImageRelation { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool UseCompatibleTextRendering { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool UseMnemonic { get { throw null; } set { } }
public bool UseVisualStyleBackColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public new event System.EventHandler AutoSizeChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler ImeModeChanged { add { } remove { } }
protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
protected override void Dispose(bool disposing) { }
public override System.Drawing.Size GetPreferredSize(System.Drawing.Size proposedSize) { throw null; }
protected override void OnEnabledChanged(System.EventArgs e) { }
protected override void OnGotFocus(System.EventArgs e) { }
protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs kevent) { }
protected override void OnKeyUp(System.Windows.Forms.KeyEventArgs kevent) { }
protected override void OnLostFocus(System.EventArgs e) { }
protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs mevent) { }
protected override void OnMouseEnter(System.EventArgs eventargs) { }
protected override void OnMouseLeave(System.EventArgs eventargs) { }
protected override void OnMouseMove(System.Windows.Forms.MouseEventArgs mevent) { }
protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs mevent) { }
protected override void OnPaint(System.Windows.Forms.PaintEventArgs pevent) { }
protected override void OnParentChanged(System.EventArgs e) { }
protected override void OnTextChanged(System.EventArgs e) { }
protected override void OnVisibleChanged(System.EventArgs e) { }
protected void ResetFlagsandPaint() { }
protected override void WndProc(ref System.Windows.Forms.Message m) { }
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class ButtonBaseAccessibleObject : System.Windows.Forms.Control.ControlAccessibleObject
{
public ButtonBaseAccessibleObject(System.Windows.Forms.Control owner) : base (default(System.Windows.Forms.Control)) { }
public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
public override void DoDefaultAction() { }
}
}
public enum ButtonBorderStyle
{
Dashed = 2,
Dotted = 1,
Inset = 4,
None = 0,
Outset = 5,
Solid = 3,
}
public sealed partial class ButtonRenderer
{
internal ButtonRenderer() { }
public static bool RenderMatchingApplicationState { get { throw null; } set { } }
public static void DrawButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, bool focused, System.Windows.Forms.VisualStyles.PushButtonState state) { }
public static void DrawButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Drawing.Image image, System.Drawing.Rectangle imageBounds, bool focused, System.Windows.Forms.VisualStyles.PushButtonState state) { }
public static void DrawButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string buttonText, System.Drawing.Font font, bool focused, System.Windows.Forms.VisualStyles.PushButtonState state) { }
public static void DrawButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string buttonText, System.Drawing.Font font, System.Drawing.Image image, System.Drawing.Rectangle imageBounds, bool focused, System.Windows.Forms.VisualStyles.PushButtonState state) { }
public static void DrawButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string buttonText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, bool focused, System.Windows.Forms.VisualStyles.PushButtonState state) { }
public static void DrawButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string buttonText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, System.Drawing.Image image, System.Drawing.Rectangle imageBounds, bool focused, System.Windows.Forms.VisualStyles.PushButtonState state) { }
public static void DrawButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.PushButtonState state) { }
public static void DrawParentBackground(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.Control childControl) { }
public static bool IsBackgroundPartiallyTransparent(System.Windows.Forms.VisualStyles.PushButtonState state) { throw null; }
}
[System.FlagsAttribute]
public enum ButtonState
{
All = 18176,
Checked = 1024,
Flat = 16384,
Inactive = 256,
Normal = 0,
Pushed = 512,
}
public partial class CacheVirtualItemsEventArgs : System.EventArgs
{
public CacheVirtualItemsEventArgs(int startIndex, int endIndex) { }
public int EndIndex { get { throw null; } }
public int StartIndex { get { throw null; } }
}
public delegate void CacheVirtualItemsEventHandler(object sender, System.Windows.Forms.CacheVirtualItemsEventArgs e);
public enum CaptionButton
{
Close = 0,
Help = 4,
Maximize = 2,
Minimize = 1,
Restore = 3,
}
public enum CharacterCasing
{
Lower = 2,
Normal = 0,
Upper = 1,
}
[System.ComponentModel.DefaultBindingPropertyAttribute("CheckState")]
[System.ComponentModel.DefaultEventAttribute("CheckedChanged")]
[System.ComponentModel.DefaultPropertyAttribute("Checked")]
[System.ComponentModel.ToolboxItemAttribute("System.Windows.Forms.Design.AutoSizeToolboxItem,System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class CheckBox : System.Windows.Forms.ButtonBase
{
public CheckBox() { }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.Appearance.Normal)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.Appearance Appearance { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool AutoCheck { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(System.Drawing.ContentAlignment.MiddleLeft)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Drawing.ContentAlignment CheckAlign { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
[System.ComponentModel.SettingsBindableAttribute(true)]
public bool Checked { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.CheckState.Unchecked)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public System.Windows.Forms.CheckState CheckState { get { throw null; } set { } }
protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(System.Drawing.ContentAlignment.MiddleLeft)]
[System.ComponentModel.LocalizableAttribute(true)]
public override System.Drawing.ContentAlignment TextAlign { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool ThreeState { get { throw null; } set { } }
public event System.EventHandler AppearanceChanged { add { } remove { } }
public event System.EventHandler CheckedChanged { add { } remove { } }
public event System.EventHandler CheckStateChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler DoubleClick { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.MouseEventHandler MouseDoubleClick { add { } remove { } }
protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
protected virtual void OnAppearanceChanged(System.EventArgs e) { }
protected virtual void OnCheckedChanged(System.EventArgs e) { }
protected virtual void OnCheckStateChanged(System.EventArgs e) { }
protected override void OnClick(System.EventArgs e) { }
protected override void OnHandleCreated(System.EventArgs e) { }
protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { }
protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs mevent) { }
protected override bool ProcessMnemonic(char charCode) { throw null; }
public override string ToString() { throw null; }
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class CheckBoxAccessibleObject : System.Windows.Forms.ButtonBase.ButtonBaseAccessibleObject
{
public CheckBoxAccessibleObject(System.Windows.Forms.Control owner) : base (default(System.Windows.Forms.Control)) { }
public override string DefaultAction { get { throw null; } }
public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
public override void DoDefaultAction() { }
}
}
public sealed partial class CheckBoxRenderer
{
internal CheckBoxRenderer() { }
public static bool RenderMatchingApplicationState { get { throw null; } set { } }
public static void DrawCheckBox(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string checkBoxText, System.Drawing.Font font, bool focused, System.Windows.Forms.VisualStyles.CheckBoxState state) { }
public static void DrawCheckBox(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string checkBoxText, System.Drawing.Font font, System.Drawing.Image image, System.Drawing.Rectangle imageBounds, bool focused, System.Windows.Forms.VisualStyles.CheckBoxState state) { }
public static void DrawCheckBox(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string checkBoxText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, bool focused, System.Windows.Forms.VisualStyles.CheckBoxState state) { }
public static void DrawCheckBox(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string checkBoxText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, System.Drawing.Image image, System.Drawing.Rectangle imageBounds, bool focused, System.Windows.Forms.VisualStyles.CheckBoxState state) { }
public static void DrawCheckBox(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Windows.Forms.VisualStyles.CheckBoxState state) { }
public static void DrawParentBackground(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.Control childControl) { }
public static System.Drawing.Size GetGlyphSize(System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.CheckBoxState state) { throw null; }
public static bool IsBackgroundPartiallyTransparent(System.Windows.Forms.VisualStyles.CheckBoxState state) { throw null; }
}
[System.ComponentModel.LookupBindingPropertiesAttribute]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class CheckedListBox : System.Windows.Forms.ListBox
{
public CheckedListBox() { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.CheckedListBox.CheckedIndexCollection CheckedIndices { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.CheckedListBox.CheckedItemCollection CheckedItems { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool CheckOnClick { get { throw null; } set { } }
protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new object DataSource { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new string DisplayMember { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.DrawMode DrawMode { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override int ItemHeight { get { throw null; } set { } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListControlStringCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.LocalizableAttribute(true)]
public new System.Windows.Forms.CheckedListBox.ObjectCollection Items { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
public override System.Windows.Forms.SelectionMode SelectionMode { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool ThreeDCheckBoxes { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool UseCompatibleTextRendering { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new string ValueMember { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public new event System.EventHandler Click { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler DataSourceChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler DisplayMemberChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.DrawItemEventHandler DrawItem { add { } remove { } }
public event System.Windows.Forms.ItemCheckEventHandler ItemCheck { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.MeasureItemEventHandler MeasureItem { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public new event System.Windows.Forms.MouseEventHandler MouseClick { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler ValueMemberChanged { add { } remove { } }
protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
protected override System.Windows.Forms.ListBox.ObjectCollection CreateItemCollection() { throw null; }
public bool GetItemChecked(int index) { throw null; }
public System.Windows.Forms.CheckState GetItemCheckState(int index) { throw null; }
protected override void OnBackColorChanged(System.EventArgs e) { }
protected override void OnClick(System.EventArgs e) { }
protected override void OnDrawItem(System.Windows.Forms.DrawItemEventArgs e) { }
protected override void OnFontChanged(System.EventArgs e) { }
protected override void OnHandleCreated(System.EventArgs e) { }
protected virtual void OnItemCheck(System.Windows.Forms.ItemCheckEventArgs ice) { }
protected override void OnKeyPress(System.Windows.Forms.KeyPressEventArgs e) { }
protected override void OnMeasureItem(System.Windows.Forms.MeasureItemEventArgs e) { }
protected override void OnSelectedIndexChanged(System.EventArgs e) { }
protected override void RefreshItems() { }
public void SetItemChecked(int index, bool value) { }
public void SetItemCheckState(int index, System.Windows.Forms.CheckState value) { }
protected override void WmReflectCommand(ref System.Windows.Forms.Message m) { }
protected override void WndProc(ref System.Windows.Forms.Message m) { }
public partial class CheckedIndexCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
{
internal CheckedIndexCollection() { }
public int Count { get { throw null; } }
public bool IsReadOnly { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public int this[int index] { get { throw null; } }
bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
object System.Collections.ICollection.SyncRoot { get { throw null; } }
bool System.Collections.IList.IsFixedSize { get { throw null; } }
object System.Collections.IList.this[int index] { get { throw null; } set { } }
public bool Contains(int index) { throw null; }
public void CopyTo(System.Array dest, int index) { }
public System.Collections.IEnumerator GetEnumerator() { throw null; }
public int IndexOf(int index) { throw null; }
int System.Collections.IList.Add(object value) { throw null; }
void System.Collections.IList.Clear() { }
bool System.Collections.IList.Contains(object index) { throw null; }
int System.Collections.IList.IndexOf(object index) { throw null; }
void System.Collections.IList.Insert(int index, object value) { }
void System.Collections.IList.Remove(object value) { }
void System.Collections.IList.RemoveAt(int index) { }
}
public partial class CheckedItemCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
{
internal CheckedItemCollection() { }
public int Count { get { throw null; } }
public bool IsReadOnly { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public object this[int index] { get { throw null; } set { } }
bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
object System.Collections.ICollection.SyncRoot { get { throw null; } }
bool System.Collections.IList.IsFixedSize { get { throw null; } }
public bool Contains(object item) { throw null; }
public void CopyTo(System.Array dest, int index) { }
public System.Collections.IEnumerator GetEnumerator() { throw null; }
public int IndexOf(object item) { throw null; }
int System.Collections.IList.Add(object value) { throw null; }
void System.Collections.IList.Clear() { }
void System.Collections.IList.Insert(int index, object value) { }
void System.Collections.IList.Remove(object value) { }
void System.Collections.IList.RemoveAt(int index) { }
}
public partial class ObjectCollection : System.Windows.Forms.ListBox.ObjectCollection
{
public ObjectCollection(System.Windows.Forms.CheckedListBox owner) : base (default(System.Windows.Forms.ListBox)) { }
public int Add(object item, bool isChecked) { throw null; }
public int Add(object item, System.Windows.Forms.CheckState check) { throw null; }
public override void Clear() { }
}
}
public enum CheckState
{
Checked = 1,
Indeterminate = 2,
Unchecked = 0,
}
public sealed partial class Clipboard
{
internal Clipboard() { }
public static void Clear() { }
public static bool ContainsAudio() { throw null; }
public static bool ContainsData(string format) { throw null; }
public static bool ContainsFileDropList() { throw null; }
public static bool ContainsImage() { throw null; }
public static bool ContainsText() { throw null; }
public static bool ContainsText(System.Windows.Forms.TextDataFormat format) { throw null; }
public static System.IO.Stream GetAudioStream() { throw null; }
public static object GetData(string format) { throw null; }
public static System.Windows.Forms.IDataObject GetDataObject() { throw null; }
public static System.Collections.Specialized.StringCollection GetFileDropList() { throw null; }
public static System.Drawing.Image GetImage() { throw null; }
public static string GetText() { throw null; }
public static string GetText(System.Windows.Forms.TextDataFormat format) { throw null; }
public static void SetAudio(byte[] audioBytes) { }
public static void SetAudio(System.IO.Stream audioStream) { }
public static void SetData(string format, object data) { }
public static void SetDataObject(object data) { }
public static void SetDataObject(object data, bool copy) { }
public static void SetDataObject(object data, bool copy, int retryTimes, int retryDelay) { }
[System.MonoInternalNoteAttribute("Needs additional checks for valid paths, see MSDN")]
public static void SetFileDropList(System.Collections.Specialized.StringCollection filePaths) { }
public static void SetImage(System.Drawing.Image image) { }
public static void SetText(string text) { }
public static void SetText(string text, System.Windows.Forms.TextDataFormat format) { }
}
public enum CloseReason
{
ApplicationExitCall = 6,
FormOwnerClosing = 5,
MdiFormClosing = 2,
None = 0,
TaskManagerClosing = 4,
UserClosing = 3,
WindowsShutDown = 1,
}
public enum ColorDepth
{
Depth16Bit = 16,
Depth24Bit = 24,
Depth32Bit = 32,
Depth4Bit = 4,
Depth8Bit = 8,
}
[System.ComponentModel.DefaultPropertyAttribute("Color")]
public partial class ColorDialog : System.Windows.Forms.CommonDialog
{
public ColorDialog() { }
[System.ComponentModel.DefaultValueAttribute(true)]
public virtual bool AllowFullOpen { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public virtual bool AnyColor { get { throw null; } set { } }
public System.Drawing.Color Color { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public int[] CustomColors { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public virtual bool FullOpen { get { throw null; } set { } }
protected virtual System.IntPtr Instance { get { throw null; } }
protected virtual int Options { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(false)]
public virtual bool ShowHelp { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public virtual bool SolidColorOnly { get { throw null; } set { } }
public override void Reset() { }
protected override bool RunDialog(System.IntPtr hwndOwner) { throw null; }
public override string ToString() { throw null; }
}
public partial class ColumnClickEventArgs : System.EventArgs
{
public ColumnClickEventArgs(int column) { }
public int Column { get { throw null; } }
}
public delegate void ColumnClickEventHandler(object sender, System.Windows.Forms.ColumnClickEventArgs e);
[System.ComponentModel.DefaultPropertyAttribute("Text")]
[System.ComponentModel.DesignTimeVisibleAttribute(false)]
[System.ComponentModel.ToolboxItemAttribute(false)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ColumnHeaderConverter))]
public partial class ColumnHeader : System.ComponentModel.Component, System.ICloneable
{
public ColumnHeader() { }
public ColumnHeader(int imageIndex) { }
public ColumnHeader(string imageKey) { }
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public int DisplayIndex { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(-1)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageIndexConverter))]
public int ImageIndex { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageKeyConverter))]
public string ImageKey { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Windows.Forms.ImageList ImageList { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public int Index { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Windows.Forms.ListView ListView { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public string Name { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(false)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
public object Tag { get { throw null; } set { } }
[System.ComponentModel.LocalizableAttribute(true)]
public string Text { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.HorizontalAlignment.Left)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.HorizontalAlignment TextAlign { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(60)]
[System.ComponentModel.LocalizableAttribute(true)]
public int Width { get { throw null; } set { } }
public void AutoResize(System.Windows.Forms.ColumnHeaderAutoResizeStyle headerAutoResize) { }
public object Clone() { throw null; }
protected override void Dispose(bool disposing) { }
public override string ToString() { throw null; }
}
public enum ColumnHeaderAutoResizeStyle
{
ColumnContent = 2,
HeaderSize = 1,
None = 0,
}
public partial class ColumnHeaderConverter : System.ComponentModel.ExpandableObjectConverter
{
public ColumnHeaderConverter() { }
public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
}
public enum ColumnHeaderStyle
{
Clickable = 2,
Nonclickable = 1,
None = 0,
}
public partial class ColumnReorderedEventArgs : System.ComponentModel.CancelEventArgs
{
public ColumnReorderedEventArgs(int oldDisplayIndex, int newDisplayIndex, System.Windows.Forms.ColumnHeader header) { }
public System.Windows.Forms.ColumnHeader Header { get { throw null; } }
public int NewDisplayIndex { get { throw null; } }
public int OldDisplayIndex { get { throw null; } }
}
public delegate void ColumnReorderedEventHandler(object sender, System.Windows.Forms.ColumnReorderedEventArgs e);
public partial class ColumnStyle : System.Windows.Forms.TableLayoutStyle
{
public ColumnStyle() { }
public ColumnStyle(System.Windows.Forms.SizeType sizeType) { }
public ColumnStyle(System.Windows.Forms.SizeType sizeType, float width) { }
public float Width { get { throw null; } set { } }
}
public partial class ColumnWidthChangedEventArgs : System.EventArgs
{
public ColumnWidthChangedEventArgs(int columnIndex) { }
public int ColumnIndex { get { throw null; } }
}
public delegate void ColumnWidthChangedEventHandler(object sender, System.Windows.Forms.ColumnWidthChangedEventArgs e);
public partial class ColumnWidthChangingEventArgs : System.ComponentModel.CancelEventArgs
{
public ColumnWidthChangingEventArgs(int columnIndex, int newWidth) { }
public ColumnWidthChangingEventArgs(int columnIndex, int newWidth, bool cancel) { }
public int ColumnIndex { get { throw null; } }
public int NewWidth { get { throw null; } set { } }
}
public delegate void ColumnWidthChangingEventHandler(object sender, System.Windows.Forms.ColumnWidthChangingEventArgs e);
[System.ComponentModel.DefaultBindingPropertyAttribute("Text")]
[System.ComponentModel.DefaultEventAttribute("SelectedIndexChanged")]
[System.ComponentModel.DefaultPropertyAttribute("Items")]
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ComboBoxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class ComboBox : System.Windows.Forms.ListControl
{
public ComboBox() { }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListControlStringCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
[System.ComponentModel.LocalizableAttribute(true)]
[System.MonoTODOAttribute("AutoCompletion algorithm is currently not implemented.")]
public System.Windows.Forms.AutoCompleteStringCollection AutoCompleteCustomSource { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.AutoCompleteMode.None)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
[System.MonoTODOAttribute("AutoCompletion algorithm is currently not implemented.")]
public System.Windows.Forms.AutoCompleteMode AutoCompleteMode { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.AutoCompleteSource.None)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
[System.MonoTODOAttribute("AutoCompletion algorithm is currently not implemented.")]
public System.Windows.Forms.AutoCompleteSource AutoCompleteSource { get { throw null; } set { } }
public override System.Drawing.Color BackColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
[System.ComponentModel.AttributeProviderAttribute(typeof(System.ComponentModel.IListSource))]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public new object DataSource { get { throw null; } set { } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.DrawMode.Normal)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public System.Windows.Forms.DrawMode DrawMode { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(106)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public int DropDownHeight { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.ComboBoxStyle.DropDown)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public System.Windows.Forms.ComboBoxStyle DropDownStyle { get { throw null; } set { } }
public int DropDownWidth { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public bool DroppedDown { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.FlatStyle.Standard)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.FlatStyle FlatStyle { get { throw null; } set { } }
public override bool Focused { get { throw null; } }
public override System.Drawing.Color ForeColor { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
[System.ComponentModel.LocalizableAttribute(true)]
public bool IntegralHeight { get { throw null; } set { } }
[System.ComponentModel.LocalizableAttribute(true)]
public int ItemHeight { get { throw null; } set { } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListControlStringCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.MergablePropertyAttribute(false)]
public System.Windows.Forms.ComboBox.ObjectCollection Items { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(8)]
[System.ComponentModel.LocalizableAttribute(true)]
public int MaxDropDownItems { get { throw null; } set { } }
public override System.Drawing.Size MaximumSize { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(0)]
[System.ComponentModel.LocalizableAttribute(true)]
public int MaxLength { get { throw null; } set { } }
public override System.Drawing.Size MinimumSize { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public int PreferredHeight { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public override int SelectedIndex { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public object SelectedItem { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public string SelectedText { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public int SelectionLength { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public int SelectionStart { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool Sorted { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.LocalizableAttribute(true)]
public override string Text { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler DoubleClick { add { } remove { } }
public event System.Windows.Forms.DrawItemEventHandler DrawItem { add { } remove { } }
public event System.EventHandler DropDown { add { } remove { } }
public event System.EventHandler DropDownClosed { add { } remove { } }
public event System.EventHandler DropDownStyleChanged { add { } remove { } }
public event System.Windows.Forms.MeasureItemEventHandler MeasureItem { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler PaddingChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
public event System.EventHandler SelectedIndexChanged { add { } remove { } }
public event System.EventHandler SelectionChangeCommitted { add { } remove { } }
public event System.EventHandler TextUpdate { add { } remove { } }
[System.ObsoleteAttribute("This method has been deprecated")]
protected virtual void AddItemsCore(object[] value) { }
public void BeginUpdate() { }
protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
protected override void CreateHandle() { }
protected override void Dispose(bool disposing) { }
public void EndUpdate() { }
public int FindString(string s) { throw null; }
public int FindString(string s, int startIndex) { throw null; }
public int FindStringExact(string s) { throw null; }
public int FindStringExact(string s, int startIndex) { throw null; }
public int GetItemHeight(int index) { throw null; }
protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
protected override void OnBackColorChanged(System.EventArgs e) { }
protected override void OnDataSourceChanged(System.EventArgs e) { }
protected override void OnDisplayMemberChanged(System.EventArgs e) { }
protected virtual void OnDrawItem(System.Windows.Forms.DrawItemEventArgs e) { }
protected virtual void OnDropDown(System.EventArgs e) { }
protected virtual void OnDropDownClosed(System.EventArgs e) { }
protected virtual void OnDropDownStyleChanged(System.EventArgs e) { }
protected override void OnFontChanged(System.EventArgs e) { }
protected override void OnForeColorChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void OnGotFocus(System.EventArgs e) { }
protected override void OnHandleCreated(System.EventArgs e) { }
protected override void OnHandleDestroyed(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { }
protected override void OnKeyPress(System.Windows.Forms.KeyPressEventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void OnLostFocus(System.EventArgs e) { }
protected virtual void OnMeasureItem(System.Windows.Forms.MeasureItemEventArgs e) { }
protected override void OnMouseEnter(System.EventArgs e) { }
protected override void OnMouseLeave(System.EventArgs e) { }
protected override void OnParentBackColorChanged(System.EventArgs e) { }
protected override void OnResize(System.EventArgs e) { }
protected override void OnSelectedIndexChanged(System.EventArgs e) { }
protected virtual void OnSelectedItemChanged(System.EventArgs e) { }
protected override void OnSelectedValueChanged(System.EventArgs e) { }
protected virtual void OnSelectionChangeCommitted(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void OnTextChanged(System.EventArgs e) { }
protected virtual void OnTextUpdate(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void OnValidating(System.ComponentModel.CancelEventArgs e) { }
protected override bool ProcessKeyEventArgs(ref System.Windows.Forms.Message m) { throw null; }
protected override void RefreshItem(int index) { }
protected override void RefreshItems() { }
public override void ResetText() { }
protected override void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { }
public void Select(int start, int length) { }
public void SelectAll() { }
protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
protected override void SetItemCore(int index, object value) { }
protected override void SetItemsCore(System.Collections.IList value) { }
public override string ToString() { throw null; }
protected override void WndProc(ref System.Windows.Forms.Message m) { }
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class ChildAccessibleObject : System.Windows.Forms.AccessibleObject
{
public ChildAccessibleObject(System.Windows.Forms.ComboBox owner, System.IntPtr handle) { }
public override string Name { get { throw null; } }
}
[System.ComponentModel.ListBindableAttribute(false)]
public partial class ObjectCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
{
public ObjectCollection(System.Windows.Forms.ComboBox owner) { }
public int Count { get { throw null; } }
public bool IsReadOnly { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public virtual object this[int index] { get { throw null; } set { } }
bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
object System.Collections.ICollection.SyncRoot { get { throw null; } }
bool System.Collections.IList.IsFixedSize { get { throw null; } }
public int Add(object item) { throw null; }
public void AddRange(object[] items) { }
public void Clear() { }
public bool Contains(object value) { throw null; }
public void CopyTo(object[] destination, int arrayIndex) { }
public System.Collections.IEnumerator GetEnumerator() { throw null; }
public int IndexOf(object value) { throw null; }
public void Insert(int index, object item) { }
public void Remove(object value) { }
public void RemoveAt(int index) { }
void System.Collections.ICollection.CopyTo(System.Array destination, int index) { }
int System.Collections.IList.Add(object item) { throw null; }
}
}
public sealed partial class ComboBoxRenderer
{
internal ComboBoxRenderer() { }
public static bool IsSupported { get { throw null; } }
public static void DrawDropDownButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ComboBoxState state) { }
public static void DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string comboBoxText, System.Drawing.Font font, System.Drawing.Rectangle textBounds, System.Windows.Forms.TextFormatFlags flags, System.Windows.Forms.VisualStyles.ComboBoxState state) { }
public static void DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string comboBoxText, System.Drawing.Font font, System.Drawing.Rectangle textBounds, System.Windows.Forms.VisualStyles.ComboBoxState state) { }
public static void DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string comboBoxText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, System.Windows.Forms.VisualStyles.ComboBoxState state) { }
public static void DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string comboBoxText, System.Drawing.Font font, System.Windows.Forms.VisualStyles.ComboBoxState state) { }
public static void DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ComboBoxState state) { }
}
public enum ComboBoxStyle
{
DropDown = 1,
DropDownList = 2,
Simple = 0,
}
[System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms")]
public abstract partial class CommonDialog : System.ComponentModel.Component
{
public CommonDialog() { }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(false)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
public object Tag { get { throw null; } set { } }
public event System.EventHandler HelpRequest { add { } remove { } }
protected virtual System.IntPtr HookProc(System.IntPtr hWnd, int msg, System.IntPtr wparam, System.IntPtr lparam) { throw null; }
protected virtual void OnHelpRequest(System.EventArgs e) { }
protected virtual System.IntPtr OwnerWndProc(System.IntPtr hWnd, int msg, System.IntPtr wparam, System.IntPtr lparam) { throw null; }
public abstract void Reset();
protected abstract bool RunDialog(System.IntPtr hwndOwner);
public System.Windows.Forms.DialogResult ShowDialog() { throw null; }
public System.Windows.Forms.DialogResult ShowDialog(System.Windows.Forms.IWin32Window owner) { throw null; }
}
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class ContainerControl : System.Windows.Forms.ScrollableControl, System.Windows.Forms.IContainerControl
{
public ContainerControl() { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.Control ActiveControl { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Drawing.SizeF AutoScaleDimensions { get { throw null; } set { } }
protected System.Drawing.SizeF AutoScaleFactor { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.Windows.Forms.AutoScaleMode AutoScaleMode { get { throw null; } set { } }
[System.ComponentModel.AmbientValueAttribute(System.Windows.Forms.AutoValidate.Inherit)]
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public virtual System.Windows.Forms.AutoValidate AutoValidate { get { throw null; } [System.MonoTODOAttribute("Currently does nothing with the setting")]set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public override System.Windows.Forms.BindingContext BindingContext { get { throw null; } set { } }
protected override bool CanEnableIme { get { throw null; } }
protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.Drawing.SizeF CurrentAutoScaleDimensions { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.Form ParentForm { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public event System.EventHandler AutoValidateChanged { add { } remove { } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void AdjustFormScrollbars(bool displayScrollbars) { }
protected override void Dispose(bool disposing) { }
protected virtual void OnAutoValidateChanged(System.EventArgs e) { }
protected override void OnCreateControl() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void OnFontChanged(System.EventArgs e) { }
protected override void OnLayout(System.Windows.Forms.LayoutEventArgs e) { }
protected override void OnParentChanged(System.EventArgs e) { }
public void PerformAutoScale() { }
protected override bool ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.Keys keyData) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override bool ProcessDialogChar(char charCode) { throw null; }
protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
protected override bool ProcessMnemonic(char charCode) { throw null; }
protected virtual bool ProcessTabKey(bool forward) { throw null; }
protected override void Select(bool directed, bool forward) { }
bool System.Windows.Forms.IContainerControl.ActivateControl(System.Windows.Forms.Control control) { throw null; }
protected virtual void UpdateDefaultButton() { }
public bool Validate() { throw null; }
public bool Validate(bool checkAutoValidate) { throw null; }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public virtual bool ValidateChildren() { throw null; }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public virtual bool ValidateChildren(System.Windows.Forms.ValidationConstraints validationConstraints) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void WndProc(ref System.Windows.Forms.Message m) { }
}
public partial class ContentsResizedEventArgs : System.EventArgs
{
public ContentsResizedEventArgs(System.Drawing.Rectangle newRectangle) { }
public System.Drawing.Rectangle NewRectangle { get { throw null; } }
}
public delegate void ContentsResizedEventHandler(object sender, System.Windows.Forms.ContentsResizedEventArgs e);
[System.ComponentModel.DefaultEventAttribute("Popup")]
public partial class ContextMenu : System.Windows.Forms.Menu
{
public ContextMenu() : base (default(System.Windows.Forms.MenuItem[])) { }
public ContextMenu(System.Windows.Forms.MenuItem[] menuItems) : base (default(System.Windows.Forms.MenuItem[])) { }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.RightToLeft.No)]
[System.ComponentModel.LocalizableAttribute(true)]
public virtual System.Windows.Forms.RightToLeft RightToLeft { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.Control SourceControl { get { throw null; } }
public event System.EventHandler Collapse { add { } remove { } }
public event System.EventHandler Popup { add { } remove { } }
protected internal virtual void OnCollapse(System.EventArgs e) { }
protected internal virtual void OnPopup(System.EventArgs e) { }
protected internal virtual bool ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.Keys keyData, System.Windows.Forms.Control control) { throw null; }
public void Show(System.Windows.Forms.Control control, System.Drawing.Point pos) { }
public void Show(System.Windows.Forms.Control control, System.Drawing.Point pos, System.Windows.Forms.LeftRightAlignment alignment) { }
}
[System.ComponentModel.DefaultEventAttribute("Opening")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class ContextMenuStrip : System.Windows.Forms.ToolStripDropDownMenu
{
public ContextMenuStrip() { }
public ContextMenuStrip(System.ComponentModel.IContainer container) { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.Control SourceControl { get { throw null; } protected set { } }
protected override void Dispose(bool disposing) { }
protected override void SetOwnerControl(System.Windows.Forms.Control control) { }
protected override void SetVisibleCore(bool visible) { }
}
[System.ComponentModel.DefaultEventAttribute("Click")]
[System.ComponentModel.DefaultPropertyAttribute("Text")]
[System.ComponentModel.Design.Serialization.DesignerSerializerAttribute("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ControlDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class Control : System.ComponentModel.Component, System.ComponentModel.IComponent, System.ComponentModel.ISynchronizeInvoke, System.IDisposable, System.Windows.Forms.IBindableComponent, System.Windows.Forms.IDropTarget, System.Windows.Forms.IWin32Window
{
public Control() { }
public Control(string text) { }
public Control(string text, int left, int top, int width, int height) { }
public Control(System.Windows.Forms.Control parent, string text) { }
public Control(System.Windows.Forms.Control parent, string text, int left, int top, int width, int height) { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.Windows.Forms.AccessibleObject AccessibilityObject { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public string AccessibleDefaultActionDescription { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(true)]
public string AccessibleDescription { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(true)]
public string AccessibleName { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.AccessibleRole.Default)]
public System.Windows.Forms.AccessibleRole AccessibleRole { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public virtual bool AllowDrop { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top)]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public virtual System.Windows.Forms.AnchorStyles Anchor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(typeof(System.Drawing.Point), "0, 0")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public virtual System.Drawing.Point AutoScrollOffset { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public virtual bool AutoSize { get { throw null; } set { } }
[System.Runtime.InteropServices.DispIdAttribute(-501)]
public virtual System.Drawing.Color BackColor { get { throw null; } set { } }
protected System.Drawing.SolidBrush BackColorBrush { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(true)]
public virtual System.Drawing.Image BackgroundImage { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.ImageLayout.Tile)]
[System.ComponentModel.LocalizableAttribute(true)]
public virtual System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public virtual System.Windows.Forms.BindingContext BindingContext { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public int Bottom { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.Drawing.Rectangle Bounds { get { throw null; } set { } }
protected virtual bool CanEnableIme { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public bool CanFocus { get { throw null; } }
protected override bool CanRaiseEvents { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public bool CanSelect { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public bool Capture { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool CausesValidation { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.MonoTODOAttribute("Stub, value is not used")]
public static bool CheckForIllegalCrossThreadCalls { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.Drawing.Rectangle ClientRectangle { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.Drawing.Size ClientSize { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DescriptionAttribute("ControlCompanyNameDescr")]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public string CompanyName { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public bool ContainsFocus { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(null)]
public virtual System.Windows.Forms.ContextMenu ContextMenu { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
public virtual System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
public System.Windows.Forms.Control.ControlCollection Controls { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public bool Created { get { throw null; } }
protected virtual System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
[System.ComponentModel.AmbientValueAttribute(null)]
public virtual System.Windows.Forms.Cursor Cursor { get { throw null; } set { } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
[System.ComponentModel.ParenthesizePropertyNameAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public System.Windows.Forms.ControlBindingsCollection DataBindings { get { throw null; } }
public static System.Drawing.Color DefaultBackColor { get { throw null; } }
protected virtual System.Windows.Forms.Cursor DefaultCursor { get { throw null; } }
public static System.Drawing.Font DefaultFont { get { throw null; } }
public static System.Drawing.Color DefaultForeColor { get { throw null; } }
protected virtual System.Windows.Forms.ImeMode DefaultImeMode { get { throw null; } }
protected virtual System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
protected virtual System.Drawing.Size DefaultMaximumSize { get { throw null; } }
protected virtual System.Drawing.Size DefaultMinimumSize { get { throw null; } }
protected virtual System.Windows.Forms.Padding DefaultPadding { get { throw null; } }
protected virtual System.Drawing.Size DefaultSize { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public virtual System.Drawing.Rectangle DisplayRectangle { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public bool Disposing { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.DockStyle.None)]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public virtual System.Windows.Forms.DockStyle Dock { get { throw null; } set { } }
protected virtual bool DoubleBuffered { get { throw null; } set { } }
[System.ComponentModel.LocalizableAttribute(true)]
[System.Runtime.InteropServices.DispIdAttribute(-514)]
public bool Enabled { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public virtual bool Focused { get { throw null; } }
[System.ComponentModel.AmbientValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(true)]
[System.Runtime.InteropServices.DispIdAttribute(-512)]
public virtual System.Drawing.Font Font { [return: System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "System.Drawing.Font")]get { throw null; } [param: System.Runtime.InteropServices.MarshalAs(System.Runtime.InteropServices.UnmanagedType.CustomMarshaler, MarshalType = "System.Drawing.Font")]set { } }
protected int FontHeight { get { throw null; } set { } }
[System.Runtime.InteropServices.DispIdAttribute(-513)]
public virtual System.Drawing.Color ForeColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.Runtime.InteropServices.DispIdAttribute(-515)]
public System.IntPtr Handle { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public bool HasChildren { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public int Height { get { throw null; } set { } }
[System.ComponentModel.AmbientValueAttribute(System.Windows.Forms.ImeMode.Inherit)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public bool InvokeRequired { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public bool IsAccessible { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public bool IsDisposed { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public bool IsHandleCreated { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.MonoNotSupportedAttribute("RTL is not supported")]
public bool IsMirrored { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public virtual System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public int Left { get { throw null; } set { } }
[System.ComponentModel.LocalizableAttribute(true)]
public System.Drawing.Point Location { get { throw null; } set { } }
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.Padding Margin { get { throw null; } set { } }
[System.ComponentModel.AmbientValueAttribute("{Width=0, Height=0}")]
public virtual System.Drawing.Size MaximumSize { get { throw null; } set { } }
public virtual System.Drawing.Size MinimumSize { get { throw null; } set { } }
public static System.Windows.Forms.Keys ModifierKeys { get { throw null; } }
public static System.Windows.Forms.MouseButtons MouseButtons { get { throw null; } }
public static System.Drawing.Point MousePosition { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public string Name { get { throw null; } set { } }
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.Padding Padding { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.Control Parent { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Drawing.Size PreferredSize { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public string ProductName { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public string ProductVersion { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public bool RecreatingHandle { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.Drawing.Region Region { get { throw null; } set { } }
[System.ObsoleteAttribute]
protected bool RenderRightToLeft { get { throw null; } }
protected bool ResizeRedraw { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public int Right { get { throw null; } }
[System.ComponentModel.AmbientValueAttribute(System.Windows.Forms.RightToLeft.Inherit)]
[System.ComponentModel.LocalizableAttribute(true)]
public virtual System.Windows.Forms.RightToLeft RightToLeft { get { throw null; } set { } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual bool ScaleChildren { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected internal virtual bool ShowFocusCues { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected internal virtual bool ShowKeyboardCues { get { throw null; } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public override System.ComponentModel.ISite Site { get { throw null; } set { } }
[System.ComponentModel.LocalizableAttribute(true)]
public System.Drawing.Size Size { get { throw null; } set { } }
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.MergablePropertyAttribute(false)]
public int TabIndex { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
[System.Runtime.InteropServices.DispIdAttribute(-516)]
public bool TabStop { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(false)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
public object Tag { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.LocalizableAttribute(true)]
[System.Runtime.InteropServices.DispIdAttribute(-517)]
public virtual string Text { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public int Top { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.Windows.Forms.Control TopLevelControl { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public bool UseWaitCursor { get { throw null; } set { } }
[System.ComponentModel.LocalizableAttribute(true)]
public bool Visible { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public int Width { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public System.Windows.Forms.IWindowTarget WindowTarget { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public event System.EventHandler AutoSizeChanged { add { } remove { } }
public event System.EventHandler BackColorChanged { add { } remove { } }
public event System.EventHandler BackgroundImageChanged { add { } remove { } }
public event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
public event System.EventHandler BindingContextChanged { add { } remove { } }
public event System.EventHandler CausesValidationChanged { add { } remove { } }
public event System.Windows.Forms.UICuesEventHandler ChangeUICues { add { } remove { } }
public event System.EventHandler Click { add { } remove { } }
public event System.EventHandler ClientSizeChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
public event System.EventHandler ContextMenuChanged { add { } remove { } }
public event System.EventHandler ContextMenuStripChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public event System.Windows.Forms.ControlEventHandler ControlAdded { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public event System.Windows.Forms.ControlEventHandler ControlRemoved { add { } remove { } }
public event System.EventHandler CursorChanged { add { } remove { } }
public event System.EventHandler DockChanged { add { } remove { } }
public event System.EventHandler DoubleClick { add { } remove { } }
public event System.Windows.Forms.DragEventHandler DragDrop { add { } remove { } }
public event System.Windows.Forms.DragEventHandler DragEnter { add { } remove { } }
public event System.EventHandler DragLeave { add { } remove { } }
public event System.Windows.Forms.DragEventHandler DragOver { add { } remove { } }
public event System.EventHandler EnabledChanged { add { } remove { } }
public event System.EventHandler Enter { add { } remove { } }
public event System.EventHandler FontChanged { add { } remove { } }
public event System.EventHandler ForeColorChanged { add { } remove { } }
public event System.Windows.Forms.GiveFeedbackEventHandler GiveFeedback { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public event System.EventHandler GotFocus { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public event System.EventHandler HandleCreated { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public event System.EventHandler HandleDestroyed { add { } remove { } }
public event System.Windows.Forms.HelpEventHandler HelpRequested { add { } remove { } }
public event System.EventHandler ImeModeChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public event System.Windows.Forms.InvalidateEventHandler Invalidated { add { } remove { } }
public event System.Windows.Forms.KeyEventHandler KeyDown { add { } remove { } }
public event System.Windows.Forms.KeyPressEventHandler KeyPress { add { } remove { } }
public event System.Windows.Forms.KeyEventHandler KeyUp { add { } remove { } }
public event System.Windows.Forms.LayoutEventHandler Layout { add { } remove { } }
public event System.EventHandler Leave { add { } remove { } }
public event System.EventHandler LocationChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public event System.EventHandler LostFocus { add { } remove { } }
public event System.EventHandler MarginChanged { add { } remove { } }
public event System.EventHandler MouseCaptureChanged { add { } remove { } }
public event System.Windows.Forms.MouseEventHandler MouseClick { add { } remove { } }
public event System.Windows.Forms.MouseEventHandler MouseDoubleClick { add { } remove { } }
public event System.Windows.Forms.MouseEventHandler MouseDown { add { } remove { } }
public event System.EventHandler MouseEnter { add { } remove { } }
public event System.EventHandler MouseHover { add { } remove { } }
public event System.EventHandler MouseLeave { add { } remove { } }
public event System.Windows.Forms.MouseEventHandler MouseMove { add { } remove { } }
public event System.Windows.Forms.MouseEventHandler MouseUp { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public event System.Windows.Forms.MouseEventHandler MouseWheel { add { } remove { } }
public event System.EventHandler Move { add { } remove { } }
public event System.EventHandler PaddingChanged { add { } remove { } }
public event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
public event System.EventHandler ParentChanged { add { } remove { } }
public event System.Windows.Forms.PreviewKeyDownEventHandler PreviewKeyDown { add { } remove { } }
public event System.Windows.Forms.QueryAccessibilityHelpEventHandler QueryAccessibilityHelp { add { } remove { } }
public event System.Windows.Forms.QueryContinueDragEventHandler QueryContinueDrag { add { } remove { } }
public event System.EventHandler RegionChanged { add { } remove { } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public event System.EventHandler Resize { add { } remove { } }
public event System.EventHandler RightToLeftChanged { add { } remove { } }
public event System.EventHandler SizeChanged { add { } remove { } }
public event System.EventHandler StyleChanged { add { } remove { } }
public event System.EventHandler SystemColorsChanged { add { } remove { } }
public event System.EventHandler TabIndexChanged { add { } remove { } }
public event System.EventHandler TabStopChanged { add { } remove { } }
public event System.EventHandler TextChanged { add { } remove { } }
public event System.EventHandler Validated { add { } remove { } }
public event System.ComponentModel.CancelEventHandler Validating { add { } remove { } }
public event System.EventHandler VisibleChanged { add { } remove { } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected void AccessibilityNotifyClients(System.Windows.Forms.AccessibleEvents accEvent, int childID) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected void AccessibilityNotifyClients(System.Windows.Forms.AccessibleEvents accEvent, int objectID, int childID) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.IAsyncResult BeginInvoke(System.Delegate method) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.IAsyncResult BeginInvoke(System.Delegate method, params object[] args) { throw null; }
public void BringToFront() { }
public bool Contains(System.Windows.Forms.Control ctl) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
public void CreateControl() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw null; }
public System.Drawing.Graphics CreateGraphics() { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void CreateHandle() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void DefWndProc(ref System.Windows.Forms.Message m) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void DestroyHandle() { }
protected override void Dispose(bool disposing) { }
public System.Windows.Forms.DragDropEffects DoDragDrop(object data, System.Windows.Forms.DragDropEffects allowedEffects) { throw null; }
public void DrawToBitmap(System.Drawing.Bitmap bitmap, System.Drawing.Rectangle targetBounds) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public object EndInvoke(System.IAsyncResult asyncResult) { throw null; }
public System.Windows.Forms.Form FindForm() { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public bool Focus() { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static System.Windows.Forms.Control FromChildHandle(System.IntPtr handle) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static System.Windows.Forms.Control FromHandle(System.IntPtr handle) { throw null; }
protected virtual System.Windows.Forms.AccessibleObject GetAccessibilityObjectById(int objectId) { throw null; }
protected internal System.Windows.Forms.AutoSizeMode GetAutoSizeMode() { throw null; }
public System.Windows.Forms.Control GetChildAtPoint(System.Drawing.Point pt) { throw null; }
public System.Windows.Forms.Control GetChildAtPoint(System.Drawing.Point pt, System.Windows.Forms.GetChildAtPointSkip skipValue) { throw null; }
public System.Windows.Forms.IContainerControl GetContainerControl() { throw null; }
public System.Windows.Forms.Control GetNextControl(System.Windows.Forms.Control ctl, bool forward) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public virtual System.Drawing.Size GetPreferredSize(System.Drawing.Size proposedSize) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual System.Drawing.Rectangle GetScaledBounds(System.Drawing.Rectangle bounds, System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { throw null; }
protected internal bool GetStyle(System.Windows.Forms.ControlStyles flag) { throw null; }
protected bool GetTopLevel() { throw null; }
public void Hide() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void InitLayout() { }
public void Invalidate() { }
public void Invalidate(bool invalidateChildren) { }
public void Invalidate(System.Drawing.Rectangle rc) { }
public void Invalidate(System.Drawing.Rectangle rc, bool invalidateChildren) { }
public void Invalidate(System.Drawing.Region region) { }
public void Invalidate(System.Drawing.Region region, bool invalidateChildren) { }
public object Invoke(System.Delegate method) { throw null; }
public object Invoke(System.Delegate method, params object[] args) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected void InvokeGotFocus(System.Windows.Forms.Control toInvoke, System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected void InvokeLostFocus(System.Windows.Forms.Control toInvoke, System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected void InvokeOnClick(System.Windows.Forms.Control toInvoke, System.EventArgs e) { }
protected void InvokePaint(System.Windows.Forms.Control c, System.Windows.Forms.PaintEventArgs e) { }
protected void InvokePaintBackground(System.Windows.Forms.Control c, System.Windows.Forms.PaintEventArgs e) { }
protected virtual bool IsInputChar(char charCode) { throw null; }
protected virtual bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
[System.MonoTODOAttribute("Only implemented for Win32, others always return false")]
public static bool IsKeyLocked(System.Windows.Forms.Keys keyVal) { throw null; }
public static bool IsMnemonic(char charCode, string text) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void NotifyInvalidate(System.Drawing.Rectangle invalidatedArea) { }
protected virtual void OnAutoSizeChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnBackColorChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnBackgroundImageChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnBackgroundImageLayoutChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnBindingContextChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnCausesValidationChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnChangeUICues(System.Windows.Forms.UICuesEventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnClick(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnClientSizeChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnContextMenuChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnContextMenuStripChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnControlAdded(System.Windows.Forms.ControlEventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnControlRemoved(System.Windows.Forms.ControlEventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnCreateControl() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnCursorChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnDockChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnDoubleClick(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnDragDrop(System.Windows.Forms.DragEventArgs drgevent) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnDragEnter(System.Windows.Forms.DragEventArgs drgevent) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnDragLeave(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnDragOver(System.Windows.Forms.DragEventArgs drgevent) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnEnabledChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnEnter(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnFontChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnForeColorChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnGiveFeedback(System.Windows.Forms.GiveFeedbackEventArgs gfbevent) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnGotFocus(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnHandleCreated(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnHandleDestroyed(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnHelpRequested(System.Windows.Forms.HelpEventArgs hevent) { }
protected virtual void OnImeModeChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnInvalidated(System.Windows.Forms.InvalidateEventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnKeyPress(System.Windows.Forms.KeyPressEventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnKeyUp(System.Windows.Forms.KeyEventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnLayout(System.Windows.Forms.LayoutEventArgs levent) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnLeave(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnLocationChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnLostFocus(System.EventArgs e) { }
protected virtual void OnMarginChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnMouseCaptureChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnMouseClick(System.Windows.Forms.MouseEventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnMouseDoubleClick(System.Windows.Forms.MouseEventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnMouseEnter(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnMouseHover(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnMouseLeave(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnMouseMove(System.Windows.Forms.MouseEventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnMouseUp(System.Windows.Forms.MouseEventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnMouseWheel(System.Windows.Forms.MouseEventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnMove(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnNotifyMessage(System.Windows.Forms.Message m) { }
protected virtual void OnPaddingChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnPaintBackground(System.Windows.Forms.PaintEventArgs pevent) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnParentBackColorChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnParentBackgroundImageChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnParentBindingContextChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnParentChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnParentCursorChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnParentEnabledChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnParentFontChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnParentForeColorChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnParentRightToLeftChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnParentVisibleChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnPreviewKeyDown(System.Windows.Forms.PreviewKeyDownEventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnPrint(System.Windows.Forms.PaintEventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnQueryContinueDrag(System.Windows.Forms.QueryContinueDragEventArgs qcdevent) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnRegionChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnResize(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnRightToLeftChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnSizeChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnStyleChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnSystemColorsChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnTabIndexChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnTabStopChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnTextChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnValidated(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnValidating(System.ComponentModel.CancelEventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnVisibleChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public void PerformLayout() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public void PerformLayout(System.Windows.Forms.Control affectedControl, string affectedProperty) { }
public System.Drawing.Point PointToClient(System.Drawing.Point p) { throw null; }
public System.Drawing.Point PointToScreen(System.Drawing.Point p) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.Windows.Forms.PreProcessControlState PreProcessControlMessage(ref System.Windows.Forms.Message msg) { throw null; }
public virtual bool PreProcessMessage(ref System.Windows.Forms.Message msg) { throw null; }
protected virtual bool ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.Keys keyData) { throw null; }
protected virtual bool ProcessDialogChar(char charCode) { throw null; }
protected virtual bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
protected virtual bool ProcessKeyEventArgs(ref System.Windows.Forms.Message m) { throw null; }
protected internal virtual bool ProcessKeyMessage(ref System.Windows.Forms.Message m) { throw null; }
protected virtual bool ProcessKeyPreview(ref System.Windows.Forms.Message m) { throw null; }
protected virtual bool ProcessMnemonic(char charCode) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected void RaiseDragEvent(object key, System.Windows.Forms.DragEventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected void RaiseKeyEvent(object key, System.Windows.Forms.KeyEventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected void RaiseMouseEvent(object key, System.Windows.Forms.MouseEventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected void RaisePaintEvent(object key, System.Windows.Forms.PaintEventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected void RecreateHandle() { }
public System.Drawing.Rectangle RectangleToClient(System.Drawing.Rectangle r) { throw null; }
public System.Drawing.Rectangle RectangleToScreen(System.Drawing.Rectangle r) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected static bool ReflectMessage(System.IntPtr hWnd, ref System.Windows.Forms.Message m) { throw null; }
public virtual void Refresh() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public virtual void ResetBackColor() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public void ResetBindings() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public virtual void ResetCursor() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public virtual void ResetFont() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public virtual void ResetForeColor() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public void ResetImeMode() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected void ResetMouseEventArgs() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public virtual void ResetRightToLeft() { }
public virtual void ResetText() { }
public void ResumeLayout() { }
public void ResumeLayout(bool performLayout) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected System.Drawing.ContentAlignment RtlTranslateAlignment(System.Drawing.ContentAlignment align) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected System.Windows.Forms.HorizontalAlignment RtlTranslateAlignment(System.Windows.Forms.HorizontalAlignment align) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected System.Windows.Forms.LeftRightAlignment RtlTranslateAlignment(System.Windows.Forms.LeftRightAlignment align) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected System.Drawing.ContentAlignment RtlTranslateContent(System.Drawing.ContentAlignment align) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected System.Windows.Forms.HorizontalAlignment RtlTranslateHorizontal(System.Windows.Forms.HorizontalAlignment align) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected System.Windows.Forms.LeftRightAlignment RtlTranslateLeftRight(System.Windows.Forms.LeftRightAlignment align) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public void Scale(System.Drawing.SizeF factor) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ObsoleteAttribute]
public void Scale(float ratio) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ObsoleteAttribute]
public void Scale(float dx, float dy) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
protected virtual void ScaleCore(float dx, float dy) { }
public void Select() { }
protected virtual void Select(bool directed, bool forward) { }
public bool SelectNextControl(System.Windows.Forms.Control ctl, bool forward, bool tabStopOnly, bool nested, bool wrap) { throw null; }
public void SendToBack() { }
protected void SetAutoSizeMode(System.Windows.Forms.AutoSizeMode mode) { }
public void SetBounds(int x, int y, int width, int height) { }
public void SetBounds(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void SetClientSizeCore(int x, int y) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected internal void SetStyle(System.Windows.Forms.ControlStyles flag, bool value) { }
protected void SetTopLevel(bool value) { }
protected virtual void SetVisibleCore(bool value) { }
public void Show() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual System.Drawing.Size SizeFromClientSize(System.Drawing.Size clientSize) { throw null; }
public void SuspendLayout() { }
void System.Windows.Forms.IDropTarget.OnDragDrop(System.Windows.Forms.DragEventArgs drgEvent) { }
void System.Windows.Forms.IDropTarget.OnDragEnter(System.Windows.Forms.DragEventArgs drgEvent) { }
void System.Windows.Forms.IDropTarget.OnDragLeave(System.EventArgs e) { }
void System.Windows.Forms.IDropTarget.OnDragOver(System.Windows.Forms.DragEventArgs drgEvent) { }
public void Update() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected void UpdateBounds() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected void UpdateBounds(int x, int y, int width, int height) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected void UpdateBounds(int x, int y, int width, int height, int clientWidth, int clientHeight) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected void UpdateStyles() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected void UpdateZOrder() { }
protected virtual void WndProc(ref System.Windows.Forms.Message m) { }
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class ControlAccessibleObject : System.Windows.Forms.AccessibleObject
{
public ControlAccessibleObject(System.Windows.Forms.Control ownerControl) { }
public override string DefaultAction { get { throw null; } }
public override string Description { get { throw null; } }
public System.IntPtr Handle { get { throw null; } set { } }
public override string Help { get { throw null; } }
public override string KeyboardShortcut { get { throw null; } }
public override string Name { get { throw null; } set { } }
public System.Windows.Forms.Control Owner { get { throw null; } }
public override System.Windows.Forms.AccessibleObject Parent { get { throw null; } }
public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
public override int GetHelpTopic(out string fileName) { throw null; }
[System.MonoTODOAttribute("Stub, does nothing")]
public void NotifyClients(System.Windows.Forms.AccessibleEvents accEvent) { }
[System.MonoTODOAttribute("Stub, does nothing")]
public void NotifyClients(System.Windows.Forms.AccessibleEvents accEvent, int childID) { }
[System.MonoTODOAttribute("Stub, does nothing")]
public void NotifyClients(System.Windows.Forms.AccessibleEvents accEvent, int objectID, int childID) { }
public override string ToString() { throw null; }
}
[System.ComponentModel.ListBindableAttribute(false)]
[System.Runtime.InteropServices.ComVisibleAttribute(false)]
public partial class ControlCollection : System.Windows.Forms.Layout.ArrangedElementCollection, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList, System.ICloneable
{
public ControlCollection(System.Windows.Forms.Control owner) { }
public virtual System.Windows.Forms.Control this[int index] { get { throw null; } }
public virtual System.Windows.Forms.Control this[string key] { get { throw null; } }
public System.Windows.Forms.Control Owner { get { throw null; } }
public virtual void Add(System.Windows.Forms.Control value) { }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public virtual void AddRange(System.Windows.Forms.Control[] controls) { }
public virtual void Clear() { }
public bool Contains(System.Windows.Forms.Control control) { throw null; }
public virtual bool ContainsKey(string key) { throw null; }
public System.Windows.Forms.Control[] Find(string key, bool searchAllChildren) { throw null; }
public int GetChildIndex(System.Windows.Forms.Control child) { throw null; }
public virtual int GetChildIndex(System.Windows.Forms.Control child, bool throwException) { throw null; }
public override System.Collections.IEnumerator GetEnumerator() { throw null; }
public int IndexOf(System.Windows.Forms.Control control) { throw null; }
public virtual int IndexOfKey(string key) { throw null; }
public virtual void Remove(System.Windows.Forms.Control value) { }
public void RemoveAt(int index) { }
public virtual void RemoveByKey(string key) { }
public virtual void SetChildIndex(System.Windows.Forms.Control child, int newIndex) { }
int System.Collections.IList.Add(object control) { throw null; }
void System.Collections.IList.Remove(object control) { }
object System.ICloneable.Clone() { throw null; }
}
}
[System.ComponentModel.DefaultEventAttribute("CollectionChanged")]
[System.ComponentModel.EditorAttribute("System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.Design.ControlBindingsConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public partial class ControlBindingsCollection : System.Windows.Forms.BindingsCollection
{
public ControlBindingsCollection(System.Windows.Forms.IBindableComponent control) { }
public System.Windows.Forms.IBindableComponent BindableComponent { get { throw null; } }
public System.Windows.Forms.Control Control { get { throw null; } }
public System.Windows.Forms.DataSourceUpdateMode DefaultDataSourceUpdateMode { get { throw null; } set { } }
public System.Windows.Forms.Binding this[string propertyName] { get { throw null; } }
public System.Windows.Forms.Binding Add(string propertyName, object dataSource, string dataMember) { throw null; }
public System.Windows.Forms.Binding Add(string propertyName, object dataSource, string dataMember, bool formattingEnabled) { throw null; }
public System.Windows.Forms.Binding Add(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode updateMode) { throw null; }
public System.Windows.Forms.Binding Add(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode updateMode, object nullValue) { throw null; }
public System.Windows.Forms.Binding Add(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode updateMode, object nullValue, string formatString) { throw null; }
public System.Windows.Forms.Binding Add(string propertyName, object dataSource, string dataMember, bool formattingEnabled, System.Windows.Forms.DataSourceUpdateMode updateMode, object nullValue, string formatString, System.IFormatProvider formatInfo) { throw null; }
public new void Add(System.Windows.Forms.Binding binding) { }
protected override void AddCore(System.Windows.Forms.Binding dataBinding) { }
public new void Clear() { }
protected override void ClearCore() { }
public new void Remove(System.Windows.Forms.Binding binding) { }
public new void RemoveAt(int index) { }
protected override void RemoveCore(System.Windows.Forms.Binding dataBinding) { }
}
public partial class ControlEventArgs : System.EventArgs
{
public ControlEventArgs(System.Windows.Forms.Control control) { }
public System.Windows.Forms.Control Control { get { throw null; } }
}
public delegate void ControlEventHandler(object sender, System.Windows.Forms.ControlEventArgs e);
public sealed partial class ControlPaint
{
internal ControlPaint() { }
public static System.Drawing.Color ContrastControlDark { get { throw null; } }
[System.MonoTODOAttribute("Not implemented, will throw NotImplementedException")]
public static System.IntPtr CreateHBitmap16Bit(System.Drawing.Bitmap bitmap, System.Drawing.Color background) { throw null; }
[System.MonoTODOAttribute("Not implemented, will throw NotImplementedException")]
public static System.IntPtr CreateHBitmapColorMask(System.Drawing.Bitmap bitmap, System.IntPtr monochromeMask) { throw null; }
[System.MonoTODOAttribute("Not implemented, will throw NotImplementedException")]
public static System.IntPtr CreateHBitmapTransparencyMask(System.Drawing.Bitmap bitmap) { throw null; }
public static System.Drawing.Color Dark(System.Drawing.Color baseColor) { throw null; }
public static System.Drawing.Color Dark(System.Drawing.Color baseColor, float percOfDarkDark) { throw null; }
public static System.Drawing.Color DarkDark(System.Drawing.Color baseColor) { throw null; }
public static void DrawBorder(System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds, System.Drawing.Color leftColor, int leftWidth, System.Windows.Forms.ButtonBorderStyle leftStyle, System.Drawing.Color topColor, int topWidth, System.Windows.Forms.ButtonBorderStyle topStyle, System.Drawing.Color rightColor, int rightWidth, System.Windows.Forms.ButtonBorderStyle rightStyle, System.Drawing.Color bottomColor, int bottomWidth, System.Windows.Forms.ButtonBorderStyle bottomStyle) { }
public static void DrawBorder(System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds, System.Drawing.Color color, System.Windows.Forms.ButtonBorderStyle style) { }
public static void DrawBorder3D(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle) { }
public static void DrawBorder3D(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.Border3DStyle style) { }
public static void DrawBorder3D(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.Border3DStyle style, System.Windows.Forms.Border3DSide sides) { }
public static void DrawBorder3D(System.Drawing.Graphics graphics, int x, int y, int width, int height) { }
public static void DrawBorder3D(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.Border3DStyle style) { }
public static void DrawBorder3D(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.Border3DStyle style, System.Windows.Forms.Border3DSide sides) { }
public static void DrawButton(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.ButtonState state) { }
public static void DrawButton(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.ButtonState state) { }
public static void DrawCaptionButton(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.CaptionButton button, System.Windows.Forms.ButtonState state) { }
public static void DrawCaptionButton(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.CaptionButton button, System.Windows.Forms.ButtonState state) { }
public static void DrawCheckBox(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.ButtonState state) { }
public static void DrawCheckBox(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.ButtonState state) { }
public static void DrawComboButton(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.ButtonState state) { }
public static void DrawComboButton(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.ButtonState state) { }
public static void DrawContainerGrabHandle(System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds) { }
public static void DrawFocusRectangle(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle) { }
public static void DrawFocusRectangle(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Drawing.Color foreColor, System.Drawing.Color backColor) { }
public static void DrawGrabHandle(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, bool primary, bool enabled) { }
public static void DrawGrid(System.Drawing.Graphics graphics, System.Drawing.Rectangle area, System.Drawing.Size pixelsBetweenDots, System.Drawing.Color backColor) { }
public static void DrawImageDisabled(System.Drawing.Graphics graphics, System.Drawing.Image image, int x, int y, System.Drawing.Color background) { }
public static void DrawLockedFrame(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, bool primary) { }
public static void DrawMenuGlyph(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.MenuGlyph glyph) { }
public static void DrawMenuGlyph(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.MenuGlyph glyph, System.Drawing.Color foreColor, System.Drawing.Color backColor) { }
public static void DrawMenuGlyph(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.MenuGlyph glyph) { }
public static void DrawMenuGlyph(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.MenuGlyph glyph, System.Drawing.Color foreColor, System.Drawing.Color backColor) { }
public static void DrawMixedCheckBox(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.ButtonState state) { }
public static void DrawMixedCheckBox(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.ButtonState state) { }
public static void DrawRadioButton(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.ButtonState state) { }
public static void DrawRadioButton(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.ButtonState state) { }
public static void DrawReversibleFrame(System.Drawing.Rectangle rectangle, System.Drawing.Color backColor, System.Windows.Forms.FrameStyle style) { }
public static void DrawReversibleLine(System.Drawing.Point start, System.Drawing.Point end, System.Drawing.Color backColor) { }
public static void DrawScrollButton(System.Drawing.Graphics graphics, System.Drawing.Rectangle rectangle, System.Windows.Forms.ScrollButton button, System.Windows.Forms.ButtonState state) { }
public static void DrawScrollButton(System.Drawing.Graphics graphics, int x, int y, int width, int height, System.Windows.Forms.ScrollButton button, System.Windows.Forms.ButtonState state) { }
public static void DrawSelectionFrame(System.Drawing.Graphics graphics, bool active, System.Drawing.Rectangle outsideRect, System.Drawing.Rectangle insideRect, System.Drawing.Color backColor) { }
public static void DrawSizeGrip(System.Drawing.Graphics graphics, System.Drawing.Color backColor, System.Drawing.Rectangle bounds) { }
public static void DrawSizeGrip(System.Drawing.Graphics graphics, System.Drawing.Color backColor, int x, int y, int width, int height) { }
public static void DrawStringDisabled(System.Drawing.Graphics graphics, string s, System.Drawing.Font font, System.Drawing.Color color, System.Drawing.RectangleF layoutRectangle, System.Drawing.StringFormat format) { }
public static void DrawStringDisabled(System.Drawing.IDeviceContext dc, string s, System.Drawing.Font font, System.Drawing.Color color, System.Drawing.Rectangle layoutRectangle, System.Windows.Forms.TextFormatFlags format) { }
public static void DrawVisualStyleBorder(System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds) { }
public static void FillReversibleRectangle(System.Drawing.Rectangle rectangle, System.Drawing.Color backColor) { }
public static System.Drawing.Color Light(System.Drawing.Color baseColor) { throw null; }
public static System.Drawing.Color Light(System.Drawing.Color baseColor, float percOfLightLight) { throw null; }
public static System.Drawing.Color LightLight(System.Drawing.Color baseColor) { throw null; }
}
[System.FlagsAttribute]
public enum ControlStyles
{
AllPaintingInWmPaint = 8192,
CacheText = 16384,
ContainerControl = 1,
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
DoubleBuffer = 65536,
EnableNotifyMessage = 32768,
FixedHeight = 64,
FixedWidth = 32,
Opaque = 4,
OptimizedDoubleBuffer = 131072,
ResizeRedraw = 16,
Selectable = 512,
StandardClick = 256,
StandardDoubleClick = 4096,
SupportsTransparentBackColor = 2048,
UserMouse = 1024,
UserPaint = 2,
UseTextForAccessibility = 262144,
}
public enum ControlUpdateMode
{
Never = 1,
OnPropertyChanged = 0,
}
public partial class ConvertEventArgs : System.EventArgs
{
public ConvertEventArgs(object value, System.Type desiredType) { }
public System.Type DesiredType { get { throw null; } }
public object Value { get { throw null; } set { } }
}
public delegate void ConvertEventHandler(object sender, System.Windows.Forms.ConvertEventArgs e);
public partial class CreateParams
{
public CreateParams() { }
public string Caption { get { throw null; } set { } }
public string ClassName { get { throw null; } set { } }
public int ClassStyle { get { throw null; } set { } }
public int ExStyle { get { throw null; } set { } }
public int Height { get { throw null; } set { } }
public object Param { get { throw null; } set { } }
public System.IntPtr Parent { get { throw null; } set { } }
public int Style { get { throw null; } set { } }
public int Width { get { throw null; } set { } }
public int X { get { throw null; } set { } }
public int Y { get { throw null; } set { } }
public override string ToString() { throw null; }
}
public partial class CurrencyManager : System.Windows.Forms.BindingManagerBase
{
internal CurrencyManager() { }
protected System.Type finalType;
protected int listposition;
public override int Count { get { throw null; } }
public override object Current { get { throw null; } }
public System.Collections.IList List { get { throw null; } }
public override int Position { get { throw null; } set { } }
public event System.Windows.Forms.ItemChangedEventHandler ItemChanged { add { } remove { } }
public event System.ComponentModel.ListChangedEventHandler ListChanged { add { } remove { } }
public event System.EventHandler MetaDataChanged { add { } remove { } }
public override void AddNew() { }
public override void CancelCurrentEdit() { }
protected void CheckEmpty() { }
public override void EndCurrentEdit() { }
public override System.ComponentModel.PropertyDescriptorCollection GetItemProperties() { throw null; }
protected internal override string GetListName(System.Collections.ArrayList listAccessors) { throw null; }
protected internal override void OnCurrentChanged(System.EventArgs e) { }
protected override void OnCurrentItemChanged(System.EventArgs e) { }
protected virtual void OnItemChanged(System.Windows.Forms.ItemChangedEventArgs e) { }
protected void OnMetaDataChanged(System.EventArgs e) { }
protected virtual void OnPositionChanged(System.EventArgs e) { }
public void Refresh() { }
public override void RemoveAt(int index) { }
public override void ResumeBinding() { }
public override void SuspendBinding() { }
protected override void UpdateIsBinding() { }
}
[System.ComponentModel.EditorAttribute("System.Drawing.Design.CursorEditor, System.Drawing.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.CursorConverter))]
[System.SerializableAttribute]
public sealed partial class Cursor : System.IDisposable, System.Runtime.Serialization.ISerializable
{
public Cursor(System.IntPtr handle) { }
public Cursor(System.IO.Stream stream) { }
public Cursor(string fileName) { }
public Cursor(System.Type type, string resource) { }
public static System.Drawing.Rectangle Clip { get { throw null; } [System.MonoInternalNoteAttribute("First need to add ability to set cursor clip rectangle to XplatUI drivers to implement this property"), System.MonoTODOAttribute("Stub, does nothing")]set { } }
public static System.Windows.Forms.Cursor Current { get { throw null; } set { } }
public System.IntPtr Handle { get { throw null; } }
[System.MonoTODOAttribute("Implemented for Win32, X11 always returns 0,0")]
public System.Drawing.Point HotSpot { get { throw null; } }
public static System.Drawing.Point Position { get { throw null; } set { } }
public System.Drawing.Size Size { get { throw null; } }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(false)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
public object Tag { get { throw null; } set { } }
public System.IntPtr CopyHandle() { throw null; }
public void Dispose() { }
public void Draw(System.Drawing.Graphics g, System.Drawing.Rectangle targetRect) { }
public void DrawStretched(System.Drawing.Graphics g, System.Drawing.Rectangle targetRect) { }
public override bool Equals(object obj) { throw null; }
~Cursor() { }
public override int GetHashCode() { throw null; }
public static void Hide() { }
public static bool operator ==(System.Windows.Forms.Cursor left, System.Windows.Forms.Cursor right) { throw null; }
public static bool operator !=(System.Windows.Forms.Cursor left, System.Windows.Forms.Cursor right) { throw null; }
public static void Show() { }
void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
public override string ToString() { throw null; }
}
public partial class CursorConverter : System.ComponentModel.TypeConverter
{
public CursorConverter() { }
public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
}
public sealed partial class Cursors
{
internal Cursors() { }
public static System.Windows.Forms.Cursor AppStarting { get { throw null; } }
public static System.Windows.Forms.Cursor Arrow { get { throw null; } }
public static System.Windows.Forms.Cursor Cross { get { throw null; } }
public static System.Windows.Forms.Cursor Default { get { throw null; } }
public static System.Windows.Forms.Cursor Hand { get { throw null; } }
public static System.Windows.Forms.Cursor Help { get { throw null; } }
public static System.Windows.Forms.Cursor HSplit { get { throw null; } }
public static System.Windows.Forms.Cursor IBeam { get { throw null; } }
public static System.Windows.Forms.Cursor No { get { throw null; } }
public static System.Windows.Forms.Cursor NoMove2D { get { throw null; } }
public static System.Windows.Forms.Cursor NoMoveHoriz { get { throw null; } }
public static System.Windows.Forms.Cursor NoMoveVert { get { throw null; } }
public static System.Windows.Forms.Cursor PanEast { get { throw null; } }
public static System.Windows.Forms.Cursor PanNE { get { throw null; } }
public static System.Windows.Forms.Cursor PanNorth { get { throw null; } }
public static System.Windows.Forms.Cursor PanNW { get { throw null; } }
public static System.Windows.Forms.Cursor PanSE { get { throw null; } }
public static System.Windows.Forms.Cursor PanSouth { get { throw null; } }
public static System.Windows.Forms.Cursor PanSW { get { throw null; } }
public static System.Windows.Forms.Cursor PanWest { get { throw null; } }
public static System.Windows.Forms.Cursor SizeAll { get { throw null; } }
public static System.Windows.Forms.Cursor SizeNESW { get { throw null; } }
public static System.Windows.Forms.Cursor SizeNS { get { throw null; } }
public static System.Windows.Forms.Cursor SizeNWSE { get { throw null; } }
public static System.Windows.Forms.Cursor SizeWE { get { throw null; } }
public static System.Windows.Forms.Cursor UpArrow { get { throw null; } }
public static System.Windows.Forms.Cursor VSplit { get { throw null; } }
public static System.Windows.Forms.Cursor WaitCursor { get { throw null; } }
}
public partial class DataFormats
{
internal DataFormats() { }
public static readonly string Bitmap;
public static readonly string CommaSeparatedValue;
public static readonly string Dib;
public static readonly string Dif;
public static readonly string EnhancedMetafile;
public static readonly string FileDrop;
public static readonly string Html;
public static readonly string Locale;
public static readonly string MetafilePict;
public static readonly string OemText;
public static readonly string Palette;
public static readonly string PenData;
public static readonly string Riff;
public static readonly string Rtf;
public static readonly string Serializable;
public static readonly string StringFormat;
public static readonly string SymbolicLink;
public static readonly string Text;
public static readonly string Tiff;
public static readonly string UnicodeText;
public static readonly string WaveAudio;
public static System.Windows.Forms.DataFormats.Format GetFormat(int id) { throw null; }
public static System.Windows.Forms.DataFormats.Format GetFormat(string format) { throw null; }
public partial class Format
{
public Format(string name, int id) { }
public int Id { get { throw null; } }
public string Name { get { throw null; } }
}
}
[System.ComponentModel.ComplexBindingPropertiesAttribute("DataSource", "DataMember")]
[System.ComponentModel.DefaultEventAttribute("Navigate")]
[System.ComponentModel.DefaultPropertyAttribute("DataSource")]
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.DataGridDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class DataGrid : System.Windows.Forms.Control, System.ComponentModel.ISupportInitialize, System.Windows.Forms.IDataGridEditingService
{
public DataGrid() { }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool AllowNavigation { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool AllowSorting { get { throw null; } set { } }
public System.Drawing.Color AlternatingBackColor { get { throw null; } set { } }
public override System.Drawing.Color BackColor { get { throw null; } set { } }
public System.Drawing.Color BackgroundColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.BorderStyle.Fixed3D)]
[System.Runtime.InteropServices.DispIdAttribute(-504)]
public System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
public System.Drawing.Color CaptionBackColor { get { throw null; } set { } }
[System.ComponentModel.AmbientValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Drawing.Font CaptionFont { get { throw null; } set { } }
public System.Drawing.Color CaptionForeColor { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.LocalizableAttribute(true)]
public string CaptionText { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool CaptionVisible { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool ColumnHeadersVisible { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.DataGridCell CurrentCell { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public int CurrentRowIndex { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.Cursor Cursor { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataMemberListEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public string DataMember { get { throw null; } set { } }
[System.ComponentModel.AttributeProviderAttribute(typeof(System.ComponentModel.IListSource))]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public object DataSource { get { throw null; } set { } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public int FirstVisibleColumn { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool FlatMode { get { throw null; } set { } }
public override System.Drawing.Color ForeColor { get { throw null; } set { } }
public System.Drawing.Color GridLineColor { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.DataGridLineStyle.Solid)]
public System.Windows.Forms.DataGridLineStyle GridLineStyle { get { throw null; } set { } }
public System.Drawing.Color HeaderBackColor { get { throw null; } set { } }
public System.Drawing.Font HeaderFont { get { throw null; } set { } }
public System.Drawing.Color HeaderForeColor { get { throw null; } set { } }
protected System.Windows.Forms.ScrollBar HorizScrollBar { get { throw null; } }
public object this[int rowIndex, int columnIndex] { get { throw null; } set { } }
public object this[System.Windows.Forms.DataGridCell cell] { get { throw null; } set { } }
public System.Drawing.Color LinkColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public System.Drawing.Color LinkHoverColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected internal System.Windows.Forms.CurrencyManager ListManager { get { throw null; } set { } }
public System.Drawing.Color ParentRowsBackColor { get { throw null; } set { } }
public System.Drawing.Color ParentRowsForeColor { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.DataGridParentRowsLabelStyle.Both)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.DataGridParentRowsLabelStyle ParentRowsLabelStyle { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool ParentRowsVisible { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(75)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.DataGridPreferredColumnWidthTypeConverter))]
public int PreferredColumnWidth { get { throw null; } set { } }
public int PreferredRowHeight { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool ReadOnly { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool RowHeadersVisible { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(35)]
public int RowHeaderWidth { get { throw null; } set { } }
public System.Drawing.Color SelectionBackColor { get { throw null; } set { } }
public System.Drawing.Color SelectionForeColor { get { throw null; } set { } }
public override System.ComponentModel.ISite Site { get { throw null; } set { } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.GridTableStylesCollection TableStyles { get { throw null; } }
[System.ComponentModel.BindableAttribute(false)]
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override string Text { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected System.Windows.Forms.ScrollBar VertScrollBar { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public int VisibleColumnCount { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public int VisibleRowCount { get { throw null; } }
public event System.EventHandler AllowNavigationChanged { add { } remove { } }
public event System.EventHandler BackButtonClick { add { } remove { } }
public event System.EventHandler BackgroundColorChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
public event System.EventHandler BorderStyleChanged { add { } remove { } }
public event System.EventHandler CaptionVisibleChanged { add { } remove { } }
public event System.EventHandler CurrentCellChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler CursorChanged { add { } remove { } }
public event System.EventHandler DataSourceChanged { add { } remove { } }
public event System.EventHandler FlatModeChanged { add { } remove { } }
public event System.Windows.Forms.NavigateEventHandler Navigate { add { } remove { } }
public event System.EventHandler ParentRowsLabelStyleChanged { add { } remove { } }
public event System.EventHandler ParentRowsVisibleChanged { add { } remove { } }
public event System.EventHandler ReadOnlyChanged { add { } remove { } }
protected event System.EventHandler RowHeaderClick { add { } remove { } }
public event System.EventHandler Scroll { add { } remove { } }
public event System.EventHandler ShowParentDetailsButtonClick { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler TextChanged { add { } remove { } }
public bool BeginEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, int rowNumber) { throw null; }
public void BeginInit() { }
protected virtual void CancelEditing() { }
public void Collapse(int row) { }
protected internal virtual void ColumnStartedEditing(System.Drawing.Rectangle bounds) { }
protected internal virtual void ColumnStartedEditing(System.Windows.Forms.Control editingControl) { }
protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
protected virtual System.Windows.Forms.DataGridColumnStyle CreateGridColumn(System.ComponentModel.PropertyDescriptor prop) { throw null; }
[System.MonoTODOAttribute("Not implemented, will throw NotImplementedException")]
protected virtual System.Windows.Forms.DataGridColumnStyle CreateGridColumn(System.ComponentModel.PropertyDescriptor prop, bool isDefault) { throw null; }
protected override void Dispose(bool disposing) { }
public bool EndEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, int rowNumber, bool shouldAbort) { throw null; }
public void EndInit() { }
public void Expand(int row) { }
public System.Drawing.Rectangle GetCellBounds(int row, int col) { throw null; }
public System.Drawing.Rectangle GetCellBounds(System.Windows.Forms.DataGridCell dgc) { throw null; }
public System.Drawing.Rectangle GetCurrentCellBounds() { throw null; }
protected virtual string GetOutputTextDelimiter() { throw null; }
protected virtual void GridHScrolled(object sender, System.Windows.Forms.ScrollEventArgs se) { }
protected virtual void GridVScrolled(object sender, System.Windows.Forms.ScrollEventArgs se) { }
public System.Windows.Forms.DataGrid.HitTestInfo HitTest(System.Drawing.Point position) { throw null; }
public System.Windows.Forms.DataGrid.HitTestInfo HitTest(int x, int y) { throw null; }
public bool IsExpanded(int rowNumber) { throw null; }
public bool IsSelected(int row) { throw null; }
public void NavigateBack() { }
public void NavigateTo(int rowNumber, string relationName) { }
protected virtual void OnAllowNavigationChanged(System.EventArgs e) { }
protected void OnBackButtonClicked(object sender, System.EventArgs e) { }
protected override void OnBackColorChanged(System.EventArgs e) { }
protected virtual void OnBackgroundColorChanged(System.EventArgs e) { }
protected override void OnBindingContextChanged(System.EventArgs e) { }
protected virtual void OnBorderStyleChanged(System.EventArgs e) { }
protected virtual void OnCaptionVisibleChanged(System.EventArgs e) { }
protected virtual void OnCurrentCellChanged(System.EventArgs e) { }
protected virtual void OnDataSourceChanged(System.EventArgs e) { }
protected override void OnEnter(System.EventArgs e) { }
protected virtual void OnFlatModeChanged(System.EventArgs e) { }
protected override void OnFontChanged(System.EventArgs e) { }
protected override void OnForeColorChanged(System.EventArgs e) { }
protected override void OnHandleCreated(System.EventArgs e) { }
protected override void OnHandleDestroyed(System.EventArgs e) { }
protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs ke) { }
protected override void OnKeyPress(System.Windows.Forms.KeyPressEventArgs kpe) { }
protected override void OnLayout(System.Windows.Forms.LayoutEventArgs levent) { }
protected override void OnLeave(System.EventArgs e) { }
protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { }
protected override void OnMouseLeave(System.EventArgs e) { }
protected override void OnMouseMove(System.Windows.Forms.MouseEventArgs e) { }
protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs e) { }
protected override void OnMouseWheel(System.Windows.Forms.MouseEventArgs e) { }
protected void OnNavigate(System.Windows.Forms.NavigateEventArgs e) { }
protected override void OnPaint(System.Windows.Forms.PaintEventArgs pe) { }
protected override void OnPaintBackground(System.Windows.Forms.PaintEventArgs ebe) { }
protected virtual void OnParentRowsLabelStyleChanged(System.EventArgs e) { }
protected virtual void OnParentRowsVisibleChanged(System.EventArgs e) { }
protected virtual void OnReadOnlyChanged(System.EventArgs e) { }
protected override void OnResize(System.EventArgs e) { }
protected void OnRowHeaderClick(System.EventArgs e) { }
protected void OnScroll(System.EventArgs e) { }
protected void OnShowParentDetailsButtonClicked(object sender, System.EventArgs e) { }
protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
protected bool ProcessGridKey(System.Windows.Forms.KeyEventArgs ke) { throw null; }
protected override bool ProcessKeyPreview(ref System.Windows.Forms.Message m) { throw null; }
protected bool ProcessTabKey(System.Windows.Forms.Keys keyData) { throw null; }
public void ResetAlternatingBackColor() { }
public override void ResetBackColor() { }
public override void ResetForeColor() { }
public void ResetGridLineColor() { }
public void ResetHeaderBackColor() { }
public void ResetHeaderFont() { }
public void ResetHeaderForeColor() { }
public void ResetLinkColor() { }
public void ResetLinkHoverColor() { }
protected void ResetSelection() { }
public void ResetSelectionBackColor() { }
public void ResetSelectionForeColor() { }
public void Select(int row) { }
public void SetDataBinding(object dataSource, string dataMember) { }
protected virtual bool ShouldSerializeAlternatingBackColor() { throw null; }
protected virtual bool ShouldSerializeBackgroundColor() { throw null; }
protected virtual bool ShouldSerializeCaptionBackColor() { throw null; }
protected virtual bool ShouldSerializeCaptionForeColor() { throw null; }
protected virtual bool ShouldSerializeGridLineColor() { throw null; }
protected virtual bool ShouldSerializeHeaderBackColor() { throw null; }
protected bool ShouldSerializeHeaderFont() { throw null; }
protected virtual bool ShouldSerializeHeaderForeColor() { throw null; }
protected virtual bool ShouldSerializeLinkHoverColor() { throw null; }
protected virtual bool ShouldSerializeParentRowsBackColor() { throw null; }
protected virtual bool ShouldSerializeParentRowsForeColor() { throw null; }
protected bool ShouldSerializePreferredRowHeight() { throw null; }
protected bool ShouldSerializeSelectionBackColor() { throw null; }
protected virtual bool ShouldSerializeSelectionForeColor() { throw null; }
public void SubObjectsSiteChange(bool site) { }
public void UnSelect(int row) { }
public sealed partial class HitTestInfo
{
internal HitTestInfo() { }
public static readonly System.Windows.Forms.DataGrid.HitTestInfo Nowhere;
public int Column { get { throw null; } }
public int Row { get { throw null; } }
public System.Windows.Forms.DataGrid.HitTestType Type { get { throw null; } }
public override bool Equals(object value) { throw null; }
public override int GetHashCode() { throw null; }
public override string ToString() { throw null; }
}
[System.FlagsAttribute]
public enum HitTestType
{
Caption = 32,
Cell = 1,
ColumnHeader = 2,
ColumnResize = 8,
None = 0,
ParentRows = 64,
RowHeader = 4,
RowResize = 16,
}
}
public partial class DataGridBoolColumn : System.Windows.Forms.DataGridColumnStyle
{
public DataGridBoolColumn() { }
public DataGridBoolColumn(System.ComponentModel.PropertyDescriptor prop) { }
public DataGridBoolColumn(System.ComponentModel.PropertyDescriptor prop, bool isDefault) { }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool AllowNull { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
public object FalseValue { get { throw null; } set { } }
[System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
public object NullValue { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
public object TrueValue { get { throw null; } set { } }
public event System.EventHandler AllowNullChanged { add { } remove { } }
public event System.EventHandler FalseValueChanged { add { } remove { } }
public event System.EventHandler TrueValueChanged { add { } remove { } }
protected internal override void Abort(int rowNum) { }
protected internal override bool Commit(System.Windows.Forms.CurrencyManager dataSource, int rowNum) { throw null; }
[System.MonoTODOAttribute("Stub, does nothing")]
protected internal override void ConcedeFocus() { }
protected internal override void Edit(System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Rectangle bounds, bool readOnly, string displayText, bool cellIsVisible) { }
[System.MonoTODOAttribute("Stub, does nothing")]
protected internal override void EnterNullValue() { }
protected internal override object GetColumnValueAtRow(System.Windows.Forms.CurrencyManager lm, int row) { throw null; }
protected internal override int GetMinimumHeight() { throw null; }
protected internal override int GetPreferredHeight(System.Drawing.Graphics g, object value) { throw null; }
protected internal override System.Drawing.Size GetPreferredSize(System.Drawing.Graphics g, object value) { throw null; }
protected internal override void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum) { }
protected internal override void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum, bool alignToRight) { }
protected internal override void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Brush backBrush, System.Drawing.Brush foreBrush, bool alignToRight) { }
protected internal override void SetColumnValueAtRow(System.Windows.Forms.CurrencyManager lm, int row, object value) { }
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct DataGridCell
{
private int _dummyPrimitive;
public DataGridCell(int r, int c) { throw null; }
public int ColumnNumber { get { throw null; } set { } }
public int RowNumber { get { throw null; } set { } }
public override bool Equals(object o) { throw null; }
public override int GetHashCode() { throw null; }
public override string ToString() { throw null; }
}
[System.ComponentModel.DefaultPropertyAttribute("Header")]
[System.ComponentModel.DesignTimeVisibleAttribute(false)]
[System.ComponentModel.ToolboxItemAttribute(false)]
public abstract partial class DataGridColumnStyle : System.ComponentModel.Component, System.Windows.Forms.IDataGridColumnStyleEditingNotificationService
{
public DataGridColumnStyle() { }
public DataGridColumnStyle(System.ComponentModel.PropertyDescriptor prop) { }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.HorizontalAlignment.Left)]
[System.ComponentModel.LocalizableAttribute(true)]
public virtual System.Windows.Forms.HorizontalAlignment Alignment { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public virtual System.Windows.Forms.DataGridTableStyle DataGridTableStyle { get { throw null; } }
protected int FontHeight { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Windows.Forms.AccessibleObject HeaderAccessibleObject { get { throw null; } }
[System.ComponentModel.LocalizableAttribute(true)]
public virtual string HeaderText { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataGridColumnStyleMappingNameEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.LocalizableAttribute(true)]
public string MappingName { get { throw null; } set { } }
[System.ComponentModel.LocalizableAttribute(true)]
public virtual string NullText { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public virtual System.ComponentModel.PropertyDescriptor PropertyDescriptor { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public virtual bool ReadOnly { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(100)]
[System.ComponentModel.LocalizableAttribute(true)]
public virtual int Width { get { throw null; } set { } }
public event System.EventHandler AlignmentChanged { add { } remove { } }
public event System.EventHandler FontChanged { add { } remove { } }
public event System.EventHandler HeaderTextChanged { add { } remove { } }
public event System.EventHandler MappingNameChanged { add { } remove { } }
public event System.EventHandler NullTextChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public event System.EventHandler PropertyDescriptorChanged { add { } remove { } }
public event System.EventHandler ReadOnlyChanged { add { } remove { } }
public event System.EventHandler WidthChanged { add { } remove { } }
protected internal abstract void Abort(int rowNum);
[System.MonoTODOAttribute("Will not suspend updates")]
protected void BeginUpdate() { }
protected void CheckValidDataSource(System.Windows.Forms.CurrencyManager value) { }
protected internal virtual void ColumnStartedEditing(System.Windows.Forms.Control editingControl) { }
protected internal abstract bool Commit(System.Windows.Forms.CurrencyManager dataSource, int rowNum);
protected internal virtual void ConcedeFocus() { }
protected virtual System.Windows.Forms.AccessibleObject CreateHeaderAccessibleObject() { throw null; }
protected internal virtual void Edit(System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Rectangle bounds, bool readOnly) { }
protected internal virtual void Edit(System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Rectangle bounds, bool readOnly, string displayText) { }
protected internal abstract void Edit(System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Rectangle bounds, bool readOnly, string displayText, bool cellIsVisible);
protected void EndUpdate() { }
protected internal virtual void EnterNullValue() { }
protected internal virtual object GetColumnValueAtRow(System.Windows.Forms.CurrencyManager source, int rowNum) { throw null; }
protected internal abstract int GetMinimumHeight();
protected internal abstract int GetPreferredHeight(System.Drawing.Graphics g, object value);
protected internal abstract System.Drawing.Size GetPreferredSize(System.Drawing.Graphics g, object value);
protected virtual void Invalidate() { }
protected internal abstract void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum);
protected internal abstract void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum, bool alignToRight);
protected internal virtual void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Brush backBrush, System.Drawing.Brush foreBrush, bool alignToRight) { }
protected internal virtual void ReleaseHostedControl() { }
public void ResetHeaderText() { }
protected internal virtual void SetColumnValueAtRow(System.Windows.Forms.CurrencyManager source, int rowNum, object value) { }
protected virtual void SetDataGrid(System.Windows.Forms.DataGrid value) { }
protected virtual void SetDataGridInColumn(System.Windows.Forms.DataGrid value) { }
void System.Windows.Forms.IDataGridColumnStyleEditingNotificationService.ColumnStartedEditing(System.Windows.Forms.Control editingControl) { }
protected internal virtual void UpdateUI(System.Windows.Forms.CurrencyManager source, int rowNum, string displayText) { }
protected partial class CompModSwitches
{
public CompModSwitches() { }
[System.MonoTODOAttribute("Not implemented, will throw NotImplementedException")]
public static System.Diagnostics.TraceSwitch DGEditColumnEditing { get { throw null; } }
}
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
protected partial class DataGridColumnHeaderAccessibleObject : System.Windows.Forms.AccessibleObject
{
public DataGridColumnHeaderAccessibleObject() { }
public DataGridColumnHeaderAccessibleObject(System.Windows.Forms.DataGridColumnStyle owner) { }
[System.MonoTODOAttribute("Not implemented, will throw NotImplementedException")]
public override System.Drawing.Rectangle Bounds { get { throw null; } }
public override string Name { get { throw null; } }
protected System.Windows.Forms.DataGridColumnStyle Owner { get { throw null; } }
public override System.Windows.Forms.AccessibleObject Parent { get { throw null; } }
public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
[System.MonoTODOAttribute("Not implemented, will throw NotImplementedException")]
public override System.Windows.Forms.AccessibleObject Navigate(System.Windows.Forms.AccessibleNavigation navdir) { throw null; }
}
}
public enum DataGridLineStyle
{
None = 0,
Solid = 1,
}
public enum DataGridParentRowsLabelStyle
{
Both = 3,
ColumnName = 2,
None = 0,
TableName = 1,
}
public partial class DataGridPreferredColumnWidthTypeConverter : System.ComponentModel.TypeConverter
{
public DataGridPreferredColumnWidthTypeConverter() { }
public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
}
[System.ComponentModel.DesignTimeVisibleAttribute(false)]
[System.ComponentModel.ToolboxItemAttribute(false)]
public partial class DataGridTableStyle : System.ComponentModel.Component, System.Windows.Forms.IDataGridEditingService
{
public static readonly System.Windows.Forms.DataGridTableStyle DefaultTableStyle;
public DataGridTableStyle() { }
public DataGridTableStyle(bool isDefaultTableStyle) { }
public DataGridTableStyle(System.Windows.Forms.CurrencyManager listManager) { }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool AllowSorting { get { throw null; } set { } }
public System.Drawing.Color AlternatingBackColor { get { throw null; } set { } }
public System.Drawing.Color BackColor { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool ColumnHeadersVisible { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public virtual System.Windows.Forms.DataGrid DataGrid { get { throw null; } set { } }
public System.Drawing.Color ForeColor { get { throw null; } set { } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
[System.ComponentModel.LocalizableAttribute(true)]
public virtual System.Windows.Forms.GridColumnStylesCollection GridColumnStyles { get { throw null; } }
public System.Drawing.Color GridLineColor { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.DataGridLineStyle.Solid)]
public System.Windows.Forms.DataGridLineStyle GridLineStyle { get { throw null; } set { } }
public System.Drawing.Color HeaderBackColor { get { throw null; } set { } }
[System.ComponentModel.AmbientValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Drawing.Font HeaderFont { get { throw null; } set { } }
public System.Drawing.Color HeaderForeColor { get { throw null; } set { } }
public System.Drawing.Color LinkColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public System.Drawing.Color LinkHoverColor { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataGridTableStyleMappingNameEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
public string MappingName { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(75)]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.DataGridPreferredColumnWidthTypeConverter))]
public int PreferredColumnWidth { get { throw null; } set { } }
[System.ComponentModel.LocalizableAttribute(true)]
public int PreferredRowHeight { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public virtual bool ReadOnly { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool RowHeadersVisible { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(35)]
[System.ComponentModel.LocalizableAttribute(true)]
public int RowHeaderWidth { get { throw null; } set { } }
public System.Drawing.Color SelectionBackColor { get { throw null; } set { } }
[System.ComponentModel.DescriptionAttribute("The foreground color for the current data grid row")]
public System.Drawing.Color SelectionForeColor { get { throw null; } set { } }
public event System.EventHandler AllowSortingChanged { add { } remove { } }
public event System.EventHandler AlternatingBackColorChanged { add { } remove { } }
public event System.EventHandler BackColorChanged { add { } remove { } }
public event System.EventHandler ColumnHeadersVisibleChanged { add { } remove { } }
public event System.EventHandler ForeColorChanged { add { } remove { } }
public event System.EventHandler GridLineColorChanged { add { } remove { } }
public event System.EventHandler GridLineStyleChanged { add { } remove { } }
public event System.EventHandler HeaderBackColorChanged { add { } remove { } }
public event System.EventHandler HeaderFontChanged { add { } remove { } }
public event System.EventHandler HeaderForeColorChanged { add { } remove { } }
public event System.EventHandler LinkColorChanged { add { } remove { } }
public event System.EventHandler LinkHoverColorChanged { add { } remove { } }
public event System.EventHandler MappingNameChanged { add { } remove { } }
public event System.EventHandler PreferredColumnWidthChanged { add { } remove { } }
public event System.EventHandler PreferredRowHeightChanged { add { } remove { } }
public event System.EventHandler ReadOnlyChanged { add { } remove { } }
public event System.EventHandler RowHeadersVisibleChanged { add { } remove { } }
public event System.EventHandler RowHeaderWidthChanged { add { } remove { } }
public event System.EventHandler SelectionBackColorChanged { add { } remove { } }
public event System.EventHandler SelectionForeColorChanged { add { } remove { } }
[System.MonoTODOAttribute("Not implemented, will throw NotImplementedException")]
public bool BeginEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, int rowNumber) { throw null; }
protected internal virtual System.Windows.Forms.DataGridColumnStyle CreateGridColumn(System.ComponentModel.PropertyDescriptor prop) { throw null; }
protected internal virtual System.Windows.Forms.DataGridColumnStyle CreateGridColumn(System.ComponentModel.PropertyDescriptor prop, bool isDefault) { throw null; }
protected override void Dispose(bool disposing) { }
[System.MonoTODOAttribute("Not implemented, will throw NotImplementedException")]
public bool EndEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, int rowNumber, bool shouldAbort) { throw null; }
protected virtual void OnAllowSortingChanged(System.EventArgs e) { }
protected virtual void OnAlternatingBackColorChanged(System.EventArgs e) { }
protected virtual void OnBackColorChanged(System.EventArgs e) { }
protected virtual void OnColumnHeadersVisibleChanged(System.EventArgs e) { }
protected virtual void OnForeColorChanged(System.EventArgs e) { }
protected virtual void OnGridLineColorChanged(System.EventArgs e) { }
protected virtual void OnGridLineStyleChanged(System.EventArgs e) { }
protected virtual void OnHeaderBackColorChanged(System.EventArgs e) { }
protected virtual void OnHeaderFontChanged(System.EventArgs e) { }
protected virtual void OnHeaderForeColorChanged(System.EventArgs e) { }
protected virtual void OnLinkColorChanged(System.EventArgs e) { }
protected virtual void OnLinkHoverColorChanged(System.EventArgs e) { }
protected virtual void OnMappingNameChanged(System.EventArgs e) { }
protected virtual void OnPreferredColumnWidthChanged(System.EventArgs e) { }
protected virtual void OnPreferredRowHeightChanged(System.EventArgs e) { }
protected virtual void OnReadOnlyChanged(System.EventArgs e) { }
protected virtual void OnRowHeadersVisibleChanged(System.EventArgs e) { }
protected virtual void OnRowHeaderWidthChanged(System.EventArgs e) { }
protected virtual void OnSelectionBackColorChanged(System.EventArgs e) { }
protected virtual void OnSelectionForeColorChanged(System.EventArgs e) { }
public void ResetAlternatingBackColor() { }
public void ResetBackColor() { }
public void ResetForeColor() { }
public void ResetGridLineColor() { }
public void ResetHeaderBackColor() { }
public void ResetHeaderFont() { }
public void ResetHeaderForeColor() { }
public void ResetLinkColor() { }
public void ResetLinkHoverColor() { }
public void ResetSelectionBackColor() { }
public void ResetSelectionForeColor() { }
protected virtual bool ShouldSerializeAlternatingBackColor() { throw null; }
protected bool ShouldSerializeBackColor() { throw null; }
protected bool ShouldSerializeForeColor() { throw null; }
protected virtual bool ShouldSerializeGridLineColor() { throw null; }
protected virtual bool ShouldSerializeHeaderBackColor() { throw null; }
protected virtual bool ShouldSerializeHeaderForeColor() { throw null; }
protected virtual bool ShouldSerializeLinkColor() { throw null; }
protected virtual bool ShouldSerializeLinkHoverColor() { throw null; }
protected bool ShouldSerializePreferredRowHeight() { throw null; }
protected bool ShouldSerializeSelectionBackColor() { throw null; }
protected virtual bool ShouldSerializeSelectionForeColor() { throw null; }
}
[System.ComponentModel.DefaultPropertyAttribute("GridEditName")]
[System.ComponentModel.DesignTimeVisibleAttribute(false)]
[System.ComponentModel.ToolboxItemAttribute(false)]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class DataGridTextBox : System.Windows.Forms.TextBox
{
public DataGridTextBox() { }
public bool IsInEditOrNavigateMode { get { throw null; } set { } }
protected override void OnKeyPress(System.Windows.Forms.KeyPressEventArgs e) { }
protected override void OnMouseWheel(System.Windows.Forms.MouseEventArgs e) { }
protected internal override bool ProcessKeyMessage(ref System.Windows.Forms.Message m) { throw null; }
public void SetDataGrid(System.Windows.Forms.DataGrid parentGrid) { }
protected override void WndProc(ref System.Windows.Forms.Message m) { }
}
public partial class DataGridTextBoxColumn : System.Windows.Forms.DataGridColumnStyle
{
public DataGridTextBoxColumn() { }
public DataGridTextBoxColumn(System.ComponentModel.PropertyDescriptor prop) { }
public DataGridTextBoxColumn(System.ComponentModel.PropertyDescriptor prop, bool isDefault) { }
public DataGridTextBoxColumn(System.ComponentModel.PropertyDescriptor prop, string format) { }
public DataGridTextBoxColumn(System.ComponentModel.PropertyDescriptor prop, string format, bool isDefault) { }
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataGridColumnStyleFormatEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
public string Format { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.IFormatProvider FormatInfo { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
public override System.ComponentModel.PropertyDescriptor PropertyDescriptor { set { } }
public override bool ReadOnly { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public virtual System.Windows.Forms.TextBox TextBox { get { throw null; } }
protected internal override void Abort(int rowNum) { }
protected internal override bool Commit(System.Windows.Forms.CurrencyManager dataSource, int rowNum) { throw null; }
protected internal override void ConcedeFocus() { }
protected internal override void Edit(System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Rectangle bounds, bool readOnly, string displayText, bool cellIsVisible) { }
protected void EndEdit() { }
protected internal override void EnterNullValue() { }
protected internal override int GetMinimumHeight() { throw null; }
protected internal override int GetPreferredHeight(System.Drawing.Graphics g, object value) { throw null; }
protected internal override System.Drawing.Size GetPreferredSize(System.Drawing.Graphics g, object value) { throw null; }
protected void HideEditBox() { }
protected internal override void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum) { }
protected internal override void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum, bool alignToRight) { }
protected internal override void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, int rowNum, System.Drawing.Brush backBrush, System.Drawing.Brush foreBrush, bool alignToRight) { }
protected void PaintText(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string text, bool alignToRight) { }
protected void PaintText(System.Drawing.Graphics g, System.Drawing.Rectangle textBounds, string text, System.Drawing.Brush backBrush, System.Drawing.Brush foreBrush, bool alignToRight) { }
protected internal override void ReleaseHostedControl() { }
protected override void SetDataGridInColumn(System.Windows.Forms.DataGrid value) { }
protected internal override void UpdateUI(System.Windows.Forms.CurrencyManager source, int rowNum, string displayText) { }
}
[System.ComponentModel.ComplexBindingPropertiesAttribute("DataSource", "DataMember")]
[System.ComponentModel.DefaultEventAttribute("CellContentClick")]
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.DataGridViewDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataGridViewComponentEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.ComponentModel.ComponentEditor))]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.Windows.Forms.DockingAttribute(System.Windows.Forms.DockingBehavior.Ask)]
public partial class DataGridView : System.Windows.Forms.Control, System.ComponentModel.IComponent, System.ComponentModel.ISupportInitialize, System.IDisposable, System.Windows.Forms.IBindableComponent, System.Windows.Forms.IDropTarget
{
public DataGridView() { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public virtual System.Windows.Forms.DataGridViewAdvancedBorderStyle AdjustedTopLeftHeaderBorderStyle { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.Windows.Forms.DataGridViewAdvancedBorderStyle AdvancedCellBorderStyle { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.Windows.Forms.DataGridViewAdvancedBorderStyle AdvancedColumnHeadersBorderStyle { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.Windows.Forms.DataGridViewAdvancedBorderStyle AdvancedRowHeadersBorderStyle { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool AllowUserToAddRows { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool AllowUserToDeleteRows { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool AllowUserToOrderColumns { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool AllowUserToResizeColumns { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool AllowUserToResizeRows { get { throw null; } set { } }
public System.Windows.Forms.DataGridViewCellStyle AlternatingRowsDefaultCellStyle { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(true)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public bool AutoGenerateColumns { get { throw null; } set { } }
public override bool AutoSize { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.DataGridViewAutoSizeColumnsMode.None)]
public System.Windows.Forms.DataGridViewAutoSizeColumnsMode AutoSizeColumnsMode { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.DataGridViewAutoSizeRowsMode.None)]
public System.Windows.Forms.DataGridViewAutoSizeRowsMode AutoSizeRowsMode { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Color BackColor { get { throw null; } set { } }
public System.Drawing.Color BackgroundColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.BorderStyle.FixedSingle)]
public System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
protected override bool CanEnableIme { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.DataGridViewCellBorderStyle.Single)]
public System.Windows.Forms.DataGridViewCellBorderStyle CellBorderStyle { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.DataGridViewClipboardCopyMode.EnableWithAutoHeaderText)]
public System.Windows.Forms.DataGridViewClipboardCopyMode ClipboardCopyMode { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(0)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public int ColumnCount { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.DataGridViewHeaderBorderStyle.Raised)]
public System.Windows.Forms.DataGridViewHeaderBorderStyle ColumnHeadersBorderStyle { get { throw null; } set { } }
[System.ComponentModel.AmbientValueAttribute(null)]
public System.Windows.Forms.DataGridViewCellStyle ColumnHeadersDefaultCellStyle { get { throw null; } set { } }
[System.ComponentModel.LocalizableAttribute(true)]
public int ColumnHeadersHeight { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.EnableResizing)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode ColumnHeadersHeightSizeMode { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool ColumnHeadersVisible { get { throw null; } set { } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataGridViewColumnCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.MergablePropertyAttribute(false)]
public System.Windows.Forms.DataGridViewColumnCollection Columns { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.DataGridViewCell CurrentCell { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Drawing.Point CurrentCellAddress { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Windows.Forms.DataGridViewRow CurrentRow { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataMemberListEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
public string DataMember { get { throw null; } set { } }
[System.ComponentModel.AttributeProviderAttribute(typeof(System.ComponentModel.IListSource))]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public object DataSource { get { throw null; } set { } }
[System.ComponentModel.AmbientValueAttribute(null)]
public System.Windows.Forms.DataGridViewCellStyle DefaultCellStyle { get { throw null; } set { } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
public override System.Drawing.Rectangle DisplayRectangle { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.Windows.Forms.Control EditingControl { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.Windows.Forms.Panel EditingPanel { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.DataGridViewEditMode.EditOnKeystrokeOrF2)]
public System.Windows.Forms.DataGridViewEditMode EditMode { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool EnableHeadersVisualStyles { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.DataGridViewCell FirstDisplayedCell { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public int FirstDisplayedScrollingColumnHiddenWidth { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public int FirstDisplayedScrollingColumnIndex { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public int FirstDisplayedScrollingRowIndex { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public override System.Drawing.Font Font { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public override System.Drawing.Color ForeColor { get { throw null; } set { } }
public System.Drawing.Color GridColor { get { throw null; } set { } }
protected System.Windows.Forms.ScrollBar HorizontalScrollBar { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public int HorizontalScrollingOffset { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public bool IsCurrentCellDirty { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public bool IsCurrentCellInEditMode { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public bool IsCurrentRowDirty { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.DataGridViewCell this[int columnIndex, int rowIndex] { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.DataGridViewCell this[string columnName, int rowIndex] { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool MultiSelect { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public int NewRowIndex { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(false)]
public bool ReadOnly { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(0)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public int RowCount { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.DataGridViewHeaderBorderStyle.Raised)]
public System.Windows.Forms.DataGridViewHeaderBorderStyle RowHeadersBorderStyle { get { throw null; } set { } }
[System.ComponentModel.AmbientValueAttribute(null)]
public System.Windows.Forms.DataGridViewCellStyle RowHeadersDefaultCellStyle { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool RowHeadersVisible { get { throw null; } set { } }
[System.ComponentModel.LocalizableAttribute(true)]
public int RowHeadersWidth { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.EnableResizing)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode RowHeadersWidthSizeMode { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Windows.Forms.DataGridViewRowCollection Rows { get { throw null; } }
public System.Windows.Forms.DataGridViewCellStyle RowsDefaultCellStyle { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
public System.Windows.Forms.DataGridViewRow RowTemplate { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.ScrollBars.Both)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.ScrollBars ScrollBars { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Windows.Forms.DataGridViewSelectedCellCollection SelectedCells { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Windows.Forms.DataGridViewSelectedColumnCollection SelectedColumns { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Windows.Forms.DataGridViewSelectedRowCollection SelectedRows { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.DataGridViewSelectionMode.RowHeaderSelect)]
public System.Windows.Forms.DataGridViewSelectionMode SelectionMode { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool ShowCellErrors { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool ShowCellToolTips { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool ShowEditingIcon { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool ShowRowErrors { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Windows.Forms.DataGridViewColumn SortedColumn { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Windows.Forms.SortOrder SortOrder { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public bool StandardTab { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(false)]
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override string Text { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.DataGridViewHeaderCell TopLeftHeaderCell { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.Windows.Forms.Cursor UserSetCursor { get { throw null; } }
protected System.Windows.Forms.ScrollBar VerticalScrollBar { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public int VerticalScrollingOffset { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.MonoTODOAttribute("VirtualMode is not supported.")]
public bool VirtualMode { get { throw null; } set { } }
public event System.EventHandler AllowUserToAddRowsChanged { add { } remove { } }
public event System.EventHandler AllowUserToDeleteRowsChanged { add { } remove { } }
public event System.EventHandler AllowUserToOrderColumnsChanged { add { } remove { } }
public event System.EventHandler AllowUserToResizeColumnsChanged { add { } remove { } }
public event System.EventHandler AllowUserToResizeRowsChanged { add { } remove { } }
public event System.EventHandler AlternatingRowsDefaultCellStyleChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public event System.EventHandler AutoGenerateColumnsChanged { add { } remove { } }
public event System.Windows.Forms.DataGridViewAutoSizeColumnModeEventHandler AutoSizeColumnModeChanged { add { } remove { } }
public event System.Windows.Forms.DataGridViewAutoSizeColumnsModeEventHandler AutoSizeColumnsModeChanged { add { } remove { } }
public event System.Windows.Forms.DataGridViewAutoSizeModeEventHandler AutoSizeRowsModeChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackColorChanged { add { } remove { } }
public event System.EventHandler BackgroundColorChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
public event System.EventHandler BorderStyleChanged { add { } remove { } }
public event System.Windows.Forms.QuestionEventHandler CancelRowEdit { add { } remove { } }
public event System.Windows.Forms.DataGridViewCellCancelEventHandler CellBeginEdit { add { } remove { } }
public event System.EventHandler CellBorderStyleChanged { add { } remove { } }
public event System.Windows.Forms.DataGridViewCellEventHandler CellClick { add { } remove { } }
public event System.Windows.Forms.DataGridViewCellEventHandler CellContentClick { add { } remove { } }
public event System.Windows.Forms.DataGridViewCellEventHandler CellContentDoubleClick { add { } remove { } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public event System.Windows.Forms.DataGridViewCellEventHandler CellContextMenuStripChanged { add { } remove { } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public event System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventHandler CellContextMenuStripNeeded { add { } remove { } }
public event System.Windows.Forms.DataGridViewCellEventHandler CellDoubleClick { add { } remove { } }
public event System.Windows.Forms.DataGridViewCellEventHandler CellEndEdit { add { } remove { } }
public event System.Windows.Forms.DataGridViewCellEventHandler CellEnter { add { } remove { } }
public event System.Windows.Forms.DataGridViewCellEventHandler CellErrorTextChanged { add { } remove { } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public event System.Windows.Forms.DataGridViewCellErrorTextNeededEventHandler CellErrorTextNeeded { add { } remove { } }
public event System.Windows.Forms.DataGridViewCellFormattingEventHandler CellFormatting { add { } remove { } }
public event System.Windows.Forms.DataGridViewCellEventHandler CellLeave { add { } remove { } }
public event System.Windows.Forms.DataGridViewCellMouseEventHandler CellMouseClick { add { } remove { } }
public event System.Windows.Forms.DataGridViewCellMouseEventHandler CellMouseDoubleClick { add { } remove { } }
public event System.Windows.Forms.DataGridViewCellMouseEventHandler CellMouseDown { add { } remove { } }
public event System.Windows.Forms.DataGridViewCellEventHandler CellMouseEnter { add { } remove { } }
public event System.Windows.Forms.DataGridViewCellEventHandler CellMouseLeave { add { } remove { } }
public event System.Windows.Forms.DataGridViewCellMouseEventHandler CellMouseMove { add { } remove { } }
public event System.Windows.Forms.DataGridViewCellMouseEventHandler CellMouseUp { add { } remove { } }
public event System.Windows.Forms.DataGridViewCellPaintingEventHandler CellPainting { add { } remove { } }
public event System.Windows.Forms.DataGridViewCellParsingEventHandler CellParsing { add { } remove { } }
public event System.Windows.Forms.DataGridViewCellStateChangedEventHandler CellStateChanged { add { } remove { } }
public event System.Windows.Forms.DataGridViewCellEventHandler CellStyleChanged { add { } remove { } }
public event System.Windows.Forms.DataGridViewCellStyleContentChangedEventHandler CellStyleContentChanged { add { } remove { } }
public event System.Windows.Forms.DataGridViewCellEventHandler CellToolTipTextChanged { add { } remove { } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public event System.Windows.Forms.DataGridViewCellToolTipTextNeededEventHandler CellToolTipTextNeeded { add { } remove { } }
public event System.Windows.Forms.DataGridViewCellEventHandler CellValidated { add { } remove { } }
public event System.Windows.Forms.DataGridViewCellValidatingEventHandler CellValidating { add { } remove { } }
public event System.Windows.Forms.DataGridViewCellEventHandler CellValueChanged { add { } remove { } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public event System.Windows.Forms.DataGridViewCellValueEventHandler CellValueNeeded { add { } remove { } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public event System.Windows.Forms.DataGridViewCellValueEventHandler CellValuePushed { add { } remove { } }
public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnAdded { add { } remove { } }
public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnContextMenuStripChanged { add { } remove { } }
public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnDataPropertyNameChanged { add { } remove { } }
public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnDefaultCellStyleChanged { add { } remove { } }
public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnDisplayIndexChanged { add { } remove { } }
public event System.Windows.Forms.DataGridViewColumnDividerDoubleClickEventHandler ColumnDividerDoubleClick { add { } remove { } }
public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnDividerWidthChanged { add { } remove { } }
public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnHeaderCellChanged { add { } remove { } }
public event System.Windows.Forms.DataGridViewCellMouseEventHandler ColumnHeaderMouseClick { add { } remove { } }
public event System.Windows.Forms.DataGridViewCellMouseEventHandler ColumnHeaderMouseDoubleClick { add { } remove { } }
public event System.EventHandler ColumnHeadersBorderStyleChanged { add { } remove { } }
public event System.EventHandler ColumnHeadersDefaultCellStyleChanged { add { } remove { } }
public event System.EventHandler ColumnHeadersHeightChanged { add { } remove { } }
public event System.Windows.Forms.DataGridViewAutoSizeModeEventHandler ColumnHeadersHeightSizeModeChanged { add { } remove { } }
public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnMinimumWidthChanged { add { } remove { } }
public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnNameChanged { add { } remove { } }
public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnRemoved { add { } remove { } }
public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnSortModeChanged { add { } remove { } }
public event System.Windows.Forms.DataGridViewColumnStateChangedEventHandler ColumnStateChanged { add { } remove { } }
public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnToolTipTextChanged { add { } remove { } }
public event System.Windows.Forms.DataGridViewColumnEventHandler ColumnWidthChanged { add { } remove { } }
public event System.EventHandler CurrentCellChanged { add { } remove { } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public event System.EventHandler CurrentCellDirtyStateChanged { add { } remove { } }
public event System.Windows.Forms.DataGridViewBindingCompleteEventHandler DataBindingComplete { add { } remove { } }
public event System.Windows.Forms.DataGridViewDataErrorEventHandler DataError { add { } remove { } }
public event System.EventHandler DataMemberChanged { add { } remove { } }
public event System.EventHandler DataSourceChanged { add { } remove { } }
public event System.EventHandler DefaultCellStyleChanged { add { } remove { } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public event System.Windows.Forms.DataGridViewRowEventHandler DefaultValuesNeeded { add { } remove { } }
public event System.Windows.Forms.DataGridViewEditingControlShowingEventHandler EditingControlShowing { add { } remove { } }
public event System.EventHandler EditModeChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public new event System.EventHandler FontChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public new event System.EventHandler ForeColorChanged { add { } remove { } }
public event System.EventHandler GridColorChanged { add { } remove { } }
public event System.EventHandler MultiSelectChanged { add { } remove { } }
public event System.Windows.Forms.DataGridViewRowEventHandler NewRowNeeded { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler PaddingChanged { add { } remove { } }
public event System.EventHandler ReadOnlyChanged { add { } remove { } }
public event System.Windows.Forms.DataGridViewRowEventHandler RowContextMenuStripChanged { add { } remove { } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public event System.Windows.Forms.DataGridViewRowContextMenuStripNeededEventHandler RowContextMenuStripNeeded { add { } remove { } }
public event System.Windows.Forms.DataGridViewRowEventHandler RowDefaultCellStyleChanged { add { } remove { } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public event System.Windows.Forms.QuestionEventHandler RowDirtyStateNeeded { add { } remove { } }
public event System.Windows.Forms.DataGridViewRowDividerDoubleClickEventHandler RowDividerDoubleClick { add { } remove { } }
public event System.Windows.Forms.DataGridViewRowEventHandler RowDividerHeightChanged { add { } remove { } }
public event System.Windows.Forms.DataGridViewCellEventHandler RowEnter { add { } remove { } }
public event System.Windows.Forms.DataGridViewRowEventHandler RowErrorTextChanged { add { } remove { } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public event System.Windows.Forms.DataGridViewRowErrorTextNeededEventHandler RowErrorTextNeeded { add { } remove { } }
public event System.Windows.Forms.DataGridViewRowEventHandler RowHeaderCellChanged { add { } remove { } }
public event System.Windows.Forms.DataGridViewCellMouseEventHandler RowHeaderMouseClick { add { } remove { } }
public event System.Windows.Forms.DataGridViewCellMouseEventHandler RowHeaderMouseDoubleClick { add { } remove { } }
public event System.EventHandler RowHeadersBorderStyleChanged { add { } remove { } }
public event System.EventHandler RowHeadersDefaultCellStyleChanged { add { } remove { } }
public event System.EventHandler RowHeadersWidthChanged { add { } remove { } }
public event System.Windows.Forms.DataGridViewAutoSizeModeEventHandler RowHeadersWidthSizeModeChanged { add { } remove { } }
public event System.Windows.Forms.DataGridViewRowEventHandler RowHeightChanged { add { } remove { } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public event System.Windows.Forms.DataGridViewRowHeightInfoNeededEventHandler RowHeightInfoNeeded { add { } remove { } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public event System.Windows.Forms.DataGridViewRowHeightInfoPushedEventHandler RowHeightInfoPushed { add { } remove { } }
public event System.Windows.Forms.DataGridViewCellEventHandler RowLeave { add { } remove { } }
public event System.Windows.Forms.DataGridViewRowEventHandler RowMinimumHeightChanged { add { } remove { } }
public event System.Windows.Forms.DataGridViewRowPostPaintEventHandler RowPostPaint { add { } remove { } }
public event System.Windows.Forms.DataGridViewRowPrePaintEventHandler RowPrePaint { add { } remove { } }
public event System.Windows.Forms.DataGridViewRowsAddedEventHandler RowsAdded { add { } remove { } }
public event System.EventHandler RowsDefaultCellStyleChanged { add { } remove { } }
public event System.Windows.Forms.DataGridViewRowsRemovedEventHandler RowsRemoved { add { } remove { } }
public event System.Windows.Forms.DataGridViewRowStateChangedEventHandler RowStateChanged { add { } remove { } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public event System.Windows.Forms.DataGridViewRowEventHandler RowUnshared { add { } remove { } }
public event System.Windows.Forms.DataGridViewCellEventHandler RowValidated { add { } remove { } }
public event System.Windows.Forms.DataGridViewCellCancelEventHandler RowValidating { add { } remove { } }
public event System.Windows.Forms.ScrollEventHandler Scroll { add { } remove { } }
public event System.EventHandler SelectionChanged { add { } remove { } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public event System.Windows.Forms.DataGridViewSortCompareEventHandler SortCompare { add { } remove { } }
public event System.EventHandler Sorted { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler StyleChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler TextChanged { add { } remove { } }
public event System.Windows.Forms.DataGridViewRowEventHandler UserAddedRow { add { } remove { } }
public event System.Windows.Forms.DataGridViewRowEventHandler UserDeletedRow { add { } remove { } }
public event System.Windows.Forms.DataGridViewRowCancelEventHandler UserDeletingRow { add { } remove { } }
protected virtual void AccessibilityNotifyCurrentCellChanged(System.Drawing.Point cellAddress) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public virtual System.Windows.Forms.DataGridViewAdvancedBorderStyle AdjustColumnHeaderBorderStyle(System.Windows.Forms.DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStyleInput, System.Windows.Forms.DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStylePlaceholder, bool isFirstDisplayedColumn, bool isLastVisibleColumn) { throw null; }
public bool AreAllCellsSelected(bool includeInvisibleCells) { throw null; }
public void AutoResizeColumn(int columnIndex) { }
public void AutoResizeColumn(int columnIndex, System.Windows.Forms.DataGridViewAutoSizeColumnMode autoSizeColumnMode) { }
[System.MonoTODOAttribute("Does not use fixedHeight parameter")]
protected void AutoResizeColumn(int columnIndex, System.Windows.Forms.DataGridViewAutoSizeColumnMode autoSizeColumnMode, bool fixedHeight) { }
public void AutoResizeColumnHeadersHeight() { }
[System.MonoTODOAttribute("Does not use fixedRowHeadersWidth or fixedColumnsWidth parameters")]
protected void AutoResizeColumnHeadersHeight(bool fixedRowHeadersWidth, bool fixedColumnsWidth) { }
[System.MonoTODOAttribute("columnIndex parameter is not used")]
public void AutoResizeColumnHeadersHeight(int columnIndex) { }
[System.MonoTODOAttribute("Does not use columnIndex or fixedRowHeadersWidth or fixedColumnsWidth parameters")]
protected void AutoResizeColumnHeadersHeight(int columnIndex, bool fixedRowHeadersWidth, bool fixedColumnWidth) { }
public void AutoResizeColumns() { }
public void AutoResizeColumns(System.Windows.Forms.DataGridViewAutoSizeColumnsMode autoSizeColumnsMode) { }
protected void AutoResizeColumns(System.Windows.Forms.DataGridViewAutoSizeColumnsMode autoSizeColumnsMode, bool fixedHeight) { }
public void AutoResizeRow(int rowIndex) { }
public void AutoResizeRow(int rowIndex, System.Windows.Forms.DataGridViewAutoSizeRowMode autoSizeRowMode) { }
[System.MonoTODOAttribute("Does not use fixedWidth parameter")]
protected void AutoResizeRow(int rowIndex, System.Windows.Forms.DataGridViewAutoSizeRowMode autoSizeRowMode, bool fixedWidth) { }
[System.MonoTODOAttribute("Does not use rowIndex parameter.")]
public void AutoResizeRowHeadersWidth(int rowIndex, System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode rowHeadersWidthSizeMode) { }
[System.MonoTODOAttribute("Does not use rowIndex or fixedColumnHeadersHeight or fixedRowsHeight parameter")]
protected void AutoResizeRowHeadersWidth(int rowIndex, System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode rowHeadersWidthSizeMode, bool fixedColumnHeadersHeight, bool fixedRowHeight) { }
public void AutoResizeRowHeadersWidth(System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode rowHeadersWidthSizeMode) { }
[System.MonoTODOAttribute("Does not use fixedColumnHeadersHeight or fixedRowsHeight parameter")]
protected void AutoResizeRowHeadersWidth(System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode rowHeadersWidthSizeMode, bool fixedColumnHeadersHeight, bool fixedRowsHeight) { }
public void AutoResizeRows() { }
[System.MonoTODOAttribute("Does not use fixedMode parameter")]
protected void AutoResizeRows(int rowIndexStart, int rowsCount, System.Windows.Forms.DataGridViewAutoSizeRowMode autoSizeRowMode, bool fixedWidth) { }
public void AutoResizeRows(System.Windows.Forms.DataGridViewAutoSizeRowsMode autoSizeRowsMode) { }
[System.MonoTODOAttribute("Does not use fixedWidth parameter")]
protected void AutoResizeRows(System.Windows.Forms.DataGridViewAutoSizeRowsMode autoSizeRowsMode, bool fixedWidth) { }
public virtual bool BeginEdit(bool selectAll) { throw null; }
public bool CancelEdit() { throw null; }
public void ClearSelection() { }
protected void ClearSelection(int columnIndexException, int rowIndexException, bool selectExceptionElement) { }
public bool CommitEdit(System.Windows.Forms.DataGridViewDataErrorContexts context) { throw null; }
protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual System.Windows.Forms.DataGridViewColumnCollection CreateColumnsInstance() { throw null; }
protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual System.Windows.Forms.DataGridViewRowCollection CreateRowsInstance() { throw null; }
public int DisplayedColumnCount(bool includePartialColumns) { throw null; }
public int DisplayedRowCount(bool includePartialRow) { throw null; }
protected override void Dispose(bool disposing) { }
public bool EndEdit() { throw null; }
[System.MonoTODOAttribute("Does not use context parameter")]
public bool EndEdit(System.Windows.Forms.DataGridViewDataErrorContexts context) { throw null; }
protected override System.Windows.Forms.AccessibleObject GetAccessibilityObjectById(int objectId) { throw null; }
public int GetCellCount(System.Windows.Forms.DataGridViewElementStates includeFilter) { throw null; }
public System.Drawing.Rectangle GetCellDisplayRectangle(int columnIndex, int rowIndex, bool cutOverflow) { throw null; }
public virtual System.Windows.Forms.DataObject GetClipboardContent() { throw null; }
[System.MonoTODOAttribute("Does not use cutOverflow parameter")]
public System.Drawing.Rectangle GetColumnDisplayRectangle(int columnIndex, bool cutOverflow) { throw null; }
[System.MonoTODOAttribute("Does not use cutOverflow parameter")]
public System.Drawing.Rectangle GetRowDisplayRectangle(int rowIndex, bool cutOverflow) { throw null; }
public System.Windows.Forms.DataGridView.HitTestInfo HitTest(int x, int y) { throw null; }
public void InvalidateCell(int columnIndex, int rowIndex) { }
public void InvalidateCell(System.Windows.Forms.DataGridViewCell dataGridViewCell) { }
public void InvalidateColumn(int columnIndex) { }
public void InvalidateRow(int rowIndex) { }
protected override bool IsInputChar(char charCode) { throw null; }
protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
public virtual void NotifyCurrentCellDirty(bool dirty) { }
protected virtual void OnAllowUserToAddRowsChanged(System.EventArgs e) { }
protected virtual void OnAllowUserToDeleteRowsChanged(System.EventArgs e) { }
protected virtual void OnAllowUserToOrderColumnsChanged(System.EventArgs e) { }
protected virtual void OnAllowUserToResizeColumnsChanged(System.EventArgs e) { }
protected virtual void OnAllowUserToResizeRowsChanged(System.EventArgs e) { }
protected virtual void OnAlternatingRowsDefaultCellStyleChanged(System.EventArgs e) { }
protected virtual void OnAutoGenerateColumnsChanged(System.EventArgs e) { }
protected internal virtual void OnAutoSizeColumnModeChanged(System.Windows.Forms.DataGridViewAutoSizeColumnModeEventArgs e) { }
protected virtual void OnAutoSizeColumnsModeChanged(System.Windows.Forms.DataGridViewAutoSizeColumnsModeEventArgs e) { }
protected virtual void OnAutoSizeRowsModeChanged(System.Windows.Forms.DataGridViewAutoSizeModeEventArgs e) { }
protected virtual void OnBackgroundColorChanged(System.EventArgs e) { }
protected override void OnBindingContextChanged(System.EventArgs e) { }
protected virtual void OnBorderStyleChanged(System.EventArgs e) { }
protected virtual void OnCancelRowEdit(System.Windows.Forms.QuestionEventArgs e) { }
protected virtual void OnCellBeginEdit(System.Windows.Forms.DataGridViewCellCancelEventArgs e) { }
protected virtual void OnCellBorderStyleChanged(System.EventArgs e) { }
protected virtual void OnCellClick(System.Windows.Forms.DataGridViewCellEventArgs e) { }
protected virtual void OnCellContentClick(System.Windows.Forms.DataGridViewCellEventArgs e) { }
protected virtual void OnCellContentDoubleClick(System.Windows.Forms.DataGridViewCellEventArgs e) { }
protected virtual void OnCellContextMenuStripChanged(System.Windows.Forms.DataGridViewCellEventArgs e) { }
protected virtual void OnCellContextMenuStripNeeded(System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventArgs e) { }
protected virtual void OnCellDoubleClick(System.Windows.Forms.DataGridViewCellEventArgs e) { }
protected virtual void OnCellEndEdit(System.Windows.Forms.DataGridViewCellEventArgs e) { }
protected virtual void OnCellEnter(System.Windows.Forms.DataGridViewCellEventArgs e) { }
protected internal virtual void OnCellErrorTextChanged(System.Windows.Forms.DataGridViewCellEventArgs e) { }
protected virtual void OnCellErrorTextNeeded(System.Windows.Forms.DataGridViewCellErrorTextNeededEventArgs e) { }
protected virtual void OnCellFormatting(System.Windows.Forms.DataGridViewCellFormattingEventArgs e) { }
protected virtual void OnCellLeave(System.Windows.Forms.DataGridViewCellEventArgs e) { }
protected virtual void OnCellMouseClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
protected virtual void OnCellMouseDoubleClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
protected virtual void OnCellMouseDown(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
protected virtual void OnCellMouseEnter(System.Windows.Forms.DataGridViewCellEventArgs e) { }
protected virtual void OnCellMouseLeave(System.Windows.Forms.DataGridViewCellEventArgs e) { }
protected virtual void OnCellMouseMove(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
protected virtual void OnCellMouseUp(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
protected virtual void OnCellPainting(System.Windows.Forms.DataGridViewCellPaintingEventArgs e) { }
protected internal virtual void OnCellParsing(System.Windows.Forms.DataGridViewCellParsingEventArgs e) { }
protected virtual void OnCellStateChanged(System.Windows.Forms.DataGridViewCellStateChangedEventArgs e) { }
protected virtual void OnCellStyleChanged(System.Windows.Forms.DataGridViewCellEventArgs e) { }
protected virtual void OnCellStyleContentChanged(System.Windows.Forms.DataGridViewCellStyleContentChangedEventArgs e) { }
protected virtual void OnCellToolTipTextChanged(System.Windows.Forms.DataGridViewCellEventArgs e) { }
protected virtual void OnCellToolTipTextNeeded(System.Windows.Forms.DataGridViewCellToolTipTextNeededEventArgs e) { }
protected virtual void OnCellValidated(System.Windows.Forms.DataGridViewCellEventArgs e) { }
protected virtual void OnCellValidating(System.Windows.Forms.DataGridViewCellValidatingEventArgs e) { }
protected virtual void OnCellValueChanged(System.Windows.Forms.DataGridViewCellEventArgs e) { }
protected internal virtual void OnCellValueNeeded(System.Windows.Forms.DataGridViewCellValueEventArgs e) { }
protected internal virtual void OnCellValuePushed(System.Windows.Forms.DataGridViewCellValueEventArgs e) { }
protected virtual void OnColumnAdded(System.Windows.Forms.DataGridViewColumnEventArgs e) { }
protected internal virtual void OnColumnContextMenuStripChanged(System.Windows.Forms.DataGridViewColumnEventArgs e) { }
protected internal virtual void OnColumnDataPropertyNameChanged(System.Windows.Forms.DataGridViewColumnEventArgs e) { }
protected internal virtual void OnColumnDefaultCellStyleChanged(System.Windows.Forms.DataGridViewColumnEventArgs e) { }
protected internal virtual void OnColumnDisplayIndexChanged(System.Windows.Forms.DataGridViewColumnEventArgs e) { }
protected virtual void OnColumnDividerDoubleClick(System.Windows.Forms.DataGridViewColumnDividerDoubleClickEventArgs e) { }
protected internal virtual void OnColumnDividerWidthChanged(System.Windows.Forms.DataGridViewColumnEventArgs e) { }
protected internal virtual void OnColumnHeaderCellChanged(System.Windows.Forms.DataGridViewColumnEventArgs e) { }
protected virtual void OnColumnHeaderMouseClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
protected virtual void OnColumnHeaderMouseDoubleClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
protected virtual void OnColumnHeadersBorderStyleChanged(System.EventArgs e) { }
protected virtual void OnColumnHeadersDefaultCellStyleChanged(System.EventArgs e) { }
protected virtual void OnColumnHeadersHeightChanged(System.EventArgs e) { }
protected virtual void OnColumnHeadersHeightSizeModeChanged(System.Windows.Forms.DataGridViewAutoSizeModeEventArgs e) { }
protected internal virtual void OnColumnMinimumWidthChanged(System.Windows.Forms.DataGridViewColumnEventArgs e) { }
protected internal virtual void OnColumnNameChanged(System.Windows.Forms.DataGridViewColumnEventArgs e) { }
protected virtual void OnColumnRemoved(System.Windows.Forms.DataGridViewColumnEventArgs e) { }
protected internal virtual void OnColumnSortModeChanged(System.Windows.Forms.DataGridViewColumnEventArgs e) { }
protected internal virtual void OnColumnStateChanged(System.Windows.Forms.DataGridViewColumnStateChangedEventArgs e) { }
protected internal virtual void OnColumnToolTipTextChanged(System.Windows.Forms.DataGridViewColumnEventArgs e) { }
protected internal virtual void OnColumnWidthChanged(System.Windows.Forms.DataGridViewColumnEventArgs e) { }
protected virtual void OnCurrentCellChanged(System.EventArgs e) { }
protected virtual void OnCurrentCellDirtyStateChanged(System.EventArgs e) { }
protected override void OnCursorChanged(System.EventArgs e) { }
protected virtual void OnDataBindingComplete(System.Windows.Forms.DataGridViewBindingCompleteEventArgs e) { }
protected virtual void OnDataError(bool displayErrorDialogIfNoHandler, System.Windows.Forms.DataGridViewDataErrorEventArgs e) { }
protected virtual void OnDataMemberChanged(System.EventArgs e) { }
protected virtual void OnDataSourceChanged(System.EventArgs e) { }
protected virtual void OnDefaultCellStyleChanged(System.EventArgs e) { }
protected virtual void OnDefaultValuesNeeded(System.Windows.Forms.DataGridViewRowEventArgs e) { }
protected override void OnDoubleClick(System.EventArgs e) { }
protected virtual void OnEditingControlShowing(System.Windows.Forms.DataGridViewEditingControlShowingEventArgs e) { }
protected virtual void OnEditModeChanged(System.EventArgs e) { }
protected override void OnEnabledChanged(System.EventArgs e) { }
protected override void OnEnter(System.EventArgs e) { }
protected override void OnFontChanged(System.EventArgs e) { }
protected override void OnForeColorChanged(System.EventArgs e) { }
protected override void OnGotFocus(System.EventArgs e) { }
protected virtual void OnGridColorChanged(System.EventArgs e) { }
protected override void OnHandleCreated(System.EventArgs e) { }
protected override void OnHandleDestroyed(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void OnKeyPress(System.Windows.Forms.KeyPressEventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void OnKeyUp(System.Windows.Forms.KeyEventArgs e) { }
protected override void OnLayout(System.Windows.Forms.LayoutEventArgs e) { }
protected override void OnLeave(System.EventArgs e) { }
protected override void OnLostFocus(System.EventArgs e) { }
protected override void OnMouseClick(System.Windows.Forms.MouseEventArgs e) { }
protected override void OnMouseDoubleClick(System.Windows.Forms.MouseEventArgs e) { }
protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { }
protected override void OnMouseEnter(System.EventArgs e) { }
protected override void OnMouseLeave(System.EventArgs e) { }
protected override void OnMouseMove(System.Windows.Forms.MouseEventArgs e) { }
protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs e) { }
protected override void OnMouseWheel(System.Windows.Forms.MouseEventArgs e) { }
protected virtual void OnMultiSelectChanged(System.EventArgs e) { }
protected virtual void OnNewRowNeeded(System.Windows.Forms.DataGridViewRowEventArgs e) { }
protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
protected virtual void OnReadOnlyChanged(System.EventArgs e) { }
protected override void OnResize(System.EventArgs e) { }
protected override void OnRightToLeftChanged(System.EventArgs e) { }
protected internal virtual void OnRowContextMenuStripChanged(System.Windows.Forms.DataGridViewRowEventArgs e) { }
protected virtual void OnRowContextMenuStripNeeded(System.Windows.Forms.DataGridViewRowContextMenuStripNeededEventArgs e) { }
protected internal virtual void OnRowDefaultCellStyleChanged(System.Windows.Forms.DataGridViewRowEventArgs e) { }
protected virtual void OnRowDirtyStateNeeded(System.Windows.Forms.QuestionEventArgs e) { }
protected virtual void OnRowDividerDoubleClick(System.Windows.Forms.DataGridViewRowDividerDoubleClickEventArgs e) { }
protected virtual void OnRowDividerHeightChanged(System.Windows.Forms.DataGridViewRowEventArgs e) { }
protected virtual void OnRowEnter(System.Windows.Forms.DataGridViewCellEventArgs e) { }
protected internal virtual void OnRowErrorTextChanged(System.Windows.Forms.DataGridViewRowEventArgs e) { }
protected virtual void OnRowErrorTextNeeded(System.Windows.Forms.DataGridViewRowErrorTextNeededEventArgs e) { }
protected internal virtual void OnRowHeaderCellChanged(System.Windows.Forms.DataGridViewRowEventArgs e) { }
protected virtual void OnRowHeaderMouseClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
protected virtual void OnRowHeaderMouseDoubleClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
protected virtual void OnRowHeadersBorderStyleChanged(System.EventArgs e) { }
protected virtual void OnRowHeadersDefaultCellStyleChanged(System.EventArgs e) { }
protected virtual void OnRowHeadersWidthChanged(System.EventArgs e) { }
protected virtual void OnRowHeadersWidthSizeModeChanged(System.Windows.Forms.DataGridViewAutoSizeModeEventArgs e) { }
protected internal virtual void OnRowHeightChanged(System.Windows.Forms.DataGridViewRowEventArgs e) { }
protected virtual void OnRowHeightInfoNeeded(System.Windows.Forms.DataGridViewRowHeightInfoNeededEventArgs e) { }
protected virtual void OnRowHeightInfoPushed(System.Windows.Forms.DataGridViewRowHeightInfoPushedEventArgs e) { }
protected virtual void OnRowLeave(System.Windows.Forms.DataGridViewCellEventArgs e) { }
protected internal virtual void OnRowMinimumHeightChanged(System.Windows.Forms.DataGridViewRowEventArgs e) { }
protected internal virtual void OnRowPostPaint(System.Windows.Forms.DataGridViewRowPostPaintEventArgs e) { }
protected internal virtual void OnRowPrePaint(System.Windows.Forms.DataGridViewRowPrePaintEventArgs e) { }
protected virtual void OnRowsAdded(System.Windows.Forms.DataGridViewRowsAddedEventArgs e) { }
protected virtual void OnRowsDefaultCellStyleChanged(System.EventArgs e) { }
protected virtual void OnRowsRemoved(System.Windows.Forms.DataGridViewRowsRemovedEventArgs e) { }
protected internal virtual void OnRowStateChanged(int rowIndex, System.Windows.Forms.DataGridViewRowStateChangedEventArgs e) { }
protected virtual void OnRowUnshared(System.Windows.Forms.DataGridViewRowEventArgs e) { }
protected virtual void OnRowValidated(System.Windows.Forms.DataGridViewCellEventArgs e) { }
protected virtual void OnRowValidating(System.Windows.Forms.DataGridViewCellCancelEventArgs e) { }
protected virtual void OnScroll(System.Windows.Forms.ScrollEventArgs e) { }
protected virtual void OnSelectionChanged(System.EventArgs e) { }
protected virtual void OnSortCompare(System.Windows.Forms.DataGridViewSortCompareEventArgs e) { }
protected virtual void OnSorted(System.EventArgs e) { }
protected virtual void OnUserAddedRow(System.Windows.Forms.DataGridViewRowEventArgs e) { }
protected virtual void OnUserDeletedRow(System.Windows.Forms.DataGridViewRowEventArgs e) { }
protected virtual void OnUserDeletingRow(System.Windows.Forms.DataGridViewRowCancelEventArgs e) { }
protected override void OnValidating(System.ComponentModel.CancelEventArgs e) { }
protected override void OnVisibleChanged(System.EventArgs e) { }
protected virtual void PaintBackground(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle gridBounds) { }
protected bool ProcessAKey(System.Windows.Forms.Keys keyData) { throw null; }
protected virtual bool ProcessDataGridViewKey(System.Windows.Forms.KeyEventArgs e) { throw null; }
protected bool ProcessDeleteKey(System.Windows.Forms.Keys keyData) { throw null; }
protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
protected bool ProcessDownKey(System.Windows.Forms.Keys keyData) { throw null; }
protected bool ProcessEndKey(System.Windows.Forms.Keys keyData) { throw null; }
protected bool ProcessEnterKey(System.Windows.Forms.Keys keyData) { throw null; }
protected bool ProcessEscapeKey(System.Windows.Forms.Keys keyData) { throw null; }
protected bool ProcessF2Key(System.Windows.Forms.Keys keyData) { throw null; }
protected bool ProcessHomeKey(System.Windows.Forms.Keys keyData) { throw null; }
[System.MonoInternalNoteAttribute("What does insert do?")]
protected bool ProcessInsertKey(System.Windows.Forms.Keys keyData) { throw null; }
protected override bool ProcessKeyEventArgs(ref System.Windows.Forms.Message m) { throw null; }
protected override bool ProcessKeyPreview(ref System.Windows.Forms.Message m) { throw null; }
protected bool ProcessLeftKey(System.Windows.Forms.Keys keyData) { throw null; }
protected bool ProcessNextKey(System.Windows.Forms.Keys keyData) { throw null; }
protected bool ProcessPriorKey(System.Windows.Forms.Keys keyData) { throw null; }
protected bool ProcessRightKey(System.Windows.Forms.Keys keyData) { throw null; }
protected bool ProcessSpaceKey(System.Windows.Forms.Keys keyData) { throw null; }
protected bool ProcessTabKey(System.Windows.Forms.Keys keyData) { throw null; }
protected bool ProcessUpKey(System.Windows.Forms.Keys keyData) { throw null; }
protected bool ProcessZeroKey(System.Windows.Forms.Keys keyData) { throw null; }
public bool RefreshEdit() { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override void ResetText() { }
public void SelectAll() { }
protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
[System.MonoTODOAttribute("Does not use validateCurrentCell")]
protected virtual bool SetCurrentCellAddressCore(int columnIndex, int rowIndex, bool setAnchorCellAddress, bool validateCurrentCell, bool throughMouseClick) { throw null; }
protected virtual void SetSelectedCellCore(int columnIndex, int rowIndex, bool selected) { }
protected virtual void SetSelectedColumnCore(int columnIndex, bool selected) { }
protected virtual void SetSelectedRowCore(int rowIndex, bool selected) { }
public virtual void Sort(System.Collections.IComparer comparer) { }
public virtual void Sort(System.Windows.Forms.DataGridViewColumn dataGridViewColumn, System.ComponentModel.ListSortDirection direction) { }
void System.ComponentModel.ISupportInitialize.BeginInit() { }
void System.ComponentModel.ISupportInitialize.EndInit() { }
public void UpdateCellErrorText(int columnIndex, int rowIndex) { }
public void UpdateCellValue(int columnIndex, int rowIndex) { }
public void UpdateRowErrorText(int rowIndex) { }
public void UpdateRowErrorText(int rowIndexStart, int rowIndexEnd) { }
public void UpdateRowHeightInfo(int rowIndex, bool updateToEnd) { }
protected override void WndProc(ref System.Windows.Forms.Message m) { }
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
protected partial class DataGridViewAccessibleObject : System.Windows.Forms.Control.ControlAccessibleObject
{
public DataGridViewAccessibleObject(System.Windows.Forms.DataGridView owner) : base (default(System.Windows.Forms.Control)) { }
public override string Name { get { throw null; } }
public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
public override System.Windows.Forms.AccessibleObject GetChild(int index) { throw null; }
public override int GetChildCount() { throw null; }
public override System.Windows.Forms.AccessibleObject GetFocused() { throw null; }
public override System.Windows.Forms.AccessibleObject GetSelected() { throw null; }
public override System.Windows.Forms.AccessibleObject HitTest(int x, int y) { throw null; }
public override System.Windows.Forms.AccessibleObject Navigate(System.Windows.Forms.AccessibleNavigation navigationDirection) { throw null; }
}
[System.Runtime.InteropServices.ComVisibleAttribute(false)]
public partial class DataGridViewControlCollection : System.Windows.Forms.Control.ControlCollection
{
public DataGridViewControlCollection(System.Windows.Forms.DataGridView owner) : base (default(System.Windows.Forms.Control)) { }
public override void Clear() { }
public void CopyTo(System.Windows.Forms.Control[] array, int index) { }
public void Insert(int index, System.Windows.Forms.Control value) { }
public override void Remove(System.Windows.Forms.Control value) { }
}
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
protected partial class DataGridViewTopRowAccessibleObject : System.Windows.Forms.AccessibleObject
{
public DataGridViewTopRowAccessibleObject() { }
public DataGridViewTopRowAccessibleObject(System.Windows.Forms.DataGridView owner) { }
public override System.Drawing.Rectangle Bounds { get { throw null; } }
public override string Name { get { throw null; } }
public System.Windows.Forms.DataGridView Owner { get { throw null; } set { } }
public override System.Windows.Forms.AccessibleObject Parent { get { throw null; } }
public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
public override string Value { get { throw null; } }
public override System.Windows.Forms.AccessibleObject GetChild(int index) { throw null; }
public override int GetChildCount() { throw null; }
public override System.Windows.Forms.AccessibleObject Navigate(System.Windows.Forms.AccessibleNavigation navigationDirection) { throw null; }
}
public sealed partial class HitTestInfo
{
internal HitTestInfo() { }
public static readonly System.Windows.Forms.DataGridView.HitTestInfo Nowhere;
public int ColumnIndex { get { throw null; } }
public int ColumnX { get { throw null; } }
public int RowIndex { get { throw null; } }
public int RowY { get { throw null; } }
public System.Windows.Forms.DataGridViewHitTestType Type { get { throw null; } }
public override bool Equals(object value) { throw null; }
public override int GetHashCode() { throw null; }
public override string ToString() { throw null; }
}
}
public sealed partial class DataGridViewAdvancedBorderStyle : System.ICloneable
{
public DataGridViewAdvancedBorderStyle() { }
public System.Windows.Forms.DataGridViewAdvancedCellBorderStyle All { get { throw null; } set { } }
public System.Windows.Forms.DataGridViewAdvancedCellBorderStyle Bottom { get { throw null; } set { } }
public System.Windows.Forms.DataGridViewAdvancedCellBorderStyle Left { get { throw null; } set { } }
public System.Windows.Forms.DataGridViewAdvancedCellBorderStyle Right { get { throw null; } set { } }
public System.Windows.Forms.DataGridViewAdvancedCellBorderStyle Top { get { throw null; } set { } }
public override bool Equals(object other) { throw null; }
public override int GetHashCode() { throw null; }
object System.ICloneable.Clone() { throw null; }
public override string ToString() { throw null; }
}
public enum DataGridViewAdvancedCellBorderStyle
{
Inset = 3,
InsetDouble = 4,
None = 1,
NotSet = 0,
Outset = 5,
OutsetDouble = 6,
OutsetPartial = 7,
Single = 2,
}
public enum DataGridViewAutoSizeColumnMode
{
AllCells = 6,
AllCellsExceptHeader = 4,
ColumnHeader = 2,
DisplayedCells = 10,
DisplayedCellsExceptHeader = 8,
Fill = 16,
None = 1,
NotSet = 0,
}
public partial class DataGridViewAutoSizeColumnModeEventArgs : System.EventArgs
{
public DataGridViewAutoSizeColumnModeEventArgs(System.Windows.Forms.DataGridViewColumn dataGridViewColumn, System.Windows.Forms.DataGridViewAutoSizeColumnMode previousMode) { }
public System.Windows.Forms.DataGridViewColumn Column { get { throw null; } }
public System.Windows.Forms.DataGridViewAutoSizeColumnMode PreviousMode { get { throw null; } }
}
public delegate void DataGridViewAutoSizeColumnModeEventHandler(object sender, System.Windows.Forms.DataGridViewAutoSizeColumnModeEventArgs e);
public enum DataGridViewAutoSizeColumnsMode
{
AllCells = 6,
AllCellsExceptHeader = 4,
ColumnHeader = 2,
DisplayedCells = 10,
DisplayedCellsExceptHeader = 8,
Fill = 16,
None = 1,
}
public partial class DataGridViewAutoSizeColumnsModeEventArgs : System.EventArgs
{
public DataGridViewAutoSizeColumnsModeEventArgs(System.Windows.Forms.DataGridViewAutoSizeColumnMode[] previousModes) { }
public System.Windows.Forms.DataGridViewAutoSizeColumnMode[] PreviousModes { get { throw null; } }
}
public delegate void DataGridViewAutoSizeColumnsModeEventHandler(object sender, System.Windows.Forms.DataGridViewAutoSizeColumnsModeEventArgs e);
public partial class DataGridViewAutoSizeModeEventArgs : System.EventArgs
{
public DataGridViewAutoSizeModeEventArgs(bool previousModeAutoSized) { }
public bool PreviousModeAutoSized { get { throw null; } }
}
public delegate void DataGridViewAutoSizeModeEventHandler(object sender, System.Windows.Forms.DataGridViewAutoSizeModeEventArgs e);
public enum DataGridViewAutoSizeRowMode
{
AllCells = 3,
AllCellsExceptHeader = 2,
RowHeader = 1,
}
public enum DataGridViewAutoSizeRowsMode
{
AllCells = 7,
AllCellsExceptHeaders = 6,
AllHeaders = 5,
DisplayedCells = 11,
DisplayedCellsExceptHeaders = 10,
DisplayedHeaders = 9,
None = 0,
}
public partial class DataGridViewBand : System.Windows.Forms.DataGridViewElement, System.ICloneable, System.IDisposable
{
internal DataGridViewBand() { }
[System.ComponentModel.DefaultValueAttribute(null)]
public virtual System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public virtual System.Windows.Forms.DataGridViewCellStyle DefaultCellStyle { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Type DefaultHeaderCellType { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public virtual bool Displayed { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(false)]
public virtual bool Frozen { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public bool HasDefaultCellStyle { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
protected System.Windows.Forms.DataGridViewHeaderCell HeaderCellCore { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public int Index { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public virtual System.Windows.Forms.DataGridViewCellStyle InheritedStyle { get { throw null; } }
protected bool IsRow { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(false)]
public virtual bool ReadOnly { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
public virtual System.Windows.Forms.DataGridViewTriState Resizable { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public virtual bool Selected { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public object Tag { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public virtual bool Visible { get { throw null; } set { } }
public virtual object Clone() { throw null; }
public void Dispose() { }
protected virtual void Dispose(bool disposing) { }
~DataGridViewBand() { }
protected override void OnDataGridViewChanged() { }
public override string ToString() { throw null; }
}
public partial class DataGridViewBindingCompleteEventArgs : System.EventArgs
{
public DataGridViewBindingCompleteEventArgs(System.ComponentModel.ListChangedType listChangedType) { }
public System.ComponentModel.ListChangedType ListChangedType { get { throw null; } }
}
public delegate void DataGridViewBindingCompleteEventHandler(object sender, System.Windows.Forms.DataGridViewBindingCompleteEventArgs e);
public partial class DataGridViewButtonCell : System.Windows.Forms.DataGridViewCell
{
public DataGridViewButtonCell() { }
public override System.Type EditType { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.FlatStyle.Standard)]
public System.Windows.Forms.FlatStyle FlatStyle { get { throw null; } set { } }
public override System.Type FormattedValueType { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool UseColumnTextForButtonValue { get { throw null; } set { } }
public override System.Type ValueType { get { throw null; } }
public override object Clone() { throw null; }
protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
protected override System.Drawing.Rectangle GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
protected override System.Drawing.Rectangle GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
protected override System.Drawing.Size GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize) { throw null; }
protected override object GetValue(int rowIndex) { throw null; }
protected override bool KeyDownUnsharesRow(System.Windows.Forms.KeyEventArgs e, int rowIndex) { throw null; }
protected override bool KeyUpUnsharesRow(System.Windows.Forms.KeyEventArgs e, int rowIndex) { throw null; }
protected override bool MouseDownUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { throw null; }
protected override bool MouseEnterUnsharesRow(int rowIndex) { throw null; }
protected override bool MouseLeaveUnsharesRow(int rowIndex) { throw null; }
protected override bool MouseUpUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { throw null; }
protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e, int rowIndex) { }
protected override void OnKeyUp(System.Windows.Forms.KeyEventArgs e, int rowIndex) { }
protected override void OnLeave(int rowIndex, bool throughMouseClick) { }
protected override void OnMouseDown(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
protected override void OnMouseLeave(int rowIndex) { }
protected override void OnMouseMove(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
protected override void OnMouseUp(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
protected override void Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates elementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
public override string ToString() { throw null; }
protected partial class DataGridViewButtonCellAccessibleObject : System.Windows.Forms.DataGridViewCell.DataGridViewCellAccessibleObject
{
public DataGridViewButtonCellAccessibleObject(System.Windows.Forms.DataGridViewCell owner) { }
public override string DefaultAction { get { throw null; } }
public override void DoDefaultAction() { }
public override int GetChildCount() { throw null; }
}
}
[System.Drawing.ToolboxBitmapAttribute("")]
public partial class DataGridViewButtonColumn : System.Windows.Forms.DataGridViewColumn
{
public DataGridViewButtonColumn() { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public override System.Windows.Forms.DataGridViewCell CellTemplate { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
public override System.Windows.Forms.DataGridViewCellStyle DefaultCellStyle { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.FlatStyle.Standard)]
public System.Windows.Forms.FlatStyle FlatStyle { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
public string Text { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool UseColumnTextForButtonValue { get { throw null; } set { } }
public override object Clone() { throw null; }
public override string ToString() { throw null; }
}
[System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.DataGridViewCellConverter")]
public abstract partial class DataGridViewCell : System.Windows.Forms.DataGridViewElement, System.ICloneable, System.IDisposable
{
protected DataGridViewCell() { }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Windows.Forms.AccessibleObject AccessibilityObject { get { throw null; } }
public int ColumnIndex { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Drawing.Rectangle ContentBounds { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(null)]
public virtual System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public virtual object DefaultNewRowValue { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public virtual bool Displayed { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public object EditedFormattedValue { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public virtual System.Type EditType { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.Drawing.Rectangle ErrorIconBounds { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public string ErrorText { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public object FormattedValue { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public virtual System.Type FormattedValueType { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public virtual bool Frozen { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public bool HasStyle { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Windows.Forms.DataGridViewElementStates InheritedState { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Windows.Forms.DataGridViewCellStyle InheritedStyle { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public bool IsInEditMode { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.Windows.Forms.DataGridViewColumn OwningColumn { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.Windows.Forms.DataGridViewRow OwningRow { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Drawing.Size PreferredSize { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public virtual bool ReadOnly { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public virtual bool Resizable { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public int RowIndex { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public virtual bool Selected { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Drawing.Size Size { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(true)]
public System.Windows.Forms.DataGridViewCellStyle Style { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(true, System.ComponentModel.BindingDirection.OneWay)]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(false)]
[System.ComponentModel.TypeConverterAttribute("System.ComponentModel.StringConverter, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public object Tag { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public string ToolTipText { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public object Value { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public virtual System.Type ValueType { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public virtual bool Visible { get { throw null; } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public virtual System.Windows.Forms.DataGridViewAdvancedBorderStyle AdjustCellBorderStyle(System.Windows.Forms.DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStyleInput, System.Windows.Forms.DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStylePlaceholder, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool isFirstDisplayedColumn, bool isFirstDisplayedRow) { throw null; }
protected virtual System.Drawing.Rectangle BorderWidths(System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle) { throw null; }
protected virtual bool ClickUnsharesRow(System.Windows.Forms.DataGridViewCellEventArgs e) { throw null; }
public virtual object Clone() { throw null; }
protected virtual bool ContentClickUnsharesRow(System.Windows.Forms.DataGridViewCellEventArgs e) { throw null; }
protected virtual bool ContentDoubleClickUnsharesRow(System.Windows.Forms.DataGridViewCellEventArgs e) { throw null; }
protected virtual System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public virtual void DetachEditingControl() { }
public void Dispose() { }
protected virtual void Dispose(bool disposing) { }
protected virtual bool DoubleClickUnsharesRow(System.Windows.Forms.DataGridViewCellEventArgs e) { throw null; }
protected virtual bool EnterUnsharesRow(int rowIndex, bool throughMouseClick) { throw null; }
~DataGridViewCell() { }
protected virtual object GetClipboardContent(int rowIndex, bool firstCell, bool lastCell, bool inFirstRow, bool inLastRow, string format) { throw null; }
protected virtual System.Drawing.Rectangle GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
public System.Drawing.Rectangle GetContentBounds(int rowIndex) { throw null; }
public object GetEditedFormattedValue(int rowIndex, System.Windows.Forms.DataGridViewDataErrorContexts context) { throw null; }
protected virtual System.Drawing.Rectangle GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
protected internal virtual string GetErrorText(int rowIndex) { throw null; }
protected virtual object GetFormattedValue(object value, int rowIndex, ref System.Windows.Forms.DataGridViewCellStyle cellStyle, System.ComponentModel.TypeConverter valueTypeConverter, System.ComponentModel.TypeConverter formattedValueTypeConverter, System.Windows.Forms.DataGridViewDataErrorContexts context) { throw null; }
public virtual System.Windows.Forms.ContextMenuStrip GetInheritedContextMenuStrip(int rowIndex) { throw null; }
public virtual System.Windows.Forms.DataGridViewElementStates GetInheritedState(int rowIndex) { throw null; }
public virtual System.Windows.Forms.DataGridViewCellStyle GetInheritedStyle(System.Windows.Forms.DataGridViewCellStyle inheritedCellStyle, int rowIndex, bool includeColors) { throw null; }
protected virtual System.Drawing.Size GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize) { throw null; }
protected virtual System.Drawing.Size GetSize(int rowIndex) { throw null; }
protected virtual object GetValue(int rowIndex) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public virtual void InitializeEditingControl(int rowIndex, object initialFormattedValue, System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle) { }
protected virtual bool KeyDownUnsharesRow(System.Windows.Forms.KeyEventArgs e, int rowIndex) { throw null; }
public virtual bool KeyEntersEditMode(System.Windows.Forms.KeyEventArgs e) { throw null; }
protected virtual bool KeyPressUnsharesRow(System.Windows.Forms.KeyPressEventArgs e, int rowIndex) { throw null; }
protected virtual bool KeyUpUnsharesRow(System.Windows.Forms.KeyEventArgs e, int rowIndex) { throw null; }
protected virtual bool LeaveUnsharesRow(int rowIndex, bool throughMouseClick) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static int MeasureTextHeight(System.Drawing.Graphics graphics, string text, System.Drawing.Font font, int maxWidth, System.Windows.Forms.TextFormatFlags flags) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.MonoTODOAttribute("does not use widthTruncated parameter")]
public static int MeasureTextHeight(System.Drawing.Graphics graphics, string text, System.Drawing.Font font, int maxWidth, System.Windows.Forms.TextFormatFlags flags, out bool widthTruncated) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static System.Drawing.Size MeasureTextPreferredSize(System.Drawing.Graphics graphics, string text, System.Drawing.Font font, float maxRatio, System.Windows.Forms.TextFormatFlags flags) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static System.Drawing.Size MeasureTextSize(System.Drawing.Graphics graphics, string text, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static int MeasureTextWidth(System.Drawing.Graphics graphics, string text, System.Drawing.Font font, int maxHeight, System.Windows.Forms.TextFormatFlags flags) { throw null; }
protected virtual bool MouseClickUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { throw null; }
protected virtual bool MouseDoubleClickUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { throw null; }
protected virtual bool MouseDownUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { throw null; }
protected virtual bool MouseEnterUnsharesRow(int rowIndex) { throw null; }
protected virtual bool MouseLeaveUnsharesRow(int rowIndex) { throw null; }
protected virtual bool MouseMoveUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { throw null; }
protected virtual bool MouseUpUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { throw null; }
protected virtual void OnClick(System.Windows.Forms.DataGridViewCellEventArgs e) { }
protected virtual void OnContentClick(System.Windows.Forms.DataGridViewCellEventArgs e) { }
protected virtual void OnContentDoubleClick(System.Windows.Forms.DataGridViewCellEventArgs e) { }
protected override void OnDataGridViewChanged() { }
protected virtual void OnDoubleClick(System.Windows.Forms.DataGridViewCellEventArgs e) { }
protected virtual void OnEnter(int rowIndex, bool throughMouseClick) { }
protected virtual void OnKeyDown(System.Windows.Forms.KeyEventArgs e, int rowIndex) { }
protected virtual void OnKeyPress(System.Windows.Forms.KeyPressEventArgs e, int rowIndex) { }
protected virtual void OnKeyUp(System.Windows.Forms.KeyEventArgs e, int rowIndex) { }
protected virtual void OnLeave(int rowIndex, bool throughMouseClick) { }
protected virtual void OnMouseClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
protected virtual void OnMouseDoubleClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
protected virtual void OnMouseDown(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
protected virtual void OnMouseEnter(int rowIndex) { }
protected virtual void OnMouseLeave(int rowIndex) { }
protected virtual void OnMouseMove(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
protected virtual void OnMouseUp(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
protected virtual void Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates cellState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
protected virtual void PaintBorder(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle bounds, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle) { }
protected virtual void PaintErrorIcon(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellValueBounds, string errorText) { }
public virtual object ParseFormattedValue(object formattedValue, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.ComponentModel.TypeConverter formattedValueTypeConverter, System.ComponentModel.TypeConverter valueTypeConverter) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public virtual void PositionEditingControl(bool setLocation, bool setSize, System.Drawing.Rectangle cellBounds, System.Drawing.Rectangle cellClip, System.Windows.Forms.DataGridViewCellStyle cellStyle, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool isFirstDisplayedColumn, bool isFirstDisplayedRow) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public virtual System.Drawing.Rectangle PositionEditingPanel(System.Drawing.Rectangle cellBounds, System.Drawing.Rectangle cellClip, System.Windows.Forms.DataGridViewCellStyle cellStyle, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool isFirstDisplayedColumn, bool isFirstDisplayedRow) { throw null; }
protected virtual bool SetValue(int rowIndex, object value) { throw null; }
public override string ToString() { throw null; }
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
protected partial class DataGridViewCellAccessibleObject : System.Windows.Forms.AccessibleObject
{
public DataGridViewCellAccessibleObject() { }
public DataGridViewCellAccessibleObject(System.Windows.Forms.DataGridViewCell owner) { }
public override System.Drawing.Rectangle Bounds { get { throw null; } }
public override string DefaultAction { get { throw null; } }
public override string Help { get { throw null; } }
public override string Name { get { throw null; } }
public System.Windows.Forms.DataGridViewCell Owner { get { throw null; } set { } }
public override System.Windows.Forms.AccessibleObject Parent { get { throw null; } }
public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
public override string Value { get { throw null; } set { } }
public override void DoDefaultAction() { }
public override System.Windows.Forms.AccessibleObject GetChild(int index) { throw null; }
public override int GetChildCount() { throw null; }
public override System.Windows.Forms.AccessibleObject GetFocused() { throw null; }
public override System.Windows.Forms.AccessibleObject GetSelected() { throw null; }
public override System.Windows.Forms.AccessibleObject Navigate(System.Windows.Forms.AccessibleNavigation navigationDirection) { throw null; }
public override void Select(System.Windows.Forms.AccessibleSelection flags) { }
}
}
public enum DataGridViewCellBorderStyle
{
Custom = 0,
None = 4,
Raised = 2,
RaisedHorizontal = 9,
RaisedVertical = 6,
Single = 1,
SingleHorizontal = 8,
SingleVertical = 5,
Sunken = 3,
SunkenHorizontal = 10,
SunkenVertical = 7,
}
public partial class DataGridViewCellCancelEventArgs : System.ComponentModel.CancelEventArgs
{
public DataGridViewCellCancelEventArgs(int columnIndex, int rowIndex) { }
public int ColumnIndex { get { throw null; } }
public int RowIndex { get { throw null; } }
}
public delegate void DataGridViewCellCancelEventHandler(object sender, System.Windows.Forms.DataGridViewCellCancelEventArgs e);
[System.ComponentModel.ListBindableAttribute(false)]
public partial class DataGridViewCellCollection : System.Windows.Forms.BaseCollection, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
{
public DataGridViewCellCollection(System.Windows.Forms.DataGridViewRow dataGridViewRow) { }
public System.Windows.Forms.DataGridViewCell this[int index] { get { throw null; } set { } }
public System.Windows.Forms.DataGridViewCell this[string columnName] { get { throw null; } set { } }
protected override System.Collections.ArrayList List { get { throw null; } }
bool System.Collections.IList.IsFixedSize { get { throw null; } }
object System.Collections.IList.this[int index] { get { throw null; } set { } }
public event System.ComponentModel.CollectionChangeEventHandler CollectionChanged { add { } remove { } }
public virtual int Add(System.Windows.Forms.DataGridViewCell dataGridViewCell) { throw null; }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public virtual void AddRange(params System.Windows.Forms.DataGridViewCell[] dataGridViewCells) { }
public virtual void Clear() { }
public virtual bool Contains(System.Windows.Forms.DataGridViewCell dataGridViewCell) { throw null; }
public void CopyTo(System.Windows.Forms.DataGridViewCell[] array, int index) { }
public int IndexOf(System.Windows.Forms.DataGridViewCell dataGridViewCell) { throw null; }
public virtual void Insert(int index, System.Windows.Forms.DataGridViewCell dataGridViewCell) { }
protected void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs e) { }
public virtual void Remove(System.Windows.Forms.DataGridViewCell cell) { }
public virtual void RemoveAt(int index) { }
int System.Collections.IList.Add(object value) { throw null; }
bool System.Collections.IList.Contains(object value) { throw null; }
int System.Collections.IList.IndexOf(object value) { throw null; }
void System.Collections.IList.Insert(int index, object value) { }
void System.Collections.IList.Remove(object value) { }
}
public partial class DataGridViewCellContextMenuStripNeededEventArgs : System.Windows.Forms.DataGridViewCellEventArgs
{
public DataGridViewCellContextMenuStripNeededEventArgs(int columnIndex, int rowIndex) : base (default(int), default(int)) { }
public System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get { throw null; } set { } }
}
public delegate void DataGridViewCellContextMenuStripNeededEventHandler(object sender, System.Windows.Forms.DataGridViewCellContextMenuStripNeededEventArgs e);
public partial class DataGridViewCellErrorTextNeededEventArgs : System.Windows.Forms.DataGridViewCellEventArgs
{
internal DataGridViewCellErrorTextNeededEventArgs() : base (default(int), default(int)) { }
public string ErrorText { get { throw null; } set { } }
}
public delegate void DataGridViewCellErrorTextNeededEventHandler(object sender, System.Windows.Forms.DataGridViewCellErrorTextNeededEventArgs e);
public partial class DataGridViewCellEventArgs : System.EventArgs
{
public DataGridViewCellEventArgs(int columnIndex, int rowIndex) { }
public int ColumnIndex { get { throw null; } }
public int RowIndex { get { throw null; } }
}
public delegate void DataGridViewCellEventHandler(object sender, System.Windows.Forms.DataGridViewCellEventArgs e);
public partial class DataGridViewCellFormattingEventArgs : System.Windows.Forms.ConvertEventArgs
{
public DataGridViewCellFormattingEventArgs(int columnIndex, int rowIndex, object value, System.Type desiredType, System.Windows.Forms.DataGridViewCellStyle cellStyle) : base (default(object), default(System.Type)) { }
public System.Windows.Forms.DataGridViewCellStyle CellStyle { get { throw null; } set { } }
public int ColumnIndex { get { throw null; } }
public bool FormattingApplied { get { throw null; } set { } }
public int RowIndex { get { throw null; } }
}
public delegate void DataGridViewCellFormattingEventHandler(object sender, System.Windows.Forms.DataGridViewCellFormattingEventArgs e);
public partial class DataGridViewCellMouseEventArgs : System.Windows.Forms.MouseEventArgs
{
public DataGridViewCellMouseEventArgs(int columnIndex, int rowIndex, int localX, int localY, System.Windows.Forms.MouseEventArgs e) : base (default(System.Windows.Forms.MouseButtons), default(int), default(int), default(int), default(int)) { }
public int ColumnIndex { get { throw null; } }
public int RowIndex { get { throw null; } }
}
public delegate void DataGridViewCellMouseEventHandler(object sender, System.Windows.Forms.DataGridViewCellMouseEventArgs e);
public partial class DataGridViewCellPaintingEventArgs : System.ComponentModel.HandledEventArgs
{
public DataGridViewCellPaintingEventArgs(System.Windows.Forms.DataGridView dataGridView, System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, int columnIndex, System.Windows.Forms.DataGridViewElementStates cellState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
public System.Windows.Forms.DataGridViewAdvancedBorderStyle AdvancedBorderStyle { get { throw null; } }
public System.Drawing.Rectangle CellBounds { get { throw null; } }
public System.Windows.Forms.DataGridViewCellStyle CellStyle { get { throw null; } }
public System.Drawing.Rectangle ClipBounds { get { throw null; } }
public int ColumnIndex { get { throw null; } }
public string ErrorText { get { throw null; } }
public object FormattedValue { get { throw null; } }
public System.Drawing.Graphics Graphics { get { throw null; } }
public System.Windows.Forms.DataGridViewPaintParts PaintParts { get { throw null; } }
public int RowIndex { get { throw null; } }
public System.Windows.Forms.DataGridViewElementStates State { get { throw null; } }
public object Value { get { throw null; } }
public void Paint(System.Drawing.Rectangle clipBounds, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
public void PaintBackground(System.Drawing.Rectangle clipBounds, bool cellsPaintSelectionBackground) { }
[System.MonoInternalNoteAttribute("Needs row header cell edit pencil glyph")]
public void PaintContent(System.Drawing.Rectangle clipBounds) { }
}
public delegate void DataGridViewCellPaintingEventHandler(object sender, System.Windows.Forms.DataGridViewCellPaintingEventArgs e);
public partial class DataGridViewCellParsingEventArgs : System.Windows.Forms.ConvertEventArgs
{
public DataGridViewCellParsingEventArgs(int rowIndex, int columnIndex, object value, System.Type desiredType, System.Windows.Forms.DataGridViewCellStyle inheritedCellStyle) : base (default(object), default(System.Type)) { }
public int ColumnIndex { get { throw null; } }
public System.Windows.Forms.DataGridViewCellStyle InheritedCellStyle { get { throw null; } set { } }
public bool ParsingApplied { get { throw null; } set { } }
public int RowIndex { get { throw null; } }
}
public delegate void DataGridViewCellParsingEventHandler(object sender, System.Windows.Forms.DataGridViewCellParsingEventArgs e);
public partial class DataGridViewCellStateChangedEventArgs : System.EventArgs
{
public DataGridViewCellStateChangedEventArgs(System.Windows.Forms.DataGridViewCell dataGridViewCell, System.Windows.Forms.DataGridViewElementStates stateChanged) { }
public System.Windows.Forms.DataGridViewCell Cell { get { throw null; } }
public System.Windows.Forms.DataGridViewElementStates StateChanged { get { throw null; } }
}
public delegate void DataGridViewCellStateChangedEventHandler(object sender, System.Windows.Forms.DataGridViewCellStateChangedEventArgs e);
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataGridViewCellStyleEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.DataGridViewCellStyleConverter))]
public partial class DataGridViewCellStyle : System.ICloneable
{
public DataGridViewCellStyle() { }
public DataGridViewCellStyle(System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle) { }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.DataGridViewContentAlignment.NotSet)]
public System.Windows.Forms.DataGridViewContentAlignment Alignment { get { throw null; } set { } }
public System.Drawing.Color BackColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public object DataSourceNullValue { get { throw null; } set { } }
public System.Drawing.Font Font { get { throw null; } set { } }
public System.Drawing.Color ForeColor { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.FormatStringEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public string Format { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.IFormatProvider FormatProvider { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public bool IsDataSourceNullValueDefault { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public bool IsFormatProviderDefault { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public bool IsNullValueDefault { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
public object NullValue { get { throw null; } set { } }
public System.Windows.Forms.Padding Padding { get { throw null; } set { } }
public System.Drawing.Color SelectionBackColor { get { throw null; } set { } }
public System.Drawing.Color SelectionForeColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public object Tag { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.DataGridViewTriState.NotSet)]
public System.Windows.Forms.DataGridViewTriState WrapMode { get { throw null; } set { } }
public virtual void ApplyStyle(System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle) { }
public virtual System.Windows.Forms.DataGridViewCellStyle Clone() { throw null; }
public override bool Equals(object o) { throw null; }
public override int GetHashCode() { throw null; }
object System.ICloneable.Clone() { throw null; }
public override string ToString() { throw null; }
}
public partial class DataGridViewCellStyleContentChangedEventArgs : System.EventArgs
{
internal DataGridViewCellStyleContentChangedEventArgs() { }
public System.Windows.Forms.DataGridViewCellStyle CellStyle { get { throw null; } }
public System.Windows.Forms.DataGridViewCellStyleScopes CellStyleScope { get { throw null; } }
}
public delegate void DataGridViewCellStyleContentChangedEventHandler(object sender, System.Windows.Forms.DataGridViewCellStyleContentChangedEventArgs e);
public partial class DataGridViewCellStyleConverter : System.ComponentModel.TypeConverter
{
public DataGridViewCellStyleConverter() { }
public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
}
[System.FlagsAttribute]
public enum DataGridViewCellStyleScopes
{
AlternatingRows = 128,
Cell = 1,
Column = 2,
ColumnHeaders = 16,
DataGridView = 8,
None = 0,
Row = 4,
RowHeaders = 32,
Rows = 64,
}
public partial class DataGridViewCellToolTipTextNeededEventArgs : System.Windows.Forms.DataGridViewCellEventArgs
{
internal DataGridViewCellToolTipTextNeededEventArgs() : base (default(int), default(int)) { }
public string ToolTipText { get { throw null; } set { } }
}
public delegate void DataGridViewCellToolTipTextNeededEventHandler(object sender, System.Windows.Forms.DataGridViewCellToolTipTextNeededEventArgs e);
public partial class DataGridViewCellValidatingEventArgs : System.ComponentModel.CancelEventArgs
{
internal DataGridViewCellValidatingEventArgs() { }
public int ColumnIndex { get { throw null; } }
public object FormattedValue { get { throw null; } }
public int RowIndex { get { throw null; } }
}
public delegate void DataGridViewCellValidatingEventHandler(object sender, System.Windows.Forms.DataGridViewCellValidatingEventArgs e);
public partial class DataGridViewCellValueEventArgs : System.EventArgs
{
public DataGridViewCellValueEventArgs(int columnIndex, int rowIndex) { }
public int ColumnIndex { get { throw null; } }
public int RowIndex { get { throw null; } }
public object Value { get { throw null; } set { } }
}
public delegate void DataGridViewCellValueEventHandler(object sender, System.Windows.Forms.DataGridViewCellValueEventArgs e);
public partial class DataGridViewCheckBoxCell : System.Windows.Forms.DataGridViewCell, System.Windows.Forms.IDataGridViewEditingCell
{
public DataGridViewCheckBoxCell() { }
public DataGridViewCheckBoxCell(bool threeState) { }
public virtual object EditingCellFormattedValue { get { throw null; } set { } }
public virtual bool EditingCellValueChanged { get { throw null; } set { } }
public override System.Type EditType { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(null)]
public object FalseValue { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.FlatStyle.Standard)]
public System.Windows.Forms.FlatStyle FlatStyle { get { throw null; } set { } }
public override System.Type FormattedValueType { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(null)]
public object IndeterminateValue { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool ThreeState { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
public object TrueValue { get { throw null; } set { } }
public override System.Type ValueType { get { throw null; } set { } }
public override object Clone() { throw null; }
protected override bool ContentClickUnsharesRow(System.Windows.Forms.DataGridViewCellEventArgs e) { throw null; }
protected override bool ContentDoubleClickUnsharesRow(System.Windows.Forms.DataGridViewCellEventArgs e) { throw null; }
protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
protected override System.Drawing.Rectangle GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
public virtual object GetEditingCellFormattedValue(System.Windows.Forms.DataGridViewDataErrorContexts context) { throw null; }
protected override System.Drawing.Rectangle GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
protected override object GetFormattedValue(object value, int rowIndex, ref System.Windows.Forms.DataGridViewCellStyle cellStyle, System.ComponentModel.TypeConverter valueTypeConverter, System.ComponentModel.TypeConverter formattedValueTypeConverter, System.Windows.Forms.DataGridViewDataErrorContexts context) { throw null; }
protected override System.Drawing.Size GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize) { throw null; }
protected override bool KeyDownUnsharesRow(System.Windows.Forms.KeyEventArgs e, int rowIndex) { throw null; }
protected override bool KeyUpUnsharesRow(System.Windows.Forms.KeyEventArgs e, int rowIndex) { throw null; }
protected override bool MouseDownUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { throw null; }
protected override bool MouseEnterUnsharesRow(int rowIndex) { throw null; }
protected override bool MouseLeaveUnsharesRow(int rowIndex) { throw null; }
protected override bool MouseUpUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { throw null; }
protected override void OnContentClick(System.Windows.Forms.DataGridViewCellEventArgs e) { }
protected override void OnContentDoubleClick(System.Windows.Forms.DataGridViewCellEventArgs e) { }
protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e, int rowIndex) { }
protected override void OnKeyUp(System.Windows.Forms.KeyEventArgs e, int rowIndex) { }
protected override void OnLeave(int rowIndex, bool throughMouseClick) { }
protected override void OnMouseDown(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
protected override void OnMouseLeave(int rowIndex) { }
protected override void OnMouseMove(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
protected override void OnMouseUp(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
protected override void Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates elementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
public override object ParseFormattedValue(object formattedValue, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.ComponentModel.TypeConverter formattedValueTypeConverter, System.ComponentModel.TypeConverter valueTypeConverter) { throw null; }
public virtual void PrepareEditingCellForEdit(bool selectAll) { }
public override string ToString() { throw null; }
protected partial class DataGridViewCheckBoxCellAccessibleObject : System.Windows.Forms.DataGridViewCell.DataGridViewCellAccessibleObject
{
public DataGridViewCheckBoxCellAccessibleObject(System.Windows.Forms.DataGridViewCell owner) { }
public override string DefaultAction { get { throw null; } }
public override void DoDefaultAction() { }
public override int GetChildCount() { throw null; }
}
}
[System.Drawing.ToolboxBitmapAttribute("")]
public partial class DataGridViewCheckBoxColumn : System.Windows.Forms.DataGridViewColumn
{
public DataGridViewCheckBoxColumn() { }
public DataGridViewCheckBoxColumn(bool threeState) { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public override System.Windows.Forms.DataGridViewCell CellTemplate { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
public override System.Windows.Forms.DataGridViewCellStyle DefaultCellStyle { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
public object FalseValue { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.FlatStyle.Standard)]
public System.Windows.Forms.FlatStyle FlatStyle { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
public object IndeterminateValue { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool ThreeState { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
public object TrueValue { get { throw null; } set { } }
public override string ToString() { throw null; }
}
public enum DataGridViewClipboardCopyMode
{
Disable = 0,
EnableAlwaysIncludeHeaderText = 3,
EnableWithAutoHeaderText = 1,
EnableWithoutHeaderText = 2,
}
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.DataGridViewColumnDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.ComponentModel.DesignTimeVisibleAttribute(false)]
[System.ComponentModel.ToolboxItemAttribute("")]
[System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.DataGridViewColumnConverter")]
public partial class DataGridViewColumn : System.Windows.Forms.DataGridViewBand, System.ComponentModel.IComponent, System.IDisposable
{
public DataGridViewColumn() { }
public DataGridViewColumn(System.Windows.Forms.DataGridViewCell cellTemplate) { }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.DataGridViewAutoSizeColumnMode.NotSet)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public System.Windows.Forms.DataGridViewAutoSizeColumnMode AutoSizeMode { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public virtual System.Windows.Forms.DataGridViewCell CellTemplate { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.Type CellType { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(null)]
public override System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataGridViewColumnDataPropertyNameEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.Design.DataMemberFieldConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public string DataPropertyName { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
public override System.Windows.Forms.DataGridViewCellStyle DefaultCellStyle { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public int DisplayIndex { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(0)]
public int DividerWidth { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(100)]
public float FillWeight { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public override bool Frozen { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.DataGridViewColumnHeaderCell HeaderCell { get { throw null; } set { } }
[System.ComponentModel.LocalizableAttribute(true)]
public string HeaderText { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.Windows.Forms.DataGridViewAutoSizeColumnMode InheritedAutoSizeMode { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public override System.Windows.Forms.DataGridViewCellStyle InheritedStyle { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public bool IsDataBound { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(5)]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public int MinimumWidth { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public string Name { get { throw null; } set { } }
public override bool ReadOnly { get { throw null; } set { } }
public override System.Windows.Forms.DataGridViewTriState Resizable { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.ComponentModel.ISite Site { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.DataGridViewColumnSortMode.NotSortable)]
public System.Windows.Forms.DataGridViewColumnSortMode SortMode { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.LocalizableAttribute(true)]
public string ToolTipText { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Type ValueType { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
[System.ComponentModel.LocalizableAttribute(true)]
public override bool Visible { get { throw null; } set { } }
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public int Width { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public event System.EventHandler Disposed { add { } remove { } }
public override object Clone() { throw null; }
protected override void Dispose(bool disposing) { }
[System.MonoTODOAttribute("Actually calculate width")]
public virtual int GetPreferredWidth(System.Windows.Forms.DataGridViewAutoSizeColumnMode autoSizeColumnMode, bool fixedHeight) { throw null; }
public override string ToString() { throw null; }
}
[System.ComponentModel.ListBindableAttribute(false)]
public partial class DataGridViewColumnCollection : System.Windows.Forms.BaseCollection, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
{
public DataGridViewColumnCollection(System.Windows.Forms.DataGridView dataGridView) { }
protected System.Windows.Forms.DataGridView DataGridView { get { throw null; } }
public System.Windows.Forms.DataGridViewColumn this[int index] { get { throw null; } }
public System.Windows.Forms.DataGridViewColumn this[string columnName] { get { throw null; } }
protected override System.Collections.ArrayList List { get { throw null; } }
bool System.Collections.IList.IsFixedSize { get { throw null; } }
object System.Collections.IList.this[int index] { get { throw null; } set { } }
public event System.ComponentModel.CollectionChangeEventHandler CollectionChanged { add { } remove { } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public virtual int Add(string columnName, string headerText) { throw null; }
public virtual int Add(System.Windows.Forms.DataGridViewColumn dataGridViewColumn) { throw null; }
public virtual void AddRange(params System.Windows.Forms.DataGridViewColumn[] dataGridViewColumns) { }
public virtual void Clear() { }
public virtual bool Contains(string columnName) { throw null; }
public virtual bool Contains(System.Windows.Forms.DataGridViewColumn dataGridViewColumn) { throw null; }
public void CopyTo(System.Windows.Forms.DataGridViewColumn[] array, int index) { }
public int GetColumnCount(System.Windows.Forms.DataGridViewElementStates includeFilter) { throw null; }
public int GetColumnsWidth(System.Windows.Forms.DataGridViewElementStates includeFilter) { throw null; }
public System.Windows.Forms.DataGridViewColumn GetFirstColumn(System.Windows.Forms.DataGridViewElementStates includeFilter) { throw null; }
public System.Windows.Forms.DataGridViewColumn GetFirstColumn(System.Windows.Forms.DataGridViewElementStates includeFilter, System.Windows.Forms.DataGridViewElementStates excludeFilter) { throw null; }
public System.Windows.Forms.DataGridViewColumn GetLastColumn(System.Windows.Forms.DataGridViewElementStates includeFilter, System.Windows.Forms.DataGridViewElementStates excludeFilter) { throw null; }
public System.Windows.Forms.DataGridViewColumn GetNextColumn(System.Windows.Forms.DataGridViewColumn dataGridViewColumnStart, System.Windows.Forms.DataGridViewElementStates includeFilter, System.Windows.Forms.DataGridViewElementStates excludeFilter) { throw null; }
public System.Windows.Forms.DataGridViewColumn GetPreviousColumn(System.Windows.Forms.DataGridViewColumn dataGridViewColumnStart, System.Windows.Forms.DataGridViewElementStates includeFilter, System.Windows.Forms.DataGridViewElementStates excludeFilter) { throw null; }
public int IndexOf(System.Windows.Forms.DataGridViewColumn dataGridViewColumn) { throw null; }
public virtual void Insert(int columnIndex, System.Windows.Forms.DataGridViewColumn dataGridViewColumn) { }
protected virtual void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs e) { }
public virtual void Remove(string columnName) { }
public virtual void Remove(System.Windows.Forms.DataGridViewColumn dataGridViewColumn) { }
public virtual void RemoveAt(int index) { }
int System.Collections.IList.Add(object value) { throw null; }
bool System.Collections.IList.Contains(object value) { throw null; }
int System.Collections.IList.IndexOf(object value) { throw null; }
void System.Collections.IList.Insert(int index, object value) { }
void System.Collections.IList.Remove(object value) { }
}
[System.AttributeUsageAttribute(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public sealed partial class DataGridViewColumnDesignTimeVisibleAttribute : System.Attribute
{
public static readonly System.Windows.Forms.DataGridViewColumnDesignTimeVisibleAttribute Default;
public static readonly System.Windows.Forms.DataGridViewColumnDesignTimeVisibleAttribute No;
public static readonly System.Windows.Forms.DataGridViewColumnDesignTimeVisibleAttribute Yes;
public DataGridViewColumnDesignTimeVisibleAttribute() { }
public DataGridViewColumnDesignTimeVisibleAttribute(bool visible) { }
public bool Visible { get { throw null; } }
public override bool Equals(object obj) { throw null; }
public override int GetHashCode() { throw null; }
public override bool IsDefaultAttribute() { throw null; }
}
public partial class DataGridViewColumnDividerDoubleClickEventArgs : System.Windows.Forms.HandledMouseEventArgs
{
public DataGridViewColumnDividerDoubleClickEventArgs(int columnIndex, System.Windows.Forms.HandledMouseEventArgs e) : base (default(System.Windows.Forms.MouseButtons), default(int), default(int), default(int), default(int)) { }
public int ColumnIndex { get { throw null; } }
}
public delegate void DataGridViewColumnDividerDoubleClickEventHandler(object sender, System.Windows.Forms.DataGridViewColumnDividerDoubleClickEventArgs e);
public partial class DataGridViewColumnEventArgs : System.EventArgs
{
public DataGridViewColumnEventArgs(System.Windows.Forms.DataGridViewColumn dataGridViewColumn) { }
public System.Windows.Forms.DataGridViewColumn Column { get { throw null; } }
}
public delegate void DataGridViewColumnEventHandler(object sender, System.Windows.Forms.DataGridViewColumnEventArgs e);
public partial class DataGridViewColumnHeaderCell : System.Windows.Forms.DataGridViewHeaderCell
{
public DataGridViewColumnHeaderCell() { }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.SortOrder SortGlyphDirection { get { throw null; } set { } }
public override object Clone() { throw null; }
protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
protected override object GetClipboardContent(int rowIndex, bool firstCell, bool lastCell, bool inFirstRow, bool inLastRow, string format) { throw null; }
protected override System.Drawing.Rectangle GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
public override System.Windows.Forms.ContextMenuStrip GetInheritedContextMenuStrip(int rowIndex) { throw null; }
public override System.Windows.Forms.DataGridViewCellStyle GetInheritedStyle(System.Windows.Forms.DataGridViewCellStyle inheritedCellStyle, int rowIndex, bool includeColors) { throw null; }
protected override System.Drawing.Size GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize) { throw null; }
protected override object GetValue(int rowIndex) { throw null; }
protected override void Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates dataGridViewElementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
protected override void PaintBorder(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle) { }
protected override bool SetValue(int rowIndex, object value) { throw null; }
public override string ToString() { throw null; }
protected partial class DataGridViewColumnHeaderCellAccessibleObject : System.Windows.Forms.DataGridViewCell.DataGridViewCellAccessibleObject
{
public DataGridViewColumnHeaderCellAccessibleObject(System.Windows.Forms.DataGridViewColumnHeaderCell owner) { }
public override System.Drawing.Rectangle Bounds { get { throw null; } }
public override string DefaultAction { get { throw null; } }
public override string Name { get { throw null; } }
public override System.Windows.Forms.AccessibleObject Parent { get { throw null; } }
public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
public override string Value { get { throw null; } }
public override void DoDefaultAction() { }
public override System.Windows.Forms.AccessibleObject Navigate(System.Windows.Forms.AccessibleNavigation navigationDirection) { throw null; }
public override void Select(System.Windows.Forms.AccessibleSelection flags) { }
}
}
public enum DataGridViewColumnHeadersHeightSizeMode
{
AutoSize = 2,
DisableResizing = 1,
EnableResizing = 0,
}
public enum DataGridViewColumnSortMode
{
Automatic = 1,
NotSortable = 0,
Programmatic = 2,
}
public partial class DataGridViewColumnStateChangedEventArgs : System.EventArgs
{
public DataGridViewColumnStateChangedEventArgs(System.Windows.Forms.DataGridViewColumn dataGridViewColumn, System.Windows.Forms.DataGridViewElementStates stateChanged) { }
public System.Windows.Forms.DataGridViewColumn Column { get { throw null; } }
public System.Windows.Forms.DataGridViewElementStates StateChanged { get { throw null; } }
}
public delegate void DataGridViewColumnStateChangedEventHandler(object sender, System.Windows.Forms.DataGridViewColumnStateChangedEventArgs e);
public partial class DataGridViewComboBoxCell : System.Windows.Forms.DataGridViewCell
{
public DataGridViewComboBoxCell() { }
[System.ComponentModel.DefaultValueAttribute(true)]
public virtual bool AutoComplete { get { throw null; } set { } }
public virtual object DataSource { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
public virtual string DisplayMember { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.DataGridViewComboBoxDisplayStyle.DropDownButton)]
public System.Windows.Forms.DataGridViewComboBoxDisplayStyle DisplayStyle { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool DisplayStyleForCurrentCellOnly { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(1)]
public virtual int DropDownWidth { get { throw null; } set { } }
public override System.Type EditType { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.FlatStyle.Standard)]
public System.Windows.Forms.FlatStyle FlatStyle { get { throw null; } set { } }
public override System.Type FormattedValueType { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public virtual System.Windows.Forms.DataGridViewComboBoxCell.ObjectCollection Items { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(8)]
public virtual int MaxDropDownItems { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public virtual bool Sorted { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
public virtual string ValueMember { get { throw null; } set { } }
public override System.Type ValueType { get { throw null; } }
public override object Clone() { throw null; }
public override void DetachEditingControl() { }
protected override System.Drawing.Rectangle GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
protected override System.Drawing.Rectangle GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
protected override object GetFormattedValue(object value, int rowIndex, ref System.Windows.Forms.DataGridViewCellStyle cellStyle, System.ComponentModel.TypeConverter valueTypeConverter, System.ComponentModel.TypeConverter formattedValueTypeConverter, System.Windows.Forms.DataGridViewDataErrorContexts context) { throw null; }
protected override System.Drawing.Size GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize) { throw null; }
public override void InitializeEditingControl(int rowIndex, object initialFormattedValue, System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle) { }
public override bool KeyEntersEditMode(System.Windows.Forms.KeyEventArgs e) { throw null; }
protected override void OnDataGridViewChanged() { }
protected override void OnEnter(int rowIndex, bool throughMouseClick) { }
protected override void OnLeave(int rowIndex, bool throughMouseClick) { }
protected override void OnMouseClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
protected override void OnMouseDown(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
protected override void OnMouseEnter(int rowIndex) { }
protected override void OnMouseLeave(int rowIndex) { }
protected override void OnMouseMove(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
protected override void Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates elementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
public override object ParseFormattedValue(object formattedValue, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.ComponentModel.TypeConverter formattedValueTypeConverter, System.ComponentModel.TypeConverter valueTypeConverter) { throw null; }
public override string ToString() { throw null; }
[System.ComponentModel.ListBindableAttribute(false)]
public partial class ObjectCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
{
public ObjectCollection(System.Windows.Forms.DataGridViewComboBoxCell owner) { }
public int Count { get { throw null; } }
public bool IsReadOnly { get { throw null; } }
public virtual object this[int index] { get { throw null; } set { } }
bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
object System.Collections.ICollection.SyncRoot { get { throw null; } }
bool System.Collections.IList.IsFixedSize { get { throw null; } }
public int Add(object item) { throw null; }
public void AddRange(params object[] items) { }
public void AddRange(System.Windows.Forms.DataGridViewComboBoxCell.ObjectCollection value) { }
public void Clear() { }
public bool Contains(object value) { throw null; }
public void CopyTo(object[] destination, int arrayIndex) { }
public System.Collections.IEnumerator GetEnumerator() { throw null; }
public int IndexOf(object value) { throw null; }
public void Insert(int index, object item) { }
public void Remove(object value) { }
public void RemoveAt(int index) { }
void System.Collections.ICollection.CopyTo(System.Array destination, int index) { }
int System.Collections.IList.Add(object item) { throw null; }
public void ThrowIfOwnerIsDataBound() { }
}
}
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.DataGridViewComboBoxColumnDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.Drawing.ToolboxBitmapAttribute("")]
public partial class DataGridViewComboBoxColumn : System.Windows.Forms.DataGridViewColumn
{
public DataGridViewComboBoxColumn() { }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(true)]
public bool AutoComplete { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public override System.Windows.Forms.DataGridViewCell CellTemplate { get { throw null; } set { } }
[System.ComponentModel.AttributeProviderAttribute(typeof(System.ComponentModel.IListSource))]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public object DataSource { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataMemberFieldEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.Design.DataMemberFieldConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public string DisplayMember { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.DataGridViewComboBoxDisplayStyle.DropDownButton)]
public System.Windows.Forms.DataGridViewComboBoxDisplayStyle DisplayStyle { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool DisplayStyleForCurrentCellOnly { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(1)]
public int DropDownWidth { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.FlatStyle.Standard)]
public System.Windows.Forms.FlatStyle FlatStyle { get { throw null; } set { } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.StringCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public System.Windows.Forms.DataGridViewComboBoxCell.ObjectCollection Items { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(8)]
public int MaxDropDownItems { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool Sorted { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataMemberFieldEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.Design.DataMemberFieldConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public string ValueMember { get { throw null; } set { } }
public override object Clone() { throw null; }
public override string ToString() { throw null; }
}
public enum DataGridViewComboBoxDisplayStyle
{
ComboBox = 0,
DropDownButton = 1,
Nothing = 2,
}
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class DataGridViewComboBoxEditingControl : System.Windows.Forms.ComboBox, System.Windows.Forms.IDataGridViewEditingControl
{
public DataGridViewComboBoxEditingControl() { }
public virtual System.Windows.Forms.DataGridView EditingControlDataGridView { get { throw null; } set { } }
public virtual object EditingControlFormattedValue { get { throw null; } set { } }
public virtual int EditingControlRowIndex { get { throw null; } set { } }
public virtual bool EditingControlValueChanged { get { throw null; } set { } }
public virtual System.Windows.Forms.Cursor EditingPanelCursor { get { throw null; } }
public virtual bool RepositionEditingControlOnValueChange { get { throw null; } }
public virtual void ApplyCellStyleToEditingControl(System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle) { }
public virtual bool EditingControlWantsInputKey(System.Windows.Forms.Keys keyData, bool dataGridViewWantsInputKey) { throw null; }
public virtual object GetEditingControlFormattedValue(System.Windows.Forms.DataGridViewDataErrorContexts context) { throw null; }
protected override void OnSelectedIndexChanged(System.EventArgs e) { }
public virtual void PrepareEditingControlForEdit(bool selectAll) { }
}
public enum DataGridViewContentAlignment
{
BottomCenter = 512,
BottomLeft = 256,
BottomRight = 1024,
MiddleCenter = 32,
MiddleLeft = 16,
MiddleRight = 64,
NotSet = 0,
TopCenter = 2,
TopLeft = 1,
TopRight = 4,
}
[System.FlagsAttribute]
public enum DataGridViewDataErrorContexts
{
ClipboardContent = 16384,
Commit = 512,
CurrentCellChange = 4096,
Display = 2,
Formatting = 1,
InitialValueRestoration = 1024,
LeaveControl = 2048,
Parsing = 256,
PreferredSize = 4,
RowDeletion = 8,
Scroll = 8192,
}
public partial class DataGridViewDataErrorEventArgs : System.Windows.Forms.DataGridViewCellCancelEventArgs
{
public DataGridViewDataErrorEventArgs(System.Exception exception, int columnIndex, int rowIndex, System.Windows.Forms.DataGridViewDataErrorContexts context) : base (default(int), default(int)) { }
public System.Windows.Forms.DataGridViewDataErrorContexts Context { get { throw null; } }
public System.Exception Exception { get { throw null; } }
public bool ThrowException { get { throw null; } set { } }
}
public delegate void DataGridViewDataErrorEventHandler(object sender, System.Windows.Forms.DataGridViewDataErrorEventArgs e);
public partial class DataGridViewEditingControlShowingEventArgs : System.EventArgs
{
public DataGridViewEditingControlShowingEventArgs(System.Windows.Forms.Control control, System.Windows.Forms.DataGridViewCellStyle cellStyle) { }
public System.Windows.Forms.DataGridViewCellStyle CellStyle { get { throw null; } set { } }
public System.Windows.Forms.Control Control { get { throw null; } }
}
public delegate void DataGridViewEditingControlShowingEventHandler(object sender, System.Windows.Forms.DataGridViewEditingControlShowingEventArgs e);
public enum DataGridViewEditMode
{
EditOnEnter = 0,
EditOnF2 = 3,
EditOnKeystroke = 1,
EditOnKeystrokeOrF2 = 2,
EditProgrammatically = 4,
}
public partial class DataGridViewElement
{
public DataGridViewElement() { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.DataGridView DataGridView { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public virtual System.Windows.Forms.DataGridViewElementStates State { get { throw null; } }
protected virtual void OnDataGridViewChanged() { }
protected void RaiseCellClick(System.Windows.Forms.DataGridViewCellEventArgs e) { }
protected void RaiseCellContentClick(System.Windows.Forms.DataGridViewCellEventArgs e) { }
protected void RaiseCellContentDoubleClick(System.Windows.Forms.DataGridViewCellEventArgs e) { }
protected void RaiseCellValueChanged(System.Windows.Forms.DataGridViewCellEventArgs e) { }
protected void RaiseDataError(System.Windows.Forms.DataGridViewDataErrorEventArgs e) { }
protected void RaiseMouseWheel(System.Windows.Forms.MouseEventArgs e) { }
}
[System.FlagsAttribute]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public enum DataGridViewElementStates
{
Displayed = 1,
Frozen = 2,
None = 0,
ReadOnly = 4,
Resizable = 8,
ResizableSet = 16,
Selected = 32,
Visible = 64,
}
public enum DataGridViewHeaderBorderStyle
{
Custom = 0,
None = 4,
Raised = 2,
Single = 1,
Sunken = 3,
}
public partial class DataGridViewHeaderCell : System.Windows.Forms.DataGridViewCell
{
public DataGridViewHeaderCell() { }
protected System.Windows.Forms.ButtonState ButtonState { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public override bool Displayed { get { throw null; } }
public override System.Type FormattedValueType { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public override bool Frozen { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public override bool ReadOnly { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public override bool Resizable { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public override bool Selected { get { throw null; } set { } }
public override System.Type ValueType { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public override bool Visible { get { throw null; } }
public override object Clone() { throw null; }
protected override void Dispose(bool disposing) { }
public override System.Windows.Forms.ContextMenuStrip GetInheritedContextMenuStrip(int rowIndex) { throw null; }
public override System.Windows.Forms.DataGridViewElementStates GetInheritedState(int rowIndex) { throw null; }
protected override System.Drawing.Size GetSize(int rowIndex) { throw null; }
protected override object GetValue(int rowIndex) { throw null; }
protected override bool MouseDownUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { throw null; }
protected override bool MouseEnterUnsharesRow(int rowIndex) { throw null; }
protected override bool MouseLeaveUnsharesRow(int rowIndex) { throw null; }
protected override bool MouseUpUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { throw null; }
protected override void OnMouseDown(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
protected override void OnMouseEnter(int rowIndex) { }
protected override void OnMouseLeave(int rowIndex) { }
protected override void OnMouseUp(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
protected override void Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates dataGridViewElementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
public override string ToString() { throw null; }
}
public enum DataGridViewHitTestType
{
Cell = 1,
ColumnHeader = 2,
HorizontalScrollBar = 5,
None = 0,
RowHeader = 3,
TopLeftHeader = 4,
VerticalScrollBar = 6,
}
public partial class DataGridViewImageCell : System.Windows.Forms.DataGridViewCell
{
public DataGridViewImageCell() { }
public DataGridViewImageCell(bool valueIsIcon) { }
public override object DefaultNewRowValue { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute("")]
public string Description { get { throw null; } set { } }
public override System.Type EditType { get { throw null; } }
public override System.Type FormattedValueType { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.DataGridViewImageCellLayout.NotSet)]
public System.Windows.Forms.DataGridViewImageCellLayout ImageLayout { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool ValueIsIcon { get { throw null; } set { } }
public override System.Type ValueType { get { throw null; } set { } }
public override object Clone() { throw null; }
protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
protected override System.Drawing.Rectangle GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
protected override System.Drawing.Rectangle GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
protected override object GetFormattedValue(object value, int rowIndex, ref System.Windows.Forms.DataGridViewCellStyle cellStyle, System.ComponentModel.TypeConverter valueTypeConverter, System.ComponentModel.TypeConverter formattedValueTypeConverter, System.Windows.Forms.DataGridViewDataErrorContexts context) { throw null; }
protected override System.Drawing.Size GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize) { throw null; }
protected override object GetValue(int rowIndex) { throw null; }
protected override void Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates elementState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
public override string ToString() { throw null; }
protected partial class DataGridViewImageCellAccessibleObject : System.Windows.Forms.DataGridViewCell.DataGridViewCellAccessibleObject
{
public DataGridViewImageCellAccessibleObject(System.Windows.Forms.DataGridViewCell owner) { }
public override string DefaultAction { get { throw null; } }
public override string Description { get { throw null; } }
public override string Value { get { throw null; } set { } }
public override void DoDefaultAction() { }
public override int GetChildCount() { throw null; }
}
}
public enum DataGridViewImageCellLayout
{
Normal = 1,
NotSet = 0,
Stretch = 2,
Zoom = 3,
}
[System.Drawing.ToolboxBitmapAttribute("")]
public partial class DataGridViewImageColumn : System.Windows.Forms.DataGridViewColumn
{
public DataGridViewImageColumn() { }
public DataGridViewImageColumn(bool valuesAreIcons) { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public override System.Windows.Forms.DataGridViewCell CellTemplate { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
public override System.Windows.Forms.DataGridViewCellStyle DefaultCellStyle { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute("")]
public string Description { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Drawing.Icon Icon { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
public System.Drawing.Image Image { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.DataGridViewImageCellLayout.Normal)]
public System.Windows.Forms.DataGridViewImageCellLayout ImageLayout { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public bool ValuesAreIcons { get { throw null; } set { } }
public override object Clone() { throw null; }
public override string ToString() { throw null; }
}
public partial class DataGridViewLinkCell : System.Windows.Forms.DataGridViewCell
{
public DataGridViewLinkCell() { }
public System.Drawing.Color ActiveLinkColor { get { throw null; } set { } }
public override System.Type EditType { get { throw null; } }
public override System.Type FormattedValueType { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.LinkBehavior.SystemDefault)]
public System.Windows.Forms.LinkBehavior LinkBehavior { get { throw null; } set { } }
public System.Drawing.Color LinkColor { get { throw null; } set { } }
public bool LinkVisited { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool TrackVisitedState { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool UseColumnTextForLinkValue { get { throw null; } set { } }
public override System.Type ValueType { get { throw null; } }
public System.Drawing.Color VisitedLinkColor { get { throw null; } set { } }
public override object Clone() { throw null; }
protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
protected override System.Drawing.Rectangle GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
protected override System.Drawing.Rectangle GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
protected override System.Drawing.Size GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize) { throw null; }
protected override object GetValue(int rowIndex) { throw null; }
protected override bool KeyUpUnsharesRow(System.Windows.Forms.KeyEventArgs e, int rowIndex) { throw null; }
protected override bool MouseDownUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { throw null; }
protected override bool MouseLeaveUnsharesRow(int rowIndex) { throw null; }
protected override bool MouseMoveUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { throw null; }
protected override bool MouseUpUnsharesRow(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { throw null; }
protected override void OnKeyUp(System.Windows.Forms.KeyEventArgs e, int rowIndex) { }
protected override void OnMouseDown(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
protected override void OnMouseLeave(int rowIndex) { }
protected override void OnMouseMove(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
protected override void OnMouseUp(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
protected override void Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates cellState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
public override string ToString() { throw null; }
protected partial class DataGridViewLinkCellAccessibleObject : System.Windows.Forms.DataGridViewCell.DataGridViewCellAccessibleObject
{
public DataGridViewLinkCellAccessibleObject(System.Windows.Forms.DataGridViewCell owner) { }
public override string DefaultAction { get { throw null; } }
[System.MonoTODOAttribute("Stub, does nothing")]
[System.Security.Permissions.SecurityPermissionAttribute(System.Security.Permissions.SecurityAction.Demand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)]
public override void DoDefaultAction() { }
public override int GetChildCount() { throw null; }
}
}
[System.Drawing.ToolboxBitmapAttribute("")]
public partial class DataGridViewLinkColumn : System.Windows.Forms.DataGridViewColumn
{
public DataGridViewLinkColumn() { }
public System.Drawing.Color ActiveLinkColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public override System.Windows.Forms.DataGridViewCell CellTemplate { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.LinkBehavior.SystemDefault)]
public System.Windows.Forms.LinkBehavior LinkBehavior { get { throw null; } set { } }
public System.Drawing.Color LinkColor { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
[System.MonoInternalNoteAttribute("")]
public string Text { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool TrackVisitedState { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool UseColumnTextForLinkValue { get { throw null; } set { } }
public System.Drawing.Color VisitedLinkColor { get { throw null; } set { } }
public override object Clone() { throw null; }
public override string ToString() { throw null; }
}
[System.FlagsAttribute]
public enum DataGridViewPaintParts
{
All = 127,
Background = 1,
Border = 2,
ContentBackground = 4,
ContentForeground = 8,
ErrorIcon = 16,
Focus = 32,
None = 0,
SelectionBackground = 64,
}
[System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.DataGridViewRowConverter")]
public partial class DataGridViewRow : System.Windows.Forms.DataGridViewBand
{
public DataGridViewRow() { }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Windows.Forms.AccessibleObject AccessibilityObject { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
public System.Windows.Forms.DataGridViewCellCollection Cells { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(null)]
public override System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public object DataBoundItem { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public override System.Windows.Forms.DataGridViewCellStyle DefaultCellStyle { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public override bool Displayed { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(0)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public int DividerHeight { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public string ErrorText { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public override bool Frozen { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.DataGridViewRowHeaderCell HeaderCell { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(22)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public int Height { get { throw null; } set { } }
public override System.Windows.Forms.DataGridViewCellStyle InheritedStyle { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public bool IsNewRow { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public int MinimumHeight { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public override bool ReadOnly { get { throw null; } set { } }
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public override System.Windows.Forms.DataGridViewTriState Resizable { get { throw null; } set { } }
public override bool Selected { get { throw null; } set { } }
public override System.Windows.Forms.DataGridViewElementStates State { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public override bool Visible { get { throw null; } set { } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public virtual System.Windows.Forms.DataGridViewAdvancedBorderStyle AdjustRowHeaderBorderStyle(System.Windows.Forms.DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStyleInput, System.Windows.Forms.DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStylePlaceholder, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool isFirstDisplayedRow, bool isLastVisibleRow) { throw null; }
public override object Clone() { throw null; }
protected virtual System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
public void CreateCells(System.Windows.Forms.DataGridView dataGridView) { }
public void CreateCells(System.Windows.Forms.DataGridView dataGridView, params object[] values) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual System.Windows.Forms.DataGridViewCellCollection CreateCellsInstance() { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected internal virtual void DrawFocus(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle bounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates rowState, System.Windows.Forms.DataGridViewCellStyle cellStyle, bool cellsPaintSelectionBackground) { }
public System.Windows.Forms.ContextMenuStrip GetContextMenuStrip(int rowIndex) { throw null; }
public string GetErrorText(int rowIndex) { throw null; }
public virtual int GetPreferredHeight(int rowIndex, System.Windows.Forms.DataGridViewAutoSizeRowMode autoSizeRowMode, bool fixedWidth) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public virtual System.Windows.Forms.DataGridViewElementStates GetState(int rowIndex) { throw null; }
protected internal virtual void Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle rowBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates rowState, bool isFirstDisplayedRow, bool isLastVisibleRow) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected internal virtual void PaintCells(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle rowBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates rowState, bool isFirstDisplayedRow, bool isLastVisibleRow, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected internal virtual void PaintHeader(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle rowBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates rowState, bool isFirstDisplayedRow, bool isLastVisibleRow, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
public bool SetValues(params object[] values) { throw null; }
public override string ToString() { throw null; }
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
protected partial class DataGridViewRowAccessibleObject : System.Windows.Forms.AccessibleObject
{
public DataGridViewRowAccessibleObject() { }
public DataGridViewRowAccessibleObject(System.Windows.Forms.DataGridViewRow owner) { }
public override System.Drawing.Rectangle Bounds { get { throw null; } }
public override string Name { get { throw null; } }
public System.Windows.Forms.DataGridViewRow Owner { get { throw null; } set { } }
public override System.Windows.Forms.AccessibleObject Parent { get { throw null; } }
public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
public override string Value { get { throw null; } }
public override System.Windows.Forms.AccessibleObject GetChild(int index) { throw null; }
public override int GetChildCount() { throw null; }
public override System.Windows.Forms.AccessibleObject GetFocused() { throw null; }
public override System.Windows.Forms.AccessibleObject GetSelected() { throw null; }
public override System.Windows.Forms.AccessibleObject Navigate(System.Windows.Forms.AccessibleNavigation navigationDirection) { throw null; }
public override void Select(System.Windows.Forms.AccessibleSelection flags) { }
}
}
public partial class DataGridViewRowCancelEventArgs : System.ComponentModel.CancelEventArgs
{
public DataGridViewRowCancelEventArgs(System.Windows.Forms.DataGridViewRow dataGridViewRow) { }
public System.Windows.Forms.DataGridViewRow Row { get { throw null; } }
}
public delegate void DataGridViewRowCancelEventHandler(object sender, System.Windows.Forms.DataGridViewRowCancelEventArgs e);
[System.ComponentModel.Design.Serialization.DesignerSerializerAttribute("System.Windows.Forms.Design.DataGridViewRowCollectionCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.ComponentModel.ListBindableAttribute(false)]
public partial class DataGridViewRowCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
{
public DataGridViewRowCollection(System.Windows.Forms.DataGridView dataGridView) { }
public int Count { get { throw null; } }
protected System.Windows.Forms.DataGridView DataGridView { get { throw null; } }
public System.Windows.Forms.DataGridViewRow this[int index] { get { throw null; } }
protected System.Collections.ArrayList List { get { throw null; } }
int System.Collections.ICollection.Count { get { throw null; } }
bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
object System.Collections.ICollection.SyncRoot { get { throw null; } }
bool System.Collections.IList.IsFixedSize { get { throw null; } }
bool System.Collections.IList.IsReadOnly { get { throw null; } }
object System.Collections.IList.this[int index] { get { throw null; } set { } }
public event System.ComponentModel.CollectionChangeEventHandler CollectionChanged { add { } remove { } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public virtual int Add() { throw null; }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public virtual int Add(int count) { throw null; }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public virtual int Add(params object[] values) { throw null; }
public virtual int Add(System.Windows.Forms.DataGridViewRow dataGridViewRow) { throw null; }
public virtual int AddCopies(int indexSource, int count) { throw null; }
public virtual int AddCopy(int indexSource) { throw null; }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public virtual void AddRange(params System.Windows.Forms.DataGridViewRow[] dataGridViewRows) { }
public virtual void Clear() { }
public virtual bool Contains(System.Windows.Forms.DataGridViewRow dataGridViewRow) { throw null; }
public void CopyTo(System.Windows.Forms.DataGridViewRow[] array, int index) { }
public int GetFirstRow(System.Windows.Forms.DataGridViewElementStates includeFilter) { throw null; }
public int GetFirstRow(System.Windows.Forms.DataGridViewElementStates includeFilter, System.Windows.Forms.DataGridViewElementStates excludeFilter) { throw null; }
public int GetLastRow(System.Windows.Forms.DataGridViewElementStates includeFilter) { throw null; }
public int GetNextRow(int indexStart, System.Windows.Forms.DataGridViewElementStates includeFilter) { throw null; }
public int GetNextRow(int indexStart, System.Windows.Forms.DataGridViewElementStates includeFilter, System.Windows.Forms.DataGridViewElementStates excludeFilter) { throw null; }
public int GetPreviousRow(int indexStart, System.Windows.Forms.DataGridViewElementStates includeFilter) { throw null; }
public int GetPreviousRow(int indexStart, System.Windows.Forms.DataGridViewElementStates includeFilter, System.Windows.Forms.DataGridViewElementStates excludeFilter) { throw null; }
public int GetRowCount(System.Windows.Forms.DataGridViewElementStates includeFilter) { throw null; }
public int GetRowsHeight(System.Windows.Forms.DataGridViewElementStates includeFilter) { throw null; }
public virtual System.Windows.Forms.DataGridViewElementStates GetRowState(int rowIndex) { throw null; }
public int IndexOf(System.Windows.Forms.DataGridViewRow dataGridViewRow) { throw null; }
public virtual void Insert(int rowIndex, int count) { }
public virtual void Insert(int rowIndex, params object[] values) { }
public virtual void Insert(int rowIndex, System.Windows.Forms.DataGridViewRow dataGridViewRow) { }
public virtual void InsertCopies(int indexSource, int indexDestination, int count) { }
public virtual void InsertCopy(int indexSource, int indexDestination) { }
public virtual void InsertRange(int rowIndex, params System.Windows.Forms.DataGridViewRow[] dataGridViewRows) { }
protected virtual void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs e) { }
public virtual void Remove(System.Windows.Forms.DataGridViewRow dataGridViewRow) { }
public virtual void RemoveAt(int index) { }
public System.Windows.Forms.DataGridViewRow SharedRow(int rowIndex) { throw null; }
void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
int System.Collections.IList.Add(object value) { throw null; }
bool System.Collections.IList.Contains(object value) { throw null; }
int System.Collections.IList.IndexOf(object value) { throw null; }
void System.Collections.IList.Insert(int index, object value) { }
void System.Collections.IList.Remove(object value) { }
}
public partial class DataGridViewRowContextMenuStripNeededEventArgs : System.EventArgs
{
public DataGridViewRowContextMenuStripNeededEventArgs(int rowIndex) { }
public System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get { throw null; } set { } }
public int RowIndex { get { throw null; } }
}
public delegate void DataGridViewRowContextMenuStripNeededEventHandler(object sender, System.Windows.Forms.DataGridViewRowContextMenuStripNeededEventArgs e);
public partial class DataGridViewRowDividerDoubleClickEventArgs : System.Windows.Forms.HandledMouseEventArgs
{
public DataGridViewRowDividerDoubleClickEventArgs(int rowIndex, System.Windows.Forms.HandledMouseEventArgs e) : base (default(System.Windows.Forms.MouseButtons), default(int), default(int), default(int), default(int)) { }
public int RowIndex { get { throw null; } }
}
public delegate void DataGridViewRowDividerDoubleClickEventHandler(object sender, System.Windows.Forms.DataGridViewRowDividerDoubleClickEventArgs e);
public partial class DataGridViewRowErrorTextNeededEventArgs : System.EventArgs
{
internal DataGridViewRowErrorTextNeededEventArgs() { }
public string ErrorText { get { throw null; } set { } }
public int RowIndex { get { throw null; } }
}
public delegate void DataGridViewRowErrorTextNeededEventHandler(object sender, System.Windows.Forms.DataGridViewRowErrorTextNeededEventArgs e);
public partial class DataGridViewRowEventArgs : System.EventArgs
{
public DataGridViewRowEventArgs(System.Windows.Forms.DataGridViewRow dataGridViewRow) { }
public System.Windows.Forms.DataGridViewRow Row { get { throw null; } }
}
public delegate void DataGridViewRowEventHandler(object sender, System.Windows.Forms.DataGridViewRowEventArgs e);
public partial class DataGridViewRowHeaderCell : System.Windows.Forms.DataGridViewHeaderCell
{
public DataGridViewRowHeaderCell() { }
public override object Clone() { throw null; }
protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
protected override object GetClipboardContent(int rowIndex, bool firstCell, bool lastCell, bool inFirstRow, bool inLastRow, string format) { throw null; }
protected override System.Drawing.Rectangle GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
protected override System.Drawing.Rectangle GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
protected internal override string GetErrorText(int rowIndex) { throw null; }
public override System.Windows.Forms.ContextMenuStrip GetInheritedContextMenuStrip(int rowIndex) { throw null; }
public override System.Windows.Forms.DataGridViewCellStyle GetInheritedStyle(System.Windows.Forms.DataGridViewCellStyle inheritedCellStyle, int rowIndex, bool includeColors) { throw null; }
protected override System.Drawing.Size GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize) { throw null; }
protected override object GetValue(int rowIndex) { throw null; }
[System.MonoInternalNoteAttribute("Needs row header cell selected/edit pencil glyphs")]
protected override void Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates cellState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
protected override void PaintBorder(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle) { }
protected override bool SetValue(int rowIndex, object value) { throw null; }
public override string ToString() { throw null; }
protected partial class DataGridViewRowHeaderCellAccessibleObject : System.Windows.Forms.DataGridViewCell.DataGridViewCellAccessibleObject
{
public DataGridViewRowHeaderCellAccessibleObject(System.Windows.Forms.DataGridViewRowHeaderCell owner) { }
public override System.Drawing.Rectangle Bounds { get { throw null; } }
public override string DefaultAction { get { throw null; } }
public override string Name { get { throw null; } }
public override System.Windows.Forms.AccessibleObject Parent { get { throw null; } }
public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
public override string Value { get { throw null; } }
public override void DoDefaultAction() { }
public override System.Windows.Forms.AccessibleObject Navigate(System.Windows.Forms.AccessibleNavigation navigationDirection) { throw null; }
public override void Select(System.Windows.Forms.AccessibleSelection flags) { }
}
}
public enum DataGridViewRowHeadersWidthSizeMode
{
AutoSizeToAllHeaders = 2,
AutoSizeToDisplayedHeaders = 3,
AutoSizeToFirstHeader = 4,
DisableResizing = 1,
EnableResizing = 0,
}
public partial class DataGridViewRowHeightInfoNeededEventArgs : System.EventArgs
{
internal DataGridViewRowHeightInfoNeededEventArgs() { }
public int Height { get { throw null; } set { } }
public int MinimumHeight { get { throw null; } set { } }
public int RowIndex { get { throw null; } }
}
public delegate void DataGridViewRowHeightInfoNeededEventHandler(object sender, System.Windows.Forms.DataGridViewRowHeightInfoNeededEventArgs e);
public partial class DataGridViewRowHeightInfoPushedEventArgs : System.ComponentModel.HandledEventArgs
{
internal DataGridViewRowHeightInfoPushedEventArgs() { }
public int Height { get { throw null; } }
public int MinimumHeight { get { throw null; } }
public int RowIndex { get { throw null; } }
}
public delegate void DataGridViewRowHeightInfoPushedEventHandler(object sender, System.Windows.Forms.DataGridViewRowHeightInfoPushedEventArgs e);
public partial class DataGridViewRowPostPaintEventArgs : System.EventArgs
{
public DataGridViewRowPostPaintEventArgs(System.Windows.Forms.DataGridView dataGridView, System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle rowBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates rowState, string errorText, System.Windows.Forms.DataGridViewCellStyle inheritedRowStyle, bool isFirstDisplayedRow, bool isLastVisibleRow) { }
public System.Drawing.Rectangle ClipBounds { get { throw null; } set { } }
public string ErrorText { get { throw null; } }
public System.Drawing.Graphics Graphics { get { throw null; } }
public System.Windows.Forms.DataGridViewCellStyle InheritedRowStyle { get { throw null; } }
public bool IsFirstDisplayedRow { get { throw null; } }
public bool IsLastVisibleRow { get { throw null; } }
public System.Drawing.Rectangle RowBounds { get { throw null; } }
public int RowIndex { get { throw null; } }
public System.Windows.Forms.DataGridViewElementStates State { get { throw null; } }
public void DrawFocus(System.Drawing.Rectangle bounds, bool cellsPaintSelectionBackground) { }
public void PaintCells(System.Drawing.Rectangle clipBounds, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
public void PaintCellsBackground(System.Drawing.Rectangle clipBounds, bool cellsPaintSelectionBackground) { }
public void PaintCellsContent(System.Drawing.Rectangle clipBounds) { }
public void PaintHeader(bool paintSelectionBackground) { }
public void PaintHeader(System.Windows.Forms.DataGridViewPaintParts paintParts) { }
}
public delegate void DataGridViewRowPostPaintEventHandler(object sender, System.Windows.Forms.DataGridViewRowPostPaintEventArgs e);
public partial class DataGridViewRowPrePaintEventArgs : System.ComponentModel.HandledEventArgs
{
public DataGridViewRowPrePaintEventArgs(System.Windows.Forms.DataGridView dataGridView, System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle rowBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates rowState, string errorText, System.Windows.Forms.DataGridViewCellStyle inheritedRowStyle, bool isFirstDisplayedRow, bool isLastVisibleRow) { }
public System.Drawing.Rectangle ClipBounds { get { throw null; } set { } }
public string ErrorText { get { throw null; } }
public System.Drawing.Graphics Graphics { get { throw null; } }
public System.Windows.Forms.DataGridViewCellStyle InheritedRowStyle { get { throw null; } }
public bool IsFirstDisplayedRow { get { throw null; } }
public bool IsLastVisibleRow { get { throw null; } }
public System.Windows.Forms.DataGridViewPaintParts PaintParts { get { throw null; } set { } }
public System.Drawing.Rectangle RowBounds { get { throw null; } }
public int RowIndex { get { throw null; } }
public System.Windows.Forms.DataGridViewElementStates State { get { throw null; } }
public void DrawFocus(System.Drawing.Rectangle bounds, bool cellsPaintSelectionBackground) { }
public void PaintCells(System.Drawing.Rectangle clipBounds, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
public void PaintCellsBackground(System.Drawing.Rectangle clipBounds, bool cellsPaintSelectionBackground) { }
public void PaintCellsContent(System.Drawing.Rectangle clipBounds) { }
public void PaintHeader(bool paintSelectionBackground) { }
public void PaintHeader(System.Windows.Forms.DataGridViewPaintParts paintParts) { }
}
public delegate void DataGridViewRowPrePaintEventHandler(object sender, System.Windows.Forms.DataGridViewRowPrePaintEventArgs e);
public partial class DataGridViewRowsAddedEventArgs : System.EventArgs
{
public DataGridViewRowsAddedEventArgs(int rowIndex, int rowCount) { }
public int RowCount { get { throw null; } }
public int RowIndex { get { throw null; } }
}
public delegate void DataGridViewRowsAddedEventHandler(object sender, System.Windows.Forms.DataGridViewRowsAddedEventArgs e);
public partial class DataGridViewRowsRemovedEventArgs : System.EventArgs
{
public DataGridViewRowsRemovedEventArgs(int rowIndex, int rowCount) { }
public int RowCount { get { throw null; } }
public int RowIndex { get { throw null; } }
}
public delegate void DataGridViewRowsRemovedEventHandler(object sender, System.Windows.Forms.DataGridViewRowsRemovedEventArgs e);
public partial class DataGridViewRowStateChangedEventArgs : System.EventArgs
{
public DataGridViewRowStateChangedEventArgs(System.Windows.Forms.DataGridViewRow dataGridViewRow, System.Windows.Forms.DataGridViewElementStates stateChanged) { }
public System.Windows.Forms.DataGridViewRow Row { get { throw null; } }
public System.Windows.Forms.DataGridViewElementStates StateChanged { get { throw null; } }
}
public delegate void DataGridViewRowStateChangedEventHandler(object sender, System.Windows.Forms.DataGridViewRowStateChangedEventArgs e);
[System.ComponentModel.ListBindableAttribute(false)]
public partial class DataGridViewSelectedCellCollection : System.Windows.Forms.BaseCollection, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
{
internal DataGridViewSelectedCellCollection() { }
public System.Windows.Forms.DataGridViewCell this[int index] { get { throw null; } }
protected override System.Collections.ArrayList List { get { throw null; } }
bool System.Collections.IList.IsFixedSize { get { throw null; } }
object System.Collections.IList.this[int index] { get { throw null; } set { } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public void Clear() { }
public bool Contains(System.Windows.Forms.DataGridViewCell dataGridViewCell) { throw null; }
public void CopyTo(System.Windows.Forms.DataGridViewCell[] array, int index) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public void Insert(int index, System.Windows.Forms.DataGridViewCell dataGridViewCell) { }
int System.Collections.IList.Add(object value) { throw null; }
void System.Collections.IList.Clear() { }
bool System.Collections.IList.Contains(object value) { throw null; }
int System.Collections.IList.IndexOf(object value) { throw null; }
void System.Collections.IList.Insert(int index, object value) { }
void System.Collections.IList.Remove(object value) { }
void System.Collections.IList.RemoveAt(int index) { }
}
[System.ComponentModel.ListBindableAttribute(false)]
public partial class DataGridViewSelectedColumnCollection : System.Windows.Forms.BaseCollection, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
{
internal DataGridViewSelectedColumnCollection() { }
public System.Windows.Forms.DataGridViewColumn this[int index] { get { throw null; } }
protected override System.Collections.ArrayList List { get { throw null; } }
bool System.Collections.IList.IsFixedSize { get { throw null; } }
object System.Collections.IList.this[int index] { get { throw null; } set { } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public void Clear() { }
public bool Contains(System.Windows.Forms.DataGridViewColumn dataGridViewColumn) { throw null; }
public void CopyTo(System.Windows.Forms.DataGridViewColumn[] array, int index) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public void Insert(int index, System.Windows.Forms.DataGridViewColumn dataGridViewColumn) { }
int System.Collections.IList.Add(object value) { throw null; }
void System.Collections.IList.Clear() { }
bool System.Collections.IList.Contains(object value) { throw null; }
int System.Collections.IList.IndexOf(object value) { throw null; }
void System.Collections.IList.Insert(int index, object value) { }
void System.Collections.IList.Remove(object value) { }
void System.Collections.IList.RemoveAt(int index) { }
}
[System.ComponentModel.ListBindableAttribute(false)]
public partial class DataGridViewSelectedRowCollection : System.Windows.Forms.BaseCollection, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
{
internal DataGridViewSelectedRowCollection() { }
public System.Windows.Forms.DataGridViewRow this[int index] { get { throw null; } }
protected override System.Collections.ArrayList List { get { throw null; } }
bool System.Collections.IList.IsFixedSize { get { throw null; } }
object System.Collections.IList.this[int index] { get { throw null; } set { } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public void Clear() { }
public bool Contains(System.Windows.Forms.DataGridViewRow dataGridViewRow) { throw null; }
public void CopyTo(System.Windows.Forms.DataGridViewRow[] array, int index) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public void Insert(int index, System.Windows.Forms.DataGridViewRow dataGridViewRow) { }
int System.Collections.IList.Add(object value) { throw null; }
void System.Collections.IList.Clear() { }
bool System.Collections.IList.Contains(object value) { throw null; }
int System.Collections.IList.IndexOf(object value) { throw null; }
void System.Collections.IList.Insert(int index, object value) { }
void System.Collections.IList.Remove(object value) { }
void System.Collections.IList.RemoveAt(int index) { }
}
public enum DataGridViewSelectionMode
{
CellSelect = 0,
ColumnHeaderSelect = 4,
FullColumnSelect = 2,
FullRowSelect = 1,
RowHeaderSelect = 3,
}
public partial class DataGridViewSortCompareEventArgs : System.ComponentModel.HandledEventArgs
{
public DataGridViewSortCompareEventArgs(System.Windows.Forms.DataGridViewColumn dataGridViewColumn, object cellValue1, object cellValue2, int rowIndex1, int rowIndex2) { }
public object CellValue1 { get { throw null; } }
public object CellValue2 { get { throw null; } }
public System.Windows.Forms.DataGridViewColumn Column { get { throw null; } }
public int RowIndex1 { get { throw null; } }
public int RowIndex2 { get { throw null; } }
public int SortResult { get { throw null; } set { } }
}
public delegate void DataGridViewSortCompareEventHandler(object sender, System.Windows.Forms.DataGridViewSortCompareEventArgs e);
public partial class DataGridViewTextBoxCell : System.Windows.Forms.DataGridViewCell
{
public DataGridViewTextBoxCell() { }
public override System.Type FormattedValueType { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(32767)]
public virtual int MaxInputLength { get { throw null; } set { } }
public override System.Type ValueType { get { throw null; } }
public override object Clone() { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public override void DetachEditingControl() { }
protected override System.Drawing.Rectangle GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
protected override System.Drawing.Rectangle GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
protected override System.Drawing.Size GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize) { throw null; }
public override void InitializeEditingControl(int rowIndex, object initialFormattedValue, System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle) { }
public override bool KeyEntersEditMode(System.Windows.Forms.KeyEventArgs e) { throw null; }
protected override void OnEnter(int rowIndex, bool throughMouseClick) { }
protected override void OnLeave(int rowIndex, bool throughMouseClick) { }
protected override void OnMouseClick(System.Windows.Forms.DataGridViewCellMouseEventArgs e) { }
protected override void Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates cellState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
public override void PositionEditingControl(bool setLocation, bool setSize, System.Drawing.Rectangle cellBounds, System.Drawing.Rectangle cellClip, System.Windows.Forms.DataGridViewCellStyle cellStyle, bool singleVerticalBorderAdded, bool singleHorizontalBorderAdded, bool isFirstDisplayedColumn, bool isFirstDisplayedRow) { }
public override string ToString() { throw null; }
}
[System.Drawing.ToolboxBitmapAttribute("")]
public partial class DataGridViewTextBoxColumn : System.Windows.Forms.DataGridViewColumn
{
public DataGridViewTextBoxColumn() { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public override System.Windows.Forms.DataGridViewCell CellTemplate { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(32767)]
public int MaxInputLength { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.DataGridViewColumnSortMode.Automatic)]
public new System.Windows.Forms.DataGridViewColumnSortMode SortMode { get { throw null; } set { } }
public override string ToString() { throw null; }
}
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class DataGridViewTextBoxEditingControl : System.Windows.Forms.TextBox, System.Windows.Forms.IDataGridViewEditingControl
{
public DataGridViewTextBoxEditingControl() { }
public virtual System.Windows.Forms.DataGridView EditingControlDataGridView { get { throw null; } set { } }
public virtual object EditingControlFormattedValue { get { throw null; } set { } }
public virtual int EditingControlRowIndex { get { throw null; } set { } }
public virtual bool EditingControlValueChanged { get { throw null; } set { } }
public virtual System.Windows.Forms.Cursor EditingPanelCursor { get { throw null; } }
public virtual bool RepositionEditingControlOnValueChange { get { throw null; } }
public virtual void ApplyCellStyleToEditingControl(System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle) { }
public virtual bool EditingControlWantsInputKey(System.Windows.Forms.Keys keyData, bool dataGridViewWantsInputKey) { throw null; }
public virtual object GetEditingControlFormattedValue(System.Windows.Forms.DataGridViewDataErrorContexts context) { throw null; }
protected override void OnMouseWheel(System.Windows.Forms.MouseEventArgs e) { }
protected override void OnTextChanged(System.EventArgs e) { }
public virtual void PrepareEditingControlForEdit(bool selectAll) { }
protected override bool ProcessKeyEventArgs(ref System.Windows.Forms.Message m) { throw null; }
}
public partial class DataGridViewTopLeftHeaderCell : System.Windows.Forms.DataGridViewColumnHeaderCell
{
public DataGridViewTopLeftHeaderCell() { }
protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
protected override System.Drawing.Rectangle GetContentBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
protected override System.Drawing.Rectangle GetErrorIconBounds(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex) { throw null; }
protected override System.Drawing.Size GetPreferredSize(System.Drawing.Graphics graphics, System.Windows.Forms.DataGridViewCellStyle cellStyle, int rowIndex, System.Drawing.Size constraintSize) { throw null; }
protected override void Paint(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle cellBounds, int rowIndex, System.Windows.Forms.DataGridViewElementStates cellState, object value, object formattedValue, string errorText, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle, System.Windows.Forms.DataGridViewPaintParts paintParts) { }
protected override void PaintBorder(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipBounds, System.Drawing.Rectangle bounds, System.Windows.Forms.DataGridViewCellStyle cellStyle, System.Windows.Forms.DataGridViewAdvancedBorderStyle advancedBorderStyle) { }
public override string ToString() { throw null; }
protected partial class DataGridViewTopLeftHeaderCellAccessibleObject : System.Windows.Forms.DataGridViewColumnHeaderCell.DataGridViewColumnHeaderCellAccessibleObject
{
public DataGridViewTopLeftHeaderCellAccessibleObject(System.Windows.Forms.DataGridViewTopLeftHeaderCell owner) : base (default(System.Windows.Forms.DataGridViewColumnHeaderCell)) { }
public override System.Drawing.Rectangle Bounds { get { throw null; } }
public override string DefaultAction { get { throw null; } }
public override string Name { get { throw null; } }
public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
public override string Value { get { throw null; } }
public override void DoDefaultAction() { }
public override System.Windows.Forms.AccessibleObject Navigate(System.Windows.Forms.AccessibleNavigation navigationDirection) { throw null; }
public override void Select(System.Windows.Forms.AccessibleSelection flags) { }
}
}
public enum DataGridViewTriState
{
False = 2,
NotSet = 0,
True = 1,
}
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.None)]
public partial class DataObject : System.Runtime.InteropServices.ComTypes.IDataObject, System.Windows.Forms.IDataObject
{
public DataObject() { }
public DataObject(object data) { }
public DataObject(string format, object data) { }
public virtual bool ContainsAudio() { throw null; }
public virtual bool ContainsFileDropList() { throw null; }
public virtual bool ContainsImage() { throw null; }
public virtual bool ContainsText() { throw null; }
public virtual bool ContainsText(System.Windows.Forms.TextDataFormat format) { throw null; }
public virtual System.IO.Stream GetAudioStream() { throw null; }
public virtual object GetData(string format) { throw null; }
public virtual object GetData(string format, bool autoConvert) { throw null; }
public virtual object GetData(System.Type format) { throw null; }
public virtual bool GetDataPresent(string format) { throw null; }
public virtual bool GetDataPresent(string format, bool autoConvert) { throw null; }
public virtual bool GetDataPresent(System.Type format) { throw null; }
public virtual System.Collections.Specialized.StringCollection GetFileDropList() { throw null; }
public virtual string[] GetFormats() { throw null; }
public virtual string[] GetFormats(bool autoConvert) { throw null; }
public virtual System.Drawing.Image GetImage() { throw null; }
public virtual string GetText() { throw null; }
public virtual string GetText(System.Windows.Forms.TextDataFormat format) { throw null; }
public virtual void SetAudio(byte[] audioBytes) { }
public virtual void SetAudio(System.IO.Stream audioStream) { }
public virtual void SetData(object data) { }
public virtual void SetData(string format, bool autoConvert, object data) { }
public virtual void SetData(string format, object data) { }
public virtual void SetData(System.Type format, object data) { }
[System.MonoInternalNoteAttribute("Needs additional checks for valid paths, see MSDN")]
public virtual void SetFileDropList(System.Collections.Specialized.StringCollection filePaths) { }
public virtual void SetImage(System.Drawing.Image image) { }
public virtual void SetText(string textData) { }
public virtual void SetText(string textData, System.Windows.Forms.TextDataFormat format) { }
int System.Runtime.InteropServices.ComTypes.IDataObject.DAdvise(ref System.Runtime.InteropServices.ComTypes.FORMATETC pFormatetc, System.Runtime.InteropServices.ComTypes.ADVF advf, System.Runtime.InteropServices.ComTypes.IAdviseSink adviseSink, out int connection) { throw null; }
void System.Runtime.InteropServices.ComTypes.IDataObject.DUnadvise(int connection) { }
int System.Runtime.InteropServices.ComTypes.IDataObject.EnumDAdvise(out System.Runtime.InteropServices.ComTypes.IEnumSTATDATA enumAdvise) { throw null; }
System.Runtime.InteropServices.ComTypes.IEnumFORMATETC System.Runtime.InteropServices.ComTypes.IDataObject.EnumFormatEtc(System.Runtime.InteropServices.ComTypes.DATADIR direction) { throw null; }
int System.Runtime.InteropServices.ComTypes.IDataObject.GetCanonicalFormatEtc(ref System.Runtime.InteropServices.ComTypes.FORMATETC formatIn, out System.Runtime.InteropServices.ComTypes.FORMATETC formatOut) { throw null; }
void System.Runtime.InteropServices.ComTypes.IDataObject.GetData(ref System.Runtime.InteropServices.ComTypes.FORMATETC format, out System.Runtime.InteropServices.ComTypes.STGMEDIUM medium) { throw null; }
void System.Runtime.InteropServices.ComTypes.IDataObject.GetDataHere(ref System.Runtime.InteropServices.ComTypes.FORMATETC format, ref System.Runtime.InteropServices.ComTypes.STGMEDIUM medium) { }
int System.Runtime.InteropServices.ComTypes.IDataObject.QueryGetData(ref System.Runtime.InteropServices.ComTypes.FORMATETC format) { throw null; }
void System.Runtime.InteropServices.ComTypes.IDataObject.SetData(ref System.Runtime.InteropServices.ComTypes.FORMATETC formatIn, ref System.Runtime.InteropServices.ComTypes.STGMEDIUM medium, bool release) { }
}
public enum DataSourceUpdateMode
{
Never = 2,
OnPropertyChanged = 1,
OnValidation = 0,
}
public partial class DateBoldEventArgs : System.EventArgs
{
internal DateBoldEventArgs() { }
public int[] DaysToBold { get { throw null; } set { } }
public int Size { get { throw null; } }
public System.DateTime StartDate { get { throw null; } }
}
public delegate void DateBoldEventHandler(object sender, System.Windows.Forms.DateBoldEventArgs e);
public partial class DateRangeEventArgs : System.EventArgs
{
public DateRangeEventArgs(System.DateTime start, System.DateTime end) { }
public System.DateTime End { get { throw null; } }
public System.DateTime Start { get { throw null; } }
}
public delegate void DateRangeEventHandler(object sender, System.Windows.Forms.DateRangeEventArgs e);
[System.ComponentModel.DefaultBindingPropertyAttribute("Value")]
[System.ComponentModel.DefaultEventAttribute("ValueChanged")]
[System.ComponentModel.DefaultPropertyAttribute("Value")]
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.DateTimePickerDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class DateTimePicker : System.Windows.Forms.Control
{
protected static readonly System.Drawing.Color DefaultMonthBackColor;
protected static readonly System.Drawing.Color DefaultTitleBackColor;
protected static readonly System.Drawing.Color DefaultTitleForeColor;
protected static readonly System.Drawing.Color DefaultTrailingForeColor;
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public static readonly System.DateTime MaxDateTime;
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public static readonly System.DateTime MinDateTime;
public DateTimePicker() { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Color BackColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
[System.ComponentModel.AmbientValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Drawing.Font CalendarFont { get { throw null; } set { } }
public System.Drawing.Color CalendarForeColor { get { throw null; } set { } }
public System.Drawing.Color CalendarMonthBackground { get { throw null; } set { } }
public System.Drawing.Color CalendarTitleBackColor { get { throw null; } set { } }
public System.Drawing.Color CalendarTitleForeColor { get { throw null; } set { } }
public System.Drawing.Color CalendarTrailingForeColor { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(true)]
public bool Checked { get { throw null; } set { } }
protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public string CustomFormat { get { throw null; } set { } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
protected override bool DoubleBuffered { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.LeftRightAlignment.Left)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.LeftRightAlignment DropDownAlign { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Color ForeColor { get { throw null; } set { } }
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public System.Windows.Forms.DateTimePickerFormat Format { get { throw null; } set { } }
public System.DateTime MaxDate { get { throw null; } set { } }
public static System.DateTime MaximumDateTime { get { throw null; } }
public System.DateTime MinDate { get { throw null; } set { } }
public static System.DateTime MinimumDateTime { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public int PreferredHeight { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.LocalizableAttribute(true)]
public virtual bool RightToLeftLayout { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool ShowCheckBox { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool ShowUpDown { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public override string Text { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public System.DateTime Value { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackColorChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler Click { add { } remove { } }
public event System.EventHandler CloseUp { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler DoubleClick { add { } remove { } }
public event System.EventHandler DropDown { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler ForeColorChanged { add { } remove { } }
public event System.EventHandler FormatChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.MouseEventHandler MouseClick { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.MouseEventHandler MouseDoubleClick { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler PaddingChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
public event System.EventHandler RightToLeftLayoutChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public new event System.EventHandler TextChanged { add { } remove { } }
public event System.EventHandler ValueChanged { add { } remove { } }
protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
protected override void CreateHandle() { }
protected override void DestroyHandle() { }
protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
protected virtual void OnCloseUp(System.EventArgs eventargs) { }
protected virtual void OnDropDown(System.EventArgs eventargs) { }
protected override void OnFontChanged(System.EventArgs e) { }
protected virtual void OnFormatChanged(System.EventArgs e) { }
protected override void OnHandleCreated(System.EventArgs e) { }
protected override void OnHandleDestroyed(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnRightToLeftLayoutChanged(System.EventArgs e) { }
protected override void OnSystemColorsChanged(System.EventArgs e) { }
protected virtual void OnValueChanged(System.EventArgs eventargs) { }
public override string ToString() { throw null; }
protected override void WndProc(ref System.Windows.Forms.Message m) { }
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class DateTimePickerAccessibleObject : System.Windows.Forms.Control.ControlAccessibleObject
{
public DateTimePickerAccessibleObject(System.Windows.Forms.DateTimePicker owner) : base (default(System.Windows.Forms.Control)) { }
public override string KeyboardShortcut { get { throw null; } }
public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
public override string Value { get { throw null; } }
}
}
public enum DateTimePickerFormat
{
Custom = 8,
Long = 1,
Short = 2,
Time = 4,
}
public enum Day
{
Default = 7,
Friday = 4,
Monday = 0,
Saturday = 5,
Sunday = 6,
Thursday = 3,
Tuesday = 1,
Wednesday = 2,
}
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public enum DialogResult
{
Abort = 3,
Cancel = 2,
Ignore = 5,
No = 7,
None = 0,
OK = 1,
Retry = 4,
Yes = 6,
}
[System.AttributeUsageAttribute(System.AttributeTargets.Class)]
public sealed partial class DockingAttribute : System.Attribute
{
public static readonly System.Windows.Forms.DockingAttribute Default;
public DockingAttribute() { }
public DockingAttribute(System.Windows.Forms.DockingBehavior dockingBehavior) { }
public System.Windows.Forms.DockingBehavior DockingBehavior { get { throw null; } }
public override bool Equals(object obj) { throw null; }
public override int GetHashCode() { throw null; }
public override bool IsDefaultAttribute() { throw null; }
}
public enum DockingBehavior
{
Ask = 1,
AutoDock = 2,
Never = 0,
}
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DockEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
public enum DockStyle
{
Bottom = 2,
Fill = 5,
Left = 3,
None = 0,
Right = 4,
Top = 1,
}
[System.ComponentModel.DefaultBindingPropertyAttribute("SelectedItem")]
[System.ComponentModel.DefaultEventAttribute("SelectedItemChanged")]
[System.ComponentModel.DefaultPropertyAttribute("Items")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class DomainUpDown : System.Windows.Forms.UpDownBase
{
public DomainUpDown() { }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.StringCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.DomainUpDown.DomainUpDownItemCollection Items { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(-1)]
public int SelectedIndex { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public object SelectedItem { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool Sorted { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.LocalizableAttribute(true)]
public bool Wrap { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler PaddingChanged { add { } remove { } }
public event System.EventHandler SelectedItemChanged { add { } remove { } }
protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
public override void DownButton() { }
protected override void OnChanged(object source, System.EventArgs e) { }
protected void OnSelectedItemChanged(object source, System.EventArgs e) { }
protected override void OnTextBoxKeyPress(object source, System.Windows.Forms.KeyPressEventArgs e) { }
public override string ToString() { throw null; }
public override void UpButton() { }
protected override void UpdateEditText() { }
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class DomainItemAccessibleObject : System.Windows.Forms.AccessibleObject
{
public DomainItemAccessibleObject(string name, System.Windows.Forms.AccessibleObject parent) { }
public override string Name { get { throw null; } set { } }
public override System.Windows.Forms.AccessibleObject Parent { get { throw null; } }
public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
public override string Value { get { throw null; } }
}
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class DomainUpDownAccessibleObject : System.Windows.Forms.Control.ControlAccessibleObject
{
public DomainUpDownAccessibleObject(System.Windows.Forms.Control owner) : base (default(System.Windows.Forms.Control)) { }
public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
public override System.Windows.Forms.AccessibleObject GetChild(int index) { throw null; }
public override int GetChildCount() { throw null; }
}
public partial class DomainUpDownItemCollection : System.Collections.ArrayList
{
internal DomainUpDownItemCollection() { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public override object this[int index] { get { throw null; } set { } }
public override int Add(object item) { throw null; }
public override void Insert(int index, object item) { }
public override void Remove(object item) { }
public override void RemoveAt(int item) { }
}
}
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public enum DragAction
{
Cancel = 2,
Continue = 0,
Drop = 1,
}
[System.FlagsAttribute]
public enum DragDropEffects
{
All = -2147483645,
Copy = 1,
Link = 4,
Move = 2,
None = 0,
Scroll = -2147483648,
}
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class DragEventArgs : System.EventArgs
{
public DragEventArgs(System.Windows.Forms.IDataObject data, int keyState, int x, int y, System.Windows.Forms.DragDropEffects allowedEffect, System.Windows.Forms.DragDropEffects effect) { }
public System.Windows.Forms.DragDropEffects AllowedEffect { get { throw null; } }
public System.Windows.Forms.IDataObject Data { get { throw null; } }
public System.Windows.Forms.DragDropEffects Effect { get { throw null; } set { } }
public int KeyState { get { throw null; } }
public int X { get { throw null; } }
public int Y { get { throw null; } }
}
public delegate void DragEventHandler(object sender, System.Windows.Forms.DragEventArgs e);
public partial class DrawItemEventArgs : System.EventArgs
{
public DrawItemEventArgs(System.Drawing.Graphics graphics, System.Drawing.Font font, System.Drawing.Rectangle rect, int index, System.Windows.Forms.DrawItemState state) { }
public DrawItemEventArgs(System.Drawing.Graphics graphics, System.Drawing.Font font, System.Drawing.Rectangle rect, int index, System.Windows.Forms.DrawItemState state, System.Drawing.Color foreColor, System.Drawing.Color backColor) { }
public System.Drawing.Color BackColor { get { throw null; } }
public System.Drawing.Rectangle Bounds { get { throw null; } }
public System.Drawing.Font Font { get { throw null; } }
public System.Drawing.Color ForeColor { get { throw null; } }
public System.Drawing.Graphics Graphics { get { throw null; } }
public int Index { get { throw null; } }
public System.Windows.Forms.DrawItemState State { get { throw null; } }
public virtual void DrawBackground() { }
public virtual void DrawFocusRectangle() { }
}
public delegate void DrawItemEventHandler(object sender, System.Windows.Forms.DrawItemEventArgs e);
[System.FlagsAttribute]
public enum DrawItemState
{
Checked = 8,
ComboBoxEdit = 4096,
Default = 32,
Disabled = 4,
Focus = 16,
Grayed = 2,
HotLight = 64,
Inactive = 128,
NoAccelerator = 256,
NoFocusRect = 512,
None = 0,
Selected = 1,
}
public partial class DrawListViewColumnHeaderEventArgs : System.EventArgs
{
public DrawListViewColumnHeaderEventArgs(System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds, int columnIndex, System.Windows.Forms.ColumnHeader header, System.Windows.Forms.ListViewItemStates state, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font) { }
public System.Drawing.Color BackColor { get { throw null; } }
public System.Drawing.Rectangle Bounds { get { throw null; } }
public int ColumnIndex { get { throw null; } }
public bool DrawDefault { get { throw null; } set { } }
public System.Drawing.Font Font { get { throw null; } }
public System.Drawing.Color ForeColor { get { throw null; } }
public System.Drawing.Graphics Graphics { get { throw null; } }
public System.Windows.Forms.ColumnHeader Header { get { throw null; } }
public System.Windows.Forms.ListViewItemStates State { get { throw null; } }
public void DrawBackground() { }
public void DrawText() { }
public void DrawText(System.Windows.Forms.TextFormatFlags flags) { }
}
public delegate void DrawListViewColumnHeaderEventHandler(object sender, System.Windows.Forms.DrawListViewColumnHeaderEventArgs e);
public partial class DrawListViewItemEventArgs : System.EventArgs
{
public DrawListViewItemEventArgs(System.Drawing.Graphics graphics, System.Windows.Forms.ListViewItem item, System.Drawing.Rectangle bounds, int itemIndex, System.Windows.Forms.ListViewItemStates state) { }
public System.Drawing.Rectangle Bounds { get { throw null; } }
public bool DrawDefault { get { throw null; } set { } }
public System.Drawing.Graphics Graphics { get { throw null; } }
public System.Windows.Forms.ListViewItem Item { get { throw null; } }
public int ItemIndex { get { throw null; } }
public System.Windows.Forms.ListViewItemStates State { get { throw null; } }
public void DrawBackground() { }
public void DrawFocusRectangle() { }
public void DrawText() { }
public void DrawText(System.Windows.Forms.TextFormatFlags flags) { }
}
public delegate void DrawListViewItemEventHandler(object sender, System.Windows.Forms.DrawListViewItemEventArgs e);
public partial class DrawListViewSubItemEventArgs : System.EventArgs
{
public DrawListViewSubItemEventArgs(System.Drawing.Graphics graphics, System.Drawing.Rectangle bounds, System.Windows.Forms.ListViewItem item, System.Windows.Forms.ListViewItem.ListViewSubItem subItem, int itemIndex, int columnIndex, System.Windows.Forms.ColumnHeader header, System.Windows.Forms.ListViewItemStates itemState) { }
public System.Drawing.Rectangle Bounds { get { throw null; } }
public int ColumnIndex { get { throw null; } }
public bool DrawDefault { get { throw null; } set { } }
public System.Drawing.Graphics Graphics { get { throw null; } }
public System.Windows.Forms.ColumnHeader Header { get { throw null; } }
public System.Windows.Forms.ListViewItem Item { get { throw null; } }
public int ItemIndex { get { throw null; } }
public System.Windows.Forms.ListViewItemStates ItemState { get { throw null; } }
public System.Windows.Forms.ListViewItem.ListViewSubItem SubItem { get { throw null; } }
public void DrawBackground() { }
public void DrawFocusRectangle(System.Drawing.Rectangle bounds) { }
public void DrawText() { }
public void DrawText(System.Windows.Forms.TextFormatFlags flags) { }
}
public delegate void DrawListViewSubItemEventHandler(object sender, System.Windows.Forms.DrawListViewSubItemEventArgs e);
public enum DrawMode
{
Normal = 0,
OwnerDrawFixed = 1,
OwnerDrawVariable = 2,
}
public partial class DrawToolTipEventArgs : System.EventArgs
{
public DrawToolTipEventArgs(System.Drawing.Graphics graphics, System.Windows.Forms.IWin32Window associatedWindow, System.Windows.Forms.Control associatedControl, System.Drawing.Rectangle bounds, string toolTipText, System.Drawing.Color backColor, System.Drawing.Color foreColor, System.Drawing.Font font) { }
public System.Windows.Forms.Control AssociatedControl { get { throw null; } }
public System.Windows.Forms.IWin32Window AssociatedWindow { get { throw null; } }
public System.Drawing.Rectangle Bounds { get { throw null; } }
public System.Drawing.Font Font { get { throw null; } }
public System.Drawing.Graphics Graphics { get { throw null; } }
public string ToolTipText { get { throw null; } }
public void DrawBackground() { }
public void DrawBorder() { }
public void DrawText() { }
public void DrawText(System.Windows.Forms.TextFormatFlags flags) { }
}
public delegate void DrawToolTipEventHandler(object sender, System.Windows.Forms.DrawToolTipEventArgs e);
public partial class DrawTreeNodeEventArgs : System.EventArgs
{
public DrawTreeNodeEventArgs(System.Drawing.Graphics graphics, System.Windows.Forms.TreeNode node, System.Drawing.Rectangle bounds, System.Windows.Forms.TreeNodeStates state) { }
public System.Drawing.Rectangle Bounds { get { throw null; } }
public bool DrawDefault { get { throw null; } set { } }
public System.Drawing.Graphics Graphics { get { throw null; } }
public System.Windows.Forms.TreeNode Node { get { throw null; } }
public System.Windows.Forms.TreeNodeStates State { get { throw null; } }
}
public delegate void DrawTreeNodeEventHandler(object sender, System.Windows.Forms.DrawTreeNodeEventArgs e);
public enum ErrorBlinkStyle
{
AlwaysBlink = 1,
BlinkIfDifferentError = 0,
NeverBlink = 2,
}
public enum ErrorIconAlignment
{
BottomLeft = 4,
BottomRight = 5,
MiddleLeft = 2,
MiddleRight = 3,
TopLeft = 0,
TopRight = 1,
}
[System.ComponentModel.ComplexBindingPropertiesAttribute("DataSource", "DataMember")]
[System.ComponentModel.ProvidePropertyAttribute("Error", "System.Windows.Forms.Control, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.ComponentModel.ProvidePropertyAttribute("IconAlignment", "System.Windows.Forms.Control, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.ComponentModel.ProvidePropertyAttribute("IconPadding", "System.Windows.Forms.Control, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms")]
public partial class ErrorProvider : System.ComponentModel.Component, System.ComponentModel.IExtenderProvider, System.ComponentModel.ISupportInitialize
{
public ErrorProvider() { }
public ErrorProvider(System.ComponentModel.IContainer container) { }
public ErrorProvider(System.Windows.Forms.ContainerControl parentControl) { }
[System.ComponentModel.DefaultValueAttribute(250)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public int BlinkRate { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.ErrorBlinkStyle.BlinkIfDifferentError)]
public System.Windows.Forms.ErrorBlinkStyle BlinkStyle { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
public System.Windows.Forms.ContainerControl ContainerControl { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataMemberListEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.MonoTODOAttribute("Stub, does nothing")]
public string DataMember { get { throw null; } set { } }
[System.ComponentModel.AttributeProviderAttribute(typeof(System.ComponentModel.IListSource))]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.MonoTODOAttribute("Stub, does nothing")]
public object DataSource { get { throw null; } set { } }
[System.ComponentModel.LocalizableAttribute(true)]
public System.Drawing.Icon Icon { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.LocalizableAttribute(true)]
[System.MonoTODOAttribute("RTL not supported")]
public virtual bool RightToLeft { get { throw null; } set { } }
public override System.ComponentModel.ISite Site { set { } }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(false)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
public object Tag { get { throw null; } set { } }
public event System.EventHandler RightToLeftChanged { add { } remove { } }
[System.MonoTODOAttribute("Stub, does nothing")]
public void BindToDataAndErrors(object newDataSource, string newDataMember) { }
public bool CanExtend(object extendee) { throw null; }
public void Clear() { }
protected override void Dispose(bool disposing) { }
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.LocalizableAttribute(true)]
public string GetError(System.Windows.Forms.Control control) { throw null; }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.ErrorIconAlignment.MiddleRight)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.ErrorIconAlignment GetIconAlignment(System.Windows.Forms.Control control) { throw null; }
[System.ComponentModel.DefaultValueAttribute(0)]
[System.ComponentModel.LocalizableAttribute(true)]
public int GetIconPadding(System.Windows.Forms.Control control) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnRightToLeftChanged(System.EventArgs e) { }
public void SetError(System.Windows.Forms.Control control, string value) { }
public void SetIconAlignment(System.Windows.Forms.Control control, System.Windows.Forms.ErrorIconAlignment value) { }
public void SetIconPadding(System.Windows.Forms.Control control, int padding) { }
void System.ComponentModel.ISupportInitialize.BeginInit() { }
void System.ComponentModel.ISupportInitialize.EndInit() { }
[System.MonoTODOAttribute("Stub, does nothing")]
public void UpdateBinding() { }
}
public abstract partial class FeatureSupport : System.Windows.Forms.IFeatureSupport
{
protected FeatureSupport() { }
public abstract System.Version GetVersionPresent(object feature);
public static System.Version GetVersionPresent(string featureClassName, string featureConstName) { throw null; }
public virtual bool IsPresent(object feature) { throw null; }
public virtual bool IsPresent(object feature, System.Version minimumVersion) { throw null; }
public static bool IsPresent(string featureClassName, string featureConstName) { throw null; }
public static bool IsPresent(string featureClassName, string featureConstName, System.Version minimumVersion) { throw null; }
}
[System.ComponentModel.DefaultEventAttribute("FileOk")]
[System.ComponentModel.DefaultPropertyAttribute("FileName")]
public abstract partial class FileDialog : System.Windows.Forms.CommonDialog
{
internal FileDialog() { }
protected static readonly object EventFileOk;
[System.ComponentModel.DefaultValueAttribute(true)]
public bool AddExtension { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
[System.MonoTODOAttribute("Stub, value not respected")]
public bool AutoUpgradeEnabled { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public virtual bool CheckFileExists { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool CheckPathExists { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.MonoTODOAttribute("Stub, collection not used")]
public System.Windows.Forms.FileDialogCustomPlacesCollection CustomPlaces { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute("")]
public string DefaultExt { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool DereferenceLinks { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
public string FileName { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public string[] FileNames { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.LocalizableAttribute(true)]
public string Filter { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(1)]
public int FilterIndex { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
public string InitialDirectory { get { throw null; } set { } }
protected virtual System.IntPtr Instance { get { throw null; } }
protected int Options { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool RestoreDirectory { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool ShowHelp { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool SupportMultiDottedExtensions { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.LocalizableAttribute(true)]
public string Title { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool ValidateNames { get { throw null; } set { } }
public event System.ComponentModel.CancelEventHandler FileOk { add { } remove { } }
[System.MonoTODOAttribute("Not implemented, will throw NotImplementedException")]
protected override System.IntPtr HookProc(System.IntPtr hWnd, int msg, System.IntPtr wparam, System.IntPtr lparam) { throw null; }
protected void OnFileOk(System.ComponentModel.CancelEventArgs e) { }
public override void Reset() { }
protected override bool RunDialog(System.IntPtr hWndOwner) { throw null; }
public override string ToString() { throw null; }
}
public partial class FileDialogCustomPlace
{
public FileDialogCustomPlace(System.Guid knownFolderGuid) { }
public FileDialogCustomPlace(string path) { }
public System.Guid KnownFolderGuid { get { throw null; } set { } }
public string Path { get { throw null; } set { } }
public override string ToString() { throw null; }
}
public partial class FileDialogCustomPlacesCollection : System.Collections.ObjectModel.Collection<System.Windows.Forms.FileDialogCustomPlace>
{
public FileDialogCustomPlacesCollection() { }
public void Add(System.Guid knownFolderGuid) { }
public void Add(string path) { }
}
public enum FixedPanel
{
None = 0,
Panel1 = 1,
Panel2 = 2,
}
[System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.FlatButtonAppearanceConverter")]
public partial class FlatButtonAppearance
{
internal FlatButtonAppearance() { }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(typeof(System.Drawing.Color), "")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public System.Drawing.Color BorderColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(1)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public int BorderSize { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(typeof(System.Drawing.Color), "")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public System.Drawing.Color CheckedBackColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(typeof(System.Drawing.Color), "")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public System.Drawing.Color MouseDownBackColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(typeof(System.Drawing.Color), "")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
public System.Drawing.Color MouseOverBackColor { get { throw null; } set { } }
}
public enum FlatStyle
{
Flat = 0,
Popup = 1,
Standard = 2,
System = 3,
}
public enum FlowDirection
{
BottomUp = 3,
LeftToRight = 0,
RightToLeft = 2,
TopDown = 1,
}
[System.ComponentModel.DefaultPropertyAttribute("FlowDirection")]
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.FlowLayoutPanelDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.ComponentModel.ProvidePropertyAttribute("FlowBreak", typeof(System.Windows.Forms.Control))]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.Windows.Forms.DockingAttribute(System.Windows.Forms.DockingBehavior.Ask)]
public partial class FlowLayoutPanel : System.Windows.Forms.Panel, System.ComponentModel.IExtenderProvider
{
public FlowLayoutPanel() { }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.FlowDirection.LeftToRight)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.FlowDirection FlowDirection { get { throw null; } set { } }
public override System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(true)]
[System.ComponentModel.LocalizableAttribute(true)]
public bool WrapContents { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.DisplayNameAttribute("FlowBreak")]
public bool GetFlowBreak(System.Windows.Forms.Control control) { throw null; }
[System.ComponentModel.DisplayNameAttribute("FlowBreak")]
public void SetFlowBreak(System.Windows.Forms.Control control, bool value) { }
bool System.ComponentModel.IExtenderProvider.CanExtend(object obj) { throw null; }
}
[System.ComponentModel.DefaultPropertyAttribute("FlowDirection")]
public partial class FlowLayoutSettings : System.Windows.Forms.LayoutSettings
{
internal FlowLayoutSettings() { }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.FlowDirection.LeftToRight)]
public System.Windows.Forms.FlowDirection FlowDirection { get { throw null; } set { } }
public override System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool WrapContents { get { throw null; } set { } }
public bool GetFlowBreak(object child) { throw null; }
public void SetFlowBreak(object child, bool value) { }
}
[System.ComponentModel.DefaultEventAttribute("HelpRequest")]
[System.ComponentModel.DefaultPropertyAttribute("SelectedPath")]
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.FolderBrowserDialogDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
public sealed partial class FolderBrowserDialog : System.Windows.Forms.CommonDialog
{
public FolderBrowserDialog() { }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.LocalizableAttribute(true)]
public string Description { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(System.Environment.SpecialFolder.Desktop)]
[System.ComponentModel.LocalizableAttribute(false)]
[System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.SpecialFolderEnumConverter")]
public System.Environment.SpecialFolder RootFolder { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.SelectedPathEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.LocalizableAttribute(true)]
public string SelectedPath { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(true)]
[System.ComponentModel.LocalizableAttribute(false)]
public bool ShowNewFolderButton { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler HelpRequest { add { } remove { } }
public override void Reset() { }
protected override bool RunDialog(System.IntPtr hWndOwner) { throw null; }
}
[System.ComponentModel.DefaultEventAttribute("Apply")]
[System.ComponentModel.DefaultPropertyAttribute("Font")]
public partial class FontDialog : System.Windows.Forms.CommonDialog
{
protected static readonly object EventApply;
public FontDialog() { }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool AllowScriptChange { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool AllowSimulations { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool AllowVectorFonts { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool AllowVerticalFonts { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("Color [Black]")]
public System.Drawing.Color Color { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool FixedPitchOnly { get { throw null; } set { } }
public System.Drawing.Font Font { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool FontMustExist { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(0)]
public int MaxSize { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(0)]
public int MinSize { get { throw null; } set { } }
protected int Options { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool ScriptsOnly { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool ShowApply { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool ShowColor { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool ShowEffects { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool ShowHelp { get { throw null; } set { } }
public event System.EventHandler Apply { add { } remove { } }
protected override System.IntPtr HookProc(System.IntPtr hWnd, int msg, System.IntPtr wparam, System.IntPtr lparam) { throw null; }
protected virtual void OnApply(System.EventArgs e) { }
public override void Reset() { }
protected override bool RunDialog(System.IntPtr hWndOwner) { throw null; }
public override string ToString() { throw null; }
}
[System.ComponentModel.DefaultEventAttribute("Load")]
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.FormDocumentDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.ComponentModel.Design.IRootDesigner))]
[System.ComponentModel.DesignerCategoryAttribute("Form")]
[System.ComponentModel.DesignTimeVisibleAttribute(false)]
[System.ComponentModel.InitializationEventAttribute("Load")]
[System.ComponentModel.ToolboxItemAttribute(false)]
[System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms.Control.TopLevel")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class Form : System.Windows.Forms.ContainerControl
{
public Form() { }
[System.ComponentModel.DefaultValueAttribute(null)]
public System.Windows.Forms.IButtonControl AcceptButton { get { throw null; } set { } }
public static System.Windows.Forms.Form ActiveForm { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.Form ActiveMdiChild { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public bool AllowTransparency { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ObsoleteAttribute("This property has been deprecated in favor of AutoScaleMode.")]
public bool AutoScale { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ComponentModel.LocalizableAttribute(true)]
public virtual System.Drawing.Size AutoScaleBaseSize { get { throw null; } [System.MonoTODOAttribute("Setting this is probably unintentional and can cause Forms to be improperly sized. See http://www.mono-project.com/FAQ:_Winforms#My_forms_are_sized_improperly for details.")]set { } }
[System.ComponentModel.LocalizableAttribute(true)]
public override bool AutoScroll { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Visible)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public override bool AutoSize { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.AutoSizeMode.GrowOnly)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.AutoSizeMode AutoSizeMode { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public override System.Windows.Forms.AutoValidate AutoValidate { get { throw null; } set { } }
public override System.Drawing.Color BackColor { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
public System.Windows.Forms.IButtonControl CancelButton { get { throw null; } set { } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Visible)]
[System.ComponentModel.LocalizableAttribute(true)]
public new System.Drawing.Size ClientSize { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool ControlBox { get { throw null; } set { } }
protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
protected override System.Windows.Forms.ImeMode DefaultImeMode { get { throw null; } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Drawing.Rectangle DesktopBounds { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Drawing.Point DesktopLocation { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.DialogResult DialogResult { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.FormBorderStyle.Sizable)]
[System.Runtime.InteropServices.DispIdAttribute(-504)]
public System.Windows.Forms.FormBorderStyle FormBorderStyle { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool HelpButton { get { throw null; } set { } }
[System.ComponentModel.AmbientValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Drawing.Icon Icon { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public bool IsMdiChild { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool IsMdiContainer { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public bool IsRestrictedWindow { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool KeyPreview { get { throw null; } set { } }
[System.ComponentModel.SettingsBindableAttribute(true)]
public new System.Drawing.Point Location { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))]
public System.Windows.Forms.MenuStrip MainMenuStrip { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.Padding Margin { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool MaximizeBox { get { throw null; } set { } }
protected System.Drawing.Rectangle MaximizedBounds { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(typeof(System.Drawing.Size), "0, 0")]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public override System.Drawing.Size MaximumSize { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.Form[] MdiChildren { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.Form MdiParent { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))]
public System.Windows.Forms.MainMenu Menu { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.Windows.Forms.MainMenu MergedMenu { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool MinimizeBox { get { throw null; } set { } }
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public override System.Drawing.Size MinimumSize { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public bool Modal { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(1)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.OpacityConverter))]
public double Opacity { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.Form[] OwnedForms { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.Form Owner { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Drawing.Rectangle RestoreBounds { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.LocalizableAttribute(true)]
public virtual bool RightToLeftLayout { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool ShowIcon { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool ShowInTaskbar { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.MonoTODOAttribute("Implemented for Win32, needs X11 implementation")]
protected virtual bool ShowWithoutActivation { get { throw null; } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.LocalizableAttribute(false)]
public new System.Drawing.Size Size { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.SizeGripStyle.Auto)]
public System.Windows.Forms.SizeGripStyle SizeGripStyle { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.FormStartPosition.WindowsDefaultLocation)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.FormStartPosition StartPosition { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new int TabIndex { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(true)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.Runtime.InteropServices.DispIdAttribute(-516)]
public new bool TabStop { get { throw null; } set { } }
[System.ComponentModel.SettingsBindableAttribute(true)]
public override string Text { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public bool TopLevel { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool TopMost { get { throw null; } set { } }
public System.Drawing.Color TransparencyKey { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.FormWindowState.Normal)]
public System.Windows.Forms.FormWindowState WindowState { get { throw null; } set { } }
public event System.EventHandler Activated { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public new event System.EventHandler AutoSizeChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public new event System.EventHandler AutoValidateChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public event System.EventHandler Closed { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public event System.ComponentModel.CancelEventHandler Closing { add { } remove { } }
public event System.EventHandler Deactivate { add { } remove { } }
public event System.Windows.Forms.FormClosedEventHandler FormClosed { add { } remove { } }
public event System.Windows.Forms.FormClosingEventHandler FormClosing { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public event System.ComponentModel.CancelEventHandler HelpButtonClicked { add { } remove { } }
public event System.Windows.Forms.InputLanguageChangedEventHandler InputLanguageChanged { add { } remove { } }
public event System.Windows.Forms.InputLanguageChangingEventHandler InputLanguageChanging { add { } remove { } }
public event System.EventHandler Load { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler MarginChanged { add { } remove { } }
public event System.EventHandler MaximizedBoundsChanged { add { } remove { } }
public event System.EventHandler MaximumSizeChanged { add { } remove { } }
public event System.EventHandler MdiChildActivate { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
public event System.EventHandler MenuComplete { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
public event System.EventHandler MenuStart { add { } remove { } }
public event System.EventHandler MinimumSizeChanged { add { } remove { } }
public event System.EventHandler ResizeBegin { add { } remove { } }
public event System.EventHandler ResizeEnd { add { } remove { } }
public event System.EventHandler RightToLeftLayoutChanged { add { } remove { } }
public event System.EventHandler Shown { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler TabIndexChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler TabStopChanged { add { } remove { } }
public void Activate() { }
protected void ActivateMdiChild(System.Windows.Forms.Form form) { }
public void AddOwnedForm(System.Windows.Forms.Form ownedForm) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void AdjustFormScrollbars(bool displayScrollbars) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ObsoleteAttribute("This method has been deprecated")]
protected void ApplyAutoScaling() { }
protected void CenterToParent() { }
protected void CenterToScreen() { }
public void Close() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void CreateHandle() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void DefWndProc(ref System.Windows.Forms.Message m) { }
protected override void Dispose(bool disposing) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ObsoleteAttribute("This method has been deprecated. Use AutoScaleDimensions instead")]
public static System.Drawing.SizeF GetAutoScaleSize(System.Drawing.Font font) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override System.Drawing.Rectangle GetScaledBounds(System.Drawing.Rectangle bounds, System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { throw null; }
public void LayoutMdi(System.Windows.Forms.MdiLayout value) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnActivated(System.EventArgs e) { }
protected override void OnBackgroundImageChanged(System.EventArgs e) { }
protected override void OnBackgroundImageLayoutChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnClosed(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnClosing(System.ComponentModel.CancelEventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void OnCreateControl() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnDeactivate(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void OnEnabledChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void OnEnter(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void OnFontChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnFormClosed(System.Windows.Forms.FormClosedEventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnFormClosing(System.Windows.Forms.FormClosingEventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void OnHandleCreated(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void OnHandleDestroyed(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.MonoTODOAttribute("Will never be called")]
protected virtual void OnHelpButtonClicked(System.ComponentModel.CancelEventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnInputLanguageChanged(System.Windows.Forms.InputLanguageChangedEventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnInputLanguageChanging(System.Windows.Forms.InputLanguageChangingEventArgs e) { }
protected override void OnLayout(System.Windows.Forms.LayoutEventArgs levent) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnLoad(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnMaximizedBoundsChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnMaximumSizeChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnMdiChildActivate(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected internal virtual void OnMenuComplete(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnMenuStart(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnMinimumSizeChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void OnResize(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnResizeBegin(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnResizeEnd(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnRightToLeftLayoutChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnShown(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void OnStyleChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void OnTextChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void OnVisibleChanged(System.EventArgs e) { }
protected override bool ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.Keys keyData) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override bool ProcessDialogChar(char charCode) { throw null; }
protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
protected override bool ProcessKeyPreview(ref System.Windows.Forms.Message m) { throw null; }
protected override bool ProcessMnemonic(char charCode) { throw null; }
protected override bool ProcessTabKey(bool forward) { throw null; }
public void RemoveOwnedForm(System.Windows.Forms.Form ownedForm) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
protected override void ScaleCore(float x, float y) { }
protected override void Select(bool directed, bool forward) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void SetClientSizeCore(int x, int y) { }
public void SetDesktopBounds(int x, int y, int width, int height) { }
public void SetDesktopLocation(int x, int y) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void SetVisibleCore(bool value) { }
public void Show(System.Windows.Forms.IWin32Window owner) { }
public System.Windows.Forms.DialogResult ShowDialog() { throw null; }
public System.Windows.Forms.DialogResult ShowDialog(System.Windows.Forms.IWin32Window owner) { throw null; }
public override string ToString() { throw null; }
protected override void UpdateDefaultButton() { }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public override bool ValidateChildren() { throw null; }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public override bool ValidateChildren(System.Windows.Forms.ValidationConstraints validationConstraints) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void WndProc(ref System.Windows.Forms.Message m) { }
[System.Runtime.InteropServices.ComVisibleAttribute(false)]
public partial class ControlCollection : System.Windows.Forms.Control.ControlCollection
{
public ControlCollection(System.Windows.Forms.Form owner) : base (default(System.Windows.Forms.Control)) { }
public override void Add(System.Windows.Forms.Control value) { }
public override void Remove(System.Windows.Forms.Control value) { }
}
}
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public enum FormBorderStyle
{
Fixed3D = 2,
FixedDialog = 3,
FixedSingle = 1,
FixedToolWindow = 5,
None = 0,
Sizable = 4,
SizableToolWindow = 6,
}
public partial class FormClosedEventArgs : System.EventArgs
{
public FormClosedEventArgs(System.Windows.Forms.CloseReason closeReason) { }
public System.Windows.Forms.CloseReason CloseReason { get { throw null; } }
}
public delegate void FormClosedEventHandler(object sender, System.Windows.Forms.FormClosedEventArgs e);
public partial class FormClosingEventArgs : System.ComponentModel.CancelEventArgs
{
public FormClosingEventArgs(System.Windows.Forms.CloseReason closeReason, bool cancel) { }
public System.Windows.Forms.CloseReason CloseReason { get { throw null; } }
}
public delegate void FormClosingEventHandler(object sender, System.Windows.Forms.FormClosingEventArgs e);
public partial class FormCollection : System.Collections.ReadOnlyCollectionBase
{
public FormCollection() { }
public virtual System.Windows.Forms.Form this[int index] { get { throw null; } }
public virtual System.Windows.Forms.Form this[string name] { get { throw null; } }
}
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public enum FormStartPosition
{
CenterParent = 4,
CenterScreen = 1,
Manual = 0,
WindowsDefaultBounds = 3,
WindowsDefaultLocation = 2,
}
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public enum FormWindowState
{
Maximized = 2,
Minimized = 1,
Normal = 0,
}
public enum FrameStyle
{
Dashed = 0,
Thick = 1,
}
[System.FlagsAttribute]
public enum GetChildAtPointSkip
{
Disabled = 2,
Invisible = 1,
None = 0,
Transparent = 4,
}
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class GiveFeedbackEventArgs : System.EventArgs
{
public GiveFeedbackEventArgs(System.Windows.Forms.DragDropEffects effect, bool useDefaultCursors) { }
public System.Windows.Forms.DragDropEffects Effect { get { throw null; } }
public bool UseDefaultCursors { get { throw null; } set { } }
}
public delegate void GiveFeedbackEventHandler(object sender, System.Windows.Forms.GiveFeedbackEventArgs e);
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataGridColumnCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.ListBindableAttribute(false)]
public partial class GridColumnStylesCollection : System.Windows.Forms.BaseCollection, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
{
internal GridColumnStylesCollection() { }
public System.Windows.Forms.DataGridColumnStyle this[System.ComponentModel.PropertyDescriptor propertyDesciptor] { get { throw null; } }
public System.Windows.Forms.DataGridColumnStyle this[int index] { get { throw null; } }
public System.Windows.Forms.DataGridColumnStyle this[string columnName] { get { throw null; } }
protected override System.Collections.ArrayList List { get { throw null; } }
int System.Collections.ICollection.Count { get { throw null; } }
bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
object System.Collections.ICollection.SyncRoot { get { throw null; } }
bool System.Collections.IList.IsFixedSize { get { throw null; } }
bool System.Collections.IList.IsReadOnly { get { throw null; } }
object System.Collections.IList.this[int index] { get { throw null; } set { } }
public event System.ComponentModel.CollectionChangeEventHandler CollectionChanged { add { } remove { } }
public virtual int Add(System.Windows.Forms.DataGridColumnStyle column) { throw null; }
public void AddRange(System.Windows.Forms.DataGridColumnStyle[] columns) { }
public void Clear() { }
public bool Contains(System.ComponentModel.PropertyDescriptor propertyDescriptor) { throw null; }
public bool Contains(string name) { throw null; }
public bool Contains(System.Windows.Forms.DataGridColumnStyle column) { throw null; }
public int IndexOf(System.Windows.Forms.DataGridColumnStyle element) { throw null; }
protected void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs e) { }
public void Remove(System.Windows.Forms.DataGridColumnStyle column) { }
public void RemoveAt(int index) { }
public void ResetPropertyDescriptors() { }
void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
int System.Collections.IList.Add(object value) { throw null; }
void System.Collections.IList.Clear() { }
bool System.Collections.IList.Contains(object value) { throw null; }
int System.Collections.IList.IndexOf(object value) { throw null; }
void System.Collections.IList.Insert(int index, object value) { }
void System.Collections.IList.Remove(object value) { }
void System.Collections.IList.RemoveAt(int index) { }
}
public abstract partial class GridItem
{
protected GridItem() { }
public virtual bool Expandable { get { throw null; } }
public virtual bool Expanded { get { throw null; } set { } }
public abstract System.Windows.Forms.GridItemCollection GridItems { get; }
public abstract System.Windows.Forms.GridItemType GridItemType { get; }
public abstract string Label { get; }
public abstract System.Windows.Forms.GridItem Parent { get; }
public abstract System.ComponentModel.PropertyDescriptor PropertyDescriptor { get; }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(false)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
public object Tag { get { throw null; } set { } }
public abstract object Value { get; }
public abstract bool Select();
}
public partial class GridItemCollection : System.Collections.ICollection, System.Collections.IEnumerable
{
internal GridItemCollection() { }
public static System.Windows.Forms.GridItemCollection Empty;
public int Count { get { throw null; } }
public System.Windows.Forms.GridItem this[int index] { get { throw null; } }
public System.Windows.Forms.GridItem this[string label] { get { throw null; } }
bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
object System.Collections.ICollection.SyncRoot { get { throw null; } }
public System.Collections.IEnumerator GetEnumerator() { throw null; }
void System.Collections.ICollection.CopyTo(System.Array dest, int index) { }
}
public enum GridItemType
{
ArrayValue = 2,
Category = 1,
Property = 0,
Root = 3,
}
public sealed partial class GridTablesFactory
{
internal GridTablesFactory() { }
public static System.Windows.Forms.DataGridTableStyle[] CreateGridTables(System.Windows.Forms.DataGridTableStyle gridTable, object dataSource, string dataMember, System.Windows.Forms.BindingContext bindingManager) { throw null; }
}
[System.ComponentModel.ListBindableAttribute(false)]
public partial class GridTableStylesCollection : System.Windows.Forms.BaseCollection, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
{
internal GridTableStylesCollection() { }
public System.Windows.Forms.DataGridTableStyle this[int index] { get { throw null; } }
public System.Windows.Forms.DataGridTableStyle this[string tableName] { get { throw null; } }
protected override System.Collections.ArrayList List { get { throw null; } }
int System.Collections.ICollection.Count { get { throw null; } }
bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
object System.Collections.ICollection.SyncRoot { get { throw null; } }
bool System.Collections.IList.IsFixedSize { get { throw null; } }
bool System.Collections.IList.IsReadOnly { get { throw null; } }
object System.Collections.IList.this[int index] { get { throw null; } set { } }
public event System.ComponentModel.CollectionChangeEventHandler CollectionChanged { add { } remove { } }
public virtual int Add(System.Windows.Forms.DataGridTableStyle table) { throw null; }
public virtual void AddRange(System.Windows.Forms.DataGridTableStyle[] tables) { }
public void Clear() { }
public bool Contains(string name) { throw null; }
public bool Contains(System.Windows.Forms.DataGridTableStyle table) { throw null; }
protected void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs e) { }
public void Remove(System.Windows.Forms.DataGridTableStyle table) { }
public void RemoveAt(int index) { }
void System.Collections.ICollection.CopyTo(System.Array array, int index) { }
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
int System.Collections.IList.Add(object value) { throw null; }
void System.Collections.IList.Clear() { }
bool System.Collections.IList.Contains(object value) { throw null; }
int System.Collections.IList.IndexOf(object value) { throw null; }
void System.Collections.IList.Insert(int index, object value) { }
void System.Collections.IList.Remove(object value) { }
void System.Collections.IList.RemoveAt(int index) { }
}
[System.ComponentModel.DefaultEventAttribute("Enter")]
[System.ComponentModel.DefaultPropertyAttribute("Text")]
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.GroupBoxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class GroupBox : System.Windows.Forms.Control
{
public GroupBox() { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public override bool AllowDrop { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Visible)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public override bool AutoSize { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.AutoSizeMode.GrowOnly)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.AutoSizeMode AutoSizeMode { get { throw null; } set { } }
protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
protected override System.Windows.Forms.Padding DefaultPadding { get { throw null; } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
public override System.Drawing.Rectangle DisplayRectangle { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.FlatStyle.Standard)]
public System.Windows.Forms.FlatStyle FlatStyle { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public new bool TabStop { get { throw null; } set { } }
[System.ComponentModel.LocalizableAttribute(true)]
public override string Text { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool UseCompatibleTextRendering { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public new event System.EventHandler AutoSizeChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public new event System.EventHandler Click { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public new event System.EventHandler DoubleClick { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public new event System.Windows.Forms.KeyEventHandler KeyDown { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public new event System.Windows.Forms.KeyPressEventHandler KeyPress { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public new event System.Windows.Forms.KeyEventHandler KeyUp { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public new event System.Windows.Forms.MouseEventHandler MouseClick { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public new event System.Windows.Forms.MouseEventHandler MouseDoubleClick { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public new event System.Windows.Forms.MouseEventHandler MouseDown { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public new event System.EventHandler MouseEnter { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public new event System.EventHandler MouseLeave { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public new event System.Windows.Forms.MouseEventHandler MouseMove { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public new event System.Windows.Forms.MouseEventHandler MouseUp { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public new event System.EventHandler TabStopChanged { add { } remove { } }
protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
protected override void OnFontChanged(System.EventArgs e) { }
protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
protected override bool ProcessMnemonic(char charCode) { throw null; }
protected override void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { }
public override string ToString() { throw null; }
protected override void WndProc(ref System.Windows.Forms.Message m) { }
}
public sealed partial class GroupBoxRenderer
{
internal GroupBoxRenderer() { }
public static bool RenderMatchingApplicationState { get { throw null; } set { } }
public static void DrawGroupBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string groupBoxText, System.Drawing.Font font, System.Drawing.Color textColor, System.Windows.Forms.TextFormatFlags flags, System.Windows.Forms.VisualStyles.GroupBoxState state) { }
public static void DrawGroupBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string groupBoxText, System.Drawing.Font font, System.Drawing.Color textColor, System.Windows.Forms.VisualStyles.GroupBoxState state) { }
public static void DrawGroupBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string groupBoxText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, System.Windows.Forms.VisualStyles.GroupBoxState state) { }
public static void DrawGroupBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string groupBoxText, System.Drawing.Font font, System.Windows.Forms.VisualStyles.GroupBoxState state) { }
public static void DrawGroupBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.GroupBoxState state) { }
public static void DrawParentBackground(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.Control childControl) { }
public static bool IsBackgroundPartiallyTransparent(System.Windows.Forms.VisualStyles.GroupBoxState state) { throw null; }
}
public partial class HandledMouseEventArgs : System.Windows.Forms.MouseEventArgs
{
public HandledMouseEventArgs(System.Windows.Forms.MouseButtons button, int clicks, int x, int y, int delta) : base (default(System.Windows.Forms.MouseButtons), default(int), default(int), default(int), default(int)) { }
public HandledMouseEventArgs(System.Windows.Forms.MouseButtons button, int clicks, int x, int y, int delta, bool defaultHandledValue) : base (default(System.Windows.Forms.MouseButtons), default(int), default(int), default(int), default(int)) { }
public bool Handled { get { throw null; } set { } }
}
public partial class Help
{
internal Help() { }
public static void ShowHelp(System.Windows.Forms.Control parent, string url) { }
public static void ShowHelp(System.Windows.Forms.Control parent, string url, string keyword) { }
public static void ShowHelp(System.Windows.Forms.Control parent, string url, System.Windows.Forms.HelpNavigator navigator) { }
[System.MonoTODOAttribute("Stub, does nothing")]
public static void ShowHelp(System.Windows.Forms.Control parent, string url, System.Windows.Forms.HelpNavigator command, object parameter) { }
public static void ShowHelpIndex(System.Windows.Forms.Control parent, string url) { }
[System.MonoTODOAttribute("Stub, does nothing")]
public static void ShowPopup(System.Windows.Forms.Control parent, string caption, System.Drawing.Point location) { }
}
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class HelpEventArgs : System.EventArgs
{
public HelpEventArgs(System.Drawing.Point mousePos) { }
public bool Handled { get { throw null; } set { } }
public System.Drawing.Point MousePos { get { throw null; } }
}
public delegate void HelpEventHandler(object sender, System.Windows.Forms.HelpEventArgs hlpevent);
public enum HelpNavigator
{
AssociateIndex = -2147483643,
Find = -2147483644,
Index = -2147483645,
KeywordIndex = -2147483642,
TableOfContents = -2147483646,
Topic = -2147483647,
TopicId = -2147483641,
}
[System.ComponentModel.ProvidePropertyAttribute("HelpKeyword", "System.Windows.Forms.Control, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.ComponentModel.ProvidePropertyAttribute("HelpNavigator", "System.Windows.Forms.Control, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.ComponentModel.ProvidePropertyAttribute("HelpString", "System.Windows.Forms.Control, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.ComponentModel.ProvidePropertyAttribute("ShowHelp", "System.Windows.Forms.Control, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
[System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms")]
public partial class HelpProvider : System.ComponentModel.Component, System.ComponentModel.IExtenderProvider
{
public HelpProvider() { }
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.HelpNamespaceEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.ComponentModel.LocalizableAttribute(true)]
public virtual string HelpNamespace { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(false)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
public object Tag { get { throw null; } set { } }
public virtual bool CanExtend(object target) { throw null; }
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(true)]
public virtual string GetHelpKeyword(System.Windows.Forms.Control ctl) { throw null; }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.HelpNavigator.AssociateIndex)]
[System.ComponentModel.LocalizableAttribute(true)]
public virtual System.Windows.Forms.HelpNavigator GetHelpNavigator(System.Windows.Forms.Control ctl) { throw null; }
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(true)]
public virtual string GetHelpString(System.Windows.Forms.Control ctl) { throw null; }
[System.ComponentModel.LocalizableAttribute(true)]
public virtual bool GetShowHelp(System.Windows.Forms.Control ctl) { throw null; }
public virtual void ResetShowHelp(System.Windows.Forms.Control ctl) { }
public virtual void SetHelpKeyword(System.Windows.Forms.Control ctl, string keyword) { }
public virtual void SetHelpNavigator(System.Windows.Forms.Control ctl, System.Windows.Forms.HelpNavigator navigator) { }
public virtual void SetHelpString(System.Windows.Forms.Control ctl, string helpString) { }
public virtual void SetShowHelp(System.Windows.Forms.Control ctl, bool value) { }
public override string ToString() { throw null; }
}
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public enum HorizontalAlignment
{
Center = 2,
Left = 0,
Right = 1,
}
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class HScrollBar : System.Windows.Forms.ScrollBar
{
public HScrollBar() { }
protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
}
public partial class HScrollProperties : System.Windows.Forms.ScrollProperties
{
public HScrollProperties(System.Windows.Forms.ScrollableControl container) : base (default(System.Windows.Forms.ScrollableControl)) { }
}
public sealed partial class HtmlDocument
{
internal HtmlDocument() { }
public System.Windows.Forms.HtmlElement ActiveElement { get { throw null; } }
public System.Drawing.Color ActiveLinkColor { get { throw null; } set { } }
public System.Windows.Forms.HtmlElementCollection All { get { throw null; } }
public System.Drawing.Color BackColor { get { throw null; } set { } }
public System.Windows.Forms.HtmlElement Body { get { throw null; } }
public string Cookie { get { throw null; } set { } }
public string DefaultEncoding { get { throw null; } }
public string Domain { get { throw null; } set { } }
public object DomDocument { get { throw null; } }
public string Encoding { get { throw null; } set { } }
public bool Focused { get { throw null; } }
public System.Drawing.Color ForeColor { get { throw null; } set { } }
public System.Windows.Forms.HtmlElementCollection Forms { get { throw null; } }
public System.Windows.Forms.HtmlElementCollection Images { get { throw null; } }
public System.Drawing.Color LinkColor { get { throw null; } set { } }
public System.Windows.Forms.HtmlElementCollection Links { get { throw null; } }
public bool RightToLeft { get { throw null; } set { } }
public string Title { get { throw null; } set { } }
public System.Uri Url { get { throw null; } }
public System.Drawing.Color VisitedLinkColor { get { throw null; } set { } }
public System.Windows.Forms.HtmlWindow Window { get { throw null; } }
public event System.Windows.Forms.HtmlElementEventHandler Click { add { } remove { } }
public event System.Windows.Forms.HtmlElementEventHandler ContextMenuShowing { add { } remove { } }
public event System.Windows.Forms.HtmlElementEventHandler Focusing { add { } remove { } }
public event System.Windows.Forms.HtmlElementEventHandler LosingFocus { add { } remove { } }
public event System.Windows.Forms.HtmlElementEventHandler MouseDown { add { } remove { } }
public event System.Windows.Forms.HtmlElementEventHandler MouseLeave { add { } remove { } }
public event System.Windows.Forms.HtmlElementEventHandler MouseMove { add { } remove { } }
public event System.Windows.Forms.HtmlElementEventHandler MouseOver { add { } remove { } }
public event System.Windows.Forms.HtmlElementEventHandler MouseUp { add { } remove { } }
public event System.Windows.Forms.HtmlElementEventHandler Stop { add { } remove { } }
public void AttachEventHandler(string eventName, System.EventHandler eventHandler) { }
public System.Windows.Forms.HtmlElement CreateElement(string elementTag) { throw null; }
public void DetachEventHandler(string eventName, System.EventHandler eventHandler) { }
public override bool Equals(object obj) { throw null; }
public void ExecCommand(string command, bool showUI, object value) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public void Focus() { }
public System.Windows.Forms.HtmlElement GetElementById(string id) { throw null; }
public System.Windows.Forms.HtmlElement GetElementFromPoint(System.Drawing.Point point) { throw null; }
public System.Windows.Forms.HtmlElementCollection GetElementsByTagName(string tagName) { throw null; }
public override int GetHashCode() { throw null; }
public object InvokeScript(string scriptName) { throw null; }
public object InvokeScript(string scriptName, object[] args) { throw null; }
public System.Windows.Forms.HtmlDocument OpenNew(bool replaceInHistory) { throw null; }
public static bool operator ==(System.Windows.Forms.HtmlDocument left, System.Windows.Forms.HtmlDocument right) { throw null; }
public static bool operator !=(System.Windows.Forms.HtmlDocument left, System.Windows.Forms.HtmlDocument right) { throw null; }
public void Write(string text) { }
}
public sealed partial class HtmlElement
{
internal HtmlElement() { }
public System.Windows.Forms.HtmlElementCollection All { get { throw null; } }
public bool CanHaveChildren { get { throw null; } }
public System.Windows.Forms.HtmlElementCollection Children { get { throw null; } }
public System.Drawing.Rectangle ClientRectangle { get { throw null; } }
public System.Windows.Forms.HtmlDocument Document { get { throw null; } }
public object DomElement { get { throw null; } }
public bool Enabled { get { throw null; } set { } }
public System.Windows.Forms.HtmlElement FirstChild { get { throw null; } }
public string Id { get { throw null; } set { } }
public string InnerHtml { get { throw null; } set { } }
public string InnerText { get { throw null; } set { } }
public string Name { get { throw null; } set { } }
public System.Windows.Forms.HtmlElement NextSibling { get { throw null; } }
public System.Windows.Forms.HtmlElement OffsetParent { get { throw null; } }
public System.Drawing.Rectangle OffsetRectangle { get { throw null; } }
public string OuterHtml { get { throw null; } set { } }
public string OuterText { get { throw null; } set { } }
public System.Windows.Forms.HtmlElement Parent { get { throw null; } }
public int ScrollLeft { get { throw null; } set { } }
public System.Drawing.Rectangle ScrollRectangle { get { throw null; } }
public int ScrollTop { get { throw null; } set { } }
public string Style { get { throw null; } set { } }
public short TabIndex { get { throw null; } set { } }
public string TagName { get { throw null; } }
public event System.Windows.Forms.HtmlElementEventHandler Click { add { } remove { } }
public event System.Windows.Forms.HtmlElementEventHandler DoubleClick { add { } remove { } }
public event System.Windows.Forms.HtmlElementEventHandler Drag { add { } remove { } }
public event System.Windows.Forms.HtmlElementEventHandler DragEnd { add { } remove { } }
public event System.Windows.Forms.HtmlElementEventHandler DragLeave { add { } remove { } }
public event System.Windows.Forms.HtmlElementEventHandler DragOver { add { } remove { } }
public event System.Windows.Forms.HtmlElementEventHandler Focusing { add { } remove { } }
public event System.Windows.Forms.HtmlElementEventHandler GotFocus { add { } remove { } }
public event System.Windows.Forms.HtmlElementEventHandler KeyDown { add { } remove { } }
public event System.Windows.Forms.HtmlElementEventHandler KeyPress { add { } remove { } }
public event System.Windows.Forms.HtmlElementEventHandler KeyUp { add { } remove { } }
public event System.Windows.Forms.HtmlElementEventHandler LosingFocus { add { } remove { } }
public event System.Windows.Forms.HtmlElementEventHandler LostFocus { add { } remove { } }
public event System.Windows.Forms.HtmlElementEventHandler MouseDown { add { } remove { } }
public event System.Windows.Forms.HtmlElementEventHandler MouseEnter { add { } remove { } }
public event System.Windows.Forms.HtmlElementEventHandler MouseLeave { add { } remove { } }
public event System.Windows.Forms.HtmlElementEventHandler MouseMove { add { } remove { } }
public event System.Windows.Forms.HtmlElementEventHandler MouseOver { add { } remove { } }
public event System.Windows.Forms.HtmlElementEventHandler MouseUp { add { } remove { } }
public System.Windows.Forms.HtmlElement AppendChild(System.Windows.Forms.HtmlElement newElement) { throw null; }
public void AttachEventHandler(string eventName, System.EventHandler eventHandler) { }
public void DetachEventHandler(string eventName, System.EventHandler eventHandler) { }
public override bool Equals(object obj) { throw null; }
public void Focus() { }
public string GetAttribute(string attributeName) { throw null; }
public System.Windows.Forms.HtmlElementCollection GetElementsByTagName(string tagName) { throw null; }
public override int GetHashCode() { throw null; }
public System.Windows.Forms.HtmlElement InsertAdjacentElement(System.Windows.Forms.HtmlElementInsertionOrientation orient, System.Windows.Forms.HtmlElement newElement) { throw null; }
public object InvokeMember(string methodName) { throw null; }
public object InvokeMember(string methodName, params object[] parameter) { throw null; }
public static bool operator ==(System.Windows.Forms.HtmlElement left, System.Windows.Forms.HtmlElement right) { throw null; }
public static bool operator !=(System.Windows.Forms.HtmlElement left, System.Windows.Forms.HtmlElement right) { throw null; }
public void RaiseEvent(string eventName) { }
public void RemoveFocus() { }
public void ScrollIntoView(bool alignWithTop) { }
public void SetAttribute(string attributeName, string value) { }
}
public sealed partial class HtmlElementCollection : System.Collections.ICollection, System.Collections.IEnumerable
{
internal HtmlElementCollection() { }
public int Count { get { throw null; } }
public System.Windows.Forms.HtmlElement this[int index] { get { throw null; } }
public System.Windows.Forms.HtmlElement this[string elementId] { get { throw null; } }
bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
object System.Collections.ICollection.SyncRoot { get { throw null; } }
public System.Windows.Forms.HtmlElementCollection GetElementsByName(string name) { throw null; }
public System.Collections.IEnumerator GetEnumerator() { throw null; }
void System.Collections.ICollection.CopyTo(System.Array dest, int index) { }
}
public sealed partial class HtmlElementErrorEventArgs : System.EventArgs
{
internal HtmlElementErrorEventArgs() { }
public string Description { get { throw null; } }
public bool Handled { get { throw null; } set { } }
public int LineNumber { get { throw null; } }
public System.Uri Url { get { throw null; } }
}
public delegate void HtmlElementErrorEventHandler(object sender, System.Windows.Forms.HtmlElementErrorEventArgs e);
public sealed partial class HtmlElementEventArgs : System.EventArgs
{
internal HtmlElementEventArgs() { }
public bool AltKeyPressed { get { throw null; } }
public bool BubbleEvent { get { throw null; } set { } }
public System.Drawing.Point ClientMousePosition { get { throw null; } }
public bool CtrlKeyPressed { get { throw null; } }
public string EventType { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.Windows.Forms.HtmlElement FromElement { get { throw null; } }
public int KeyPressedCode { get { throw null; } }
public System.Windows.Forms.MouseButtons MouseButtonsPressed { get { throw null; } }
public System.Drawing.Point MousePosition { get { throw null; } }
public System.Drawing.Point OffsetMousePosition { get { throw null; } }
public bool ReturnValue { get { throw null; } set { } }
public bool ShiftKeyPressed { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.Windows.Forms.HtmlElement ToElement { get { throw null; } }
}
public delegate void HtmlElementEventHandler(object sender, System.Windows.Forms.HtmlElementEventArgs e);
public enum HtmlElementInsertionOrientation
{
AfterBegin = 1,
AfterEnd = 3,
BeforeBegin = 0,
BeforeEnd = 2,
}
public sealed partial class HtmlHistory : System.IDisposable
{
internal HtmlHistory() { }
[System.MonoTODOAttribute("Not supported, will throw NotSupportedException")]
public object DomHistory { get { throw null; } }
public int Length { get { throw null; } }
public void Back(int numberBack) { }
public void Dispose() { }
public void Forward(int numberForward) { }
public void Go(int relativePosition) { }
public void Go(string urlString) { }
public void Go(System.Uri url) { }
}
public sealed partial class HtmlWindow
{
internal HtmlWindow() { }
public System.Windows.Forms.HtmlDocument Document { get { throw null; } }
public object DomWindow { get { throw null; } }
public System.Windows.Forms.HtmlWindowCollection Frames { get { throw null; } }
public System.Windows.Forms.HtmlHistory History { get { throw null; } }
[System.MonoTODOAttribute("Windows are always open")]
public bool IsClosed { get { throw null; } }
public string Name { get { throw null; } set { } }
[System.MonoTODOAttribute("Separate windows are not supported yet")]
public System.Windows.Forms.HtmlWindow Opener { get { throw null; } }
public System.Windows.Forms.HtmlWindow Parent { get { throw null; } }
public System.Drawing.Point Position { get { throw null; } }
public System.Drawing.Size Size { get { throw null; } set { } }
public string StatusBarText { get { throw null; } set { } }
public System.Uri Url { get { throw null; } }
public System.Windows.Forms.HtmlElement WindowFrameElement { get { throw null; } }
public event System.Windows.Forms.HtmlElementErrorEventHandler Error { add { } remove { } }
public event System.Windows.Forms.HtmlElementEventHandler GotFocus { add { } remove { } }
public event System.Windows.Forms.HtmlElementEventHandler Load { add { } remove { } }
public event System.Windows.Forms.HtmlElementEventHandler LostFocus { add { } remove { } }
public event System.Windows.Forms.HtmlElementEventHandler Resize { add { } remove { } }
public event System.Windows.Forms.HtmlElementEventHandler Scroll { add { } remove { } }
public event System.Windows.Forms.HtmlElementEventHandler Unload { add { } remove { } }
public void Alert(string message) { }
public void AttachEventHandler(string eventName, System.EventHandler eventHandler) { }
public void Close() { }
public bool Confirm(string message) { throw null; }
public void DetachEventHandler(string eventName, System.EventHandler eventHandler) { }
public override bool Equals(object obj) { throw null; }
public void Focus() { }
public override int GetHashCode() { throw null; }
public void MoveTo(System.Drawing.Point point) { }
public void MoveTo(int x, int y) { }
public void Navigate(string urlString) { }
public void Navigate(System.Uri url) { }
[System.MonoTODOAttribute("Blank opens in current window at the moment. Missing media and search implementations. No options implemented")]
public System.Windows.Forms.HtmlWindow Open(string urlString, string target, string windowOptions, bool replaceEntry) { throw null; }
[System.MonoTODOAttribute("Blank opens in current window at the moment. Missing media and search implementations. No options implemented")]
public System.Windows.Forms.HtmlWindow Open(System.Uri url, string target, string windowOptions, bool replaceEntry) { throw null; }
[System.MonoTODOAttribute("Opens in current window at the moment.")]
public System.Windows.Forms.HtmlWindow OpenNew(string urlString, string windowOptions) { throw null; }
[System.MonoTODOAttribute("Opens in current window at the moment.")]
public System.Windows.Forms.HtmlWindow OpenNew(System.Uri url, string windowOptions) { throw null; }
public static bool operator ==(System.Windows.Forms.HtmlWindow left, System.Windows.Forms.HtmlWindow right) { throw null; }
public static bool operator !=(System.Windows.Forms.HtmlWindow left, System.Windows.Forms.HtmlWindow right) { throw null; }
public string Prompt(string message, string defaultInputValue) { throw null; }
public void RemoveFocus() { }
public void ResizeTo(System.Drawing.Size size) { }
public void ResizeTo(int width, int height) { }
public void ScrollTo(System.Drawing.Point point) { }
public void ScrollTo(int x, int y) { }
}
public partial class HtmlWindowCollection : System.Collections.ICollection, System.Collections.IEnumerable
{
internal HtmlWindowCollection() { }
public int Count { get { throw null; } }
public System.Windows.Forms.HtmlWindow this[int index] { get { throw null; } }
public System.Windows.Forms.HtmlWindow this[string windowId] { get { throw null; } }
bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
object System.Collections.ICollection.SyncRoot { get { throw null; } }
public System.Collections.IEnumerator GetEnumerator() { throw null; }
void System.Collections.ICollection.CopyTo(System.Array dest, int index) { }
}
public partial interface IBindableComponent : System.ComponentModel.IComponent, System.IDisposable
{
System.Windows.Forms.BindingContext BindingContext { get; set; }
System.Windows.Forms.ControlBindingsCollection DataBindings { get; }
}
public partial interface IButtonControl
{
System.Windows.Forms.DialogResult DialogResult { get; set; }
void NotifyDefault(bool value);
void PerformClick();
}
public partial interface ICommandExecutor
{
void Execute();
}
public partial interface IComponentEditorPageSite
{
System.Windows.Forms.Control GetControl();
void SetDirty();
}
public partial interface IContainerControl
{
System.Windows.Forms.Control ActiveControl { get; set; }
bool ActivateControl(System.Windows.Forms.Control active);
}
public partial interface ICurrencyManagerProvider
{
System.Windows.Forms.CurrencyManager CurrencyManager { get; }
System.Windows.Forms.CurrencyManager GetRelatedCurrencyManager(string dataMember);
}
public partial interface IDataGridColumnStyleEditingNotificationService
{
void ColumnStartedEditing(System.Windows.Forms.Control editingControl);
}
public partial interface IDataGridEditingService
{
bool BeginEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, int rowNumber);
bool EndEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, int rowNumber, bool shouldAbort);
}
public partial interface IDataGridViewEditingCell
{
object EditingCellFormattedValue { get; set; }
bool EditingCellValueChanged { get; set; }
object GetEditingCellFormattedValue(System.Windows.Forms.DataGridViewDataErrorContexts context);
void PrepareEditingCellForEdit(bool selectAll);
}
public partial interface IDataGridViewEditingControl
{
System.Windows.Forms.DataGridView EditingControlDataGridView { get; set; }
object EditingControlFormattedValue { get; set; }
int EditingControlRowIndex { get; set; }
bool EditingControlValueChanged { get; set; }
System.Windows.Forms.Cursor EditingPanelCursor { get; }
bool RepositionEditingControlOnValueChange { get; }
void ApplyCellStyleToEditingControl(System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle);
bool EditingControlWantsInputKey(System.Windows.Forms.Keys keyData, bool dataGridViewWantsInputKey);
object GetEditingControlFormattedValue(System.Windows.Forms.DataGridViewDataErrorContexts context);
void PrepareEditingControlForEdit(bool selectAll);
}
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial interface IDataObject
{
object GetData(string format);
object GetData(string format, bool autoConvert);
object GetData(System.Type format);
bool GetDataPresent(string format);
bool GetDataPresent(string format, bool autoConvert);
bool GetDataPresent(System.Type format);
string[] GetFormats();
string[] GetFormats(bool autoConvert);
void SetData(object data);
void SetData(string format, bool autoConvert, object data);
void SetData(string format, object data);
void SetData(System.Type format, object data);
}
public partial interface IDropTarget
{
void OnDragDrop(System.Windows.Forms.DragEventArgs e);
void OnDragEnter(System.Windows.Forms.DragEventArgs e);
void OnDragLeave(System.EventArgs e);
void OnDragOver(System.Windows.Forms.DragEventArgs e);
}
public partial interface IFeatureSupport
{
System.Version GetVersionPresent(object feature);
bool IsPresent(object feature);
bool IsPresent(object feature, System.Version minimumVersion);
}
public partial interface IFileReaderService
{
System.IO.Stream OpenFileFromSource(string relativePath);
}
public partial class ImageIndexConverter : System.ComponentModel.Int32Converter
{
public ImageIndexConverter() { }
protected virtual bool IncludeNoneAsStandardValue { get { throw null; } }
public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
}
public partial class ImageKeyConverter : System.ComponentModel.StringConverter
{
public ImageKeyConverter() { }
protected virtual bool IncludeNoneAsStandardValue { get { throw null; } }
public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
}
public enum ImageLayout
{
Center = 2,
None = 0,
Stretch = 3,
Tile = 1,
Zoom = 4,
}
[System.ComponentModel.DefaultPropertyAttribute("Images")]
[System.ComponentModel.Design.Serialization.DesignerSerializerAttribute("System.Windows.Forms.Design.ImageListCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ImageListDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms")]
[System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.ImageListConverter")]
public sealed partial class ImageList : System.ComponentModel.Component
{
public ImageList() { }
public ImageList(System.ComponentModel.IContainer container) { }
public System.Windows.Forms.ColorDepth ColorDepth { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.IntPtr Handle { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public bool HandleCreated { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.MergablePropertyAttribute(false)]
public System.Windows.Forms.ImageList.ImageCollection Images { get { throw null; } }
[System.ComponentModel.LocalizableAttribute(true)]
public System.Drawing.Size ImageSize { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.Windows.Forms.ImageListStreamer ImageStream { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(false)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
public object Tag { get { throw null; } set { } }
public System.Drawing.Color TransparentColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public event System.EventHandler RecreateHandle { add { } remove { } }
protected override void Dispose(bool disposing) { }
public void Draw(System.Drawing.Graphics g, System.Drawing.Point pt, int index) { }
public void Draw(System.Drawing.Graphics g, int x, int y, int index) { }
public void Draw(System.Drawing.Graphics g, int x, int y, int width, int height, int index) { }
public override string ToString() { throw null; }
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
public sealed partial class ImageCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
{
internal ImageCollection() { }
[System.ComponentModel.BrowsableAttribute(false)]
public int Count { get { throw null; } }
public bool Empty { get { throw null; } }
public bool IsReadOnly { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Drawing.Image this[int index] { get { throw null; } set { } }
public System.Drawing.Image this[string key] { get { throw null; } }
public System.Collections.Specialized.StringCollection Keys { get { throw null; } }
bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
object System.Collections.ICollection.SyncRoot { get { throw null; } }
bool System.Collections.IList.IsFixedSize { get { throw null; } }
object System.Collections.IList.this[int index] { get { throw null; } set { } }
public void Add(System.Drawing.Icon value) { }
public void Add(System.Drawing.Image value) { }
public int Add(System.Drawing.Image value, System.Drawing.Color transparentColor) { throw null; }
public void Add(string key, System.Drawing.Icon icon) { }
public void Add(string key, System.Drawing.Image image) { }
public void AddRange(System.Drawing.Image[] images) { }
public int AddStrip(System.Drawing.Image value) { throw null; }
public void Clear() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public bool Contains(System.Drawing.Image image) { throw null; }
public bool ContainsKey(string key) { throw null; }
public System.Collections.IEnumerator GetEnumerator() { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public int IndexOf(System.Drawing.Image image) { throw null; }
public int IndexOfKey(string key) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public void Remove(System.Drawing.Image image) { }
public void RemoveAt(int index) { }
public void RemoveByKey(string key) { }
public void SetKeyName(int index, string name) { }
void System.Collections.ICollection.CopyTo(System.Array dest, int index) { }
int System.Collections.IList.Add(object value) { throw null; }
bool System.Collections.IList.Contains(object image) { throw null; }
int System.Collections.IList.IndexOf(object image) { throw null; }
void System.Collections.IList.Insert(int index, object value) { }
void System.Collections.IList.Remove(object image) { }
}
}
[System.SerializableAttribute]
public sealed partial class ImageListStreamer : System.Runtime.Serialization.ISerializable
{
internal ImageListStreamer() { }
public void GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
}
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public enum ImeMode
{
Alpha = 8,
AlphaFull = 7,
Close = 11,
Disable = 3,
Hangul = 10,
HangulFull = 9,
Hiragana = 4,
Inherit = -1,
Katakana = 5,
KatakanaHalf = 6,
NoControl = 0,
Off = 2,
On = 1,
OnHalf = 12,
}
public partial interface IMessageFilter
{
bool PreFilterMessage(ref System.Windows.Forms.Message m);
}
public sealed partial class InputLanguage
{
internal InputLanguage() { }
public System.Globalization.CultureInfo Culture { get { throw null; } }
public static System.Windows.Forms.InputLanguage CurrentInputLanguage { get { throw null; } set { } }
public static System.Windows.Forms.InputLanguage DefaultInputLanguage { get { throw null; } }
public System.IntPtr Handle { get { throw null; } }
public static System.Windows.Forms.InputLanguageCollection InstalledInputLanguages { get { throw null; } }
public string LayoutName { get { throw null; } }
public override bool Equals(object value) { throw null; }
public static System.Windows.Forms.InputLanguage FromCulture(System.Globalization.CultureInfo culture) { throw null; }
public override int GetHashCode() { throw null; }
}
public partial class InputLanguageChangedEventArgs : System.EventArgs
{
public InputLanguageChangedEventArgs(System.Globalization.CultureInfo culture, byte charSet) { }
public InputLanguageChangedEventArgs(System.Windows.Forms.InputLanguage inputLanguage, byte charSet) { }
public byte CharSet { get { throw null; } }
public System.Globalization.CultureInfo Culture { get { throw null; } }
public System.Windows.Forms.InputLanguage InputLanguage { get { throw null; } }
}
public delegate void InputLanguageChangedEventHandler(object sender, System.Windows.Forms.InputLanguageChangedEventArgs e);
public partial class InputLanguageChangingEventArgs : System.ComponentModel.CancelEventArgs
{
public InputLanguageChangingEventArgs(System.Globalization.CultureInfo culture, bool sysCharSet) { }
public InputLanguageChangingEventArgs(System.Windows.Forms.InputLanguage inputLanguage, bool sysCharSet) { }
public System.Globalization.CultureInfo Culture { get { throw null; } }
public System.Windows.Forms.InputLanguage InputLanguage { get { throw null; } }
public bool SysCharSet { get { throw null; } }
}
public delegate void InputLanguageChangingEventHandler(object sender, System.Windows.Forms.InputLanguageChangingEventArgs e);
public partial class InputLanguageCollection : System.Collections.ReadOnlyCollectionBase
{
internal InputLanguageCollection() { }
public System.Windows.Forms.InputLanguage this[int index] { get { throw null; } }
public bool Contains(System.Windows.Forms.InputLanguage value) { throw null; }
public void CopyTo(System.Windows.Forms.InputLanguage[] array, int index) { }
public int IndexOf(System.Windows.Forms.InputLanguage value) { throw null; }
}
public enum InsertKeyMode
{
Default = 0,
Insert = 1,
Overwrite = 2,
}
public partial class InvalidateEventArgs : System.EventArgs
{
public InvalidateEventArgs(System.Drawing.Rectangle invalidRect) { }
public System.Drawing.Rectangle InvalidRect { get { throw null; } }
}
public delegate void InvalidateEventHandler(object sender, System.Windows.Forms.InvalidateEventArgs e);
public enum ItemActivation
{
OneClick = 1,
Standard = 0,
TwoClick = 2,
}
public enum ItemBoundsPortion
{
Entire = 0,
Icon = 1,
ItemOnly = 3,
Label = 2,
}
public partial class ItemChangedEventArgs : System.EventArgs
{
internal ItemChangedEventArgs() { }
public int Index { get { throw null; } }
}
public delegate void ItemChangedEventHandler(object sender, System.Windows.Forms.ItemChangedEventArgs e);
public partial class ItemCheckedEventArgs : System.EventArgs
{
public ItemCheckedEventArgs(System.Windows.Forms.ListViewItem item) { }
public System.Windows.Forms.ListViewItem Item { get { throw null; } }
}
public delegate void ItemCheckedEventHandler(object sender, System.Windows.Forms.ItemCheckedEventArgs e);
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class ItemCheckEventArgs : System.EventArgs
{
public ItemCheckEventArgs(int index, System.Windows.Forms.CheckState newCheckValue, System.Windows.Forms.CheckState currentValue) { }
public System.Windows.Forms.CheckState CurrentValue { get { throw null; } }
public int Index { get { throw null; } }
public System.Windows.Forms.CheckState NewValue { get { throw null; } set { } }
}
public delegate void ItemCheckEventHandler(object sender, System.Windows.Forms.ItemCheckEventArgs e);
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class ItemDragEventArgs : System.EventArgs
{
public ItemDragEventArgs(System.Windows.Forms.MouseButtons button) { }
public ItemDragEventArgs(System.Windows.Forms.MouseButtons button, object item) { }
public System.Windows.Forms.MouseButtons Button { get { throw null; } }
public object Item { get { throw null; } }
}
public delegate void ItemDragEventHandler(object sender, System.Windows.Forms.ItemDragEventArgs e);
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.Runtime.InteropServices.GuidAttribute("458AB8A2-A1EA-4d7b-8EBE-DEE5D3D9442C")]
[System.Runtime.InteropServices.InterfaceTypeAttribute(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public partial interface IWin32Window
{
System.IntPtr Handle { get; }
}
public partial interface IWindowTarget
{
void OnHandleChange(System.IntPtr newHandle);
void OnMessage(ref System.Windows.Forms.Message m);
}
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class KeyEventArgs : System.EventArgs
{
public KeyEventArgs(System.Windows.Forms.Keys keyData) { }
public virtual bool Alt { get { throw null; } }
public bool Control { get { throw null; } }
public bool Handled { get { throw null; } set { } }
public System.Windows.Forms.Keys KeyCode { get { throw null; } }
public System.Windows.Forms.Keys KeyData { get { throw null; } }
public int KeyValue { get { throw null; } }
public System.Windows.Forms.Keys Modifiers { get { throw null; } }
public virtual bool Shift { get { throw null; } }
public bool SuppressKeyPress { get { throw null; } set { } }
}
public delegate void KeyEventHandler(object sender, System.Windows.Forms.KeyEventArgs e);
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class KeyPressEventArgs : System.EventArgs
{
public KeyPressEventArgs(char keyChar) { }
public bool Handled { get { throw null; } set { } }
public char KeyChar { get { throw null; } set { } }
}
public delegate void KeyPressEventHandler(object sender, System.Windows.Forms.KeyPressEventArgs e);
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ShortcutKeysEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.KeysConverter))]
[System.FlagsAttribute]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public enum Keys
{
A = 65,
Add = 107,
Alt = 262144,
Apps = 93,
Attn = 246,
B = 66,
Back = 8,
BrowserBack = 166,
BrowserFavorites = 171,
BrowserForward = 167,
BrowserHome = 172,
BrowserRefresh = 168,
BrowserSearch = 170,
BrowserStop = 169,
C = 67,
Cancel = 3,
Capital = 20,
CapsLock = 20,
Clear = 12,
Control = 131072,
ControlKey = 17,
Crsel = 247,
D = 68,
D0 = 48,
D1 = 49,
D2 = 50,
D3 = 51,
D4 = 52,
D5 = 53,
D6 = 54,
D7 = 55,
D8 = 56,
D9 = 57,
Decimal = 110,
Delete = 46,
Divide = 111,
Down = 40,
E = 69,
End = 35,
Enter = 13,
EraseEof = 249,
Escape = 27,
Execute = 43,
Exsel = 248,
F = 70,
F1 = 112,
F10 = 121,
F11 = 122,
F12 = 123,
F13 = 124,
F14 = 125,
F15 = 126,
F16 = 127,
F17 = 128,
F18 = 129,
F19 = 130,
F2 = 113,
F20 = 131,
F21 = 132,
F22 = 133,
F23 = 134,
F24 = 135,
F3 = 114,
F4 = 115,
F5 = 116,
F6 = 117,
F7 = 118,
F8 = 119,
F9 = 120,
FinalMode = 24,
G = 71,
H = 72,
HanguelMode = 21,
HangulMode = 21,
HanjaMode = 25,
Help = 47,
Home = 36,
I = 73,
IMEAccept = 30,
IMEAceept = 30,
IMEConvert = 28,
IMEModeChange = 31,
IMENonconvert = 29,
Insert = 45,
J = 74,
JunjaMode = 23,
K = 75,
KanaMode = 21,
KanjiMode = 25,
KeyCode = 65535,
L = 76,
LaunchApplication1 = 182,
LaunchApplication2 = 183,
LaunchMail = 180,
LButton = 1,
LControlKey = 162,
Left = 37,
LineFeed = 10,
LMenu = 164,
LShiftKey = 160,
LWin = 91,
M = 77,
MButton = 4,
MediaNextTrack = 176,
MediaPlayPause = 179,
MediaPreviousTrack = 177,
MediaStop = 178,
Menu = 18,
Modifiers = -65536,
Multiply = 106,
N = 78,
Next = 34,
NoName = 252,
None = 0,
NumLock = 144,
NumPad0 = 96,
NumPad1 = 97,
NumPad2 = 98,
NumPad3 = 99,
NumPad4 = 100,
NumPad5 = 101,
NumPad6 = 102,
NumPad7 = 103,
NumPad8 = 104,
NumPad9 = 105,
O = 79,
Oem1 = 186,
Oem102 = 226,
Oem2 = 191,
Oem3 = 192,
Oem4 = 219,
Oem5 = 220,
Oem6 = 221,
Oem7 = 222,
Oem8 = 223,
OemBackslash = 226,
OemClear = 254,
OemCloseBrackets = 221,
Oemcomma = 188,
OemMinus = 189,
OemOpenBrackets = 219,
OemPeriod = 190,
OemPipe = 220,
Oemplus = 187,
OemQuestion = 191,
OemQuotes = 222,
OemSemicolon = 186,
Oemtilde = 192,
P = 80,
Pa1 = 253,
Packet = 231,
PageDown = 34,
PageUp = 33,
Pause = 19,
Play = 250,
Print = 42,
PrintScreen = 44,
Prior = 33,
ProcessKey = 229,
Q = 81,
R = 82,
RButton = 2,
RControlKey = 163,
Return = 13,
Right = 39,
RMenu = 165,
RShiftKey = 161,
RWin = 92,
S = 83,
Scroll = 145,
Select = 41,
SelectMedia = 181,
Separator = 108,
Shift = 65536,
ShiftKey = 16,
Sleep = 95,
Snapshot = 44,
Space = 32,
Subtract = 109,
T = 84,
Tab = 9,
U = 85,
Up = 38,
V = 86,
VolumeDown = 174,
VolumeMute = 173,
VolumeUp = 175,
W = 87,
X = 88,
XButton1 = 5,
XButton2 = 6,
Y = 89,
Z = 90,
Zoom = 251,
}
public partial class KeysConverter : System.ComponentModel.TypeConverter, System.Collections.IComparer
{
public KeysConverter() { }
public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
public int Compare(object a, object b) { throw null; }
public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
public override bool GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
public override bool GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
}
[System.ComponentModel.DefaultBindingPropertyAttribute("Text")]
[System.ComponentModel.DefaultPropertyAttribute("Text")]
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.LabelDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.ComponentModel.ToolboxItemAttribute("System.Windows.Forms.Design.AutoSizeToolboxItem,System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class Label : System.Windows.Forms.Control
{
public Label() { }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public bool AutoEllipsis { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Visible)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public override bool AutoSize { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.BorderStyle.None)]
[System.Runtime.InteropServices.DispIdAttribute(-504)]
public virtual System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
protected override System.Windows.Forms.ImeMode DefaultImeMode { get { throw null; } }
protected override System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.FlatStyle.Standard)]
public System.Windows.Forms.FlatStyle FlatStyle { get { throw null; } set { } }
[System.ComponentModel.LocalizableAttribute(true)]
public System.Drawing.Image Image { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Drawing.ContentAlignment.MiddleCenter)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Drawing.ContentAlignment ImageAlign { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(-1)]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageIndexConverter))]
public int ImageIndex { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageKeyConverter))]
public string ImageKey { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public System.Windows.Forms.ImageList ImageList { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public virtual int PreferredHeight { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public virtual int PreferredWidth { get { throw null; } }
[System.ObsoleteAttribute("This property has been deprecated. Use BackColor instead.")]
protected virtual bool RenderTransparent { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool TabStop { get { throw null; } set { } }
[System.ComponentModel.EditorAttribute("System.ComponentModel.Design.MultilineStringEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.SettingsBindableAttribute(true)]
public override string Text { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Drawing.ContentAlignment.TopLeft)]
[System.ComponentModel.LocalizableAttribute(true)]
public virtual System.Drawing.ContentAlignment TextAlign { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool UseCompatibleTextRendering { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool UseMnemonic { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public new event System.EventHandler AutoSizeChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler ImeModeChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.KeyEventHandler KeyDown { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.KeyPressEventHandler KeyPress { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.KeyEventHandler KeyUp { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler TabStopChanged { add { } remove { } }
public event System.EventHandler TextAlignChanged { add { } remove { } }
protected System.Drawing.Rectangle CalcImageRenderBounds(System.Drawing.Image image, System.Drawing.Rectangle r, System.Drawing.ContentAlignment align) { throw null; }
protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
protected override void Dispose(bool disposing) { }
protected internal void DrawImage(System.Drawing.Graphics g, System.Drawing.Image image, System.Drawing.Rectangle r, System.Drawing.ContentAlignment align) { }
public override System.Drawing.Size GetPreferredSize(System.Drawing.Size proposedSize) { throw null; }
protected override void OnEnabledChanged(System.EventArgs e) { }
protected override void OnFontChanged(System.EventArgs e) { }
protected override void OnHandleDestroyed(System.EventArgs e) { }
protected override void OnMouseEnter(System.EventArgs e) { }
protected override void OnMouseLeave(System.EventArgs e) { }
protected override void OnPaddingChanged(System.EventArgs e) { }
protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
protected override void OnParentChanged(System.EventArgs e) { }
protected override void OnRightToLeftChanged(System.EventArgs e) { }
protected virtual void OnTextAlignChanged(System.EventArgs e) { }
protected override void OnTextChanged(System.EventArgs e) { }
protected override void OnVisibleChanged(System.EventArgs e) { }
protected override bool ProcessMnemonic(char charCode) { throw null; }
protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
public override string ToString() { throw null; }
protected override void WndProc(ref System.Windows.Forms.Message m) { }
}
public partial class LabelEditEventArgs : System.EventArgs
{
public LabelEditEventArgs(int item) { }
public LabelEditEventArgs(int item, string label) { }
public bool CancelEdit { get { throw null; } set { } }
public int Item { get { throw null; } }
public string Label { get { throw null; } }
}
public delegate void LabelEditEventHandler(object sender, System.Windows.Forms.LabelEditEventArgs e);
public sealed partial class LayoutEventArgs : System.EventArgs
{
public LayoutEventArgs(System.ComponentModel.IComponent affectedComponent, string affectedProperty) { }
public LayoutEventArgs(System.Windows.Forms.Control affectedControl, string affectedProperty) { }
public System.ComponentModel.IComponent AffectedComponent { get { throw null; } }
public System.Windows.Forms.Control AffectedControl { get { throw null; } }
public string AffectedProperty { get { throw null; } }
}
public delegate void LayoutEventHandler(object sender, System.Windows.Forms.LayoutEventArgs e);
public abstract partial class LayoutSettings
{
protected LayoutSettings() { }
public virtual System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get { throw null; } }
}
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public enum LeftRightAlignment
{
Left = 0,
Right = 1,
}
[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.LinkArea.LinkAreaConverter))]
[System.SerializableAttribute]
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct LinkArea
{
private int _dummyPrimitive;
public LinkArea(int start, int length) { throw null; }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public bool IsEmpty { get { throw null; } }
public int Length { get { throw null; } set { } }
public int Start { get { throw null; } set { } }
public override bool Equals(object o) { throw null; }
public override int GetHashCode() { throw null; }
public static bool operator ==(System.Windows.Forms.LinkArea linkArea1, System.Windows.Forms.LinkArea linkArea2) { throw null; }
public static bool operator !=(System.Windows.Forms.LinkArea linkArea1, System.Windows.Forms.LinkArea linkArea2) { throw null; }
public override string ToString() { throw null; }
public partial class LinkAreaConverter : System.ComponentModel.TypeConverter
{
public LinkAreaConverter() { }
public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
public override object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues) { throw null; }
public override bool GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
}
}
public enum LinkBehavior
{
AlwaysUnderline = 1,
HoverUnderline = 2,
NeverUnderline = 3,
SystemDefault = 0,
}
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class LinkClickedEventArgs : System.EventArgs
{
public LinkClickedEventArgs(string linkText) { }
public string LinkText { get { throw null; } }
}
public delegate void LinkClickedEventHandler(object sender, System.Windows.Forms.LinkClickedEventArgs e);
public partial class LinkConverter : System.ComponentModel.TypeConverter
{
public LinkConverter() { }
public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
}
[System.ComponentModel.DefaultEventAttribute("LinkClicked")]
[System.ComponentModel.ToolboxItemAttribute("System.Windows.Forms.Design.AutoSizeToolboxItem,System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class LinkLabel : System.Windows.Forms.Label, System.Windows.Forms.IButtonControl
{
public LinkLabel() { }
public System.Drawing.Color ActiveLinkColor { get { throw null; } set { } }
public System.Drawing.Color DisabledLinkColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.FlatStyle FlatStyle { get { throw null; } set { } }
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.LinkAreaEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public System.Windows.Forms.LinkArea LinkArea { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.LinkBehavior.SystemDefault)]
public System.Windows.Forms.LinkBehavior LinkBehavior { get { throw null; } set { } }
public System.Drawing.Color LinkColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.LinkLabel.LinkCollection Links { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool LinkVisited { get { throw null; } set { } }
protected System.Windows.Forms.Cursor OverrideCursor { get { throw null; } set { } }
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
System.Windows.Forms.DialogResult System.Windows.Forms.IButtonControl.DialogResult { get { throw null; } set { } }
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public override string Text { get { throw null; } set { } }
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public new bool UseCompatibleTextRendering { get { throw null; } set { } }
public System.Drawing.Color VisitedLinkColor { get { throw null; } set { } }
public event System.Windows.Forms.LinkLabelLinkClickedEventHandler LinkClicked { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public new event System.EventHandler TabStopChanged { add { } remove { } }
protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
protected override void CreateHandle() { }
protected override void OnAutoSizeChanged(System.EventArgs e) { }
protected override void OnClick(System.EventArgs e) { }
protected override void OnEnabledChanged(System.EventArgs e) { }
protected override void OnFontChanged(System.EventArgs e) { }
protected override void OnGotFocus(System.EventArgs e) { }
protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { }
protected virtual void OnLinkClicked(System.Windows.Forms.LinkLabelLinkClickedEventArgs e) { }
protected override void OnLostFocus(System.EventArgs e) { }
protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { }
protected override void OnMouseLeave(System.EventArgs e) { }
protected override void OnMouseMove(System.Windows.Forms.MouseEventArgs e) { }
protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs e) { }
protected override void OnPaddingChanged(System.EventArgs e) { }
protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
protected override void OnPaintBackground(System.Windows.Forms.PaintEventArgs e) { }
protected override void OnTextAlignChanged(System.EventArgs e) { }
protected override void OnTextChanged(System.EventArgs e) { }
protected System.Windows.Forms.LinkLabel.Link PointInLink(int x, int y) { throw null; }
protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
protected override void Select(bool directed, bool forward) { }
protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
void System.Windows.Forms.IButtonControl.NotifyDefault(bool value) { }
void System.Windows.Forms.IButtonControl.PerformClick() { }
protected override void WndProc(ref System.Windows.Forms.Message msg) { }
[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.LinkConverter))]
public partial class Link
{
public Link() { }
public Link(int start, int length) { }
public Link(int start, int length, object linkData) { }
public string Description { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool Enabled { get { throw null; } set { } }
public int Length { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
public object LinkData { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
public string Name { get { throw null; } set { } }
public int Start { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(false)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
public object Tag { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool Visited { get { throw null; } set { } }
}
public partial class LinkCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
{
public LinkCollection(System.Windows.Forms.LinkLabel owner) { }
[System.ComponentModel.BrowsableAttribute(false)]
public int Count { get { throw null; } }
public bool IsReadOnly { get { throw null; } }
public virtual System.Windows.Forms.LinkLabel.Link this[int index] { get { throw null; } set { } }
public virtual System.Windows.Forms.LinkLabel.Link this[string key] { get { throw null; } }
public bool LinksAdded { get { throw null; } }
bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
object System.Collections.ICollection.SyncRoot { get { throw null; } }
bool System.Collections.IList.IsFixedSize { get { throw null; } }
object System.Collections.IList.this[int index] { get { throw null; } set { } }
public System.Windows.Forms.LinkLabel.Link Add(int start, int length) { throw null; }
public System.Windows.Forms.LinkLabel.Link Add(int start, int length, object linkData) { throw null; }
public int Add(System.Windows.Forms.LinkLabel.Link value) { throw null; }
public virtual void Clear() { }
public bool Contains(System.Windows.Forms.LinkLabel.Link link) { throw null; }
public virtual bool ContainsKey(string key) { throw null; }
public System.Collections.IEnumerator GetEnumerator() { throw null; }
public int IndexOf(System.Windows.Forms.LinkLabel.Link link) { throw null; }
public virtual int IndexOfKey(string key) { throw null; }
public void Remove(System.Windows.Forms.LinkLabel.Link value) { }
public void RemoveAt(int index) { }
public virtual void RemoveByKey(string key) { }
void System.Collections.ICollection.CopyTo(System.Array dest, int index) { }
int System.Collections.IList.Add(object value) { throw null; }
bool System.Collections.IList.Contains(object link) { throw null; }
int System.Collections.IList.IndexOf(object link) { throw null; }
void System.Collections.IList.Insert(int index, object value) { }
void System.Collections.IList.Remove(object value) { }
}
}
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class LinkLabelLinkClickedEventArgs : System.EventArgs
{
public LinkLabelLinkClickedEventArgs(System.Windows.Forms.LinkLabel.Link link) { }
public LinkLabelLinkClickedEventArgs(System.Windows.Forms.LinkLabel.Link link, System.Windows.Forms.MouseButtons button) { }
public System.Windows.Forms.MouseButtons Button { get { throw null; } }
public System.Windows.Forms.LinkLabel.Link Link { get { throw null; } }
}
public delegate void LinkLabelLinkClickedEventHandler(object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e);
public enum LinkState
{
Active = 2,
Hover = 1,
Normal = 0,
Visited = 4,
}
public partial class ListBindingConverter : System.ComponentModel.TypeConverter
{
public ListBindingConverter() { }
public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
public override object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues) { throw null; }
public override bool GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
}
public static partial class ListBindingHelper
{
public static object GetList(object list) { throw null; }
public static object GetList(object dataSource, string dataMember) { throw null; }
public static System.ComponentModel.PropertyDescriptorCollection GetListItemProperties(object list) { throw null; }
public static System.ComponentModel.PropertyDescriptorCollection GetListItemProperties(object list, System.ComponentModel.PropertyDescriptor[] listAccessors) { throw null; }
public static System.ComponentModel.PropertyDescriptorCollection GetListItemProperties(object dataSource, string dataMember, System.ComponentModel.PropertyDescriptor[] listAccessors) { throw null; }
public static System.Type GetListItemType(object list) { throw null; }
public static System.Type GetListItemType(object dataSource, string dataMember) { throw null; }
public static string GetListName(object list, System.ComponentModel.PropertyDescriptor[] listAccessors) { throw null; }
}
[System.ComponentModel.DefaultBindingPropertyAttribute("SelectedValue")]
[System.ComponentModel.DefaultEventAttribute("SelectedIndexChanged")]
[System.ComponentModel.DefaultPropertyAttribute("Items")]
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ListBoxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class ListBox : System.Windows.Forms.ListControl
{
public const int DefaultItemHeight = 13;
public const int NoMatches = -1;
public ListBox() { }
protected override bool AllowSelection { get { throw null; } }
public override System.Drawing.Color BackColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.BorderStyle.Fixed3D)]
[System.Runtime.InteropServices.DispIdAttribute(-504)]
public System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(0)]
[System.ComponentModel.LocalizableAttribute(true)]
public int ColumnWidth { get { throw null; } set { } }
protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
public System.Windows.Forms.ListBox.IntegerCollection CustomTabOffsets { get { throw null; } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.DrawMode.Normal)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public virtual System.Windows.Forms.DrawMode DrawMode { get { throw null; } set { } }
public override System.Drawing.Font Font { get { throw null; } set { } }
public override System.Drawing.Color ForeColor { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(0)]
[System.ComponentModel.LocalizableAttribute(true)]
public int HorizontalExtent { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.LocalizableAttribute(true)]
public bool HorizontalScrollbar { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public bool IntegralHeight { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(13)]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public virtual int ItemHeight { get { throw null; } set { } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListControlStringCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.MergablePropertyAttribute(false)]
public System.Windows.Forms.ListBox.ObjectCollection Items { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool MultiColumn { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public int PreferredHeight { get { throw null; } }
public override System.Windows.Forms.RightToLeft RightToLeft { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.LocalizableAttribute(true)]
public bool ScrollAlwaysVisible { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public override int SelectedIndex { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.ListBox.SelectedIndexCollection SelectedIndices { get { throw null; } }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public object SelectedItem { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.ListBox.SelectedObjectCollection SelectedItems { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.SelectionMode.One)]
public virtual System.Windows.Forms.SelectionMode SelectionMode { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool Sorted { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(false)]
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public override string Text { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public int TopIndex { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(false)]
public bool UseCustomTabOffsets { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool UseTabStops { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public new event System.EventHandler Click { add { } remove { } }
public event System.Windows.Forms.DrawItemEventHandler DrawItem { add { } remove { } }
public event System.Windows.Forms.MeasureItemEventHandler MeasureItem { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public new event System.Windows.Forms.MouseEventHandler MouseClick { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler PaddingChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
public event System.EventHandler SelectedIndexChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public new event System.EventHandler TextChanged { add { } remove { } }
[System.ObsoleteAttribute("this method has been deprecated")]
protected virtual void AddItemsCore(object[] value) { }
public void BeginUpdate() { }
public void ClearSelected() { }
protected virtual System.Windows.Forms.ListBox.ObjectCollection CreateItemCollection() { throw null; }
public void EndUpdate() { }
public int FindString(string s) { throw null; }
public int FindString(string s, int startIndex) { throw null; }
public int FindStringExact(string s) { throw null; }
public int FindStringExact(string s, int startIndex) { throw null; }
public int GetItemHeight(int index) { throw null; }
public System.Drawing.Rectangle GetItemRectangle(int index) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override System.Drawing.Rectangle GetScaledBounds(System.Drawing.Rectangle bounds, System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { throw null; }
public bool GetSelected(int index) { throw null; }
public int IndexFromPoint(System.Drawing.Point p) { throw null; }
public int IndexFromPoint(int x, int y) { throw null; }
protected override void OnChangeUICues(System.Windows.Forms.UICuesEventArgs e) { }
protected override void OnDataSourceChanged(System.EventArgs e) { }
protected override void OnDisplayMemberChanged(System.EventArgs e) { }
protected virtual void OnDrawItem(System.Windows.Forms.DrawItemEventArgs e) { }
protected override void OnFontChanged(System.EventArgs e) { }
protected override void OnHandleCreated(System.EventArgs e) { }
protected override void OnHandleDestroyed(System.EventArgs e) { }
protected virtual void OnMeasureItem(System.Windows.Forms.MeasureItemEventArgs e) { }
protected override void OnParentChanged(System.EventArgs e) { }
protected override void OnResize(System.EventArgs e) { }
protected override void OnSelectedIndexChanged(System.EventArgs e) { }
protected override void OnSelectedValueChanged(System.EventArgs e) { }
public override void Refresh() { }
protected override void RefreshItem(int index) { }
protected override void RefreshItems() { }
public override void ResetBackColor() { }
public override void ResetForeColor() { }
protected override void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { }
protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
protected override void SetItemCore(int index, object value) { }
protected override void SetItemsCore(System.Collections.IList value) { }
public void SetSelected(int index, bool value) { }
protected virtual void Sort() { }
public override string ToString() { throw null; }
protected virtual void WmReflectCommand(ref System.Windows.Forms.Message m) { }
protected override void WndProc(ref System.Windows.Forms.Message m) { }
public partial class IntegerCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
{
public IntegerCollection(System.Windows.Forms.ListBox owner) { }
[System.ComponentModel.BrowsableAttribute(false)]
public int Count { get { throw null; } }
public int this[int index] { get { throw null; } set { } }
bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
object System.Collections.ICollection.SyncRoot { get { throw null; } }
bool System.Collections.IList.IsFixedSize { get { throw null; } }
bool System.Collections.IList.IsReadOnly { get { throw null; } }
object System.Collections.IList.this[int index] { get { throw null; } set { } }
public int Add(int item) { throw null; }
public void AddRange(int[] items) { }
public void AddRange(System.Windows.Forms.ListBox.IntegerCollection value) { }
public void Clear() { }
public bool Contains(int item) { throw null; }
public void CopyTo(System.Array destination, int index) { }
public int IndexOf(int item) { throw null; }
public void Remove(int item) { }
public void RemoveAt(int index) { }
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
int System.Collections.IList.Add(object item) { throw null; }
void System.Collections.IList.Clear() { }
bool System.Collections.IList.Contains(object item) { throw null; }
int System.Collections.IList.IndexOf(object item) { throw null; }
void System.Collections.IList.Insert(int index, object value) { }
void System.Collections.IList.Remove(object value) { }
void System.Collections.IList.RemoveAt(int index) { }
}
[System.ComponentModel.ListBindableAttribute(false)]
public partial class ObjectCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
{
public ObjectCollection(System.Windows.Forms.ListBox owner) { }
public ObjectCollection(System.Windows.Forms.ListBox owner, object[] value) { }
public ObjectCollection(System.Windows.Forms.ListBox owner, System.Windows.Forms.ListBox.ObjectCollection value) { }
public int Count { get { throw null; } }
public bool IsReadOnly { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public virtual object this[int index] { get { throw null; } set { } }
bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
object System.Collections.ICollection.SyncRoot { get { throw null; } }
bool System.Collections.IList.IsFixedSize { get { throw null; } }
public int Add(object item) { throw null; }
public void AddRange(object[] items) { }
public void AddRange(System.Windows.Forms.ListBox.ObjectCollection value) { }
public virtual void Clear() { }
public bool Contains(object value) { throw null; }
public void CopyTo(object[] destination, int arrayIndex) { }
public System.Collections.IEnumerator GetEnumerator() { throw null; }
public int IndexOf(object value) { throw null; }
public void Insert(int index, object item) { }
public void Remove(object value) { }
public void RemoveAt(int index) { }
void System.Collections.ICollection.CopyTo(System.Array destination, int index) { }
int System.Collections.IList.Add(object item) { throw null; }
}
public partial class SelectedIndexCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
{
public SelectedIndexCollection(System.Windows.Forms.ListBox owner) { }
[System.ComponentModel.BrowsableAttribute(false)]
public int Count { get { throw null; } }
public bool IsReadOnly { get { throw null; } }
public int this[int index] { get { throw null; } }
bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
object System.Collections.ICollection.SyncRoot { get { throw null; } }
bool System.Collections.IList.IsFixedSize { get { throw null; } }
object System.Collections.IList.this[int index] { get { throw null; } set { } }
public void Add(int index) { }
public void Clear() { }
public bool Contains(int selectedIndex) { throw null; }
public void CopyTo(System.Array destination, int index) { }
public System.Collections.IEnumerator GetEnumerator() { throw null; }
public int IndexOf(int selectedIndex) { throw null; }
public void Remove(int index) { }
int System.Collections.IList.Add(object value) { throw null; }
void System.Collections.IList.Clear() { }
bool System.Collections.IList.Contains(object selectedIndex) { throw null; }
int System.Collections.IList.IndexOf(object selectedIndex) { throw null; }
void System.Collections.IList.Insert(int index, object value) { }
void System.Collections.IList.Remove(object value) { }
void System.Collections.IList.RemoveAt(int index) { }
}
public partial class SelectedObjectCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
{
public SelectedObjectCollection(System.Windows.Forms.ListBox owner) { }
public int Count { get { throw null; } }
public bool IsReadOnly { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public object this[int index] { get { throw null; } set { } }
bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
object System.Collections.ICollection.SyncRoot { get { throw null; } }
bool System.Collections.IList.IsFixedSize { get { throw null; } }
public void Add(object value) { }
public void Clear() { }
public bool Contains(object selectedObject) { throw null; }
public void CopyTo(System.Array destination, int index) { }
public System.Collections.IEnumerator GetEnumerator() { throw null; }
public int IndexOf(object selectedObject) { throw null; }
public void Remove(object value) { }
int System.Collections.IList.Add(object value) { throw null; }
void System.Collections.IList.Clear() { }
void System.Collections.IList.Insert(int index, object value) { }
void System.Collections.IList.Remove(object value) { }
void System.Collections.IList.RemoveAt(int index) { }
}
}
[System.ComponentModel.LookupBindingPropertiesAttribute("DataSource", "DisplayMember", "ValueMember", "SelectedValue")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public abstract partial class ListControl : System.Windows.Forms.Control
{
protected ListControl() { }
protected virtual bool AllowSelection { get { throw null; } }
protected System.Windows.Forms.CurrencyManager DataManager { get { throw null; } }
[System.ComponentModel.AttributeProviderAttribute(typeof(System.ComponentModel.IListSource))]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public object DataSource { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataMemberFieldEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.Design.DataMemberFieldConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public string DisplayMember { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.IFormatProvider FormatInfo { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.FormatStringEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.MergablePropertyAttribute(false)]
public string FormatString { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool FormattingEnabled { get { throw null; } set { } }
public abstract int SelectedIndex { get; set; }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public object SelectedValue { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.DataMemberFieldEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
public string ValueMember { get { throw null; } set { } }
public event System.EventHandler DataSourceChanged { add { } remove { } }
public event System.EventHandler DisplayMemberChanged { add { } remove { } }
public event System.Windows.Forms.ListControlConvertEventHandler Format { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public event System.EventHandler FormatInfoChanged { add { } remove { } }
public event System.EventHandler FormatStringChanged { add { } remove { } }
public event System.EventHandler FormattingEnabledChanged { add { } remove { } }
public event System.EventHandler SelectedValueChanged { add { } remove { } }
public event System.EventHandler ValueMemberChanged { add { } remove { } }
protected object FilterItemOnProperty(object item) { throw null; }
protected object FilterItemOnProperty(object item, string field) { throw null; }
public string GetItemText(object item) { throw null; }
protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
protected override void OnBindingContextChanged(System.EventArgs e) { }
protected virtual void OnDataSourceChanged(System.EventArgs e) { }
protected virtual void OnDisplayMemberChanged(System.EventArgs e) { }
protected virtual void OnFormat(System.Windows.Forms.ListControlConvertEventArgs e) { }
protected virtual void OnFormatInfoChanged(System.EventArgs e) { }
protected virtual void OnFormatStringChanged(System.EventArgs e) { }
protected virtual void OnFormattingEnabledChanged(System.EventArgs e) { }
protected virtual void OnSelectedIndexChanged(System.EventArgs e) { }
protected virtual void OnSelectedValueChanged(System.EventArgs e) { }
protected virtual void OnValueMemberChanged(System.EventArgs e) { }
protected abstract void RefreshItem(int index);
protected virtual void RefreshItems() { }
protected virtual void SetItemCore(int index, object value) { }
protected abstract void SetItemsCore(System.Collections.IList items);
}
public partial class ListControlConvertEventArgs : System.Windows.Forms.ConvertEventArgs
{
public ListControlConvertEventArgs(object value, System.Type desiredType, object listItem) : base (default(object), default(System.Type)) { }
public object ListItem { get { throw null; } }
}
public delegate void ListControlConvertEventHandler(object sender, System.Windows.Forms.ListControlConvertEventArgs e);
[System.ComponentModel.DefaultEventAttribute("SelectedIndexChanged")]
[System.ComponentModel.DefaultPropertyAttribute("Items")]
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ListViewDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.Windows.Forms.DockingAttribute(System.Windows.Forms.DockingBehavior.Ask)]
public partial class ListView : System.Windows.Forms.Control
{
public ListView() { }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.ItemActivation.Standard)]
public System.Windows.Forms.ItemActivation Activation { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.ListViewAlignment.Top)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.ListViewAlignment Alignment { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool AllowColumnReorder { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool AutoArrange { get { throw null; } set { } }
public override System.Drawing.Color BackColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool BackgroundImageTiled { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.BorderStyle.Fixed3D)]
[System.Runtime.InteropServices.DispIdAttribute(-504)]
public System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool CheckBoxes { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.ListView.CheckedIndexCollection CheckedIndices { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.ListView.CheckedListViewItemCollection CheckedItems { get { throw null; } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ColumnHeaderCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.MergablePropertyAttribute(false)]
public System.Windows.Forms.ListView.ColumnHeaderCollection Columns { get { throw null; } }
protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
protected override bool DoubleBuffered { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.ListViewItem FocusedItem { get { throw null; } set { } }
public override System.Drawing.Color ForeColor { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool FullRowSelect { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool GridLines { get { throw null; } set { } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListViewGroupCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.MergablePropertyAttribute(false)]
public System.Windows.Forms.ListViewGroupCollection Groups { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.ColumnHeaderStyle.Clickable)]
public System.Windows.Forms.ColumnHeaderStyle HeaderStyle { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool HideSelection { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool HotTracking { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool HoverSelection { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.ListViewInsertionMark InsertionMark { get { throw null; } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListViewItemCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.MergablePropertyAttribute(false)]
public System.Windows.Forms.ListView.ListViewItemCollection Items { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool LabelEdit { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
[System.ComponentModel.LocalizableAttribute(true)]
public bool LabelWrap { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
public System.Windows.Forms.ImageList LargeImageList { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Collections.IComparer ListViewItemSorter { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool MultiSelect { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool OwnerDraw { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.LocalizableAttribute(true)]
[System.MonoTODOAttribute("RTL not supported")]
public virtual bool RightToLeftLayout { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool Scrollable { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.ListView.SelectedIndexCollection SelectedIndices { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.ListView.SelectedListViewItemCollection SelectedItems { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool ShowGroups { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool ShowItemToolTips { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
public System.Windows.Forms.ImageList SmallImageList { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.SortOrder.None)]
public System.Windows.Forms.SortOrder Sorting { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
public System.Windows.Forms.ImageList StateImageList { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(false)]
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override string Text { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
public System.Drawing.Size TileSize { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.ListViewItem TopItem { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(true)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.MonoInternalNoteAttribute("Stub, not implemented")]
public bool UseCompatibleStateImageBehavior { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.View.LargeIcon)]
public System.Windows.Forms.View View { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(0)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public int VirtualListSize { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public bool VirtualMode { get { throw null; } set { } }
public event System.Windows.Forms.LabelEditEventHandler AfterLabelEdit { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
public event System.Windows.Forms.LabelEditEventHandler BeforeLabelEdit { add { } remove { } }
public event System.Windows.Forms.CacheVirtualItemsEventHandler CacheVirtualItems { add { } remove { } }
public event System.Windows.Forms.ColumnClickEventHandler ColumnClick { add { } remove { } }
public event System.Windows.Forms.ColumnReorderedEventHandler ColumnReordered { add { } remove { } }
public event System.Windows.Forms.ColumnWidthChangedEventHandler ColumnWidthChanged { add { } remove { } }
public event System.Windows.Forms.ColumnWidthChangingEventHandler ColumnWidthChanging { add { } remove { } }
public event System.Windows.Forms.DrawListViewColumnHeaderEventHandler DrawColumnHeader { add { } remove { } }
public event System.Windows.Forms.DrawListViewItemEventHandler DrawItem { add { } remove { } }
public event System.Windows.Forms.DrawListViewSubItemEventHandler DrawSubItem { add { } remove { } }
public event System.EventHandler ItemActivate { add { } remove { } }
public event System.Windows.Forms.ItemCheckEventHandler ItemCheck { add { } remove { } }
public event System.Windows.Forms.ItemCheckedEventHandler ItemChecked { add { } remove { } }
public event System.Windows.Forms.ItemDragEventHandler ItemDrag { add { } remove { } }
public event System.Windows.Forms.ListViewItemMouseHoverEventHandler ItemMouseHover { add { } remove { } }
public event System.Windows.Forms.ListViewItemSelectionChangedEventHandler ItemSelectionChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler PaddingChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
public event System.Windows.Forms.RetrieveVirtualItemEventHandler RetrieveVirtualItem { add { } remove { } }
public event System.EventHandler RightToLeftLayoutChanged { add { } remove { } }
public event System.Windows.Forms.SearchForVirtualItemEventHandler SearchForVirtualItem { add { } remove { } }
public event System.EventHandler SelectedIndexChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler TextChanged { add { } remove { } }
public event System.Windows.Forms.ListViewVirtualItemsSelectionRangeChangedEventHandler VirtualItemsSelectionRangeChanged { add { } remove { } }
public void ArrangeIcons() { }
public void ArrangeIcons(System.Windows.Forms.ListViewAlignment value) { }
public void AutoResizeColumn(int columnIndex, System.Windows.Forms.ColumnHeaderAutoResizeStyle headerAutoResize) { }
public void AutoResizeColumns(System.Windows.Forms.ColumnHeaderAutoResizeStyle headerAutoResize) { }
public void BeginUpdate() { }
public void Clear() { }
protected override void CreateHandle() { }
protected override void Dispose(bool disposing) { }
public void EndUpdate() { }
public void EnsureVisible(int index) { }
public System.Windows.Forms.ListViewItem FindItemWithText(string text) { throw null; }
public System.Windows.Forms.ListViewItem FindItemWithText(string text, bool includeSubItemsInSearch, int startIndex) { throw null; }
public System.Windows.Forms.ListViewItem FindItemWithText(string text, bool includeSubItemsInSearch, int startIndex, bool isPrefixSearch) { throw null; }
public System.Windows.Forms.ListViewItem FindNearestItem(System.Windows.Forms.SearchDirectionHint dir, System.Drawing.Point point) { throw null; }
public System.Windows.Forms.ListViewItem FindNearestItem(System.Windows.Forms.SearchDirectionHint searchDirection, int x, int y) { throw null; }
public System.Windows.Forms.ListViewItem GetItemAt(int x, int y) { throw null; }
public System.Drawing.Rectangle GetItemRect(int index) { throw null; }
public System.Drawing.Rectangle GetItemRect(int index, System.Windows.Forms.ItemBoundsPortion portion) { throw null; }
public System.Windows.Forms.ListViewHitTestInfo HitTest(System.Drawing.Point point) { throw null; }
public System.Windows.Forms.ListViewHitTestInfo HitTest(int x, int y) { throw null; }
protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
protected virtual void OnAfterLabelEdit(System.Windows.Forms.LabelEditEventArgs e) { }
protected override void OnBackgroundImageChanged(System.EventArgs e) { }
protected virtual void OnBeforeLabelEdit(System.Windows.Forms.LabelEditEventArgs e) { }
protected internal virtual void OnCacheVirtualItems(System.Windows.Forms.CacheVirtualItemsEventArgs e) { }
protected internal virtual void OnColumnClick(System.Windows.Forms.ColumnClickEventArgs e) { }
protected virtual void OnColumnReordered(System.Windows.Forms.ColumnReorderedEventArgs e) { }
protected virtual void OnColumnWidthChanged(System.Windows.Forms.ColumnWidthChangedEventArgs e) { }
protected virtual void OnColumnWidthChanging(System.Windows.Forms.ColumnWidthChangingEventArgs e) { }
protected internal virtual void OnDrawColumnHeader(System.Windows.Forms.DrawListViewColumnHeaderEventArgs e) { }
protected internal virtual void OnDrawItem(System.Windows.Forms.DrawListViewItemEventArgs e) { }
protected internal virtual void OnDrawSubItem(System.Windows.Forms.DrawListViewSubItemEventArgs e) { }
protected override void OnFontChanged(System.EventArgs e) { }
protected override void OnHandleCreated(System.EventArgs e) { }
protected override void OnHandleDestroyed(System.EventArgs e) { }
protected virtual void OnItemActivate(System.EventArgs e) { }
protected internal virtual void OnItemCheck(System.Windows.Forms.ItemCheckEventArgs ice) { }
protected internal virtual void OnItemChecked(System.Windows.Forms.ItemCheckedEventArgs e) { }
protected virtual void OnItemDrag(System.Windows.Forms.ItemDragEventArgs e) { }
protected virtual void OnItemMouseHover(System.Windows.Forms.ListViewItemMouseHoverEventArgs e) { }
protected internal virtual void OnItemSelectionChanged(System.Windows.Forms.ListViewItemSelectionChangedEventArgs e) { }
protected override void OnMouseHover(System.EventArgs e) { }
protected override void OnMouseLeave(System.EventArgs e) { }
protected override void OnParentChanged(System.EventArgs e) { }
protected override void OnResize(System.EventArgs e) { }
protected virtual void OnRetrieveVirtualItem(System.Windows.Forms.RetrieveVirtualItemEventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnRightToLeftLayoutChanged(System.EventArgs e) { }
protected virtual void OnSearchForVirtualItem(System.Windows.Forms.SearchForVirtualItemEventArgs e) { }
protected virtual void OnSelectedIndexChanged(System.EventArgs e) { }
protected override void OnSystemColorsChanged(System.EventArgs e) { }
protected virtual void OnVirtualItemsSelectionRangeChanged(System.Windows.Forms.ListViewVirtualItemsSelectionRangeChangedEventArgs e) { }
protected void RealizeProperties() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public void RedrawItems(int startIndex, int endIndex, bool invalidateOnly) { }
public void Sort() { }
public override string ToString() { throw null; }
protected void UpdateExtendedStyles() { }
protected override void WndProc(ref System.Windows.Forms.Message m) { }
[System.ComponentModel.ListBindableAttribute(false)]
public partial class CheckedIndexCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
{
public CheckedIndexCollection(System.Windows.Forms.ListView owner) { }
[System.ComponentModel.BrowsableAttribute(false)]
public int Count { get { throw null; } }
public bool IsReadOnly { get { throw null; } }
public int this[int index] { get { throw null; } }
bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
object System.Collections.ICollection.SyncRoot { get { throw null; } }
bool System.Collections.IList.IsFixedSize { get { throw null; } }
object System.Collections.IList.this[int index] { get { throw null; } set { } }
public bool Contains(int checkedIndex) { throw null; }
public System.Collections.IEnumerator GetEnumerator() { throw null; }
public int IndexOf(int checkedIndex) { throw null; }
void System.Collections.ICollection.CopyTo(System.Array dest, int index) { }
int System.Collections.IList.Add(object value) { throw null; }
void System.Collections.IList.Clear() { }
bool System.Collections.IList.Contains(object checkedIndex) { throw null; }
int System.Collections.IList.IndexOf(object checkedIndex) { throw null; }
void System.Collections.IList.Insert(int index, object value) { }
void System.Collections.IList.Remove(object value) { }
void System.Collections.IList.RemoveAt(int index) { }
}
[System.ComponentModel.ListBindableAttribute(false)]
public partial class CheckedListViewItemCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
{
public CheckedListViewItemCollection(System.Windows.Forms.ListView owner) { }
[System.ComponentModel.BrowsableAttribute(false)]
public int Count { get { throw null; } }
public bool IsReadOnly { get { throw null; } }
public System.Windows.Forms.ListViewItem this[int index] { get { throw null; } }
public virtual System.Windows.Forms.ListViewItem this[string key] { get { throw null; } }
bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
object System.Collections.ICollection.SyncRoot { get { throw null; } }
bool System.Collections.IList.IsFixedSize { get { throw null; } }
object System.Collections.IList.this[int index] { get { throw null; } set { } }
public bool Contains(System.Windows.Forms.ListViewItem item) { throw null; }
public virtual bool ContainsKey(string key) { throw null; }
public void CopyTo(System.Array dest, int index) { }
public System.Collections.IEnumerator GetEnumerator() { throw null; }
public int IndexOf(System.Windows.Forms.ListViewItem item) { throw null; }
public virtual int IndexOfKey(string key) { throw null; }
int System.Collections.IList.Add(object value) { throw null; }
void System.Collections.IList.Clear() { }
bool System.Collections.IList.Contains(object item) { throw null; }
int System.Collections.IList.IndexOf(object item) { throw null; }
void System.Collections.IList.Insert(int index, object value) { }
void System.Collections.IList.Remove(object value) { }
void System.Collections.IList.RemoveAt(int index) { }
}
[System.ComponentModel.ListBindableAttribute(false)]
public partial class ColumnHeaderCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
{
public ColumnHeaderCollection(System.Windows.Forms.ListView owner) { }
[System.ComponentModel.BrowsableAttribute(false)]
public int Count { get { throw null; } }
public bool IsReadOnly { get { throw null; } }
public virtual System.Windows.Forms.ColumnHeader this[int index] { get { throw null; } }
public virtual System.Windows.Forms.ColumnHeader this[string key] { get { throw null; } }
bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
object System.Collections.ICollection.SyncRoot { get { throw null; } }
bool System.Collections.IList.IsFixedSize { get { throw null; } }
object System.Collections.IList.this[int index] { get { throw null; } set { } }
public virtual System.Windows.Forms.ColumnHeader Add(string text) { throw null; }
public virtual System.Windows.Forms.ColumnHeader Add(string text, int width) { throw null; }
public virtual System.Windows.Forms.ColumnHeader Add(string text, int width, System.Windows.Forms.HorizontalAlignment textAlign) { throw null; }
public virtual System.Windows.Forms.ColumnHeader Add(string key, string text) { throw null; }
public virtual System.Windows.Forms.ColumnHeader Add(string key, string text, int width) { throw null; }
public virtual System.Windows.Forms.ColumnHeader Add(string key, string text, int width, System.Windows.Forms.HorizontalAlignment textAlign, int imageIndex) { throw null; }
public virtual System.Windows.Forms.ColumnHeader Add(string key, string text, int width, System.Windows.Forms.HorizontalAlignment textAlign, string imageKey) { throw null; }
public virtual int Add(System.Windows.Forms.ColumnHeader value) { throw null; }
public virtual void AddRange(System.Windows.Forms.ColumnHeader[] values) { }
public virtual void Clear() { }
public bool Contains(System.Windows.Forms.ColumnHeader value) { throw null; }
public virtual bool ContainsKey(string key) { throw null; }
public System.Collections.IEnumerator GetEnumerator() { throw null; }
public int IndexOf(System.Windows.Forms.ColumnHeader value) { throw null; }
public virtual int IndexOfKey(string key) { throw null; }
public void Insert(int index, string text) { }
public void Insert(int index, string text, int width) { }
public void Insert(int index, string text, int width, System.Windows.Forms.HorizontalAlignment textAlign) { }
public void Insert(int index, string key, string text) { }
public void Insert(int index, string key, string text, int width) { }
public void Insert(int index, string key, string text, int width, System.Windows.Forms.HorizontalAlignment textAlign, int imageIndex) { }
public void Insert(int index, string key, string text, int width, System.Windows.Forms.HorizontalAlignment textAlign, string imageKey) { }
public void Insert(int index, System.Windows.Forms.ColumnHeader value) { }
public virtual void Remove(System.Windows.Forms.ColumnHeader column) { }
public virtual void RemoveAt(int index) { }
public virtual void RemoveByKey(string key) { }
void System.Collections.ICollection.CopyTo(System.Array dest, int index) { }
int System.Collections.IList.Add(object value) { throw null; }
bool System.Collections.IList.Contains(object value) { throw null; }
int System.Collections.IList.IndexOf(object value) { throw null; }
void System.Collections.IList.Insert(int index, object value) { }
void System.Collections.IList.Remove(object value) { }
}
[System.ComponentModel.ListBindableAttribute(false)]
public partial class ListViewItemCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
{
public ListViewItemCollection(System.Windows.Forms.ListView owner) { }
[System.ComponentModel.BrowsableAttribute(false)]
public int Count { get { throw null; } }
public bool IsReadOnly { get { throw null; } }
public virtual System.Windows.Forms.ListViewItem this[int index] { get { throw null; } set { } }
public virtual System.Windows.Forms.ListViewItem this[string key] { get { throw null; } }
bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
object System.Collections.ICollection.SyncRoot { get { throw null; } }
bool System.Collections.IList.IsFixedSize { get { throw null; } }
object System.Collections.IList.this[int index] { get { throw null; } set { } }
public virtual System.Windows.Forms.ListViewItem Add(string text) { throw null; }
public virtual System.Windows.Forms.ListViewItem Add(string text, int imageIndex) { throw null; }
public virtual System.Windows.Forms.ListViewItem Add(string text, string imageKey) { throw null; }
public virtual System.Windows.Forms.ListViewItem Add(string key, string text, int imageIndex) { throw null; }
public virtual System.Windows.Forms.ListViewItem Add(string key, string text, string imageKey) { throw null; }
public virtual System.Windows.Forms.ListViewItem Add(System.Windows.Forms.ListViewItem value) { throw null; }
public void AddRange(System.Windows.Forms.ListView.ListViewItemCollection items) { }
public void AddRange(System.Windows.Forms.ListViewItem[] items) { }
public virtual void Clear() { }
public bool Contains(System.Windows.Forms.ListViewItem item) { throw null; }
public virtual bool ContainsKey(string key) { throw null; }
public void CopyTo(System.Array dest, int index) { }
public System.Windows.Forms.ListViewItem[] Find(string key, bool searchAllSubItems) { throw null; }
public System.Collections.IEnumerator GetEnumerator() { throw null; }
public int IndexOf(System.Windows.Forms.ListViewItem item) { throw null; }
public virtual int IndexOfKey(string key) { throw null; }
public System.Windows.Forms.ListViewItem Insert(int index, string text) { throw null; }
public System.Windows.Forms.ListViewItem Insert(int index, string text, int imageIndex) { throw null; }
public System.Windows.Forms.ListViewItem Insert(int index, string text, string imageKey) { throw null; }
public virtual System.Windows.Forms.ListViewItem Insert(int index, string key, string text, int imageIndex) { throw null; }
public virtual System.Windows.Forms.ListViewItem Insert(int index, string key, string text, string imageKey) { throw null; }
public System.Windows.Forms.ListViewItem Insert(int index, System.Windows.Forms.ListViewItem item) { throw null; }
public virtual void Remove(System.Windows.Forms.ListViewItem item) { }
public virtual void RemoveAt(int index) { }
public virtual void RemoveByKey(string key) { }
int System.Collections.IList.Add(object item) { throw null; }
bool System.Collections.IList.Contains(object item) { throw null; }
int System.Collections.IList.IndexOf(object item) { throw null; }
void System.Collections.IList.Insert(int index, object item) { }
void System.Collections.IList.Remove(object item) { }
}
[System.ComponentModel.ListBindableAttribute(false)]
public partial class SelectedIndexCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
{
public SelectedIndexCollection(System.Windows.Forms.ListView owner) { }
[System.ComponentModel.BrowsableAttribute(false)]
public int Count { get { throw null; } }
public bool IsReadOnly { get { throw null; } }
public int this[int index] { get { throw null; } }
bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
object System.Collections.ICollection.SyncRoot { get { throw null; } }
bool System.Collections.IList.IsFixedSize { get { throw null; } }
object System.Collections.IList.this[int index] { get { throw null; } set { } }
public int Add(int itemIndex) { throw null; }
public void Clear() { }
public bool Contains(int selectedIndex) { throw null; }
public void CopyTo(System.Array dest, int index) { }
public System.Collections.IEnumerator GetEnumerator() { throw null; }
public int IndexOf(int selectedIndex) { throw null; }
public void Remove(int itemIndex) { }
int System.Collections.IList.Add(object value) { throw null; }
void System.Collections.IList.Clear() { }
bool System.Collections.IList.Contains(object selectedIndex) { throw null; }
int System.Collections.IList.IndexOf(object selectedIndex) { throw null; }
void System.Collections.IList.Insert(int index, object value) { }
void System.Collections.IList.Remove(object value) { }
void System.Collections.IList.RemoveAt(int index) { }
}
[System.ComponentModel.ListBindableAttribute(false)]
public partial class SelectedListViewItemCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
{
public SelectedListViewItemCollection(System.Windows.Forms.ListView owner) { }
[System.ComponentModel.BrowsableAttribute(false)]
public int Count { get { throw null; } }
public bool IsReadOnly { get { throw null; } }
public System.Windows.Forms.ListViewItem this[int index] { get { throw null; } }
public virtual System.Windows.Forms.ListViewItem this[string key] { get { throw null; } }
bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
object System.Collections.ICollection.SyncRoot { get { throw null; } }
bool System.Collections.IList.IsFixedSize { get { throw null; } }
object System.Collections.IList.this[int index] { get { throw null; } set { } }
public void Clear() { }
public bool Contains(System.Windows.Forms.ListViewItem item) { throw null; }
public virtual bool ContainsKey(string key) { throw null; }
public void CopyTo(System.Array dest, int index) { }
public System.Collections.IEnumerator GetEnumerator() { throw null; }
public int IndexOf(System.Windows.Forms.ListViewItem item) { throw null; }
public virtual int IndexOfKey(string key) { throw null; }
int System.Collections.IList.Add(object value) { throw null; }
bool System.Collections.IList.Contains(object item) { throw null; }
int System.Collections.IList.IndexOf(object item) { throw null; }
void System.Collections.IList.Insert(int index, object value) { }
void System.Collections.IList.Remove(object value) { }
void System.Collections.IList.RemoveAt(int index) { }
}
}
public enum ListViewAlignment
{
Default = 0,
Left = 1,
SnapToGrid = 5,
Top = 2,
}
[System.ComponentModel.DefaultPropertyAttribute("Header")]
[System.ComponentModel.DesignTimeVisibleAttribute(false)]
[System.ComponentModel.ToolboxItemAttribute(false)]
[System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.ListViewGroupConverter")]
[System.SerializableAttribute]
public sealed partial class ListViewGroup : System.Runtime.Serialization.ISerializable
{
public ListViewGroup() { }
public ListViewGroup(string header) { }
public ListViewGroup(string key, string headerText) { }
public ListViewGroup(string header, System.Windows.Forms.HorizontalAlignment headerAlignment) { }
public string Header { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.HorizontalAlignment.Left)]
public System.Windows.Forms.HorizontalAlignment HeaderAlignment { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Windows.Forms.ListView.ListViewItemCollection Items { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.ListView ListView { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute("")]
public string Name { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(false)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
public object Tag { get { throw null; } set { } }
void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
public override string ToString() { throw null; }
}
[System.ComponentModel.ListBindableAttribute(false)]
public partial class ListViewGroupCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
{
internal ListViewGroupCollection() { }
public int Count { get { throw null; } }
public System.Windows.Forms.ListViewGroup this[int index] { get { throw null; } set { } }
public System.Windows.Forms.ListViewGroup this[string key] { get { throw null; } set { } }
bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
object System.Collections.ICollection.SyncRoot { get { throw null; } }
bool System.Collections.IList.IsFixedSize { get { throw null; } }
bool System.Collections.IList.IsReadOnly { get { throw null; } }
object System.Collections.IList.this[int index] { get { throw null; } set { } }
public System.Windows.Forms.ListViewGroup Add(string key, string headerText) { throw null; }
public int Add(System.Windows.Forms.ListViewGroup group) { throw null; }
public void AddRange(System.Windows.Forms.ListViewGroupCollection groups) { }
public void AddRange(System.Windows.Forms.ListViewGroup[] groups) { }
public void Clear() { }
public bool Contains(System.Windows.Forms.ListViewGroup value) { throw null; }
public void CopyTo(System.Array array, int index) { }
public System.Collections.IEnumerator GetEnumerator() { throw null; }
public int IndexOf(System.Windows.Forms.ListViewGroup value) { throw null; }
public void Insert(int index, System.Windows.Forms.ListViewGroup group) { }
public void Remove(System.Windows.Forms.ListViewGroup group) { }
public void RemoveAt(int index) { }
int System.Collections.IList.Add(object value) { throw null; }
bool System.Collections.IList.Contains(object value) { throw null; }
int System.Collections.IList.IndexOf(object value) { throw null; }
void System.Collections.IList.Insert(int index, object value) { }
void System.Collections.IList.Remove(object value) { }
}
public partial class ListViewHitTestInfo
{
public ListViewHitTestInfo(System.Windows.Forms.ListViewItem hitItem, System.Windows.Forms.ListViewItem.ListViewSubItem hitSubItem, System.Windows.Forms.ListViewHitTestLocations hitLocation) { }
public System.Windows.Forms.ListViewItem Item { get { throw null; } }
public System.Windows.Forms.ListViewHitTestLocations Location { get { throw null; } }
public System.Windows.Forms.ListViewItem.ListViewSubItem SubItem { get { throw null; } }
}
[System.FlagsAttribute]
public enum ListViewHitTestLocations
{
AboveClientArea = 256,
BelowClientArea = 16,
Image = 2,
Label = 4,
LeftOfClientArea = 64,
None = 1,
RightOfClientArea = 32,
StateImage = 512,
}
public sealed partial class ListViewInsertionMark
{
internal ListViewInsertionMark() { }
public bool AppearsAfterItem { get { throw null; } set { } }
public System.Drawing.Rectangle Bounds { get { throw null; } }
public System.Drawing.Color Color { get { throw null; } set { } }
public int Index { get { throw null; } set { } }
public int NearestIndex(System.Drawing.Point pt) { throw null; }
}
[System.ComponentModel.DefaultPropertyAttribute("Text")]
[System.ComponentModel.DesignTimeVisibleAttribute(false)]
[System.ComponentModel.ToolboxItemAttribute(false)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ListViewItemConverter))]
[System.SerializableAttribute]
public partial class ListViewItem : System.ICloneable, System.Runtime.Serialization.ISerializable
{
public ListViewItem() { }
protected ListViewItem(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
public ListViewItem(string text) { }
public ListViewItem(string text, int imageIndex) { }
public ListViewItem(string text, int imageIndex, System.Windows.Forms.ListViewGroup group) { }
public ListViewItem(string text, string imageKey) { }
public ListViewItem(string text, string imageKey, System.Windows.Forms.ListViewGroup group) { }
public ListViewItem(string text, System.Windows.Forms.ListViewGroup group) { }
public ListViewItem(string[] items) { }
public ListViewItem(string[] items, int imageIndex) { }
public ListViewItem(string[] items, int imageIndex, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font) { }
public ListViewItem(string[] items, int imageIndex, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font, System.Windows.Forms.ListViewGroup group) { }
public ListViewItem(string[] items, int imageIndex, System.Windows.Forms.ListViewGroup group) { }
public ListViewItem(string[] items, string imageKey) { }
public ListViewItem(string[] items, string imageKey, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font) { }
public ListViewItem(string[] items, string imageKey, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font, System.Windows.Forms.ListViewGroup group) { }
public ListViewItem(string[] items, string imageKey, System.Windows.Forms.ListViewGroup group) { }
public ListViewItem(string[] items, System.Windows.Forms.ListViewGroup group) { }
public ListViewItem(System.Windows.Forms.ListViewGroup group) { }
public ListViewItem(System.Windows.Forms.ListViewItem.ListViewSubItem[] subItems, int imageIndex) { }
public ListViewItem(System.Windows.Forms.ListViewItem.ListViewSubItem[] subItems, int imageIndex, System.Windows.Forms.ListViewGroup group) { }
public ListViewItem(System.Windows.Forms.ListViewItem.ListViewSubItem[] subItems, string imageKey) { }
public ListViewItem(System.Windows.Forms.ListViewItem.ListViewSubItem[] subItems, string imageKey, System.Windows.Forms.ListViewGroup group) { }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Drawing.Color BackColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Drawing.Rectangle Bounds { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public bool Checked { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public bool Focused { get { throw null; } set { } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Drawing.Font Font { get { throw null; } set { } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Drawing.Color ForeColor { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.ListViewGroup Group { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(-1)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
[System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.NoneExcludedImageIndexConverter")]
public int ImageIndex { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageKeyConverter))]
public string ImageKey { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Windows.Forms.ImageList ImageList { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(0)]
public int IndentCount { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public int Index { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Windows.Forms.ListView ListView { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.LocalizableAttribute(true)]
public string Name { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Drawing.Point Position { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public bool Selected { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(-1)]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
[System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.NoneExcludedImageIndexConverter")]
[System.Windows.Forms.RelatedImageListAttribute("ListView.StateImageList")]
public int StateImageIndex { get { throw null; } set { } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListViewSubItemCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
public System.Windows.Forms.ListViewItem.ListViewSubItemCollection SubItems { get { throw null; } }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(false)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
public object Tag { get { throw null; } set { } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.LocalizableAttribute(true)]
public string Text { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
public string ToolTipText { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool UseItemStyleForSubItems { get { throw null; } set { } }
public void BeginEdit() { }
public virtual object Clone() { throw null; }
protected virtual void Deserialize(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
public virtual void EnsureVisible() { }
public System.Windows.Forms.ListViewItem FindNearestItem(System.Windows.Forms.SearchDirectionHint searchDirection) { throw null; }
public System.Drawing.Rectangle GetBounds(System.Windows.Forms.ItemBoundsPortion portion) { throw null; }
public System.Windows.Forms.ListViewItem.ListViewSubItem GetSubItemAt(int x, int y) { throw null; }
public virtual void Remove() { }
protected virtual void Serialize(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
public override string ToString() { throw null; }
[System.ComponentModel.DefaultPropertyAttribute("Text")]
[System.ComponentModel.DesignTimeVisibleAttribute(false)]
[System.ComponentModel.ToolboxItemAttribute(false)]
[System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.ListViewSubItemConverter")]
[System.SerializableAttribute]
public partial class ListViewSubItem
{
public ListViewSubItem() { }
public ListViewSubItem(System.Windows.Forms.ListViewItem owner, string text) { }
public ListViewSubItem(System.Windows.Forms.ListViewItem owner, string text, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font) { }
public System.Drawing.Color BackColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Drawing.Rectangle Bounds { get { throw null; } }
[System.ComponentModel.LocalizableAttribute(true)]
public System.Drawing.Font Font { get { throw null; } set { } }
public System.Drawing.Color ForeColor { get { throw null; } set { } }
[System.ComponentModel.LocalizableAttribute(true)]
public string Name { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(false)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
public object Tag { get { throw null; } set { } }
[System.ComponentModel.LocalizableAttribute(true)]
public string Text { get { throw null; } set { } }
public void ResetStyle() { }
public override string ToString() { throw null; }
}
public partial class ListViewSubItemCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
{
public ListViewSubItemCollection(System.Windows.Forms.ListViewItem owner) { }
[System.ComponentModel.BrowsableAttribute(false)]
public int Count { get { throw null; } }
public bool IsReadOnly { get { throw null; } }
public System.Windows.Forms.ListViewItem.ListViewSubItem this[int index] { get { throw null; } set { } }
public virtual System.Windows.Forms.ListViewItem.ListViewSubItem this[string key] { get { throw null; } }
bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
object System.Collections.ICollection.SyncRoot { get { throw null; } }
bool System.Collections.IList.IsFixedSize { get { throw null; } }
object System.Collections.IList.this[int index] { get { throw null; } set { } }
public System.Windows.Forms.ListViewItem.ListViewSubItem Add(string text) { throw null; }
public System.Windows.Forms.ListViewItem.ListViewSubItem Add(string text, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font) { throw null; }
public System.Windows.Forms.ListViewItem.ListViewSubItem Add(System.Windows.Forms.ListViewItem.ListViewSubItem item) { throw null; }
public void AddRange(string[] items) { }
public void AddRange(string[] items, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Drawing.Font font) { }
public void AddRange(System.Windows.Forms.ListViewItem.ListViewSubItem[] items) { }
public void Clear() { }
public bool Contains(System.Windows.Forms.ListViewItem.ListViewSubItem subItem) { throw null; }
public virtual bool ContainsKey(string key) { throw null; }
public System.Collections.IEnumerator GetEnumerator() { throw null; }
public int IndexOf(System.Windows.Forms.ListViewItem.ListViewSubItem subItem) { throw null; }
public virtual int IndexOfKey(string key) { throw null; }
public void Insert(int index, System.Windows.Forms.ListViewItem.ListViewSubItem item) { }
public void Remove(System.Windows.Forms.ListViewItem.ListViewSubItem item) { }
public void RemoveAt(int index) { }
public virtual void RemoveByKey(string key) { }
void System.Collections.ICollection.CopyTo(System.Array dest, int index) { }
int System.Collections.IList.Add(object item) { throw null; }
bool System.Collections.IList.Contains(object subItem) { throw null; }
int System.Collections.IList.IndexOf(object subItem) { throw null; }
void System.Collections.IList.Insert(int index, object item) { }
void System.Collections.IList.Remove(object item) { }
}
}
public partial class ListViewItemConverter : System.ComponentModel.ExpandableObjectConverter
{
public ListViewItemConverter() { }
public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
}
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class ListViewItemMouseHoverEventArgs : System.EventArgs
{
public ListViewItemMouseHoverEventArgs(System.Windows.Forms.ListViewItem item) { }
public System.Windows.Forms.ListViewItem Item { get { throw null; } }
}
public delegate void ListViewItemMouseHoverEventHandler(object sender, System.Windows.Forms.ListViewItemMouseHoverEventArgs e);
public partial class ListViewItemSelectionChangedEventArgs : System.EventArgs
{
public ListViewItemSelectionChangedEventArgs(System.Windows.Forms.ListViewItem item, int itemIndex, bool isSelected) { }
public bool IsSelected { get { throw null; } }
public System.Windows.Forms.ListViewItem Item { get { throw null; } }
public int ItemIndex { get { throw null; } }
}
public delegate void ListViewItemSelectionChangedEventHandler(object sender, System.Windows.Forms.ListViewItemSelectionChangedEventArgs e);
[System.FlagsAttribute]
public enum ListViewItemStates
{
Checked = 8,
Default = 32,
Focused = 16,
Grayed = 2,
Hot = 64,
Indeterminate = 256,
Marked = 128,
Selected = 1,
ShowKeyboardCues = 512,
}
public partial class ListViewVirtualItemsSelectionRangeChangedEventArgs : System.EventArgs
{
public ListViewVirtualItemsSelectionRangeChangedEventArgs(int startIndex, int endIndex, bool isSelected) { }
public int EndIndex { get { throw null; } }
public bool IsSelected { get { throw null; } }
public int StartIndex { get { throw null; } }
}
public delegate void ListViewVirtualItemsSelectionRangeChangedEventHandler(object sender, System.Windows.Forms.ListViewVirtualItemsSelectionRangeChangedEventArgs e);
[System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms.MainMenu", System.ComponentModel.ToolboxItemFilterType.Allow)]
public partial class MainMenu : System.Windows.Forms.Menu
{
public MainMenu() : base (default(System.Windows.Forms.MenuItem[])) { }
public MainMenu(System.ComponentModel.IContainer container) : base (default(System.Windows.Forms.MenuItem[])) { }
public MainMenu(System.Windows.Forms.MenuItem[] items) : base (default(System.Windows.Forms.MenuItem[])) { }
[System.ComponentModel.AmbientValueAttribute(System.Windows.Forms.RightToLeft.Inherit)]
[System.ComponentModel.LocalizableAttribute(true)]
public virtual System.Windows.Forms.RightToLeft RightToLeft { get { throw null; } set { } }
public event System.EventHandler Collapse { add { } remove { } }
public virtual System.Windows.Forms.MainMenu CloneMenu() { throw null; }
protected override System.IntPtr CreateMenuHandle() { throw null; }
protected override void Dispose(bool disposing) { }
public System.Windows.Forms.Form GetForm() { throw null; }
protected internal virtual void OnCollapse(System.EventArgs e) { }
public override string ToString() { throw null; }
}
[System.ComponentModel.DefaultBindingPropertyAttribute("Text")]
[System.ComponentModel.DefaultEventAttribute("MaskInputRejected")]
[System.ComponentModel.DefaultPropertyAttribute("Mask")]
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.MaskedTextBoxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class MaskedTextBox : System.Windows.Forms.TextBoxBase
{
public MaskedTextBox() { }
public MaskedTextBox(System.ComponentModel.MaskedTextProvider maskedTextProvider) { }
public MaskedTextBox(string mask) { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool AcceptsTab { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool AllowPromptAsInput { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public bool AsciiOnly { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool BeepOnError { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool CanUndo { get { throw null; } }
protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public System.Globalization.CultureInfo Culture { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.MaskFormat.IncludeLiterals)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public System.Windows.Forms.MaskFormat CutCopyMaskFormat { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.IFormatProvider FormatProvider { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public bool HidePromptOnLeave { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.InsertKeyMode.Default)]
public System.Windows.Forms.InsertKeyMode InsertKeyMode { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public bool IsOverwriteMode { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new string[] Lines { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.MaskPropertyEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.MergablePropertyAttribute(false)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public string Mask { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public bool MaskCompleted { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.ComponentModel.MaskedTextProvider MaskedTextProvider { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public bool MaskFull { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override int MaxLength { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override bool Multiline { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute('\0')]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public char PasswordChar { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute('_')]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public char PromptChar { get { throw null; } set { } }
public new bool ReadOnly { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool RejectInputOnFirstFailure { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool ResetOnPrompt { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool ResetOnSpace { get { throw null; } set { } }
public override string SelectedText { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool SkipLiterals { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.MaskedTextBoxTextEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public override string Text { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.HorizontalAlignment.Left)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.HorizontalAlignment TextAlign { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public override int TextLength { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.MaskFormat.IncludeLiterals)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public System.Windows.Forms.MaskFormat TextMaskFormat { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public bool UseSystemPasswordChar { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(null)]
public System.Type ValidatingType { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool WordWrap { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler AcceptsTabChanged { add { } remove { } }
public event System.EventHandler IsOverwriteModeChanged { add { } remove { } }
public event System.EventHandler MaskChanged { add { } remove { } }
public event System.Windows.Forms.MaskInputRejectedEventHandler MaskInputRejected { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler MultilineChanged { add { } remove { } }
public event System.EventHandler TextAlignChanged { add { } remove { } }
public event System.Windows.Forms.TypeValidationEventHandler TypeValidationCompleted { add { } remove { } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new void ClearUndo() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Security.Permissions.UIPermissionAttribute(System.Security.Permissions.SecurityAction.InheritanceDemand, Window=System.Security.Permissions.UIPermissionWindow.AllWindows)]
protected override void CreateHandle() { }
public override char GetCharFromPosition(System.Drawing.Point pt) { throw null; }
public override int GetCharIndexFromPosition(System.Drawing.Point pt) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new int GetFirstCharIndexFromLine(int lineNumber) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new int GetFirstCharIndexOfCurrentLine() { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override int GetLineFromCharIndex(int index) { throw null; }
public override System.Drawing.Point GetPositionFromCharIndex(int index) { throw null; }
protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
protected override void OnBackColorChanged(System.EventArgs e) { }
protected override void OnHandleCreated(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnIsOverwriteModeChanged(System.EventArgs e) { }
protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { }
protected override void OnKeyPress(System.Windows.Forms.KeyPressEventArgs e) { }
protected override void OnKeyUp(System.Windows.Forms.KeyEventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnMaskChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
protected override void OnMultilineChanged(System.EventArgs e) { }
protected virtual void OnTextAlignChanged(System.EventArgs e) { }
protected override void OnTextChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void OnValidating(System.ComponentModel.CancelEventArgs e) { }
protected override bool ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.Keys keyData) { throw null; }
protected internal override bool ProcessKeyMessage(ref System.Windows.Forms.Message m) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new void ScrollToCaret() { }
public override string ToString() { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new void Undo() { }
public object ValidateText() { throw null; }
protected override void WndProc(ref System.Windows.Forms.Message m) { }
}
public enum MaskFormat
{
ExcludePromptAndLiterals = 0,
IncludeLiterals = 2,
IncludePrompt = 1,
IncludePromptAndLiterals = 3,
}
public partial class MaskInputRejectedEventArgs : System.EventArgs
{
public MaskInputRejectedEventArgs(int position, System.ComponentModel.MaskedTextResultHint rejectionHint) { }
public int Position { get { throw null; } }
public System.ComponentModel.MaskedTextResultHint RejectionHint { get { throw null; } }
}
public delegate void MaskInputRejectedEventHandler(object sender, System.Windows.Forms.MaskInputRejectedEventArgs e);
[System.ComponentModel.DesignTimeVisibleAttribute(false)]
[System.ComponentModel.ToolboxItemAttribute(false)]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public sealed partial class MdiClient : System.Windows.Forms.Control
{
public MdiClient() { }
[System.ComponentModel.LocalizableAttribute(true)]
public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
public System.Windows.Forms.Form[] MdiChildren { get { throw null; } }
protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw null; }
public void LayoutMdi(System.Windows.Forms.MdiLayout value) { }
protected override void OnResize(System.EventArgs e) { }
protected override void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
protected override void ScaleCore(float dx, float dy) { }
protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
protected override void WndProc(ref System.Windows.Forms.Message m) { }
[System.Runtime.InteropServices.ComVisibleAttribute(false)]
public partial class ControlCollection : System.Windows.Forms.Control.ControlCollection
{
public ControlCollection(System.Windows.Forms.MdiClient owner) : base (default(System.Windows.Forms.Control)) { }
public override void Add(System.Windows.Forms.Control value) { }
public override void Remove(System.Windows.Forms.Control value) { }
}
}
public enum MdiLayout
{
ArrangeIcons = 3,
Cascade = 0,
TileHorizontal = 1,
TileVertical = 2,
}
public partial class MeasureItemEventArgs : System.EventArgs
{
public MeasureItemEventArgs(System.Drawing.Graphics graphics, int index) { }
public MeasureItemEventArgs(System.Drawing.Graphics graphics, int index, int itemHeight) { }
public System.Drawing.Graphics Graphics { get { throw null; } }
public int Index { get { throw null; } }
public int ItemHeight { get { throw null; } set { } }
public int ItemWidth { get { throw null; } set { } }
}
public delegate void MeasureItemEventHandler(object sender, System.Windows.Forms.MeasureItemEventArgs e);
[System.ComponentModel.ListBindableAttribute(false)]
[System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms", System.ComponentModel.ToolboxItemFilterType.Allow)]
public abstract partial class Menu : System.ComponentModel.Component
{
public const int FindHandle = 0;
public const int FindShortcut = 1;
protected Menu(System.Windows.Forms.MenuItem[] items) { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.IntPtr Handle { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public virtual bool IsParent { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.MenuItem MdiListItem { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
[System.ComponentModel.MergablePropertyAttribute(false)]
public System.Windows.Forms.Menu.MenuItemCollection MenuItems { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public string Name { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(false)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
public object Tag { get { throw null; } set { } }
protected void CloneMenu(System.Windows.Forms.Menu menuSrc) { }
protected virtual System.IntPtr CreateMenuHandle() { throw null; }
protected override void Dispose(bool disposing) { }
public System.Windows.Forms.MenuItem FindMenuItem(int type, System.IntPtr value) { throw null; }
protected int FindMergePosition(int mergeOrder) { throw null; }
public System.Windows.Forms.ContextMenu GetContextMenu() { throw null; }
public System.Windows.Forms.MainMenu GetMainMenu() { throw null; }
public virtual void MergeMenu(System.Windows.Forms.Menu menuSrc) { }
protected internal virtual bool ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.Keys keyData) { throw null; }
public override string ToString() { throw null; }
[System.ComponentModel.ListBindableAttribute(false)]
public partial class MenuItemCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
{
public MenuItemCollection(System.Windows.Forms.Menu owner) { }
public int Count { get { throw null; } }
public bool IsReadOnly { get { throw null; } }
public virtual System.Windows.Forms.MenuItem this[int index] { get { throw null; } }
public virtual System.Windows.Forms.MenuItem this[string key] { get { throw null; } }
bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
object System.Collections.ICollection.SyncRoot { get { throw null; } }
bool System.Collections.IList.IsFixedSize { get { throw null; } }
object System.Collections.IList.this[int index] { get { throw null; } set { } }
public virtual int Add(int index, System.Windows.Forms.MenuItem item) { throw null; }
public virtual System.Windows.Forms.MenuItem Add(string caption) { throw null; }
public virtual System.Windows.Forms.MenuItem Add(string caption, System.EventHandler onClick) { throw null; }
public virtual System.Windows.Forms.MenuItem Add(string caption, System.Windows.Forms.MenuItem[] items) { throw null; }
public virtual int Add(System.Windows.Forms.MenuItem item) { throw null; }
public virtual void AddRange(System.Windows.Forms.MenuItem[] items) { }
public virtual void Clear() { }
public bool Contains(System.Windows.Forms.MenuItem value) { throw null; }
public virtual bool ContainsKey(string key) { throw null; }
public void CopyTo(System.Array dest, int index) { }
public System.Windows.Forms.MenuItem[] Find(string key, bool searchAllChildren) { throw null; }
public System.Collections.IEnumerator GetEnumerator() { throw null; }
public int IndexOf(System.Windows.Forms.MenuItem value) { throw null; }
public virtual int IndexOfKey(string key) { throw null; }
public virtual void Remove(System.Windows.Forms.MenuItem item) { }
public virtual void RemoveAt(int index) { }
public virtual void RemoveByKey(string key) { }
int System.Collections.IList.Add(object value) { throw null; }
bool System.Collections.IList.Contains(object value) { throw null; }
int System.Collections.IList.IndexOf(object value) { throw null; }
void System.Collections.IList.Insert(int index, object value) { }
void System.Collections.IList.Remove(object value) { }
}
}
public enum MenuGlyph
{
Arrow = 0,
Bullet = 2,
Checkmark = 1,
Max = 2,
Min = 0,
}
[System.ComponentModel.DefaultEventAttribute("Click")]
[System.ComponentModel.DefaultPropertyAttribute("Text")]
[System.ComponentModel.DesignTimeVisibleAttribute(false)]
[System.ComponentModel.ToolboxItemAttribute(false)]
public partial class MenuItem : System.Windows.Forms.Menu
{
public MenuItem() : base (default(System.Windows.Forms.MenuItem[])) { }
public MenuItem(string text) : base (default(System.Windows.Forms.MenuItem[])) { }
public MenuItem(string text, System.EventHandler onClick) : base (default(System.Windows.Forms.MenuItem[])) { }
public MenuItem(string text, System.EventHandler onClick, System.Windows.Forms.Shortcut shortcut) : base (default(System.Windows.Forms.MenuItem[])) { }
public MenuItem(string text, System.Windows.Forms.MenuItem[] items) : base (default(System.Windows.Forms.MenuItem[])) { }
public MenuItem(System.Windows.Forms.MenuMerge mergeType, int mergeOrder, System.Windows.Forms.Shortcut shortcut, string text, System.EventHandler onClick, System.EventHandler onPopup, System.EventHandler onSelect, System.Windows.Forms.MenuItem[] items) : base (default(System.Windows.Forms.MenuItem[])) { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(false)]
public bool BarBreak { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(false)]
public bool Break { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool Checked { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool DefaultItem { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
[System.ComponentModel.LocalizableAttribute(true)]
public bool Enabled { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public int Index { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public override bool IsParent { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool MdiList { get { throw null; } set { } }
protected int MenuID { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(0)]
public int MergeOrder { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.MenuMerge.Add)]
public System.Windows.Forms.MenuMerge MergeType { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public char Mnemonic { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool OwnerDraw { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Windows.Forms.Menu Parent { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool RadioCheck { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.Shortcut.None)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.Shortcut Shortcut { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
[System.ComponentModel.LocalizableAttribute(true)]
public bool ShowShortcut { get { throw null; } set { } }
[System.ComponentModel.LocalizableAttribute(true)]
public string Text { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
[System.ComponentModel.LocalizableAttribute(true)]
public bool Visible { get { throw null; } set { } }
public event System.EventHandler Click { add { } remove { } }
public event System.Windows.Forms.DrawItemEventHandler DrawItem { add { } remove { } }
public event System.Windows.Forms.MeasureItemEventHandler MeasureItem { add { } remove { } }
public event System.EventHandler Popup { add { } remove { } }
public event System.EventHandler Select { add { } remove { } }
public virtual System.Windows.Forms.MenuItem CloneMenu() { throw null; }
protected void CloneMenu(System.Windows.Forms.MenuItem itemSrc) { }
protected override void Dispose(bool disposing) { }
public virtual System.Windows.Forms.MenuItem MergeMenu() { throw null; }
public void MergeMenu(System.Windows.Forms.MenuItem itemSrc) { }
protected virtual void OnClick(System.EventArgs e) { }
protected virtual void OnDrawItem(System.Windows.Forms.DrawItemEventArgs e) { }
protected virtual void OnInitMenuPopup(System.EventArgs e) { }
protected virtual void OnMeasureItem(System.Windows.Forms.MeasureItemEventArgs e) { }
protected virtual void OnPopup(System.EventArgs e) { }
protected virtual void OnSelect(System.EventArgs e) { }
public void PerformClick() { }
public virtual void PerformSelect() { }
public override string ToString() { throw null; }
}
public enum MenuMerge
{
Add = 0,
MergeItems = 2,
Remove = 3,
Replace = 1,
}
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class MenuStrip : System.Windows.Forms.ToolStrip
{
public MenuStrip() { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(false)]
public new bool CanOverflow { get { throw null; } set { } }
protected override System.Windows.Forms.Padding DefaultGripMargin { get { throw null; } }
protected override System.Windows.Forms.Padding DefaultPadding { get { throw null; } }
protected override bool DefaultShowItemToolTips { get { throw null; } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.ToolStripGripStyle.Hidden)]
public new System.Windows.Forms.ToolStripGripStyle GripStyle { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.MergablePropertyAttribute(false)]
[System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.MdiWindowListItemConverter")]
public System.Windows.Forms.ToolStripMenuItem MdiWindowListItem { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public new bool ShowItemToolTips { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public new bool Stretch { get { throw null; } set { } }
public event System.EventHandler MenuActivate { add { } remove { } }
public event System.EventHandler MenuDeactivate { add { } remove { } }
protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
protected internal override System.Windows.Forms.ToolStripItem CreateDefaultItem(string text, System.Drawing.Image image, System.EventHandler onClick) { throw null; }
protected virtual void OnMenuActivate(System.EventArgs e) { }
protected virtual void OnMenuDeactivate(System.EventArgs e) { }
protected override bool ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.Forms.Keys keyData) { throw null; }
protected override void WndProc(ref System.Windows.Forms.Message m) { }
}
public enum MergeAction
{
Append = 0,
Insert = 1,
MatchOnly = 4,
Remove = 3,
Replace = 2,
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct Message
{
private int _dummyPrimitive;
public System.IntPtr HWnd { get { throw null; } set { } }
public System.IntPtr LParam { get { throw null; } set { } }
public int Msg { get { throw null; } set { } }
public System.IntPtr Result { get { throw null; } set { } }
public System.IntPtr WParam { get { throw null; } set { } }
public static System.Windows.Forms.Message Create(System.IntPtr hWnd, int msg, System.IntPtr wparam, System.IntPtr lparam) { throw null; }
public override bool Equals(object o) { throw null; }
public override int GetHashCode() { throw null; }
public object GetLParam(System.Type cls) { throw null; }
public static bool operator ==(System.Windows.Forms.Message a, System.Windows.Forms.Message b) { throw null; }
public static bool operator !=(System.Windows.Forms.Message a, System.Windows.Forms.Message b) { throw null; }
public override string ToString() { throw null; }
}
public partial class MessageBox
{
internal MessageBox() { }
public static System.Windows.Forms.DialogResult Show(string text) { throw null; }
public static System.Windows.Forms.DialogResult Show(string text, string caption) { throw null; }
public static System.Windows.Forms.DialogResult Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons) { throw null; }
public static System.Windows.Forms.DialogResult Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon) { throw null; }
public static System.Windows.Forms.DialogResult Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton) { throw null; }
public static System.Windows.Forms.DialogResult Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options) { throw null; }
public static System.Windows.Forms.DialogResult Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, bool displayHelpButton) { throw null; }
[System.MonoTODOAttribute("Help is not implemented")]
public static System.Windows.Forms.DialogResult Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, string helpFilePath) { throw null; }
[System.MonoTODOAttribute("Help is not implemented")]
public static System.Windows.Forms.DialogResult Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, string helpFilePath, string keyword) { throw null; }
[System.MonoTODOAttribute("Help is not implemented")]
public static System.Windows.Forms.DialogResult Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, string helpFilePath, System.Windows.Forms.HelpNavigator navigator) { throw null; }
[System.MonoTODOAttribute("Help is not implemented")]
public static System.Windows.Forms.DialogResult Show(string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, string helpFilePath, System.Windows.Forms.HelpNavigator navigator, object param) { throw null; }
public static System.Windows.Forms.DialogResult Show(System.Windows.Forms.IWin32Window owner, string text) { throw null; }
public static System.Windows.Forms.DialogResult Show(System.Windows.Forms.IWin32Window owner, string text, string caption) { throw null; }
public static System.Windows.Forms.DialogResult Show(System.Windows.Forms.IWin32Window owner, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons) { throw null; }
public static System.Windows.Forms.DialogResult Show(System.Windows.Forms.IWin32Window owner, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon) { throw null; }
public static System.Windows.Forms.DialogResult Show(System.Windows.Forms.IWin32Window owner, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton) { throw null; }
public static System.Windows.Forms.DialogResult Show(System.Windows.Forms.IWin32Window owner, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options) { throw null; }
[System.MonoTODOAttribute("Help is not implemented")]
public static System.Windows.Forms.DialogResult Show(System.Windows.Forms.IWin32Window owner, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, string helpFilePath) { throw null; }
[System.MonoTODOAttribute("Help is not implemented")]
public static System.Windows.Forms.DialogResult Show(System.Windows.Forms.IWin32Window owner, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, string helpFilePath, string keyword) { throw null; }
[System.MonoTODOAttribute("Help is not implemented")]
public static System.Windows.Forms.DialogResult Show(System.Windows.Forms.IWin32Window owner, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, string helpFilePath, System.Windows.Forms.HelpNavigator navigator) { throw null; }
[System.MonoTODOAttribute("Help is not implemented")]
public static System.Windows.Forms.DialogResult Show(System.Windows.Forms.IWin32Window owner, string text, string caption, System.Windows.Forms.MessageBoxButtons buttons, System.Windows.Forms.MessageBoxIcon icon, System.Windows.Forms.MessageBoxDefaultButton defaultButton, System.Windows.Forms.MessageBoxOptions options, string helpFilePath, System.Windows.Forms.HelpNavigator navigator, object param) { throw null; }
}
public enum MessageBoxButtons
{
AbortRetryIgnore = 2,
OK = 0,
OKCancel = 1,
RetryCancel = 5,
YesNo = 4,
YesNoCancel = 3,
}
public enum MessageBoxDefaultButton
{
Button1 = 0,
Button2 = 256,
Button3 = 512,
}
public enum MessageBoxIcon
{
Asterisk = 64,
Error = 16,
Exclamation = 48,
Hand = 16,
Information = 64,
None = 0,
Question = 32,
Stop = 16,
Warning = 48,
}
[System.FlagsAttribute]
public enum MessageBoxOptions
{
DefaultDesktopOnly = 131072,
RightAlign = 524288,
RtlReading = 1048576,
ServiceNotification = 2097152,
}
public delegate void MethodInvoker();
[System.ComponentModel.DefaultBindingPropertyAttribute("SelectionRange")]
[System.ComponentModel.DefaultEventAttribute("DateChanged")]
[System.ComponentModel.DefaultPropertyAttribute("SelectionRange")]
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.MonthCalendarDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class MonthCalendar : System.Windows.Forms.Control
{
public MonthCalendar() { }
[System.ComponentModel.LocalizableAttribute(true)]
public System.DateTime[] AnnuallyBoldedDates { get { throw null; } set { } }
public override System.Drawing.Color BackColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
[System.ComponentModel.LocalizableAttribute(true)]
public System.DateTime[] BoldedDates { get { throw null; } set { } }
[System.ComponentModel.LocalizableAttribute(true)]
public System.Drawing.Size CalendarDimensions { get { throw null; } set { } }
protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
protected override System.Windows.Forms.ImeMode DefaultImeMode { get { throw null; } }
protected override System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
protected override bool DoubleBuffered { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.Day.Default)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.Day FirstDayOfWeek { get { throw null; } set { } }
public override System.Drawing.Color ForeColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } }
public System.DateTime MaxDate { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(7)]
public int MaxSelectionCount { get { throw null; } set { } }
public System.DateTime MinDate { get { throw null; } set { } }
[System.ComponentModel.LocalizableAttribute(true)]
public System.DateTime[] MonthlyBoldedDates { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.LocalizableAttribute(true)]
public virtual bool RightToLeftLayout { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(0)]
public int ScrollChange { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.DateTime SelectionEnd { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(true)]
public System.Windows.Forms.SelectionRange SelectionRange { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.DateTime SelectionStart { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool ShowToday { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool ShowTodayCircle { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.LocalizableAttribute(true)]
public bool ShowWeekNumbers { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Drawing.Size SingleMonthSize { get { throw null; } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.LocalizableAttribute(false)]
public new System.Drawing.Size Size { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(false)]
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override string Text { get { throw null; } set { } }
public System.Drawing.Color TitleBackColor { get { throw null; } set { } }
public System.Drawing.Color TitleForeColor { get { throw null; } set { } }
public System.DateTime TodayDate { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public bool TodayDateSet { get { throw null; } }
public System.Drawing.Color TrailingForeColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler Click { add { } remove { } }
public event System.Windows.Forms.DateRangeEventHandler DateChanged { add { } remove { } }
public event System.Windows.Forms.DateRangeEventHandler DateSelected { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler DoubleClick { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler ImeModeChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.MouseEventHandler MouseClick { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.MouseEventHandler MouseDoubleClick { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler PaddingChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
public event System.EventHandler RightToLeftLayoutChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler TextChanged { add { } remove { } }
public void AddAnnuallyBoldedDate(System.DateTime date) { }
public void AddBoldedDate(System.DateTime date) { }
public void AddMonthlyBoldedDate(System.DateTime date) { }
protected override void CreateHandle() { }
protected override void Dispose(bool disposing) { }
public System.Windows.Forms.SelectionRange GetDisplayRange(bool visible) { throw null; }
public System.Windows.Forms.MonthCalendar.HitTestInfo HitTest(System.Drawing.Point point) { throw null; }
public System.Windows.Forms.MonthCalendar.HitTestInfo HitTest(int x, int y) { throw null; }
protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
protected override void OnBackColorChanged(System.EventArgs e) { }
protected virtual void OnDateChanged(System.Windows.Forms.DateRangeEventArgs drevent) { }
protected virtual void OnDateSelected(System.Windows.Forms.DateRangeEventArgs drevent) { }
protected override void OnFontChanged(System.EventArgs e) { }
protected override void OnForeColorChanged(System.EventArgs e) { }
protected override void OnHandleCreated(System.EventArgs e) { }
protected override void OnHandleDestroyed(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnRightToLeftLayoutChanged(System.EventArgs e) { }
public void RemoveAllAnnuallyBoldedDates() { }
public void RemoveAllBoldedDates() { }
public void RemoveAllMonthlyBoldedDates() { }
public void RemoveAnnuallyBoldedDate(System.DateTime date) { }
public void RemoveBoldedDate(System.DateTime date) { }
public void RemoveMonthlyBoldedDate(System.DateTime date) { }
protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
public void SetCalendarDimensions(int x, int y) { }
public void SetDate(System.DateTime date) { }
public void SetSelectionRange(System.DateTime date1, System.DateTime date2) { }
public override string ToString() { throw null; }
public void UpdateBoldedDates() { }
protected override void WndProc(ref System.Windows.Forms.Message m) { }
public enum HitArea
{
CalendarBackground = 6,
Date = 7,
DayOfWeek = 10,
NextMonthButton = 4,
NextMonthDate = 8,
Nowhere = 0,
PrevMonthButton = 5,
PrevMonthDate = 9,
TitleBackground = 1,
TitleMonth = 2,
TitleYear = 3,
TodayLink = 12,
WeekNumbers = 11,
}
public sealed partial class HitTestInfo
{
internal HitTestInfo() { }
public System.Windows.Forms.MonthCalendar.HitArea HitArea { get { throw null; } }
public System.Drawing.Point Point { get { throw null; } }
public System.DateTime Time { get { throw null; } }
}
}
[System.FlagsAttribute]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public enum MouseButtons
{
Left = 1048576,
Middle = 4194304,
None = 0,
Right = 2097152,
XButton1 = 8388608,
XButton2 = 16777216,
}
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class MouseEventArgs : System.EventArgs
{
public MouseEventArgs(System.Windows.Forms.MouseButtons button, int clicks, int x, int y, int delta) { }
public System.Windows.Forms.MouseButtons Button { get { throw null; } }
public int Clicks { get { throw null; } }
public int Delta { get { throw null; } }
public System.Drawing.Point Location { get { throw null; } }
public int X { get { throw null; } }
public int Y { get { throw null; } }
}
public delegate void MouseEventHandler(object sender, System.Windows.Forms.MouseEventArgs e);
public partial class NativeWindow : System.MarshalByRefObject, System.Windows.Forms.IWin32Window
{
public NativeWindow() { }
public System.IntPtr Handle { get { throw null; } }
public void AssignHandle(System.IntPtr handle) { }
public virtual void CreateHandle(System.Windows.Forms.CreateParams cp) { }
public void DefWndProc(ref System.Windows.Forms.Message m) { }
public virtual void DestroyHandle() { }
~NativeWindow() { }
public static System.Windows.Forms.NativeWindow FromHandle(System.IntPtr handle) { throw null; }
protected virtual void OnHandleChange() { }
protected virtual void OnThreadException(System.Exception e) { }
public virtual void ReleaseHandle() { }
protected virtual void WndProc(ref System.Windows.Forms.Message m) { }
}
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class NavigateEventArgs : System.EventArgs
{
public NavigateEventArgs(bool isForward) { }
public bool Forward { get { throw null; } }
}
public delegate void NavigateEventHandler(object sender, System.Windows.Forms.NavigateEventArgs ne);
public partial class NodeLabelEditEventArgs : System.EventArgs
{
public NodeLabelEditEventArgs(System.Windows.Forms.TreeNode node) { }
public NodeLabelEditEventArgs(System.Windows.Forms.TreeNode node, string label) { }
public bool CancelEdit { get { throw null; } set { } }
public string Label { get { throw null; } }
public System.Windows.Forms.TreeNode Node { get { throw null; } }
}
public delegate void NodeLabelEditEventHandler(object sender, System.Windows.Forms.NodeLabelEditEventArgs e);
[System.ComponentModel.DefaultEventAttribute("MouseDoubleClick")]
[System.ComponentModel.DefaultPropertyAttribute("Text")]
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.NotifyIconDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms", System.ComponentModel.ToolboxItemFilterType.Allow)]
public sealed partial class NotifyIcon : System.ComponentModel.Component
{
public NotifyIcon() { }
public NotifyIcon(System.ComponentModel.IContainer container) { }
[System.ComponentModel.DefaultValueAttribute("None")]
public System.Windows.Forms.ToolTipIcon BalloonTipIcon { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.EditorAttribute("System.ComponentModel.Design.MultilineStringEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.ComponentModel.LocalizableAttribute(true)]
public string BalloonTipText { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.LocalizableAttribute(true)]
public string BalloonTipTitle { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(null)]
public System.Windows.Forms.ContextMenu ContextMenu { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
public System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Drawing.Icon Icon { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(false)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
public object Tag { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.EditorAttribute("System.ComponentModel.Design.MultilineStringEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.LocalizableAttribute(true)]
public string Text { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.LocalizableAttribute(true)]
public bool Visible { get { throw null; } set { } }
public event System.EventHandler BalloonTipClicked { add { } remove { } }
public event System.EventHandler BalloonTipClosed { add { } remove { } }
public event System.EventHandler BalloonTipShown { add { } remove { } }
public event System.EventHandler Click { add { } remove { } }
public event System.EventHandler DoubleClick { add { } remove { } }
public event System.Windows.Forms.MouseEventHandler MouseClick { add { } remove { } }
public event System.Windows.Forms.MouseEventHandler MouseDoubleClick { add { } remove { } }
public event System.Windows.Forms.MouseEventHandler MouseDown { add { } remove { } }
public event System.Windows.Forms.MouseEventHandler MouseMove { add { } remove { } }
public event System.Windows.Forms.MouseEventHandler MouseUp { add { } remove { } }
protected override void Dispose(bool disposing) { }
public void ShowBalloonTip(int timeout) { }
public void ShowBalloonTip(int timeout, string tipTitle, string tipText, System.Windows.Forms.ToolTipIcon tipIcon) { }
}
[System.ComponentModel.DefaultBindingPropertyAttribute("Value")]
[System.ComponentModel.DefaultEventAttribute("ValueChanged")]
[System.ComponentModel.DefaultPropertyAttribute("Value")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class NumericUpDown : System.Windows.Forms.UpDownBase, System.ComponentModel.ISupportInitialize
{
public NumericUpDown() { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.NumericUpDownAccelerationCollection Accelerations { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(0)]
public int DecimalPlaces { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool Hexadecimal { get { throw null; } set { } }
public decimal Increment { get { throw null; } set { } }
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public decimal Maximum { get { throw null; } set { } }
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public decimal Minimum { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(false)]
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override string Text { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.LocalizableAttribute(true)]
public bool ThousandsSeparator { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(true)]
public decimal Value { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler PaddingChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler TextChanged { add { } remove { } }
public event System.EventHandler ValueChanged { add { } remove { } }
public void BeginInit() { }
protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
public override void DownButton() { }
public void EndInit() { }
protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { }
protected override void OnKeyUp(System.Windows.Forms.KeyEventArgs e) { }
protected override void OnLostFocus(System.EventArgs e) { }
protected override void OnTextBoxKeyPress(object source, System.Windows.Forms.KeyPressEventArgs e) { }
protected virtual void OnValueChanged(System.EventArgs e) { }
protected void ParseEditText() { }
public override string ToString() { throw null; }
public override void UpButton() { }
protected override void UpdateEditText() { }
protected override void ValidateEditText() { }
}
public partial class NumericUpDownAcceleration
{
public NumericUpDownAcceleration(int seconds, decimal increment) { }
public decimal Increment { get { throw null; } set { } }
public int Seconds { get { throw null; } set { } }
}
[System.ComponentModel.ListBindableAttribute(false)]
public partial class NumericUpDownAccelerationCollection : System.MarshalByRefObject, System.Collections.Generic.ICollection<System.Windows.Forms.NumericUpDownAcceleration>, System.Collections.Generic.IEnumerable<System.Windows.Forms.NumericUpDownAcceleration>, System.Collections.IEnumerable
{
public NumericUpDownAccelerationCollection() { }
public int Count { get { throw null; } }
public bool IsReadOnly { get { throw null; } }
public System.Windows.Forms.NumericUpDownAcceleration this[int index] { get { throw null; } }
public void Add(System.Windows.Forms.NumericUpDownAcceleration acceleration) { }
public void AddRange(params System.Windows.Forms.NumericUpDownAcceleration[] accelerations) { }
public void Clear() { }
public bool Contains(System.Windows.Forms.NumericUpDownAcceleration acceleration) { throw null; }
public void CopyTo(System.Windows.Forms.NumericUpDownAcceleration[] array, int index) { }
public bool Remove(System.Windows.Forms.NumericUpDownAcceleration acceleration) { throw null; }
System.Collections.Generic.IEnumerator<System.Windows.Forms.NumericUpDownAcceleration> System.Collections.Generic.IEnumerable<System.Windows.Forms.NumericUpDownAcceleration>.GetEnumerator() { throw null; }
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
}
public partial class OpacityConverter : System.ComponentModel.TypeConverter
{
public OpacityConverter() { }
public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
}
public sealed partial class OpenFileDialog : System.Windows.Forms.FileDialog
{
public OpenFileDialog() { }
[System.ComponentModel.DefaultValueAttribute(true)]
public override bool CheckFileExists { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool Multiselect { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool ReadOnlyChecked { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public string SafeFileName { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public string[] SafeFileNames { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool ShowReadOnly { get { throw null; } set { } }
public System.IO.Stream OpenFile() { throw null; }
public override void Reset() { }
}
public enum Orientation
{
Horizontal = 0,
Vertical = 1,
}
public partial class OSFeature : System.Windows.Forms.FeatureSupport
{
public static readonly object LayeredWindows;
public static readonly object Themes;
protected OSFeature() { }
public static System.Windows.Forms.OSFeature Feature { get { throw null; } }
public override System.Version GetVersionPresent(object feature) { throw null; }
public static bool IsPresent(System.Windows.Forms.SystemParameter enumVal) { throw null; }
}
[System.SerializableAttribute]
public partial class OwnerDrawPropertyBag : System.MarshalByRefObject, System.Runtime.Serialization.ISerializable
{
protected OwnerDrawPropertyBag(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
public System.Drawing.Color BackColor { get { throw null; } set { } }
public System.Drawing.Font Font { get { throw null; } set { } }
public System.Drawing.Color ForeColor { get { throw null; } set { } }
public static System.Windows.Forms.OwnerDrawPropertyBag Copy(System.Windows.Forms.OwnerDrawPropertyBag value) { throw null; }
public virtual bool IsEmpty() { throw null; }
void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
}
[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.PaddingConverter))]
[System.SerializableAttribute]
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct Padding
{
private int _dummyPrimitive;
public static readonly System.Windows.Forms.Padding Empty;
public Padding(int all) { throw null; }
public Padding(int left, int top, int right, int bottom) { throw null; }
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public int All { get { throw null; } set { } }
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public int Bottom { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public int Horizontal { get { throw null; } }
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public int Left { get { throw null; } set { } }
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public int Right { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Drawing.Size Size { get { throw null; } }
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public int Top { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public int Vertical { get { throw null; } }
public static System.Windows.Forms.Padding Add(System.Windows.Forms.Padding p1, System.Windows.Forms.Padding p2) { throw null; }
public override bool Equals(object other) { throw null; }
public override int GetHashCode() { throw null; }
public static System.Windows.Forms.Padding operator +(System.Windows.Forms.Padding p1, System.Windows.Forms.Padding p2) { throw null; }
public static bool operator ==(System.Windows.Forms.Padding p1, System.Windows.Forms.Padding p2) { throw null; }
public static bool operator !=(System.Windows.Forms.Padding p1, System.Windows.Forms.Padding p2) { throw null; }
public static System.Windows.Forms.Padding operator -(System.Windows.Forms.Padding p1, System.Windows.Forms.Padding p2) { throw null; }
public static System.Windows.Forms.Padding Subtract(System.Windows.Forms.Padding p1, System.Windows.Forms.Padding p2) { throw null; }
public override string ToString() { throw null; }
}
public partial class PaddingConverter : System.ComponentModel.TypeConverter
{
public PaddingConverter() { }
public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
public override object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues) { throw null; }
public override bool GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
}
[System.ComponentModel.DefaultPropertyAttribute("Document")]
public sealed partial class PageSetupDialog : System.Windows.Forms.CommonDialog
{
public PageSetupDialog() { }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool AllowMargins { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool AllowOrientation { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool AllowPaper { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool AllowPrinter { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
public System.Drawing.Printing.PrintDocument Document { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
[System.MonoTODOAttribute("Stubbed, not implemented")]
public bool EnableMetric { get { throw null; } set { } }
public System.Drawing.Printing.Margins MinMargins { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Drawing.Printing.PageSettings PageSettings { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Drawing.Printing.PrinterSettings PrinterSettings { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool ShowHelp { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool ShowNetwork { get { throw null; } set { } }
public override void Reset() { }
protected override bool RunDialog(System.IntPtr hwndOwner) { throw null; }
}
public partial class PaintEventArgs : System.EventArgs, System.IDisposable
{
public PaintEventArgs(System.Drawing.Graphics graphics, System.Drawing.Rectangle clipRect) { }
public System.Drawing.Rectangle ClipRectangle { get { throw null; } }
public System.Drawing.Graphics Graphics { get { throw null; } }
public void Dispose() { }
protected virtual void Dispose(bool disposing) { }
~PaintEventArgs() { }
}
public delegate void PaintEventHandler(object sender, System.Windows.Forms.PaintEventArgs e);
[System.ComponentModel.DefaultEventAttribute("Paint")]
[System.ComponentModel.DefaultPropertyAttribute("BorderStyle")]
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.PanelDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.Windows.Forms.DockingAttribute(System.Windows.Forms.DockingBehavior.Ask)]
public partial class Panel : System.Windows.Forms.ScrollableControl
{
public Panel() { }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Visible)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public override bool AutoSize { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.AutoSizeMode.GrowOnly)]
[System.ComponentModel.LocalizableAttribute(true)]
public virtual System.Windows.Forms.AutoSizeMode AutoSizeMode { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.BorderStyle.None)]
[System.Runtime.InteropServices.DispIdAttribute(-504)]
public System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(false)]
public new bool TabStop { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(false)]
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override string Text { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public new event System.EventHandler AutoSizeChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.KeyEventHandler KeyDown { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.KeyPressEventHandler KeyPress { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.KeyEventHandler KeyUp { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler TextChanged { add { } remove { } }
protected override void OnResize(System.EventArgs eventargs) { }
public override string ToString() { throw null; }
}
[System.ComponentModel.DefaultBindingPropertyAttribute("Image")]
[System.ComponentModel.DefaultPropertyAttribute("Image")]
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.PictureBoxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.Windows.Forms.DockingAttribute(System.Windows.Forms.DockingBehavior.Ask)]
public partial class PictureBox : System.Windows.Forms.Control, System.ComponentModel.ISupportInitialize
{
public PictureBox() { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override bool AllowDrop { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.BorderStyle.None)]
[System.Runtime.InteropServices.DispIdAttribute(-504)]
public System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool CausesValidation { get { throw null; } set { } }
protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
protected override System.Windows.Forms.ImeMode DefaultImeMode { get { throw null; } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public System.Drawing.Image ErrorImage { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Font Font { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Color ForeColor { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Drawing.Image Image { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public string ImageLocation { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } }
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public System.Drawing.Image InitialImage { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.RightToLeft RightToLeft { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.PictureBoxSizeMode.Normal)]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public System.Windows.Forms.PictureBoxSizeMode SizeMode { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new int TabIndex { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool TabStop { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(false)]
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override string Text { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.LocalizableAttribute(true)]
public bool WaitOnLoad { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler CausesValidationChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler Enter { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler FontChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler ForeColorChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler ImeModeChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.KeyEventHandler KeyDown { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.KeyPressEventHandler KeyPress { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.KeyEventHandler KeyUp { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler Leave { add { } remove { } }
public event System.ComponentModel.AsyncCompletedEventHandler LoadCompleted { add { } remove { } }
public event System.ComponentModel.ProgressChangedEventHandler LoadProgressChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler RightToLeftChanged { add { } remove { } }
public event System.EventHandler SizeModeChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler TabIndexChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler TabStopChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler TextChanged { add { } remove { } }
public void CancelAsync() { }
protected override void Dispose(bool disposing) { }
public void Load() { }
public void Load(string url) { }
public void LoadAsync() { }
public void LoadAsync(string url) { }
protected override void OnEnabledChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void OnHandleCreated(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void OnHandleDestroyed(System.EventArgs e) { }
protected virtual void OnLoadCompleted(System.ComponentModel.AsyncCompletedEventArgs e) { }
protected virtual void OnLoadProgressChanged(System.ComponentModel.ProgressChangedEventArgs e) { }
protected override void OnPaint(System.Windows.Forms.PaintEventArgs pe) { }
protected override void OnParentChanged(System.EventArgs e) { }
protected override void OnResize(System.EventArgs e) { }
protected virtual void OnSizeModeChanged(System.EventArgs e) { }
protected override void OnVisibleChanged(System.EventArgs e) { }
void System.ComponentModel.ISupportInitialize.BeginInit() { }
void System.ComponentModel.ISupportInitialize.EndInit() { }
public override string ToString() { throw null; }
}
public enum PictureBoxSizeMode
{
AutoSize = 2,
CenterImage = 3,
Normal = 0,
StretchImage = 1,
Zoom = 4,
}
public partial class PopupEventArgs : System.ComponentModel.CancelEventArgs
{
public PopupEventArgs(System.Windows.Forms.IWin32Window associatedWindow, System.Windows.Forms.Control associatedControl, bool isBalloon, System.Drawing.Size size) { }
public System.Windows.Forms.Control AssociatedControl { get { throw null; } }
public System.Windows.Forms.IWin32Window AssociatedWindow { get { throw null; } }
public bool IsBalloon { get { throw null; } }
public System.Drawing.Size ToolTipSize { get { throw null; } set { } }
}
public delegate void PopupEventHandler(object sender, System.Windows.Forms.PopupEventArgs e);
public enum PowerLineStatus
{
Offline = 0,
Online = 1,
Unknown = 255,
}
public enum PowerState
{
Hibernate = 1,
Suspend = 0,
}
public partial class PowerStatus
{
internal PowerStatus() { }
public System.Windows.Forms.BatteryChargeStatus BatteryChargeStatus { get { throw null; } }
public int BatteryFullLifetime { get { throw null; } }
public float BatteryLifePercent { get { throw null; } }
public int BatteryLifeRemaining { get { throw null; } }
public System.Windows.Forms.PowerLineStatus PowerLineStatus { get { throw null; } }
}
public enum PreProcessControlState
{
MessageNeeded = 1,
MessageNotNeeded = 2,
MessageProcessed = 0,
}
public partial class PreviewKeyDownEventArgs : System.EventArgs
{
public PreviewKeyDownEventArgs(System.Windows.Forms.Keys keyData) { }
public bool Alt { get { throw null; } }
public bool Control { get { throw null; } }
public bool IsInputKey { get { throw null; } set { } }
public System.Windows.Forms.Keys KeyCode { get { throw null; } }
public System.Windows.Forms.Keys KeyData { get { throw null; } }
public int KeyValue { get { throw null; } }
public System.Windows.Forms.Keys Modifiers { get { throw null; } }
public bool Shift { get { throw null; } }
}
public delegate void PreviewKeyDownEventHandler(object sender, System.Windows.Forms.PreviewKeyDownEventArgs e);
public partial class PrintControllerWithStatusDialog : System.Drawing.Printing.PrintController
{
public PrintControllerWithStatusDialog(System.Drawing.Printing.PrintController underlyingController) { }
public PrintControllerWithStatusDialog(System.Drawing.Printing.PrintController underlyingController, string dialogTitle) { }
public override bool IsPreview { get { throw null; } }
public override void OnEndPage(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintPageEventArgs e) { }
public override void OnEndPrint(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintEventArgs e) { }
public override System.Drawing.Graphics OnStartPage(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintPageEventArgs e) { throw null; }
public override void OnStartPrint(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintEventArgs e) { }
}
[System.ComponentModel.DefaultPropertyAttribute("Document")]
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.PrintDialogDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
public sealed partial class PrintDialog : System.Windows.Forms.CommonDialog
{
public PrintDialog() { }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool AllowCurrentPage { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool AllowPrintToFile { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool AllowSelection { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool AllowSomePages { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
public System.Drawing.Printing.PrintDocument Document { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Drawing.Printing.PrinterSettings PrinterSettings { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool PrintToFile { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool ShowHelp { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool ShowNetwork { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.MonoTODOAttribute("Stub, not implemented, will always use default dialog")]
public bool UseEXDialog { get { throw null; } set { } }
public override void Reset() { }
protected override bool RunDialog(System.IntPtr hwndOwner) { throw null; }
}
[System.ComponentModel.DefaultPropertyAttribute("Document")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class PrintPreviewControl : System.Windows.Forms.Control
{
public PrintPreviewControl() { }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool AutoZoom { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(1)]
public int Columns { get { throw null; } set { } }
protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(null)]
public System.Drawing.Printing.PrintDocument Document { get { throw null; } set { } }
[System.ComponentModel.AmbientValueAttribute(System.Windows.Forms.RightToLeft.Inherit)]
[System.ComponentModel.LocalizableAttribute(true)]
public override System.Windows.Forms.RightToLeft RightToLeft { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(1)]
public int Rows { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(0)]
public int StartPage { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(false)]
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override string Text { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool UseAntiAlias { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(0.3)]
public double Zoom { get { throw null; } set { } }
public event System.EventHandler StartPageChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler TextChanged { add { } remove { } }
public void InvalidatePreview() { }
protected override void OnPaint(System.Windows.Forms.PaintEventArgs pevent) { }
protected override void OnResize(System.EventArgs eventargs) { }
protected virtual void OnStartPageChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override void ResetBackColor() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override void ResetForeColor() { }
protected override void WndProc(ref System.Windows.Forms.Message m) { }
}
[System.ComponentModel.DefaultPropertyAttribute("Document")]
[System.ComponentModel.DesignerAttribute("System.ComponentModel.Design.ComponentDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.ComponentModel.DesignTimeVisibleAttribute(true)]
[System.ComponentModel.ToolboxItemAttribute(true)]
[System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms.Control.TopLevel", System.ComponentModel.ToolboxItemFilterType.Allow)]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class PrintPreviewDialog : System.Windows.Forms.Form
{
public PrintPreviewDialog() { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.IButtonControl AcceptButton { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new string AccessibleDescription { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new string AccessibleName { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.AccessibleRole AccessibleRole { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override bool AllowDrop { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.AnchorStyles Anchor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool AutoScale { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ObsoleteAttribute("This property has been deprecated. Use AutoScaleDimensions instead.")]
public override System.Drawing.Size AutoScaleBaseSize { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override bool AutoScroll { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Drawing.Size AutoScrollMargin { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Drawing.Size AutoScrollMinSize { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override bool AutoSize { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.AutoValidate AutoValidate { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Color BackColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.IButtonControl CancelButton { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool CausesValidation { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.ContextMenu ContextMenu { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool ControlBox { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.Cursor Cursor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.ControlBindingsCollection DataBindings { get { throw null; } }
protected override System.Drawing.Size DefaultMinimumSize { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.DockStyle Dock { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.ScrollableControl.DockPaddingEdges DockPadding { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(null)]
public System.Drawing.Printing.PrintDocument Document { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool Enabled { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Font Font { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Color ForeColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.FormBorderStyle FormBorderStyle { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool HelpButton { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Drawing.Icon Icon { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool IsMdiContainer { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool KeyPreview { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Drawing.Point Location { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.Padding Margin { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool MaximizeBox { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Drawing.Size MaximumSize { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.MainMenu Menu { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool MinimizeBox { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Drawing.Size MinimumSize { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public new double Opacity { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Windows.Forms.PrintPreviewControl PrintPreviewControl { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.RightToLeft RightToLeft { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override bool RightToLeftLayout { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool ShowInTaskbar { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Drawing.Size Size { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.SizeGripStyle.Hide)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.SizeGripStyle SizeGripStyle { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.FormStartPosition StartPosition { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool TabStop { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new object Tag { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override string Text { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool TopMost { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Drawing.Color TransparencyKey { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool UseAntiAlias { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool UseWaitCursor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool Visible { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.FormWindowState WindowState { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler AutoSizeChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler AutoValidateChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackColorChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler CausesValidationChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler ContextMenuChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler ContextMenuStripChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler CursorChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler DockChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler EnabledChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler FontChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler ForeColorChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler ImeModeChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler LocationChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler MarginChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler MaximumSizeChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler MinimumSizeChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler PaddingChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler RightToLeftChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler RightToLeftLayoutChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler SizeChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler TabStopChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler TextChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler VisibleChanged { add { } remove { } }
[System.MonoInternalNoteAttribute("Throw InvalidPrinterException")]
protected override void CreateHandle() { }
protected override void OnClosing(System.ComponentModel.CancelEventArgs e) { }
protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
protected override bool ProcessTabKey(bool forward) { throw null; }
}
public sealed partial class ProfessionalColors
{
internal ProfessionalColors() { }
public static System.Drawing.Color ButtonCheckedGradientBegin { get { throw null; } }
public static System.Drawing.Color ButtonCheckedGradientEnd { get { throw null; } }
public static System.Drawing.Color ButtonCheckedGradientMiddle { get { throw null; } }
public static System.Drawing.Color ButtonCheckedHighlight { get { throw null; } }
public static System.Drawing.Color ButtonCheckedHighlightBorder { get { throw null; } }
public static System.Drawing.Color ButtonPressedBorder { get { throw null; } }
public static System.Drawing.Color ButtonPressedGradientBegin { get { throw null; } }
public static System.Drawing.Color ButtonPressedGradientEnd { get { throw null; } }
public static System.Drawing.Color ButtonPressedGradientMiddle { get { throw null; } }
public static System.Drawing.Color ButtonPressedHighlight { get { throw null; } }
public static System.Drawing.Color ButtonPressedHighlightBorder { get { throw null; } }
public static System.Drawing.Color ButtonSelectedBorder { get { throw null; } }
public static System.Drawing.Color ButtonSelectedGradientBegin { get { throw null; } }
public static System.Drawing.Color ButtonSelectedGradientEnd { get { throw null; } }
public static System.Drawing.Color ButtonSelectedGradientMiddle { get { throw null; } }
public static System.Drawing.Color ButtonSelectedHighlight { get { throw null; } }
public static System.Drawing.Color ButtonSelectedHighlightBorder { get { throw null; } }
public static System.Drawing.Color CheckBackground { get { throw null; } }
public static System.Drawing.Color CheckPressedBackground { get { throw null; } }
public static System.Drawing.Color CheckSelectedBackground { get { throw null; } }
public static System.Drawing.Color GripDark { get { throw null; } }
public static System.Drawing.Color GripLight { get { throw null; } }
public static System.Drawing.Color ImageMarginGradientBegin { get { throw null; } }
public static System.Drawing.Color ImageMarginGradientEnd { get { throw null; } }
public static System.Drawing.Color ImageMarginGradientMiddle { get { throw null; } }
public static System.Drawing.Color ImageMarginRevealedGradientBegin { get { throw null; } }
public static System.Drawing.Color ImageMarginRevealedGradientEnd { get { throw null; } }
public static System.Drawing.Color ImageMarginRevealedGradientMiddle { get { throw null; } }
public static System.Drawing.Color MenuBorder { get { throw null; } }
public static System.Drawing.Color MenuItemBorder { get { throw null; } }
public static System.Drawing.Color MenuItemPressedGradientBegin { get { throw null; } }
public static System.Drawing.Color MenuItemPressedGradientEnd { get { throw null; } }
public static System.Drawing.Color MenuItemPressedGradientMiddle { get { throw null; } }
public static System.Drawing.Color MenuItemSelected { get { throw null; } }
public static System.Drawing.Color MenuItemSelectedGradientBegin { get { throw null; } }
public static System.Drawing.Color MenuItemSelectedGradientEnd { get { throw null; } }
public static System.Drawing.Color MenuStripGradientBegin { get { throw null; } }
public static System.Drawing.Color MenuStripGradientEnd { get { throw null; } }
public static System.Drawing.Color OverflowButtonGradientBegin { get { throw null; } }
public static System.Drawing.Color OverflowButtonGradientEnd { get { throw null; } }
public static System.Drawing.Color OverflowButtonGradientMiddle { get { throw null; } }
public static System.Drawing.Color RaftingContainerGradientBegin { get { throw null; } }
public static System.Drawing.Color RaftingContainerGradientEnd { get { throw null; } }
public static System.Drawing.Color SeparatorDark { get { throw null; } }
public static System.Drawing.Color SeparatorLight { get { throw null; } }
public static System.Drawing.Color StatusStripGradientBegin { get { throw null; } }
public static System.Drawing.Color StatusStripGradientEnd { get { throw null; } }
public static System.Drawing.Color ToolStripBorder { get { throw null; } }
public static System.Drawing.Color ToolStripContentPanelGradientBegin { get { throw null; } }
public static System.Drawing.Color ToolStripContentPanelGradientEnd { get { throw null; } }
public static System.Drawing.Color ToolStripDropDownBackground { get { throw null; } }
public static System.Drawing.Color ToolStripGradientBegin { get { throw null; } }
public static System.Drawing.Color ToolStripGradientEnd { get { throw null; } }
public static System.Drawing.Color ToolStripGradientMiddle { get { throw null; } }
public static System.Drawing.Color ToolStripPanelGradientBegin { get { throw null; } }
public static System.Drawing.Color ToolStripPanelGradientEnd { get { throw null; } }
}
public partial class ProfessionalColorTable
{
public ProfessionalColorTable() { }
public virtual System.Drawing.Color ButtonCheckedGradientBegin { get { throw null; } }
public virtual System.Drawing.Color ButtonCheckedGradientEnd { get { throw null; } }
public virtual System.Drawing.Color ButtonCheckedGradientMiddle { get { throw null; } }
public virtual System.Drawing.Color ButtonCheckedHighlight { get { throw null; } }
public virtual System.Drawing.Color ButtonCheckedHighlightBorder { get { throw null; } }
public virtual System.Drawing.Color ButtonPressedBorder { get { throw null; } }
public virtual System.Drawing.Color ButtonPressedGradientBegin { get { throw null; } }
public virtual System.Drawing.Color ButtonPressedGradientEnd { get { throw null; } }
public virtual System.Drawing.Color ButtonPressedGradientMiddle { get { throw null; } }
public virtual System.Drawing.Color ButtonPressedHighlight { get { throw null; } }
public virtual System.Drawing.Color ButtonPressedHighlightBorder { get { throw null; } }
public virtual System.Drawing.Color ButtonSelectedBorder { get { throw null; } }
public virtual System.Drawing.Color ButtonSelectedGradientBegin { get { throw null; } }
public virtual System.Drawing.Color ButtonSelectedGradientEnd { get { throw null; } }
public virtual System.Drawing.Color ButtonSelectedGradientMiddle { get { throw null; } }
public virtual System.Drawing.Color ButtonSelectedHighlight { get { throw null; } }
public virtual System.Drawing.Color ButtonSelectedHighlightBorder { get { throw null; } }
public virtual System.Drawing.Color CheckBackground { get { throw null; } }
public virtual System.Drawing.Color CheckPressedBackground { get { throw null; } }
public virtual System.Drawing.Color CheckSelectedBackground { get { throw null; } }
public virtual System.Drawing.Color GripDark { get { throw null; } }
public virtual System.Drawing.Color GripLight { get { throw null; } }
public virtual System.Drawing.Color ImageMarginGradientBegin { get { throw null; } }
public virtual System.Drawing.Color ImageMarginGradientEnd { get { throw null; } }
public virtual System.Drawing.Color ImageMarginGradientMiddle { get { throw null; } }
public virtual System.Drawing.Color ImageMarginRevealedGradientBegin { get { throw null; } }
public virtual System.Drawing.Color ImageMarginRevealedGradientEnd { get { throw null; } }
public virtual System.Drawing.Color ImageMarginRevealedGradientMiddle { get { throw null; } }
public virtual System.Drawing.Color MenuBorder { get { throw null; } }
public virtual System.Drawing.Color MenuItemBorder { get { throw null; } }
public virtual System.Drawing.Color MenuItemPressedGradientBegin { get { throw null; } }
public virtual System.Drawing.Color MenuItemPressedGradientEnd { get { throw null; } }
public virtual System.Drawing.Color MenuItemPressedGradientMiddle { get { throw null; } }
public virtual System.Drawing.Color MenuItemSelected { get { throw null; } }
public virtual System.Drawing.Color MenuItemSelectedGradientBegin { get { throw null; } }
public virtual System.Drawing.Color MenuItemSelectedGradientEnd { get { throw null; } }
public virtual System.Drawing.Color MenuStripGradientBegin { get { throw null; } }
public virtual System.Drawing.Color MenuStripGradientEnd { get { throw null; } }
public virtual System.Drawing.Color OverflowButtonGradientBegin { get { throw null; } }
public virtual System.Drawing.Color OverflowButtonGradientEnd { get { throw null; } }
public virtual System.Drawing.Color OverflowButtonGradientMiddle { get { throw null; } }
public virtual System.Drawing.Color RaftingContainerGradientBegin { get { throw null; } }
public virtual System.Drawing.Color RaftingContainerGradientEnd { get { throw null; } }
public virtual System.Drawing.Color SeparatorDark { get { throw null; } }
public virtual System.Drawing.Color SeparatorLight { get { throw null; } }
public virtual System.Drawing.Color StatusStripGradientBegin { get { throw null; } }
public virtual System.Drawing.Color StatusStripGradientEnd { get { throw null; } }
public virtual System.Drawing.Color ToolStripBorder { get { throw null; } }
public virtual System.Drawing.Color ToolStripContentPanelGradientBegin { get { throw null; } }
public virtual System.Drawing.Color ToolStripContentPanelGradientEnd { get { throw null; } }
public virtual System.Drawing.Color ToolStripDropDownBackground { get { throw null; } }
public virtual System.Drawing.Color ToolStripGradientBegin { get { throw null; } }
public virtual System.Drawing.Color ToolStripGradientEnd { get { throw null; } }
public virtual System.Drawing.Color ToolStripGradientMiddle { get { throw null; } }
public virtual System.Drawing.Color ToolStripPanelGradientBegin { get { throw null; } }
public virtual System.Drawing.Color ToolStripPanelGradientEnd { get { throw null; } }
public bool UseSystemColors { get { throw null; } set { } }
}
[System.ComponentModel.DefaultBindingPropertyAttribute("Value")]
[System.ComponentModel.DefaultPropertyAttribute("Value")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class ProgressBar : System.Windows.Forms.Control
{
public ProgressBar() { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override bool AllowDrop { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool CausesValidation { get { throw null; } set { } }
protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
protected override System.Windows.Forms.ImeMode DefaultImeMode { get { throw null; } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
protected override bool DoubleBuffered { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Font Font { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(100)]
public int MarqueeAnimationSpeed { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(100)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public int Maximum { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(0)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public int Minimum { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.LocalizableAttribute(true)]
[System.MonoTODOAttribute("RTL is not supported")]
public virtual bool RightToLeftLayout { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(10)]
public int Step { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.ProgressBarStyle.Blocks)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public System.Windows.Forms.ProgressBarStyle Style { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool TabStop { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(false)]
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override string Text { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(0)]
public int Value { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler CausesValidationChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler DoubleClick { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler Enter { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler FontChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler ImeModeChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.KeyEventHandler KeyDown { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.KeyPressEventHandler KeyPress { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.KeyEventHandler KeyUp { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler Leave { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.MouseEventHandler MouseDoubleClick { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler PaddingChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
public event System.EventHandler RightToLeftLayoutChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler TabStopChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler TextChanged { add { } remove { } }
protected override void CreateHandle() { }
public void Increment(int value) { }
protected override void OnBackColorChanged(System.EventArgs e) { }
protected override void OnForeColorChanged(System.EventArgs e) { }
protected override void OnHandleCreated(System.EventArgs e) { }
protected override void OnHandleDestroyed(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnRightToLeftLayoutChanged(System.EventArgs e) { }
public void PerformStep() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override void ResetForeColor() { }
public override string ToString() { throw null; }
}
public sealed partial class ProgressBarRenderer
{
internal ProgressBarRenderer() { }
public static int ChunkSpaceThickness { get { throw null; } }
public static int ChunkThickness { get { throw null; } }
public static bool IsSupported { get { throw null; } }
public static void DrawHorizontalBar(System.Drawing.Graphics g, System.Drawing.Rectangle bounds) { }
public static void DrawHorizontalChunks(System.Drawing.Graphics g, System.Drawing.Rectangle bounds) { }
public static void DrawVerticalBar(System.Drawing.Graphics g, System.Drawing.Rectangle bounds) { }
public static void DrawVerticalChunks(System.Drawing.Graphics g, System.Drawing.Rectangle bounds) { }
}
public enum ProgressBarStyle
{
Blocks = 0,
Continuous = 1,
Marquee = 2,
}
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.PropertyGridDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class PropertyGrid : System.Windows.Forms.ContainerControl, System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser
{
public PropertyGrid() { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override bool AutoScroll { get { throw null; } set { } }
public override System.Drawing.Color BackColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.ComponentModel.AttributeCollection BrowsableAttributes { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public virtual bool CanShowCommands { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(typeof(System.Drawing.Color), "ControlText")]
public System.Drawing.Color CategoryForeColor { get { throw null; } set { } }
public System.Drawing.Color CommandsActiveLinkColor { get { throw null; } set { } }
public System.Drawing.Color CommandsBackColor { get { throw null; } set { } }
public System.Drawing.Color CommandsDisabledLinkColor { get { throw null; } set { } }
public System.Drawing.Color CommandsForeColor { get { throw null; } set { } }
public System.Drawing.Color CommandsLinkColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.MonoTODOAttribute("Commands are not implemented yet.")]
public virtual bool CommandsVisible { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(true)]
public virtual bool CommandsVisibleIfAvailable { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.Drawing.Point ContextMenuDefaultLocation { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.Control.ControlCollection Controls { get { throw null; } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual System.Type DefaultTabType { get { throw null; } }
protected bool DrawFlatToolbar { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Color ForeColor { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("Color [Control]")]
public System.Drawing.Color HelpBackColor { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("Color [ControlText]")]
public System.Drawing.Color HelpForeColor { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
[System.ComponentModel.LocalizableAttribute(true)]
public virtual bool HelpVisible { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool LargeButtons { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("Color [InactiveBorder]")]
public System.Drawing.Color LineColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.PropertySort.CategorizedAlphabetical)]
public System.Windows.Forms.PropertySort PropertySort { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.Windows.Forms.PropertyGrid.PropertyTabCollection PropertyTabs { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.Windows.Forms.GridItem SelectedGridItem { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.PropertyGrid+SelectedObjectConverter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089")]
public object SelectedObject { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public object[] SelectedObjects { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.Windows.Forms.Design.PropertyTab SelectedTab { get { throw null; } }
protected internal override bool ShowFocusCues { get { throw null; } }
public override System.ComponentModel.ISite Site { get { throw null; } set { } }
[System.MonoTODOAttribute("Not implemented, will throw NotImplementedException")]
bool System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.InPropertySet { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public override string Text { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public virtual bool ToolbarVisible { get { throw null; } set { } }
protected System.Windows.Forms.ToolStripRenderer ToolStripRenderer { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool UseCompatibleTextRendering { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("Color [Window]")]
public System.Drawing.Color ViewBackColor { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("Color [WindowText]")]
public System.Drawing.Color ViewForeColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler ForeColorChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public new event System.Windows.Forms.KeyEventHandler KeyDown { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public new event System.Windows.Forms.KeyPressEventHandler KeyPress { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public new event System.Windows.Forms.KeyEventHandler KeyUp { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public new event System.Windows.Forms.MouseEventHandler MouseDown { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public new event System.EventHandler MouseEnter { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public new event System.EventHandler MouseLeave { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public new event System.Windows.Forms.MouseEventHandler MouseMove { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public new event System.Windows.Forms.MouseEventHandler MouseUp { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler PaddingChanged { add { } remove { } }
public event System.EventHandler PropertySortChanged { add { } remove { } }
public event System.Windows.Forms.PropertyTabChangedEventHandler PropertyTabChanged { add { } remove { } }
public event System.Windows.Forms.PropertyValueChangedEventHandler PropertyValueChanged { add { } remove { } }
public event System.Windows.Forms.SelectedGridItemChangedEventHandler SelectedGridItemChanged { add { } remove { } }
public event System.EventHandler SelectedObjectsChanged { add { } remove { } }
event System.ComponentModel.Design.ComponentRenameEventHandler System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.ComComponentNameChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
public new event System.EventHandler TextChanged { add { } remove { } }
public void CollapseAllGridItems() { }
protected virtual System.Windows.Forms.Design.PropertyTab CreatePropertyTab(System.Type tabType) { throw null; }
protected override void Dispose(bool disposing) { }
public void ExpandAllGridItems() { }
[System.MonoTODOAttribute("Never called")]
protected void OnComComponentNameChanged(System.ComponentModel.Design.ComponentRenameEventArgs e) { }
protected override void OnEnabledChanged(System.EventArgs e) { }
protected void OnExpandedItemChanged(System.EventArgs e) { }
protected override void OnFontChanged(System.EventArgs e) { }
protected override void OnGotFocus(System.EventArgs e) { }
protected override void OnHandleCreated(System.EventArgs e) { }
protected override void OnHandleDestroyed(System.EventArgs e) { }
protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs me) { }
protected override void OnMouseMove(System.Windows.Forms.MouseEventArgs me) { }
protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs me) { }
protected void OnNotifyPropertyValueUIItemsChanged(object sender, System.EventArgs e) { }
protected override void OnPaint(System.Windows.Forms.PaintEventArgs pevent) { }
protected virtual void OnPropertySortChanged(System.EventArgs e) { }
protected virtual void OnPropertyTabChanged(System.Windows.Forms.PropertyTabChangedEventArgs e) { }
protected virtual void OnPropertyValueChanged(System.Windows.Forms.PropertyValueChangedEventArgs e) { }
protected override void OnResize(System.EventArgs e) { }
protected virtual void OnSelectedGridItemChanged(System.Windows.Forms.SelectedGridItemChangedEventArgs e) { }
protected virtual void OnSelectedObjectsChanged(System.EventArgs e) { }
protected override void OnSystemColorsChanged(System.EventArgs e) { }
protected override void OnVisibleChanged(System.EventArgs e) { }
protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
public override void Refresh() { }
public void RefreshTabs(System.ComponentModel.PropertyTabScope tabScope) { }
public void ResetSelectedProperty() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
protected override void ScaleCore(float dx, float dy) { }
protected void ShowEventsButton(bool value) { }
[System.MonoTODOAttribute("Stub, does nothing")]
void System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.DropDownDone() { }
[System.MonoTODOAttribute("Not implemented, will throw NotImplementedException")]
bool System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.EnsurePendingChangesCommitted() { throw null; }
[System.MonoTODOAttribute("Stub, does nothing")]
void System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.HandleF4() { }
[System.MonoTODOAttribute("Stub, does nothing")]
void System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.LoadState(Microsoft.Win32.RegistryKey optRoot) { }
[System.MonoTODOAttribute("Stub, does nothing")]
void System.Windows.Forms.ComponentModel.Com2Interop.IComPropertyBrowser.SaveState(Microsoft.Win32.RegistryKey optRoot) { }
protected override void WndProc(ref System.Windows.Forms.Message m) { }
public partial class PropertyTabCollection : System.Collections.ICollection, System.Collections.IEnumerable
{
internal PropertyTabCollection() { }
public int Count { get { throw null; } }
public System.Windows.Forms.Design.PropertyTab this[int index] { get { throw null; } }
bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
object System.Collections.ICollection.SyncRoot { get { throw null; } }
public void AddTabType(System.Type propertyTabType) { }
public void AddTabType(System.Type propertyTabType, System.ComponentModel.PropertyTabScope tabScope) { }
public void Clear(System.ComponentModel.PropertyTabScope tabScope) { }
public System.Collections.IEnumerator GetEnumerator() { throw null; }
public void RemoveTabType(System.Type propertyTabType) { }
void System.Collections.ICollection.CopyTo(System.Array dest, int index) { }
}
}
public partial class PropertyManager : System.Windows.Forms.BindingManagerBase
{
public PropertyManager() { }
public override int Count { get { throw null; } }
public override object Current { get { throw null; } }
public override int Position { get { throw null; } set { } }
public override void AddNew() { }
public override void CancelCurrentEdit() { }
public override void EndCurrentEdit() { }
protected internal override string GetListName(System.Collections.ArrayList listAccessors) { throw null; }
protected internal override void OnCurrentChanged(System.EventArgs ea) { }
protected override void OnCurrentItemChanged(System.EventArgs ea) { }
public override void RemoveAt(int index) { }
public override void ResumeBinding() { }
public override void SuspendBinding() { }
[System.MonoTODOAttribute("Stub, does nothing")]
protected override void UpdateIsBinding() { }
}
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public enum PropertySort
{
Alphabetical = 1,
Categorized = 2,
CategorizedAlphabetical = 3,
NoSort = 0,
}
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class PropertyTabChangedEventArgs : System.EventArgs
{
public PropertyTabChangedEventArgs(System.Windows.Forms.Design.PropertyTab oldTab, System.Windows.Forms.Design.PropertyTab newTab) { }
public System.Windows.Forms.Design.PropertyTab NewTab { get { throw null; } }
public System.Windows.Forms.Design.PropertyTab OldTab { get { throw null; } }
}
public delegate void PropertyTabChangedEventHandler(object s, System.Windows.Forms.PropertyTabChangedEventArgs e);
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class PropertyValueChangedEventArgs : System.EventArgs
{
public PropertyValueChangedEventArgs(System.Windows.Forms.GridItem changedItem, object oldValue) { }
public System.Windows.Forms.GridItem ChangedItem { get { throw null; } }
public object OldValue { get { throw null; } }
}
public delegate void PropertyValueChangedEventHandler(object s, System.Windows.Forms.PropertyValueChangedEventArgs e);
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class QueryAccessibilityHelpEventArgs : System.EventArgs
{
public QueryAccessibilityHelpEventArgs() { }
public QueryAccessibilityHelpEventArgs(string helpNamespace, string helpString, string helpKeyword) { }
public string HelpKeyword { get { throw null; } set { } }
public string HelpNamespace { get { throw null; } set { } }
public string HelpString { get { throw null; } set { } }
}
public delegate void QueryAccessibilityHelpEventHandler(object sender, System.Windows.Forms.QueryAccessibilityHelpEventArgs e);
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class QueryContinueDragEventArgs : System.EventArgs
{
public QueryContinueDragEventArgs(int keyState, bool escapePressed, System.Windows.Forms.DragAction action) { }
public System.Windows.Forms.DragAction Action { get { throw null; } set { } }
public bool EscapePressed { get { throw null; } }
public int KeyState { get { throw null; } }
}
public delegate void QueryContinueDragEventHandler(object sender, System.Windows.Forms.QueryContinueDragEventArgs e);
public partial class QuestionEventArgs : System.EventArgs
{
public QuestionEventArgs() { }
public QuestionEventArgs(bool response) { }
public bool Response { get { throw null; } set { } }
}
public delegate void QuestionEventHandler(object sender, System.Windows.Forms.QuestionEventArgs e);
[System.ComponentModel.DefaultBindingPropertyAttribute("Checked")]
[System.ComponentModel.DefaultEventAttribute("CheckedChanged")]
[System.ComponentModel.DefaultPropertyAttribute("Checked")]
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.RadioButtonDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.ComponentModel.ToolboxItemAttribute("System.Windows.Forms.Design.AutoSizeToolboxItem,System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class RadioButton : System.Windows.Forms.ButtonBase
{
public RadioButton() { }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.Appearance.Normal)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.Appearance Appearance { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool AutoCheck { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Drawing.ContentAlignment.MiddleLeft)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Drawing.ContentAlignment CheckAlign { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(true, System.ComponentModel.BindingDirection.OneWay)]
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.SettingsBindableAttribute(true)]
public bool Checked { get { throw null; } set { } }
protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(false)]
public new bool TabStop { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Drawing.ContentAlignment.MiddleLeft)]
[System.ComponentModel.LocalizableAttribute(true)]
public override System.Drawing.ContentAlignment TextAlign { get { throw null; } set { } }
public event System.EventHandler AppearanceChanged { add { } remove { } }
public event System.EventHandler CheckedChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler DoubleClick { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.MouseEventHandler MouseDoubleClick { add { } remove { } }
protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
protected virtual void OnCheckedChanged(System.EventArgs e) { }
protected override void OnClick(System.EventArgs e) { }
protected override void OnEnter(System.EventArgs e) { }
protected override void OnHandleCreated(System.EventArgs e) { }
protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs mevent) { }
public void PerformClick() { }
protected override bool ProcessMnemonic(char charCode) { throw null; }
public override string ToString() { throw null; }
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class RadioButtonAccessibleObject : System.Windows.Forms.ButtonBase.ButtonBaseAccessibleObject
{
public RadioButtonAccessibleObject(System.Windows.Forms.RadioButton owner) : base (default(System.Windows.Forms.Control)) { }
public override string DefaultAction { get { throw null; } }
public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
public override void DoDefaultAction() { }
}
}
public sealed partial class RadioButtonRenderer
{
internal RadioButtonRenderer() { }
public static bool RenderMatchingApplicationState { get { throw null; } set { } }
public static void DrawParentBackground(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.Control childControl) { }
public static void DrawRadioButton(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string radioButtonText, System.Drawing.Font font, bool focused, System.Windows.Forms.VisualStyles.RadioButtonState state) { }
public static void DrawRadioButton(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string radioButtonText, System.Drawing.Font font, System.Drawing.Image image, System.Drawing.Rectangle imageBounds, bool focused, System.Windows.Forms.VisualStyles.RadioButtonState state) { }
public static void DrawRadioButton(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string radioButtonText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, bool focused, System.Windows.Forms.VisualStyles.RadioButtonState state) { }
public static void DrawRadioButton(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Drawing.Rectangle textBounds, string radioButtonText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, System.Drawing.Image image, System.Drawing.Rectangle imageBounds, bool focused, System.Windows.Forms.VisualStyles.RadioButtonState state) { }
public static void DrawRadioButton(System.Drawing.Graphics g, System.Drawing.Point glyphLocation, System.Windows.Forms.VisualStyles.RadioButtonState state) { }
public static System.Drawing.Size GetGlyphSize(System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.RadioButtonState state) { throw null; }
public static bool IsBackgroundPartiallyTransparent(System.Windows.Forms.VisualStyles.RadioButtonState state) { throw null; }
}
[System.AttributeUsageAttribute(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed partial class RelatedImageListAttribute : System.Attribute
{
public RelatedImageListAttribute(string relatedImageList) { }
public string RelatedImageList { get { throw null; } }
}
public partial class RetrieveVirtualItemEventArgs : System.EventArgs
{
public RetrieveVirtualItemEventArgs(int itemIndex) { }
public System.Windows.Forms.ListViewItem Item { get { throw null; } set { } }
public int ItemIndex { get { throw null; } }
}
public delegate void RetrieveVirtualItemEventHandler(object sender, System.Windows.Forms.RetrieveVirtualItemEventArgs e);
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.RichTextBoxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.Windows.Forms.DockingAttribute(System.Windows.Forms.DockingBehavior.Ask)]
public partial class RichTextBox : System.Windows.Forms.TextBoxBase
{
public RichTextBox() { }
[System.ComponentModel.BrowsableAttribute(false)]
public override bool AllowDrop { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Visible)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public override bool AutoSize { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.MonoTODOAttribute("Value not respected, always true")]
public bool AutoWordSelection { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(0)]
[System.ComponentModel.LocalizableAttribute(true)]
public int BulletIndent { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public bool CanRedo { get { throw null; } }
protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool DetectUrls { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.MonoTODOAttribute("Stub, does nothing")]
public bool EnableAutoDragDrop { get { throw null; } set { } }
public override System.Drawing.Font Font { get { throw null; } set { } }
public override System.Drawing.Color ForeColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.MonoTODOAttribute("Stub, does nothing")]
public System.Windows.Forms.RichTextBoxLanguageOptions LanguageOption { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(2147483647)]
public override int MaxLength { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public override bool Multiline { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public string RedoActionName { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(true)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.MonoTODOAttribute("Stub, does nothing")]
public bool RichTextShortcutsEnabled { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(0)]
[System.ComponentModel.LocalizableAttribute(true)]
[System.MonoInternalNoteAttribute("Teach TextControl.RecalculateLine to consider the right margin as well")]
[System.MonoTODOAttribute("Stub, does nothing")]
public int RightMargin { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public string Rtf { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.RichTextBoxScrollBars.Both)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.RichTextBoxScrollBars ScrollBars { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public string SelectedRtf { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public override string SelectedText { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.HorizontalAlignment.Left)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.HorizontalAlignment SelectionAlignment { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Drawing.Color SelectionBackColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.MonoTODOAttribute("Stub, does nothing")]
public bool SelectionBullet { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(0)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public int SelectionCharOffset { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Drawing.Color SelectionColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Drawing.Font SelectionFont { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(0)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public int SelectionHangingIndent { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(0)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public int SelectionIndent { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public override int SelectionLength { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.MonoTODOAttribute("Stub, does nothing")]
public bool SelectionProtected { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(0)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public int SelectionRightIndent { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public int[] SelectionTabs { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.RichTextBoxSelectionTypes SelectionType { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.MonoTODOAttribute("Stub, does nothing")]
public bool ShowSelectionMargin { get { throw null; } set { } }
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public override string Text { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public override int TextLength { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public string UndoActionName { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(1)]
[System.ComponentModel.LocalizableAttribute(true)]
public float ZoomFactor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
public event System.Windows.Forms.ContentsResizedEventHandler ContentsResized { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
public new event System.Windows.Forms.DragEventHandler DragDrop { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
public new event System.Windows.Forms.DragEventHandler DragEnter { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler DragLeave { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.DragEventHandler DragOver { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.GiveFeedbackEventHandler GiveFeedback { add { } remove { } }
public event System.EventHandler HScroll { add { } remove { } }
public event System.EventHandler ImeChange { add { } remove { } }
public event System.Windows.Forms.LinkClickedEventHandler LinkClicked { add { } remove { } }
public event System.EventHandler Protected { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.QueryContinueDragEventHandler QueryContinueDrag { add { } remove { } }
[System.MonoTODOAttribute("Event never raised")]
public event System.EventHandler SelectionChanged { add { } remove { } }
public event System.EventHandler VScroll { add { } remove { } }
public bool CanPaste(System.Windows.Forms.DataFormats.Format clipFormat) { throw null; }
protected virtual object CreateRichEditOleCallback() { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new void DrawToBitmap(System.Drawing.Bitmap bitmap, System.Drawing.Rectangle targetBounds) { }
public int Find(char[] characterSet) { throw null; }
public int Find(char[] characterSet, int start) { throw null; }
public int Find(char[] characterSet, int start, int end) { throw null; }
public int Find(string str) { throw null; }
public int Find(string str, int start, int end, System.Windows.Forms.RichTextBoxFinds options) { throw null; }
public int Find(string str, int start, System.Windows.Forms.RichTextBoxFinds options) { throw null; }
public int Find(string str, System.Windows.Forms.RichTextBoxFinds options) { throw null; }
public override int GetCharIndexFromPosition(System.Drawing.Point pt) { throw null; }
public override int GetLineFromCharIndex(int index) { throw null; }
public override System.Drawing.Point GetPositionFromCharIndex(int index) { throw null; }
public void LoadFile(System.IO.Stream data, System.Windows.Forms.RichTextBoxStreamType fileType) { }
public void LoadFile(string path) { }
public void LoadFile(string path, System.Windows.Forms.RichTextBoxStreamType fileType) { }
protected override void OnBackColorChanged(System.EventArgs e) { }
protected virtual void OnContentsResized(System.Windows.Forms.ContentsResizedEventArgs e) { }
protected override void OnContextMenuChanged(System.EventArgs e) { }
protected override void OnHandleCreated(System.EventArgs e) { }
protected override void OnHandleDestroyed(System.EventArgs e) { }
protected virtual void OnHScroll(System.EventArgs e) { }
[System.MonoTODOAttribute("Stub, never called")]
protected virtual void OnImeChange(System.EventArgs e) { }
protected virtual void OnLinkClicked(System.Windows.Forms.LinkClickedEventArgs e) { }
protected virtual void OnProtected(System.EventArgs e) { }
protected override void OnRightToLeftChanged(System.EventArgs e) { }
protected virtual void OnSelectionChanged(System.EventArgs e) { }
protected virtual void OnVScroll(System.EventArgs e) { }
public void Paste(System.Windows.Forms.DataFormats.Format clipFormat) { }
protected override bool ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.Forms.Keys keyData) { throw null; }
public void Redo() { }
public void SaveFile(System.IO.Stream data, System.Windows.Forms.RichTextBoxStreamType fileType) { }
public void SaveFile(string path) { }
public void SaveFile(string path, System.Windows.Forms.RichTextBoxStreamType fileType) { }
protected override void WndProc(ref System.Windows.Forms.Message m) { }
}
[System.FlagsAttribute]
public enum RichTextBoxFinds
{
MatchCase = 4,
NoHighlight = 8,
None = 0,
Reverse = 16,
WholeWord = 2,
}
[System.FlagsAttribute]
public enum RichTextBoxLanguageOptions
{
AutoFont = 2,
AutoFontSizeAdjust = 16,
AutoKeyboard = 1,
DualFont = 128,
ImeAlwaysSendNotify = 8,
ImeCancelComplete = 4,
UIFonts = 32,
}
public enum RichTextBoxScrollBars
{
Both = 3,
ForcedBoth = 19,
ForcedHorizontal = 17,
ForcedVertical = 18,
Horizontal = 1,
None = 0,
Vertical = 2,
}
public enum RichTextBoxSelectionAttribute
{
All = 1,
Mixed = -1,
None = 0,
}
[System.FlagsAttribute]
public enum RichTextBoxSelectionTypes
{
Empty = 0,
MultiChar = 4,
MultiObject = 8,
Object = 2,
Text = 1,
}
public enum RichTextBoxStreamType
{
PlainText = 1,
RichNoOleObjs = 2,
RichText = 0,
TextTextOleObjs = 3,
UnicodePlainText = 4,
}
public enum RichTextBoxWordPunctuations
{
All = 896,
Custom = 512,
Level1 = 128,
Level2 = 256,
}
public enum RightToLeft
{
Inherit = 2,
No = 0,
Yes = 1,
}
public partial class RowStyle : System.Windows.Forms.TableLayoutStyle
{
public RowStyle() { }
public RowStyle(System.Windows.Forms.SizeType sizeType) { }
public RowStyle(System.Windows.Forms.SizeType sizeType, float height) { }
public float Height { get { throw null; } set { } }
}
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.SaveFileDialogDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
public sealed partial class SaveFileDialog : System.Windows.Forms.FileDialog
{
public SaveFileDialog() { }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool CreatePrompt { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool OverwritePrompt { get { throw null; } set { } }
public System.IO.Stream OpenFile() { throw null; }
public override void Reset() { }
}
public partial class Screen
{
internal Screen() { }
public static System.Windows.Forms.Screen[] AllScreens { get { throw null; } }
[System.MonoTODOAttribute("Stub, always returns 32")]
public int BitsPerPixel { get { throw null; } }
public System.Drawing.Rectangle Bounds { get { throw null; } }
public string DeviceName { get { throw null; } }
public bool Primary { get { throw null; } }
public static System.Windows.Forms.Screen PrimaryScreen { get { throw null; } }
public System.Drawing.Rectangle WorkingArea { get { throw null; } }
public override bool Equals(object obj) { throw null; }
public static System.Windows.Forms.Screen FromControl(System.Windows.Forms.Control control) { throw null; }
public static System.Windows.Forms.Screen FromHandle(System.IntPtr hwnd) { throw null; }
public static System.Windows.Forms.Screen FromPoint(System.Drawing.Point point) { throw null; }
public static System.Windows.Forms.Screen FromRectangle(System.Drawing.Rectangle rect) { throw null; }
public static System.Drawing.Rectangle GetBounds(System.Drawing.Point pt) { throw null; }
public static System.Drawing.Rectangle GetBounds(System.Drawing.Rectangle rect) { throw null; }
public static System.Drawing.Rectangle GetBounds(System.Windows.Forms.Control ctl) { throw null; }
public override int GetHashCode() { throw null; }
public static System.Drawing.Rectangle GetWorkingArea(System.Drawing.Point pt) { throw null; }
public static System.Drawing.Rectangle GetWorkingArea(System.Drawing.Rectangle rect) { throw null; }
public static System.Drawing.Rectangle GetWorkingArea(System.Windows.Forms.Control ctl) { throw null; }
public override string ToString() { throw null; }
}
public enum ScreenOrientation
{
Angle0 = 0,
Angle180 = 2,
Angle270 = 3,
Angle90 = 1,
}
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ScrollableControlDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class ScrollableControl : System.Windows.Forms.Control
{
protected const int ScrollStateAutoScrolling = 1;
protected const int ScrollStateFullDrag = 16;
protected const int ScrollStateHScrollVisible = 2;
protected const int ScrollStateUserHasScrolled = 8;
protected const int ScrollStateVScrollVisible = 4;
public ScrollableControl() { }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.LocalizableAttribute(true)]
public virtual bool AutoScroll { get { throw null; } set { } }
[System.ComponentModel.LocalizableAttribute(true)]
public System.Drawing.Size AutoScrollMargin { get { throw null; } set { } }
[System.ComponentModel.LocalizableAttribute(true)]
public System.Drawing.Size AutoScrollMinSize { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Drawing.Point AutoScrollPosition { get { throw null; } set { } }
protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
public override System.Drawing.Rectangle DisplayRectangle { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public System.Windows.Forms.ScrollableControl.DockPaddingEdges DockPadding { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public System.Windows.Forms.HScrollProperties HorizontalScroll { get { throw null; } }
protected bool HScroll { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public System.Windows.Forms.VScrollProperties VerticalScroll { get { throw null; } }
protected bool VScroll { get { throw null; } set { } }
public event System.Windows.Forms.ScrollEventHandler Scroll { add { } remove { } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void AdjustFormScrollbars(bool displayScrollbars) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected bool GetScrollState(int bit) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void OnLayout(System.Windows.Forms.LayoutEventArgs levent) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void OnMouseWheel(System.Windows.Forms.MouseEventArgs e) { }
protected override void OnPaddingChanged(System.EventArgs e) { }
protected override void OnPaintBackground(System.Windows.Forms.PaintEventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void OnRightToLeftChanged(System.EventArgs e) { }
protected virtual void OnScroll(System.Windows.Forms.ScrollEventArgs se) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void OnVisibleChanged(System.EventArgs e) { }
protected override void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
protected override void ScaleCore(float dx, float dy) { }
public void ScrollControlIntoView(System.Windows.Forms.Control activeControl) { }
protected virtual System.Drawing.Point ScrollToControl(System.Windows.Forms.Control activeControl) { throw null; }
public void SetAutoScrollMargin(int x, int y) { }
protected void SetDisplayRectLocation(int x, int y) { }
protected void SetScrollState(int bit, bool value) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void WndProc(ref System.Windows.Forms.Message m) { }
[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ScrollableControl.DockPaddingEdgesConverter))]
public partial class DockPaddingEdges : System.ICloneable
{
internal DockPaddingEdges() { }
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public int All { get { throw null; } set { } }
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public int Bottom { get { throw null; } set { } }
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public int Left { get { throw null; } set { } }
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public int Right { get { throw null; } set { } }
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public int Top { get { throw null; } set { } }
public override bool Equals(object other) { throw null; }
public override int GetHashCode() { throw null; }
object System.ICloneable.Clone() { throw null; }
public override string ToString() { throw null; }
}
public partial class DockPaddingEdgesConverter : System.ComponentModel.TypeConverter
{
public DockPaddingEdgesConverter() { }
public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
}
}
[System.ComponentModel.DefaultEventAttribute("Scroll")]
[System.ComponentModel.DefaultPropertyAttribute("Value")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public abstract partial class ScrollBar : System.Windows.Forms.Control
{
public ScrollBar() { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override bool AutoSize { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Color BackColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
protected override System.Windows.Forms.ImeMode DefaultImeMode { get { throw null; } }
protected override System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Font Font { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Color ForeColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(10)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public int LargeChange { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(100)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public int Maximum { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(0)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public int Minimum { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(1)]
public int SmallChange { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public new bool TabStop { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(false)]
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override string Text { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(0)]
public int Value { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler AutoSizeChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackColorChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler Click { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler DoubleClick { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler FontChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler ForeColorChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler ImeModeChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.MouseEventHandler MouseClick { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.MouseEventHandler MouseDoubleClick { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.MouseEventHandler MouseDown { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.MouseEventHandler MouseMove { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.MouseEventHandler MouseUp { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
public event System.Windows.Forms.ScrollEventHandler Scroll { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler TextChanged { add { } remove { } }
public event System.EventHandler ValueChanged { add { } remove { } }
protected override System.Drawing.Rectangle GetScaledBounds(System.Drawing.Rectangle bounds, System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { throw null; }
protected override void OnEnabledChanged(System.EventArgs e) { }
protected override void OnHandleCreated(System.EventArgs e) { }
protected override void OnMouseWheel(System.Windows.Forms.MouseEventArgs e) { }
protected virtual void OnScroll(System.Windows.Forms.ScrollEventArgs se) { }
protected virtual void OnValueChanged(System.EventArgs e) { }
public override string ToString() { throw null; }
protected void UpdateScrollInfo() { }
protected override void WndProc(ref System.Windows.Forms.Message m) { }
}
public sealed partial class ScrollBarRenderer
{
internal ScrollBarRenderer() { }
public static bool IsSupported { get { throw null; } }
public static void DrawArrowButton(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarArrowButtonState state) { }
public static void DrawHorizontalThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarState state) { }
public static void DrawHorizontalThumbGrip(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarState state) { }
public static void DrawLeftHorizontalTrack(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarState state) { }
public static void DrawLowerVerticalTrack(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarState state) { }
public static void DrawRightHorizontalTrack(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarState state) { }
public static void DrawSizeBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarSizeBoxState state) { }
public static void DrawUpperVerticalTrack(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarState state) { }
public static void DrawVerticalThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarState state) { }
public static void DrawVerticalThumbGrip(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ScrollBarState state) { }
public static System.Drawing.Size GetSizeBoxSize(System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.ScrollBarState state) { throw null; }
public static System.Drawing.Size GetThumbGripSize(System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.ScrollBarState state) { throw null; }
}
public enum ScrollBars
{
Both = 3,
Horizontal = 1,
None = 0,
Vertical = 2,
}
public enum ScrollButton
{
Down = 1,
Left = 2,
Max = 3,
Min = 0,
Right = 3,
Up = 0,
}
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class ScrollEventArgs : System.EventArgs
{
public ScrollEventArgs(System.Windows.Forms.ScrollEventType type, int newValue) { }
public ScrollEventArgs(System.Windows.Forms.ScrollEventType type, int oldValue, int newValue) { }
public ScrollEventArgs(System.Windows.Forms.ScrollEventType type, int oldValue, int newValue, System.Windows.Forms.ScrollOrientation scroll) { }
public ScrollEventArgs(System.Windows.Forms.ScrollEventType type, int newValue, System.Windows.Forms.ScrollOrientation scroll) { }
public int NewValue { get { throw null; } set { } }
public int OldValue { get { throw null; } }
public System.Windows.Forms.ScrollOrientation ScrollOrientation { get { throw null; } }
public System.Windows.Forms.ScrollEventType Type { get { throw null; } }
}
public delegate void ScrollEventHandler(object sender, System.Windows.Forms.ScrollEventArgs e);
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public enum ScrollEventType
{
EndScroll = 8,
First = 6,
LargeDecrement = 2,
LargeIncrement = 3,
Last = 7,
SmallDecrement = 0,
SmallIncrement = 1,
ThumbPosition = 4,
ThumbTrack = 5,
}
public enum ScrollOrientation
{
HorizontalScroll = 0,
VerticalScroll = 1,
}
public abstract partial class ScrollProperties
{
protected ScrollProperties(System.Windows.Forms.ScrollableControl container) { }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool Enabled { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(10)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public int LargeChange { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(100)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public int Maximum { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(0)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public int Minimum { get { throw null; } set { } }
protected System.Windows.Forms.ScrollableControl ParentControl { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(1)]
public int SmallChange { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(0)]
public int Value { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool Visible { get { throw null; } set { } }
}
public enum SearchDirectionHint
{
Down = 40,
Left = 37,
Right = 39,
Up = 38,
}
public partial class SearchForVirtualItemEventArgs : System.EventArgs
{
public SearchForVirtualItemEventArgs(bool isTextSearch, bool isPrefixSearch, bool includeSubItemsInSearch, string text, System.Drawing.Point startingPoint, System.Windows.Forms.SearchDirectionHint direction, int startIndex) { }
public System.Windows.Forms.SearchDirectionHint Direction { get { throw null; } }
public bool IncludeSubItemsInSearch { get { throw null; } }
public int Index { get { throw null; } set { } }
public bool IsPrefixSearch { get { throw null; } }
public bool IsTextSearch { get { throw null; } }
public int StartIndex { get { throw null; } }
public System.Drawing.Point StartingPoint { get { throw null; } }
public string Text { get { throw null; } }
}
public delegate void SearchForVirtualItemEventHandler(object sender, System.Windows.Forms.SearchForVirtualItemEventArgs e);
public enum SecurityIDType
{
Alias = 4,
Computer = 9,
DeletedAccount = 6,
Domain = 3,
Group = 2,
Invalid = 7,
Unknown = 8,
User = 1,
WellKnownGroup = 5,
}
public partial class SelectedGridItemChangedEventArgs : System.EventArgs
{
public SelectedGridItemChangedEventArgs(System.Windows.Forms.GridItem oldSel, System.Windows.Forms.GridItem newSel) { }
public System.Windows.Forms.GridItem NewSelection { get { throw null; } }
public System.Windows.Forms.GridItem OldSelection { get { throw null; } }
}
public delegate void SelectedGridItemChangedEventHandler(object sender, System.Windows.Forms.SelectedGridItemChangedEventArgs e);
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public enum SelectionMode
{
MultiExtended = 3,
MultiSimple = 2,
None = 0,
One = 1,
}
[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.SelectionRangeConverter))]
public sealed partial class SelectionRange
{
public SelectionRange() { }
public SelectionRange(System.DateTime lower, System.DateTime upper) { }
public SelectionRange(System.Windows.Forms.SelectionRange range) { }
public System.DateTime End { get { throw null; } set { } }
public System.DateTime Start { get { throw null; } set { } }
public override string ToString() { throw null; }
}
public partial class SelectionRangeConverter : System.ComponentModel.TypeConverter
{
public SelectionRangeConverter() { }
public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
public override object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues) { throw null; }
public override bool GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, System.Attribute[] attributes) { throw null; }
public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
}
public partial class SendKeys
{
internal SendKeys() { }
public static void Flush() { }
public static void Send(string keys) { }
public static void SendWait(string keys) { }
}
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public enum Shortcut
{
Alt0 = 262192,
Alt1 = 262193,
Alt2 = 262194,
Alt3 = 262195,
Alt4 = 262196,
Alt5 = 262197,
Alt6 = 262198,
Alt7 = 262199,
Alt8 = 262200,
Alt9 = 262201,
AltBksp = 262152,
AltDownArrow = 262184,
AltF1 = 262256,
AltF10 = 262265,
AltF11 = 262266,
AltF12 = 262267,
AltF2 = 262257,
AltF3 = 262258,
AltF4 = 262259,
AltF5 = 262260,
AltF6 = 262261,
AltF7 = 262262,
AltF8 = 262263,
AltF9 = 262264,
AltLeftArrow = 262181,
AltRightArrow = 262183,
AltUpArrow = 262182,
Ctrl0 = 131120,
Ctrl1 = 131121,
Ctrl2 = 131122,
Ctrl3 = 131123,
Ctrl4 = 131124,
Ctrl5 = 131125,
Ctrl6 = 131126,
Ctrl7 = 131127,
Ctrl8 = 131128,
Ctrl9 = 131129,
CtrlA = 131137,
CtrlB = 131138,
CtrlC = 131139,
CtrlD = 131140,
CtrlDel = 131118,
CtrlE = 131141,
CtrlF = 131142,
CtrlF1 = 131184,
CtrlF10 = 131193,
CtrlF11 = 131194,
CtrlF12 = 131195,
CtrlF2 = 131185,
CtrlF3 = 131186,
CtrlF4 = 131187,
CtrlF5 = 131188,
CtrlF6 = 131189,
CtrlF7 = 131190,
CtrlF8 = 131191,
CtrlF9 = 131192,
CtrlG = 131143,
CtrlH = 131144,
CtrlI = 131145,
CtrlIns = 131117,
CtrlJ = 131146,
CtrlK = 131147,
CtrlL = 131148,
CtrlM = 131149,
CtrlN = 131150,
CtrlO = 131151,
CtrlP = 131152,
CtrlQ = 131153,
CtrlR = 131154,
CtrlS = 131155,
CtrlShift0 = 196656,
CtrlShift1 = 196657,
CtrlShift2 = 196658,
CtrlShift3 = 196659,
CtrlShift4 = 196660,
CtrlShift5 = 196661,
CtrlShift6 = 196662,
CtrlShift7 = 196663,
CtrlShift8 = 196664,
CtrlShift9 = 196665,
CtrlShiftA = 196673,
CtrlShiftB = 196674,
CtrlShiftC = 196675,
CtrlShiftD = 196676,
CtrlShiftE = 196677,
CtrlShiftF = 196678,
CtrlShiftF1 = 196720,
CtrlShiftF10 = 196729,
CtrlShiftF11 = 196730,
CtrlShiftF12 = 196731,
CtrlShiftF2 = 196721,
CtrlShiftF3 = 196722,
CtrlShiftF4 = 196723,
CtrlShiftF5 = 196724,
CtrlShiftF6 = 196725,
CtrlShiftF7 = 196726,
CtrlShiftF8 = 196727,
CtrlShiftF9 = 196728,
CtrlShiftG = 196679,
CtrlShiftH = 196680,
CtrlShiftI = 196681,
CtrlShiftJ = 196682,
CtrlShiftK = 196683,
CtrlShiftL = 196684,
CtrlShiftM = 196685,
CtrlShiftN = 196686,
CtrlShiftO = 196687,
CtrlShiftP = 196688,
CtrlShiftQ = 196689,
CtrlShiftR = 196690,
CtrlShiftS = 196691,
CtrlShiftT = 196692,
CtrlShiftU = 196693,
CtrlShiftV = 196694,
CtrlShiftW = 196695,
CtrlShiftX = 196696,
CtrlShiftY = 196697,
CtrlShiftZ = 196698,
CtrlT = 131156,
CtrlU = 131157,
CtrlV = 131158,
CtrlW = 131159,
CtrlX = 131160,
CtrlY = 131161,
CtrlZ = 131162,
Del = 46,
F1 = 112,
F10 = 121,
F11 = 122,
F12 = 123,
F2 = 113,
F3 = 114,
F4 = 115,
F5 = 116,
F6 = 117,
F7 = 118,
F8 = 119,
F9 = 120,
Ins = 45,
None = 0,
ShiftDel = 65582,
ShiftF1 = 65648,
ShiftF10 = 65657,
ShiftF11 = 65658,
ShiftF12 = 65659,
ShiftF2 = 65649,
ShiftF3 = 65650,
ShiftF4 = 65651,
ShiftF5 = 65652,
ShiftF6 = 65653,
ShiftF7 = 65654,
ShiftF8 = 65655,
ShiftF9 = 65656,
ShiftIns = 65581,
}
public enum SizeGripStyle
{
Auto = 0,
Hide = 2,
Show = 1,
}
public enum SizeType
{
Absolute = 1,
AutoSize = 0,
Percent = 2,
}
public enum SortOrder
{
Ascending = 1,
Descending = 2,
None = 0,
}
[System.ComponentModel.DefaultEventAttribute("SplitterMoved")]
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.SplitContainerDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.Windows.Forms.DockingAttribute(System.Windows.Forms.DockingBehavior.AutoDock)]
public partial class SplitContainer : System.Windows.Forms.ContainerControl, System.ComponentModel.ISupportInitialize
{
public SplitContainer() { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ComponentModel.LocalizableAttribute(true)]
public override bool AutoScroll { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Drawing.Size AutoScrollMargin { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Drawing.Size AutoScrollMinSize { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute("{X=0,Y=0}")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Point AutoScrollOffset { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Drawing.Point AutoScrollPosition { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override bool AutoSize { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public override System.Windows.Forms.BindingContext BindingContext { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.BorderStyle.None)]
[System.Runtime.InteropServices.DispIdAttribute(-504)]
public System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.Control.ControlCollection Controls { get { throw null; } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
public new System.Windows.Forms.DockStyle Dock { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.FixedPanel.None)]
public System.Windows.Forms.FixedPanel FixedPanel { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.LocalizableAttribute(true)]
public bool IsSplitterFixed { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.Orientation.Vertical)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.Orientation Orientation { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
[System.ComponentModel.LocalizableAttribute(false)]
public System.Windows.Forms.SplitterPanel Panel1 { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool Panel1Collapsed { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(25)]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public int Panel1MinSize { get { throw null; } set { } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
[System.ComponentModel.LocalizableAttribute(false)]
public System.Windows.Forms.SplitterPanel Panel2 { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool Panel2Collapsed { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(25)]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public int Panel2MinSize { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(50)]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.SettingsBindableAttribute(true)]
public int SplitterDistance { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(1)]
[System.ComponentModel.LocalizableAttribute(true)]
[System.MonoTODOAttribute("Stub, never called")]
public int SplitterIncrement { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Drawing.Rectangle SplitterRectangle { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(4)]
[System.ComponentModel.LocalizableAttribute(true)]
public int SplitterWidth { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
[System.MonoTODOAttribute("Stub, never called")]
[System.Runtime.InteropServices.DispIdAttribute(-516)]
public new bool TabStop { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(false)]
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override string Text { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler AutoSizeChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.ControlEventHandler ControlAdded { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.ControlEventHandler ControlRemoved { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler PaddingChanged { add { } remove { } }
public event System.Windows.Forms.SplitterEventHandler SplitterMoved { add { } remove { } }
public event System.Windows.Forms.SplitterCancelEventHandler SplitterMoving { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler TextChanged { add { } remove { } }
[System.MonoTODOAttribute]
public void BeginInit() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw null; }
[System.MonoTODOAttribute]
public void EndInit() { }
protected override void OnGotFocus(System.EventArgs e) { }
protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { }
protected override void OnKeyUp(System.Windows.Forms.KeyEventArgs e) { }
protected override void OnLayout(System.Windows.Forms.LayoutEventArgs e) { }
protected override void OnLostFocus(System.EventArgs e) { }
protected override void OnMouseCaptureChanged(System.EventArgs e) { }
protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { }
protected override void OnMouseLeave(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void OnMouseMove(System.Windows.Forms.MouseEventArgs e) { }
protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs e) { }
protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void OnRightToLeftChanged(System.EventArgs e) { }
public void OnSplitterMoved(System.Windows.Forms.SplitterEventArgs e) { }
public void OnSplitterMoving(System.Windows.Forms.SplitterCancelEventArgs e) { }
protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
protected override bool ProcessTabKey(bool forward) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { }
protected override void Select(bool directed, bool forward) { }
protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
protected override void WndProc(ref System.Windows.Forms.Message msg) { }
}
[System.ComponentModel.DefaultEventAttribute("SplitterMoved")]
[System.ComponentModel.DefaultPropertyAttribute("Dock")]
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.SplitterDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class Splitter : System.Windows.Forms.Control
{
public Splitter() { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override bool AllowDrop { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.AnchorStyles.None)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.AnchorStyles Anchor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.BorderStyle.None)]
[System.Runtime.InteropServices.DispIdAttribute(-504)]
public System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
protected override System.Windows.Forms.Cursor DefaultCursor { get { throw null; } }
protected override System.Windows.Forms.ImeMode DefaultImeMode { get { throw null; } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.DockStyle.Left)]
[System.ComponentModel.LocalizableAttribute(true)]
public override System.Windows.Forms.DockStyle Dock { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Font Font { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Color ForeColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(25)]
[System.ComponentModel.LocalizableAttribute(true)]
public int MinExtra { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(25)]
[System.ComponentModel.LocalizableAttribute(true)]
public int MinSize { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public int SplitPosition { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool TabStop { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(false)]
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override string Text { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler Enter { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler FontChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler ForeColorChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler ImeModeChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.KeyEventHandler KeyDown { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.KeyPressEventHandler KeyPress { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.KeyEventHandler KeyUp { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler Leave { add { } remove { } }
public event System.Windows.Forms.SplitterEventHandler SplitterMoved { add { } remove { } }
public event System.Windows.Forms.SplitterEventHandler SplitterMoving { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler TabStopChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler TextChanged { add { } remove { } }
protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { }
protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { }
protected override void OnMouseMove(System.Windows.Forms.MouseEventArgs e) { }
protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs e) { }
protected virtual void OnSplitterMoved(System.Windows.Forms.SplitterEventArgs sevent) { }
protected virtual void OnSplitterMoving(System.Windows.Forms.SplitterEventArgs sevent) { }
protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
public override string ToString() { throw null; }
}
public partial class SplitterCancelEventArgs : System.ComponentModel.CancelEventArgs
{
public SplitterCancelEventArgs(int mouseCursorX, int mouseCursorY, int splitX, int splitY) { }
public int MouseCursorX { get { throw null; } }
public int MouseCursorY { get { throw null; } }
public int SplitX { get { throw null; } set { } }
public int SplitY { get { throw null; } set { } }
}
public delegate void SplitterCancelEventHandler(object sender, System.Windows.Forms.SplitterCancelEventArgs e);
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class SplitterEventArgs : System.EventArgs
{
public SplitterEventArgs(int x, int y, int splitX, int splitY) { }
public int SplitX { get { throw null; } set { } }
public int SplitY { get { throw null; } set { } }
public int X { get { throw null; } }
public int Y { get { throw null; } }
}
public delegate void SplitterEventHandler(object sender, System.Windows.Forms.SplitterEventArgs e);
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.SplitterPanelDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.ComponentModel.ToolboxItemAttribute(false)]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.Windows.Forms.DockingAttribute(System.Windows.Forms.DockingBehavior.Never)]
public sealed partial class SplitterPanel : System.Windows.Forms.Panel
{
public SplitterPanel(System.Windows.Forms.SplitContainer owner) { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.AnchorStyles Anchor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool AutoSize { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ComponentModel.LocalizableAttribute(false)]
public override System.Windows.Forms.AutoSizeMode AutoSizeMode { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
protected override System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.DockStyle Dock { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.ScrollableControl.DockPaddingEdges DockPadding { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public new int Height { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Drawing.Point Location { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Drawing.Size MaximumSize { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Drawing.Size MinimumSize { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new string Name { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.Control Parent { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Drawing.Size Size { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new int TabIndex { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool TabStop { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool Visible { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public new int Width { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler AutoSizeChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler DockChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler LocationChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler TabIndexChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler TabStopChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler VisibleChanged { add { } remove { } }
}
[System.ComponentModel.DefaultEventAttribute("PanelClick")]
[System.ComponentModel.DefaultPropertyAttribute("Text")]
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.StatusBarDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class StatusBar : System.Windows.Forms.Control
{
public StatusBar() { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Color BackColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
protected override System.Windows.Forms.ImeMode DefaultImeMode { get { throw null; } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.DockStyle.Bottom)]
[System.ComponentModel.LocalizableAttribute(true)]
public override System.Windows.Forms.DockStyle Dock { get { throw null; } set { } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
protected override bool DoubleBuffered { get { throw null; } set { } }
[System.ComponentModel.LocalizableAttribute(true)]
public override System.Drawing.Font Font { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Color ForeColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.MergablePropertyAttribute(false)]
public System.Windows.Forms.StatusBar.StatusBarPanelCollection Panels { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool ShowPanels { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool SizingGrip { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public new bool TabStop { get { throw null; } set { } }
[System.ComponentModel.LocalizableAttribute(true)]
public override string Text { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackColorChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
public event System.Windows.Forms.StatusBarDrawItemEventHandler DrawItem { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler ForeColorChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler ImeModeChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
public event System.Windows.Forms.StatusBarPanelClickEventHandler PanelClick { add { } remove { } }
protected override void CreateHandle() { }
protected override void Dispose(bool disposing) { }
protected virtual void OnDrawItem(System.Windows.Forms.StatusBarDrawItemEventArgs sbdievent) { }
protected override void OnHandleCreated(System.EventArgs e) { }
protected override void OnHandleDestroyed(System.EventArgs e) { }
protected override void OnLayout(System.Windows.Forms.LayoutEventArgs levent) { }
protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { }
protected virtual void OnPanelClick(System.Windows.Forms.StatusBarPanelClickEventArgs e) { }
protected override void OnResize(System.EventArgs e) { }
public override string ToString() { throw null; }
protected override void WndProc(ref System.Windows.Forms.Message m) { }
[System.ComponentModel.ListBindableAttribute(false)]
public partial class StatusBarPanelCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
{
public StatusBarPanelCollection(System.Windows.Forms.StatusBar owner) { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public int Count { get { throw null; } }
public bool IsReadOnly { get { throw null; } }
public virtual System.Windows.Forms.StatusBarPanel this[int index] { get { throw null; } set { } }
public virtual System.Windows.Forms.StatusBarPanel this[string key] { get { throw null; } }
bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
object System.Collections.ICollection.SyncRoot { get { throw null; } }
bool System.Collections.IList.IsFixedSize { get { throw null; } }
object System.Collections.IList.this[int index] { get { throw null; } set { } }
public virtual System.Windows.Forms.StatusBarPanel Add(string text) { throw null; }
public virtual int Add(System.Windows.Forms.StatusBarPanel value) { throw null; }
public virtual void AddRange(System.Windows.Forms.StatusBarPanel[] panels) { }
public virtual void Clear() { }
public bool Contains(System.Windows.Forms.StatusBarPanel panel) { throw null; }
public virtual bool ContainsKey(string key) { throw null; }
public System.Collections.IEnumerator GetEnumerator() { throw null; }
public int IndexOf(System.Windows.Forms.StatusBarPanel panel) { throw null; }
public virtual int IndexOfKey(string key) { throw null; }
public virtual void Insert(int index, System.Windows.Forms.StatusBarPanel value) { }
public virtual void Remove(System.Windows.Forms.StatusBarPanel value) { }
public virtual void RemoveAt(int index) { }
public virtual void RemoveByKey(string key) { }
void System.Collections.ICollection.CopyTo(System.Array dest, int index) { }
int System.Collections.IList.Add(object value) { throw null; }
bool System.Collections.IList.Contains(object panel) { throw null; }
int System.Collections.IList.IndexOf(object panel) { throw null; }
void System.Collections.IList.Insert(int index, object value) { }
void System.Collections.IList.Remove(object value) { }
}
}
public partial class StatusBarDrawItemEventArgs : System.Windows.Forms.DrawItemEventArgs
{
public StatusBarDrawItemEventArgs(System.Drawing.Graphics g, System.Drawing.Font font, System.Drawing.Rectangle r, int itemId, System.Windows.Forms.DrawItemState itemState, System.Windows.Forms.StatusBarPanel panel) : base (default(System.Drawing.Graphics), default(System.Drawing.Font), default(System.Drawing.Rectangle), default(int), default(System.Windows.Forms.DrawItemState)) { }
public StatusBarDrawItemEventArgs(System.Drawing.Graphics g, System.Drawing.Font font, System.Drawing.Rectangle r, int itemId, System.Windows.Forms.DrawItemState itemState, System.Windows.Forms.StatusBarPanel panel, System.Drawing.Color foreColor, System.Drawing.Color backColor) : base (default(System.Drawing.Graphics), default(System.Drawing.Font), default(System.Drawing.Rectangle), default(int), default(System.Windows.Forms.DrawItemState)) { }
public System.Windows.Forms.StatusBarPanel Panel { get { throw null; } }
}
public delegate void StatusBarDrawItemEventHandler(object sender, System.Windows.Forms.StatusBarDrawItemEventArgs sbdevent);
[System.ComponentModel.DefaultPropertyAttribute("Text")]
[System.ComponentModel.DesignTimeVisibleAttribute(false)]
[System.ComponentModel.ToolboxItemAttribute(false)]
public partial class StatusBarPanel : System.ComponentModel.Component, System.ComponentModel.ISupportInitialize
{
public StatusBarPanel() { }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.HorizontalAlignment.Left)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.HorizontalAlignment Alignment { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.StatusBarPanelAutoSize.None)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public System.Windows.Forms.StatusBarPanelAutoSize AutoSize { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.StatusBarPanelBorderStyle.Sunken)]
[System.Runtime.InteropServices.DispIdAttribute(-504)]
public System.Windows.Forms.StatusBarPanelBorderStyle BorderStyle { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Drawing.Icon Icon { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(10)]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public int MinWidth { get { throw null; } set { } }
[System.ComponentModel.LocalizableAttribute(true)]
public string Name { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Windows.Forms.StatusBar Parent { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.StatusBarPanelStyle.Text)]
public System.Windows.Forms.StatusBarPanelStyle Style { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(false)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
public object Tag { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.LocalizableAttribute(true)]
public string Text { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.LocalizableAttribute(true)]
public string ToolTipText { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(100)]
[System.ComponentModel.LocalizableAttribute(true)]
public int Width { get { throw null; } set { } }
public void BeginInit() { }
protected override void Dispose(bool disposing) { }
public void EndInit() { }
public override string ToString() { throw null; }
}
public enum StatusBarPanelAutoSize
{
Contents = 3,
None = 1,
Spring = 2,
}
public enum StatusBarPanelBorderStyle
{
None = 1,
Raised = 2,
Sunken = 3,
}
public partial class StatusBarPanelClickEventArgs : System.Windows.Forms.MouseEventArgs
{
public StatusBarPanelClickEventArgs(System.Windows.Forms.StatusBarPanel statusBarPanel, System.Windows.Forms.MouseButtons button, int clicks, int x, int y) : base (default(System.Windows.Forms.MouseButtons), default(int), default(int), default(int), default(int)) { }
public System.Windows.Forms.StatusBarPanel StatusBarPanel { get { throw null; } }
}
public delegate void StatusBarPanelClickEventHandler(object sender, System.Windows.Forms.StatusBarPanelClickEventArgs e);
public enum StatusBarPanelStyle
{
OwnerDraw = 2,
Text = 1,
}
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class StatusStrip : System.Windows.Forms.ToolStrip
{
public StatusStrip() { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(false)]
public new bool CanOverflow { get { throw null; } set { } }
protected override System.Windows.Forms.DockStyle DefaultDock { get { throw null; } }
protected override System.Windows.Forms.Padding DefaultPadding { get { throw null; } }
protected override bool DefaultShowItemToolTips { get { throw null; } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.DockStyle.Bottom)]
public override System.Windows.Forms.DockStyle Dock { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.ToolStripGripStyle.Hidden)]
public new System.Windows.Forms.ToolStripGripStyle GripStyle { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.ToolStripLayoutStyle.Table)]
public new System.Windows.Forms.ToolStripLayoutStyle LayoutStyle { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public new bool ShowItemToolTips { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Drawing.Rectangle SizeGripBounds { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool SizingGrip { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public new bool Stretch { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public new event System.EventHandler PaddingChanged { add { } remove { } }
protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
protected internal override System.Windows.Forms.ToolStripItem CreateDefaultItem(string text, System.Drawing.Image image, System.EventHandler onClick) { throw null; }
protected override void Dispose(bool disposing) { }
protected override void OnLayout(System.Windows.Forms.LayoutEventArgs levent) { }
protected override void OnPaintBackground(System.Windows.Forms.PaintEventArgs e) { }
protected virtual void OnSpringTableLayoutCore() { }
protected override void SetDisplayedItems() { }
protected override void WndProc(ref System.Windows.Forms.Message m) { }
}
public enum StructFormat
{
Ansi = 1,
Auto = 3,
Unicode = 2,
}
public partial class SystemInformation
{
internal SystemInformation() { }
[System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
public static int ActiveWindowTrackingDelay { get { throw null; } }
public static System.Windows.Forms.ArrangeDirection ArrangeDirection { get { throw null; } }
public static System.Windows.Forms.ArrangeStartingPosition ArrangeStartingPosition { get { throw null; } }
public static System.Windows.Forms.BootMode BootMode { get { throw null; } }
public static System.Drawing.Size Border3DSize { get { throw null; } }
[System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
public static int BorderMultiplierFactor { get { throw null; } }
public static System.Drawing.Size BorderSize { get { throw null; } }
public static System.Drawing.Size CaptionButtonSize { get { throw null; } }
public static int CaptionHeight { get { throw null; } }
[System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
public static int CaretBlinkTime { get { throw null; } }
[System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
public static int CaretWidth { get { throw null; } }
public static string ComputerName { get { throw null; } }
public static System.Drawing.Size CursorSize { get { throw null; } }
public static bool DbcsEnabled { get { throw null; } }
public static bool DebugOS { get { throw null; } }
public static System.Drawing.Size DoubleClickSize { get { throw null; } }
public static int DoubleClickTime { get { throw null; } }
public static bool DragFullWindows { get { throw null; } }
public static System.Drawing.Size DragSize { get { throw null; } }
public static System.Drawing.Size FixedFrameBorderSize { get { throw null; } }
[System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
public static int FontSmoothingContrast { get { throw null; } }
[System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
public static int FontSmoothingType { get { throw null; } }
public static System.Drawing.Size FrameBorderSize { get { throw null; } }
public static bool HighContrast { get { throw null; } }
[System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
public static int HorizontalFocusThickness { get { throw null; } }
[System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
public static int HorizontalResizeBorderThickness { get { throw null; } }
public static int HorizontalScrollBarArrowWidth { get { throw null; } }
public static int HorizontalScrollBarHeight { get { throw null; } }
public static int HorizontalScrollBarThumbWidth { get { throw null; } }
public static int IconHorizontalSpacing { get { throw null; } }
public static System.Drawing.Size IconSize { get { throw null; } }
public static System.Drawing.Size IconSpacingSize { get { throw null; } }
public static int IconVerticalSpacing { get { throw null; } }
[System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
public static bool IsActiveWindowTrackingEnabled { get { throw null; } }
[System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
public static bool IsComboBoxAnimationEnabled { get { throw null; } }
[System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
public static bool IsDropShadowEnabled { get { throw null; } }
public static bool IsFlatMenuEnabled { get { throw null; } }
[System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
public static bool IsFontSmoothingEnabled { get { throw null; } }
[System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
public static bool IsHotTrackingEnabled { get { throw null; } }
[System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
public static bool IsIconTitleWrappingEnabled { get { throw null; } }
[System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
public static bool IsKeyboardPreferred { get { throw null; } }
[System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
public static bool IsListBoxSmoothScrollingEnabled { get { throw null; } }
[System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
public static bool IsMenuAnimationEnabled { get { throw null; } }
[System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
public static bool IsMenuFadeEnabled { get { throw null; } }
[System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
public static bool IsMinimizeRestoreAnimationEnabled { get { throw null; } }
[System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
public static bool IsSelectionFadeEnabled { get { throw null; } }
[System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
public static bool IsSnapToDefaultEnabled { get { throw null; } }
[System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
public static bool IsTitleBarGradientEnabled { get { throw null; } }
[System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
public static bool IsToolTipAnimationEnabled { get { throw null; } }
public static int KanjiWindowHeight { get { throw null; } }
public static int KeyboardDelay { get { throw null; } }
public static int KeyboardSpeed { get { throw null; } }
public static System.Drawing.Size MaxWindowTrackSize { get { throw null; } }
public static bool MenuAccessKeysUnderlined { get { throw null; } }
[System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
public static System.Drawing.Size MenuBarButtonSize { get { throw null; } }
public static System.Drawing.Size MenuButtonSize { get { throw null; } }
public static System.Drawing.Size MenuCheckSize { get { throw null; } }
public static System.Drawing.Font MenuFont { get { throw null; } }
public static int MenuHeight { get { throw null; } }
[System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
public static int MenuShowDelay { get { throw null; } }
public static bool MidEastEnabled { get { throw null; } }
public static System.Drawing.Size MinimizedWindowSize { get { throw null; } }
public static System.Drawing.Size MinimizedWindowSpacingSize { get { throw null; } }
public static System.Drawing.Size MinimumWindowSize { get { throw null; } }
public static System.Drawing.Size MinWindowTrackSize { get { throw null; } }
public static int MonitorCount { get { throw null; } }
public static bool MonitorsSameDisplayFormat { get { throw null; } }
public static int MouseButtons { get { throw null; } }
public static bool MouseButtonsSwapped { get { throw null; } }
public static System.Drawing.Size MouseHoverSize { get { throw null; } }
public static int MouseHoverTime { get { throw null; } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public static bool MousePresent { get { throw null; } }
[System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
public static int MouseSpeed { get { throw null; } }
public static bool MouseWheelPresent { get { throw null; } }
public static int MouseWheelScrollDelta { get { throw null; } }
public static int MouseWheelScrollLines { get { throw null; } }
public static bool NativeMouseWheelSupport { get { throw null; } }
public static bool Network { get { throw null; } }
public static bool PenWindows { get { throw null; } }
[System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
public static System.Windows.Forms.LeftRightAlignment PopupMenuAlignment { get { throw null; } }
[System.MonoTODOAttribute("Only implemented for Win32.")]
public static System.Windows.Forms.PowerStatus PowerStatus { get { throw null; } }
public static System.Drawing.Size PrimaryMonitorMaximizedWindowSize { get { throw null; } }
public static System.Drawing.Size PrimaryMonitorSize { get { throw null; } }
public static bool RightAlignedMenus { get { throw null; } }
public static System.Windows.Forms.ScreenOrientation ScreenOrientation { get { throw null; } }
public static bool Secure { get { throw null; } }
public static bool ShowSounds { get { throw null; } }
[System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
public static int SizingBorderWidth { get { throw null; } }
[System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
public static System.Drawing.Size SmallCaptionButtonSize { get { throw null; } }
public static System.Drawing.Size SmallIconSize { get { throw null; } }
public static bool TerminalServerSession { get { throw null; } }
public static System.Drawing.Size ToolWindowCaptionButtonSize { get { throw null; } }
public static int ToolWindowCaptionHeight { get { throw null; } }
[System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
public static bool UIEffectsEnabled { get { throw null; } }
public static string UserDomainName { get { throw null; } }
public static bool UserInteractive { get { throw null; } }
public static string UserName { get { throw null; } }
[System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
public static int VerticalFocusThickness { get { throw null; } }
[System.MonoInternalNoteAttribute("Determine if we need an X11 implementation or if defaults are good.")]
public static int VerticalResizeBorderThickness { get { throw null; } }
public static int VerticalScrollBarArrowHeight { get { throw null; } }
public static int VerticalScrollBarThumbHeight { get { throw null; } }
public static int VerticalScrollBarWidth { get { throw null; } }
public static System.Drawing.Rectangle VirtualScreen { get { throw null; } }
public static System.Drawing.Rectangle WorkingArea { get { throw null; } }
}
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public enum SystemParameter
{
CaretWidthMetric = 8,
DropShadow = 0,
FlatMenu = 1,
FontSmoothingContrastMetric = 2,
FontSmoothingTypeMetric = 3,
HorizontalFocusThicknessMetric = 10,
MenuFadeEnabled = 4,
SelectionFade = 5,
ToolTipAnimationMetric = 6,
UIEffects = 7,
VerticalFocusThicknessMetric = 9,
}
public enum TabAlignment
{
Bottom = 1,
Left = 2,
Right = 3,
Top = 0,
}
public enum TabAppearance
{
Buttons = 1,
FlatButtons = 2,
Normal = 0,
}
[System.ComponentModel.DefaultEventAttribute("SelectedIndexChanged")]
[System.ComponentModel.DefaultPropertyAttribute("TabPages")]
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.TabControlDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class TabControl : System.Windows.Forms.Control
{
public TabControl() { }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.TabAlignment.Top)]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public System.Windows.Forms.TabAlignment Alignment { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.TabAppearance.Normal)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.TabAppearance Appearance { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Color BackColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
public override System.Drawing.Rectangle DisplayRectangle { get { throw null; } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
protected override bool DoubleBuffered { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.TabDrawMode.Normal)]
public System.Windows.Forms.TabDrawMode DrawMode { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Color ForeColor { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool HotTrack { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public System.Windows.Forms.ImageList ImageList { get { throw null; } set { } }
[System.ComponentModel.LocalizableAttribute(true)]
public System.Drawing.Size ItemSize { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool Multiline { get { throw null; } set { } }
[System.ComponentModel.LocalizableAttribute(true)]
public new System.Drawing.Point Padding { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.LocalizableAttribute(true)]
[System.MonoTODOAttribute("RTL not supported")]
public virtual bool RightToLeftLayout { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public int RowCount { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(-1)]
public int SelectedIndex { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.TabPage SelectedTab { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.LocalizableAttribute(true)]
public bool ShowToolTips { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.TabSizeMode.Normal)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public System.Windows.Forms.TabSizeMode SizeMode { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public int TabCount { get { throw null; } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.TabPageCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.MergablePropertyAttribute(false)]
public System.Windows.Forms.TabControl.TabPageCollection TabPages { get { throw null; } }
[System.ComponentModel.BindableAttribute(false)]
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override string Text { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackColorChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
public event System.Windows.Forms.TabControlEventHandler Deselected { add { } remove { } }
public event System.Windows.Forms.TabControlCancelEventHandler Deselecting { add { } remove { } }
public event System.Windows.Forms.DrawItemEventHandler DrawItem { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler ForeColorChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
public event System.EventHandler RightToLeftLayoutChanged { add { } remove { } }
public event System.Windows.Forms.TabControlEventHandler Selected { add { } remove { } }
public event System.EventHandler SelectedIndexChanged { add { } remove { } }
public event System.Windows.Forms.TabControlCancelEventHandler Selecting { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler TextChanged { add { } remove { } }
protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw null; }
protected override void CreateHandle() { }
public void DeselectTab(int index) { }
public void DeselectTab(string tabPageName) { }
public void DeselectTab(System.Windows.Forms.TabPage tabPage) { }
protected override void Dispose(bool disposing) { }
public System.Windows.Forms.Control GetControl(int index) { throw null; }
protected virtual object[] GetItems() { throw null; }
protected virtual object[] GetItems(System.Type baseType) { throw null; }
public System.Drawing.Rectangle GetTabRect(int index) { throw null; }
protected string GetToolTipText(object item) { throw null; }
protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
protected virtual void OnDeselected(System.Windows.Forms.TabControlEventArgs e) { }
protected virtual void OnDeselecting(System.Windows.Forms.TabControlCancelEventArgs e) { }
protected virtual void OnDrawItem(System.Windows.Forms.DrawItemEventArgs e) { }
protected override void OnEnter(System.EventArgs e) { }
protected override void OnFontChanged(System.EventArgs e) { }
protected override void OnHandleCreated(System.EventArgs e) { }
protected override void OnHandleDestroyed(System.EventArgs e) { }
protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs ke) { }
protected override void OnLeave(System.EventArgs e) { }
protected override void OnResize(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnRightToLeftLayoutChanged(System.EventArgs e) { }
protected virtual void OnSelected(System.Windows.Forms.TabControlEventArgs e) { }
protected virtual void OnSelectedIndexChanged(System.EventArgs e) { }
protected virtual void OnSelecting(System.Windows.Forms.TabControlCancelEventArgs e) { }
protected override void OnStyleChanged(System.EventArgs e) { }
protected override bool ProcessKeyPreview(ref System.Windows.Forms.Message m) { throw null; }
protected void RemoveAll() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
protected override void ScaleCore(float dx, float dy) { }
public void SelectTab(int index) { }
public void SelectTab(string tabPageName) { }
public void SelectTab(System.Windows.Forms.TabPage tabPage) { }
public override string ToString() { throw null; }
protected void UpdateTabSelection(bool updateFocus) { }
protected override void WndProc(ref System.Windows.Forms.Message m) { }
[System.Runtime.InteropServices.ComVisibleAttribute(false)]
public partial class ControlCollection : System.Windows.Forms.Control.ControlCollection
{
public ControlCollection(System.Windows.Forms.TabControl owner) : base (default(System.Windows.Forms.Control)) { }
public override void Add(System.Windows.Forms.Control value) { }
public override void Remove(System.Windows.Forms.Control value) { }
}
public partial class TabPageCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
{
public TabPageCollection(System.Windows.Forms.TabControl owner) { }
[System.ComponentModel.BrowsableAttribute(false)]
public int Count { get { throw null; } }
public bool IsReadOnly { get { throw null; } }
public virtual System.Windows.Forms.TabPage this[int index] { get { throw null; } set { } }
public virtual System.Windows.Forms.TabPage this[string key] { get { throw null; } }
bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
object System.Collections.ICollection.SyncRoot { get { throw null; } }
bool System.Collections.IList.IsFixedSize { get { throw null; } }
object System.Collections.IList.this[int index] { get { throw null; } set { } }
public void Add(string text) { }
public void Add(string key, string text) { }
public void Add(string key, string text, int imageIndex) { }
public void Add(string key, string text, string imageKey) { }
public void Add(System.Windows.Forms.TabPage value) { }
public void AddRange(System.Windows.Forms.TabPage[] pages) { }
public virtual void Clear() { }
public bool Contains(System.Windows.Forms.TabPage page) { throw null; }
public virtual bool ContainsKey(string key) { throw null; }
public System.Collections.IEnumerator GetEnumerator() { throw null; }
public int IndexOf(System.Windows.Forms.TabPage page) { throw null; }
public virtual int IndexOfKey(string key) { throw null; }
public void Insert(int index, string text) { }
public void Insert(int index, string key, string text) { }
public void Insert(int index, string key, string text, int imageIndex) { }
public void Insert(int index, string key, string text, string imageKey) { }
public void Insert(int index, System.Windows.Forms.TabPage tabPage) { }
public void Remove(System.Windows.Forms.TabPage value) { }
public void RemoveAt(int index) { }
public virtual void RemoveByKey(string key) { }
void System.Collections.ICollection.CopyTo(System.Array dest, int index) { }
int System.Collections.IList.Add(object value) { throw null; }
bool System.Collections.IList.Contains(object page) { throw null; }
int System.Collections.IList.IndexOf(object page) { throw null; }
void System.Collections.IList.Insert(int index, object tabPage) { }
void System.Collections.IList.Remove(object value) { }
}
}
public enum TabControlAction
{
Deselected = 3,
Deselecting = 2,
Selected = 1,
Selecting = 0,
}
public partial class TabControlCancelEventArgs : System.ComponentModel.CancelEventArgs
{
public TabControlCancelEventArgs(System.Windows.Forms.TabPage tabPage, int tabPageIndex, bool cancel, System.Windows.Forms.TabControlAction action) { }
public System.Windows.Forms.TabControlAction Action { get { throw null; } }
public System.Windows.Forms.TabPage TabPage { get { throw null; } }
public int TabPageIndex { get { throw null; } }
}
public delegate void TabControlCancelEventHandler(object sender, System.Windows.Forms.TabControlCancelEventArgs e);
public partial class TabControlEventArgs : System.EventArgs
{
public TabControlEventArgs(System.Windows.Forms.TabPage tabPage, int tabPageIndex, System.Windows.Forms.TabControlAction action) { }
public System.Windows.Forms.TabControlAction Action { get { throw null; } }
public System.Windows.Forms.TabPage TabPage { get { throw null; } }
public int TabPageIndex { get { throw null; } }
}
public delegate void TabControlEventHandler(object sender, System.Windows.Forms.TabControlEventArgs e);
public enum TabDrawMode
{
Normal = 0,
OwnerDrawFixed = 1,
}
public partial class TableLayoutCellPaintEventArgs : System.Windows.Forms.PaintEventArgs
{
public TableLayoutCellPaintEventArgs(System.Drawing.Graphics g, System.Drawing.Rectangle clipRectangle, System.Drawing.Rectangle cellBounds, int column, int row) : base (default(System.Drawing.Graphics), default(System.Drawing.Rectangle)) { }
public System.Drawing.Rectangle CellBounds { get { throw null; } }
public int Column { get { throw null; } }
public int Row { get { throw null; } }
}
public delegate void TableLayoutCellPaintEventHandler(object sender, System.Windows.Forms.TableLayoutCellPaintEventArgs e);
public partial class TableLayoutColumnStyleCollection : System.Windows.Forms.TableLayoutStyleCollection
{
internal TableLayoutColumnStyleCollection() { }
public new System.Windows.Forms.ColumnStyle this[int index] { get { throw null; } set { } }
public int Add(System.Windows.Forms.ColumnStyle columnStyle) { throw null; }
public bool Contains(System.Windows.Forms.ColumnStyle columnStyle) { throw null; }
public int IndexOf(System.Windows.Forms.ColumnStyle columnStyle) { throw null; }
public void Insert(int index, System.Windows.Forms.ColumnStyle columnStyle) { }
public void Remove(System.Windows.Forms.ColumnStyle columnStyle) { }
}
[System.ComponentModel.Design.Serialization.DesignerSerializerAttribute("System.Windows.Forms.Design.TableLayoutControlCollectionCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.ComponentModel.ListBindableAttribute(false)]
public partial class TableLayoutControlCollection : System.Windows.Forms.Control.ControlCollection
{
public TableLayoutControlCollection(System.Windows.Forms.TableLayoutPanel container) : base (default(System.Windows.Forms.Control)) { }
public System.Windows.Forms.TableLayoutPanel Container { get { throw null; } }
public virtual void Add(System.Windows.Forms.Control control, int column, int row) { }
}
[System.ComponentModel.DefaultPropertyAttribute("ColumnCount")]
[System.ComponentModel.Design.Serialization.DesignerSerializerAttribute("System.Windows.Forms.Design.TableLayoutPanelCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.TableLayoutPanelDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.ComponentModel.ProvidePropertyAttribute("CellPosition", typeof(System.Windows.Forms.Control))]
[System.ComponentModel.ProvidePropertyAttribute("Column", typeof(System.Windows.Forms.Control))]
[System.ComponentModel.ProvidePropertyAttribute("ColumnSpan", typeof(System.Windows.Forms.Control))]
[System.ComponentModel.ProvidePropertyAttribute("Row", typeof(System.Windows.Forms.Control))]
[System.ComponentModel.ProvidePropertyAttribute("RowSpan", typeof(System.Windows.Forms.Control))]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.Windows.Forms.DockingAttribute(System.Windows.Forms.DockingBehavior.Never)]
public partial class TableLayoutPanel : System.Windows.Forms.Panel, System.ComponentModel.IExtenderProvider
{
public TableLayoutPanel() { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ComponentModel.LocalizableAttribute(true)]
public new System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.TableLayoutPanelCellBorderStyle.None)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.TableLayoutPanelCellBorderStyle CellBorderStyle { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(0)]
[System.ComponentModel.LocalizableAttribute(true)]
public int ColumnCount { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
[System.ComponentModel.DisplayNameAttribute("Columns")]
[System.ComponentModel.MergablePropertyAttribute(false)]
public System.Windows.Forms.TableLayoutColumnStyleCollection ColumnStyles { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
public new System.Windows.Forms.TableLayoutControlCollection Controls { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.TableLayoutPanelGrowStyle.AddRows)]
public System.Windows.Forms.TableLayoutPanelGrowStyle GrowStyle { get { throw null; } set { } }
public override System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public System.Windows.Forms.TableLayoutSettings LayoutSettings { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(0)]
[System.ComponentModel.LocalizableAttribute(true)]
public int RowCount { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
[System.ComponentModel.DisplayNameAttribute("Rows")]
[System.ComponentModel.MergablePropertyAttribute(false)]
public System.Windows.Forms.TableLayoutRowStyleCollection RowStyles { get { throw null; } }
public event System.Windows.Forms.TableLayoutCellPaintEventHandler CellPaint { add { } remove { } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw null; }
[System.ComponentModel.DefaultValueAttribute(-1)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.DisplayNameAttribute("Cell")]
public System.Windows.Forms.TableLayoutPanelCellPosition GetCellPosition(System.Windows.Forms.Control control) { throw null; }
[System.ComponentModel.DefaultValueAttribute(-1)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.DisplayNameAttribute("Column")]
public int GetColumn(System.Windows.Forms.Control control) { throw null; }
[System.ComponentModel.DefaultValueAttribute(1)]
[System.ComponentModel.DisplayNameAttribute("ColumnSpan")]
public int GetColumnSpan(System.Windows.Forms.Control control) { throw null; }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public int[] GetColumnWidths() { throw null; }
public System.Windows.Forms.Control GetControlFromPosition(int column, int row) { throw null; }
public System.Windows.Forms.TableLayoutPanelCellPosition GetPositionFromControl(System.Windows.Forms.Control control) { throw null; }
[System.ComponentModel.DefaultValueAttribute("-1")]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.DisplayNameAttribute("Row")]
public int GetRow(System.Windows.Forms.Control control) { throw null; }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public int[] GetRowHeights() { throw null; }
[System.ComponentModel.DefaultValueAttribute(1)]
[System.ComponentModel.DisplayNameAttribute("RowSpan")]
public int GetRowSpan(System.Windows.Forms.Control control) { throw null; }
protected virtual void OnCellPaint(System.Windows.Forms.TableLayoutCellPaintEventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void OnLayout(System.Windows.Forms.LayoutEventArgs levent) { }
protected override void OnPaintBackground(System.Windows.Forms.PaintEventArgs e) { }
protected override void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
protected override void ScaleCore(float dx, float dy) { }
public void SetCellPosition(System.Windows.Forms.Control control, System.Windows.Forms.TableLayoutPanelCellPosition position) { }
public void SetColumn(System.Windows.Forms.Control control, int column) { }
public void SetColumnSpan(System.Windows.Forms.Control control, int value) { }
public void SetRow(System.Windows.Forms.Control control, int row) { }
public void SetRowSpan(System.Windows.Forms.Control control, int value) { }
bool System.ComponentModel.IExtenderProvider.CanExtend(object obj) { throw null; }
}
public enum TableLayoutPanelCellBorderStyle
{
Inset = 2,
InsetDouble = 3,
None = 0,
Outset = 4,
OutsetDouble = 5,
OutsetPartial = 6,
Single = 1,
}
[System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.TableLayoutPanelCellPositionTypeConverter")]
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct TableLayoutPanelCellPosition
{
private int _dummyPrimitive;
public TableLayoutPanelCellPosition(int column, int row) { throw null; }
public int Column { get { throw null; } set { } }
public int Row { get { throw null; } set { } }
public override bool Equals(object other) { throw null; }
public override int GetHashCode() { throw null; }
public static bool operator ==(System.Windows.Forms.TableLayoutPanelCellPosition p1, System.Windows.Forms.TableLayoutPanelCellPosition p2) { throw null; }
public static bool operator !=(System.Windows.Forms.TableLayoutPanelCellPosition p1, System.Windows.Forms.TableLayoutPanelCellPosition p2) { throw null; }
public override string ToString() { throw null; }
}
public enum TableLayoutPanelGrowStyle
{
AddColumns = 2,
AddRows = 1,
FixedSize = 0,
}
public partial class TableLayoutRowStyleCollection : System.Windows.Forms.TableLayoutStyleCollection
{
internal TableLayoutRowStyleCollection() { }
public new System.Windows.Forms.RowStyle this[int index] { get { throw null; } set { } }
public int Add(System.Windows.Forms.RowStyle rowStyle) { throw null; }
public bool Contains(System.Windows.Forms.RowStyle rowStyle) { throw null; }
public int IndexOf(System.Windows.Forms.RowStyle rowStyle) { throw null; }
public void Insert(int index, System.Windows.Forms.RowStyle rowStyle) { }
public void Remove(System.Windows.Forms.RowStyle rowStyle) { }
}
[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.Layout.TableLayoutSettingsTypeConverter))]
[System.SerializableAttribute]
public sealed partial class TableLayoutSettings : System.Windows.Forms.LayoutSettings, System.Runtime.Serialization.ISerializable
{
internal TableLayoutSettings() { }
[System.ComponentModel.DefaultValueAttribute(0)]
public int ColumnCount { get { throw null; } set { } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
public System.Windows.Forms.TableLayoutColumnStyleCollection ColumnStyles { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.TableLayoutPanelGrowStyle.AddRows)]
public System.Windows.Forms.TableLayoutPanelGrowStyle GrowStyle { get { throw null; } set { } }
public override System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(0)]
public int RowCount { get { throw null; } set { } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
public System.Windows.Forms.TableLayoutRowStyleCollection RowStyles { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(-1)]
public System.Windows.Forms.TableLayoutPanelCellPosition GetCellPosition(object control) { throw null; }
[System.ComponentModel.DefaultValueAttribute(-1)]
public int GetColumn(object control) { throw null; }
public int GetColumnSpan(object control) { throw null; }
[System.ComponentModel.DefaultValueAttribute(-1)]
public int GetRow(object control) { throw null; }
public int GetRowSpan(object control) { throw null; }
[System.ComponentModel.DefaultValueAttribute(-1)]
public void SetCellPosition(object control, System.Windows.Forms.TableLayoutPanelCellPosition cellPosition) { }
public void SetColumn(object control, int column) { }
public void SetColumnSpan(object control, int value) { }
public void SetRow(object control, int row) { }
public void SetRowSpan(object control, int value) { }
void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
}
[System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.TableLayoutSettings.StyleConverter")]
public abstract partial class TableLayoutStyle
{
protected TableLayoutStyle() { }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.SizeType.AutoSize)]
public System.Windows.Forms.SizeType SizeType { get { throw null; } set { } }
}
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.StyleCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
public abstract partial class TableLayoutStyleCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
{
internal TableLayoutStyleCollection() { }
public int Count { get { throw null; } }
public System.Windows.Forms.TableLayoutStyle this[int index] { get { throw null; } set { } }
bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
object System.Collections.ICollection.SyncRoot { get { throw null; } }
bool System.Collections.IList.IsFixedSize { get { throw null; } }
bool System.Collections.IList.IsReadOnly { get { throw null; } }
object System.Collections.IList.this[int index] { get { throw null; } set { } }
public int Add(System.Windows.Forms.TableLayoutStyle style) { throw null; }
public void Clear() { }
public void RemoveAt(int index) { }
void System.Collections.ICollection.CopyTo(System.Array array, int startIndex) { }
System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
int System.Collections.IList.Add(object style) { throw null; }
bool System.Collections.IList.Contains(object style) { throw null; }
int System.Collections.IList.IndexOf(object style) { throw null; }
void System.Collections.IList.Insert(int index, object style) { }
void System.Collections.IList.Remove(object style) { }
}
[System.ComponentModel.DefaultEventAttribute("Click")]
[System.ComponentModel.DefaultPropertyAttribute("Text")]
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.TabPageDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.ComponentModel.DesignTimeVisibleAttribute(false)]
[System.ComponentModel.ToolboxItemAttribute(false)]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class TabPage : System.Windows.Forms.Panel
{
public TabPage() { }
public TabPage(string text) { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.AnchorStyles Anchor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override bool AutoSize { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ComponentModel.LocalizableAttribute(false)]
public override System.Windows.Forms.AutoSizeMode AutoSizeMode { get { throw null; } set { } }
public override System.Drawing.Color BackColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.DockStyle Dock { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool Enabled { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(-1)]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageIndexConverter))]
public int ImageIndex { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageKeyConverter))]
public string ImageKey { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Drawing.Point Location { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute("{Width=0, Height=0}")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Size MaximumSize { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Size MinimumSize { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Drawing.Size PreferredSize { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new int TabIndex { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool TabStop { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
[System.ComponentModel.LocalizableAttribute(true)]
public override string Text { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.LocalizableAttribute(true)]
public string ToolTipText { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool UseVisualStyleBackColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool Visible { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler AutoSizeChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler DockChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler EnabledChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler LocationChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler TabIndexChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler TabStopChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public new event System.EventHandler TextChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler VisibleChanged { add { } remove { } }
protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw null; }
public static System.Windows.Forms.TabPage GetTabPageOfComponent(object comp) { throw null; }
protected override void OnEnter(System.EventArgs e) { }
protected override void OnLeave(System.EventArgs e) { }
protected override void OnPaintBackground(System.Windows.Forms.PaintEventArgs e) { }
protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
public override string ToString() { throw null; }
[System.Runtime.InteropServices.ComVisibleAttribute(false)]
public partial class TabPageControlCollection : System.Windows.Forms.Control.ControlCollection
{
public TabPageControlCollection(System.Windows.Forms.TabPage owner) : base (default(System.Windows.Forms.Control)) { }
public override void Add(System.Windows.Forms.Control value) { }
}
}
public sealed partial class TabRenderer
{
internal TabRenderer() { }
public static bool IsSupported { get { throw null; } }
public static void DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, bool focused, System.Windows.Forms.VisualStyles.TabItemState state) { }
public static void DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Drawing.Image image, System.Drawing.Rectangle imageRectangle, bool focused, System.Windows.Forms.VisualStyles.TabItemState state) { }
public static void DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string tabItemText, System.Drawing.Font font, bool focused, System.Windows.Forms.VisualStyles.TabItemState state) { }
public static void DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string tabItemText, System.Drawing.Font font, System.Drawing.Image image, System.Drawing.Rectangle imageRectangle, bool focused, System.Windows.Forms.VisualStyles.TabItemState state) { }
public static void DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string tabItemText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, bool focused, System.Windows.Forms.VisualStyles.TabItemState state) { }
public static void DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string tabItemText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, System.Drawing.Image image, System.Drawing.Rectangle imageRectangle, bool focused, System.Windows.Forms.VisualStyles.TabItemState state) { }
public static void DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string tabItemText, System.Drawing.Font font, System.Windows.Forms.VisualStyles.TabItemState state) { }
public static void DrawTabItem(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.TabItemState state) { }
public static void DrawTabPage(System.Drawing.Graphics g, System.Drawing.Rectangle bounds) { }
}
public enum TabSizeMode
{
FillToRight = 1,
Fixed = 2,
Normal = 0,
}
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.TextBoxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class TextBox : System.Windows.Forms.TextBoxBase
{
public TextBox() { }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool AcceptsReturn { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListControlStringCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
[System.ComponentModel.LocalizableAttribute(true)]
[System.MonoTODOAttribute("AutoCompletion algorithm is currently not implemented.")]
public System.Windows.Forms.AutoCompleteStringCollection AutoCompleteCustomSource { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.AutoCompleteMode.None)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
[System.MonoTODOAttribute("AutoCompletion algorithm is currently not implemented.")]
public System.Windows.Forms.AutoCompleteMode AutoCompleteMode { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.AutoCompleteSource.None)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
[System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.TextBoxAutoCompleteSourceConverter")]
[System.MonoTODOAttribute("AutoCompletion algorithm is currently not implemented.")]
public System.Windows.Forms.AutoCompleteSource AutoCompleteSource { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.CharacterCasing.Normal)]
public System.Windows.Forms.CharacterCasing CharacterCasing { get { throw null; } set { } }
protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
public override bool Multiline { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute('\0')]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public char PasswordChar { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.ScrollBars.None)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.ScrollBars ScrollBars { get { throw null; } set { } }
public override string Text { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.HorizontalAlignment.Left)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.HorizontalAlignment TextAlign { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public bool UseSystemPasswordChar { get { throw null; } set { } }
public event System.EventHandler TextAlignChanged { add { } remove { } }
protected override void Dispose(bool disposing) { }
protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
protected override void OnBackColorChanged(System.EventArgs e) { }
protected override void OnFontChanged(System.EventArgs e) { }
protected override void OnGotFocus(System.EventArgs e) { }
protected override void OnHandleCreated(System.EventArgs e) { }
protected override void OnHandleDestroyed(System.EventArgs e) { }
protected virtual void OnTextAlignChanged(System.EventArgs e) { }
public void Paste(string text) { }
protected override void WndProc(ref System.Windows.Forms.Message m) { }
}
[System.ComponentModel.DefaultBindingPropertyAttribute("Text")]
[System.ComponentModel.DefaultEventAttribute("TextChanged")]
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.TextBoxBaseDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public abstract partial class TextBoxBase : System.Windows.Forms.Control
{
internal TextBoxBase() { }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool AcceptsTab { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(true)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public override bool AutoSize { get { throw null; } set { } }
[System.Runtime.InteropServices.DispIdAttribute(-501)]
public override System.Drawing.Color BackColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.BorderStyle.Fixed3D)]
[System.Runtime.InteropServices.DispIdAttribute(-504)]
public System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
protected override bool CanEnableIme { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public bool CanUndo { get { throw null; } }
protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
protected override System.Windows.Forms.Cursor DefaultCursor { get { throw null; } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
protected override bool DoubleBuffered { get { throw null; } set { } }
[System.Runtime.InteropServices.DispIdAttribute(-513)]
public override System.Drawing.Color ForeColor { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool HideSelection { get { throw null; } set { } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.StringArrayEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.MergablePropertyAttribute(false)]
public string[] Lines { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(32767)]
[System.ComponentModel.LocalizableAttribute(true)]
public virtual int MaxLength { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public bool Modified { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public virtual bool Multiline { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public int PreferredHeight { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public bool ReadOnly { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public virtual string SelectedText { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public virtual int SelectionLength { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public int SelectionStart { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public virtual bool ShortcutsEnabled { get { throw null; } set { } }
[System.ComponentModel.EditorAttribute("System.ComponentModel.Design.MultilineStringEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.ComponentModel.LocalizableAttribute(true)]
public override string Text { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public virtual int TextLength { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(true)]
[System.ComponentModel.LocalizableAttribute(true)]
public bool WordWrap { get { throw null; } set { } }
public event System.EventHandler AcceptsTabChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler AutoSizeChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
public event System.EventHandler BorderStyleChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public new event System.EventHandler Click { add { } remove { } }
public event System.EventHandler HideSelectionChanged { add { } remove { } }
public event System.EventHandler ModifiedChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public new event System.Windows.Forms.MouseEventHandler MouseClick { add { } remove { } }
public event System.EventHandler MultilineChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler PaddingChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.MonoTODOAttribute]
public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
public event System.EventHandler ReadOnlyChanged { add { } remove { } }
public void AppendText(string text) { }
public void Clear() { }
public void ClearUndo() { }
public void Copy() { }
protected override void CreateHandle() { }
public void Cut() { }
public void DeselectAll() { }
public virtual char GetCharFromPosition(System.Drawing.Point pt) { throw null; }
public virtual int GetCharIndexFromPosition(System.Drawing.Point pt) { throw null; }
public int GetFirstCharIndexFromLine(int lineNumber) { throw null; }
public int GetFirstCharIndexOfCurrentLine() { throw null; }
public virtual int GetLineFromCharIndex(int index) { throw null; }
public virtual System.Drawing.Point GetPositionFromCharIndex(int index) { throw null; }
protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
protected virtual void OnAcceptsTabChanged(System.EventArgs e) { }
protected virtual void OnBorderStyleChanged(System.EventArgs e) { }
protected override void OnFontChanged(System.EventArgs e) { }
protected override void OnHandleCreated(System.EventArgs e) { }
protected override void OnHandleDestroyed(System.EventArgs e) { }
protected virtual void OnHideSelectionChanged(System.EventArgs e) { }
protected virtual void OnModifiedChanged(System.EventArgs e) { }
protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs mevent) { }
protected virtual void OnMultilineChanged(System.EventArgs e) { }
protected override void OnPaddingChanged(System.EventArgs e) { }
protected virtual void OnReadOnlyChanged(System.EventArgs e) { }
protected override void OnTextChanged(System.EventArgs e) { }
public void Paste() { }
protected override bool ProcessCmdKey(ref System.Windows.Forms.Message msg, System.Windows.Forms.Keys keyData) { throw null; }
protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
public void ScrollToCaret() { }
public void Select(int start, int length) { }
public void SelectAll() { }
protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
public override string ToString() { throw null; }
[System.MonoInternalNoteAttribute("Deleting is classed as Typing, instead of its own Undo event")]
public void Undo() { }
protected override void WndProc(ref System.Windows.Forms.Message m) { }
}
public sealed partial class TextBoxRenderer
{
internal TextBoxRenderer() { }
public static bool IsSupported { get { throw null; } }
public static void DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string textBoxText, System.Drawing.Font font, System.Drawing.Rectangle textBounds, System.Windows.Forms.TextFormatFlags flags, System.Windows.Forms.VisualStyles.TextBoxState state) { }
public static void DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string textBoxText, System.Drawing.Font font, System.Drawing.Rectangle textBounds, System.Windows.Forms.VisualStyles.TextBoxState state) { }
public static void DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string textBoxText, System.Drawing.Font font, System.Windows.Forms.TextFormatFlags flags, System.Windows.Forms.VisualStyles.TextBoxState state) { }
public static void DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string textBoxText, System.Drawing.Font font, System.Windows.Forms.VisualStyles.TextBoxState state) { }
public static void DrawTextBox(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.TextBoxState state) { }
}
public enum TextDataFormat
{
CommaSeparatedValue = 4,
Html = 3,
Rtf = 2,
Text = 0,
UnicodeText = 1,
}
[System.FlagsAttribute]
public enum TextFormatFlags
{
Bottom = 8,
Default = 0,
EndEllipsis = 32768,
ExpandTabs = 64,
ExternalLeading = 512,
GlyphOverhangPadding = 0,
HidePrefix = 1048576,
HorizontalCenter = 1,
Internal = 4096,
Left = 0,
LeftAndRightPadding = 536870912,
ModifyString = 65536,
NoClipping = 256,
NoFullWidthCharacterBreak = 524288,
NoPadding = 268435456,
NoPrefix = 2048,
PathEllipsis = 16384,
PrefixOnly = 2097152,
PreserveGraphicsClipping = 16777216,
PreserveGraphicsTranslateTransform = 33554432,
Right = 2,
RightToLeft = 131072,
SingleLine = 32,
TextBoxControl = 8192,
Top = 0,
VerticalCenter = 4,
WordBreak = 16,
WordEllipsis = 262144,
}
public enum TextImageRelation
{
ImageAboveText = 1,
ImageBeforeText = 4,
Overlay = 0,
TextAboveImage = 2,
TextBeforeImage = 8,
}
public sealed partial class TextRenderer
{
internal TextRenderer() { }
public static void DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Point pt, System.Drawing.Color foreColor) { }
public static void DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Point pt, System.Drawing.Color foreColor, System.Drawing.Color backColor) { }
public static void DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Point pt, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Windows.Forms.TextFormatFlags flags) { }
public static void DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Point pt, System.Drawing.Color foreColor, System.Windows.Forms.TextFormatFlags flags) { }
public static void DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Rectangle bounds, System.Drawing.Color foreColor) { }
public static void DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Rectangle bounds, System.Drawing.Color foreColor, System.Drawing.Color backColor) { }
public static void DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Rectangle bounds, System.Drawing.Color foreColor, System.Drawing.Color backColor, System.Windows.Forms.TextFormatFlags flags) { }
public static void DrawText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Rectangle bounds, System.Drawing.Color foreColor, System.Windows.Forms.TextFormatFlags flags) { }
public static System.Drawing.Size MeasureText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font) { throw null; }
public static System.Drawing.Size MeasureText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Size proposedSize) { throw null; }
public static System.Drawing.Size MeasureText(System.Drawing.IDeviceContext dc, string text, System.Drawing.Font font, System.Drawing.Size proposedSize, System.Windows.Forms.TextFormatFlags flags) { throw null; }
public static System.Drawing.Size MeasureText(string text, System.Drawing.Font font) { throw null; }
public static System.Drawing.Size MeasureText(string text, System.Drawing.Font font, System.Drawing.Size proposedSize) { throw null; }
public static System.Drawing.Size MeasureText(string text, System.Drawing.Font font, System.Drawing.Size proposedSize, System.Windows.Forms.TextFormatFlags flags) { throw null; }
}
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class ThreadExceptionDialog : System.Windows.Forms.Form
{
public ThreadExceptionDialog(System.Exception t) { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override bool AutoSize { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler AutoSizeChanged { add { } remove { } }
}
public enum TickStyle
{
Both = 3,
BottomRight = 2,
None = 0,
TopLeft = 1,
}
[System.ComponentModel.DefaultEventAttribute("Tick")]
[System.ComponentModel.DefaultPropertyAttribute("Interval")]
[System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms", System.ComponentModel.ToolboxItemFilterType.Allow)]
public partial class Timer : System.ComponentModel.Component
{
public Timer() { }
public Timer(System.ComponentModel.IContainer container) { }
[System.ComponentModel.DefaultValueAttribute(false)]
public virtual bool Enabled { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(100)]
public int Interval { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(false)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
public object Tag { get { throw null; } set { } }
public event System.EventHandler Tick { add { } remove { } }
protected override void Dispose(bool disposing) { }
protected virtual void OnTick(System.EventArgs e) { }
public void Start() { }
public void Stop() { }
public override string ToString() { throw null; }
}
[System.ComponentModel.DefaultEventAttribute("ButtonClick")]
[System.ComponentModel.DefaultPropertyAttribute("Buttons")]
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ToolBarDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class ToolBar : System.Windows.Forms.Control
{
public ToolBar() { }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.ToolBarAppearance.Normal)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.ToolBarAppearance Appearance { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(true)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Visible)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
[System.ComponentModel.LocalizableAttribute(true)]
public override bool AutoSize { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Color BackColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.BorderStyle.None)]
[System.Runtime.InteropServices.DispIdAttribute(-504)]
public System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.MergablePropertyAttribute(false)]
public System.Windows.Forms.ToolBar.ToolBarButtonCollection Buttons { get { throw null; } }
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public System.Drawing.Size ButtonSize { get { throw null; } set { } }
protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
protected override System.Windows.Forms.ImeMode DefaultImeMode { get { throw null; } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool Divider { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.DockStyle.Top)]
[System.ComponentModel.LocalizableAttribute(true)]
public override System.Windows.Forms.DockStyle Dock { get { throw null; } set { } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
protected override bool DoubleBuffered { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.LocalizableAttribute(true)]
public bool DropDownArrows { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Color ForeColor { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
public System.Windows.Forms.ImageList ImageList { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.Drawing.Size ImageSize { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.RightToLeft RightToLeft { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.LocalizableAttribute(true)]
public bool ShowToolTips { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public new bool TabStop { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(false)]
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override string Text { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.ToolBarTextAlign.Underneath)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.ToolBarTextAlign TextAlign { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
[System.ComponentModel.LocalizableAttribute(true)]
public bool Wrappable { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public new event System.EventHandler AutoSizeChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackColorChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
public event System.Windows.Forms.ToolBarButtonClickEventHandler ButtonClick { add { } remove { } }
public event System.Windows.Forms.ToolBarButtonClickEventHandler ButtonDropDown { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler ForeColorChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler ImeModeChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler RightToLeftChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler TextChanged { add { } remove { } }
protected override void CreateHandle() { }
protected override void Dispose(bool disposing) { }
protected virtual void OnButtonClick(System.Windows.Forms.ToolBarButtonClickEventArgs e) { }
protected virtual void OnButtonDropDown(System.Windows.Forms.ToolBarButtonClickEventArgs e) { }
protected override void OnFontChanged(System.EventArgs e) { }
protected override void OnHandleCreated(System.EventArgs e) { }
protected override void OnResize(System.EventArgs e) { }
protected override void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
protected override void ScaleCore(float dx, float dy) { }
protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
public override string ToString() { throw null; }
protected override void WndProc(ref System.Windows.Forms.Message m) { }
public partial class ToolBarButtonCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
{
public ToolBarButtonCollection(System.Windows.Forms.ToolBar owner) { }
[System.ComponentModel.BrowsableAttribute(false)]
public int Count { get { throw null; } }
public bool IsReadOnly { get { throw null; } }
public virtual System.Windows.Forms.ToolBarButton this[int index] { get { throw null; } set { } }
public virtual System.Windows.Forms.ToolBarButton this[string key] { get { throw null; } }
bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
object System.Collections.ICollection.SyncRoot { get { throw null; } }
bool System.Collections.IList.IsFixedSize { get { throw null; } }
object System.Collections.IList.this[int index] { get { throw null; } set { } }
public int Add(string text) { throw null; }
public int Add(System.Windows.Forms.ToolBarButton button) { throw null; }
public void AddRange(System.Windows.Forms.ToolBarButton[] buttons) { }
public void Clear() { }
public bool Contains(System.Windows.Forms.ToolBarButton button) { throw null; }
public virtual bool ContainsKey(string key) { throw null; }
public System.Collections.IEnumerator GetEnumerator() { throw null; }
public int IndexOf(System.Windows.Forms.ToolBarButton button) { throw null; }
public virtual int IndexOfKey(string key) { throw null; }
public void Insert(int index, System.Windows.Forms.ToolBarButton button) { }
public void Remove(System.Windows.Forms.ToolBarButton button) { }
public void RemoveAt(int index) { }
public virtual void RemoveByKey(string key) { }
void System.Collections.ICollection.CopyTo(System.Array dest, int index) { }
int System.Collections.IList.Add(object button) { throw null; }
bool System.Collections.IList.Contains(object button) { throw null; }
int System.Collections.IList.IndexOf(object button) { throw null; }
void System.Collections.IList.Insert(int index, object button) { }
void System.Collections.IList.Remove(object button) { }
}
}
public enum ToolBarAppearance
{
Flat = 1,
Normal = 0,
}
[System.ComponentModel.DefaultPropertyAttribute("Text")]
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ToolBarButtonDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.ComponentModel.DesignTimeVisibleAttribute(false)]
[System.ComponentModel.ToolboxItemAttribute(false)]
public partial class ToolBarButton : System.ComponentModel.Component
{
public ToolBarButton() { }
public ToolBarButton(string text) { }
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))]
public System.Windows.Forms.Menu DropDownMenu { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
[System.ComponentModel.LocalizableAttribute(true)]
public bool Enabled { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(-1)]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageIndexConverter))]
public int ImageIndex { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageKeyConverter))]
public string ImageKey { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public string Name { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Windows.Forms.ToolBar Parent { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool PartialPush { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool Pushed { get { throw null; } set { } }
public System.Drawing.Rectangle Rectangle { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.ToolBarButtonStyle.PushButton)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public System.Windows.Forms.ToolBarButtonStyle Style { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(false)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
public object Tag { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.LocalizableAttribute(true)]
public string Text { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.LocalizableAttribute(true)]
public string ToolTipText { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
[System.ComponentModel.LocalizableAttribute(true)]
public bool Visible { get { throw null; } set { } }
protected override void Dispose(bool disposing) { }
public override string ToString() { throw null; }
}
public partial class ToolBarButtonClickEventArgs : System.EventArgs
{
public ToolBarButtonClickEventArgs(System.Windows.Forms.ToolBarButton button) { }
public System.Windows.Forms.ToolBarButton Button { get { throw null; } set { } }
}
public delegate void ToolBarButtonClickEventHandler(object sender, System.Windows.Forms.ToolBarButtonClickEventArgs e);
public enum ToolBarButtonStyle
{
DropDownButton = 4,
PushButton = 1,
Separator = 3,
ToggleButton = 2,
}
public enum ToolBarTextAlign
{
Right = 1,
Underneath = 0,
}
[System.ComponentModel.DefaultEventAttribute("ItemClicked")]
[System.ComponentModel.DefaultPropertyAttribute("Items")]
[System.ComponentModel.Design.Serialization.DesignerSerializerAttribute("System.Windows.Forms.Design.ToolStripCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ToolStripDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class ToolStrip : System.Windows.Forms.ScrollableControl, System.ComponentModel.IComponent, System.IDisposable
{
public ToolStrip() { }
public ToolStrip(params System.Windows.Forms.ToolStripItem[] items) { }
[System.MonoTODOAttribute("Stub, does nothing")]
public override bool AllowDrop { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.MonoTODOAttribute("Stub, does nothing")]
public bool AllowItemReorder { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool AllowMerge { get { throw null; } set { } }
public override System.Windows.Forms.AnchorStyles Anchor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override bool AutoScroll { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Drawing.Size AutoScrollMargin { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Drawing.Size AutoScrollMinSize { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Drawing.Point AutoScrollPosition { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(true)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Visible)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public override bool AutoSize { get { throw null; } set { } }
public new System.Drawing.Color BackColor { get { throw null; } set { } }
public override System.Windows.Forms.BindingContext BindingContext { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool CanOverflow { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(false)]
public new bool CausesValidation { get { throw null; } set { } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.Control.ControlCollection Controls { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public override System.Windows.Forms.Cursor Cursor { get { throw null; } set { } }
protected virtual System.Windows.Forms.DockStyle DefaultDock { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public virtual System.Windows.Forms.ToolStripDropDownDirection DefaultDropDownDirection { get { throw null; } set { } }
protected virtual System.Windows.Forms.Padding DefaultGripMargin { get { throw null; } }
protected override System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
protected override System.Windows.Forms.Padding DefaultPadding { get { throw null; } }
protected virtual bool DefaultShowItemToolTips { get { throw null; } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
protected internal virtual System.Windows.Forms.ToolStripItemCollection DisplayedItems { get { throw null; } }
public override System.Drawing.Rectangle DisplayRectangle { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.DockStyle.Top)]
public override System.Windows.Forms.DockStyle Dock { get { throw null; } set { } }
public override System.Drawing.Font Font { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public new System.Drawing.Color ForeColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Windows.Forms.ToolStripGripDisplayStyle GripDisplayStyle { get { throw null; } }
public System.Windows.Forms.Padding GripMargin { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Drawing.Rectangle GripRectangle { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.ToolStripGripStyle.Visible)]
public System.Windows.Forms.ToolStripGripStyle GripStyle { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool HasChildren { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.HScrollProperties HorizontalScroll { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(null)]
public System.Windows.Forms.ImageList ImageList { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("{Width=16, Height=16}")]
public System.Drawing.Size ImageScalingSize { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.MonoTODOAttribute("Always returns false, dragging not implemented yet.")]
public bool IsCurrentlyDragging { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public bool IsDropDown { get { throw null; } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
[System.ComponentModel.MergablePropertyAttribute(false)]
public virtual System.Windows.Forms.ToolStripItemCollection Items { get { throw null; } }
public override System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.LayoutSettings LayoutSettings { get { throw null; } set { } }
[System.ComponentModel.AmbientValueAttribute(System.Windows.Forms.ToolStripLayoutStyle.StackWithOverflow)]
public System.Windows.Forms.ToolStripLayoutStyle LayoutStyle { get { throw null; } set { } }
protected internal virtual System.Drawing.Size MaxItemSize { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Windows.Forms.Orientation Orientation { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.Windows.Forms.ToolStripOverflowButton OverflowButton { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.ToolStripRenderer Renderer { get { throw null; } set { } }
public System.Windows.Forms.ToolStripRenderMode RenderMode { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool ShowItemToolTips { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool Stretch { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.Runtime.InteropServices.DispIdAttribute(-516)]
public new bool TabStop { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.ToolStripTextDirection.Horizontal)]
public virtual System.Windows.Forms.ToolStripTextDirection TextDirection { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.VScrollProperties VerticalScroll { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public new event System.EventHandler AutoSizeChanged { add { } remove { } }
[System.MonoTODOAttribute("Event never raised")]
public event System.EventHandler BeginDrag { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
public new event System.EventHandler CausesValidationChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.ControlEventHandler ControlAdded { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.ControlEventHandler ControlRemoved { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
public new event System.EventHandler CursorChanged { add { } remove { } }
[System.MonoTODOAttribute("Event never raised")]
public event System.EventHandler EndDrag { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
public new event System.EventHandler ForeColorChanged { add { } remove { } }
public event System.Windows.Forms.ToolStripItemEventHandler ItemAdded { add { } remove { } }
public event System.Windows.Forms.ToolStripItemClickedEventHandler ItemClicked { add { } remove { } }
public event System.Windows.Forms.ToolStripItemEventHandler ItemRemoved { add { } remove { } }
public event System.EventHandler LayoutCompleted { add { } remove { } }
public event System.EventHandler LayoutStyleChanged { add { } remove { } }
public event System.Windows.Forms.PaintEventHandler PaintGrip { add { } remove { } }
public event System.EventHandler RendererChanged { add { } remove { } }
protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw null; }
protected internal virtual System.Windows.Forms.ToolStripItem CreateDefaultItem(string text, System.Drawing.Image image, System.EventHandler onClick) { throw null; }
protected virtual System.Windows.Forms.LayoutSettings CreateLayoutSettings(System.Windows.Forms.ToolStripLayoutStyle layoutStyle) { throw null; }
protected override void Dispose(bool disposing) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.Control GetChildAtPoint(System.Drawing.Point point) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.Control GetChildAtPoint(System.Drawing.Point pt, System.Windows.Forms.GetChildAtPointSkip skipValue) { throw null; }
public System.Windows.Forms.ToolStripItem GetItemAt(System.Drawing.Point point) { throw null; }
public System.Windows.Forms.ToolStripItem GetItemAt(int x, int y) { throw null; }
public virtual System.Windows.Forms.ToolStripItem GetNextItem(System.Windows.Forms.ToolStripItem start, System.Windows.Forms.ArrowDirection direction) { throw null; }
protected override bool IsInputChar(char charCode) { throw null; }
protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
[System.MonoTODOAttribute("Stub, never called")]
protected virtual void OnBeginDrag(System.EventArgs e) { }
protected override void OnDockChanged(System.EventArgs e) { }
protected override void OnEnabledChanged(System.EventArgs e) { }
[System.MonoTODOAttribute("Stub, never called")]
protected virtual void OnEndDrag(System.EventArgs e) { }
protected override void OnFontChanged(System.EventArgs e) { }
protected override void OnHandleCreated(System.EventArgs e) { }
protected override void OnHandleDestroyed(System.EventArgs e) { }
protected override void OnInvalidated(System.Windows.Forms.InvalidateEventArgs e) { }
protected internal virtual void OnItemAdded(System.Windows.Forms.ToolStripItemEventArgs e) { }
protected virtual void OnItemClicked(System.Windows.Forms.ToolStripItemClickedEventArgs e) { }
protected internal virtual void OnItemRemoved(System.Windows.Forms.ToolStripItemEventArgs e) { }
protected override void OnLayout(System.Windows.Forms.LayoutEventArgs e) { }
protected virtual void OnLayoutCompleted(System.EventArgs e) { }
protected virtual void OnLayoutStyleChanged(System.EventArgs e) { }
protected override void OnLeave(System.EventArgs e) { }
protected override void OnLostFocus(System.EventArgs e) { }
protected override void OnMouseCaptureChanged(System.EventArgs e) { }
protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs mea) { }
protected override void OnMouseLeave(System.EventArgs e) { }
protected override void OnMouseMove(System.Windows.Forms.MouseEventArgs mea) { }
protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs mea) { }
protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void OnPaintBackground(System.Windows.Forms.PaintEventArgs e) { }
protected internal virtual void OnPaintGrip(System.Windows.Forms.PaintEventArgs e) { }
protected virtual void OnRendererChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void OnRightToLeftChanged(System.EventArgs e) { }
protected override void OnScroll(System.Windows.Forms.ScrollEventArgs se) { }
protected override void OnTabStopChanged(System.EventArgs e) { }
protected override void OnVisibleChanged(System.EventArgs e) { }
protected override bool ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.Forms.Keys keyData) { throw null; }
protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
protected override bool ProcessMnemonic(char charCode) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public void ResetMinimumSize() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.MonoTODOAttribute("Stub, does nothing")]
protected virtual void RestoreFocus() { }
protected override void Select(bool directed, bool forward) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new void SetAutoScrollMargin(int x, int y) { }
protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
protected virtual void SetDisplayedItems() { }
protected internal void SetItemLocation(System.Windows.Forms.ToolStripItem item, System.Drawing.Point location) { }
protected internal static void SetItemParent(System.Windows.Forms.ToolStripItem item, System.Windows.Forms.ToolStrip parent) { }
protected override void SetVisibleCore(bool visible) { }
public override string ToString() { throw null; }
protected override void WndProc(ref System.Windows.Forms.Message m) { }
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class ToolStripAccessibleObject : System.Windows.Forms.Control.ControlAccessibleObject
{
public ToolStripAccessibleObject(System.Windows.Forms.ToolStrip owner) : base (default(System.Windows.Forms.Control)) { }
public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
public override System.Windows.Forms.AccessibleObject GetChild(int index) { throw null; }
public override int GetChildCount() { throw null; }
public override System.Windows.Forms.AccessibleObject HitTest(int x, int y) { throw null; }
}
}
public partial class ToolStripArrowRenderEventArgs : System.EventArgs
{
public ToolStripArrowRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripItem toolStripItem, System.Drawing.Rectangle arrowRectangle, System.Drawing.Color arrowColor, System.Windows.Forms.ArrowDirection arrowDirection) { }
public System.Drawing.Color ArrowColor { get { throw null; } set { } }
public System.Drawing.Rectangle ArrowRectangle { get { throw null; } set { } }
public System.Windows.Forms.ArrowDirection Direction { get { throw null; } set { } }
public System.Drawing.Graphics Graphics { get { throw null; } }
public System.Windows.Forms.ToolStripItem Item { get { throw null; } }
}
public delegate void ToolStripArrowRenderEventHandler(object sender, System.Windows.Forms.ToolStripArrowRenderEventArgs e);
[System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute(System.Windows.Forms.Design.ToolStripItemDesignerAvailability.ToolStrip)]
public partial class ToolStripButton : System.Windows.Forms.ToolStripItem
{
public ToolStripButton() { }
public ToolStripButton(System.Drawing.Image image) { }
public ToolStripButton(string text) { }
public ToolStripButton(string text, System.Drawing.Image image) { }
public ToolStripButton(string text, System.Drawing.Image image, System.EventHandler onClick) { }
public ToolStripButton(string text, System.Drawing.Image image, System.EventHandler onClick, string name) { }
[System.ComponentModel.DefaultValueAttribute(true)]
public new bool AutoToolTip { get { throw null; } set { } }
public override bool CanSelect { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool Checked { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool CheckOnClick { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.CheckState.Unchecked)]
public System.Windows.Forms.CheckState CheckState { get { throw null; } set { } }
protected override bool DefaultAutoToolTip { get { throw null; } }
public event System.EventHandler CheckedChanged { add { } remove { } }
public event System.EventHandler CheckStateChanged { add { } remove { } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
public override System.Drawing.Size GetPreferredSize(System.Drawing.Size constrainingSize) { throw null; }
protected virtual void OnCheckedChanged(System.EventArgs e) { }
protected virtual void OnCheckStateChanged(System.EventArgs e) { }
protected override void OnClick(System.EventArgs e) { }
protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
}
[System.ComponentModel.DefaultPropertyAttribute("Items")]
[System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute(System.Windows.Forms.Design.ToolStripItemDesignerAvailability.ContextMenuStrip | System.Windows.Forms.Design.ToolStripItemDesignerAvailability.MenuStrip | System.Windows.Forms.Design.ToolStripItemDesignerAvailability.ToolStrip)]
public partial class ToolStripComboBox : System.Windows.Forms.ToolStripControlHost
{
public ToolStripComboBox() : base (default(System.Windows.Forms.Control)) { }
public ToolStripComboBox(string name) : base (default(System.Windows.Forms.Control)) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public ToolStripComboBox(System.Windows.Forms.Control c) : base (default(System.Windows.Forms.Control)) { }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListControlStringCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.AutoCompleteStringCollection AutoCompleteCustomSource { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.AutoCompleteMode.None)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public System.Windows.Forms.AutoCompleteMode AutoCompleteMode { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.AutoCompleteSource.None)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public System.Windows.Forms.AutoCompleteSource AutoCompleteSource { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.ComboBox ComboBox { get { throw null; } }
protected internal override System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(106)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public int DropDownHeight { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.ComboBoxStyle.DropDown)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public System.Windows.Forms.ComboBoxStyle DropDownStyle { get { throw null; } set { } }
public int DropDownWidth { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public bool DroppedDown { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.FlatStyle.Popup)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.FlatStyle FlatStyle { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
[System.ComponentModel.LocalizableAttribute(true)]
public bool IntegralHeight { get { throw null; } set { } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListControlStringCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.ComboBox.ObjectCollection Items { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(8)]
[System.ComponentModel.LocalizableAttribute(true)]
public int MaxDropDownItems { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(0)]
[System.ComponentModel.LocalizableAttribute(true)]
public int MaxLength { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public int SelectedIndex { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public object SelectedItem { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public string SelectedText { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public int SelectionLength { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public int SelectionStart { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool Sorted { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler DoubleClick { add { } remove { } }
public event System.EventHandler DropDown { add { } remove { } }
public event System.EventHandler DropDownClosed { add { } remove { } }
public event System.EventHandler DropDownStyleChanged { add { } remove { } }
public event System.EventHandler SelectedIndexChanged { add { } remove { } }
public event System.EventHandler TextUpdate { add { } remove { } }
public void BeginUpdate() { }
public void EndUpdate() { }
public int FindString(string s) { throw null; }
public int FindString(string s, int startIndex) { throw null; }
public int FindStringExact(string s) { throw null; }
public int FindStringExact(string s, int startIndex) { throw null; }
public int GetItemHeight(int index) { throw null; }
public override System.Drawing.Size GetPreferredSize(System.Drawing.Size constrainingSize) { throw null; }
protected virtual void OnDropDown(System.EventArgs e) { }
protected virtual void OnDropDownClosed(System.EventArgs e) { }
protected virtual void OnDropDownStyleChanged(System.EventArgs e) { }
protected virtual void OnSelectedIndexChanged(System.EventArgs e) { }
protected virtual void OnSelectionChangeCommitted(System.EventArgs e) { }
protected override void OnSubscribeControlEvents(System.Windows.Forms.Control control) { }
protected virtual void OnTextUpdate(System.EventArgs e) { }
protected override void OnUnsubscribeControlEvents(System.Windows.Forms.Control control) { }
public void Select(int start, int length) { }
public void SelectAll() { }
public override string ToString() { throw null; }
}
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ToolStripContainerDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class ToolStripContainer : System.Windows.Forms.ContainerControl
{
public ToolStripContainer() { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override bool AutoScroll { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Drawing.Size AutoScrollMargin { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Drawing.Size AutoScrollMinSize { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Drawing.Color BackColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Drawing.Image BackgroundImage { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
[System.ComponentModel.LocalizableAttribute(false)]
public System.Windows.Forms.ToolStripPanel BottomToolStripPanel { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool BottomToolStripPanelVisible { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool CausesValidation { get { throw null; } set { } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
[System.ComponentModel.LocalizableAttribute(false)]
public System.Windows.Forms.ToolStripContentPanel ContentPanel { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get { throw null; } set { } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.Control.ControlCollection Controls { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.Cursor Cursor { get { throw null; } set { } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Drawing.Color ForeColor { get { throw null; } set { } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
[System.ComponentModel.LocalizableAttribute(false)]
public System.Windows.Forms.ToolStripPanel LeftToolStripPanel { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool LeftToolStripPanelVisible { get { throw null; } set { } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
[System.ComponentModel.LocalizableAttribute(false)]
public System.Windows.Forms.ToolStripPanel RightToolStripPanel { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool RightToolStripPanelVisible { get { throw null; } set { } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
[System.ComponentModel.LocalizableAttribute(false)]
public System.Windows.Forms.ToolStripPanel TopToolStripPanel { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool TopToolStripPanelVisible { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackColorChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler CausesValidationChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler ContextMenuStripChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler CursorChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler ForeColorChanged { add { } remove { } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw null; }
protected override void OnRightToLeftChanged(System.EventArgs e) { }
protected override void OnSizeChanged(System.EventArgs e) { }
}
[System.ComponentModel.DefaultEventAttribute("Load")]
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ToolStripContentPanelDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.ComponentModel.InitializationEventAttribute("Load")]
[System.ComponentModel.ToolboxItemAttribute(false)]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.Windows.Forms.DockingAttribute(System.Windows.Forms.DockingBehavior.Never)]
public partial class ToolStripContentPanel : System.Windows.Forms.Panel
{
public ToolStripContentPanel() { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.AnchorStyles Anchor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override bool AutoScroll { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Drawing.Size AutoScrollMargin { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Drawing.Size AutoScrollMinSize { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override bool AutoSize { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ComponentModel.LocalizableAttribute(false)]
public override System.Windows.Forms.AutoSizeMode AutoSizeMode { get { throw null; } set { } }
public override System.Drawing.Color BackColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool CausesValidation { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.DockStyle Dock { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Drawing.Point Location { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Size MaximumSize { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Size MinimumSize { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new string Name { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.ToolStripRenderer Renderer { get { throw null; } set { } }
public System.Windows.Forms.ToolStripRenderMode RenderMode { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new int TabIndex { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool TabStop { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler AutoSizeChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler CausesValidationChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler DockChanged { add { } remove { } }
public event System.EventHandler Load { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler LocationChanged { add { } remove { } }
public event System.EventHandler RendererChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler TabIndexChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler TabStopChanged { add { } remove { } }
protected override void OnHandleCreated(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnLoad(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void OnPaintBackground(System.Windows.Forms.PaintEventArgs e) { }
protected virtual void OnRendererChanged(System.EventArgs e) { }
}
public partial class ToolStripContentPanelRenderEventArgs : System.EventArgs
{
public ToolStripContentPanelRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripContentPanel contentPanel) { }
public System.Drawing.Graphics Graphics { get { throw null; } }
public bool Handled { get { throw null; } set { } }
public System.Windows.Forms.ToolStripContentPanel ToolStripContentPanel { get { throw null; } }
}
public delegate void ToolStripContentPanelRenderEventHandler(object sender, System.Windows.Forms.ToolStripContentPanelRenderEventArgs e);
public partial class ToolStripControlHost : System.Windows.Forms.ToolStripItem
{
public ToolStripControlHost(System.Windows.Forms.Control c) { }
public ToolStripControlHost(System.Windows.Forms.Control c, string name) { }
public override System.Drawing.Color BackColor { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(true)]
public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.ImageLayout.Tile)]
[System.ComponentModel.LocalizableAttribute(true)]
public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
public override bool CanSelect { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool CausesValidation { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.Control Control { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(System.Drawing.ContentAlignment.MiddleCenter)]
public System.Drawing.ContentAlignment ControlAlign { get { throw null; } set { } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.ToolStripItemDisplayStyle DisplayStyle { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool DoubleClickEnabled { get { throw null; } set { } }
public override bool Enabled { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public virtual bool Focused { get { throw null; } }
public override System.Drawing.Font Font { get { throw null; } set { } }
public override System.Drawing.Color ForeColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Image Image { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Drawing.ContentAlignment ImageAlign { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.ToolStripItemImageScaling ImageScaling { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Drawing.Color ImageTransparentColor { get { throw null; } set { } }
public override System.Windows.Forms.RightToLeft RightToLeft { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool RightToLeftAutoMirrorImage { get { throw null; } set { } }
public override bool Selected { get { throw null; } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public override System.ComponentModel.ISite Site { get { throw null; } set { } }
public override System.Drawing.Size Size { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
public override string Text { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Drawing.ContentAlignment TextAlign { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.ToolStripTextDirection.Horizontal)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.ToolStripTextDirection TextDirection { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.TextImageRelation TextImageRelation { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler DisplayStyleChanged { add { } remove { } }
public event System.EventHandler Enter { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public event System.EventHandler GotFocus { add { } remove { } }
public event System.Windows.Forms.KeyEventHandler KeyDown { add { } remove { } }
public event System.Windows.Forms.KeyPressEventHandler KeyPress { add { } remove { } }
public event System.Windows.Forms.KeyEventHandler KeyUp { add { } remove { } }
public event System.EventHandler Leave { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public event System.EventHandler LostFocus { add { } remove { } }
public event System.EventHandler Validated { add { } remove { } }
public event System.ComponentModel.CancelEventHandler Validating { add { } remove { } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
protected override void Dispose(bool disposing) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public void Focus() { }
public override System.Drawing.Size GetPreferredSize(System.Drawing.Size constrainingSize) { throw null; }
protected override void OnBoundsChanged() { }
protected virtual void OnEnter(System.EventArgs e) { }
protected virtual void OnGotFocus(System.EventArgs e) { }
protected virtual void OnHostedControlResize(System.EventArgs e) { }
protected virtual void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { }
protected virtual void OnKeyPress(System.Windows.Forms.KeyPressEventArgs e) { }
protected virtual void OnKeyUp(System.Windows.Forms.KeyEventArgs e) { }
protected override void OnLayout(System.Windows.Forms.LayoutEventArgs e) { }
protected virtual void OnLeave(System.EventArgs e) { }
protected virtual void OnLostFocus(System.EventArgs e) { }
protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
protected override void OnParentChanged(System.Windows.Forms.ToolStrip oldParent, System.Windows.Forms.ToolStrip newParent) { }
protected virtual void OnSubscribeControlEvents(System.Windows.Forms.Control control) { }
protected virtual void OnUnsubscribeControlEvents(System.Windows.Forms.Control control) { }
protected virtual void OnValidated(System.EventArgs e) { }
protected virtual void OnValidating(System.ComponentModel.CancelEventArgs e) { }
protected internal override bool ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.Forms.Keys keyData) { throw null; }
protected internal override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override void ResetBackColor() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override void ResetForeColor() { }
protected override void SetVisibleCore(bool visible) { }
}
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ToolStripDropDownDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class ToolStripDropDown : System.Windows.Forms.ToolStrip
{
public ToolStripDropDown() { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool AllowItemReorder { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public bool AllowTransparency { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.AnchorStyles Anchor { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool AutoClose { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public override bool AutoSize { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool CanOverflow { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.ContextMenu ContextMenu { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get { throw null; } set { } }
protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
protected override System.Windows.Forms.DockStyle DefaultDock { get { throw null; } }
public override System.Windows.Forms.ToolStripDropDownDirection DefaultDropDownDirection { get { throw null; } set { } }
protected override System.Windows.Forms.Padding DefaultPadding { get { throw null; } }
protected override bool DefaultShowItemToolTips { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.DockStyle.None)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public override System.Windows.Forms.DockStyle Dock { get { throw null; } set { } }
public bool DropShadowEnabled { get { throw null; } set { } }
public override System.Drawing.Font Font { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.ToolStripGripDisplayStyle GripDisplayStyle { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.Padding GripMargin { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Drawing.Rectangle GripRectangle { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.ToolStripGripStyle.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.ToolStripGripStyle GripStyle { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public bool IsAutoGenerated { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Drawing.Point Location { get { throw null; } set { } }
protected internal override System.Drawing.Size MaxItemSize { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(1)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.OpacityConverter))]
public double Opacity { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.ToolStripOverflowButton OverflowButton { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(null)]
public System.Windows.Forms.ToolStripItem OwnerItem { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public new System.Drawing.Region Region { get { throw null; } set { } }
[System.ComponentModel.AmbientValueAttribute(System.Windows.Forms.RightToLeft.Inherit)]
[System.ComponentModel.LocalizableAttribute(true)]
public override System.Windows.Forms.RightToLeft RightToLeft { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool Stretch { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new int TabIndex { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.ToolStripTextDirection.Horizontal)]
public override System.Windows.Forms.ToolStripTextDirection TextDirection { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public bool TopLevel { get { throw null; } set { } }
protected virtual bool TopMost { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.LocalizableAttribute(true)]
public new bool Visible { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
public new event System.EventHandler BindingContextChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public new event System.Windows.Forms.UICuesEventHandler ChangeUICues { add { } remove { } }
public event System.Windows.Forms.ToolStripDropDownClosedEventHandler Closed { add { } remove { } }
public event System.Windows.Forms.ToolStripDropDownClosingEventHandler Closing { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler ContextMenuChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public new event System.EventHandler ContextMenuStripChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public new event System.EventHandler DockChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public new event System.EventHandler Enter { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public new event System.EventHandler FontChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler ForeColorChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.GiveFeedbackEventHandler GiveFeedback { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public new event System.Windows.Forms.HelpEventHandler HelpRequested { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public new event System.EventHandler ImeModeChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public new event System.Windows.Forms.KeyEventHandler KeyDown { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public new event System.Windows.Forms.KeyPressEventHandler KeyPress { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public new event System.Windows.Forms.KeyEventHandler KeyUp { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public new event System.EventHandler Leave { add { } remove { } }
public event System.EventHandler Opened { add { } remove { } }
public event System.ComponentModel.CancelEventHandler Opening { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public new event System.EventHandler RegionChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.ScrollEventHandler Scroll { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public new event System.EventHandler StyleChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler TabIndexChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler TabStopChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler TextChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler Validated { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.ComponentModel.CancelEventHandler Validating { add { } remove { } }
public void Close() { }
public void Close(System.Windows.Forms.ToolStripDropDownCloseReason reason) { }
protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
protected override void CreateHandle() { }
protected override System.Windows.Forms.LayoutSettings CreateLayoutSettings(System.Windows.Forms.ToolStripLayoutStyle style) { throw null; }
protected override void Dispose(bool disposing) { }
protected virtual void OnClosed(System.Windows.Forms.ToolStripDropDownClosedEventArgs e) { }
protected virtual void OnClosing(System.Windows.Forms.ToolStripDropDownClosingEventArgs e) { }
protected override void OnHandleCreated(System.EventArgs e) { }
protected override void OnItemClicked(System.Windows.Forms.ToolStripItemClickedEventArgs e) { }
protected override void OnLayout(System.Windows.Forms.LayoutEventArgs e) { }
protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs mea) { }
protected virtual void OnOpened(System.EventArgs e) { }
protected virtual void OnOpening(System.ComponentModel.CancelEventArgs e) { }
protected override void OnParentChanged(System.EventArgs e) { }
protected override void OnVisibleChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override bool ProcessDialogChar(char charCode) { throw null; }
protected override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
protected override bool ProcessMnemonic(char charCode) { throw null; }
protected override void ScaleControl(System.Drawing.SizeF factor, System.Windows.Forms.BoundsSpecified specified) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
protected override void ScaleCore(float dx, float dy) { }
protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
protected virtual void SetOwnerControl(System.Windows.Forms.Control ownerControl) { }
protected override void SetVisibleCore(bool visible) { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new void Show() { }
public void Show(System.Drawing.Point screenLocation) { }
public void Show(System.Drawing.Point position, System.Windows.Forms.ToolStripDropDownDirection direction) { }
public void Show(int x, int y) { }
public void Show(System.Windows.Forms.Control control, System.Drawing.Point position) { }
public void Show(System.Windows.Forms.Control control, System.Drawing.Point position, System.Windows.Forms.ToolStripDropDownDirection direction) { }
public void Show(System.Windows.Forms.Control control, int x, int y) { }
protected override void WndProc(ref System.Windows.Forms.Message m) { }
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class ToolStripDropDownAccessibleObject : System.Windows.Forms.ToolStrip.ToolStripAccessibleObject
{
public ToolStripDropDownAccessibleObject(System.Windows.Forms.ToolStripDropDown owner) : base (default(System.Windows.Forms.ToolStrip)) { }
public override string Name { get { throw null; } set { } }
public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
}
}
[System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute(System.Windows.Forms.Design.ToolStripItemDesignerAvailability.StatusStrip | System.Windows.Forms.Design.ToolStripItemDesignerAvailability.ToolStrip)]
public partial class ToolStripDropDownButton : System.Windows.Forms.ToolStripDropDownItem
{
public ToolStripDropDownButton() { }
public ToolStripDropDownButton(System.Drawing.Image image) { }
public ToolStripDropDownButton(string text) { }
public ToolStripDropDownButton(string text, System.Drawing.Image image) { }
public ToolStripDropDownButton(string text, System.Drawing.Image image, System.EventHandler onClick) { }
public ToolStripDropDownButton(string text, System.Drawing.Image image, System.EventHandler onClick, string name) { }
public ToolStripDropDownButton(string text, System.Drawing.Image image, params System.Windows.Forms.ToolStripItem[] dropDownItems) { }
[System.ComponentModel.DefaultValueAttribute(true)]
public new bool AutoToolTip { get { throw null; } set { } }
protected override bool DefaultAutoToolTip { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool ShowDropDownArrow { get { throw null; } set { } }
protected override System.Windows.Forms.ToolStripDropDown CreateDefaultDropDown() { throw null; }
protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { }
protected override void OnMouseLeave(System.EventArgs e) { }
protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs e) { }
protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
protected internal override bool ProcessMnemonic(char charCode) { throw null; }
}
public partial class ToolStripDropDownClosedEventArgs : System.EventArgs
{
public ToolStripDropDownClosedEventArgs(System.Windows.Forms.ToolStripDropDownCloseReason reason) { }
public System.Windows.Forms.ToolStripDropDownCloseReason CloseReason { get { throw null; } }
}
public delegate void ToolStripDropDownClosedEventHandler(object sender, System.Windows.Forms.ToolStripDropDownClosedEventArgs e);
public enum ToolStripDropDownCloseReason
{
AppClicked = 1,
AppFocusChange = 0,
CloseCalled = 4,
ItemClicked = 2,
Keyboard = 3,
}
public partial class ToolStripDropDownClosingEventArgs : System.ComponentModel.CancelEventArgs
{
public ToolStripDropDownClosingEventArgs(System.Windows.Forms.ToolStripDropDownCloseReason reason) { }
public System.Windows.Forms.ToolStripDropDownCloseReason CloseReason { get { throw null; } }
}
public delegate void ToolStripDropDownClosingEventHandler(object sender, System.Windows.Forms.ToolStripDropDownClosingEventArgs e);
public enum ToolStripDropDownDirection
{
AboveLeft = 0,
AboveRight = 1,
BelowLeft = 2,
BelowRight = 3,
Default = 7,
Left = 4,
Right = 5,
}
[System.ComponentModel.DefaultPropertyAttribute("DropDownItems")]
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ToolStripMenuItemDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
public abstract partial class ToolStripDropDownItem : System.Windows.Forms.ToolStripItem
{
protected ToolStripDropDownItem() { }
protected ToolStripDropDownItem(string text, System.Drawing.Image image, System.EventHandler onClick) { }
protected ToolStripDropDownItem(string text, System.Drawing.Image image, System.EventHandler onClick, string name) { }
protected ToolStripDropDownItem(string text, System.Drawing.Image image, params System.Windows.Forms.ToolStripItem[] dropDownItems) { }
[System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter))]
public System.Windows.Forms.ToolStripDropDown DropDown { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Windows.Forms.ToolStripDropDownDirection DropDownDirection { get { throw null; } set { } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
public System.Windows.Forms.ToolStripItemCollection DropDownItems { get { throw null; } }
protected internal virtual System.Drawing.Point DropDownLocation { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public virtual bool HasDropDownItems { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public override bool Pressed { get { throw null; } }
public event System.EventHandler DropDownClosed { add { } remove { } }
public event System.Windows.Forms.ToolStripItemClickedEventHandler DropDownItemClicked { add { } remove { } }
public event System.EventHandler DropDownOpened { add { } remove { } }
public event System.EventHandler DropDownOpening { add { } remove { } }
protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
protected virtual System.Windows.Forms.ToolStripDropDown CreateDefaultDropDown() { throw null; }
protected override void Dispose(bool disposing) { }
public void HideDropDown() { }
protected override void OnBoundsChanged() { }
protected internal virtual void OnDropDownClosed(System.EventArgs e) { }
protected virtual void OnDropDownHide(System.EventArgs e) { }
protected internal virtual void OnDropDownItemClicked(System.Windows.Forms.ToolStripItemClickedEventArgs e) { }
protected internal virtual void OnDropDownOpened(System.EventArgs e) { }
protected virtual void OnDropDownShow(System.EventArgs e) { }
protected override void OnFontChanged(System.EventArgs e) { }
protected override void OnRightToLeftChanged(System.EventArgs e) { }
protected internal override bool ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.Forms.Keys keyData) { throw null; }
protected internal override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
public void ShowDropDown() { }
}
public partial class ToolStripDropDownItemAccessibleObject : System.Windows.Forms.ToolStripItem.ToolStripItemAccessibleObject
{
public ToolStripDropDownItemAccessibleObject(System.Windows.Forms.ToolStripDropDownItem item) : base (default(System.Windows.Forms.ToolStripItem)) { }
public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
public override void DoDefaultAction() { }
public override System.Windows.Forms.AccessibleObject GetChild(int index) { throw null; }
public override int GetChildCount() { throw null; }
}
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ToolStripDropDownDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class ToolStripDropDownMenu : System.Windows.Forms.ToolStripDropDown
{
public ToolStripDropDownMenu() { }
protected override System.Windows.Forms.Padding DefaultPadding { get { throw null; } }
public override System.Drawing.Rectangle DisplayRectangle { get { throw null; } }
public override System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.ToolStripLayoutStyle.Flow)]
public new System.Windows.Forms.ToolStripLayoutStyle LayoutStyle { get { throw null; } set { } }
protected internal override System.Drawing.Size MaxItemSize { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool ShowCheckMargin { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool ShowImageMargin { get { throw null; } set { } }
protected internal override System.Windows.Forms.ToolStripItem CreateDefaultItem(string text, System.Drawing.Image image, System.EventHandler onClick) { throw null; }
protected override void OnFontChanged(System.EventArgs e) { }
protected override void OnLayout(System.Windows.Forms.LayoutEventArgs e) { }
protected override void OnPaintBackground(System.Windows.Forms.PaintEventArgs e) { }
protected override void SetDisplayedItems() { }
}
public enum ToolStripGripDisplayStyle
{
Horizontal = 0,
Vertical = 1,
}
public partial class ToolStripGripRenderEventArgs : System.Windows.Forms.ToolStripRenderEventArgs
{
public ToolStripGripRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStrip toolStrip) : base (default(System.Drawing.Graphics), default(System.Windows.Forms.ToolStrip)) { }
public System.Drawing.Rectangle GripBounds { get { throw null; } }
public System.Windows.Forms.ToolStripGripDisplayStyle GripDisplayStyle { get { throw null; } }
public System.Windows.Forms.ToolStripGripStyle GripStyle { get { throw null; } }
}
public delegate void ToolStripGripRenderEventHandler(object sender, System.Windows.Forms.ToolStripGripRenderEventArgs e);
public enum ToolStripGripStyle
{
Hidden = 0,
Visible = 1,
}
[System.ComponentModel.DefaultEventAttribute("Click")]
[System.ComponentModel.DefaultPropertyAttribute("Text")]
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ToolStripItemDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.ComponentModel.DesignTimeVisibleAttribute(false)]
[System.ComponentModel.ToolboxItemAttribute(false)]
public abstract partial class ToolStripItem : System.ComponentModel.Component, System.ComponentModel.IComponent, System.IDisposable, System.Windows.Forms.IDropTarget
{
protected ToolStripItem() { }
protected ToolStripItem(string text, System.Drawing.Image image, System.EventHandler onClick) { }
protected ToolStripItem(string text, System.Drawing.Image image, System.EventHandler onClick, string name) { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.Windows.Forms.AccessibleObject AccessibilityObject { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public string AccessibleDefaultActionDescription { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(true)]
public string AccessibleDescription { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(true)]
public string AccessibleName { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.AccessibleRole.Default)]
public System.Windows.Forms.AccessibleRole AccessibleRole { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.ToolStripItemAlignment.Left)]
public System.Windows.Forms.ToolStripItemAlignment Alignment { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.MonoTODOAttribute("Stub, does nothing")]
public virtual bool AllowDrop { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Top)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.AnchorStyles Anchor { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Visible)]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public bool AutoSize { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool AutoToolTip { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public bool Available { get { throw null; } set { } }
public virtual System.Drawing.Color BackColor { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(true)]
public virtual System.Drawing.Image BackgroundImage { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.ImageLayout.Tile)]
[System.ComponentModel.LocalizableAttribute(true)]
public virtual System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public virtual System.Drawing.Rectangle Bounds { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public virtual bool CanSelect { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Drawing.Rectangle ContentRectangle { get { throw null; } }
protected virtual bool DefaultAutoToolTip { get { throw null; } }
protected virtual System.Windows.Forms.ToolStripItemDisplayStyle DefaultDisplayStyle { get { throw null; } }
protected internal virtual System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
protected virtual System.Windows.Forms.Padding DefaultPadding { get { throw null; } }
protected virtual System.Drawing.Size DefaultSize { get { throw null; } }
protected internal virtual bool DismissWhenClicked { get { throw null; } }
public virtual System.Windows.Forms.ToolStripItemDisplayStyle DisplayStyle { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.DockStyle.None)]
public System.Windows.Forms.DockStyle Dock { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool DoubleClickEnabled { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
[System.ComponentModel.LocalizableAttribute(true)]
public virtual bool Enabled { get { throw null; } set { } }
[System.ComponentModel.LocalizableAttribute(true)]
public virtual System.Drawing.Font Font { get { throw null; } set { } }
public virtual System.Drawing.Color ForeColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public int Height { get { throw null; } set { } }
[System.ComponentModel.LocalizableAttribute(true)]
public virtual System.Drawing.Image Image { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Drawing.ContentAlignment.MiddleCenter)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Drawing.ContentAlignment ImageAlign { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ToolStripImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
[System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.NoneExcludedImageIndexConverter")]
[System.Windows.Forms.RelatedImageListAttribute("Owner.ImageList")]
public int ImageIndex { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ToolStripImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageKeyConverter))]
[System.Windows.Forms.RelatedImageListAttribute("Owner.ImageList")]
public string ImageKey { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.ToolStripItemImageScaling.SizeToFit)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.ToolStripItemImageScaling ImageScaling { get { throw null; } set { } }
[System.ComponentModel.LocalizableAttribute(true)]
public System.Drawing.Color ImageTransparentColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public bool IsDisposed { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public bool IsOnDropDown { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public bool IsOnOverflow { get { throw null; } }
public System.Windows.Forms.Padding Margin { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.MergeAction.Append)]
public System.Windows.Forms.MergeAction MergeAction { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(-1)]
public int MergeIndex { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(null)]
public string Name { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.ToolStripItemOverflow.AsNeeded)]
public System.Windows.Forms.ToolStripItemOverflow Overflow { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.ToolStrip Owner { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.ToolStripItem OwnerItem { get { throw null; } }
public virtual System.Windows.Forms.Padding Padding { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
protected internal System.Windows.Forms.ToolStrip Parent { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Windows.Forms.ToolStripItemPlacement Placement { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public virtual bool Pressed { get { throw null; } }
[System.ComponentModel.LocalizableAttribute(true)]
[System.MonoTODOAttribute("RTL not implemented")]
public virtual System.Windows.Forms.RightToLeft RightToLeft { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.LocalizableAttribute(true)]
public bool RightToLeftAutoMirrorImage { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public virtual bool Selected { get { throw null; } }
protected internal virtual bool ShowKeyboardCues { get { throw null; } }
[System.ComponentModel.LocalizableAttribute(true)]
public virtual System.Drawing.Size Size { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(false)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
public object Tag { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.LocalizableAttribute(true)]
public virtual string Text { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Drawing.ContentAlignment.MiddleCenter)]
[System.ComponentModel.LocalizableAttribute(true)]
public virtual System.Drawing.ContentAlignment TextAlign { get { throw null; } set { } }
public virtual System.Windows.Forms.ToolStripTextDirection TextDirection { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.TextImageRelation.ImageBeforeText)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.TextImageRelation TextImageRelation { get { throw null; } set { } }
[System.ComponentModel.EditorAttribute("System.ComponentModel.Design.MultilineStringEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.ComponentModel.LocalizableAttribute(true)]
public string ToolTipText { get { throw null; } set { } }
[System.ComponentModel.LocalizableAttribute(true)]
public bool Visible { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public int Width { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public event System.EventHandler AvailableChanged { add { } remove { } }
public event System.EventHandler BackColorChanged { add { } remove { } }
public event System.EventHandler Click { add { } remove { } }
public event System.EventHandler DisplayStyleChanged { add { } remove { } }
public event System.EventHandler DoubleClick { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.MonoTODOAttribute("Event never raised")]
public event System.Windows.Forms.DragEventHandler DragDrop { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.MonoTODOAttribute("Event never raised")]
public event System.Windows.Forms.DragEventHandler DragEnter { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.MonoTODOAttribute("Event never raised")]
public event System.EventHandler DragLeave { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.MonoTODOAttribute("Event never raised")]
public event System.Windows.Forms.DragEventHandler DragOver { add { } remove { } }
public event System.EventHandler EnabledChanged { add { } remove { } }
public event System.EventHandler ForeColorChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.MonoTODOAttribute("Event never raised")]
public event System.Windows.Forms.GiveFeedbackEventHandler GiveFeedback { add { } remove { } }
public event System.EventHandler LocationChanged { add { } remove { } }
public event System.Windows.Forms.MouseEventHandler MouseDown { add { } remove { } }
public event System.EventHandler MouseEnter { add { } remove { } }
public event System.EventHandler MouseHover { add { } remove { } }
public event System.EventHandler MouseLeave { add { } remove { } }
public event System.Windows.Forms.MouseEventHandler MouseMove { add { } remove { } }
public event System.Windows.Forms.MouseEventHandler MouseUp { add { } remove { } }
public event System.EventHandler OwnerChanged { add { } remove { } }
public event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
[System.MonoTODOAttribute("Event never raised")]
public event System.Windows.Forms.QueryAccessibilityHelpEventHandler QueryAccessibilityHelp { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.MonoTODOAttribute("Event never raised")]
public event System.Windows.Forms.QueryContinueDragEventHandler QueryContinueDrag { add { } remove { } }
public event System.EventHandler RightToLeftChanged { add { } remove { } }
public event System.EventHandler TextChanged { add { } remove { } }
public event System.EventHandler VisibleChanged { add { } remove { } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
protected override void Dispose(bool disposing) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.MonoTODOAttribute("Stub, does nothing")]
public System.Windows.Forms.DragDropEffects DoDragDrop(object data, System.Windows.Forms.DragDropEffects allowedEffects) { throw null; }
public System.Windows.Forms.ToolStrip GetCurrentParent() { throw null; }
public virtual System.Drawing.Size GetPreferredSize(System.Drawing.Size constrainingSize) { throw null; }
public void Invalidate() { }
public void Invalidate(System.Drawing.Rectangle r) { }
protected internal virtual bool IsInputChar(char charCode) { throw null; }
protected internal virtual bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
protected virtual void OnAvailableChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnBackColorChanged(System.EventArgs e) { }
protected virtual void OnBoundsChanged() { }
protected virtual void OnClick(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnDisplayStyleChanged(System.EventArgs e) { }
protected virtual void OnDoubleClick(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnDragDrop(System.Windows.Forms.DragEventArgs dragEvent) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnDragEnter(System.Windows.Forms.DragEventArgs dragEvent) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnDragLeave(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnDragOver(System.Windows.Forms.DragEventArgs dragEvent) { }
protected virtual void OnEnabledChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnFontChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnForeColorChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnGiveFeedback(System.Windows.Forms.GiveFeedbackEventArgs giveFeedbackEvent) { }
protected virtual void OnLayout(System.Windows.Forms.LayoutEventArgs e) { }
protected virtual void OnLocationChanged(System.EventArgs e) { }
protected virtual void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { }
protected virtual void OnMouseEnter(System.EventArgs e) { }
protected virtual void OnMouseHover(System.EventArgs e) { }
protected virtual void OnMouseLeave(System.EventArgs e) { }
protected virtual void OnMouseMove(System.Windows.Forms.MouseEventArgs mea) { }
protected virtual void OnMouseUp(System.Windows.Forms.MouseEventArgs e) { }
protected virtual void OnOwnerChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected internal virtual void OnOwnerFontChanged(System.EventArgs e) { }
protected virtual void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnParentBackColorChanged(System.EventArgs e) { }
protected virtual void OnParentChanged(System.Windows.Forms.ToolStrip oldParent, System.Windows.Forms.ToolStrip newParent) { }
protected internal virtual void OnParentEnabledChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnParentForeColorChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected internal virtual void OnParentRightToLeftChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnQueryContinueDrag(System.Windows.Forms.QueryContinueDragEventArgs queryContinueDragEvent) { }
protected virtual void OnRightToLeftChanged(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnTextChanged(System.EventArgs e) { }
protected virtual void OnVisibleChanged(System.EventArgs e) { }
public void PerformClick() { }
protected internal virtual bool ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.Forms.Keys keyData) { throw null; }
protected internal virtual bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
protected internal virtual bool ProcessMnemonic(char charCode) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public virtual void ResetBackColor() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public virtual void ResetDisplayStyle() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public virtual void ResetFont() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public virtual void ResetForeColor() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public virtual void ResetImage() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public void ResetMargin() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public void ResetPadding() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public virtual void ResetRightToLeft() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public virtual void ResetTextDirection() { }
public void Select() { }
protected internal virtual void SetBounds(System.Drawing.Rectangle bounds) { }
protected virtual void SetVisibleCore(bool visible) { }
void System.Windows.Forms.IDropTarget.OnDragDrop(System.Windows.Forms.DragEventArgs dragEvent) { }
void System.Windows.Forms.IDropTarget.OnDragEnter(System.Windows.Forms.DragEventArgs dragEvent) { }
void System.Windows.Forms.IDropTarget.OnDragLeave(System.EventArgs e) { }
void System.Windows.Forms.IDropTarget.OnDragOver(System.Windows.Forms.DragEventArgs dragEvent) { }
public override string ToString() { throw null; }
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class ToolStripItemAccessibleObject : System.Windows.Forms.AccessibleObject
{
public ToolStripItemAccessibleObject(System.Windows.Forms.ToolStripItem ownerItem) { }
public override System.Drawing.Rectangle Bounds { get { throw null; } }
public override string DefaultAction { get { throw null; } }
public override string Description { get { throw null; } }
public override string Help { get { throw null; } }
public override string KeyboardShortcut { get { throw null; } }
public override string Name { get { throw null; } set { } }
public override System.Windows.Forms.AccessibleObject Parent { get { throw null; } }
public override System.Windows.Forms.AccessibleRole Role { get { throw null; } }
public override System.Windows.Forms.AccessibleStates State { get { throw null; } }
public void AddState(System.Windows.Forms.AccessibleStates state) { }
public override void DoDefaultAction() { }
public override int GetHelpTopic(out string fileName) { throw null; }
public override System.Windows.Forms.AccessibleObject Navigate(System.Windows.Forms.AccessibleNavigation navigationDirection) { throw null; }
public override string ToString() { throw null; }
}
}
public enum ToolStripItemAlignment
{
Left = 0,
Right = 1,
}
public partial class ToolStripItemClickedEventArgs : System.EventArgs
{
public ToolStripItemClickedEventArgs(System.Windows.Forms.ToolStripItem clickedItem) { }
public System.Windows.Forms.ToolStripItem ClickedItem { get { throw null; } }
}
public delegate void ToolStripItemClickedEventHandler(object sender, System.Windows.Forms.ToolStripItemClickedEventArgs e);
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ToolStripCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.ListBindableAttribute(false)]
public partial class ToolStripItemCollection : System.Windows.Forms.Layout.ArrangedElementCollection, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
{
public ToolStripItemCollection(System.Windows.Forms.ToolStrip owner, System.Windows.Forms.ToolStripItem[] value) { }
public override bool IsReadOnly { get { throw null; } }
public virtual System.Windows.Forms.ToolStripItem this[int index] { get { throw null; } }
public virtual System.Windows.Forms.ToolStripItem this[string key] { get { throw null; } }
bool System.Collections.IList.IsFixedSize { get { throw null; } }
object System.Collections.IList.this[int index] { get { throw null; } set { } }
public System.Windows.Forms.ToolStripItem Add(System.Drawing.Image image) { throw null; }
public System.Windows.Forms.ToolStripItem Add(string text) { throw null; }
public System.Windows.Forms.ToolStripItem Add(string text, System.Drawing.Image image) { throw null; }
public System.Windows.Forms.ToolStripItem Add(string text, System.Drawing.Image image, System.EventHandler onClick) { throw null; }
public int Add(System.Windows.Forms.ToolStripItem value) { throw null; }
public void AddRange(System.Windows.Forms.ToolStripItemCollection toolStripItems) { }
public void AddRange(System.Windows.Forms.ToolStripItem[] toolStripItems) { }
public virtual void Clear() { }
public bool Contains(System.Windows.Forms.ToolStripItem value) { throw null; }
public virtual bool ContainsKey(string key) { throw null; }
public void CopyTo(System.Windows.Forms.ToolStripItem[] array, int index) { }
[System.MonoTODOAttribute("searchAllChildren parameter isn't used")]
public System.Windows.Forms.ToolStripItem[] Find(string key, bool searchAllChildren) { throw null; }
public int IndexOf(System.Windows.Forms.ToolStripItem value) { throw null; }
public virtual int IndexOfKey(string key) { throw null; }
public void Insert(int index, System.Windows.Forms.ToolStripItem value) { }
public void Remove(System.Windows.Forms.ToolStripItem value) { }
public void RemoveAt(int index) { }
public virtual void RemoveByKey(string key) { }
int System.Collections.IList.Add(object value) { throw null; }
void System.Collections.IList.Clear() { }
bool System.Collections.IList.Contains(object value) { throw null; }
int System.Collections.IList.IndexOf(object value) { throw null; }
void System.Collections.IList.Insert(int index, object value) { }
void System.Collections.IList.Remove(object value) { }
void System.Collections.IList.RemoveAt(int index) { }
}
public enum ToolStripItemDisplayStyle
{
Image = 2,
ImageAndText = 3,
None = 0,
Text = 1,
}
public partial class ToolStripItemEventArgs : System.EventArgs
{
public ToolStripItemEventArgs(System.Windows.Forms.ToolStripItem item) { }
public System.Windows.Forms.ToolStripItem Item { get { throw null; } }
}
public delegate void ToolStripItemEventHandler(object sender, System.Windows.Forms.ToolStripItemEventArgs e);
public partial class ToolStripItemImageRenderEventArgs : System.Windows.Forms.ToolStripItemRenderEventArgs
{
public ToolStripItemImageRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripItem item, System.Drawing.Image image, System.Drawing.Rectangle imageRectangle) : base (default(System.Drawing.Graphics), default(System.Windows.Forms.ToolStripItem)) { }
public ToolStripItemImageRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripItem item, System.Drawing.Rectangle imageRectangle) : base (default(System.Drawing.Graphics), default(System.Windows.Forms.ToolStripItem)) { }
public System.Drawing.Image Image { get { throw null; } }
public System.Drawing.Rectangle ImageRectangle { get { throw null; } }
}
public delegate void ToolStripItemImageRenderEventHandler(object sender, System.Windows.Forms.ToolStripItemImageRenderEventArgs e);
public enum ToolStripItemImageScaling
{
None = 0,
SizeToFit = 1,
}
public enum ToolStripItemOverflow
{
Always = 1,
AsNeeded = 2,
Never = 0,
}
public enum ToolStripItemPlacement
{
Main = 0,
None = 2,
Overflow = 1,
}
public partial class ToolStripItemRenderEventArgs : System.EventArgs
{
public ToolStripItemRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripItem item) { }
public System.Drawing.Graphics Graphics { get { throw null; } }
public System.Windows.Forms.ToolStripItem Item { get { throw null; } }
public System.Windows.Forms.ToolStrip ToolStrip { get { throw null; } }
}
public delegate void ToolStripItemRenderEventHandler(object sender, System.Windows.Forms.ToolStripItemRenderEventArgs e);
public partial class ToolStripItemTextRenderEventArgs : System.Windows.Forms.ToolStripItemRenderEventArgs
{
public ToolStripItemTextRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripItem item, string text, System.Drawing.Rectangle textRectangle, System.Drawing.Color textColor, System.Drawing.Font textFont, System.Drawing.ContentAlignment textAlign) : base (default(System.Drawing.Graphics), default(System.Windows.Forms.ToolStripItem)) { }
public ToolStripItemTextRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripItem item, string text, System.Drawing.Rectangle textRectangle, System.Drawing.Color textColor, System.Drawing.Font textFont, System.Windows.Forms.TextFormatFlags format) : base (default(System.Drawing.Graphics), default(System.Windows.Forms.ToolStripItem)) { }
public string Text { get { throw null; } set { } }
public System.Drawing.Color TextColor { get { throw null; } set { } }
public System.Windows.Forms.ToolStripTextDirection TextDirection { get { throw null; } set { } }
public System.Drawing.Font TextFont { get { throw null; } set { } }
public System.Windows.Forms.TextFormatFlags TextFormat { get { throw null; } set { } }
public System.Drawing.Rectangle TextRectangle { get { throw null; } set { } }
}
public delegate void ToolStripItemTextRenderEventHandler(object sender, System.Windows.Forms.ToolStripItemTextRenderEventArgs e);
[System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute(System.Windows.Forms.Design.ToolStripItemDesignerAvailability.ToolStrip)]
public partial class ToolStripLabel : System.Windows.Forms.ToolStripItem
{
public ToolStripLabel() { }
public ToolStripLabel(System.Drawing.Image image) { }
public ToolStripLabel(string text) { }
public ToolStripLabel(string text, System.Drawing.Image image) { }
public ToolStripLabel(string text, System.Drawing.Image image, bool isLink) { }
public ToolStripLabel(string text, System.Drawing.Image image, bool isLink, System.EventHandler onClick) { }
public ToolStripLabel(string text, System.Drawing.Image image, bool isLink, System.EventHandler onClick, string name) { }
public System.Drawing.Color ActiveLinkColor { get { throw null; } set { } }
public override bool CanSelect { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool IsLink { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.LinkBehavior.SystemDefault)]
public System.Windows.Forms.LinkBehavior LinkBehavior { get { throw null; } set { } }
public System.Drawing.Color LinkColor { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool LinkVisited { get { throw null; } set { } }
public System.Drawing.Color VisitedLinkColor { get { throw null; } set { } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
protected override void OnFontChanged(System.EventArgs e) { }
protected override void OnMouseEnter(System.EventArgs e) { }
protected override void OnMouseLeave(System.EventArgs e) { }
protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
protected internal override bool ProcessMnemonic(char charCode) { throw null; }
}
public enum ToolStripLayoutStyle
{
Flow = 3,
HorizontalStackWithOverflow = 1,
StackWithOverflow = 0,
Table = 4,
VerticalStackWithOverflow = 2,
}
public sealed partial class ToolStripManager
{
internal ToolStripManager() { }
public static System.Windows.Forms.ToolStripRenderer Renderer { get { throw null; } set { } }
public static System.Windows.Forms.ToolStripManagerRenderMode RenderMode { get { throw null; } set { } }
public static bool VisualStylesEnabled { get { throw null; } set { } }
public static event System.EventHandler RendererChanged { add { } remove { } }
public static System.Windows.Forms.ToolStrip FindToolStrip(string toolStripName) { throw null; }
public static bool IsShortcutDefined(System.Windows.Forms.Keys shortcut) { throw null; }
public static bool IsValidShortcut(System.Windows.Forms.Keys shortcut) { throw null; }
[System.MonoTODOAttribute("Stub, does nothing")]
public static void LoadSettings(System.Windows.Forms.Form targetForm) { }
[System.MonoTODOAttribute("Stub, does nothing")]
public static void LoadSettings(System.Windows.Forms.Form targetForm, string key) { }
[System.MonoLimitationAttribute("Only supports one level of merging, cannot merge the same ToolStrip multiple times")]
public static bool Merge(System.Windows.Forms.ToolStrip sourceToolStrip, string targetName) { throw null; }
[System.MonoLimitationAttribute("Only supports one level of merging, cannot merge the same ToolStrip multiple times")]
public static bool Merge(System.Windows.Forms.ToolStrip sourceToolStrip, System.Windows.Forms.ToolStrip targetToolStrip) { throw null; }
public static bool RevertMerge(string targetName) { throw null; }
public static bool RevertMerge(System.Windows.Forms.ToolStrip targetToolStrip) { throw null; }
public static bool RevertMerge(System.Windows.Forms.ToolStrip targetToolStrip, System.Windows.Forms.ToolStrip sourceToolStrip) { throw null; }
public static void SaveSettings(System.Windows.Forms.Form sourceForm) { }
public static void SaveSettings(System.Windows.Forms.Form sourceForm, string key) { }
}
public enum ToolStripManagerRenderMode
{
[System.ComponentModel.BrowsableAttribute(false)]
Custom = 0,
Professional = 2,
System = 1,
}
[System.ComponentModel.Design.Serialization.DesignerSerializerAttribute("System.Windows.Forms.Design.ToolStripMenuItemCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute(System.Windows.Forms.Design.ToolStripItemDesignerAvailability.ContextMenuStrip | System.Windows.Forms.Design.ToolStripItemDesignerAvailability.MenuStrip)]
public partial class ToolStripMenuItem : System.Windows.Forms.ToolStripDropDownItem
{
public ToolStripMenuItem() { }
public ToolStripMenuItem(System.Drawing.Image image) { }
public ToolStripMenuItem(string text) { }
public ToolStripMenuItem(string text, System.Drawing.Image image) { }
public ToolStripMenuItem(string text, System.Drawing.Image image, System.EventHandler onClick) { }
public ToolStripMenuItem(string text, System.Drawing.Image image, System.EventHandler onClick, string name) { }
public ToolStripMenuItem(string text, System.Drawing.Image image, System.EventHandler onClick, System.Windows.Forms.Keys shortcutKeys) { }
public ToolStripMenuItem(string text, System.Drawing.Image image, params System.Windows.Forms.ToolStripItem[] dropDownItems) { }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public bool Checked { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool CheckOnClick { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.CheckState.Unchecked)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public System.Windows.Forms.CheckState CheckState { get { throw null; } set { } }
protected internal override System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
protected override System.Windows.Forms.Padding DefaultPadding { get { throw null; } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
public override bool Enabled { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public bool IsMdiWindowListEntry { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.ToolStripItemOverflow.Never)]
public new System.Windows.Forms.ToolStripItemOverflow Overflow { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(true)]
public string ShortcutKeyDisplayString { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.Keys.None)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.Keys ShortcutKeys { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
[System.ComponentModel.LocalizableAttribute(true)]
public bool ShowShortcutKeys { get { throw null; } set { } }
public event System.EventHandler CheckedChanged { add { } remove { } }
public event System.EventHandler CheckStateChanged { add { } remove { } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
protected override System.Windows.Forms.ToolStripDropDown CreateDefaultDropDown() { throw null; }
protected override void Dispose(bool disposing) { }
protected virtual void OnCheckedChanged(System.EventArgs e) { }
protected virtual void OnCheckStateChanged(System.EventArgs e) { }
protected override void OnClick(System.EventArgs e) { }
protected override void OnDropDownHide(System.EventArgs e) { }
protected override void OnDropDownShow(System.EventArgs e) { }
protected override void OnFontChanged(System.EventArgs e) { }
protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { }
protected override void OnMouseEnter(System.EventArgs e) { }
protected override void OnMouseLeave(System.EventArgs e) { }
protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs e) { }
protected override void OnOwnerChanged(System.EventArgs e) { }
protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
protected internal override bool ProcessCmdKey(ref System.Windows.Forms.Message m, System.Windows.Forms.Keys keyData) { throw null; }
protected internal override bool ProcessMnemonic(char charCode) { throw null; }
protected internal override void SetBounds(System.Drawing.Rectangle rect) { }
}
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class ToolStripOverflow : System.Windows.Forms.ToolStripDropDown, System.ComponentModel.IComponent, System.IDisposable
{
public ToolStripOverflow(System.Windows.Forms.ToolStripItem parentItem) { }
protected internal override System.Windows.Forms.ToolStripItemCollection DisplayedItems { get { throw null; } }
public override System.Windows.Forms.ToolStripItemCollection Items { get { throw null; } }
protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
protected override System.Windows.Forms.LayoutSettings CreateLayoutSettings(System.Windows.Forms.ToolStripLayoutStyle style) { throw null; }
public override System.Drawing.Size GetPreferredSize(System.Drawing.Size constrainingSize) { throw null; }
protected override void SetDisplayedItems() { }
}
[System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute(System.Windows.Forms.Design.ToolStripItemDesignerAvailability.None)]
public partial class ToolStripOverflowButton : System.Windows.Forms.ToolStripDropDownButton
{
internal ToolStripOverflowButton() { }
protected internal override System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
public override bool HasDropDownItems { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool RightToLeftAutoMirrorImage { get { throw null; } set { } }
protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
protected override System.Windows.Forms.ToolStripDropDown CreateDefaultDropDown() { throw null; }
public override System.Drawing.Size GetPreferredSize(System.Drawing.Size constrainingSize) { throw null; }
protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
protected internal override void SetBounds(System.Drawing.Rectangle bounds) { }
}
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ToolStripPanelDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.Drawing.ToolboxBitmapAttribute("")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class ToolStripPanel : System.Windows.Forms.ContainerControl, System.ComponentModel.IComponent, System.IDisposable, System.Windows.Forms.IBindableComponent, System.Windows.Forms.IDropTarget
{
public ToolStripPanel() { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override bool AllowDrop { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override bool AutoScroll { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Drawing.Size AutoScrollMargin { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Drawing.Size AutoScrollMinSize { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Visible)]
public override bool AutoSize { get { throw null; } set { } }
protected override System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
protected override System.Windows.Forms.Padding DefaultPadding { get { throw null; } }
public override System.Windows.Forms.DockStyle Dock { get { throw null; } set { } }
public override System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public bool Locked { get { throw null; } set { } }
public System.Windows.Forms.Orientation Orientation { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.ToolStripRenderer Renderer { get { throw null; } set { } }
public System.Windows.Forms.ToolStripRenderMode RenderMode { get { throw null; } set { } }
public System.Windows.Forms.Padding RowMargin { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.ToolStripPanelRow[] Rows { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new int TabIndex { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool TabStop { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override string Text { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public new event System.EventHandler AutoSizeChanged { add { } remove { } }
public event System.EventHandler RendererChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler TabIndexChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler TabStopChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler TextChanged { add { } remove { } }
public void BeginInit() { }
protected override System.Windows.Forms.Control.ControlCollection CreateControlsInstance() { throw null; }
protected override void Dispose(bool disposing) { }
public void EndInit() { }
[System.MonoTODOAttribute("Not implemented")]
public void Join(System.Windows.Forms.ToolStrip toolStripToDrag) { }
[System.MonoTODOAttribute("Not implemented")]
public void Join(System.Windows.Forms.ToolStrip toolStripToDrag, System.Drawing.Point location) { }
[System.MonoTODOAttribute("Not implemented")]
public void Join(System.Windows.Forms.ToolStrip toolStripToDrag, int row) { }
[System.MonoTODOAttribute("Not implemented")]
public void Join(System.Windows.Forms.ToolStrip toolStripToDrag, int x, int y) { }
protected override void OnControlAdded(System.Windows.Forms.ControlEventArgs e) { }
protected override void OnControlRemoved(System.Windows.Forms.ControlEventArgs e) { }
protected override void OnDockChanged(System.EventArgs e) { }
protected override void OnLayout(System.Windows.Forms.LayoutEventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void OnPaintBackground(System.Windows.Forms.PaintEventArgs e) { }
protected override void OnParentChanged(System.EventArgs e) { }
protected virtual void OnRendererChanged(System.EventArgs e) { }
protected override void OnRightToLeftChanged(System.EventArgs e) { }
public System.Windows.Forms.ToolStripPanelRow PointToRow(System.Drawing.Point clientLocation) { throw null; }
[System.ComponentModel.ListBindableAttribute(false)]
[System.Runtime.InteropServices.ComVisibleAttribute(false)]
public partial class ToolStripPanelRowCollection : System.Windows.Forms.Layout.ArrangedElementCollection, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
{
public ToolStripPanelRowCollection(System.Windows.Forms.ToolStripPanel owner) { }
public ToolStripPanelRowCollection(System.Windows.Forms.ToolStripPanel owner, System.Windows.Forms.ToolStripPanelRow[] value) { }
public virtual System.Windows.Forms.ToolStripPanelRow this[int index] { get { throw null; } }
bool System.Collections.IList.IsFixedSize { get { throw null; } }
bool System.Collections.IList.IsReadOnly { get { throw null; } }
object System.Collections.IList.this[int index] { get { throw null; } [System.MonoTODOAttribute("Stub, does nothing")]set { } }
public int Add(System.Windows.Forms.ToolStripPanelRow value) { throw null; }
public void AddRange(System.Windows.Forms.ToolStripPanel.ToolStripPanelRowCollection value) { }
public void AddRange(System.Windows.Forms.ToolStripPanelRow[] value) { }
public virtual void Clear() { }
public bool Contains(System.Windows.Forms.ToolStripPanelRow value) { throw null; }
public void CopyTo(System.Windows.Forms.ToolStripPanelRow[] array, int index) { }
public int IndexOf(System.Windows.Forms.ToolStripPanelRow value) { throw null; }
public void Insert(int index, System.Windows.Forms.ToolStripPanelRow value) { }
public void Remove(System.Windows.Forms.ToolStripPanelRow value) { }
public void RemoveAt(int index) { }
int System.Collections.IList.Add(object value) { throw null; }
void System.Collections.IList.Clear() { }
bool System.Collections.IList.Contains(object value) { throw null; }
int System.Collections.IList.IndexOf(object value) { throw null; }
void System.Collections.IList.Insert(int index, object value) { }
void System.Collections.IList.Remove(object value) { }
void System.Collections.IList.RemoveAt(int index) { }
}
}
public partial class ToolStripPanelRenderEventArgs : System.EventArgs
{
public ToolStripPanelRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripPanel toolStripPanel) { }
public System.Drawing.Graphics Graphics { get { throw null; } }
public bool Handled { get { throw null; } set { } }
public System.Windows.Forms.ToolStripPanel ToolStripPanel { get { throw null; } }
}
public delegate void ToolStripPanelRenderEventHandler(object sender, System.Windows.Forms.ToolStripPanelRenderEventArgs e);
[System.ComponentModel.ToolboxItemAttribute(false)]
public partial class ToolStripPanelRow : System.ComponentModel.Component, System.ComponentModel.IComponent, System.IDisposable
{
public ToolStripPanelRow(System.Windows.Forms.ToolStripPanel parent) { }
public System.Drawing.Rectangle Bounds { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.Control[] Controls { get { throw null; } }
protected virtual System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
protected virtual System.Windows.Forms.Padding DefaultPadding { get { throw null; } }
public System.Drawing.Rectangle DisplayRectangle { get { throw null; } }
public System.Windows.Forms.Layout.LayoutEngine LayoutEngine { get { throw null; } }
public System.Windows.Forms.Padding Margin { get { throw null; } set { } }
public System.Windows.Forms.Orientation Orientation { get { throw null; } }
public virtual System.Windows.Forms.Padding Padding { get { throw null; } set { } }
public System.Windows.Forms.ToolStripPanel ToolStripPanel { get { throw null; } }
public bool CanMove(System.Windows.Forms.ToolStrip toolStripToDrag) { throw null; }
protected override void Dispose(bool disposing) { }
protected void OnBoundsChanged(System.Drawing.Rectangle oldBounds, System.Drawing.Rectangle newBounds) { }
protected internal virtual void OnControlAdded(System.Windows.Forms.Control control, int index) { }
protected internal virtual void OnControlRemoved(System.Windows.Forms.Control control, int index) { }
protected virtual void OnLayout(System.Windows.Forms.LayoutEventArgs e) { }
protected internal virtual void OnOrientationChanged() { }
}
public partial class ToolStripProfessionalRenderer : System.Windows.Forms.ToolStripRenderer
{
public ToolStripProfessionalRenderer() { }
public ToolStripProfessionalRenderer(System.Windows.Forms.ProfessionalColorTable professionalColorTable) { }
public System.Windows.Forms.ProfessionalColorTable ColorTable { get { throw null; } }
public bool RoundedEdges { get { throw null; } set { } }
protected override void OnRenderArrow(System.Windows.Forms.ToolStripArrowRenderEventArgs e) { }
protected override void OnRenderButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
protected override void OnRenderDropDownButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
protected override void OnRenderGrip(System.Windows.Forms.ToolStripGripRenderEventArgs e) { }
protected override void OnRenderImageMargin(System.Windows.Forms.ToolStripRenderEventArgs e) { }
protected override void OnRenderItemCheck(System.Windows.Forms.ToolStripItemImageRenderEventArgs e) { }
protected override void OnRenderItemImage(System.Windows.Forms.ToolStripItemImageRenderEventArgs e) { }
protected override void OnRenderItemText(System.Windows.Forms.ToolStripItemTextRenderEventArgs e) { }
protected override void OnRenderLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
protected override void OnRenderMenuItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
protected override void OnRenderOverflowButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
protected override void OnRenderSeparator(System.Windows.Forms.ToolStripSeparatorRenderEventArgs e) { }
protected override void OnRenderSplitButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
protected override void OnRenderToolStripBackground(System.Windows.Forms.ToolStripRenderEventArgs e) { }
protected override void OnRenderToolStripBorder(System.Windows.Forms.ToolStripRenderEventArgs e) { }
protected override void OnRenderToolStripContentPanelBackground(System.Windows.Forms.ToolStripContentPanelRenderEventArgs e) { }
protected override void OnRenderToolStripPanelBackground(System.Windows.Forms.ToolStripPanelRenderEventArgs e) { }
protected override void OnRenderToolStripStatusLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
}
[System.ComponentModel.DefaultPropertyAttribute("Value")]
public partial class ToolStripProgressBar : System.Windows.Forms.ToolStripControlHost
{
public ToolStripProgressBar() : base (default(System.Windows.Forms.Control)) { }
public ToolStripProgressBar(string name) : base (default(System.Windows.Forms.Control)) { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
protected internal override System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(100)]
public int MarqueeAnimationSpeed { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(100)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public int Maximum { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(0)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public int Minimum { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.ProgressBar ProgressBar { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.LocalizableAttribute(true)]
public virtual bool RightToLeftLayout { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(10)]
public int Step { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.ProgressBarStyle.Blocks)]
public System.Windows.Forms.ProgressBarStyle Style { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override string Text { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(0)]
public int Value { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.KeyEventHandler KeyDown { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.KeyPressEventHandler KeyPress { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.KeyEventHandler KeyUp { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler LocationChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler OwnerChanged { add { } remove { } }
public event System.EventHandler RightToLeftLayoutChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler TextChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler Validated { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.ComponentModel.CancelEventHandler Validating { add { } remove { } }
public void Increment(int value) { }
protected virtual void OnRightToLeftLayoutChanged(System.EventArgs e) { }
protected override void OnSubscribeControlEvents(System.Windows.Forms.Control control) { }
protected override void OnUnsubscribeControlEvents(System.Windows.Forms.Control control) { }
public void PerformStep() { }
}
public abstract partial class ToolStripRenderer
{
protected ToolStripRenderer() { }
public event System.Windows.Forms.ToolStripArrowRenderEventHandler RenderArrow { add { } remove { } }
public event System.Windows.Forms.ToolStripItemRenderEventHandler RenderButtonBackground { add { } remove { } }
public event System.Windows.Forms.ToolStripItemRenderEventHandler RenderDropDownButtonBackground { add { } remove { } }
public event System.Windows.Forms.ToolStripGripRenderEventHandler RenderGrip { add { } remove { } }
public event System.Windows.Forms.ToolStripRenderEventHandler RenderImageMargin { add { } remove { } }
public event System.Windows.Forms.ToolStripItemRenderEventHandler RenderItemBackground { add { } remove { } }
public event System.Windows.Forms.ToolStripItemImageRenderEventHandler RenderItemCheck { add { } remove { } }
public event System.Windows.Forms.ToolStripItemImageRenderEventHandler RenderItemImage { add { } remove { } }
public event System.Windows.Forms.ToolStripItemTextRenderEventHandler RenderItemText { add { } remove { } }
public event System.Windows.Forms.ToolStripItemRenderEventHandler RenderLabelBackground { add { } remove { } }
public event System.Windows.Forms.ToolStripItemRenderEventHandler RenderMenuItemBackground { add { } remove { } }
public event System.Windows.Forms.ToolStripItemRenderEventHandler RenderOverflowButtonBackground { add { } remove { } }
public event System.Windows.Forms.ToolStripSeparatorRenderEventHandler RenderSeparator { add { } remove { } }
public event System.Windows.Forms.ToolStripItemRenderEventHandler RenderSplitButtonBackground { add { } remove { } }
public event System.Windows.Forms.ToolStripRenderEventHandler RenderStatusStripSizingGrip { add { } remove { } }
public event System.Windows.Forms.ToolStripRenderEventHandler RenderToolStripBackground { add { } remove { } }
public event System.Windows.Forms.ToolStripRenderEventHandler RenderToolStripBorder { add { } remove { } }
public event System.Windows.Forms.ToolStripContentPanelRenderEventHandler RenderToolStripContentPanelBackground { add { } remove { } }
public event System.Windows.Forms.ToolStripPanelRenderEventHandler RenderToolStripPanelBackground { add { } remove { } }
public event System.Windows.Forms.ToolStripItemRenderEventHandler RenderToolStripStatusLabelBackground { add { } remove { } }
public static System.Drawing.Image CreateDisabledImage(System.Drawing.Image normalImage) { throw null; }
public void DrawArrow(System.Windows.Forms.ToolStripArrowRenderEventArgs e) { }
public void DrawButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
public void DrawDropDownButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
public void DrawGrip(System.Windows.Forms.ToolStripGripRenderEventArgs e) { }
public void DrawImageMargin(System.Windows.Forms.ToolStripRenderEventArgs e) { }
public void DrawItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
public void DrawItemCheck(System.Windows.Forms.ToolStripItemImageRenderEventArgs e) { }
public void DrawItemImage(System.Windows.Forms.ToolStripItemImageRenderEventArgs e) { }
public void DrawItemText(System.Windows.Forms.ToolStripItemTextRenderEventArgs e) { }
public void DrawLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
public void DrawMenuItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
public void DrawOverflowButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
public void DrawSeparator(System.Windows.Forms.ToolStripSeparatorRenderEventArgs e) { }
public void DrawSplitButton(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
public void DrawStatusStripSizingGrip(System.Windows.Forms.ToolStripRenderEventArgs e) { }
public void DrawToolStripBackground(System.Windows.Forms.ToolStripRenderEventArgs e) { }
public void DrawToolStripBorder(System.Windows.Forms.ToolStripRenderEventArgs e) { }
public void DrawToolStripContentPanelBackground(System.Windows.Forms.ToolStripContentPanelRenderEventArgs e) { }
public void DrawToolStripPanelBackground(System.Windows.Forms.ToolStripPanelRenderEventArgs e) { }
public void DrawToolStripStatusLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
protected internal virtual void Initialize(System.Windows.Forms.ToolStrip toolStrip) { }
protected internal virtual void InitializeContentPanel(System.Windows.Forms.ToolStripContentPanel contentPanel) { }
protected internal virtual void InitializeItem(System.Windows.Forms.ToolStripItem item) { }
protected internal virtual void InitializePanel(System.Windows.Forms.ToolStripPanel toolStripPanel) { }
protected virtual void OnRenderArrow(System.Windows.Forms.ToolStripArrowRenderEventArgs e) { }
protected virtual void OnRenderButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
protected virtual void OnRenderDropDownButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
protected virtual void OnRenderGrip(System.Windows.Forms.ToolStripGripRenderEventArgs e) { }
protected virtual void OnRenderImageMargin(System.Windows.Forms.ToolStripRenderEventArgs e) { }
protected virtual void OnRenderItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
protected virtual void OnRenderItemCheck(System.Windows.Forms.ToolStripItemImageRenderEventArgs e) { }
protected virtual void OnRenderItemImage(System.Windows.Forms.ToolStripItemImageRenderEventArgs e) { }
protected virtual void OnRenderItemText(System.Windows.Forms.ToolStripItemTextRenderEventArgs e) { }
protected virtual void OnRenderLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
protected virtual void OnRenderMenuItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
protected virtual void OnRenderOverflowButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
protected virtual void OnRenderSeparator(System.Windows.Forms.ToolStripSeparatorRenderEventArgs e) { }
protected virtual void OnRenderSplitButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
protected virtual void OnRenderStatusStripSizingGrip(System.Windows.Forms.ToolStripRenderEventArgs e) { }
protected virtual void OnRenderToolStripBackground(System.Windows.Forms.ToolStripRenderEventArgs e) { }
protected virtual void OnRenderToolStripBorder(System.Windows.Forms.ToolStripRenderEventArgs e) { }
protected virtual void OnRenderToolStripContentPanelBackground(System.Windows.Forms.ToolStripContentPanelRenderEventArgs e) { }
protected virtual void OnRenderToolStripPanelBackground(System.Windows.Forms.ToolStripPanelRenderEventArgs e) { }
protected virtual void OnRenderToolStripStatusLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
}
public partial class ToolStripRenderEventArgs : System.EventArgs
{
public ToolStripRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStrip toolStrip) { }
public ToolStripRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStrip toolStrip, System.Drawing.Rectangle affectedBounds, System.Drawing.Color backColor) { }
public System.Drawing.Rectangle AffectedBounds { get { throw null; } }
public System.Drawing.Color BackColor { get { throw null; } }
public System.Drawing.Rectangle ConnectedArea { get { throw null; } }
public System.Drawing.Graphics Graphics { get { throw null; } }
public System.Windows.Forms.ToolStrip ToolStrip { get { throw null; } }
}
public delegate void ToolStripRenderEventHandler(object sender, System.Windows.Forms.ToolStripRenderEventArgs e);
public enum ToolStripRenderMode
{
[System.ComponentModel.BrowsableAttribute(false)]
Custom = 0,
ManagerRenderMode = 3,
Professional = 2,
System = 1,
}
[System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute(System.Windows.Forms.Design.ToolStripItemDesignerAvailability.ContextMenuStrip | System.Windows.Forms.Design.ToolStripItemDesignerAvailability.ToolStrip)]
public partial class ToolStripSeparator : System.Windows.Forms.ToolStripItem
{
public ToolStripSeparator() { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool AutoToolTip { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
public override bool CanSelect { get { throw null; } }
protected internal override System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.ToolStripItemDisplayStyle DisplayStyle { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool DoubleClickEnabled { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override bool Enabled { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Font Font { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Image Image { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Drawing.ContentAlignment ImageAlign { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public new int ImageIndex { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new string ImageKey { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.ToolStripItemImageScaling ImageScaling { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Drawing.Color ImageTransparentColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool RightToLeftAutoMirrorImage { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override string Text { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Drawing.ContentAlignment TextAlign { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.ToolStripTextDirection.Horizontal)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.ToolStripTextDirection TextDirection { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.TextImageRelation TextImageRelation { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new string ToolTipText { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler DisplayStyleChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler EnabledChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler TextChanged { add { } remove { } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
public override System.Drawing.Size GetPreferredSize(System.Drawing.Size constrainingSize) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
protected override void OnFontChanged(System.EventArgs e) { }
protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
protected internal override void SetBounds(System.Drawing.Rectangle rect) { }
}
public partial class ToolStripSeparatorRenderEventArgs : System.Windows.Forms.ToolStripItemRenderEventArgs
{
public ToolStripSeparatorRenderEventArgs(System.Drawing.Graphics g, System.Windows.Forms.ToolStripSeparator separator, bool vertical) : base (default(System.Drawing.Graphics), default(System.Windows.Forms.ToolStripItem)) { }
public bool Vertical { get { throw null; } }
}
public delegate void ToolStripSeparatorRenderEventHandler(object sender, System.Windows.Forms.ToolStripSeparatorRenderEventArgs e);
[System.ComponentModel.DefaultEventAttribute("ButtonClick")]
[System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute(System.Windows.Forms.Design.ToolStripItemDesignerAvailability.StatusStrip | System.Windows.Forms.Design.ToolStripItemDesignerAvailability.ToolStrip)]
public partial class ToolStripSplitButton : System.Windows.Forms.ToolStripDropDownItem
{
public ToolStripSplitButton() { }
public ToolStripSplitButton(System.Drawing.Image image) { }
public ToolStripSplitButton(string text) { }
public ToolStripSplitButton(string text, System.Drawing.Image image) { }
public ToolStripSplitButton(string text, System.Drawing.Image image, System.EventHandler onClick) { }
public ToolStripSplitButton(string text, System.Drawing.Image image, System.EventHandler onClick, string name) { }
public ToolStripSplitButton(string text, System.Drawing.Image image, params System.Windows.Forms.ToolStripItem[] dropDownItems) { }
[System.ComponentModel.DefaultValueAttribute(true)]
public new bool AutoToolTip { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Drawing.Rectangle ButtonBounds { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public bool ButtonPressed { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public bool ButtonSelected { get { throw null; } }
protected override bool DefaultAutoToolTip { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(null)]
public System.Windows.Forms.ToolStripItem DefaultItem { get { throw null; } set { } }
protected internal override bool DismissWhenClicked { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Drawing.Rectangle DropDownButtonBounds { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public bool DropDownButtonPressed { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public bool DropDownButtonSelected { get { throw null; } }
public int DropDownButtonWidth { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Drawing.Rectangle SplitterBounds { get { throw null; } }
public event System.EventHandler ButtonClick { add { } remove { } }
public event System.EventHandler ButtonDoubleClick { add { } remove { } }
public event System.EventHandler DefaultItemChanged { add { } remove { } }
protected override System.Windows.Forms.AccessibleObject CreateAccessibilityInstance() { throw null; }
protected override System.Windows.Forms.ToolStripDropDown CreateDefaultDropDown() { throw null; }
public override System.Drawing.Size GetPreferredSize(System.Drawing.Size constrainingSize) { throw null; }
protected virtual void OnButtonClick(System.EventArgs e) { }
public virtual void OnButtonDoubleClick(System.EventArgs e) { }
protected virtual void OnDefaultItemChanged(System.EventArgs e) { }
protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { }
protected override void OnMouseLeave(System.EventArgs e) { }
protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs e) { }
protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
protected override void OnRightToLeftChanged(System.EventArgs e) { }
public void PerformButtonClick() { }
protected internal override bool ProcessDialogKey(System.Windows.Forms.Keys keyData) { throw null; }
protected internal override bool ProcessMnemonic(char charCode) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public virtual void ResetDropDownButtonWidth() { }
public partial class ToolStripSplitButtonAccessibleObject : System.Windows.Forms.ToolStripItem.ToolStripItemAccessibleObject
{
public ToolStripSplitButtonAccessibleObject(System.Windows.Forms.ToolStripSplitButton item) : base (default(System.Windows.Forms.ToolStripItem)) { }
public override void DoDefaultAction() { }
}
}
[System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute(System.Windows.Forms.Design.ToolStripItemDesignerAvailability.StatusStrip)]
public partial class ToolStripStatusLabel : System.Windows.Forms.ToolStripLabel
{
public ToolStripStatusLabel() { }
public ToolStripStatusLabel(System.Drawing.Image image) { }
public ToolStripStatusLabel(string text) { }
public ToolStripStatusLabel(string text, System.Drawing.Image image) { }
public ToolStripStatusLabel(string text, System.Drawing.Image image, System.EventHandler onClick) { }
public ToolStripStatusLabel(string text, System.Drawing.Image image, System.EventHandler onClick, string name) { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public new System.Windows.Forms.ToolStripItemAlignment Alignment { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.ToolStripStatusLabelBorderSides.None)]
public System.Windows.Forms.ToolStripStatusLabelBorderSides BorderSides { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.Border3DStyle.Flat)]
public System.Windows.Forms.Border3DStyle BorderStyle { get { throw null; } set { } }
protected internal override System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool Spring { get { throw null; } set { } }
public override System.Drawing.Size GetPreferredSize(System.Drawing.Size constrainingSize) { throw null; }
protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
}
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.BorderSidesEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.FlagsAttribute]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public enum ToolStripStatusLabelBorderSides
{
All = 15,
Bottom = 8,
Left = 1,
None = 0,
Right = 4,
Top = 2,
}
public partial class ToolStripSystemRenderer : System.Windows.Forms.ToolStripRenderer
{
public ToolStripSystemRenderer() { }
protected override void OnRenderButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
protected override void OnRenderDropDownButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
protected override void OnRenderGrip(System.Windows.Forms.ToolStripGripRenderEventArgs e) { }
protected override void OnRenderImageMargin(System.Windows.Forms.ToolStripRenderEventArgs e) { }
protected override void OnRenderItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
protected override void OnRenderLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
protected override void OnRenderMenuItemBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
protected override void OnRenderOverflowButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
protected override void OnRenderSeparator(System.Windows.Forms.ToolStripSeparatorRenderEventArgs e) { }
protected override void OnRenderSplitButtonBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
protected override void OnRenderToolStripBackground(System.Windows.Forms.ToolStripRenderEventArgs e) { }
protected override void OnRenderToolStripBorder(System.Windows.Forms.ToolStripRenderEventArgs e) { }
protected override void OnRenderToolStripStatusLabelBackground(System.Windows.Forms.ToolStripItemRenderEventArgs e) { }
}
[System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute(System.Windows.Forms.Design.ToolStripItemDesignerAvailability.ContextMenuStrip | System.Windows.Forms.Design.ToolStripItemDesignerAvailability.MenuStrip | System.Windows.Forms.Design.ToolStripItemDesignerAvailability.ToolStrip)]
public partial class ToolStripTextBox : System.Windows.Forms.ToolStripControlHost
{
public ToolStripTextBox() : base (default(System.Windows.Forms.Control)) { }
public ToolStripTextBox(string name) : base (default(System.Windows.Forms.Control)) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public ToolStripTextBox(System.Windows.Forms.Control c) : base (default(System.Windows.Forms.Control)) { }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool AcceptsReturn { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool AcceptsTab { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ListControlStringCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
[System.ComponentModel.LocalizableAttribute(true)]
[System.MonoTODOAttribute("AutoCompletion algorithm is currently not implemented.")]
public System.Windows.Forms.AutoCompleteStringCollection AutoCompleteCustomSource { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.AutoCompleteMode.None)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
[System.MonoTODOAttribute("AutoCompletion algorithm is currently not implemented.")]
public System.Windows.Forms.AutoCompleteMode AutoCompleteMode { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.AutoCompleteSource.None)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
[System.MonoTODOAttribute("AutoCompletion algorithm is currently not implemented.")]
public System.Windows.Forms.AutoCompleteSource AutoCompleteSource { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.BorderStyle.Fixed3D)]
[System.Runtime.InteropServices.DispIdAttribute(-504)]
public System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public bool CanUndo { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.CharacterCasing.Normal)]
public System.Windows.Forms.CharacterCasing CharacterCasing { get { throw null; } set { } }
protected internal override System.Windows.Forms.Padding DefaultMargin { get { throw null; } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool HideSelection { get { throw null; } set { } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.StringArrayEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.LocalizableAttribute(true)]
public string[] Lines { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(32767)]
[System.ComponentModel.LocalizableAttribute(true)]
public int MaxLength { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public bool Modified { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public bool Multiline { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool ReadOnly { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public string SelectedText { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public int SelectionLength { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public int SelectionStart { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool ShortcutsEnabled { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.TextBox TextBox { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.HorizontalAlignment.Left)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.HorizontalAlignment TextBoxTextAlign { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public int TextLength { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(true)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ComponentModel.LocalizableAttribute(true)]
public bool WordWrap { get { throw null; } set { } }
public event System.EventHandler AcceptsTabChanged { add { } remove { } }
public event System.EventHandler BorderStyleChanged { add { } remove { } }
public event System.EventHandler HideSelectionChanged { add { } remove { } }
public event System.EventHandler ModifiedChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public event System.EventHandler MultilineChanged { add { } remove { } }
public event System.EventHandler ReadOnlyChanged { add { } remove { } }
public event System.EventHandler TextBoxTextAlignChanged { add { } remove { } }
public void AppendText(string text) { }
public void Clear() { }
public void ClearUndo() { }
public void Copy() { }
public void Cut() { }
public void DeselectAll() { }
public char GetCharFromPosition(System.Drawing.Point pt) { throw null; }
public int GetCharIndexFromPosition(System.Drawing.Point pt) { throw null; }
public int GetFirstCharIndexFromLine(int lineNumber) { throw null; }
public int GetFirstCharIndexOfCurrentLine() { throw null; }
public int GetLineFromCharIndex(int index) { throw null; }
public System.Drawing.Point GetPositionFromCharIndex(int index) { throw null; }
public override System.Drawing.Size GetPreferredSize(System.Drawing.Size constrainingSize) { throw null; }
protected virtual void OnAcceptsTabChanged(System.EventArgs e) { }
protected virtual void OnBorderStyleChanged(System.EventArgs e) { }
protected virtual void OnHideSelectionChanged(System.EventArgs e) { }
protected virtual void OnModifiedChanged(System.EventArgs e) { }
protected virtual void OnMultilineChanged(System.EventArgs e) { }
protected virtual void OnReadOnlyChanged(System.EventArgs e) { }
protected override void OnSubscribeControlEvents(System.Windows.Forms.Control control) { }
protected override void OnUnsubscribeControlEvents(System.Windows.Forms.Control control) { }
public void Paste() { }
public void ScrollToCaret() { }
public void Select(int start, int length) { }
public void SelectAll() { }
public void Undo() { }
}
public enum ToolStripTextDirection
{
Horizontal = 1,
Inherit = 0,
Vertical270 = 3,
Vertical90 = 2,
}
[System.ComponentModel.DefaultEventAttribute("Popup")]
[System.ComponentModel.ProvidePropertyAttribute("ToolTip", typeof(System.Windows.Forms.Control))]
[System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms", System.ComponentModel.ToolboxItemFilterType.Allow)]
public partial class ToolTip : System.ComponentModel.Component, System.ComponentModel.IExtenderProvider
{
public ToolTip() { }
public ToolTip(System.ComponentModel.IContainer cont) { }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool Active { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(500)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public int AutomaticDelay { get { throw null; } set { } }
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public int AutoPopDelay { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("Color [Info]")]
public System.Drawing.Color BackColor { get { throw null; } set { } }
protected virtual System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute("Color [InfoText]")]
public System.Drawing.Color ForeColor { get { throw null; } set { } }
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public int InitialDelay { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool IsBalloon { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool OwnerDraw { get { throw null; } set { } }
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public int ReshowDelay { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool ShowAlways { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(false)]
public bool StripAmpersands { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(false)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
public object Tag { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.ToolTipIcon.None)]
public System.Windows.Forms.ToolTipIcon ToolTipIcon { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
public string ToolTipTitle { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(true)]
public bool UseAnimation { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(true)]
public bool UseFading { get { throw null; } set { } }
public event System.Windows.Forms.DrawToolTipEventHandler Draw { add { } remove { } }
public event System.Windows.Forms.PopupEventHandler Popup { add { } remove { } }
public bool CanExtend(object target) { throw null; }
protected override void Dispose(bool disposing) { }
~ToolTip() { }
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.EditorAttribute("System.ComponentModel.Design.MultilineStringEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[System.ComponentModel.LocalizableAttribute(true)]
public string GetToolTip(System.Windows.Forms.Control control) { throw null; }
public void Hide(System.Windows.Forms.IWin32Window win) { }
public void RemoveAll() { }
public void SetToolTip(System.Windows.Forms.Control control, string caption) { }
public void Show(string text, System.Windows.Forms.IWin32Window window) { }
public void Show(string text, System.Windows.Forms.IWin32Window window, System.Drawing.Point point) { }
public void Show(string text, System.Windows.Forms.IWin32Window window, System.Drawing.Point point, int duration) { }
public void Show(string text, System.Windows.Forms.IWin32Window window, int duration) { }
public void Show(string text, System.Windows.Forms.IWin32Window window, int x, int y) { }
public void Show(string text, System.Windows.Forms.IWin32Window window, int x, int y, int duration) { }
protected void StopTimer() { }
public override string ToString() { throw null; }
}
public enum ToolTipIcon
{
Error = 3,
Info = 1,
None = 0,
Warning = 2,
}
[System.ComponentModel.DefaultBindingPropertyAttribute("Value")]
[System.ComponentModel.DefaultEventAttribute("Scroll")]
[System.ComponentModel.DefaultPropertyAttribute("Value")]
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.TrackBarDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class TrackBar : System.Windows.Forms.Control, System.ComponentModel.ISupportInitialize
{
public TrackBar() { }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(true)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Visible)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public override bool AutoSize { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
protected override System.Windows.Forms.ImeMode DefaultImeMode { get { throw null; } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
protected override bool DoubleBuffered { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Font Font { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Color ForeColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(5)]
public int LargeChange { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(10)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public int Maximum { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(0)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.All)]
public int Minimum { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.Orientation.Horizontal)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.Orientation Orientation { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.LocalizableAttribute(true)]
public virtual bool RightToLeftLayout { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(1)]
public int SmallChange { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(false)]
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override string Text { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(1)]
public int TickFrequency { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.TickStyle.BottomRight)]
public System.Windows.Forms.TickStyle TickStyle { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(0)]
public int Value { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public new event System.EventHandler AutoSizeChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler Click { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler DoubleClick { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler FontChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler ForeColorChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler ImeModeChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.MouseEventHandler MouseClick { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.MouseEventHandler MouseDoubleClick { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler PaddingChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
public event System.EventHandler RightToLeftLayoutChanged { add { } remove { } }
public event System.EventHandler Scroll { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler TextChanged { add { } remove { } }
public event System.EventHandler ValueChanged { add { } remove { } }
public void BeginInit() { }
protected override void CreateHandle() { }
public void EndInit() { }
protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
protected override void OnBackColorChanged(System.EventArgs e) { }
protected override void OnHandleCreated(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void OnMouseWheel(System.Windows.Forms.MouseEventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnRightToLeftLayoutChanged(System.EventArgs e) { }
protected virtual void OnScroll(System.EventArgs e) { }
protected override void OnSystemColorsChanged(System.EventArgs e) { }
protected virtual void OnValueChanged(System.EventArgs e) { }
protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
public void SetRange(int minValue, int maxValue) { }
public override string ToString() { throw null; }
protected override void WndProc(ref System.Windows.Forms.Message m) { }
}
public sealed partial class TrackBarRenderer
{
internal TrackBarRenderer() { }
public static bool IsSupported { get { throw null; } }
public static void DrawBottomPointingThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.TrackBarThumbState state) { }
public static void DrawHorizontalThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.TrackBarThumbState state) { }
public static void DrawHorizontalTicks(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, int numTicks, System.Windows.Forms.VisualStyles.EdgeStyle edgeStyle) { }
public static void DrawHorizontalTrack(System.Drawing.Graphics g, System.Drawing.Rectangle bounds) { }
public static void DrawLeftPointingThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.TrackBarThumbState state) { }
public static void DrawRightPointingThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.TrackBarThumbState state) { }
public static void DrawTopPointingThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.TrackBarThumbState state) { }
public static void DrawVerticalThumb(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.TrackBarThumbState state) { }
public static void DrawVerticalTicks(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, int numTicks, System.Windows.Forms.VisualStyles.EdgeStyle edgeStyle) { }
public static void DrawVerticalTrack(System.Drawing.Graphics g, System.Drawing.Rectangle bounds) { }
public static System.Drawing.Size GetBottomPointingThumbSize(System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.TrackBarThumbState state) { throw null; }
public static System.Drawing.Size GetLeftPointingThumbSize(System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.TrackBarThumbState state) { throw null; }
public static System.Drawing.Size GetRightPointingThumbSize(System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.TrackBarThumbState state) { throw null; }
public static System.Drawing.Size GetTopPointingThumbSize(System.Drawing.Graphics g, System.Windows.Forms.VisualStyles.TrackBarThumbState state) { throw null; }
}
[System.ComponentModel.DefaultPropertyAttribute("Text")]
[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.TreeNodeConverter))]
[System.SerializableAttribute]
public partial class TreeNode : System.MarshalByRefObject, System.ICloneable, System.Runtime.Serialization.ISerializable
{
public TreeNode() { }
protected TreeNode(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext context) { }
public TreeNode(string text) { }
public TreeNode(string text, int imageIndex, int selectedImageIndex) { }
public TreeNode(string text, int imageIndex, int selectedImageIndex, System.Windows.Forms.TreeNode[] children) { }
public TreeNode(string text, System.Windows.Forms.TreeNode[] children) { }
public System.Drawing.Color BackColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Drawing.Rectangle Bounds { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool Checked { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
public virtual System.Windows.Forms.ContextMenu ContextMenu { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
public virtual System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Windows.Forms.TreeNode FirstNode { get { throw null; } }
public System.Drawing.Color ForeColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public string FullPath { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.IntPtr Handle { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(-1)]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.TreeViewImageIndexConverter))]
[System.Windows.Forms.RelatedImageListAttribute("TreeView.ImageList")]
public int ImageIndex { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.TreeViewImageKeyConverter))]
[System.Windows.Forms.RelatedImageListAttribute("TreeView.ImageList")]
public string ImageKey { get { throw null; } set { } }
public int Index { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public bool IsEditing { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public bool IsExpanded { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public bool IsSelected { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public bool IsVisible { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Windows.Forms.TreeNode LastNode { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public int Level { get { throw null; } }
public string Name { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Windows.Forms.TreeNode NextNode { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Windows.Forms.TreeNode NextVisibleNode { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Drawing.Font NodeFont { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.ListBindableAttribute(false)]
public System.Windows.Forms.TreeNodeCollection Nodes { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Windows.Forms.TreeNode Parent { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Windows.Forms.TreeNode PrevNode { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Windows.Forms.TreeNode PrevVisibleNode { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(-1)]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.TreeViewImageIndexConverter))]
[System.Windows.Forms.RelatedImageListAttribute("TreeView.ImageList")]
public int SelectedImageIndex { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.TreeViewImageKeyConverter))]
[System.Windows.Forms.RelatedImageListAttribute("TreeView.ImageList")]
public string SelectedImageKey { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(-1)]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
[System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.NoneExcludedImageIndexConverter")]
[System.Windows.Forms.RelatedImageListAttribute("TreeView.StateImageList")]
public int StateImageIndex { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageKeyConverter))]
[System.Windows.Forms.RelatedImageListAttribute("TreeView.StateImageList")]
public string StateImageKey { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.LocalizableAttribute(false)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.ComponentModel.StringConverter))]
public object Tag { get { throw null; } set { } }
[System.ComponentModel.LocalizableAttribute(true)]
public string Text { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.LocalizableAttribute(false)]
public string ToolTipText { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public System.Windows.Forms.TreeView TreeView { get { throw null; } }
public void BeginEdit() { }
public virtual object Clone() { throw null; }
public void Collapse() { }
public void Collapse(bool ignoreChildren) { }
protected virtual void Deserialize(System.Runtime.Serialization.SerializationInfo serializationInfo, System.Runtime.Serialization.StreamingContext context) { }
public void EndEdit(bool cancel) { }
public void EnsureVisible() { }
public void Expand() { }
public void ExpandAll() { }
public static System.Windows.Forms.TreeNode FromHandle(System.Windows.Forms.TreeView tree, System.IntPtr handle) { throw null; }
public int GetNodeCount(bool includeSubTrees) { throw null; }
public void Remove() { }
protected virtual void Serialize(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
void System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context) { }
public void Toggle() { }
public override string ToString() { throw null; }
}
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.TreeNodeCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
public partial class TreeNodeCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
{
internal TreeNodeCollection() { }
[System.ComponentModel.BrowsableAttribute(false)]
public int Count { get { throw null; } }
public bool IsReadOnly { get { throw null; } }
public virtual System.Windows.Forms.TreeNode this[int index] { get { throw null; } set { } }
public virtual System.Windows.Forms.TreeNode this[string key] { get { throw null; } }
bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
object System.Collections.ICollection.SyncRoot { get { throw null; } }
bool System.Collections.IList.IsFixedSize { get { throw null; } }
object System.Collections.IList.this[int index] { get { throw null; } set { } }
public virtual System.Windows.Forms.TreeNode Add(string text) { throw null; }
public virtual System.Windows.Forms.TreeNode Add(string key, string text) { throw null; }
public virtual System.Windows.Forms.TreeNode Add(string key, string text, int imageIndex) { throw null; }
public virtual System.Windows.Forms.TreeNode Add(string key, string text, int imageIndex, int selectedImageIndex) { throw null; }
public virtual System.Windows.Forms.TreeNode Add(string key, string text, string imageKey) { throw null; }
public virtual System.Windows.Forms.TreeNode Add(string key, string text, string imageKey, string selectedImageKey) { throw null; }
public virtual int Add(System.Windows.Forms.TreeNode node) { throw null; }
public virtual void AddRange(System.Windows.Forms.TreeNode[] nodes) { }
public virtual void Clear() { }
public bool Contains(System.Windows.Forms.TreeNode node) { throw null; }
public virtual bool ContainsKey(string key) { throw null; }
public void CopyTo(System.Array dest, int index) { }
public System.Windows.Forms.TreeNode[] Find(string key, bool searchAllChildren) { throw null; }
public System.Collections.IEnumerator GetEnumerator() { throw null; }
public int IndexOf(System.Windows.Forms.TreeNode node) { throw null; }
public virtual int IndexOfKey(string key) { throw null; }
public virtual System.Windows.Forms.TreeNode Insert(int index, string text) { throw null; }
public virtual System.Windows.Forms.TreeNode Insert(int index, string key, string text) { throw null; }
public virtual System.Windows.Forms.TreeNode Insert(int index, string key, string text, int imageIndex) { throw null; }
public virtual System.Windows.Forms.TreeNode Insert(int index, string key, string text, int imageIndex, int selectedImageIndex) { throw null; }
public virtual System.Windows.Forms.TreeNode Insert(int index, string key, string text, string imageKey) { throw null; }
public virtual System.Windows.Forms.TreeNode Insert(int index, string key, string text, string imageKey, string selectedImageKey) { throw null; }
public virtual void Insert(int index, System.Windows.Forms.TreeNode node) { }
public void Remove(System.Windows.Forms.TreeNode node) { }
public virtual void RemoveAt(int index) { }
public virtual void RemoveByKey(string key) { }
int System.Collections.IList.Add(object node) { throw null; }
bool System.Collections.IList.Contains(object node) { throw null; }
int System.Collections.IList.IndexOf(object node) { throw null; }
void System.Collections.IList.Insert(int index, object node) { }
void System.Collections.IList.Remove(object node) { }
}
public partial class TreeNodeConverter : System.ComponentModel.TypeConverter
{
public TreeNodeConverter() { }
public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
}
public partial class TreeNodeMouseClickEventArgs : System.Windows.Forms.MouseEventArgs
{
public TreeNodeMouseClickEventArgs(System.Windows.Forms.TreeNode node, System.Windows.Forms.MouseButtons button, int clicks, int x, int y) : base (default(System.Windows.Forms.MouseButtons), default(int), default(int), default(int), default(int)) { }
public System.Windows.Forms.TreeNode Node { get { throw null; } }
}
public delegate void TreeNodeMouseClickEventHandler(object sender, System.Windows.Forms.TreeNodeMouseClickEventArgs e);
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class TreeNodeMouseHoverEventArgs : System.EventArgs
{
public TreeNodeMouseHoverEventArgs(System.Windows.Forms.TreeNode node) { }
public System.Windows.Forms.TreeNode Node { get { throw null; } }
}
public delegate void TreeNodeMouseHoverEventHandler(object sender, System.Windows.Forms.TreeNodeMouseHoverEventArgs e);
[System.FlagsAttribute]
public enum TreeNodeStates
{
Checked = 8,
Default = 32,
Focused = 16,
Grayed = 2,
Hot = 64,
Indeterminate = 256,
Marked = 128,
Selected = 1,
ShowKeyboardCues = 512,
}
[System.ComponentModel.DefaultEventAttribute("AfterSelect")]
[System.ComponentModel.DefaultPropertyAttribute("Nodes")]
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.TreeViewDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.Windows.Forms.DockingAttribute(System.Windows.Forms.DockingBehavior.Ask)]
public partial class TreeView : System.Windows.Forms.Control
{
public TreeView() { }
public override System.Drawing.Color BackColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.BorderStyle.Fixed3D)]
[System.Runtime.InteropServices.DispIdAttribute(-504)]
public System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool CheckBoxes { get { throw null; } set { } }
protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
protected override bool DoubleBuffered { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.TreeViewDrawMode.Normal)]
public System.Windows.Forms.TreeViewDrawMode DrawMode { get { throw null; } set { } }
public override System.Drawing.Color ForeColor { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool FullRowSelect { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool HideSelection { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool HotTracking { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(-1)]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
[System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.NoneExcludedImageIndexConverter")]
[System.Windows.Forms.RelatedImageListAttribute("ImageList")]
public int ImageIndex { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageKeyConverter))]
[System.Windows.Forms.RelatedImageListAttribute("ImageList")]
public string ImageKey { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
public System.Windows.Forms.ImageList ImageList { get { throw null; } set { } }
[System.ComponentModel.LocalizableAttribute(true)]
public int Indent { get { throw null; } set { } }
public int ItemHeight { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool LabelEdit { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("Color [Black]")]
public System.Drawing.Color LineColor { get { throw null; } set { } }
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Content)]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.MergablePropertyAttribute(false)]
public System.Windows.Forms.TreeNodeCollection Nodes { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("\\")]
public string PathSeparator { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.LocalizableAttribute(true)]
public virtual bool RightToLeftLayout { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool Scrollable { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(-1)]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.NoneExcludedImageIndexConverter")]
[System.Windows.Forms.RelatedImageListAttribute("ImageList")]
public int SelectedImageIndex { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute("")]
[System.ComponentModel.EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.LocalizableAttribute(true)]
[System.ComponentModel.RefreshPropertiesAttribute(System.ComponentModel.RefreshProperties.Repaint)]
[System.ComponentModel.TypeConverterAttribute(typeof(System.Windows.Forms.ImageKeyConverter))]
[System.Windows.Forms.RelatedImageListAttribute("ImageList")]
public string SelectedImageKey { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.TreeNode SelectedNode { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool ShowLines { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool ShowNodeToolTips { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool ShowPlusMinus { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool ShowRootLines { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DefaultValueAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public bool Sorted { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(null)]
public System.Windows.Forms.ImageList StateImageList { get { throw null; } set { } }
[System.ComponentModel.BindableAttribute(false)]
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override string Text { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.TreeNode TopNode { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Collections.IComparer TreeViewNodeSorter { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public int VisibleCount { get { throw null; } }
public event System.Windows.Forms.TreeViewEventHandler AfterCheck { add { } remove { } }
public event System.Windows.Forms.TreeViewEventHandler AfterCollapse { add { } remove { } }
public event System.Windows.Forms.TreeViewEventHandler AfterExpand { add { } remove { } }
public event System.Windows.Forms.NodeLabelEditEventHandler AfterLabelEdit { add { } remove { } }
public event System.Windows.Forms.TreeViewEventHandler AfterSelect { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
public event System.Windows.Forms.TreeViewCancelEventHandler BeforeCheck { add { } remove { } }
public event System.Windows.Forms.TreeViewCancelEventHandler BeforeCollapse { add { } remove { } }
public event System.Windows.Forms.TreeViewCancelEventHandler BeforeExpand { add { } remove { } }
public event System.Windows.Forms.NodeLabelEditEventHandler BeforeLabelEdit { add { } remove { } }
public event System.Windows.Forms.TreeViewCancelEventHandler BeforeSelect { add { } remove { } }
public event System.Windows.Forms.DrawTreeNodeEventHandler DrawNode { add { } remove { } }
public event System.Windows.Forms.ItemDragEventHandler ItemDrag { add { } remove { } }
public event System.Windows.Forms.TreeNodeMouseClickEventHandler NodeMouseClick { add { } remove { } }
public event System.Windows.Forms.TreeNodeMouseClickEventHandler NodeMouseDoubleClick { add { } remove { } }
public event System.Windows.Forms.TreeNodeMouseHoverEventHandler NodeMouseHover { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler PaddingChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
public event System.EventHandler RightToLeftLayoutChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler TextChanged { add { } remove { } }
public void BeginUpdate() { }
public void CollapseAll() { }
protected override void CreateHandle() { }
protected override void Dispose(bool disposing) { }
public void EndUpdate() { }
public void ExpandAll() { }
protected System.Windows.Forms.OwnerDrawPropertyBag GetItemRenderStyles(System.Windows.Forms.TreeNode node, int state) { throw null; }
public System.Windows.Forms.TreeNode GetNodeAt(System.Drawing.Point pt) { throw null; }
public System.Windows.Forms.TreeNode GetNodeAt(int x, int y) { throw null; }
public int GetNodeCount(bool includeSubTrees) { throw null; }
public System.Windows.Forms.TreeViewHitTestInfo HitTest(System.Drawing.Point pt) { throw null; }
public System.Windows.Forms.TreeViewHitTestInfo HitTest(int x, int y) { throw null; }
protected override bool IsInputKey(System.Windows.Forms.Keys keyData) { throw null; }
protected internal virtual void OnAfterCheck(System.Windows.Forms.TreeViewEventArgs e) { }
protected internal virtual void OnAfterCollapse(System.Windows.Forms.TreeViewEventArgs e) { }
protected internal virtual void OnAfterExpand(System.Windows.Forms.TreeViewEventArgs e) { }
protected virtual void OnAfterLabelEdit(System.Windows.Forms.NodeLabelEditEventArgs e) { }
protected virtual void OnAfterSelect(System.Windows.Forms.TreeViewEventArgs e) { }
protected internal virtual void OnBeforeCheck(System.Windows.Forms.TreeViewCancelEventArgs e) { }
protected internal virtual void OnBeforeCollapse(System.Windows.Forms.TreeViewCancelEventArgs e) { }
protected internal virtual void OnBeforeExpand(System.Windows.Forms.TreeViewCancelEventArgs e) { }
protected virtual void OnBeforeLabelEdit(System.Windows.Forms.NodeLabelEditEventArgs e) { }
protected virtual void OnBeforeSelect(System.Windows.Forms.TreeViewCancelEventArgs e) { }
protected virtual void OnDrawNode(System.Windows.Forms.DrawTreeNodeEventArgs e) { }
protected override void OnHandleCreated(System.EventArgs e) { }
protected override void OnHandleDestroyed(System.EventArgs e) { }
protected virtual void OnItemDrag(System.Windows.Forms.ItemDragEventArgs e) { }
protected override void OnKeyDown(System.Windows.Forms.KeyEventArgs e) { }
protected override void OnKeyPress(System.Windows.Forms.KeyPressEventArgs e) { }
protected override void OnKeyUp(System.Windows.Forms.KeyEventArgs e) { }
protected override void OnMouseHover(System.EventArgs e) { }
protected override void OnMouseLeave(System.EventArgs e) { }
protected virtual void OnNodeMouseClick(System.Windows.Forms.TreeNodeMouseClickEventArgs e) { }
protected virtual void OnNodeMouseDoubleClick(System.Windows.Forms.TreeNodeMouseClickEventArgs e) { }
protected virtual void OnNodeMouseHover(System.Windows.Forms.TreeNodeMouseHoverEventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnRightToLeftLayoutChanged(System.EventArgs e) { }
public void Sort() { }
public override string ToString() { throw null; }
protected override void WndProc(ref System.Windows.Forms.Message m) { }
}
public enum TreeViewAction
{
ByKeyboard = 1,
ByMouse = 2,
Collapse = 3,
Expand = 4,
Unknown = 0,
}
public partial class TreeViewCancelEventArgs : System.ComponentModel.CancelEventArgs
{
public TreeViewCancelEventArgs(System.Windows.Forms.TreeNode node, bool cancel, System.Windows.Forms.TreeViewAction action) { }
public System.Windows.Forms.TreeViewAction Action { get { throw null; } }
public System.Windows.Forms.TreeNode Node { get { throw null; } }
}
public delegate void TreeViewCancelEventHandler(object sender, System.Windows.Forms.TreeViewCancelEventArgs e);
public enum TreeViewDrawMode
{
Normal = 0,
OwnerDrawAll = 2,
OwnerDrawText = 1,
}
public partial class TreeViewEventArgs : System.EventArgs
{
public TreeViewEventArgs(System.Windows.Forms.TreeNode node) { }
public TreeViewEventArgs(System.Windows.Forms.TreeNode node, System.Windows.Forms.TreeViewAction action) { }
public System.Windows.Forms.TreeViewAction Action { get { throw null; } }
public System.Windows.Forms.TreeNode Node { get { throw null; } }
}
public delegate void TreeViewEventHandler(object sender, System.Windows.Forms.TreeViewEventArgs e);
public partial class TreeViewHitTestInfo
{
public TreeViewHitTestInfo(System.Windows.Forms.TreeNode hitNode, System.Windows.Forms.TreeViewHitTestLocations hitLocation) { }
public System.Windows.Forms.TreeViewHitTestLocations Location { get { throw null; } }
public System.Windows.Forms.TreeNode Node { get { throw null; } }
}
[System.FlagsAttribute]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public enum TreeViewHitTestLocations
{
AboveClientArea = 256,
BelowClientArea = 512,
Image = 2,
Indent = 8,
Label = 4,
LeftOfClientArea = 2048,
None = 1,
PlusMinus = 16,
RightOfClientArea = 1024,
RightOfLabel = 32,
StateImage = 64,
}
public partial class TreeViewImageIndexConverter : System.Windows.Forms.ImageIndexConverter
{
public TreeViewImageIndexConverter() { }
protected override bool IncludeNoneAsStandardValue { get { throw null; } }
public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
public override System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context) { throw null; }
}
public partial class TreeViewImageKeyConverter : System.Windows.Forms.ImageKeyConverter
{
public TreeViewImageKeyConverter() { }
public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
}
public partial class TypeValidationEventArgs : System.EventArgs
{
public TypeValidationEventArgs(System.Type validatingType, bool isValidInput, object returnValue, string message) { }
public bool Cancel { get { throw null; } set { } }
public bool IsValidInput { get { throw null; } }
public string Message { get { throw null; } }
public object ReturnValue { get { throw null; } }
public System.Type ValidatingType { get { throw null; } }
}
public delegate void TypeValidationEventHandler(object sender, System.Windows.Forms.TypeValidationEventArgs e);
[System.FlagsAttribute]
public enum UICues
{
Changed = 12,
ChangeFocus = 4,
ChangeKeyboard = 8,
None = 0,
ShowFocus = 1,
ShowKeyboard = 2,
Shown = 3,
}
public partial class UICuesEventArgs : System.EventArgs
{
public UICuesEventArgs(System.Windows.Forms.UICues uicues) { }
public System.Windows.Forms.UICues Changed { get { throw null; } }
public bool ChangeFocus { get { throw null; } }
public bool ChangeKeyboard { get { throw null; } }
public bool ShowFocus { get { throw null; } }
public bool ShowKeyboard { get { throw null; } }
}
public delegate void UICuesEventHandler(object sender, System.Windows.Forms.UICuesEventArgs e);
public enum UnhandledExceptionMode
{
Automatic = 0,
CatchException = 2,
ThrowException = 1,
}
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.UpDownBaseDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public abstract partial class UpDownBase : System.Windows.Forms.ContainerControl
{
public UpDownBase() { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override bool AutoScroll { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Drawing.Size AutoScrollMargin { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Drawing.Size AutoScrollMinSize { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Visible)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public override bool AutoSize { get { throw null; } set { } }
public override System.Drawing.Color BackColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.BorderStyle.Fixed3D)]
[System.Runtime.InteropServices.DispIdAttribute(-504)]
public System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
protected bool ChangingText { get { throw null; } set { } }
public override System.Windows.Forms.ContextMenu ContextMenu { get { throw null; } set { } }
public override System.Windows.Forms.ContextMenuStrip ContextMenuStrip { get { throw null; } set { } }
protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.ScrollableControl.DockPaddingEdges DockPadding { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public override bool Focused { get { throw null; } }
public override System.Drawing.Color ForeColor { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool InterceptArrowKeys { get { throw null; } set { } }
public override System.Drawing.Size MaximumSize { get { throw null; } set { } }
public override System.Drawing.Size MinimumSize { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public int PreferredHeight { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool ReadOnly { get { throw null; } set { } }
[System.ComponentModel.LocalizableAttribute(true)]
public override string Text { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.HorizontalAlignment.Left)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.HorizontalAlignment TextAlign { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.LeftRightAlignment.Right)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.LeftRightAlignment UpDownAlign { get { throw null; } set { } }
protected bool UserEdit { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public new event System.EventHandler AutoSizeChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler MouseEnter { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler MouseHover { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler MouseLeave { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.MouseEventHandler MouseMove { add { } remove { } }
public abstract void DownButton();
protected virtual void OnChanged(object source, System.EventArgs e) { }
protected override void OnFontChanged(System.EventArgs e) { }
protected override void OnHandleCreated(System.EventArgs e) { }
protected override void OnHandleDestroyed(System.EventArgs e) { }
protected override void OnLayout(System.Windows.Forms.LayoutEventArgs e) { }
protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { }
protected override void OnMouseUp(System.Windows.Forms.MouseEventArgs mevent) { }
protected override void OnMouseWheel(System.Windows.Forms.MouseEventArgs e) { }
protected override void OnPaint(System.Windows.Forms.PaintEventArgs e) { }
protected virtual void OnTextBoxKeyDown(object source, System.Windows.Forms.KeyEventArgs e) { }
protected virtual void OnTextBoxKeyPress(object source, System.Windows.Forms.KeyPressEventArgs e) { }
protected virtual void OnTextBoxLostFocus(object source, System.EventArgs e) { }
protected virtual void OnTextBoxResize(object source, System.EventArgs e) { }
protected virtual void OnTextBoxTextChanged(object source, System.EventArgs e) { }
public void Select(int start, int length) { }
public abstract void UpButton();
protected abstract void UpdateEditText();
protected virtual void ValidateEditText() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void WndProc(ref System.Windows.Forms.Message m) { }
}
public partial class UpDownEventArgs : System.EventArgs
{
public UpDownEventArgs(int buttonPushed) { }
public int ButtonID { get { throw null; } }
}
public delegate void UpDownEventHandler(object source, System.Windows.Forms.UpDownEventArgs e);
[System.ComponentModel.DefaultEventAttribute("Load")]
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.ControlDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.UserControlDocumentDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.ComponentModel.Design.IRootDesigner))]
[System.ComponentModel.DesignerCategoryAttribute("UserControl")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class UserControl : System.Windows.Forms.ContainerControl
{
public UserControl() { }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Visible)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public override bool AutoSize { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.AutoSizeMode.GrowOnly)]
[System.ComponentModel.LocalizableAttribute(true)]
public System.Windows.Forms.AutoSizeMode AutoSizeMode { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public override System.Windows.Forms.AutoValidate AutoValidate { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(System.Windows.Forms.BorderStyle.None)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public System.Windows.Forms.BorderStyle BorderStyle { get { throw null; } set { } }
protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
[System.ComponentModel.BindableAttribute(false)]
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override string Text { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public new event System.EventHandler AutoSizeChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public new event System.EventHandler AutoValidateChanged { add { } remove { } }
public event System.EventHandler Load { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler TextChanged { add { } remove { } }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void OnCreateControl() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected virtual void OnLoad(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void OnMouseDown(System.Windows.Forms.MouseEventArgs e) { }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public override bool ValidateChildren() { throw null; }
[System.ComponentModel.BrowsableAttribute(true)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Always)]
public override bool ValidateChildren(System.Windows.Forms.ValidationConstraints validationConstraints) { throw null; }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void WndProc(ref System.Windows.Forms.Message m) { }
}
[System.FlagsAttribute]
public enum ValidationConstraints
{
Enabled = 2,
ImmediateChildren = 16,
None = 0,
Selectable = 1,
TabStop = 8,
Visible = 4,
}
public enum View
{
Details = 1,
LargeIcon = 0,
List = 3,
SmallIcon = 2,
Tile = 4,
}
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class VScrollBar : System.Windows.Forms.ScrollBar
{
public VScrollBar() { }
protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.RightToLeft RightToLeft { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler RightToLeftChanged { add { } remove { } }
}
public partial class VScrollProperties : System.Windows.Forms.ScrollProperties
{
public VScrollProperties(System.Windows.Forms.ScrollableControl container) : base (default(System.Windows.Forms.ScrollableControl)) { }
}
[System.ComponentModel.DefaultEventAttribute("DocumentCompleted")]
[System.ComponentModel.DefaultPropertyAttribute("Url")]
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.WebBrowserDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
[System.Windows.Forms.DockingAttribute(System.Windows.Forms.DockingBehavior.AutoDock)]
public partial class WebBrowser : System.Windows.Forms.WebBrowserBase
{
[System.MonoTODOAttribute("WebBrowser control is only supported on Linux/Windows. No support for OSX.")]
public WebBrowser() { }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool AllowNavigation { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool AllowWebBrowserDrop { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public bool CanGoBack { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public bool CanGoForward { get { throw null; } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.HtmlDocument Document { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.IO.Stream DocumentStream { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public string DocumentText { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public string DocumentTitle { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public string DocumentType { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.WebBrowserEncryptionLevel EncryptionLevel { get { throw null; } }
public override bool Focused { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public bool IsBusy { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public bool IsOffline { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(true)]
[System.MonoTODOAttribute("Stub, not implemented")]
public bool IsWebBrowserContextMenuEnabled { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.MonoTODOAttribute("Stub, not implemented")]
public object ObjectForScripting { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.Padding Padding { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Windows.Forms.WebBrowserReadyState ReadyState { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(false)]
public bool ScriptErrorsSuppressed { get { throw null; } set { } }
[System.ComponentModel.DefaultValueAttribute(true)]
public bool ScrollBarsEnabled { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public virtual string StatusText { get { throw null; } }
[System.ComponentModel.BindableAttribute(true)]
[System.ComponentModel.DefaultValueAttribute(null)]
[System.ComponentModel.TypeConverterAttribute("System.Windows.Forms.WebBrowserUriTypeConverter")]
public System.Uri Url { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public System.Version Version { get { throw null; } }
[System.ComponentModel.DefaultValueAttribute(true)]
[System.MonoTODOAttribute("Stub, not implemented")]
public bool WebBrowserShortcutsEnabled { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
public event System.EventHandler CanGoBackChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
public event System.EventHandler CanGoForwardChanged { add { } remove { } }
public event System.Windows.Forms.WebBrowserDocumentCompletedEventHandler DocumentCompleted { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
public event System.EventHandler DocumentTitleChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
public event System.EventHandler EncryptionLevelChanged { add { } remove { } }
public event System.EventHandler FileDownload { add { } remove { } }
public event System.Windows.Forms.WebBrowserNavigatedEventHandler Navigated { add { } remove { } }
public event System.Windows.Forms.WebBrowserNavigatingEventHandler Navigating { add { } remove { } }
public event System.ComponentModel.CancelEventHandler NewWindow { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.MonoTODOAttribute]
public new event System.EventHandler PaddingChanged { add { } remove { } }
public event System.Windows.Forms.WebBrowserProgressChangedEventHandler ProgressChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
public event System.EventHandler StatusTextChanged { add { } remove { } }
[System.MonoTODOAttribute("Stub, not implemented")]
protected override void AttachInterfaces(object nativeActiveXObject) { }
[System.MonoTODOAttribute("Stub, not implemented")]
protected override void CreateSink() { }
[System.MonoTODOAttribute("Stub, not implemented")]
protected override System.Windows.Forms.WebBrowserSiteBase CreateWebBrowserSiteBase() { throw null; }
[System.MonoTODOAttribute("Stub, not implemented")]
protected override void DetachInterfaces() { }
[System.MonoTODOAttribute("Stub, not implemented")]
protected override void DetachSink() { }
protected override void Dispose(bool disposing) { }
public bool GoBack() { throw null; }
public bool GoForward() { throw null; }
public void GoHome() { }
public void GoSearch() { }
public void Navigate(string urlString) { }
public void Navigate(string urlString, bool newWindow) { }
public void Navigate(string urlString, string targetFrameName) { }
public void Navigate(string urlString, string targetFrameName, byte[] postData, string additionalHeaders) { }
public void Navigate(System.Uri url) { }
public void Navigate(System.Uri url, bool newWindow) { }
public void Navigate(System.Uri url, string targetFrameName) { }
public void Navigate(System.Uri url, string targetFrameName, byte[] postData, string additionalHeaders) { }
protected virtual void OnCanGoBackChanged(System.EventArgs e) { }
protected virtual void OnCanGoForwardChanged(System.EventArgs e) { }
protected virtual void OnDocumentCompleted(System.Windows.Forms.WebBrowserDocumentCompletedEventArgs e) { }
protected virtual void OnDocumentTitleChanged(System.EventArgs e) { }
protected virtual void OnEncryptionLevelChanged(System.EventArgs e) { }
protected virtual void OnFileDownload(System.EventArgs e) { }
protected virtual void OnNavigated(System.Windows.Forms.WebBrowserNavigatedEventArgs e) { }
protected virtual void OnNavigating(System.Windows.Forms.WebBrowserNavigatingEventArgs e) { }
protected virtual void OnNewWindow(System.ComponentModel.CancelEventArgs e) { }
protected virtual void OnProgressChanged(System.Windows.Forms.WebBrowserProgressChangedEventArgs e) { }
protected virtual void OnStatusTextChanged(System.EventArgs e) { }
public void Print() { }
public override void Refresh() { }
public void Refresh(System.Windows.Forms.WebBrowserRefreshOption opt) { }
public void ShowPageSetupDialog() { }
public void ShowPrintDialog() { }
public void ShowPrintPreviewDialog() { }
public void ShowPropertiesDialog() { }
public void ShowSaveAsDialog() { }
public void Stop() { }
protected override void WndProc(ref System.Windows.Forms.Message m) { }
[System.MonoTODOAttribute("Stub, not implemented")]
[System.Runtime.InteropServices.ComVisibleAttribute(false)]
protected partial class WebBrowserSite : System.Windows.Forms.WebBrowserSiteBase
{
[System.MonoTODOAttribute("Stub, not implemented")]
public WebBrowserSite(System.Windows.Forms.WebBrowser host) { }
}
}
[System.ComponentModel.DefaultEventAttribute("Enter")]
[System.ComponentModel.DefaultPropertyAttribute("Name")]
[System.ComponentModel.DesignerAttribute("System.Windows.Forms.Design.AxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.IDesigner")]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class WebBrowserBase : System.Windows.Forms.Control
{
internal WebBrowserBase() { }
protected string status;
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
public object ActiveXInstance { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override bool AllowDrop { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Color BackColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Image BackgroundImage { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.ImageLayout BackgroundImageLayout { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Windows.Forms.Cursor Cursor { get { throw null; } set { } }
protected override System.Drawing.Size DefaultSize { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool Enabled { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Font Font { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override System.Drawing.Color ForeColor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new System.Windows.Forms.ImeMode ImeMode { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
[System.ComponentModel.LocalizableAttribute(false)]
public virtual new System.Windows.Forms.RightToLeft RightToLeft { get { throw null; } set { } }
public override System.ComponentModel.ISite Site { set { } }
[System.ComponentModel.BindableAttribute(false)]
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public override string Text { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new bool UseWaitCursor { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackColorChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BackgroundImageLayoutChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler BindingContextChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.UICuesEventHandler ChangeUICues { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler Click { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler CursorChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler DoubleClick { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.DragEventHandler DragDrop { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.DragEventHandler DragEnter { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler DragLeave { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.DragEventHandler DragOver { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler EnabledChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler Enter { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler FontChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler ForeColorChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.GiveFeedbackEventHandler GiveFeedback { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.HelpEventHandler HelpRequested { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler ImeModeChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.KeyEventHandler KeyDown { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.KeyPressEventHandler KeyPress { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.KeyEventHandler KeyUp { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.LayoutEventHandler Layout { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler Leave { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler MouseCaptureChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.MouseEventHandler MouseClick { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.MouseEventHandler MouseDoubleClick { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.MouseEventHandler MouseDown { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler MouseEnter { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler MouseHover { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler MouseLeave { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.MouseEventHandler MouseMove { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.MouseEventHandler MouseUp { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.MouseEventHandler MouseWheel { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.PaintEventHandler Paint { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.QueryAccessibilityHelpEventHandler QueryAccessibilityHelp { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.Windows.Forms.QueryContinueDragEventHandler QueryContinueDrag { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler RightToLeftChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler StyleChanged { add { } remove { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler TextChanged { add { } remove { } }
protected virtual void AttachInterfaces(object nativeActiveXObject) { }
protected virtual void CreateSink() { }
protected virtual System.Windows.Forms.WebBrowserSiteBase CreateWebBrowserSiteBase() { throw null; }
protected virtual void DetachInterfaces() { }
protected virtual void DetachSink() { }
protected override void Dispose(bool disposing) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new void DrawToBitmap(System.Drawing.Bitmap bitmap, System.Drawing.Rectangle targetBounds) { }
protected override bool IsInputChar(char charCode) { throw null; }
protected override void OnBackColorChanged(System.EventArgs e) { }
protected override void OnFontChanged(System.EventArgs e) { }
protected override void OnForeColorChanged(System.EventArgs e) { }
protected override void OnGotFocus(System.EventArgs e) { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
protected override void OnHandleCreated(System.EventArgs e) { }
protected override void OnLostFocus(System.EventArgs e) { }
protected override void OnParentChanged(System.EventArgs e) { }
protected override void OnRightToLeftChanged(System.EventArgs e) { }
protected override void OnVisibleChanged(System.EventArgs e) { }
public override bool PreProcessMessage(ref System.Windows.Forms.Message msg) { throw null; }
protected override bool ProcessMnemonic(char charCode) { throw null; }
protected override void SetBoundsCore(int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified) { }
protected override void WndProc(ref System.Windows.Forms.Message m) { }
}
public partial class WebBrowserDocumentCompletedEventArgs : System.EventArgs
{
public WebBrowserDocumentCompletedEventArgs(System.Uri url) { }
public System.Uri Url { get { throw null; } }
}
public delegate void WebBrowserDocumentCompletedEventHandler(object sender, System.Windows.Forms.WebBrowserDocumentCompletedEventArgs e);
public enum WebBrowserEncryptionLevel
{
Bit128 = 6,
Bit40 = 3,
Bit56 = 4,
Fortezza = 5,
Insecure = 0,
Mixed = 1,
Unknown = 2,
}
public partial class WebBrowserNavigatedEventArgs : System.EventArgs
{
public WebBrowserNavigatedEventArgs(System.Uri url) { }
public System.Uri Url { get { throw null; } }
}
public delegate void WebBrowserNavigatedEventHandler(object sender, System.Windows.Forms.WebBrowserNavigatedEventArgs e);
public partial class WebBrowserNavigatingEventArgs : System.ComponentModel.CancelEventArgs
{
public WebBrowserNavigatingEventArgs(System.Uri url, string targetFrameName) { }
public string TargetFrameName { get { throw null; } }
public System.Uri Url { get { throw null; } }
}
public delegate void WebBrowserNavigatingEventHandler(object sender, System.Windows.Forms.WebBrowserNavigatingEventArgs e);
public partial class WebBrowserProgressChangedEventArgs : System.EventArgs
{
public WebBrowserProgressChangedEventArgs(long currentProgress, long maximumProgress) { }
public long CurrentProgress { get { throw null; } }
public long MaximumProgress { get { throw null; } }
}
public delegate void WebBrowserProgressChangedEventHandler(object sender, System.Windows.Forms.WebBrowserProgressChangedEventArgs e);
public enum WebBrowserReadyState
{
Complete = 4,
Interactive = 3,
Loaded = 2,
Loading = 1,
Uninitialized = 0,
}
public enum WebBrowserRefreshOption
{
Completely = 3,
Continue = 2,
IfExpired = 1,
Normal = 0,
}
[System.MonoTODOAttribute("Needs Implementation")]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class WebBrowserSiteBase : System.IDisposable
{
internal WebBrowserSiteBase() { }
public void Dispose() { }
protected virtual void Dispose(bool disposing) { }
}
public sealed partial class WindowsFormsSection : System.Configuration.ConfigurationSection
{
public WindowsFormsSection() { }
[System.Configuration.ConfigurationPropertyAttribute("jitDebugging", DefaultValue="False")]
public bool JitDebugging { get { throw null; } set { } }
protected override System.Configuration.ConfigurationPropertyCollection Properties { get { throw null; } }
}
public sealed partial class WindowsFormsSynchronizationContext : System.Threading.SynchronizationContext, System.IDisposable
{
public WindowsFormsSynchronizationContext() { }
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
public static bool AutoInstall { get { throw null; } set { } }
public override System.Threading.SynchronizationContext CreateCopy() { throw null; }
public void Dispose() { }
public override void Post(System.Threading.SendOrPostCallback d, object state) { }
public override void Send(System.Threading.SendOrPostCallback d, object state) { }
public static void Uninstall() { }
}
public enum XLookupStatus
{
XBufferOverflow = -1,
XLookupBoth = 4,
XLookupChars = 2,
XLookupKeySym = 3,
XLookupNone = 1,
}
}
namespace System.Windows.Forms.ComponentModel.Com2Interop
{
public partial class Com2Variant
{
public Com2Variant() { }
}
public partial interface ICom2PropertyPageDisplayService
{
void ShowPropertyPage(string title, object component, int dispid, System.Guid pageGuid, System.IntPtr parentHandle);
}
public partial interface IComPropertyBrowser
{
bool InPropertySet { get; }
event System.ComponentModel.Design.ComponentRenameEventHandler ComComponentNameChanged;
void DropDownDone();
bool EnsurePendingChangesCommitted();
void HandleF4();
void LoadState(Microsoft.Win32.RegistryKey key);
void SaveState(Microsoft.Win32.RegistryKey key);
}
}
namespace System.Windows.Forms.Design
{
[System.ComponentModel.ToolboxItemAttribute(false)]
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public partial class ComponentEditorForm : System.Windows.Forms.Form
{
[System.MonoTODOAttribute]
public ComponentEditorForm(object component, System.Type[] pageTypes) { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public virtual new bool AutoSize { get { throw null; } set { } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler AutoSizeChanged { add { } remove { } }
[System.MonoTODOAttribute]
protected override void OnActivated(System.EventArgs e) { }
[System.MonoTODOAttribute]
protected override void OnHelpRequested(System.Windows.Forms.HelpEventArgs e) { }
[System.MonoTODOAttribute]
protected virtual void OnSelChangeSelector(object source, System.Windows.Forms.TreeViewEventArgs e) { }
[System.MonoTODOAttribute]
public override bool PreProcessMessage(ref System.Windows.Forms.Message msg) { throw null; }
[System.MonoTODOAttribute]
public virtual System.Windows.Forms.DialogResult ShowForm() { throw null; }
[System.MonoTODOAttribute]
public virtual System.Windows.Forms.DialogResult ShowForm(int page) { throw null; }
[System.MonoTODOAttribute]
public virtual System.Windows.Forms.DialogResult ShowForm(System.Windows.Forms.IWin32Window owner) { throw null; }
[System.MonoTODOAttribute]
public virtual System.Windows.Forms.DialogResult ShowForm(System.Windows.Forms.IWin32Window owner, int page) { throw null; }
}
[System.Runtime.InteropServices.ClassInterfaceAttribute(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisibleAttribute(true)]
public abstract partial class ComponentEditorPage : System.Windows.Forms.Panel
{
public ComponentEditorPage() { }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.DesignerSerializationVisibilityAttribute(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public virtual new bool AutoSize { get { throw null; } set { } }
public bool CommitOnDeactivate { get { throw null; } set { } }
protected System.ComponentModel.IComponent Component { get { throw null; } set { } }
[System.MonoTODOAttribute("Find out what this does.")]
protected override System.Windows.Forms.CreateParams CreateParams { get { throw null; } }
protected bool FirstActivate { get { throw null; } set { } }
public System.Drawing.Icon Icon { get { throw null; } set { } }
protected int Loading { get { throw null; } set { } }
protected bool LoadRequired { get { throw null; } set { } }
protected System.Windows.Forms.IComponentEditorPageSite PageSite { get { throw null; } set { } }
public virtual string Title { get { throw null; } }
[System.ComponentModel.BrowsableAttribute(false)]
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
public new event System.EventHandler AutoSizeChanged { add { } remove { } }
public virtual void Activate() { }
public virtual void ApplyChanges() { }
public virtual void Deactivate() { }
protected void EnterLoadingMode() { }
protected void ExitLoadingMode() { }
public virtual System.Windows.Forms.Control GetControl() { throw null; }
protected System.ComponentModel.IComponent GetSelectedComponent() { throw null; }
protected bool IsFirstActivate() { throw null; }
protected bool IsLoading() { throw null; }
public virtual bool IsPageMessage(ref System.Windows.Forms.Message msg) { throw null; }
protected abstract void LoadComponent();
[System.MonoTODOAttribute("Find out what this does.")]
public virtual void OnApplyComplete() { }
protected virtual void ReloadComponent() { }
protected abstract void SaveComponent();
public virtual void SetComponent(System.ComponentModel.IComponent component) { }
[System.MonoTODOAttribute("Find out what this does.")]
protected virtual void SetDirty() { }
public virtual void SetSite(System.Windows.Forms.IComponentEditorPageSite site) { }
public virtual void ShowHelp() { }
public virtual bool SupportsHelp() { throw null; }
}
public partial class EventsTab : System.Windows.Forms.Design.PropertyTab
{
public EventsTab(System.IServiceProvider sp) { }
public override string HelpKeyword { get { throw null; } }
public override string TabName { get { throw null; } }
public override bool CanExtend(object extendee) { throw null; }
public override System.ComponentModel.PropertyDescriptor GetDefaultProperty(object obj) { throw null; }
public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object component, System.Attribute[] attributes) { throw null; }
public override System.ComponentModel.PropertyDescriptorCollection GetProperties(object component, System.Attribute[] attributes) { throw null; }
}
[System.Runtime.InteropServices.GuidAttribute("06a9c74b-5e32-4561-be73-381b37869f4f")]
public partial interface IUIService
{
System.Collections.IDictionary Styles { get; }
bool CanShowComponentEditor(object component);
System.Windows.Forms.IWin32Window GetDialogOwnerWindow();
void SetUIDirty();
bool ShowComponentEditor(object component, System.Windows.Forms.IWin32Window parent);
System.Windows.Forms.DialogResult ShowDialog(System.Windows.Forms.Form form);
void ShowError(System.Exception ex);
void ShowError(System.Exception ex, string message);
void ShowError(string message);
void ShowMessage(string message);
void ShowMessage(string message, string caption);
System.Windows.Forms.DialogResult ShowMessage(string message, string caption, System.Windows.Forms.MessageBoxButtons buttons);
bool ShowToolWindow(System.Guid toolWindow);
}
public partial interface IWindowsFormsEditorService
{
void CloseDropDown();
void DropDownControl(System.Windows.Forms.Control control);
System.Windows.Forms.DialogResult ShowDialog(System.Windows.Forms.Form dialog);
}
public abstract partial class PropertyTab : System.ComponentModel.IExtenderProvider
{
protected PropertyTab() { }
public virtual System.Drawing.Bitmap Bitmap { get { throw null; } }
public virtual object[] Components { get { throw null; } set { } }
public virtual string HelpKeyword { get { throw null; } }
public abstract string TabName { get; }
public virtual bool CanExtend(object extendee) { throw null; }
public virtual void Dispose() { }
protected virtual void Dispose(bool disposing) { }
~PropertyTab() { }
public virtual System.ComponentModel.PropertyDescriptor GetDefaultProperty(object component) { throw null; }
public virtual System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object component, System.Attribute[] attributes) { throw null; }
public virtual System.ComponentModel.PropertyDescriptorCollection GetProperties(object component) { throw null; }
public abstract System.ComponentModel.PropertyDescriptorCollection GetProperties(object component, System.Attribute[] attributes);
}
[System.FlagsAttribute]
public enum ToolStripItemDesignerAvailability
{
All = 15,
ContextMenuStrip = 4,
MenuStrip = 2,
None = 0,
StatusStrip = 8,
ToolStrip = 1,
}
[System.AttributeUsageAttribute(System.AttributeTargets.Class)]
public sealed partial class ToolStripItemDesignerAvailabilityAttribute : System.Attribute
{
public static readonly System.Windows.Forms.Design.ToolStripItemDesignerAvailabilityAttribute Default;
public ToolStripItemDesignerAvailabilityAttribute() { }
public ToolStripItemDesignerAvailabilityAttribute(System.Windows.Forms.Design.ToolStripItemDesignerAvailability visibility) { }
public System.Windows.Forms.Design.ToolStripItemDesignerAvailability ItemAdditionVisibility { get { throw null; } }
public override bool Equals(object obj) { throw null; }
public override int GetHashCode() { throw null; }
public override bool IsDefaultAttribute() { throw null; }
}
public abstract partial class WindowsFormsComponentEditor : System.ComponentModel.ComponentEditor
{
protected WindowsFormsComponentEditor() { }
public override bool EditComponent(System.ComponentModel.ITypeDescriptorContext context, object component) { throw null; }
public virtual bool EditComponent(System.ComponentModel.ITypeDescriptorContext context, object component, System.Windows.Forms.IWin32Window owner) { throw null; }
public bool EditComponent(object component, System.Windows.Forms.IWin32Window owner) { throw null; }
protected virtual System.Type[] GetComponentEditorPages() { throw null; }
protected virtual int GetInitialComponentEditorPageIndex() { throw null; }
}
}
namespace System.Windows.Forms.Layout
{
public partial class ArrangedElementCollection : System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList
{
internal ArrangedElementCollection() { }
public virtual int Count { get { throw null; } }
public virtual bool IsReadOnly { get { throw null; } }
bool System.Collections.ICollection.IsSynchronized { get { throw null; } }
object System.Collections.ICollection.SyncRoot { get { throw null; } }
bool System.Collections.IList.IsFixedSize { get { throw null; } }
object System.Collections.IList.this[int index] { get { throw null; } set { } }
public void CopyTo(System.Array array, int index) { }
public override bool Equals(object obj) { throw null; }
public virtual System.Collections.IEnumerator GetEnumerator() { throw null; }
public override int GetHashCode() { throw null; }
int System.Collections.IList.Add(object value) { throw null; }
void System.Collections.IList.Clear() { }
bool System.Collections.IList.Contains(object value) { throw null; }
int System.Collections.IList.IndexOf(object value) { throw null; }
void System.Collections.IList.Insert(int index, object value) { }
void System.Collections.IList.Remove(object value) { }
void System.Collections.IList.RemoveAt(int index) { }
}
public abstract partial class LayoutEngine
{
protected LayoutEngine() { }
public virtual void InitLayout(object child, System.Windows.Forms.BoundsSpecified specified) { }
public virtual bool Layout(object container, System.Windows.Forms.LayoutEventArgs layoutEventArgs) { throw null; }
}
public partial class TableLayoutSettingsTypeConverter : System.ComponentModel.TypeConverter
{
public TableLayoutSettingsTypeConverter() { }
public override bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType) { throw null; }
public override bool CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType) { throw null; }
public override object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value) { throw null; }
public override object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value, System.Type destinationType) { throw null; }
}
}
namespace System.Windows.Forms.PropertyGridInternal
{
public partial interface IRootGridEntry
{
System.ComponentModel.AttributeCollection BrowsableAttributes { get; set; }
void ResetBrowsableAttributes();
void ShowCategories(bool showCategories);
}
public partial class PropertiesTab : System.Windows.Forms.Design.PropertyTab
{
public PropertiesTab() { }
public override string HelpKeyword { get { throw null; } }
public override string TabName { get { throw null; } }
public override System.ComponentModel.PropertyDescriptor GetDefaultProperty(object obj) { throw null; }
public override System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object component, System.Attribute[] attributes) { throw null; }
public override System.ComponentModel.PropertyDescriptorCollection GetProperties(object component, System.Attribute[] attributes) { throw null; }
}
public partial class PropertyGridCommands
{
public static readonly System.ComponentModel.Design.CommandID Commands;
public static readonly System.ComponentModel.Design.CommandID Description;
public static readonly System.ComponentModel.Design.CommandID Hide;
public static readonly System.ComponentModel.Design.CommandID Reset;
protected static readonly System.Guid wfcMenuCommand;
protected static readonly System.Guid wfcMenuGroup;
public PropertyGridCommands() { }
}
}
namespace System.Windows.Forms.VisualStyles
{
public enum BackgroundType
{
BorderFill = 1,
ImageFile = 0,
None = 2,
}
public enum BooleanProperty
{
AlwaysShowSizingBar = 2208,
AutoSize = 2202,
BackgroundFill = 2205,
BorderOnly = 2203,
Composited = 2204,
GlyphOnly = 2207,
GlyphTransparent = 2206,
IntegralSizing = 2211,
MirrorImage = 2209,
SourceGrow = 2212,
SourceShrink = 2213,
Transparent = 2201,
UniformSizing = 2210,
}
public enum BorderType
{
Ellipse = 2,
Rectangle = 0,
RoundedRectangle = 1,
}
public enum CheckBoxState
{
CheckedDisabled = 8,
CheckedHot = 6,
CheckedNormal = 5,
CheckedPressed = 7,
MixedDisabled = 12,
MixedHot = 10,
MixedNormal = 9,
MixedPressed = 11,
UncheckedDisabled = 4,
UncheckedHot = 2,
UncheckedNormal = 1,
UncheckedPressed = 3,
}
public enum ColorProperty
{
AccentColorHint = 3823,
BorderColor = 3801,
BorderColorHint = 3822,
EdgeDarkShadowColor = 3807,
EdgeFillColor = 3808,
EdgeHighlightColor = 3805,
EdgeLightColor = 3804,
EdgeShadowColor = 3806,
FillColor = 3802,
FillColorHint = 3821,
GlowColor = 3816,
GlyphTextColor = 3819,
GlyphTransparentColor = 3820,
GradientColor1 = 3810,
GradientColor2 = 3811,
GradientColor3 = 3812,
GradientColor4 = 3813,
GradientColor5 = 3814,
ShadowColor = 3815,
TextBorderColor = 3817,
TextColor = 3803,
TextShadowColor = 3818,
TransparentColor = 3809,
}
public enum ComboBoxState
{
Disabled = 4,
Hot = 2,
Normal = 1,
Pressed = 3,
}
public enum ContentAlignment
{
Center = 1,
Left = 0,
Right = 2,
}
[System.FlagsAttribute]
public enum EdgeEffects
{
FillInterior = 2048,
Flat = 4096,
Mono = 32768,
None = 0,
Soft = 16384,
}
[System.FlagsAttribute]
public enum Edges
{
Bottom = 8,
Diagonal = 16,
Left = 1,
Right = 4,
Top = 2,
}
public enum EdgeStyle
{
Bump = 9,
Etched = 6,
Raised = 5,
Sunken = 10,
}
public enum EnumProperty
{
BackgroundType = 4001,
BorderType = 4002,
ContentAlignment = 4006,
FillType = 4003,
GlyphFontSizingType = 4014,
GlyphType = 4012,
HorizontalAlignment = 4005,
IconEffect = 4009,
ImageLayout = 4011,
ImageSelectType = 4013,
OffsetType = 4008,
SizingType = 4004,
TextShadowType = 4010,
TrueSizeScalingType = 4015,
VerticalAlignment = 4007,
}
public enum FilenameProperty
{
GlyphImageFile = 3008,
ImageFile = 3001,
ImageFile1 = 3002,
ImageFile2 = 3003,
ImageFile3 = 3004,
ImageFile4 = 3005,
ImageFile5 = 3006,
StockImageFile = 3007,
}
public enum FillType
{
HorizontalGradient = 2,
RadialGradient = 3,
Solid = 0,
TileImage = 4,
VerticalGradient = 1,
}
public enum FontProperty
{
GlyphFont = 2601,
}
public enum GlyphFontSizingType
{
Dpi = 2,
None = 0,
Size = 1,
}
public enum GlyphType
{
FontGlyph = 2,
ImageGlyph = 1,
None = 0,
}
public enum GroupBoxState
{
Disabled = 2,
Normal = 1,
}
public enum HitTestCode
{
Bottom = 15,
BottomLeft = 16,
BottomRight = 17,
Client = 1,
Left = 10,
Nowhere = 0,
Right = 11,
Top = 12,
TopLeft = 13,
TopRight = 14,
}
[System.FlagsAttribute]
public enum HitTestOptions
{
BackgroundSegment = 0,
Caption = 4,
FixedBorder = 2,
ResizingBorder = 240,
ResizingBorderBottom = 128,
ResizingBorderLeft = 16,
ResizingBorderRight = 64,
ResizingBorderTop = 32,
SizingTemplate = 256,
SystemSizingMargins = 512,
}
public enum HorizontalAlign
{
Center = 1,
Left = 0,
Right = 2,
}
public enum IconEffect
{
Alpha = 4,
Glow = 1,
None = 0,
Pulse = 3,
Shadow = 2,
}
public enum ImageOrientation
{
Horizontal = 1,
Vertical = 0,
}
public enum ImageSelectType
{
Dpi = 2,
None = 0,
Size = 1,
}
public enum IntegerProperty
{
AlphaLevel = 2402,
AlphaThreshold = 2415,
BorderSize = 2403,
GlyphIndex = 2418,
GradientRatio1 = 2406,
GradientRatio2 = 2407,
GradientRatio3 = 2408,
GradientRatio4 = 2409,
GradientRatio5 = 2410,
Height = 2417,
ImageCount = 2401,
MinDpi1 = 2420,
MinDpi2 = 2421,
MinDpi3 = 2422,
MinDpi4 = 2423,
MinDpi5 = 2424,
ProgressChunkSize = 2411,
ProgressSpaceSize = 2412,
RoundCornerHeight = 2405,
RoundCornerWidth = 2404,
Saturation = 2413,
TextBorderSize = 2414,
TrueSizeStretchMark = 2419,
Width = 2416,
}
public enum MarginProperty
{
CaptionMargins = 3603,
ContentMargins = 3602,
SizingMargins = 3601,
}
public enum OffsetType
{
AboveLastButton = 12,
BelowLastButton = 13,
BottomLeft = 3,
BottomMiddle = 5,
BottomRight = 4,
LeftOfCaption = 8,
LeftOfLastButton = 10,
MiddleLeft = 6,
MiddleRight = 7,
RightOfCaption = 9,
RightOfLastButton = 11,
TopLeft = 0,
TopMiddle = 2,
TopRight = 1,
}
public enum PointProperty
{
MinSize = 3403,
MinSize1 = 3404,
MinSize2 = 3405,
MinSize3 = 3406,
MinSize4 = 3407,
MinSize5 = 3408,
Offset = 3401,
TextShadowOffset = 3402,
}
public enum PushButtonState
{
Default = 5,
Disabled = 4,
Hot = 2,
Normal = 1,
Pressed = 3,
}
public enum RadioButtonState
{
CheckedDisabled = 8,
CheckedHot = 6,
CheckedNormal = 5,
CheckedPressed = 7,
UncheckedDisabled = 4,
UncheckedHot = 2,
UncheckedNormal = 1,
UncheckedPressed = 3,
}
public enum ScrollBarArrowButtonState
{
DownDisabled = 8,
DownHot = 6,
DownNormal = 5,
DownPressed = 7,
LeftDisabled = 12,
LeftHot = 10,
LeftNormal = 9,
LeftPressed = 11,
RightDisabled = 16,
RightHot = 14,
RightNormal = 13,
RightPressed = 15,
UpDisabled = 4,
UpHot = 2,
UpNormal = 1,
UpPressed = 3,
}
public enum ScrollBarSizeBoxState
{
LeftAlign = 2,
RightAlign = 1,
}
public enum ScrollBarState
{
Disabled = 4,
Hot = 2,
Normal = 1,
Pressed = 3,
}
public enum SizingType
{
FixedSize = 0,
Stretch = 1,
Tile = 2,
}
public enum StringProperty
{
Text = 3201,
}
public enum TabItemState
{
Disabled = 4,
Hot = 2,
Normal = 1,
Selected = 3,
}
public enum TextBoxState
{
Assist = 7,
Disabled = 4,
Hot = 2,
Normal = 1,
Readonly = 6,
Selected = 3,
}
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
public partial struct TextMetrics
{
private int _dummyPrimitive;
public int Ascent { get { throw null; } set { } }
public int AverageCharWidth { get { throw null; } set { } }
public char BreakChar { get { throw null; } set { } }
public System.Windows.Forms.VisualStyles.TextMetricsCharacterSet CharSet { get { throw null; } set { } }
public char DefaultChar { get { throw null; } set { } }
public int Descent { get { throw null; } set { } }
public int DigitizedAspectX { get { throw null; } set { } }
public int DigitizedAspectY { get { throw null; } set { } }
public int ExternalLeading { get { throw null; } set { } }
public char FirstChar { get { throw null; } set { } }
public int Height { get { throw null; } set { } }
public int InternalLeading { get { throw null; } set { } }
public bool Italic { get { throw null; } set { } }
public char LastChar { get { throw null; } set { } }
public int MaxCharWidth { get { throw null; } set { } }
public int Overhang { get { throw null; } set { } }
public System.Windows.Forms.VisualStyles.TextMetricsPitchAndFamilyValues PitchAndFamily { get { throw null; } set { } }
public bool StruckOut { get { throw null; } set { } }
public bool Underlined { get { throw null; } set { } }
public int Weight { get { throw null; } set { } }
}
public enum TextMetricsCharacterSet
{
Ansi = 0,
Arabic = 178,
Baltic = 186,
ChineseBig5 = 136,
Default = 1,
EastEurope = 238,
Gb2312 = 134,
Greek = 161,
Hangul = 129,
Hebrew = 177,
Johab = 130,
Mac = 77,
Oem = 255,
Russian = 204,
ShiftJis = 128,
Symbol = 2,
Thai = 222,
Turkish = 162,
Vietnamese = 163,
}
[System.FlagsAttribute]
public enum TextMetricsPitchAndFamilyValues
{
Device = 8,
FixedPitch = 1,
TrueType = 4,
Vector = 2,
}
public enum TextShadowType
{
Continuous = 2,
None = 0,
Single = 1,
}
public enum ThemeSizeType
{
Draw = 2,
Minimum = 0,
True = 1,
}
public enum ToolBarState
{
Checked = 5,
Disabled = 4,
Hot = 2,
HotChecked = 6,
Normal = 1,
Pressed = 3,
}
public enum TrackBarThumbState
{
Disabled = 5,
Hot = 2,
Normal = 1,
Pressed = 3,
}
public enum TrueSizeScalingType
{
Dpi = 2,
None = 0,
Size = 1,
}
public enum VerticalAlignment
{
Bottom = 2,
Center = 1,
Top = 0,
}
public partial class VisualStyleElement
{
internal VisualStyleElement() { }
public string ClassName { get { throw null; } }
public int Part { get { throw null; } }
public int State { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement CreateElement(string className, int part, int state) { throw null; }
public static partial class Button
{
public static partial class CheckBox
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement CheckedDisabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement CheckedHot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement CheckedNormal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement CheckedPressed { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement MixedDisabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement MixedHot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement MixedNormal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement MixedPressed { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement UncheckedDisabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement UncheckedHot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement UncheckedNormal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement UncheckedPressed { get { throw null; } }
}
public static partial class GroupBox
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class PushButton
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Default { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class RadioButton
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement CheckedDisabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement CheckedHot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement CheckedNormal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement CheckedPressed { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement UncheckedDisabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement UncheckedHot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement UncheckedNormal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement UncheckedPressed { get { throw null; } }
}
public static partial class UserButton
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
}
public static partial class ComboBox
{
public static partial class DropDownButton
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
}
public static partial class ExplorerBar
{
public static partial class HeaderBackground
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class HeaderClose
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class HeaderPin
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement SelectedHot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement SelectedNormal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement SelectedPressed { get { throw null; } }
}
public static partial class IEBarMenu
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class NormalGroupBackground
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class NormalGroupCollapse
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class NormalGroupExpand
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class NormalGroupHead
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class SpecialGroupBackground
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class SpecialGroupCollapse
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class SpecialGroupExpand
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class SpecialGroupHead
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
}
public static partial class Header
{
public static partial class Item
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class ItemLeft
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class ItemRight
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class SortArrow
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement SortedDown { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement SortedUp { get { throw null; } }
}
}
public static partial class ListView
{
public static partial class Detail
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class EmptyText
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class Group
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class Item
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Selected { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement SelectedNotFocus { get { throw null; } }
}
public static partial class SortedDetail
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
}
public static partial class Menu
{
public static partial class BarDropDown
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class BarItem
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class Chevron
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class DropDown
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class Item
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Demoted { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Selected { get { throw null; } }
}
public static partial class Separator
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
}
public static partial class MenuBand
{
public static partial class NewApplicationButton
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Checked { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement HotChecked { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class Separator
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
}
public static partial class Page
{
public static partial class Down
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class DownHorizontal
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class Up
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class UpHorizontal
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
}
public static partial class ProgressBar
{
public static partial class Bar
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class BarVertical
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class Chunk
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class ChunkVertical
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
}
public static partial class Rebar
{
public static partial class Band
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class Chevron
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class ChevronVertical
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class Gripper
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class GripperVertical
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
}
public static partial class ScrollBar
{
public static partial class ArrowButton
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement DownDisabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement DownHot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement DownNormal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement DownPressed { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement LeftDisabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement LeftHot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement LeftNormal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement LeftPressed { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement RightDisabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement RightHot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement RightNormal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement RightPressed { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement UpDisabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement UpHot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement UpNormal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement UpPressed { get { throw null; } }
}
public static partial class GripperHorizontal
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class GripperVertical
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class LeftTrackHorizontal
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class LowerTrackVertical
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class RightTrackHorizontal
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class SizeBox
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement LeftAlign { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement RightAlign { get { throw null; } }
}
public static partial class ThumbButtonHorizontal
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class ThumbButtonVertical
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class UpperTrackVertical
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
}
public static partial class Spin
{
public static partial class Down
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class DownHorizontal
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class Up
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class UpHorizontal
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
}
public static partial class StartPanel
{
public static partial class LogOff
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class LogOffButtons
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class MorePrograms
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class MoreProgramsArrow
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class PlaceList
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class PlaceListSeparator
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class Preview
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class ProgList
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class ProgListSeparator
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class UserPane
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class UserPicture
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
}
public static partial class Status
{
public static partial class Bar
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class Gripper
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class GripperPane
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class Pane
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
}
public static partial class Tab
{
public static partial class Body
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class Pane
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class TabItem
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class TabItemBothEdges
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class TabItemLeftEdge
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class TabItemRightEdge
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class TopTabItem
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class TopTabItemBothEdges
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class TopTabItemLeftEdge
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class TopTabItemRightEdge
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
}
public static partial class TaskBand
{
public static partial class FlashButton
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class FlashButtonGroupMenu
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class GroupCount
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
}
public static partial class Taskbar
{
public static partial class BackgroundBottom
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class BackgroundLeft
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class BackgroundRight
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class BackgroundTop
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class SizingBarBottom
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class SizingBarLeft
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class SizingBarRight
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class SizingBarTop
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
}
public static partial class TaskbarClock
{
public static partial class Time
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
}
public static partial class TextBox
{
public static partial class Caret
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class TextEdit
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Assist { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Focused { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement ReadOnly { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Selected { get { throw null; } }
}
}
public static partial class ToolBar
{
public static partial class Button
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Checked { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement HotChecked { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class DropDownButton
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Checked { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement HotChecked { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class SeparatorHorizontal
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class SeparatorVertical
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class SplitButton
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Checked { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement HotChecked { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class SplitButtonDropDown
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Checked { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement HotChecked { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
}
public static partial class ToolTip
{
public static partial class Balloon
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Link { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class BalloonTitle
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class Close
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class Standard
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Link { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class StandardTitle
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
}
public static partial class TrackBar
{
public static partial class Thumb
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Focused { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class ThumbBottom
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Focused { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class ThumbLeft
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Focused { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class ThumbRight
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Focused { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class ThumbTop
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Focused { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class ThumbVertical
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Focused { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class Ticks
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class TicksVertical
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class Track
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class TrackVertical
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
}
public static partial class TrayNotify
{
public static partial class AnimateBackground
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class Background
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
}
public static partial class TreeView
{
public static partial class Branch
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class Glyph
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Closed { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Opened { get { throw null; } }
}
public static partial class Item
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Selected { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement SelectedNotFocus { get { throw null; } }
}
}
public static partial class Window
{
public static partial class Caption
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Active { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Inactive { get { throw null; } }
}
public static partial class CaptionSizingTemplate
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class CloseButton
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class Dialog
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class FrameBottom
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Active { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Inactive { get { throw null; } }
}
public static partial class FrameBottomSizingTemplate
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class FrameLeft
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Active { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Inactive { get { throw null; } }
}
public static partial class FrameLeftSizingTemplate
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class FrameRight
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Active { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Inactive { get { throw null; } }
}
public static partial class FrameRightSizingTemplate
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class HelpButton
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class HorizontalScroll
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class HorizontalThumb
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class MaxButton
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class MaxCaption
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Active { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Inactive { get { throw null; } }
}
public static partial class MdiCloseButton
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class MdiHelpButton
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class MdiMinButton
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class MdiRestoreButton
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class MdiSysButton
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class MinButton
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class MinCaption
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Active { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Inactive { get { throw null; } }
}
public static partial class RestoreButton
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class SmallCaption
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Active { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Inactive { get { throw null; } }
}
public static partial class SmallCaptionSizingTemplate
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class SmallCloseButton
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class SmallFrameBottom
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Active { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Inactive { get { throw null; } }
}
public static partial class SmallFrameBottomSizingTemplate
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class SmallFrameLeft
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Active { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Inactive { get { throw null; } }
}
public static partial class SmallFrameLeftSizingTemplate
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class SmallFrameRight
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Active { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Inactive { get { throw null; } }
}
public static partial class SmallFrameRightSizingTemplate
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
}
public static partial class SmallMaxCaption
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Active { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Inactive { get { throw null; } }
}
public static partial class SmallMinCaption
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Active { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Inactive { get { throw null; } }
}
public static partial class SysButton
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class VerticalScroll
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
public static partial class VerticalThumb
{
public static System.Windows.Forms.VisualStyles.VisualStyleElement Disabled { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Hot { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Normal { get { throw null; } }
public static System.Windows.Forms.VisualStyles.VisualStyleElement Pressed { get { throw null; } }
}
}
}
public static partial class VisualStyleInformation
{
public static string Author { get { throw null; } }
public static string ColorScheme { get { throw null; } }
public static string Company { get { throw null; } }
[System.MonoTODOAttribute("Cannot get this to return the same as MS's...")]
public static System.Drawing.Color ControlHighlightHot { get { throw null; } }
public static string Copyright { get { throw null; } }
public static string Description { get { throw null; } }
public static string DisplayName { get { throw null; } }
public static bool IsEnabledByUser { get { throw null; } }
public static bool IsSupportedByOS { get { throw null; } }
public static int MinimumColorDepth { get { throw null; } }
public static string Size { get { throw null; } }
public static bool SupportsFlatMenus { get { throw null; } }
[System.MonoTODOAttribute("Cannot get this to return the same as MS's...")]
public static System.Drawing.Color TextControlBorder { get { throw null; } }
public static string Url { get { throw null; } }
public static string Version { get { throw null; } }
}
public sealed partial class VisualStyleRenderer
{
public VisualStyleRenderer(string className, int part, int state) { }
public VisualStyleRenderer(System.Windows.Forms.VisualStyles.VisualStyleElement element) { }
public string Class { get { throw null; } }
public System.IntPtr Handle { get { throw null; } }
public static bool IsSupported { get { throw null; } }
public int LastHResult { get { throw null; } }
public int Part { get { throw null; } }
public int State { get { throw null; } }
public void DrawBackground(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds) { }
public void DrawBackground(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, System.Drawing.Rectangle clipRectangle) { }
public System.Drawing.Rectangle DrawEdge(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.Edges edges, System.Windows.Forms.VisualStyles.EdgeStyle style, System.Windows.Forms.VisualStyles.EdgeEffects effects) { throw null; }
public void DrawImage(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Drawing.Image image) { }
public void DrawImage(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.ImageList imageList, int imageIndex) { }
public void DrawParentBackground(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, System.Windows.Forms.Control childControl) { }
public void DrawText(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, string textToDraw) { }
public void DrawText(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, string textToDraw, bool drawDisabled) { }
public void DrawText(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, string textToDraw, bool drawDisabled, System.Windows.Forms.TextFormatFlags flags) { }
public System.Drawing.Rectangle GetBackgroundContentRectangle(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds) { throw null; }
public System.Drawing.Rectangle GetBackgroundExtent(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle contentBounds) { throw null; }
[System.Security.SuppressUnmanagedCodeSecurityAttribute]
public System.Drawing.Region GetBackgroundRegion(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds) { throw null; }
public bool GetBoolean(System.Windows.Forms.VisualStyles.BooleanProperty prop) { throw null; }
public System.Drawing.Color GetColor(System.Windows.Forms.VisualStyles.ColorProperty prop) { throw null; }
public int GetEnumValue(System.Windows.Forms.VisualStyles.EnumProperty prop) { throw null; }
public string GetFilename(System.Windows.Forms.VisualStyles.FilenameProperty prop) { throw null; }
[System.MonoTODOAttribute("I can't get MS's to return anything but null, so I can't really get this one right")]
public System.Drawing.Font GetFont(System.Drawing.IDeviceContext dc, System.Windows.Forms.VisualStyles.FontProperty prop) { throw null; }
public int GetInteger(System.Windows.Forms.VisualStyles.IntegerProperty prop) { throw null; }
[System.MonoTODOAttribute("MS's causes a PInvokeStackUnbalance on me, so this is not verified against MS.")]
public System.Windows.Forms.Padding GetMargins(System.Drawing.IDeviceContext dc, System.Windows.Forms.VisualStyles.MarginProperty prop) { throw null; }
public System.Drawing.Size GetPartSize(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, System.Windows.Forms.VisualStyles.ThemeSizeType type) { throw null; }
public System.Drawing.Size GetPartSize(System.Drawing.IDeviceContext dc, System.Windows.Forms.VisualStyles.ThemeSizeType type) { throw null; }
public System.Drawing.Point GetPoint(System.Windows.Forms.VisualStyles.PointProperty prop) { throw null; }
[System.MonoTODOAttribute("Can't find any values that return anything on MS to test against")]
public string GetString(System.Windows.Forms.VisualStyles.StringProperty prop) { throw null; }
public System.Drawing.Rectangle GetTextExtent(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, string textToDraw, System.Windows.Forms.TextFormatFlags flags) { throw null; }
public System.Drawing.Rectangle GetTextExtent(System.Drawing.IDeviceContext dc, string textToDraw, System.Windows.Forms.TextFormatFlags flags) { throw null; }
public System.Windows.Forms.VisualStyles.TextMetrics GetTextMetrics(System.Drawing.IDeviceContext dc) { throw null; }
public System.Windows.Forms.VisualStyles.HitTestCode HitTestBackground(System.Drawing.Graphics g, System.Drawing.Rectangle backgroundRectangle, System.Drawing.Region region, System.Drawing.Point pt, System.Windows.Forms.VisualStyles.HitTestOptions options) { throw null; }
public System.Windows.Forms.VisualStyles.HitTestCode HitTestBackground(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle backgroundRectangle, System.Drawing.Point pt, System.Windows.Forms.VisualStyles.HitTestOptions options) { throw null; }
public System.Windows.Forms.VisualStyles.HitTestCode HitTestBackground(System.Drawing.IDeviceContext dc, System.Drawing.Rectangle backgroundRectangle, System.IntPtr hRgn, System.Drawing.Point pt, System.Windows.Forms.VisualStyles.HitTestOptions options) { throw null; }
public bool IsBackgroundPartiallyTransparent() { throw null; }
public static bool IsElementDefined(System.Windows.Forms.VisualStyles.VisualStyleElement element) { throw null; }
public void SetParameters(string className, int part, int state) { }
public void SetParameters(System.Windows.Forms.VisualStyles.VisualStyleElement element) { }
}
public enum VisualStyleState
{
ClientAndNonClientAreasEnabled = 3,
ClientAreaEnabled = 2,
NonClientAreaEnabled = 1,
NoneEnabled = 0,
}
}