System.Windows.Forms.cs
上传用户:jnxxjx
上传日期:2015-03-08
资源大小:3388k
文件大小:1198k
- Object EventGiveFeedback;
- Object EventDragEnter;
- Object EventDragLeave;
- Object EventDragOver;
- Object EventDragDrop;
- Object EventQueryAccessibilityHelp;
- Object EventBackgroundImage;
- Object EventBindingContext;
- Object EventBackColor;
- Object EventParent;
- Object EventVisible;
- Object EventText;
- Object EventTabStop;
- Object EventTabIndex;
- Object EventSize;
- Object EventRightToLeft;
- Object EventLocation;
- Object EventForeColor;
- Object EventFont;
- Object EventEnabled;
- Object EventDock;
- Object EventCursor;
- Object EventContextMenu;
- Object EventCausesValidation;
- I4 mouseWheelMessage;
- Boolean mouseWheelRoutingNeeded;
- Boolean mouseWheelInit;
- I4 threadCallbackMessage;
- Class FontHandleWrapper defaultFontHandleWrapper;
- SZArray I4 anchorAdjustments;
- Class System.Drawing.Font defaultFont;
- Class System.Collections.Hashtable imeModeConversionBits;
- SZArray ValueClass System.Windows.Forms.ImeMode japaneseTable;
- SZArray ValueClass System.Windows.Forms.ImeMode koreanTable;
- SZArray ValueClass System.Windows.Forms.ImeMode chineseTable;
- I defaultImeContext;
- I4 PropName;
- I4 PropBackBrush;
- I4 PropFontHeight;
- I4 PropGraphicsBufferManager;
- I4 PropControlsCollection;
- I4 PropBackColor;
- I4 PropForeColor;
- I4 PropLayoutInfo;
- I4 PropBackgroundImage;
- I4 PropFont;
- I4 PropFontHandleWrapper;
- I4 PropUserData;
- I4 PropContextMenu;
- I4 PropCursor;
- I4 PropRightToLeft;
- I4 PropThreadCallbackList;
- I4 PropRegion;
- I4 PropCharsToIgnore;
- I4 PropImeMode;
- I4 PropPreviousImeMode;
- I4 PropBindings;
- I4 PropBindingManager;
- I4 PropAccessibleDefaultActionDescription;
- I4 PropAccessibleDescription;
- I4 PropAccessibility;
- I4 PropAccessibleName;
- I4 PropAccessibleRole;
- I4 PropAccessibleHelpProvider;
- I4 PropPaintingException;
- I4 PropActiveXImpl;
- I4 PropControlVersionInfo;
- I4 PropAmbientPropertiesService;
- I4 PropCurrentAmbientFont;
- Class ControlNativeWindow window;
- Class System.Windows.Forms.Control parent;
- Class System.Windows.Forms.CreateParams createParams;
- I4 x;
- I4 y;
- I4 width;
- I4 height;
- I4 clientWidth;
- I4 clientHeight;
- I4 state;
- ValueClass System.Windows.Forms.ControlStyles controlStyle;
- I4 tabIndex;
- String text;
- UI1 layoutSuspendCount;
- Class System.Windows.Forms.PropertyStore propertyStore;
- Class TRACKMOUSEEVENT trackMouseEvent;
- I2 updateCount;
- I2 bitsPerPixel;
- Void System.Windows.Forms.Control();
- Void System.Windows.Forms.Control();
- Void System.Windows.Forms.Control( String text);
- Void System.Windows.Forms.Control( String text, I4 left, I4 top, I4 width, I4 height);
- Void System.Windows.Forms.Control( Class System.Windows.Forms.Control parent, String text);
- Void System.Windows.Forms.Control( Class System.Windows.Forms.Control parent, String text, I4 left, I4 top, I4 width, I4 height);
- Class System.Windows.Forms.AccessibleObject get_AccessibilityObject();
- String get_AccessibleDefaultActionDescription();
- Void set_AccessibleDefaultActionDescription( String value);
- String get_AccessibleDescription();
- Void set_AccessibleDescription( String value);
- String get_AccessibleName();
- Void set_AccessibleName( String value);
- ValueClass System.Windows.Forms.AccessibleRole get_AccessibleRole();
- Void set_AccessibleRole( ValueClass System.Windows.Forms.AccessibleRole value);
- ValueClass System.Drawing.Color get_ActiveXAmbientBackColor();
- ValueClass System.Drawing.Color get_ActiveXAmbientForeColor();
- Class System.Drawing.Font get_ActiveXAmbientFont();
- Boolean get_ActiveXEventsFrozen();
- I get_ActiveXHWNDParent();
- Class ActiveXImpl get_ActiveXInstance();
- Boolean get_AllowDrop();
- Void set_AllowDrop( Boolean value);
- Class System.Windows.Forms.AmbientProperties get_AmbientPropertiesService();
- ValueClass System.Windows.Forms.AnchorStyles get_Anchor();
- Void set_Anchor( ValueClass System.Windows.Forms.AnchorStyles value);
- I get_BackBrush();
- ValueClass System.Drawing.Color get_BackColor();
- Void set_BackColor( ValueClass System.Drawing.Color value);
- Void add_BackColorChanged( Class System.EventHandler value);
- Void remove_BackColorChanged( Class System.EventHandler value);
- Class System.Drawing.Image get_BackgroundImage();
- Void set_BackgroundImage( Class System.Drawing.Image value);
- Void add_BackgroundImageChanged( Class System.EventHandler value);
- Void remove_BackgroundImageChanged( Class System.EventHandler value);
- Class System.Windows.Forms.ControlBindingsCollection get_DataBindings();
- Boolean ShouldSerializeBindings();
- Void ResetBindings();
- Class System.Windows.Forms.BindingContext get_BindingContext();
- Void set_BindingContext( Class System.Windows.Forms.BindingContext value);
- Void add_BindingContextChanged( Class System.EventHandler value);
- Void remove_BindingContextChanged( Class System.EventHandler value);
- I2 get_BitsPerPixel();
- I4 get_Bottom();
- ValueClass System.Drawing.Rectangle get_Bounds();
- Void set_Bounds( ValueClass System.Drawing.Rectangle value);
- ValueClass System.Windows.Forms.ImeMode get_CachedImeMode();
- Boolean get_CanAccessProperties();
- Boolean get_CanFocus();
- Boolean get_CanRaiseEvents();
- Boolean get_CanSelect();
- Boolean get_Capture();
- Void set_Capture( Boolean value);
- Boolean get_CaptureInternal();
- Void set_CaptureInternal( Boolean value);
- Boolean get_CausesValidation();
- Void set_CausesValidation( Boolean value);
- Void add_CausesValidationChanged( Class System.EventHandler value);
- Void remove_CausesValidationChanged( Class System.EventHandler value);
- ValueClass System.Drawing.Rectangle get_ClientRectangle();
- ValueClass System.Drawing.Size get_ClientSize();
- Void set_ClientSize( ValueClass System.Drawing.Size value);
- String get_CompanyName();
- Boolean get_ContainsFocus();
- Class System.Windows.Forms.ContextMenu get_ContextMenu();
- Void set_ContextMenu( Class System.Windows.Forms.ContextMenu value);
- Void add_ContextMenuChanged( Class System.EventHandler value);
- Void remove_ContextMenuChanged( Class System.EventHandler value);
- Class ControlCollection get_Controls();
- Boolean get_Created();
- Class System.Windows.Forms.CreateParams get_CreateParams();
- Void NotifyValidationResult( Object sender, Class System.ComponentModel.CancelEventArgs ev);
- Void set_ValidationCancelled( Boolean value);
- Boolean get_ValidationCancelled();
- I4 get__CreateThreadId();
- I4 get_CreateThreadId();
- ValueClass System.Windows.Forms.ImeMode get_CurrentImeContextMode();
- Void set_CurrentImeContextMode( ValueClass System.Windows.Forms.ImeMode value);
- Class System.Windows.Forms.Cursor get_Cursor();
- Void set_Cursor( Class System.Windows.Forms.Cursor value);
- Void add_CursorChanged( Class System.EventHandler value);
- Void remove_CursorChanged( Class System.EventHandler value);
- ValueClass System.Drawing.Color get_DefaultBackColor();
- Class System.Windows.Forms.Cursor get_DefaultCursor();
- Class System.Drawing.Font get_DefaultFont();
- ValueClass System.Drawing.Color get_DefaultForeColor();
- ValueClass System.Windows.Forms.ImeMode get_DefaultImeMode();
- ValueClass System.Drawing.Size get_DefaultSize();
- ValueClass System.Windows.Forms.RightToLeft get_DefaultRightToLeft();
- ValueClass System.Drawing.Color get_DisabledColor();
- ValueClass System.Drawing.Rectangle get_DisplayRectangle();
- Boolean get_IsDisposed();
- Boolean get_Disposing();
- ValueClass System.Windows.Forms.DockStyle get_Dock();
- Void set_Dock( ValueClass System.Windows.Forms.DockStyle value);
- Void add_DockChanged( Class System.EventHandler value);
- Void remove_DockChanged( Class System.EventHandler value);
- Boolean get_DoubleBufferingEnabled();
- Boolean get_Enabled();
- Void set_Enabled( Boolean value);
- Void add_EnabledChanged( Class System.EventHandler value);
- Void remove_EnabledChanged( Class System.EventHandler value);
- Boolean get_Focused();
- Class System.Drawing.Font get_Font( );
- Void set_Font( Class System.Drawing.Font value);
- Void add_FontChanged( Class System.EventHandler value);
- Void remove_FontChanged( Class System.EventHandler value);
- I get_FontHandle();
- I4 get_FontHeight();
- Void set_FontHeight( I4 value);
- ValueClass System.Drawing.Color get_ForeColor();
- Void set_ForeColor( ValueClass System.Drawing.Color value);
- Void add_ForeColorChanged( Class System.EventHandler value);
- Void remove_ForeColorChanged( Class System.EventHandler value);
- Class System.Drawing.Font GetParentFont();
- I get_Handle();
- Boolean get_HasChildren();
- Boolean get_HasMenu();
- I4 get_Height();
- Void set_Height( I4 value);
- Boolean get_HostedInWin32DialogManager();
- Boolean get_IsHandleCreated();
- Boolean get_IsWindowObscured();
- ValueClass System.Windows.Forms.ImeMode get_ImeMode();
- Void set_ImeMode( ValueClass System.Windows.Forms.ImeMode value);
- Class System.Collections.Hashtable get_ImeModeConversionBits();
- I get_InternalHandle();
- Boolean get_InvokeRequired();
- Boolean get_IsAccessible();
- Void set_IsAccessible( Boolean value);
- Boolean get_IsActiveX();
- Boolean get_IsBinding();
- I4 get_Left();
- Void set_Left( I4 value);
- ValueClass System.Drawing.Point get_Location();
- Void set_Location( ValueClass System.Drawing.Point value);
- Void add_LocationChanged( Class System.EventHandler value);
- Void remove_LocationChanged( Class System.EventHandler value);
- Char get_Mnemonic();
- ValueClass System.Windows.Forms.Keys get_ModifierKeys();
- ValueClass System.Windows.Forms.MouseButtons get_MouseButtons();
- ValueClass System.Drawing.Point get_MousePosition();
- String get_Name();
- Void set_Name( String value);
- Class System.Windows.Forms.Control get_Parent();
- Void set_Parent( Class System.Windows.Forms.Control value);
- Class System.Windows.Forms.Control get_ParentInternal();
- Void set_ParentInternal( Class System.Windows.Forms.Control value);
- String get_ProductName();
- String get_ProductVersion();
- Class System.Windows.Forms.PropertyStore get_Properties();
- ValueClass System.Drawing.Color get_RawBackColor();
- Boolean get_RecreatingHandle();
- Class System.Drawing.Region get_Region();
- Void set_Region( Class System.Drawing.Region value);
- Boolean get_RenderRightToLeft();
- Boolean get_RenderTransparent();
- Boolean get_ResizeRedraw();
- Void set_ResizeRedraw( Boolean value);
- I4 get_Right();
- ValueClass System.Windows.Forms.RightToLeft get_RightToLeft();
- Void set_RightToLeft( ValueClass System.Windows.Forms.RightToLeft value);
- Void add_RightToLeftChanged( Class System.EventHandler value);
- Void remove_RightToLeftChanged( Class System.EventHandler value);
- Class System.ComponentModel.ISite get_Site();
- Void set_Site( Class System.ComponentModel.ISite value);
- ValueClass System.Drawing.Size get_Size();
- Void set_Size( ValueClass System.Drawing.Size value);
- Void add_SizeChanged( Class System.EventHandler value);
- Void remove_SizeChanged( Class System.EventHandler value);
- I4 get_TabIndex();
- Void set_TabIndex( I4 value);
- Void add_TabIndexChanged( Class System.EventHandler value);
- Void remove_TabIndexChanged( Class System.EventHandler value);
- Boolean get_TabStop();
- Void set_TabStop( Boolean value);
- Void add_TabStopChanged( Class System.EventHandler value);
- Void remove_TabStopChanged( Class System.EventHandler value);
- Object get_Tag();
- Void set_Tag( Object value);
- String get_Text();
- Void set_Text( String value);
- String get_TextWithoutMnemonics();
- Void add_TextChanged( Class System.EventHandler value);
- Void remove_TextChanged( Class System.EventHandler value);
- I4 get_Top();
- Void set_Top( I4 value);
- Class System.Windows.Forms.Control get_TopLevelControl();
- Class System.Windows.Forms.Control get_TopLevelControlInternal();
- Class System.Windows.Forms.Control get_TopMostParent();
- Class System.Windows.Forms.GraphicsBufferManager get_BufferManager();
- Boolean get_ShowKeyboardCues();
- Boolean get_ShowFocusCues();
- I4 get_ShowParams();
- Class ControlVersionInfo get_VersionInfo();
- Boolean get_Visible();
- Void set_Visible( Boolean value);
- Void add_VisibleChanged( Class System.EventHandler value);
- Void remove_VisibleChanged( Class System.EventHandler value);
- I4 get_Width();
- Void set_Width( I4 value);
- I4 get_WindowExStyle();
- Void set_WindowExStyle( I4 value);
- I4 get_WindowStyle();
- Void set_WindowStyle( I4 value);
- Class System.Windows.Forms.IWindowTarget get_WindowTarget();
- Void set_WindowTarget( Class System.Windows.Forms.IWindowTarget value);
- String get_WindowText();
- Void set_WindowText( String value);
- Void add_Click( Class System.EventHandler value);
- Void remove_Click( Class System.EventHandler value);
- Void add_ControlAdded( Class System.Windows.Forms.ControlEventHandler value);
- Void remove_ControlAdded( Class System.Windows.Forms.ControlEventHandler value);
- Void add_ControlRemoved( Class System.Windows.Forms.ControlEventHandler value);
- Void remove_ControlRemoved( Class System.Windows.Forms.ControlEventHandler value);
- Void add_DragDrop( Class System.Windows.Forms.DragEventHandler value);
- Void remove_DragDrop( Class System.Windows.Forms.DragEventHandler value);
- Void add_DragEnter( Class System.Windows.Forms.DragEventHandler value);
- Void remove_DragEnter( Class System.Windows.Forms.DragEventHandler value);
- Void add_DragOver( Class System.Windows.Forms.DragEventHandler value);
- Void remove_DragOver( Class System.Windows.Forms.DragEventHandler value);
- Void add_DragLeave( Class System.EventHandler value);
- Void remove_DragLeave( Class System.EventHandler value);
- Void add_GiveFeedback( Class System.Windows.Forms.GiveFeedbackEventHandler value);
- Void remove_GiveFeedback( Class System.Windows.Forms.GiveFeedbackEventHandler value);
- Void add_HandleCreated( Class System.EventHandler value);
- Void remove_HandleCreated( Class System.EventHandler value);
- Void add_HandleDestroyed( Class System.EventHandler value);
- Void remove_HandleDestroyed( Class System.EventHandler value);
- Void add_HelpRequested( Class System.Windows.Forms.HelpEventHandler value);
- Void remove_HelpRequested( Class System.Windows.Forms.HelpEventHandler value);
- Void add_Invalidated( Class System.Windows.Forms.InvalidateEventHandler value);
- Void remove_Invalidated( Class System.Windows.Forms.InvalidateEventHandler value);
- Void add_Paint( Class System.Windows.Forms.PaintEventHandler value);
- Void remove_Paint( Class System.Windows.Forms.PaintEventHandler value);
- Void add_QueryContinueDrag( Class System.Windows.Forms.QueryContinueDragEventHandler value);
- Void remove_QueryContinueDrag( Class System.Windows.Forms.QueryContinueDragEventHandler value);
- Void add_QueryAccessibilityHelp( Class System.Windows.Forms.QueryAccessibilityHelpEventHandler value);
- Void remove_QueryAccessibilityHelp( Class System.Windows.Forms.QueryAccessibilityHelpEventHandler value);
- Void add_DoubleClick( Class System.EventHandler value);
- Void remove_DoubleClick( Class System.EventHandler value);
- Void add_Enter( Class System.EventHandler value);
- Void remove_Enter( Class System.EventHandler value);
- Void add_GotFocus( Class System.EventHandler value);
- Void remove_GotFocus( Class System.EventHandler value);
- Void add_ImeModeChanged( Class System.EventHandler value);
- Void remove_ImeModeChanged( Class System.EventHandler value);
- Void add_KeyDown( Class System.Windows.Forms.KeyEventHandler value);
- Void remove_KeyDown( Class System.Windows.Forms.KeyEventHandler value);
- Void add_KeyPress( Class System.Windows.Forms.KeyPressEventHandler value);
- Void remove_KeyPress( Class System.Windows.Forms.KeyPressEventHandler value);
- Void add_KeyUp( Class System.Windows.Forms.KeyEventHandler value);
- Void remove_KeyUp( Class System.Windows.Forms.KeyEventHandler value);
- Void add_Layout( Class System.Windows.Forms.LayoutEventHandler value);
- Void remove_Layout( Class System.Windows.Forms.LayoutEventHandler value);
- Void add_Leave( Class System.EventHandler value);
- Void remove_Leave( Class System.EventHandler value);
- Void add_LostFocus( Class System.EventHandler value);
- Void remove_LostFocus( Class System.EventHandler value);
- Void add_MouseDown( Class System.Windows.Forms.MouseEventHandler value);
- Void remove_MouseDown( Class System.Windows.Forms.MouseEventHandler value);
- Void add_MouseEnter( Class System.EventHandler value);
- Void remove_MouseEnter( Class System.EventHandler value);
- Void add_MouseLeave( Class System.EventHandler value);
- Void remove_MouseLeave( Class System.EventHandler value);
- Void add_MouseHover( Class System.EventHandler value);
- Void remove_MouseHover( Class System.EventHandler value);
- Void add_MouseMove( Class System.Windows.Forms.MouseEventHandler value);
- Void remove_MouseMove( Class System.Windows.Forms.MouseEventHandler value);
- Void add_MouseUp( Class System.Windows.Forms.MouseEventHandler value);
- Void remove_MouseUp( Class System.Windows.Forms.MouseEventHandler value);
- Void add_MouseWheel( Class System.Windows.Forms.MouseEventHandler value);
- Void remove_MouseWheel( Class System.Windows.Forms.MouseEventHandler value);
- Void add_Move( Class System.EventHandler value);
- Void remove_Move( Class System.EventHandler value);
- Void add_Resize( Class System.EventHandler value);
- Void remove_Resize( Class System.EventHandler value);
- Void add_ChangeUICues( Class System.Windows.Forms.UICuesEventHandler value);
- Void remove_ChangeUICues( Class System.Windows.Forms.UICuesEventHandler value);
- Void add_StyleChanged( Class System.EventHandler value);
- Void remove_StyleChanged( Class System.EventHandler value);
- Void add_SystemColorsChanged( Class System.EventHandler value);
- Void remove_SystemColorsChanged( Class System.EventHandler value);
- Void add_Validating( Class System.ComponentModel.CancelEventHandler value);
- Void remove_Validating( Class System.ComponentModel.CancelEventHandler value);
- Void add_Validated( Class System.EventHandler value);
- Void remove_Validated( Class System.EventHandler value);
- Void AccessibilityNotifyClients( ValueClass System.Windows.Forms.AccessibleEvents accEvent, I4 childID);
- I ActiveXMergeRegion( I region);
- Void ActiveXOnFocus( Boolean focus);
- Void ActiveXUpdateBounds( ByRef I4 x, ByRef I4 y, ByRef I4 width, ByRef I4 height, I4 flags);
- Void AssignParent( Class System.Windows.Forms.Control value);
- Void add_ParentChanged( Class System.EventHandler value);
- Void remove_ParentChanged( Class System.EventHandler value);
- Class System.IAsyncResult BeginInvoke( Class System.Delegate method);
- Class System.IAsyncResult BeginInvoke( Class System.Delegate method, SZArray Object args);
- Void BeginUpdateInternal();
- Void BringToFront();
- Boolean CanProcessMnemonic();
- Boolean CanSelectCore();
- Void CheckParentingCycle( Class System.Windows.Forms.Control bottom, Class System.Windows.Forms.Control toFind);
- Void ChildGotFocus( Class System.Windows.Forms.Control child);
- Boolean Contains( Class System.Windows.Forms.Control ctl);
- Class System.Windows.Forms.AccessibleObject CreateAccessibilityInstance();
- Class ControlCollection CreateControlsInstance();
- Class System.Drawing.Graphics CreateGraphics();
- Class System.Drawing.Graphics CreateGraphicsInternal();
- Void CreateHandle();
- Void CreateControl();
- Void CreateControl( Boolean fIgnoreVisible);
- Void DefWndProc( ByRef ValueClass System.Windows.Forms.Message m);
- Void DestroyHandle();
- Void Dispose( Boolean disposing);
- Void DisposeAxControls();
- ValueClass System.Windows.Forms.DragDropEffects DoDragDrop( Object data, ValueClass System.Windows.Forms.DragDropEffects allowedEffects);
- Object EndInvoke( Class System.IAsyncResult asyncResult);
- Boolean EndUpdateInternal();
- Boolean EndUpdateInternal( Boolean invalidate);
- Class System.Windows.Forms.Form FindForm();
- Class System.Windows.Forms.Form FindFormInternal();
- Class System.Windows.Forms.Control FindMarshalingControl();
- Boolean GetTopLevel();
- Void RaiseCreateHandleEvent( Class System.EventArgs e);
- Void RaiseKeyEvent( Object key, Class System.Windows.Forms.KeyEventArgs e);
- Void RaiseMouseEvent( Object key, Class System.Windows.Forms.MouseEventArgs e);
- Boolean Focus();
- Boolean FocusInternal();
- Class System.Windows.Forms.Control FromChildHandle( I handle);
- Class System.Windows.Forms.Control FromChildHandleInternal( I handle);
- Class System.Windows.Forms.Control FromHandle( I handle);
- Class System.Windows.Forms.Control FromHandleInternal( I handle);
- Class System.Windows.Forms.Control GetChildAtPoint( ValueClass System.Drawing.Point pt);
- Class System.Windows.Forms.IContainerControl GetContainerControl();
- Boolean IsFocusManagingContainerControl( Class System.Windows.Forms.Control ctl);
- Class System.Windows.Forms.IContainerControl GetContainerControlInternal();
- Class FontHandleWrapper GetDefaultFontHandleWrapper();
- I GetHRgn( Class System.Drawing.Region region);
- ValueClass System.Windows.Forms.MouseButtons GetXButton( I4 wparam);
- Boolean GetVisibleCore();
- Void IMEDisable( I handle);
- Void IMEEnable( I handle);
- Void ImeSetFocus();
- Boolean IMEIsOpen( I handle);
- SZArray ValueClass System.Windows.Forms.ImeMode IMECountryTable();
- ValueClass System.Windows.Forms.ImeMode GetImeModeFromIMEContext( I handle);
- Void SetImeModeToIMEContext( ValueClass System.Windows.Forms.ImeMode imeMode, I handle);
- Void IMESetOpenStatus( Boolean open, I handle);
- Boolean GetAnyDisposingInHierarchy();
- Class System.Windows.Forms.MenuItem GetMenuItemFromHandleId( I hmenu, I4 item);
- Class System.Windows.Forms.Control GetNextControl( Class System.Windows.Forms.Control ctl, Boolean forward);
- Boolean GetState( I4 flag);
- Boolean GetStyle( ValueClass System.Windows.Forms.ControlStyles flag);
- Void Hide();
- Void HookMouseEvent();
- Void InitLayout();
- I InitializeDCForWmCtlColor( I dc, I4 msg);
- Void InitMouseWheelSupport();
- Void Invalidate( Class System.Drawing.Region region);
- Void Invalidate( Class System.Drawing.Region region, Boolean invalidateChildren);
- Void Invalidate();
- Void Invalidate( Boolean invalidateChildren);
- Void Invalidate( ValueClass System.Drawing.Rectangle rc);
- Void Invalidate( ValueClass System.Drawing.Rectangle rc, Boolean invalidateChildren);
- Object Invoke( Class System.Delegate method);
- Object Invoke( Class System.Delegate method, SZArray Object args);
- Void InvokeMarshaledCallbacks();
- Void InvokePaint( Class System.Windows.Forms.Control c, Class System.Windows.Forms.PaintEventArgs e);
- Void InvokePaintBackground( Class System.Windows.Forms.Control c, Class System.Windows.Forms.PaintEventArgs e);
- Boolean IsDescendant( Class System.Windows.Forms.Control descendant);
- Boolean IsInputChar( Char charCode);
- Boolean IsInputKey( ValueClass System.Windows.Forms.Keys keyData);
- Boolean IsMnemonic( Char charCode, String text);
- Object MarshaledInvoke( Class System.Windows.Forms.Control caller, Class System.Delegate method, SZArray Object args, Boolean synchronous);
- Void MoveControl( SZArray Class System.Windows.Forms.Control ctlList, Class System.Windows.Forms.Control child, I4 fromIndex, I4 toIndex);
- Void NotifyEnter();
- Void NotifyLeave();
- Void NotifyInvalidate( ValueClass System.Drawing.Rectangle invalidatedArea);
- Boolean NotifyValidating();
- Void NotifyValidated();
- Void InvokeOnClick( Class System.Windows.Forms.Control toInvoke, Class System.EventArgs e);
- Void OnBackColorChanged( Class System.EventArgs e);
- Void OnBackgroundImageChanged( Class System.EventArgs e);
- Void OnBindingContextChanged( Class System.EventArgs e);
- Void OnCausesValidationChanged( Class System.EventArgs e);
- Void OnContextMenuChanged( Class System.EventArgs e);
- Void OnCursorChanged( Class System.EventArgs e);
- Void OnDockChanged( Class System.EventArgs e);
- Void OnEnabledChanged( Class System.EventArgs e);
- Void OnFontChanged( Class System.EventArgs e);
- Void OnForeColorChanged( Class System.EventArgs e);
- Void OnRightToLeftChanged( Class System.EventArgs e);
- Void OnNotifyMessage( ValueClass System.Windows.Forms.Message m);
- Void OnParentBackColorChanged( Class System.EventArgs e);
- Void OnParentBackgroundImageChanged( Class System.EventArgs e);
- Void OnParentBindingContextChanged( Class System.EventArgs e);
- Void OnParentEnabledChanged( Class System.EventArgs e);
- Void OnParentFontChanged( Class System.EventArgs e);
- Void OnParentForeColorChanged( Class System.EventArgs e);
- Void OnParentRightToLeftChanged( Class System.EventArgs e);
- Void OnParentVisibleChanged( Class System.EventArgs e);
- Void OnTabIndexChanged( Class System.EventArgs e);
- Void OnTabStopChanged( Class System.EventArgs e);
- Void OnTextChanged( Class System.EventArgs e);
- Void OnVisibleChanged( Class System.EventArgs e);
- Void OnParentChanged( Class System.EventArgs e);
- Void OnClick( Class System.EventArgs e);
- Void OnControlAdded( Class System.Windows.Forms.ControlEventArgs e);
- Void OnControlRemoved( Class System.Windows.Forms.ControlEventArgs e);
- Void OnCreateControl();
- Void OnHandleCreated( Class System.EventArgs e);
- Void OnLocationChanged( Class System.EventArgs e);
- Void OnHandleDestroyed( Class System.EventArgs e);
- Void OnDoubleClick( Class System.EventArgs e);
- Void OnDragEnter( Class System.Windows.Forms.DragEventArgs drgevent);
- Void OnDragOver( Class System.Windows.Forms.DragEventArgs drgevent);
- Void OnDragLeave( Class System.EventArgs e);
- Void OnDragDrop( Class System.Windows.Forms.DragEventArgs drgevent);
- Void OnGiveFeedback( Class System.Windows.Forms.GiveFeedbackEventArgs gfbevent);
- Void OnEnter( Class System.EventArgs e);
- Void InvokeGotFocus( Class System.Windows.Forms.Control toInvoke, Class System.EventArgs e);
- Void OnGotFocus( Class System.EventArgs e);
- Void OnHelpRequested( Class System.Windows.Forms.HelpEventArgs hevent);
- Void OnImeModeChanged( Class System.EventArgs e);
- Void OnInvalidated( Class System.Windows.Forms.InvalidateEventArgs e);
- Void OnKeyDown( Class System.Windows.Forms.KeyEventArgs e);
- Void OnKeyPress( Class System.Windows.Forms.KeyPressEventArgs e);
- Void OnKeyUp( Class System.Windows.Forms.KeyEventArgs e);
- Void OnLayout( Class System.Windows.Forms.LayoutEventArgs levent);
- Void OnLeave( Class System.EventArgs e);
- Void InvokeLostFocus( Class System.Windows.Forms.Control toInvoke, Class System.EventArgs e);
- Void OnLostFocus( Class System.EventArgs e);
- Void OnMouseDown( Class System.Windows.Forms.MouseEventArgs e);
- Void OnMouseEnter( Class System.EventArgs e);
- Void OnMouseLeave( Class System.EventArgs e);
- Void OnMouseHover( Class System.EventArgs e);
- Void OnMouseMove( Class System.Windows.Forms.MouseEventArgs e);
- Void OnMouseUp( Class System.Windows.Forms.MouseEventArgs e);
- Void OnMouseWheel( Class System.Windows.Forms.MouseEventArgs e);
- Void OnMove( Class System.EventArgs e);
- Void OnPaint( Class System.Windows.Forms.PaintEventArgs e);
- Void OnPaintBackground( Class System.Windows.Forms.PaintEventArgs pevent);
- Void OnParentInvalidated( Class System.Windows.Forms.InvalidateEventArgs e);
- Void OnQueryContinueDrag( Class System.Windows.Forms.QueryContinueDragEventArgs qcdevent);
- Void OnResize( Class System.EventArgs e);
- Void OnSizeChanged( Class System.EventArgs e);
- Void OnChangeUICues( Class System.Windows.Forms.UICuesEventArgs e);
- Void OnStyleChanged( Class System.EventArgs e);
- Void OnSystemColorsChanged( Class System.EventArgs e);
- Void OnValidating( Class System.ComponentModel.CancelEventArgs e);
- Void OnValidated( Class System.EventArgs e);
- Void PaintBackground( Class System.Windows.Forms.PaintEventArgs e, ValueClass System.Drawing.Rectangle rectangle);
- Void PaintException( Class System.Windows.Forms.PaintEventArgs e);
- Void PaintTransparentBackground( Class System.Windows.Forms.PaintEventArgs e, ValueClass System.Drawing.Rectangle rectangle);
- Void PaintWithErrorHandling( Class System.Windows.Forms.PaintEventArgs e, I2 layer, Boolean disposeEventArgs);
- Void PerformLayout();
- Void PerformLayout( Class System.Windows.Forms.Control affectedControl, String affectedProperty);
- ValueClass System.Drawing.Point PointToClient( ValueClass System.Drawing.Point p);
- ValueClass System.Drawing.Point PointToClientInternal( ValueClass System.Drawing.Point p);
- ValueClass System.Drawing.Point PointToScreen( ValueClass System.Drawing.Point p);
- Boolean PreProcessMessage( ByRef ValueClass System.Windows.Forms.Message msg);
- Boolean ProcessCmdKey( ByRef ValueClass System.Windows.Forms.Message msg, ValueClass System.Windows.Forms.Keys keyData);
- Boolean ProcessDialogChar( Char charCode);
- Boolean ProcessDialogKey( ValueClass System.Windows.Forms.Keys keyData);
- Boolean ProcessKeyEventArgs( ByRef ValueClass System.Windows.Forms.Message m);
- Boolean ProcessKeyMessage( ByRef ValueClass System.Windows.Forms.Message m);
- Boolean ProcessKeyPreview( ByRef ValueClass System.Windows.Forms.Message m);
- Boolean _ProcessMnemonic( Char charCode);
- Boolean ProcessMnemonic( Char charCode);
- Void ProcessUICues( ByRef ValueClass System.Windows.Forms.Message msg);
- Void RaiseDragEvent( Object key, Class System.Windows.Forms.DragEventArgs e);
- Void RaisePaintEvent( Object key, Class System.Windows.Forms.PaintEventArgs e);
- Void ResetBackColor();
- Void ResetCursor();
- Void ResetFont();
- Void ResetForeColor();
- Void ResetImeMode();
- Void ResetRightToLeft();
- Void RecreateHandle();
- Void RecreateHandleCore();
- ValueClass System.Drawing.Rectangle RectangleToClient( ValueClass System.Drawing.Rectangle r);
- ValueClass System.Drawing.Rectangle RectangleToScreen( ValueClass System.Drawing.Rectangle r);
- Boolean ReflectMessage( I hWnd, ByRef ValueClass System.Windows.Forms.Message m);
- Boolean ReflectMessageInternal( I hWnd, ByRef ValueClass System.Windows.Forms.Message m);
- Void Refresh();
- Void ResetMouseEventArgs();
- Void ResetText();
- Void ResumeLayout();
- Void ResumeLayout( Boolean performLayout);
- Void SetAcceptDrops( Boolean accept);
- Void Scale( R4 ratio);
- Void Scale( R4 dx, R4 dy);
- Void ScaleCore( R4 dx, R4 dy);
- Void Select();
- Void Select( Boolean directed, Boolean forward);
- Boolean SelectNextControl( Class System.Windows.Forms.Control ctl, Boolean forward, Boolean tabStopOnly, Boolean nested, Boolean wrap);
- Boolean SelectNextIfFocused();
- I SendMessage( I4 msg, I4 wparam, I4 lparam);
- I SendMessage( I4 msg, ByRef I2 wparam, ByRef I2 lparam);
- I SendMessage( I4 msg, I4 wparam, I lparam);
- I SendMessage( I4 msg, I wparam, I lparam);
- I SendMessage( I4 msg, I wparam, I4 lparam);
- I SendMessage( I4 msg, I4 wparam, ByRef ValueClass RECT lparam);
- I SendMessage( I4 msg, Boolean wparam, I4 lparam);
- I SendMessage( I4 msg, I4 wparam, String lparam);
- Void SendToBack();
- Void SetBounds( I4 x, I4 y, I4 width, I4 height);
- Void SetBounds( I4 x, I4 y, I4 width, I4 height, ValueClass System.Windows.Forms.BoundsSpecified specified);
- Void SetBoundsCore( I4 x, I4 y, I4 width, I4 height, ValueClass System.Windows.Forms.BoundsSpecified specified);
- Void SetClientSizeCore( I4 x, I4 y);
- Void SetHandle( I value);
- Void SetParentHandle( I value);
- Void SetState( I4 flag, Boolean value);
- Void SetStyle( ValueClass System.Windows.Forms.ControlStyles flag, Boolean value);
- I SetUpPalette( I dc, Boolean force, Boolean realizePalette);
- Void SetTopLevel( Boolean value);
- Void SetVisibleCore( Boolean value);
- Boolean ShouldSerializeBackColor();
- Boolean ShouldSerializeCursor();
- Boolean ShouldSerializeEnabled();
- Boolean ShouldSerializeForeColor();
- Boolean ShouldSerializeFont();
- Boolean ShouldSerializeImeMode();
- Boolean ShouldSerializeRightToLeft();
- Boolean ShouldSerializeVisible();
- ValueClass System.Windows.Forms.HorizontalAlignment RtlTranslateAlignment( ValueClass System.Windows.Forms.HorizontalAlignment align);
- ValueClass System.Windows.Forms.LeftRightAlignment RtlTranslateAlignment( ValueClass System.Windows.Forms.LeftRightAlignment align);
- ValueClass System.Drawing.ContentAlignment RtlTranslateAlignment( ValueClass System.Drawing.ContentAlignment align);
- ValueClass System.Windows.Forms.HorizontalAlignment RtlTranslateHorizontal( ValueClass System.Windows.Forms.HorizontalAlignment align);
- ValueClass System.Windows.Forms.LeftRightAlignment RtlTranslateLeftRight( ValueClass System.Windows.Forms.LeftRightAlignment align);
- ValueClass System.Drawing.ContentAlignment RtlTranslateContent( ValueClass System.Drawing.ContentAlignment align);
- Void SetWindowExStyle( I4 flag, Boolean value);
- Void SetWindowStyle( I4 flag, Boolean value);
- Void Show();
- Boolean ShouldSerializeLocation();
- Boolean ShouldSerializeSize();
- Boolean ShouldSerializeText();
- Void SuspendLayout();
- Void UnhookMouseEvent();
- Void Update();
- Void _UpdateBounds();
- Void UpdateBounds();
- Void UpdateBounds( I4 x, I4 y, I4 width, I4 height);
- Void UpdateBounds( I4 x, I4 y, I4 width, I4 height, I4 clientWidth, I4 clientHeight);
- Void UpdateBindings();
- Void UpdateCachedImeMode( I handle);
- Void UpdateChildControlIndex( Class System.Windows.Forms.Control ctl);
- Void UpdateZOrder();
- Void UpdateChildZOrder( Class System.Windows.Forms.Control ctl);
- Void UpdateRoot();
- Void UpdateStyles();
- Void UpdateStylesCore();
- Void UserPreferenceChanged( Object sender, Class Microsoft.Win32.UserPreferenceChangedEventArgs pref);
- Void WmClose( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmCommand( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmContextMenu( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmCtlColorControl( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmDisplayChange( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmDrawItem( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmDrawItemMenuItem( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmEraseBkgnd( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmGetControlName( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmGetObject( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmHelp( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmInitMenuPopup( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmInputLangChange( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmInputLangChangeRequest( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmMeasureItem( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmMenuChar( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmMenuSelect( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmCreate( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmDestroy( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmIMEChar( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmKeyChar( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmKillFocus( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmMouseDown( ByRef ValueClass System.Windows.Forms.Message m, ValueClass System.Windows.Forms.MouseButtons button, I4 clicks);
- Void WmMouseEnter( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmMouseLeave( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmMouseHover( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmMouseMove( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmMouseUp( ByRef ValueClass System.Windows.Forms.Message m, ValueClass System.Windows.Forms.MouseButtons button, I4 clicks);
- Void WmMouseWheel( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmMove( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmNCDestroy( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmNotify( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmNotifyFormat( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmOwnerDraw( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmPaint( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmPrintClient( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmQueryNewPalette( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmSetCursor( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmWindowPosChanging( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmParentNotify( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmSetFocus( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmShowWindow( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmSysColorChange( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmUpdateUIState( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmWindowPosChanged( ByRef ValueClass System.Windows.Forms.Message m);
- Void WndProc( ByRef ValueClass System.Windows.Forms.Message m);
- Void WndProcException( Class System.Exception e);
- I4 System.Windows.Forms.UnsafeNativeMethods+IOleControl.GetControlInfo( Class tagCONTROLINFO pCI);
- I4 System.Windows.Forms.UnsafeNativeMethods+IOleControl.OnMnemonic( ByRef ValueClass MSG pMsg);
- I4 System.Windows.Forms.UnsafeNativeMethods+IOleControl.OnAmbientPropertyChange( I4 dispID);
- I4 System.Windows.Forms.UnsafeNativeMethods+IOleControl.FreezeEvents( I4 bFreeze);
- I4 System.Windows.Forms.UnsafeNativeMethods+IOleInPlaceActiveObject.GetWindow( ByRef I hwnd);
- Void System.Windows.Forms.UnsafeNativeMethods+IOleInPlaceActiveObject.ContextSensitiveHelp( I4 fEnterMode);
- I4 System.Windows.Forms.UnsafeNativeMethods+IOleInPlaceActiveObject.TranslateAccelerator( ByRef ValueClass MSG lpmsg);
- Void System.Windows.Forms.UnsafeNativeMethods+IOleInPlaceActiveObject.OnFrameWindowActivate( I4 fActivate);
- Void System.Windows.Forms.UnsafeNativeMethods+IOleInPlaceActiveObject.OnDocWindowActivate( I4 fActivate);
- Void System.Windows.Forms.UnsafeNativeMethods+IOleInPlaceActiveObject.ResizeBorder( Class COMRECT prcBorder, Class IOleInPlaceUIWindow pUIWindow, I4 fFrameWindow);
- Void System.Windows.Forms.UnsafeNativeMethods+IOleInPlaceActiveObject.EnableModeless( I4 fEnable);
- I4 System.Windows.Forms.UnsafeNativeMethods+IOleInPlaceObject.GetWindow( ByRef I hwnd);
- Void System.Windows.Forms.UnsafeNativeMethods+IOleInPlaceObject.ContextSensitiveHelp( I4 fEnterMode);
- Void System.Windows.Forms.UnsafeNativeMethods+IOleInPlaceObject.InPlaceDeactivate();
- I4 System.Windows.Forms.UnsafeNativeMethods+IOleInPlaceObject.UIDeactivate();
- Void System.Windows.Forms.UnsafeNativeMethods+IOleInPlaceObject.SetObjectRects( Class COMRECT lprcPosRect, Class COMRECT lprcClipRect);
- Void System.Windows.Forms.UnsafeNativeMethods+IOleInPlaceObject.ReactivateAndUndo();
- I4 System.Windows.Forms.UnsafeNativeMethods+IOleObject.SetClientSite( Class IOleClientSite pClientSite);
- Class IOleClientSite System.Windows.Forms.UnsafeNativeMethods+IOleObject.GetClientSite();
- I4 System.Windows.Forms.UnsafeNativeMethods+IOleObject.SetHostNames( String szContainerApp, String szContainerObj);
- I4 System.Windows.Forms.UnsafeNativeMethods+IOleObject.Close( I4 dwSaveOption);
- I4 System.Windows.Forms.UnsafeNativeMethods+IOleObject.SetMoniker( I4 dwWhichMoniker, Object pmk);
- I4 System.Windows.Forms.UnsafeNativeMethods+IOleObject.GetMoniker( I4 dwAssign, I4 dwWhichMoniker, ByRef Object moniker);
- I4 System.Windows.Forms.UnsafeNativeMethods+IOleObject.InitFromData( Class IOleDataObject pDataObject, I4 fCreation, I4 dwReserved);
- I4 System.Windows.Forms.UnsafeNativeMethods+IOleObject.GetClipboardData( I4 dwReserved, ByRef Class IOleDataObject data);
- I4 System.Windows.Forms.UnsafeNativeMethods+IOleObject.DoVerb( I4 iVerb, I lpmsg, Class IOleClientSite pActiveSite, I4 lindex, I hwndParent, Class COMRECT lprcPosRect);
- I4 System.Windows.Forms.UnsafeNativeMethods+IOleObject.EnumVerbs( ByRef Class IEnumOLEVERB e);
- I4 System.Windows.Forms.UnsafeNativeMethods+IOleObject.OleUpdate();
- I4 System.Windows.Forms.UnsafeNativeMethods+IOleObject.IsUpToDate();
- I4 System.Windows.Forms.UnsafeNativeMethods+IOleObject.GetUserClassID( ByRef ValueClass System.Guid pClsid);
- I4 System.Windows.Forms.UnsafeNativeMethods+IOleObject.GetUserType( I4 dwFormOfType, ByRef String userType);
- I4 System.Windows.Forms.UnsafeNativeMethods+IOleObject.SetExtent( I4 dwDrawAspect, Class tagSIZEL pSizel);
- I4 System.Windows.Forms.UnsafeNativeMethods+IOleObject.GetExtent( I4 dwDrawAspect, Class tagSIZEL pSizel);
- I4 System.Windows.Forms.UnsafeNativeMethods+IOleObject.Advise( Class IAdviseSink pAdvSink, ByRef I4 cookie);
- I4 System.Windows.Forms.UnsafeNativeMethods+IOleObject.Unadvise( I4 dwConnection);
- I4 System.Windows.Forms.UnsafeNativeMethods+IOleObject.EnumAdvise( ByRef Class IEnumSTATDATA e);
- I4 System.Windows.Forms.UnsafeNativeMethods+IOleObject.GetMiscStatus( I4 dwAspect, ByRef I4 cookie);
- I4 System.Windows.Forms.UnsafeNativeMethods+IOleObject.SetColorScheme( Class tagLOGPALETTE pLogpal);
- I4 System.Windows.Forms.UnsafeNativeMethods+IOleWindow.GetWindow( ByRef I hwnd);
- Void System.Windows.Forms.UnsafeNativeMethods+IOleWindow.ContextSensitiveHelp( I4 fEnterMode);
- Void System.Windows.Forms.UnsafeNativeMethods+IPersist.GetClassID( ByRef ValueClass System.Guid pClassID);
- Void System.Windows.Forms.UnsafeNativeMethods+IPersistPropertyBag.InitNew();
- Void System.Windows.Forms.UnsafeNativeMethods+IPersistPropertyBag.GetClassID( ByRef ValueClass System.Guid pClassID);
- Void System.Windows.Forms.UnsafeNativeMethods+IPersistPropertyBag.Load( Class IPropertyBag pPropBag, Class IErrorLog pErrorLog);
- Void System.Windows.Forms.UnsafeNativeMethods+IPersistPropertyBag.Save( Class IPropertyBag pPropBag, Boolean fClearDirty, Boolean fSaveAllProperties);
- Void System.Windows.Forms.UnsafeNativeMethods+IPersistStorage.GetClassID( ByRef ValueClass System.Guid pClassID);
- I4 System.Windows.Forms.UnsafeNativeMethods+IPersistStorage.IsDirty();
- Void System.Windows.Forms.UnsafeNativeMethods+IPersistStorage.InitNew( Class IStorage pstg);
- I4 System.Windows.Forms.UnsafeNativeMethods+IPersistStorage.Load( Class IStorage pstg);
- Void System.Windows.Forms.UnsafeNativeMethods+IPersistStorage.Save( Class IStorage pstg, I4 fSameAsLoad);
- Void System.Windows.Forms.UnsafeNativeMethods+IPersistStorage.SaveCompleted( Class IStorage pStgNew);
- Void System.Windows.Forms.UnsafeNativeMethods+IPersistStorage.HandsOffStorage();
- Void System.Windows.Forms.UnsafeNativeMethods+IPersistStreamInit.GetClassID( ByRef ValueClass System.Guid pClassID);
- I4 System.Windows.Forms.UnsafeNativeMethods+IPersistStreamInit.IsDirty();
- Void System.Windows.Forms.UnsafeNativeMethods+IPersistStreamInit.Load( Class IStream pstm);
- Void System.Windows.Forms.UnsafeNativeMethods+IPersistStreamInit.Save( Class IStream pstm, Boolean fClearDirty);
- Void System.Windows.Forms.UnsafeNativeMethods+IPersistStreamInit.GetSizeMax( I8 pcbSize);
- Void System.Windows.Forms.UnsafeNativeMethods+IPersistStreamInit.InitNew();
- Void System.Windows.Forms.UnsafeNativeMethods+IQuickActivate.QuickActivate( Class tagQACONTAINER pQaContainer, Class tagQACONTROL pQaControl);
- Void System.Windows.Forms.UnsafeNativeMethods+IQuickActivate.SetContentExtent( Class tagSIZEL pSizel);
- Void System.Windows.Forms.UnsafeNativeMethods+IQuickActivate.GetContentExtent( Class tagSIZEL pSizel);
- Void System.Windows.Forms.UnsafeNativeMethods+IViewObject.Draw( I4 dwDrawAspect, I4 lindex, I pvAspect, Class tagDVTARGETDEVICE ptd, I hdcTargetDev, I hdcDraw, Class COMRECT lprcBounds, Class COMRECT lprcWBounds, I pfnContinue, I4 dwContinue);
- I4 System.Windows.Forms.UnsafeNativeMethods+IViewObject.GetColorSet( I4 dwDrawAspect, I4 lindex, I pvAspect, Class tagDVTARGETDEVICE ptd, I hicTargetDev, Class tagLOGPALETTE ppColorSet);
- I4 System.Windows.Forms.UnsafeNativeMethods+IViewObject.Freeze( I4 dwDrawAspect, I4 lindex, I pvAspect, I pdwFreeze);
- I4 System.Windows.Forms.UnsafeNativeMethods+IViewObject.Unfreeze( I4 dwFreeze);
- Void System.Windows.Forms.UnsafeNativeMethods+IViewObject.SetAdvise( I4 aspects, I4 advf, Class IAdviseSink pAdvSink);
- Void System.Windows.Forms.UnsafeNativeMethods+IViewObject.GetAdvise( SZArray I4 paspects, SZArray I4 padvf, SZArray Class IAdviseSink pAdvSink);
- Void System.Windows.Forms.UnsafeNativeMethods+IViewObject2.Draw( I4 dwDrawAspect, I4 lindex, I pvAspect, Class tagDVTARGETDEVICE ptd, I hdcTargetDev, I hdcDraw, Class COMRECT lprcBounds, Class COMRECT lprcWBounds, I pfnContinue, I4 dwContinue);
- I4 System.Windows.Forms.UnsafeNativeMethods+IViewObject2.GetColorSet( I4 dwDrawAspect, I4 lindex, I pvAspect, Class tagDVTARGETDEVICE ptd, I hicTargetDev, Class tagLOGPALETTE ppColorSet);
- I4 System.Windows.Forms.UnsafeNativeMethods+IViewObject2.Freeze( I4 dwDrawAspect, I4 lindex, I pvAspect, I pdwFreeze);
- I4 System.Windows.Forms.UnsafeNativeMethods+IViewObject2.Unfreeze( I4 dwFreeze);
- Void System.Windows.Forms.UnsafeNativeMethods+IViewObject2.SetAdvise( I4 aspects, I4 advf, Class IAdviseSink pAdvSink);
- Void System.Windows.Forms.UnsafeNativeMethods+IViewObject2.GetAdvise( SZArray I4 paspects, SZArray I4 padvf, SZArray Class IAdviseSink pAdvSink);
- Void System.Windows.Forms.UnsafeNativeMethods+IViewObject2.GetExtent( I4 dwDrawAspect, I4 lindex, Class tagDVTARGETDEVICE ptd, Class tagSIZEL lpsizel);
- property AccessibilityObject { get(){} set(){} };
- property AccessibleDefaultActionDescription { get(){} set(){} };
- property AccessibleDescription { get(){} set(){} };
- property AccessibleName { get(){} set(){} };
- property AccessibleRole { get(){} set(){} };
- property ActiveXAmbientBackColor { get(){} set(){} };
- property ActiveXAmbientForeColor { get(){} set(){} };
- property ActiveXAmbientFont { get(){} set(){} };
- property ActiveXEventsFrozen { get(){} set(){} };
- property ActiveXHWNDParent { get(){} set(){} };
- property ActiveXInstance { get(){} set(){} };
- property AllowDrop { get(){} set(){} };
- property AmbientPropertiesService { get(){} set(){} };
- property Anchor { get(){} set(){} };
- property BackBrush { get(){} set(){} };
- property BackColor { get(){} set(){} };
- property BackgroundImage { get(){} set(){} };
- property DataBindings { get(){} set(){} };
- property BindingContext { get(){} set(){} };
- property BitsPerPixel { get(){} set(){} };
- property Bottom { get(){} set(){} };
- property Bounds { get(){} set(){} };
- property CachedImeMode { get(){} set(){} };
- property CanAccessProperties { get(){} set(){} };
- property CanFocus { get(){} set(){} };
- property CanRaiseEvents { get(){} set(){} };
- property CanSelect { get(){} set(){} };
- property Capture { get(){} set(){} };
- property CaptureInternal { get(){} set(){} };
- property CausesValidation { get(){} set(){} };
- property ClientRectangle { get(){} set(){} };
- property ClientSize { get(){} set(){} };
- property CompanyName { get(){} set(){} };
- property ContainsFocus { get(){} set(){} };
- property ContextMenu { get(){} set(){} };
- property Controls { get(){} set(){} };
- property Created { get(){} set(){} };
- property CreateParams { get(){} set(){} };
- property ValidationCancelled { get(){} set(){} };
- property _CreateThreadId { get(){} set(){} };
- property CreateThreadId { get(){} set(){} };
- property CurrentImeContextMode { get(){} set(){} };
- property Cursor { get(){} set(){} };
- property DefaultBackColor { get(){} set(){} };
- property DefaultCursor { get(){} set(){} };
- property DefaultFont { get(){} set(){} };
- property DefaultForeColor { get(){} set(){} };
- property DefaultImeMode { get(){} set(){} };
- property DefaultSize { get(){} set(){} };
- property DefaultRightToLeft { get(){} set(){} };
- property DisabledColor { get(){} set(){} };
- property DisplayRectangle { get(){} set(){} };
- property IsDisposed { get(){} set(){} };
- property Disposing { get(){} set(){} };
- property Dock { get(){} set(){} };
- property DoubleBufferingEnabled { get(){} set(){} };
- property Enabled { get(){} set(){} };
- property Focused { get(){} set(){} };
- property Font { get(){} set(){} };
- property FontHandle { get(){} set(){} };
- property FontHeight { get(){} set(){} };
- property ForeColor { get(){} set(){} };
- property Handle { get(){} set(){} };
- property HasChildren { get(){} set(){} };
- property HasMenu { get(){} set(){} };
- property Height { get(){} set(){} };
- property HostedInWin32DialogManager { get(){} set(){} };
- property IsHandleCreated { get(){} set(){} };
- property IsWindowObscured { get(){} set(){} };
- property ImeMode { get(){} set(){} };
- property ImeModeConversionBits { get(){} set(){} };
- property InternalHandle { get(){} set(){} };
- property InvokeRequired { get(){} set(){} };
- property IsAccessible { get(){} set(){} };
- property IsActiveX { get(){} set(){} };
- property IsBinding { get(){} set(){} };
- property Left { get(){} set(){} };
- property Location { get(){} set(){} };
- property Mnemonic { get(){} set(){} };
- property ModifierKeys { get(){} set(){} };
- property MouseButtons { get(){} set(){} };
- property MousePosition { get(){} set(){} };
- property Name { get(){} set(){} };
- property Parent { get(){} set(){} };
- property ParentInternal { get(){} set(){} };
- property ProductName { get(){} set(){} };
- property ProductVersion { get(){} set(){} };
- property Properties { get(){} set(){} };
- property RawBackColor { get(){} set(){} };
- property RecreatingHandle { get(){} set(){} };
- property Region { get(){} set(){} };
- property RenderRightToLeft { get(){} set(){} };
- property RenderTransparent { get(){} set(){} };
- property ResizeRedraw { get(){} set(){} };
- property Right { get(){} set(){} };
- property RightToLeft { get(){} set(){} };
- property Site { get(){} set(){} };
- property Size { get(){} set(){} };
- property TabIndex { get(){} set(){} };
- property TabStop { get(){} set(){} };
- property Tag { get(){} set(){} };
- property Text { get(){} set(){} };
- property TextWithoutMnemonics { get(){} set(){} };
- property Top { get(){} set(){} };
- property TopLevelControl { get(){} set(){} };
- property TopLevelControlInternal { get(){} set(){} };
- property TopMostParent { get(){} set(){} };
- property BufferManager { get(){} set(){} };
- property ShowKeyboardCues { get(){} set(){} };
- property ShowFocusCues { get(){} set(){} };
- property ShowParams { get(){} set(){} };
- property VersionInfo { get(){} set(){} };
- property Visible { get(){} set(){} };
- property Width { get(){} set(){} };
- property WindowExStyle { get(){} set(){} };
- property WindowStyle { get(){} set(){} };
- property WindowTarget { get(){} set(){} };
- property WindowText { get(){} set(){} };
- event BackColorChanged;
- event BackgroundImageChanged;
- event BindingContextChanged;
- event CausesValidationChanged;
- event ContextMenuChanged;
- event CursorChanged;
- event DockChanged;
- event EnabledChanged;
- event FontChanged;
- event ForeColorChanged;
- event LocationChanged;
- event RightToLeftChanged;
- event SizeChanged;
- event TabIndexChanged;
- event TabStopChanged;
- event TextChanged;
- event VisibleChanged;
- event Click;
- event ControlAdded;
- event ControlRemoved;
- event DragDrop;
- event DragEnter;
- event DragOver;
- event DragLeave;
- event GiveFeedback;
- event HandleCreated;
- event HandleDestroyed;
- event HelpRequested;
- event Invalidated;
- event Paint;
- event QueryContinueDrag;
- event QueryAccessibilityHelp;
- event DoubleClick;
- event Enter;
- event GotFocus;
- event ImeModeChanged;
- event KeyDown;
- event KeyPress;
- event KeyUp;
- event Layout;
- event Leave;
- event LostFocus;
- event MouseDown;
- event MouseEnter;
- event MouseLeave;
- event MouseHover;
- event MouseMove;
- event MouseUp;
- event MouseWheel;
- event Move;
- event Resize;
- event ChangeUICues;
- event StyleChanged;
- event SystemColorsChanged;
- event Validating;
- event Validated;
- event ParentChanged;
- }
- class System.Windows.Forms.NativeWindow : System.MarshalByRefObject
- {
- I4 InitializedFlags;
- I4 DebuggerPresent;
- I4 UseDebuggableWndProc;
- I4 LoadConfigSettings;
- I4 AssemblyIsDebuggable;
- Class System.Diagnostics.TraceSwitch WndProcChoice;
- I4 handleCount;
- SZArray I allocatedHandles;
- I4 freeHandleCount;
- I2 windowAtom;
- I userDefWindowProc;
- UI1 wndProcFlags;
- I handle;
- ValueClass System.Runtime.InteropServices.GCHandle root;
- Class WndProc windowProc;
- I defWindowProc;
- Boolean suppressedGC;
- Class System.Windows.Forms.NativeWindow previousWindow;
- Void System.Windows.Forms.NativeWindow();
- I get_Handle();
- Class System.Windows.Forms.NativeWindow get_PreviousWindow();
- I4 get_WndProcFlags();
- Boolean get_WndProcShouldBeDebuggable();
- Void AddHandle( I handle);
- Void AssignHandle( I handle);
- Void AssignHandle( I handle, Boolean assignUniqueID);
- I Callback( I hWnd, I4 msg, I wparam, I lparam);
- Void CheckReleased();
- Void CreateHandle( Class System.Windows.Forms.CreateParams cp);
- I DebuggableCallback( I hWnd, I4 msg, I wparam, I lparam);
- Void DefWndProc( ByRef ValueClass System.Windows.Forms.Message m);
- Void DestroyHandle();
- Void Finalize();
- Class System.Windows.Forms.NativeWindow FromHandle( I handle);
- I4 AdjustWndProcFlagsFromConfig( I4 wndProcFlags);
- I4 AdjustWndProcFlagsFromRegistry( I4 wndProcFlags);
- I4 AdjustWndProcFlagsFromMetadata( I4 wndProcFlags);
- Void OnHandleChange();
- Void OnShutdown( Object sender, Class System.EventArgs e);
- Void OnThreadException( Class System.Exception e);
- Void ReleaseHandle();
- Void ReleaseHandle( Boolean handleValid);
- Void RemoveHandle( I handle);
- Void WndProc( ByRef ValueClass System.Windows.Forms.Message m);
- Void System.Windows.Forms.NativeWindow();
- property Handle { get(){} set(){} };
- property PreviousWindow { get(){} set(){} };
- property WndProcFlags { get(){} set(){} };
- property WndProcShouldBeDebuggable { get(){} set(){} };
- }
- class WindowClass : System.Object
- {
- Class WindowClass cache;
- Class WindowClass next;
- String className;
- I4 classStyle;
- String windowClassName;
- I4 hashCode;
- I defWindowProc;
- Class WndProc windowProc;
- Boolean registered;
- Class System.Windows.Forms.NativeWindow targetWindow;
- Void WindowClass( String className, I4 classStyle);
- I Callback( I hWnd, I4 msg, I wparam, I lparam);
- Class WindowClass Create( String className, I4 classStyle);
- Void DisposeCache();
- Void RegisterClass();
- Void UnregisterClass();
- }
- interface System.Windows.Forms.IWindowTarget :
- {
- Void OnHandleChange( I newHandle);
- Void OnMessage( ByRef ValueClass System.Windows.Forms.Message m);
- }
- class ControlNativeWindow : System.Windows.Forms.NativeWindow
- {
- Class System.Windows.Forms.Control control;
- ValueClass System.Runtime.InteropServices.GCHandle rootRef;
- Class System.Windows.Forms.IWindowTarget target;
- Void ControlNativeWindow( Class System.Windows.Forms.Control control);
- Void Finalize();
- Class System.Windows.Forms.Control GetControl();
- Void OnHandleChange();
- Void OnHandleChange( I newHandle);
- Void LockReference( Boolean locked);
- Void OnThreadException( Class System.Exception e);
- Void OnMessage( ByRef ValueClass System.Windows.Forms.Message m);
- Class System.Windows.Forms.IWindowTarget get_WindowTarget();
- Void set_WindowTarget( Class System.Windows.Forms.IWindowTarget value);
- Void WndProc( ByRef ValueClass System.Windows.Forms.Message m);
- property WindowTarget { get(){} set(){} };
- }
- class ControlCollection : System.Object
- {
- Class System.Windows.Forms.Control owner;
- SZArray Class System.Windows.Forms.Control controls;
- I4 controlCount;
- Void ControlCollection( Class System.Windows.Forms.Control owner);
- I4 get_Count();
- Object System.Collections.ICollection.get_SyncRoot();
- Boolean System.Collections.ICollection.get_IsSynchronized();
- Boolean System.Collections.IList.get_IsFixedSize();
- Boolean get_IsReadOnly();
- Void Add( Class System.Windows.Forms.Control value);
- I4 System.Collections.IList.Add( Object control);
- Void AddRange( SZArray Class System.Windows.Forms.Control controls);
- Object System.ICloneable.Clone();
- Boolean Contains( Class System.Windows.Forms.Control control);
- Boolean System.Collections.IList.Contains( Object control);
- Void CopyTo( Class System.Array dest, I4 index);
- Boolean Equals( Object other);
- I4 GetHashCode();
- I4 IndexOf( Class System.Windows.Forms.Control control);
- I4 System.Collections.IList.IndexOf( Object control);
- Void System.Collections.IList.Insert( I4 index, Object value);
- Void Remove( Class System.Windows.Forms.Control value);
- Void System.Collections.IList.Remove( Object control);
- Void RemoveAt( I4 index);
- Class System.Windows.Forms.Control get_Item( I4 index);
- Object System.Collections.IList.get_Item( I4 index);
- Void System.Collections.IList.set_Item( I4 index, Object value);
- Void Clear();
- I4 GetChildIndex( Class System.Windows.Forms.Control child);
- I4 GetChildIndex( Class System.Windows.Forms.Control child, Boolean throwException);
- Class System.Collections.IEnumerator GetEnumerator();
- Void SetChildIndex( Class System.Windows.Forms.Control child, I4 newIndex);
- property Count { get(){} set(){} };
- property IsReadOnly { get(){} set(){} };
- property Item { get(){} set(){} };
- }
- class ActiveXImpl : System.MarshalByRefObject
- {
- I4 hiMetricPerInch;
- I4 viewAdviseOnlyOnce;
- I4 viewAdvisePrimeFirst;
- I4 eventsFrozen;
- I4 changingExtents;
- I4 saving;
- I4 isDirty;
- I4 inPlaceActive;
- I4 inPlaceVisible;
- I4 uiActive;
- I4 uiDead;
- I4 adjustingRect;
- ValueClass System.Drawing.Point logPixels;
- SZArray Class tagOLEVERB axVerbs;
- Class System.Windows.Forms.Control control;
- Class System.Windows.Forms.IWindowTarget controlWindowTarget;
- I clipRegion;
- Class IOleClientSite clientSite;
- Class IOleInPlaceUIWindow inPlaceUiWindow;
- Class IOleInPlaceFrame inPlaceFrame;
- Class System.Collections.ArrayList adviseList;
- Class IAdviseSink viewAdviseSink;
- ValueClass System.Collections.Specialized.BitVector32 activeXState;
- SZArray Class AmbientProperty ambientProperties;
- I hwndParent;
- I accelTable;
- I2 accelCount;
- Class COMRECT adjustRect;
- Void ActiveXImpl( Class System.Windows.Forms.Control control);
- ValueClass System.Drawing.Color get_AmbientBackColor();
- Class System.Drawing.Font get_AmbientFont();
- ValueClass System.Drawing.Color get_AmbientForeColor();
- Boolean get_DesignMode();
- Boolean get_EventsFrozen();
- Void set_EventsFrozen( Boolean value);
- I get_HWNDParent();
- ValueClass System.Drawing.Point get_LogPixels();
- I4 Advise( Class IAdviseSink pAdvSink);
- Void Close( I4 dwSaveOption);
- Void DoVerb( I4 iVerb, I lpmsg, Class IOleClientSite pActiveSite, I4 lindex, I hwndParent, Class COMRECT lprcPosRect);
- Void Draw( I4 dwDrawAspect, I4 lindex, I pvAspect, Class tagDVTARGETDEVICE ptd, I hdcTargetDev, I hdcDraw, Class COMRECT prcBounds, Class COMRECT lprcWBounds, I pfnContinue, I4 dwContinue);
- I4 EnumVerbs( ByRef Class IEnumOLEVERB e);
- Void GetAdvise( SZArray I4 paspects, SZArray I4 padvf, SZArray Class IAdviseSink pAdvSink);
- Boolean GetAmbientProperty( I4 dispid, ByRef Object obj);
- Class IOleClientSite GetClientSite();
- I4 GetControlInfo( Class tagCONTROLINFO pCI);
- Void GetExtent( I4 dwDrawAspect, Class tagSIZEL pSizel);
- I2 GetMnemonic( String text);
- Void GetMnemonicList( Class System.Windows.Forms.Control control, Class System.Collections.ArrayList mnemonicList);
- I4 GetWindow( ByRef I hwnd);
- ValueClass System.Drawing.Point HiMetricToPixel( I4 x, I4 y);
- Void InPlaceActivate( I4 verb);
- Void InPlaceDeactivate();
- I4 IsDirty();
- Boolean IsResourceProp( Class System.ComponentModel.PropertyDescriptor prop);
- Void Load( Class IStorage stg);
- Void Load( Class IStream stream);
- Void Load( Class IPropertyBag pPropBag, Class IErrorLog pErrorLog);
- Class AmbientProperty LookupAmbient( I4 dispid);
- I MergeRegion( I region);
- Void CallParentPropertyChanged( Class System.Windows.Forms.Control control, String propName);
- Void OnAmbientPropertyChange( I4 dispID);
- Void OnDocWindowActivate( I4 fActivate);
- Void OnFocus( Boolean focus);
- ValueClass System.Drawing.Point PixelToHiMetric( I4 x, I4 y);
- Void QuickActivate( Class tagQACONTAINER pQaContainer, Class tagQACONTROL pQaControl);
- Void Save( Class IStorage stg, I4 fSameAsLoad);
- Void Save( Class IStream stream, Boolean fClearDirty);
- Void Save( Class IPropertyBag pPropBag, Boolean fClearDirty, Boolean fSaveAllProperties);
- Void SendOnSave();
- Void SetAdvise( I4 aspects, I4 advf, Class IAdviseSink pAdvSink);
- Void SetClientSite( Class IOleClientSite value);
- Void SetExtent( I4 dwDrawAspect, Class tagSIZEL pSizel);
- Void SetInPlaceVisible( Boolean visible);
- Void SetObjectRects( Class COMRECT lprcPosRect, Class COMRECT lprcClipRect);
- Void ThrowHr( I4 hr);
- I4 TranslateAccelerator( ByRef ValueClass MSG lpmsg);
- I4 UIDeactivate();
- Void Unadvise( I4 dwConnection);
- Void UpdateBounds( ByRef I4 x, ByRef I4 y, ByRef I4 width, ByRef I4 height, I4 flags);
- Void ViewChanged();
- Void System.Windows.Forms.IWindowTarget.OnHandleChange( I newHandle);
- Void System.Windows.Forms.IWindowTarget.OnMessage( ByRef ValueClass System.Windows.Forms.Message m);
- Void ActiveXImpl();
- property AmbientBackColor { get(){} set(){} };
- property AmbientFont { get(){} set(){} };
- property AmbientForeColor { get(){} set(){} };
- property DesignMode { get(){} set(){} };
- property EventsFrozen { get(){} set(){} };
- property HWNDParent { get(){} set(){} };
- property LogPixels { get(){} set(){} };
- }
- class PropertyBagStream : System.Object
- {
- Class System.Collections.Hashtable bag;
- Void Read( Class IStream istream);
- I4 System.Windows.Forms.UnsafeNativeMethods+IPropertyBag.Read( String pszPropName, ByRef Object pVar, Class IErrorLog pErrorLog);
- I4 System.Windows.Forms.UnsafeNativeMethods+IPropertyBag.Write( String pszPropName, ByRef Object pVar);
- Void Write( Class IStream istream);
- Void PropertyBagStream();
- }
- class ActiveXFontMarshaler : System.Object
- {
- Class ActiveXFontMarshaler instance;
- Void CleanUpManagedData( Object obj);
- Void CleanUpNativeData( I pObj);
- Class System.Runtime.InteropServices.ICustomMarshaler GetInstance( String cookie);
- I4 GetNativeDataSize();
- I MarshalManagedToNative( Object obj);
- Object MarshalNativeToManaged( I pObj);
- Void ActiveXFontMarshaler();
- }
- class ActiveXVerbEnum : System.Object
- {
- SZArray Class tagOLEVERB verbs;
- I4 current;
- Void ActiveXVerbEnum( SZArray Class tagOLEVERB verbs);
- I4 Next( I4 celt, Class tagOLEVERB rgelt, SZArray I4 pceltFetched);
- I4 Skip( I4 celt);
- Void Reset();
- Void Clone( ByRef Class IEnumOLEVERB ppenum);
- }
- class AmbientProperty : System.Object
- {
- String name;
- I4 dispID;
- Object value;
- Boolean empty;
- Void AmbientProperty( String name, I4 dispID);
- String get_Name();
- I4 get_DispID();
- Boolean get_Empty();
- Object get_Value();
- Void set_Value( Object value);
- Void ResetValue();
- property Name { get(){} set(){} };
- property DispID { get(){} set(){} };
- property Empty { get(){} set(){} };
- property Value { get(){} set(){} };
- }
- class System.Windows.Forms.AccessibleObject : System.MarshalByRefObject
- {
- Class Accessibility.IAccessible systemIAccessible;
- Class IEnumVariant systemIEnumVariant;
- Class IEnumVariant enumVariant;
- Boolean systemWrapper;
- Void System.Windows.Forms.AccessibleObject();
- Void System.Windows.Forms.AccessibleObject( Class Accessibility.IAccessible iAcc);
- Void System.Windows.Forms.AccessibleObject( Class Accessibility.IAccessible iAcc, Class IEnumVariant iEnum);
- ValueClass System.Drawing.Rectangle get_Bounds();
- String get_DefaultAction();
- String get_Description();
- Class IEnumVariant get_EnumVariant();
- String get_Help();
- String get_KeyboardShortcut();
- String get_Name();
- Void set_Name( String value);
- Class System.Windows.Forms.Control get_MarshalingControl();
- Class System.Windows.Forms.AccessibleObject get_Parent();
- ValueClass System.Windows.Forms.AccessibleRole get_Role();
- ValueClass System.Windows.Forms.AccessibleStates get_State();
- String get_Value();
- Void set_Value( String value);
- Class System.Windows.Forms.AccessibleObject GetChild( I4 index);
- I4 GetChildCount();
- Class System.Windows.Forms.AccessibleObject GetFocused();
- I4 GetHelpTopic( ByRef String fileName);
- Class System.Windows.Forms.AccessibleObject GetSelected();
- Class System.Windows.Forms.AccessibleObject HitTest( I4 x, I4 y);
- Void Accessibility.IAccessible.accDoDefaultAction( Object childID);
- Object Accessibility.IAccessible.accHitTest( I4 xLeft, I4 yTop);
- ValueClass System.Drawing.Rectangle InternalGetAccLocation( Object childId);
- Void Accessibility.IAccessible.accLocation( ByRef I4 pxLeft, ByRef I4 pyTop, ByRef I4 pcxWidth, ByRef I4 pcyHeight, Object childID);
- Object Accessibility.IAccessible.accNavigate( I4 navDir, Object childID);
- Void Accessibility.IAccessible.accSelect( I4 flagsSelect, Object childID);
- Void System.Windows.Forms.UnsafeNativeMethods+IEnumVariant.Clone( SZArray Class IEnumVariant v);
- Void DoDefaultAction();
- Object Accessibility.IAccessible.get_accChild( Object childID);
- I4 InternalGetAccChildCount();
- I4 Accessibility.IAccessible.get_accChildCount();
- String Accessibility.IAccessible.get_accDefaultAction( Object childID);
- String Accessibility.IAccessible.get_accDescription( Object childID);
- Class System.Windows.Forms.AccessibleObject GetAccessibleChild( Object childID);
- Object InternalAccFocus();
- Object Accessibility.IAccessible.get_accFocus();
- String Accessibility.IAccessible.get_accHelp( Object childID);
- I4 InternalGetAccHelpTopic( SZArray String outString, Object childId);
- I4 Accessibility.IAccessible.get_accHelpTopic( ByRef String pszHelpFile, Object childID);
- String Accessibility.IAccessible.get_accKeyboardShortcut( Object childID);
- String Accessibility.IAccessible.get_accName( Object childID);
- Object InternalGetAccParent();
- Object Accessibility.IAccessible.get_accParent();
- Object Accessibility.IAccessible.get_accRole( Object childID);
- Object InternalGetAccSelection();
- Object Accessibility.IAccessible.get_accSelection();
- Object Accessibility.IAccessible.get_accState( Object childID);
- String Accessibility.IAccessible.get_accValue( Object childID);
- Void Accessibility.IAccessible.set_accName( Object childID, String newName);
- Void Accessibility.IAccessible.set_accValue( Object childID, String newValue);
- I4 System.Windows.Forms.UnsafeNativeMethods+IEnumVariant.Next( I4 n, I rgvar, SZArray I4 ns);
- Void System.Windows.Forms.UnsafeNativeMethods+IEnumVariant.Reset();
- Void System.Windows.Forms.UnsafeNativeMethods+IEnumVariant.Skip( I4 n);
- Class System.Windows.Forms.AccessibleObject Navigate( ValueClass System.Windows.Forms.AccessibleNavigation navdir);
- Void Select( ValueClass System.Windows.Forms.AccessibleSelection flags);
- Object AsVariant( Class System.Windows.Forms.AccessibleObject obj);
- Class Accessibility.IAccessible AsIAccessible( Class System.Windows.Forms.AccessibleObject obj);
- Void UseStdAccessibleObjects( I handle);
- Void UseStdAccessibleObjects( I handle, I4 objid);
- Void ValidateChildID( ByRef Object childID);
- Class System.Windows.Forms.AccessibleObject WrapIAccessible( Object iacc);
- Class System.Reflection.MethodInfo System.Reflection.IReflect.GetMethod( String name, ValueClass System.Reflection.BindingFlags bindingAttr, Class System.Reflection.Binder binder, SZArray Class System.Type types, SZArray ValueClass System.Reflection.ParameterModifier modifiers);
- Class System.Reflection.MethodInfo System.Reflection.IReflect.GetMethod( String name, ValueClass System.Reflection.BindingFlags bindingAttr);
- SZArray Class System.Reflection.MethodInfo System.Reflection.IReflect.GetMethods( ValueClass System.Reflection.BindingFlags bindingAttr);
- Class System.Reflection.FieldInfo System.Reflection.IReflect.GetField( String name, ValueClass System.Reflection.BindingFlags bindingAttr);
- SZArray Class System.Reflection.FieldInfo System.Reflection.IReflect.GetFields( ValueClass System.Reflection.BindingFlags bindingAttr);
- Class System.Reflection.PropertyInfo System.Reflection.IReflect.GetProperty( String name, ValueClass System.Reflection.BindingFlags bindingAttr);
- Class System.Reflection.PropertyInfo System.Reflection.IReflect.GetProperty( String name, ValueClass System.Reflection.BindingFlags bindingAttr, Class System.Reflection.Binder binder, Class System.Type returnType, SZArray Class System.Type types, SZArray ValueClass System.Reflection.ParameterModifier modifiers);
- SZArray Class System.Reflection.PropertyInfo System.Reflection.IReflect.GetProperties( ValueClass System.Reflection.BindingFlags bindingAttr);
- SZArray Class System.Reflection.MemberInfo System.Reflection.IReflect.GetMember( String name, ValueClass System.Reflection.BindingFlags bindingAttr);
- SZArray Class System.Reflection.MemberInfo System.Reflection.IReflect.GetMembers( ValueClass System.Reflection.BindingFlags bindingAttr);
- Object System.Reflection.IReflect.InvokeMember( String name, ValueClass System.Reflection.BindingFlags invokeAttr, Class System.Reflection.Binder binder, Object target, SZArray Object args, SZArray ValueClass System.Reflection.ParameterModifier modifiers, Class System.Globalization.CultureInfo culture, SZArray String namedParameters);
- Class System.Type System.Reflection.IReflect.get_UnderlyingSystemType();
- property Bounds { get(){} set(){} };
- property DefaultAction { get(){} set(){} };
- property Description { get(){} set(){} };
- property EnumVariant { get(){} set(){} };
- property Help { get(){} set(){} };
- property KeyboardShortcut { get(){} set(){} };
- property Name { get(){} set(){} };
- property MarshalingControl { get(){} set(){} };
- property Parent { get(){} set(){} };
- property Role { get(){} set(){} };
- property State { get(){} set(){} };
- property Value { get(){} set(){} };
- }
- class ChildIdDelegate : System.MulticastDelegate
- {
- Void ChildIdDelegate( Object object, I method);
- Object Invoke( Object childId);
- Class System.IAsyncResult BeginInvoke( Object childId, Class System.AsyncCallback callback, Object object);
- Object EndInvoke( Class System.IAsyncResult result);
- }
- class ChildIdDelegateString : System.MulticastDelegate
- {
- Void ChildIdDelegateString( Object object, I method);
- String Invoke( Object childId);
- Class System.IAsyncResult BeginInvoke( Object childId, Class System.AsyncCallback callback, Object object);
- String EndInvoke( Class System.IAsyncResult result);
- }
- class StringChildIdDelegateInt : System.MulticastDelegate
- {
- Void StringChildIdDelegateInt( Object object, I method);
- I4 Invoke( SZArray String strArray, Object childId);
- Class System.IAsyncResult BeginInvoke( SZArray String strArray, Object childId, Class System.AsyncCallback callback, Object object);
- I4 EndInvoke( Class System.IAsyncResult result);
- }
- class ChildIdDelegateRect : System.MulticastDelegate
- {
- Void ChildIdDelegateRect( Object object, I method);
- ValueClass System.Drawing.Rectangle Invoke( Object childId);
- Class System.IAsyncResult BeginInvoke( Object childId, Class System.AsyncCallback callback, Object object);
- ValueClass System.Drawing.Rectangle EndInvoke( Class System.IAsyncResult result);
- }
- class ChildIdDelegateVoid : System.MulticastDelegate
- {
- Void ChildIdDelegateVoid( Object object, I method);
- Void Invoke( Object childId);
- Class System.IAsyncResult BeginInvoke( Object childId, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class IntChildDelegate : System.MulticastDelegate
- {
- Void IntChildDelegate( Object object, I method);
- Object Invoke( I4 intParam, Object childId);
- Class System.IAsyncResult BeginInvoke( I4 intParam, Object childId, Class System.AsyncCallback callback, Object object);
- Object EndInvoke( Class System.IAsyncResult result);
- }
- class IntChildDelegateVoid : System.MulticastDelegate
- {
- Void IntChildDelegateVoid( Object object, I method);
- Void Invoke( I4 intParam, Object childId);
- Class System.IAsyncResult BeginInvoke( I4 intParam, Object childId, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class IntIntDelegate : System.MulticastDelegate
- {
- Void IntIntDelegate( Object object, I method);
- Object Invoke( I4 intParam, I4 intParam2);
- Class System.IAsyncResult BeginInvoke( I4 intParam, I4 intParam2, Class System.AsyncCallback callback, Object object);
- Object EndInvoke( Class System.IAsyncResult result);
- }
- class PropertyDelegate : System.MulticastDelegate
- {
- Void PropertyDelegate( Object object, I method);
- Object Invoke();
- Class System.IAsyncResult BeginInvoke( Class System.AsyncCallback callback, Object object);
- Object EndInvoke( Class System.IAsyncResult result);
- }
- class PropertyDelegateInt : System.MulticastDelegate
- {
- Void PropertyDelegateInt( Object object, I method);
- I4 Invoke();
- Class System.IAsyncResult BeginInvoke( Class System.AsyncCallback callback, Object object);
- I4 EndInvoke( Class System.IAsyncResult result);
- }
- class ChildIdStringDelegate : System.MulticastDelegate
- {
- Void ChildIdStringDelegate( Object object, I method);
- Void Invoke( Object childId, String strParam);
- Class System.IAsyncResult BeginInvoke( Object childId, String strParam, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class EnumVariantObject : System.Object
- {
- I4 currentChild;
- Class System.Windows.Forms.AccessibleObject owner;
- Void EnumVariantObject( Class System.Windows.Forms.AccessibleObject owner);
- Void EnumVariantObject( Class System.Windows.Forms.AccessibleObject owner, I4 currentChild);
- I4 System.Windows.Forms.UnsafeNativeMethods+IEnumVariant.Next( I4 n, I rgvar, SZArray I4 ns);
- Void System.Windows.Forms.UnsafeNativeMethods+IEnumVariant.Reset();
- Void System.Windows.Forms.UnsafeNativeMethods+IEnumVariant.Skip( I4 n);
- Void System.Windows.Forms.UnsafeNativeMethods+IEnumVariant.Clone( SZArray Class IEnumVariant v);
- }
- class ControlAccessibleObject : System.Windows.Forms.AccessibleObject
- {
- I oleAccAvailable;
- I handle;
- Class System.Windows.Forms.Control ownerControl;
- Void ControlAccessibleObject( Class System.Windows.Forms.Control ownerControl);
- String get_DefaultAction();
- String get_Description();
- I get_Handle();
- Void set_Handle( I value);
- String get_Help();
- String get_KeyboardShortcut();
- Class System.Windows.Forms.Control get_MarshalingControl();
- String get_Name();
- Void set_Name( String value);
- Class System.Windows.Forms.Control get_Owner();
- Class System.Windows.Forms.Label get_PreviousLabel();
- ValueClass System.Windows.Forms.AccessibleRole get_Role();
- I4 GetHelpTopic( ByRef String fileName);
- Void NotifyClients( ValueClass System.Windows.Forms.AccessibleEvents accEvent);
- Void NotifyClients( ValueClass System.Windows.Forms.AccessibleEvents accEvent, I4 childID);
- String ToString();
- Void ControlAccessibleObject();
- property DefaultAction { get(){} set(){} };
- property Description { get(){} set(){} };
- property Handle { get(){} set(){} };
- property Help { get(){} set(){} };
- property KeyboardShortcut { get(){} set(){} };
- property MarshalingControl { get(){} set(){} };
- property Name { get(){} set(){} };
- property Owner { get(){} set(){} };
- property PreviousLabel { get(){} set(){} };
- property Role { get(){} set(){} };
- }
- class DropTarget : System.Object
- {
- Class System.Windows.Forms.IDataObject lastDataObject;
- ValueClass System.Windows.Forms.DragDropEffects lastEffect;
- Class System.Windows.Forms.Control owner;
- Void DropTarget( Class System.Windows.Forms.Control owner);
- Class System.Windows.Forms.DragEventArgs CreateDragEventArgs( Object pDataObj, I4 grfKeyState, Class POINTL pt, I4 pdwEffect);
- I4 System.Windows.Forms.UnsafeNativeMethods+IOleDropTarget.OleDragEnter( Object pDataObj, I4 grfKeyState, I8 pt, ByRef I4 pdwEffect);
- I4 System.Windows.Forms.UnsafeNativeMethods+IOleDropTarget.OleDragOver( I4 grfKeyState, I8 pt, ByRef I4 pdwEffect);
- I4 System.Windows.Forms.UnsafeNativeMethods+IOleDropTarget.OleDragLeave();
- I4 System.Windows.Forms.UnsafeNativeMethods+IOleDropTarget.OleDrop( Object pDataObj, I4 grfKeyState, I8 pt, ByRef I4 pdwEffect);
- I4 GetX( I8 pt);
- I4 GetY( I8 pt);
- }
- class DropSource : System.Object
- {
- Class System.Windows.Forms.Control peer;
- Void DropSource( Class System.Windows.Forms.Control peer);
- I4 OleQueryContinueDrag( I4 fEscapePressed, I4 grfKeyState);
- I4 OleGiveFeedback( I4 dwEffect);
- }
- class FontHandleWrapper : System.MarshalByRefObject
- {
- I handle;
- Void FontHandleWrapper( Class System.Drawing.Font font);
- I get_Handle();
- Void Dispose();
- Void Finalize();
- property Handle { get(){} set(){} };
- }
- class ImeModeConversion : System.ValueType
- {
- I4 setBits;
- I4 clearBits;
- }
- class ThreadMethodEntry : System.Object
- {
- Class System.Windows.Forms.Control caller;
- Class System.Delegate method;
- SZArray Object args;
- Object retVal;
- Class System.Exception exception;
- Boolean synchronous;
- Boolean isCompleted;
- Class System.Threading.ManualResetEvent resetEvent;
- Class System.Threading.CompressedStack compressedStack;
- Void ThreadMethodEntry( Class System.Windows.Forms.Control caller, Class System.Delegate method, SZArray Object args, Boolean synchronous, Class System.Threading.CompressedStack compressedStack);
- Object get_AsyncObject();
- Object get_AsyncState();
- Class System.Threading.WaitHandle get_AsyncWaitHandle();
- Boolean get_CompletedSynchronously();
- Boolean get_IsCompleted();
- Void Complete();
- property AsyncObject { get(){} set(){} };
- property AsyncState { get(){} set(){} };
- property AsyncWaitHandle { get(){} set(){} };
- property CompletedSynchronously { get(){} set(){} };
- property IsCompleted { get(){} set(){} };
- }
- class LayoutInfo : System.Object
- {
- UI1 mode;
- Boolean IsDock;
- I4 x1;
- I4 x2;
- I4 y1;
- I4 y2;
- Void LayoutInfo( ValueClass System.Windows.Forms.DockStyle dock, I4 originalX, I4 originalY, I4 originalWidth, I4 originalHeight);
- Void LayoutInfo( ValueClass System.Windows.Forms.AnchorStyles anchor);
- ValueClass System.Windows.Forms.AnchorStyles get_Anchor();
- I4 get_Bottom();
- Void set_Bottom( I4 value);
- ValueClass System.Windows.Forms.DockStyle get_Dock();
- Void set_Dock( ValueClass System.Windows.Forms.DockStyle value);
- I4 get_Left();
- Void set_Left( I4 value);
- I4 get_OriginalHeight();
- Void set_OriginalHeight( I4 value);
- I4 get_OriginalWidth();
- Void set_OriginalWidth( I4 value);
- I4 get_OriginalX();
- Void set_OriginalX( I4 value);
- I4 get_OriginalY();
- Void set_OriginalY( I4 value);
- I4 get_Right();
- Void set_Right( I4 value);
- I4 get_Top();
- Void set_Top( I4 value);
- property Anchor { get(){} set(){} };
- property Bottom { get(){} set(){} };
- property Dock { get(){} set(){} };
- property Left { get(){} set(){} };
- property OriginalHeight { get(){} set(){} };
- property OriginalWidth { get(){} set(){} };
- property OriginalX { get(){} set(){} };
- property OriginalY { get(){} set(){} };
- property Right { get(){} set(){} };
- property Top { get(){} set(){} };
- }
- class LayoutManager : System.Object
- {
- Void AnchorControl( Class System.Windows.Forms.Control ctl, ValueClass System.Drawing.Rectangle parentDisplayRectangle);
- Void LayoutAnchoredControls( Class System.Windows.Forms.Control container, Class System.Windows.Forms.LayoutEventArgs levent);
- Void LayoutDockedControls( Class System.Windows.Forms.Control container, Class System.Windows.Forms.LayoutEventArgs levent);
- Void OnLayout( Class System.Windows.Forms.Control container, Class System.Windows.Forms.LayoutEventArgs levent);
- Void UpdateAnchorInfo( Class System.Windows.Forms.Control control);
- Void LayoutManager();
- }
- class ControlVersionInfo : System.Object
- {
- String companyName;
- String productName;
- String productVersion;
- Class System.Diagnostics.FileVersionInfo versionInfo;
- Class System.Windows.Forms.Control owner;
- Void ControlVersionInfo( Class System.Windows.Forms.Control owner);
- String get_CompanyName();
- String get_ProductName();
- String get_ProductVersion();
- Class System.Diagnostics.FileVersionInfo GetFileVersionInfo();
- property CompanyName { get(){} set(){} };
- property ProductName { get(){} set(){} };
- property ProductVersion { get(){} set(){} };
- }
- class IPropertyNotifySinkEventHandler : System.MulticastDelegate
- {
- Void IPropertyNotifySinkEventHandler( Object object, I method);
- Void Invoke( I4 dispid);
- Class System.IAsyncResult BeginInvoke( I4 dispid, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class System.Windows.Forms.ScrollableControl : System.Windows.Forms.Control
- {
- I4 ScrollStateAutoScrolling;
- I4 ScrollStateHScrollVisible;
- I4 ScrollStateVScrollVisible;
- I4 ScrollStateUserHasScrolled;
- I4 ScrollStateFullDrag;
- I4 SCROLL_LINE;
- Class System.Diagnostics.TraceSwitch AutoScrolling;
- ValueClass System.Drawing.Size userAutoScrollMinSize;
- ValueClass System.Drawing.Rectangle displayRect;
- ValueClass System.Drawing.Size scrollMargin;
- ValueClass System.Drawing.Size requestedScrollMargin;
- ValueClass System.Drawing.Point scrollPosition;
- Class DockPaddingEdges dockPadding;
- I4 scrollState;
- Void System.Windows.Forms.ScrollableControl();
- Boolean get_AutoScroll();
- Void set_AutoScroll( Boolean value);
- ValueClass System.Drawing.Size get_AutoScrollMargin();
- Void set_AutoScrollMargin( ValueClass System.Drawing.Size value);
- ValueClass System.Drawing.Point get_AutoScrollPosition();
- Void set_AutoScrollPosition( ValueClass System.Drawing.Point value);
- ValueClass System.Drawing.Size get_AutoScrollMinSize();
- Void set_AutoScrollMinSize( ValueClass System.Drawing.Size value);
- Class System.Windows.Forms.CreateParams get_CreateParams();
- ValueClass System.Drawing.Rectangle get_DisplayRectangle();
- Boolean get_HScroll();
- Void set_HScroll( Boolean value);
- Boolean get_VScroll();
- Void set_VScroll( Boolean value);
- Class DockPaddingEdges get_DockPadding();
- Void AdjustFormScrollbars( Boolean displayScrollbars);
- Boolean ApplyScrollbarChanges( ValueClass System.Drawing.Rectangle display);
- ValueClass System.Drawing.Rectangle GetDisplayRectInternal();
- Boolean GetScrollState( I4 bit);
- Void OnLayout( Class System.Windows.Forms.LayoutEventArgs levent);
- Void OnMouseWheel( Class System.Windows.Forms.MouseEventArgs e);
- Void OnVisibleChanged( Class System.EventArgs e);
- Void ScaleDockPadding( R4 dx, R4 dy);
- Void ScaleCore( R4 dx, R4 dy);
- Void SetDisplayRectLocation( I4 x, I4 y);
- Void ScrollControlIntoView( Class System.Windows.Forms.Control activeControl);
- Void SetAutoScrollMargin( I4 x, I4 y);
- Boolean SetVisibleScrollbars( Boolean horiz, Boolean vert);
- Boolean SetDisplayRectangleSize( I4 width, I4 height);
- Void SetScrollState( I4 bit, Boolean value);
- Boolean ShouldSerializeAutoScrollPosition();
- Boolean ShouldSerializeAutoScrollMargin();
- Boolean ShouldSerializeAutoScrollMinSize();
- Void SyncScrollbars();
- Void UpdateFullDrag();
- Void WmVScroll( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmHScroll( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmSettingChange( ByRef ValueClass System.Windows.Forms.Message m);
- Void WndProc( ByRef ValueClass System.Windows.Forms.Message m);
- property AutoScroll { get(){} set(){} };
- property AutoScrollMargin { get(){} set(){} };
- property AutoScrollPosition { get(){} set(){} };
- property AutoScrollMinSize { get(){} set(){} };
- property CreateParams { get(){} set(){} };
- property DisplayRectangle { get(){} set(){} };
- property HScroll { get(){} set(){} };
- property VScroll { get(){} set(){} };
- property DockPadding { get(){} set(){} };
- }
- class DockPaddingEdges : System.Object
- {
- Class System.Windows.Forms.ScrollableControl owner;
- Boolean all;
- I4 top;
- I4 left;
- I4 right;
- I4 bottom;
- Void DockPaddingEdges( Class System.Windows.Forms.ScrollableControl owner);
- I4 get_All();
- Void set_All( I4 value);
- I4 get_Bottom();
- Void set_Bottom( I4 value);
- I4 get_Left();
- Void set_Left( I4 value);
- I4 get_Right();
- Void set_Right( I4 value);
- I4 get_Top();
- Void set_Top( I4 value);
- Boolean Equals( Object other);
- I4 GetHashCode();
- Void ResetAll();
- Void ResetBottom();
- Void ResetLeft();
- Void ResetRight();
- Void ResetTop();
- Void Scale( R4 dx, R4 dy);
- Boolean ShouldSerializeAll();
- Boolean ShouldSerializeBottom();
- Boolean ShouldSerializeLeft();
- Boolean ShouldSerializeRight();
- Boolean ShouldSerializeTop();
- String ToString();
- Object System.ICloneable.Clone();
- property All { get(){} set(){} };
- property Bottom { get(){} set(){} };
- property Left { get(){} set(){} };
- property Right { get(){} set(){} };
- property Top { get(){} set(){} };
- }
- class DockPaddingEdgesConverter : System.ComponentModel.TypeConverter
- {
- Class System.ComponentModel.PropertyDescriptorCollection GetProperties( Class System.ComponentModel.ITypeDescriptorContext context, Object value, SZArray Class System.Attribute attributes);
- Boolean GetPropertiesSupported( Class System.ComponentModel.ITypeDescriptorContext context);
- Void DockPaddingEdgesConverter();
- }
- interface System.Windows.Forms.IContainerControl :
- {
- Class System.Windows.Forms.Control get_ActiveControl();
- Void set_ActiveControl( Class System.Windows.Forms.Control value);
- Boolean ActivateControl( Class System.Windows.Forms.Control active);
- property ActiveControl { get(){} set(){} };
- }
- class System.Windows.Forms.ContainerControl : System.Windows.Forms.ScrollableControl
- {
- Class System.Windows.Forms.Control activeControl;
- Class System.Windows.Forms.Control focusedControl;
- Class System.Windows.Forms.Control unvalidatedControl;
- Boolean validating;
- I4 PropAxContainer;
- Void System.Windows.Forms.ContainerControl();
- Class System.Windows.Forms.BindingContext get_BindingContext();
- Void set_BindingContext( Class System.Windows.Forms.BindingContext value);
- Class System.Windows.Forms.Control get_ActiveControl();
- Void set_ActiveControl( Class System.Windows.Forms.Control value);
- Class System.Windows.Forms.CreateParams get_CreateParams();
- Class System.Windows.Forms.Form get_ParentForm();
- Class System.Windows.Forms.Form get_ParentFormInternal();
- Boolean System.Windows.Forms.IContainerControl.ActivateControl( Class System.Windows.Forms.Control control);
- Boolean ActivateControlInternal( Class System.Windows.Forms.Control control);
- Boolean ActivateControlInternal( Class System.Windows.Forms.Control control, Boolean originator);
- Void AdjustFormScrollbars( Boolean displayScrollbars);
- Boolean AssignActiveControlInternal( Class System.Windows.Forms.Control value);
- Void AxContainerFormCreated();
- Class AxContainer FindAxContainer();
- Class AxContainer CreateAxContainer();
- Void Dispose( Boolean disposing);
- Void FocusActiveControlInternal();
- Class AxContainer GetAxContainer();
- Void OnCreateControl();
- Void OnControlRemoved( Class System.Windows.Forms.ControlEventArgs e);
- Boolean ProcessArrowKey( Boolean forward);
- Boolean ProcessDialogChar( Char charCode);
- Boolean ProcessDialogKey( ValueClass System.Windows.Forms.Keys keyData);
- Boolean ProcessMnemonic( Char charCode);
- Boolean ProcessTabKey( Boolean forward);
- Class System.Windows.Forms.ScrollableControl FindScrollableParent( Class System.Windows.Forms.Control ctl);
- Void ScrollActiveControlIntoView();
- Void Select( Boolean directed, Boolean forward);
- Void SetActiveControl( Class System.Windows.Forms.Control ctl);
- Void SetActiveControlInternal( Class System.Windows.Forms.Control value);
- Void UpdateDefaultButton();
- Void UpdateFocusedControl();
- Void EnterValidation( Class System.Windows.Forms.Control enterControl);
- Boolean Validate();
- Boolean ValidateThroughAncestor( Class System.Windows.Forms.Control ancestorControl);
- Void WmSetFocus( ByRef ValueClass System.Windows.Forms.Message m);
- Void WndProc( ByRef ValueClass System.Windows.Forms.Message m);
- Void System.Windows.Forms.ContainerControl();
- property BindingContext { get(){} set(){} };
- property ActiveControl { get(){} set(){} };
- property CreateParams { get(){} set(){} };
- property ParentForm { get(){} set(){} };
- property ParentFormInternal { get(){} set(){} };
- }
- class System.Windows.Forms.Form : System.Windows.Forms.ContainerControl
- {
- I4 SizeGripSize;
- Object EVENT_ACTIVATED;
- Object EVENT_CLOSING;
- Object EVENT_CLOSED;
- Object EVENT_DEACTIVATE;
- Object EVENT_LOAD;
- Object EVENT_MDI_CHILD_ACTIVATE;
- Object EVENT_INPUTLANGCHANGE;
- Object EVENT_INPUTLANGCHANGEREQUEST;
- Object EVENT_MENUSTART;
- Object EVENT_MENUCOMPLETE;
- Object EVENT_MAXIMUMSIZECHANGED;
- Object EVENT_MINIMUMSIZECHANGED;
- ValueClass Section FormStateAllowLayered;
- ValueClass Section FormStateBorderStyle;
- ValueClass Section FormStateTaskBar;
- ValueClass Section FormStateControlBox;
- ValueClass Section FormStateKeyPreview;
- ValueClass Section FormStateLayered;
- ValueClass Section FormStateMaximizeBox;
- ValueClass Section FormStateMinimizeBox;
- ValueClass Section FormStateHelpButton;
- ValueClass Section FormStateStartPos;
- ValueClass Section FormStateWindowState;
- ValueClass Section FormStateShowWindowOnCreate;
- ValueClass Section FormStateAutoScaling;
- ValueClass Section FormStateSetClientSize;
- ValueClass Section FormStateTopMost;
- ValueClass Section FormStateSWCalled;
- ValueClass Section FormStateMdiChildMax;
- ValueClass Section FormStateRenderSizeGrip;
- ValueClass Section FormStateSizeGripStyle;
- ValueClass Section FormStateIsRestrictedWindow;
- ValueClass Section FormStateIsRestrictedWindowChecked;
- ValueClass Section FormStateIsWindowActivated;
- ValueClass Section FormStateIsTextEmpty;
- ValueClass Section FormStateIsActive;
- ValueClass Section FormStateIconSet;
- Class System.Drawing.Icon defaultIcon;
- Class System.Drawing.Icon defaultRestrictedIcon;
- I4 PropAcceptButton;
- I4 PropCancelButton;
- I4 PropDefaultButton;
- I4 PropDialogOwner;
- I4 PropMainMenu;
- I4 PropDummyMenu;
- I4 PropCurMenu;
- I4 PropMergedMenu;
- I4 PropOwner;
- I4 PropOwnedForms;
- I4 PropMaximizedBounds;
- I4 PropOwnedFormsCount;
- I4 PropMinTrackSizeWidth;
- I4 PropMinTrackSizeHeight;
- I4 PropMaxTrackSizeWidth;
- I4 PropMaxTrackSizeHeight;
- I4 PropFormMdiParent;
- I4 PropActiveMdiChild;
- I4 PropOpacity;
- I4 PropTransparencyKey;
- I4 PropSecurityTip;
- ValueClass System.Collections.Specialized.BitVector32 formState;
- Class System.Drawing.Icon icon;
- Class System.Drawing.Icon smallIcon;
- ValueClass System.Drawing.Size autoScaleBaseSize;
- ValueClass System.Drawing.Rectangle restoredWindowBounds;
- ValueClass System.Windows.Forms.BoundsSpecified restoredWindowBoundsSpecified;
- ValueClass System.Windows.Forms.DialogResult dialogResult;
- Class System.Windows.Forms.MdiClient ctlClient;
- UI1 updateMenuHandlesSuspendCount;
- Boolean updateMenuHandlesDeferred;
- Boolean useMdiChildProc;
- String userWindowText;
- String securityZone;
- String securitySite;
- Boolean calledOnLoad;
- Boolean calledMakeVisible;
- Boolean calledCreateControl;
- Object EVENT_MAXIMIZEDBOUNDSCHANGED;
- Void System.Windows.Forms.Form();
- Class System.Windows.Forms.IButtonControl get_AcceptButton();
- Void set_AcceptButton( Class System.Windows.Forms.IButtonControl value);
- Boolean get_Active();
- Void set_Active( Boolean value);
- Class System.Windows.Forms.Form get_ActiveForm();
- Class System.Windows.Forms.Form get_ActiveMdiChild();
- Boolean get_AllowTransparency();
- Void set_AllowTransparency( Boolean value);
- Boolean get_AutoScale();
- Void set_AutoScale( Boolean value);
- ValueClass System.Drawing.Size get_AutoScaleBaseSize();
- Void set_AutoScaleBaseSize( ValueClass System.Drawing.Size value);
- Boolean get_AutoScroll();
- Void set_AutoScroll( Boolean value);
- ValueClass System.Drawing.Color get_BackColor();
- Void set_BackColor( ValueClass System.Drawing.Color value);
- ValueClass System.Windows.Forms.FormBorderStyle get_FormBorderStyle();
- Void set_FormBorderStyle( ValueClass System.Windows.Forms.FormBorderStyle value);
- Class System.Windows.Forms.IButtonControl get_CancelButton();
- Void set_CancelButton( Class System.Windows.Forms.IButtonControl value);
- ValueClass System.Drawing.Size get_ClientSize();
- Void set_ClientSize( ValueClass System.Drawing.Size value);
- Boolean get_ControlBox();
- Void set_ControlBox( Boolean value);
- Class System.Windows.Forms.CreateParams get_CreateParams();
- Class System.Drawing.Icon get_DefaultIcon();
- ValueClass System.Windows.Forms.ImeMode get_DefaultImeMode();
- Class System.Drawing.Icon get_DefaultRestrictedIcon();
- ValueClass System.Drawing.Size get_DefaultSize();
- ValueClass System.Drawing.Rectangle get_DesktopBounds();
- Void set_DesktopBounds( ValueClass System.Drawing.Rectangle value);
- ValueClass System.Drawing.Point get_DesktopLocation();
- Void set_DesktopLocation( ValueClass System.Drawing.Point value);
- ValueClass System.Windows.Forms.DialogResult get_DialogResult();
- Void set_DialogResult( ValueClass System.Windows.Forms.DialogResult value);
- Boolean get_HasMenu();
- Boolean get_HelpButton();
- Void set_HelpButton( Boolean value);
- Class System.Drawing.Icon get_Icon();
- Void set_Icon( Class System.Drawing.Icon value);
- Boolean get_IsMdiChild();
- Boolean get_IsMdiContainer();
- Void set_IsMdiContainer( Boolean value);
- Boolean get_KeyPreview();
- Void set_KeyPreview( Boolean value);
- ValueClass System.Drawing.Rectangle get_MaximizedBounds();
- Void set_MaximizedBounds( ValueClass System.Drawing.Rectangle value);
- Void add_MaximizedBoundsChanged( Class System.EventHandler value);
- Void remove_MaximizedBoundsChanged( Class System.EventHandler value);
- ValueClass System.Drawing.Size get_MaximumSize();
- Void set_MaximumSize( ValueClass System.Drawing.Size value);
- Void add_MaximumSizeChanged( Class System.EventHandler value);
- Void remove_MaximumSizeChanged( Class System.EventHandler value);
- Class System.Windows.Forms.MainMenu get_Menu();
- Void set_Menu( Class System.Windows.Forms.MainMenu value);
- ValueClass System.Drawing.Size get_MinimumSize();
- Void set_MinimumSize( ValueClass System.Drawing.Size value);
- Void add_MinimumSizeChanged( Class System.EventHandler value);
- Void remove_MinimumSizeChanged( Class System.EventHandler value);
- Boolean get_MaximizeBox();
- Void set_MaximizeBox( Boolean value);
- SZArray Class System.Windows.Forms.Form get_MdiChildren();
- Class System.Windows.Forms.Form get_MdiParent();
- Void set_MdiParent( Class System.Windows.Forms.Form value);
- Class System.Windows.Forms.Form get_MdiParentInternal();
- Void set_MdiParentInternal( Class System.Windows.Forms.Form value);
- Class System.Windows.Forms.MainMenu get_MergedMenu();
- Boolean get_MinimizeBox();
- Void set_MinimizeBox( Boolean value);
- Boolean get_Modal();
- R8 get_Opacity();
- Void set_Opacity( R8 value);
- UI1 get_OpacityAsByte();
- SZArray Class System.Windows.Forms.Form get_OwnedForms();
- Class System.Windows.Forms.Form get_Owner();
- Void set_Owner( Class System.Windows.Forms.Form value);
- Class System.Windows.Forms.Form get_OwnerInternal();
- Class System.Windows.Forms.Control get_ParentInternal();
- Void set_ParentInternal( Class System.Windows.Forms.Control value);
- Boolean get_ShowInTaskbar();
- Void set_ShowInTaskbar( Boolean value);
- I4 get_ShowParams();
- ValueClass System.Drawing.Size get_Size();
- Void set_Size( ValueClass System.Drawing.Size value);
- ValueClass System.Windows.Forms.SizeGripStyle get_SizeGripStyle();
- Void set_SizeGripStyle( ValueClass System.Windows.Forms.SizeGripStyle value);
- ValueClass System.Windows.Forms.FormStartPosition get_StartPosition();
- Void set_StartPosition( ValueClass System.Windows.Forms.FormStartPosition value);
- I4 get_TabIndex();
- Void set_TabIndex( I4 value);
- Boolean get_TopLevel();
- Void set_TopLevel( Boolean value);
- Boolean get_TopMost();
- Void set_TopMost( Boolean value);
- ValueClass System.Drawing.Color get_TransparencyKey();
- Void set_TransparencyKey( ValueClass System.Drawing.Color value);
- Void SetVisibleCore( Boolean value);
- Boolean get_IsRestrictedWindow();
- ValueClass System.Windows.Forms.FormWindowState get_WindowState();
- Void set_WindowState( ValueClass System.Windows.Forms.FormWindowState value);
- String get_WindowText();
- Void set_WindowText( String value);
- Void Activate();
- Void add_Activated( Class System.EventHandler value);
- Void remove_Activated( Class System.EventHandler value);
- Void add_Closing( Class System.ComponentModel.CancelEventHandler value);
- Void remove_Closing( Class System.ComponentModel.CancelEventHandler value);
- Void add_Closed( Class System.EventHandler value);
- Void remove_Closed( Class System.EventHandler value);
- Void add_Deactivate( Class System.EventHandler value);
- Void remove_Deactivate( Class System.EventHandler value);
- Void add_Load( Class System.EventHandler value);
- Void remove_Load( Class System.EventHandler value);
- Void add_MdiChildActivate( Class System.EventHandler value);
- Void remove_MdiChildActivate( Class System.EventHandler value);
- Void add_MenuComplete( Class System.EventHandler value);
- Void remove_MenuComplete( Class System.EventHandler value);
- Void add_MenuStart( Class System.EventHandler value);
- Void remove_MenuStart( Class System.EventHandler value);
- Void add_InputLanguageChanged( Class System.Windows.Forms.InputLanguageChangedEventHandler value);
- Void remove_InputLanguageChanged( Class System.Windows.Forms.InputLanguageChangedEventHandler value);
- Void add_InputLanguageChanging( Class System.Windows.Forms.InputLanguageChangingEventHandler value);
- Void remove_InputLanguageChanging( Class System.Windows.Forms.InputLanguageChangingEventHandler value);
- Void AddOwnedForm( Class System.Windows.Forms.Form ownedForm);
- R4 AdjustScale( R4 scale);
- Void AdjustFormScrollbars( Boolean displayScrollbars);
- Void AdjustSystemMenu( I hmenu);
- Void AdjustSystemMenu();
- Void ApplyAutoScaling();
- Void ApplyClientSize();
- Void AssignParent( Class System.Windows.Forms.Control value);
- Boolean CheckCloseDialog();
- Void Close();
- ValueClass System.Drawing.Size ComputeWindowSize( ValueClass System.Drawing.Size clientSize);
- ValueClass System.Drawing.Size ComputeWindowSize( ValueClass System.Drawing.Size clientSize, I4 style, I4 exStyle);
- Class ControlCollection CreateControlsInstance();
- Void AfterControlRemoved( Class System.Windows.Forms.Control control);
- ValueClass System.Drawing.Rectangle CalcScreenBounds();
- Void CreateHandle();
- Void DefWndProc( ByRef ValueClass System.Windows.Forms.Message m);
- Void Dispose( Boolean disposing);
- Void FillInCreateParamsBorderIcons( Class System.Windows.Forms.CreateParams cp);
- Void FillInCreateParamsBorderStyles( Class System.Windows.Forms.CreateParams cp);
- Void FillInCreateParamsStartPosition( Class System.Windows.Forms.CreateParams cp);
- Void FillInCreateParamsWindowState( Class System.Windows.Forms.CreateParams cp);
- Boolean FocusInternal();
- ValueClass System.Drawing.SizeF GetAutoScaleSize( Class System.Drawing.Font font);
- Class System.Windows.Forms.MdiClient GetMdiClient();
- String RestrictedWindowText( String original);
- Void CenterToParent();
- Void CenterToScreen();
- Void InvalidateMergedMenu();
- Void LayoutMdi( ValueClass System.Windows.Forms.MdiLayout value);
- Void MenuChanged( I4 change, Class System.Windows.Forms.Menu menu);
- Void OnActivated( Class System.EventArgs e);
- Void OnClosing( Class System.ComponentModel.CancelEventArgs e);
- Void OnClosed( Class System.EventArgs e);
- Void OnCreateControl();
- Void OnDeactivate( Class System.EventArgs e);
- Void OnFontChanged( Class System.EventArgs e);
- Void OnHandleCreated( Class System.EventArgs e);
- Void OnHandleDestroyed( Class System.EventArgs e);
- Void OnLoad( Class System.EventArgs e);
- Void OnMaximizedBoundsChanged( Class System.EventArgs e);
- Void OnMaximumSizeChanged( Class System.EventArgs e);
- Void OnMinimumSizeChanged( Class System.EventArgs e);
- Void OnInputLanguageChanged( Class System.Windows.Forms.InputLanguageChangedEventArgs e);
- Void OnInputLanguageChanging( Class System.Windows.Forms.InputLanguageChangingEventArgs e);
- Void OnVisibleChanged( Class System.EventArgs e);
- Void ActivateMdiChild( Class System.Windows.Forms.Form form);
- Void OnMdiChildActivate( Class System.EventArgs e);
- Void OnMenuStart( Class System.EventArgs e);
- Void OnMenuComplete( Class System.EventArgs e);
- Void OnPaint( Class System.Windows.Forms.PaintEventArgs e);
- Void OnResize( Class System.EventArgs e);
- Void OnTextChanged( Class System.EventArgs e);
- Void PerformOnInputLanguageChanged( Class System.Windows.Forms.InputLanguageChangedEventArgs iplevent);
- Void PerformOnInputLanguageChanging( Class System.Windows.Forms.InputLanguageChangingEventArgs iplcevent);
- Boolean ProcessCmdKey( ByRef ValueClass System.Windows.Forms.Message msg, ValueClass System.Windows.Forms.Keys keyData);
- Boolean ProcessDialogKey( ValueClass System.Windows.Forms.Keys keyData);
- Boolean ProcessKeyPreview( ByRef ValueClass System.Windows.Forms.Message m);
- Boolean ProcessTabKey( Boolean forward);
- Void RecreateHandleCore();
- Void RemoveOwnedForm( Class System.Windows.Forms.Form ownedForm);
- Void ResetIcon();
- Void ResetSecurityTip( Boolean modalOnly);
- Void RestoreWindowBoundsIfNecessary();
- Void RestrictedProcessNcActivate();
- Void ResumeUpdateMenuHandles();
- Void Select( Boolean directed, Boolean forward);
- Void ScaleCore( R4 x, R4 y);
- Void SetMdiActive( Boolean value);
- Void SetBoundsCore( I4 x, I4 y, I4 width, I4 height, ValueClass System.Windows.Forms.BoundsSpecified specified);
- Void SetDefaultButton( Class System.Windows.Forms.IButtonControl button);
- Void SetClientSizeCore( I4 x, I4 y);
- Void SetDesktopBounds( I4 x, I4 y, I4 width, I4 height);
- Void SetDesktopLocation( I4 x, I4 y);
- ValueClass System.Windows.Forms.DialogResult ShowDialog();
- ValueClass System.Windows.Forms.DialogResult ShowDialog( Class System.Windows.Forms.IWin32Window owner);
- Boolean ShouldSerializeAutoScaleBaseSize();
- Boolean ShouldSerializeClientSize();
- Boolean ShouldSerializeIcon();
- Boolean ShouldSerializeSize();
- Boolean ShouldSerializeTransparencyKey();
- Void SuspendUpdateMenuHandles();
- String ToString();
- Void UpdateAutoScaleBaseSize();
- Void UpdateRenderSizeGrip();
- Void UpdateDefaultButton();
- Void UpdateHandleWithOwner();
- Void UpdateLayered();
- Void UpdateMenuHandles();
- Void UpdateMenuHandles( Class System.Windows.Forms.MainMenu menu, Boolean forceRedraw);
- Void UpdateFormStyles();
- Void OnStyleChanged( Class System.EventArgs e);
- Void UpdateWindowIcon( Boolean redrawFrame);
- Void UpdateWindowState();
- Void WmActivate( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmCreate( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmClose( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmEnterMenuLoop( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmEraseBkgnd( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmExitMenuLoop( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmGetMinMaxInfo( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmGetMinMaxInfoHelper( ByRef ValueClass System.Windows.Forms.Message m, ValueClass System.Drawing.Size minTrack, ValueClass System.Drawing.Size maxTrack, ValueClass System.Drawing.Rectangle maximizedBounds);
- Void WmInitMenuPopup( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmMenuChar( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmMdiActivate( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmNcButtonDown( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmNCDestroy( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmNCHitTest( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmShowWindow( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmSysCommand( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmSize( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmWindowPosChanged( ByRef ValueClass System.Windows.Forms.Message m);
- Void WndProc( ByRef ValueClass System.Windows.Forms.Message m);
- Void System.Windows.Forms.Form();
- property AcceptButton { get(){} set(){} };
- property Active { get(){} set(){} };
- property ActiveForm { get(){} set(){} };
- property ActiveMdiChild { get(){} set(){} };
- property AllowTransparency { get(){} set(){} };
- property AutoScale { get(){} set(){} };
- property AutoScaleBaseSize { get(){} set(){} };
- property AutoScroll { get(){} set(){} };
- property BackColor { get(){} set(){} };
- property FormBorderStyle { get(){} set(){} };
- property CancelButton { get(){} set(){} };
- property ClientSize { get(){} set(){} };
- property ControlBox { get(){} set(){} };
- property CreateParams { get(){} set(){} };
- property DefaultIcon { get(){} set(){} };
- property DefaultImeMode { get(){} set(){} };
- property DefaultRestrictedIcon { get(){} set(){} };
- property DefaultSize { get(){} set(){} };
- property DesktopBounds { get(){} set(){} };
- property DesktopLocation { get(){} set(){} };
- property DialogResult { get(){} set(){} };
- property HasMenu { get(){} set(){} };
- property HelpButton { get(){} set(){} };
- property Icon { get(){} set(){} };
- property IsMdiChild { get(){} set(){} };
- property IsMdiContainer { get(){} set(){} };
- property KeyPreview { get(){} set(){} };
- property MaximizedBounds { get(){} set(){} };
- property MaximumSize { get(){} set(){} };
- property Menu { get(){} set(){} };
- property MinimumSize { get(){} set(){} };
- property MaximizeBox { get(){} set(){} };
- property MdiChildren { get(){} set(){} };
- property MdiParent { get(){} set(){} };
- property MdiParentInternal { get(){} set(){} };
- property MergedMenu { get(){} set(){} };
- property MinimizeBox { get(){} set(){} };
- property Modal { get(){} set(){} };
- property Opacity { get(){} set(){} };
- property OpacityAsByte { get(){} set(){} };
- property OwnedForms { get(){} set(){} };
- property Owner { get(){} set(){} };
- property OwnerInternal { get(){} set(){} };
- property ParentInternal { get(){} set(){} };
- property ShowInTaskbar { get(){} set(){} };
- property ShowParams { get(){} set(){} };
- property Size { get(){} set(){} };
- property SizeGripStyle { get(){} set(){} };
- property StartPosition { get(){} set(){} };
- property TabIndex { get(){} set(){} };
- property TopLevel { get(){} set(){} };
- property TopMost { get(){} set(){} };
- property TransparencyKey { get(){} set(){} };
- property IsRestrictedWindow { get(){} set(){} };
- property WindowState { get(){} set(){} };
- property WindowText { get(){} set(){} };
- event MaximizedBoundsChanged;
- event MaximumSizeChanged;
- event MinimumSizeChanged;
- event Activated;
- event Closing;
- event Closed;
- event Deactivate;
- event Load;
- event MdiChildActivate;
- event MenuComplete;
- event MenuStart;
- event InputLanguageChanged;
- event InputLanguageChanging;
- }
- class ControlCollection : ControlCollection
- {
- Class System.Windows.Forms.Form owner;
- Void ControlCollection( Class System.Windows.Forms.Form owner);
- Void Add( Class System.Windows.Forms.Control value);
- Void Remove( Class System.Windows.Forms.Control value);
- }
- class SecurityToolTip : System.Object
- {
- Class System.Windows.Forms.Form owner;
- String toolTipText;
- Boolean first;
- Class ToolTipNativeWindow window;
- Void SecurityToolTip( Class System.Windows.Forms.Form owner);
- Class System.Windows.Forms.CreateParams get_CreateParams();
- Boolean get_Modal();
- Void Dispose();
- Class TOOLINFO_T GetTOOLINFO();
- Void SetupToolTip();
- Void RecreateHandle();
- Void FormHandleCreated( Object sender, Class System.EventArgs e);
- Void FormLocationChanged( Object sender, Class System.EventArgs e);
- Void Pop();
- Void WndProc( ByRef ValueClass System.Windows.Forms.Message msg);
- property CreateParams { get(){} set(){} };
- property Modal { get(){} set(){} };
- }
- class ToolTipNativeWindow : System.Windows.Forms.NativeWindow
- {
- Class SecurityToolTip control;
- Void ToolTipNativeWindow( Class SecurityToolTip control);
- Void WndProc( ByRef ValueClass System.Windows.Forms.Message m);
- }
- class System.Windows.Forms.AccessibleRole : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.AccessibleRole Default;
- ValueClass System.Windows.Forms.AccessibleRole None;
- ValueClass System.Windows.Forms.AccessibleRole TitleBar;
- ValueClass System.Windows.Forms.AccessibleRole MenuBar;
- ValueClass System.Windows.Forms.AccessibleRole ScrollBar;
- ValueClass System.Windows.Forms.AccessibleRole Grip;
- ValueClass System.Windows.Forms.AccessibleRole Sound;
- ValueClass System.Windows.Forms.AccessibleRole Cursor;
- ValueClass System.Windows.Forms.AccessibleRole Caret;
- ValueClass System.Windows.Forms.AccessibleRole Alert;
- ValueClass System.Windows.Forms.AccessibleRole Window;
- ValueClass System.Windows.Forms.AccessibleRole Client;
- ValueClass System.Windows.Forms.AccessibleRole MenuPopup;
- ValueClass System.Windows.Forms.AccessibleRole MenuItem;
- ValueClass System.Windows.Forms.AccessibleRole ToolTip;
- ValueClass System.Windows.Forms.AccessibleRole Application;
- ValueClass System.Windows.Forms.AccessibleRole Document;
- ValueClass System.Windows.Forms.AccessibleRole Pane;
- ValueClass System.Windows.Forms.AccessibleRole Chart;
- ValueClass System.Windows.Forms.AccessibleRole Dialog;
- ValueClass System.Windows.Forms.AccessibleRole Border;
- ValueClass System.Windows.Forms.AccessibleRole Grouping;
- ValueClass System.Windows.Forms.AccessibleRole Separator;
- ValueClass System.Windows.Forms.AccessibleRole ToolBar;
- ValueClass System.Windows.Forms.AccessibleRole StatusBar;
- ValueClass System.Windows.Forms.AccessibleRole Table;
- ValueClass System.Windows.Forms.AccessibleRole ColumnHeader;
- ValueClass System.Windows.Forms.AccessibleRole RowHeader;
- ValueClass System.Windows.Forms.AccessibleRole Column;
- ValueClass System.Windows.Forms.AccessibleRole Row;
- ValueClass System.Windows.Forms.AccessibleRole Cell;
- ValueClass System.Windows.Forms.AccessibleRole Link;
- ValueClass System.Windows.Forms.AccessibleRole HelpBalloon;
- ValueClass System.Windows.Forms.AccessibleRole Character;
- ValueClass System.Windows.Forms.AccessibleRole List;
- ValueClass System.Windows.Forms.AccessibleRole ListItem;
- ValueClass System.Windows.Forms.AccessibleRole Outline;
- ValueClass System.Windows.Forms.AccessibleRole OutlineItem;
- ValueClass System.Windows.Forms.AccessibleRole PageTab;
- ValueClass System.Windows.Forms.AccessibleRole PropertyPage;
- ValueClass System.Windows.Forms.AccessibleRole Indicator;
- ValueClass System.Windows.Forms.AccessibleRole Graphic;
- ValueClass System.Windows.Forms.AccessibleRole StaticText;
- ValueClass System.Windows.Forms.AccessibleRole Text;
- ValueClass System.Windows.Forms.AccessibleRole PushButton;
- ValueClass System.Windows.Forms.AccessibleRole CheckButton;
- ValueClass System.Windows.Forms.AccessibleRole RadioButton;
- ValueClass System.Windows.Forms.AccessibleRole ComboBox;
- ValueClass System.Windows.Forms.AccessibleRole DropList;
- ValueClass System.Windows.Forms.AccessibleRole ProgressBar;
- ValueClass System.Windows.Forms.AccessibleRole Dial;
- ValueClass System.Windows.Forms.AccessibleRole HotkeyField;
- ValueClass System.Windows.Forms.AccessibleRole Slider;
- ValueClass System.Windows.Forms.AccessibleRole SpinButton;
- ValueClass System.Windows.Forms.AccessibleRole Diagram;
- ValueClass System.Windows.Forms.AccessibleRole Animation;
- ValueClass System.Windows.Forms.AccessibleRole Equation;
- ValueClass System.Windows.Forms.AccessibleRole ButtonDropDown;
- ValueClass System.Windows.Forms.AccessibleRole ButtonMenu;
- ValueClass System.Windows.Forms.AccessibleRole ButtonDropDownGrid;
- ValueClass System.Windows.Forms.AccessibleRole WhiteSpace;
- ValueClass System.Windows.Forms.AccessibleRole PageTabList;
- ValueClass System.Windows.Forms.AccessibleRole Clock;
- }
- class System.Windows.Forms.AccessibleSelection : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.AccessibleSelection None;
- ValueClass System.Windows.Forms.AccessibleSelection TakeFocus;
- ValueClass System.Windows.Forms.AccessibleSelection TakeSelection;
- ValueClass System.Windows.Forms.AccessibleSelection ExtendSelection;
- ValueClass System.Windows.Forms.AccessibleSelection AddSelection;
- ValueClass System.Windows.Forms.AccessibleSelection RemoveSelection;
- }
- class System.Windows.Forms.AccessibleStates : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.AccessibleStates None;
- ValueClass System.Windows.Forms.AccessibleStates Unavailable;
- ValueClass System.Windows.Forms.AccessibleStates Selected;
- ValueClass System.Windows.Forms.AccessibleStates Focused;
- ValueClass System.Windows.Forms.AccessibleStates Pressed;
- ValueClass System.Windows.Forms.AccessibleStates Checked;
- ValueClass System.Windows.Forms.AccessibleStates Mixed;
- ValueClass System.Windows.Forms.AccessibleStates Indeterminate;
- ValueClass System.Windows.Forms.AccessibleStates ReadOnly;
- ValueClass System.Windows.Forms.AccessibleStates HotTracked;
- ValueClass System.Windows.Forms.AccessibleStates Default;
- ValueClass System.Windows.Forms.AccessibleStates Expanded;
- ValueClass System.Windows.Forms.AccessibleStates Collapsed;
- ValueClass System.Windows.Forms.AccessibleStates Busy;
- ValueClass System.Windows.Forms.AccessibleStates Floating;
- ValueClass System.Windows.Forms.AccessibleStates Marqueed;
- ValueClass System.Windows.Forms.AccessibleStates Animated;
- ValueClass System.Windows.Forms.AccessibleStates Invisible;
- ValueClass System.Windows.Forms.AccessibleStates Offscreen;
- ValueClass System.Windows.Forms.AccessibleStates Sizeable;
- ValueClass System.Windows.Forms.AccessibleStates Moveable;
- ValueClass System.Windows.Forms.AccessibleStates SelfVoicing;
- ValueClass System.Windows.Forms.AccessibleStates Focusable;
- ValueClass System.Windows.Forms.AccessibleStates Selectable;
- ValueClass System.Windows.Forms.AccessibleStates Linked;
- ValueClass System.Windows.Forms.AccessibleStates Traversed;
- ValueClass System.Windows.Forms.AccessibleStates MultiSelectable;
- ValueClass System.Windows.Forms.AccessibleStates ExtSelectable;
- ValueClass System.Windows.Forms.AccessibleStates AlertLow;
- ValueClass System.Windows.Forms.AccessibleStates AlertMedium;
- ValueClass System.Windows.Forms.AccessibleStates AlertHigh;
- ValueClass System.Windows.Forms.AccessibleStates Protected;
- ValueClass System.Windows.Forms.AccessibleStates Valid;
- }
- class System.Windows.Forms.AmbientProperties : System.Object
- {
- ValueClass System.Drawing.Color backColor;
- ValueClass System.Drawing.Color foreColor;
- Class System.Windows.Forms.Cursor cursor;
- Class System.Drawing.Font font;
- ValueClass System.Drawing.Color get_BackColor();
- Void set_BackColor( ValueClass System.Drawing.Color value);
- Class System.Windows.Forms.Cursor get_Cursor();
- Void set_Cursor( Class System.Windows.Forms.Cursor value);
- Class System.Drawing.Font get_Font();
- Void set_Font( Class System.Drawing.Font value);
- ValueClass System.Drawing.Color get_ForeColor();
- Void set_ForeColor( ValueClass System.Drawing.Color value);
- Void System.Windows.Forms.AmbientProperties();
- property BackColor { get(){} set(){} };
- property Cursor { get(){} set(){} };
- property Font { get(){} set(){} };
- property ForeColor { get(){} set(){} };
- }
- class System.Windows.Forms.AnchorStyles : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.AnchorStyles Top;
- ValueClass System.Windows.Forms.AnchorStyles Bottom;
- ValueClass System.Windows.Forms.AnchorStyles Left;
- ValueClass System.Windows.Forms.AnchorStyles Right;
- ValueClass System.Windows.Forms.AnchorStyles None;
- }
- class System.Windows.Forms.Appearance : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.Appearance Normal;
- ValueClass System.Windows.Forms.Appearance Button;
- }
- class System.Windows.Forms.PaintEventArgs : System.EventArgs
- {
- Class System.Drawing.Graphics graphics;
- Class System.Drawing.Drawing2D.GraphicsState savedGraphicsState;
- I dc;
- I oldPal;
- ValueClass System.Drawing.Rectangle clipRect;
- Class System.Windows.Forms.Control paletteSource;
- Void System.Windows.Forms.PaintEventArgs( Class System.Drawing.Graphics graphics, ValueClass System.Drawing.Rectangle clipRect);
- Void System.Windows.Forms.PaintEventArgs( I dc, Class System.Windows.Forms.Control paletteSource, ValueClass System.Drawing.Rectangle clipRect);
- Void Finalize();
- ValueClass System.Drawing.Rectangle get_ClipRectangle();
- I get_HDC();
- Class System.Drawing.Graphics get_Graphics();
- Void Dispose();
- Void Dispose( Boolean disposing);
- Void ResetGraphics();
- property ClipRectangle { get(){} set(){} };
- property HDC { get(){} set(){} };
- property Graphics { get(){} set(){} };
- }
- class System.Windows.Forms.ApplicationContext : System.Object
- {
- Class System.Windows.Forms.Form mainForm;
- Class System.EventHandler ThreadExit;
- Void System.Windows.Forms.ApplicationContext();
- Void System.Windows.Forms.ApplicationContext( Class System.Windows.Forms.Form mainForm);
- Void Finalize();
- Class System.Windows.Forms.Form get_MainForm();
- Void set_MainForm( Class System.Windows.Forms.Form value);
- Void add_ThreadExit( Class System.EventHandler value);
- Void remove_ThreadExit( Class System.EventHandler value);
- Void Dispose();
- Void Dispose( Boolean disposing);
- Void ExitThread();
- Void ExitThreadCore();
- Void OnMainFormClosed( Object sender, Class System.EventArgs e);
- Void OnMainFormDestroy( Object sender, Class System.EventArgs e);
- property MainForm { get(){} set(){} };
- event ThreadExit;
- }
- class System.Windows.Forms.ArrangeDirection : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.ArrangeDirection Down;
- ValueClass System.Windows.Forms.ArrangeDirection Left;
- ValueClass System.Windows.Forms.ArrangeDirection Right;
- ValueClass System.Windows.Forms.ArrangeDirection Up;
- }
- class System.Windows.Forms.ArrangeStartingPosition : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.ArrangeStartingPosition BottomLeft;
- ValueClass System.Windows.Forms.ArrangeStartingPosition BottomRight;
- ValueClass System.Windows.Forms.ArrangeStartingPosition Hide;
- ValueClass System.Windows.Forms.ArrangeStartingPosition TopLeft;
- ValueClass System.Windows.Forms.ArrangeStartingPosition TopRight;
- }
- class System.Windows.Forms.CommonDialog : System.ComponentModel.Component
- {
- I4 CDM_SETDEFAULTFOCUS;
- Object EventHelpRequest;
- I4 helpMsg;
- I defOwnerWndProc;
- I defaultControlHwnd;
- Void System.Windows.Forms.CommonDialog();
- Void add_HelpRequest( Class System.EventHandler value);
- Void remove_HelpRequest( Class System.EventHandler value);
- String CommonDialogErrorToString( I4 error);
- I HookProc( I hWnd, I4 msg, I wparam, I lparam);
- Void MoveToScreenCenter( I hWnd);
- Void OnHelpRequest( Class System.EventArgs e);
- I OwnerWndProc( I hWnd, I4 msg, I wparam, I lparam);
- Void Reset();
- Boolean RunDialog( I hwndOwner);
- ValueClass System.Windows.Forms.DialogResult ShowDialog();
- ValueClass System.Windows.Forms.DialogResult ShowDialog( Class System.Windows.Forms.IWin32Window owner);
- Void System.Windows.Forms.CommonDialog();
- event HelpRequest;
- }
- class System.Windows.Forms.FileDialog : System.Windows.Forms.CommonDialog
- {
- I4 FILEBUFSIZE;
- I4 OPTION_ADDEXTENSION;
- Object EventFileOk;
- I4 options;
- String title;
- String initialDir;
- String defaultExt;
- SZArray String fileNames;
- String filter;
- I4 filterIndex;
- Class CharBuffer charBuffer;
- I dialogHWnd;
- Void System.Windows.Forms.FileDialog();
- Boolean get_AddExtension();
- Void set_AddExtension( Boolean value);
- Boolean get_CheckFileExists();
- Void set_CheckFileExists( Boolean value);
- Boolean get_CheckPathExists();
- Void set_CheckPathExists( Boolean value);
- String get_DefaultExt();
- Void set_DefaultExt( String value);
- Boolean get_DereferenceLinks();
- Void set_DereferenceLinks( Boolean value);
- String get_DialogCaption();
- String get_FileName();
- Void set_FileName( String value);
- SZArray String get_FileNames();
- SZArray String get_FileNamesInternal();
- String get_Filter();
- Void set_Filter( String value);
- SZArray String get_FilterExtensions();
- I4 get_FilterIndex();
- Void set_FilterIndex( I4 value);
- String get_InitialDirectory();
- Void set_InitialDirectory( String value);
- I get_Instance();
- I4 get_Options();
- Boolean get_RestoreDirectory();
- Void set_RestoreDirectory( Boolean value);
- Boolean get_ShowHelp();
- Void set_ShowHelp( Boolean value);
- String get_Title();
- Void set_Title( String value);
- Boolean get_ValidateNames();
- Void set_ValidateNames( Boolean value);
- Void add_FileOk( Class System.ComponentModel.CancelEventHandler value);
- Void remove_FileOk( Class System.ComponentModel.CancelEventHandler value);
- Boolean DoFileOk( I lpOFN);
- SZArray String GetMultiselectFiles( Class CharBuffer charBuffer);
- Boolean GetOption( I4 option);
- I HookProc( I hWnd, I4 msg, I wparam, I lparam);
- String MakeFilterString( String s);
- Void OnFileOk( Class System.ComponentModel.CancelEventArgs e);
- Boolean ProcessFileNames();
- Boolean MessageBoxWithFocusRestore( String message, String caption, ValueClass System.Windows.Forms.MessageBoxButtons buttons, ValueClass System.Windows.Forms.MessageBoxIcon icon);
- Void PromptFileNotFound( String fileName);
- Boolean PromptUserIfAppropriate( String fileName);
- Void Reset();
- Boolean RunDialog( I hWndOwner);
- Boolean RunFileDialog( Class OPENFILENAME_I ofn);
- Void SetOption( I4 option, Boolean value);
- String ToString();
- Void System.Windows.Forms.FileDialog();
- property AddExtension { get(){} set(){} };
- property CheckFileExists { get(){} set(){} };
- property CheckPathExists { get(){} set(){} };
- property DefaultExt { get(){} set(){} };
- property DereferenceLinks { get(){} set(){} };
- property DialogCaption { get(){} set(){} };
- property FileName { get(){} set(){} };
- property FileNames { get(){} set(){} };
- property FileNamesInternal { get(){} set(){} };
- property Filter { get(){} set(){} };
- property FilterExtensions { get(){} set(){} };
- property FilterIndex { get(){} set(){} };
- property InitialDirectory { get(){} set(){} };
- property Instance { get(){} set(){} };
- property Options { get(){} set(){} };
- property RestoreDirectory { get(){} set(){} };
- property ShowHelp { get(){} set(){} };
- property Title { get(){} set(){} };
- property ValidateNames { get(){} set(){} };
- event FileOk;
- }
- class System.Windows.Forms.BaseCollection : System.MarshalByRefObject
- {
- I4 get_Count();
- Void CopyTo( Class System.Array ar, I4 index);
- Class System.Collections.IEnumerator GetEnumerator();
- Boolean get_IsReadOnly();
- Boolean get_IsSynchronized();
- Object get_SyncRoot();
- Class System.Collections.ArrayList get_List();
- Void System.Windows.Forms.BaseCollection();
- property Count { get(){} set(){} };
- property IsReadOnly { get(){} set(){} };
- property IsSynchronized { get(){} set(){} };
- property SyncRoot { get(){} set(){} };
- property List { get(){} set(){} };
- }
- class System.Windows.Forms.Binding : System.Object
- {
- Class System.Windows.Forms.Control control;
- Class System.Windows.Forms.BindingManagerBase bindingManagerBase;
- Class System.Windows.Forms.BindToObject bindToObject;
- String propertyName;
- Class System.ComponentModel.PropertyDescriptor propInfo;
- Class System.ComponentModel.PropertyDescriptor propIsNullInfo;
- Class System.ComponentModel.EventDescriptor changedInfo;
- Class System.ComponentModel.EventDescriptor validateInfo;
- Boolean bound;
- Boolean modified;
- Boolean inSetPropValue;
- Class System.Windows.Forms.ConvertEventHandler onParse;
- Class System.Windows.Forms.ConvertEventHandler onFormat;
- Void System.Windows.Forms.Binding( String propertyName, Object dataSource, String dataMember);
- Void System.Windows.Forms.Binding();
- Class System.Windows.Forms.BindToObject get_BindToObject();
- Object get_DataSource();
- ValueClass System.Windows.Forms.BindingMemberInfo get_BindingMemberInfo();
- Class System.Windows.Forms.Control get_Control();
- Void FormLoaded( Object sender, Class System.EventArgs e);
- Void SetControl( Class System.Windows.Forms.Control value);
- Boolean get_IsBinding();
- Class System.Windows.Forms.BindingManagerBase get_BindingManagerBase();
- Void SetListManager( Class System.Windows.Forms.BindingManagerBase bindingManagerBase);
- String get_PropertyName();
- Void add_Parse( Class System.Windows.Forms.ConvertEventHandler value);
- Void remove_Parse( Class System.Windows.Forms.ConvertEventHandler value);
- Void add_Format( Class System.Windows.Forms.ConvertEventHandler value);
- Void remove_Format( Class System.Windows.Forms.ConvertEventHandler value);
- Void BindTarget( Boolean bind);
- Void CheckBinding();
- Object GetPropValue();
- Void OnParse( Class System.Windows.Forms.ConvertEventArgs cevent);
- Void OnFormat( Class System.Windows.Forms.ConvertEventArgs cevent);
- Object ParseObject( Object value);
- Void PullData();
- Object FormatObject( Object value);
- Void PushData();
- Void SetPropValue( Object value);
- Void Target_PropertyChanged( Object sender, Class System.EventArgs e);
- Void Target_Validate( Object sender, Class System.ComponentModel.CancelEventArgs e);
- Boolean get_IsBindable();
- Void UpdateIsBinding();
- property BindToObject { get(){} set(){} };
- property DataSource { get(){} set(){} };
- property BindingMemberInfo { get(){} set(){} };
- property Control { get(){} set(){} };
- property IsBinding { get(){} set(){} };
- property BindingManagerBase { get(){} set(){} };
- property PropertyName { get(){} set(){} };
- property IsBindable { get(){} set(){} };
- event Parse;
- event Format;
- }
- class System.Windows.Forms.BindingManagerBase : System.Object
- {
- Class System.Windows.Forms.BindingsCollection bindings;
- Boolean pullingData;
- Class System.EventHandler onCurrentChangedHandler;
- Class System.EventHandler onPositionChangedHandler;
- Class System.Windows.Forms.BindingsCollection get_Bindings();
- Void OnCurrentChanged( Class System.EventArgs e);
- Object get_Current();
- Void SetDataSource( Object dataSource);
- Void System.Windows.Forms.BindingManagerBase();
- Void System.Windows.Forms.BindingManagerBase( Object dataSource);
- Class System.Type get_BindType();
- Class System.ComponentModel.PropertyDescriptorCollection GetItemProperties();
- Class System.ComponentModel.PropertyDescriptorCollection GetItemProperties( Class System.Collections.ArrayList dataSources, Class System.Collections.ArrayList listAccessors);
- Class System.ComponentModel.PropertyDescriptorCollection GetItemProperties( Class System.Type listType, I4 offset, Class System.Collections.ArrayList dataSources, Class System.Collections.ArrayList listAccessors);
- Void add_CurrentChanged( Class System.EventHandler value);
- Void remove_CurrentChanged( Class System.EventHandler value);
- String GetListName();
- Void CancelCurrentEdit();
- Void EndCurrentEdit();
- Void AddNew();
- Void RemoveAt( I4 index);
- I4 get_Position();
- Void set_Position( I4 value);
- Void add_PositionChanged( Class System.EventHandler value);
- Void remove_PositionChanged( Class System.EventHandler value);
- Void UpdateIsBinding();
- String GetListName( Class System.Collections.ArrayList listAccessors);
- Void SuspendBinding();
- Void ResumeBinding();
- Void PullData();
- Void PushData();
- Object get_DataSource();
- Boolean get_IsBinding();
- I4 get_Count();
- property Bindings { get(){} set(){} };
- property Current { get(){} set(){} };
- property BindType { get(){} set(){} };
- property Position { get(){} set(){} };
- property DataSource { get(){} set(){} };
- property IsBinding { get(){} set(){} };
- property Count { get(){} set(){} };
- event CurrentChanged;
- event PositionChanged;
- }
- class System.Windows.Forms.BindingMemberInfo : System.ValueType
- {
- String dataList;
- String dataField;
- Void System.Windows.Forms.BindingMemberInfo( String dataMember);
- String get_BindingPath();
- String get_BindingField();
- String get_BindingMember();
- Boolean Equals( Object otherObject);
- I4 GetHashCode();
- property BindingPath { get(){} set(){} };
- property BindingField { get(){} set(){} };
- property BindingMember { get(){} set(){} };
- }
- class System.Windows.Forms.BindingsCollection : System.Windows.Forms.BaseCollection
- {
- Class System.Collections.ArrayList list;
- Class System.ComponentModel.CollectionChangeEventHandler onCollectionChanged;
- Void System.Windows.Forms.BindingsCollection();
- I4 get_Count();
- Class System.Collections.ArrayList get_List();
- Class System.Windows.Forms.Binding get_Item( I4 index);
- Void Add( Class System.Windows.Forms.Binding binding);
- Void AddCore( Class System.Windows.Forms.Binding dataBinding);
- Void add_CollectionChanged( Class System.ComponentModel.CollectionChangeEventHandler value);
- Void remove_CollectionChanged( Class System.ComponentModel.CollectionChangeEventHandler value);
- Void Clear();
- Void ClearCore();
- Void OnCollectionChanged( Class System.ComponentModel.CollectionChangeEventArgs ccevent);
- Void Remove( Class System.Windows.Forms.Binding binding);
- Void RemoveAt( I4 index);
- Void RemoveCore( Class System.Windows.Forms.Binding dataBinding);
- Boolean ShouldSerializeMyAll();
- Void OnBadIndex( Object index);
- property Count { get(){} set(){} };
- property List { get(){} set(){} };
- property Item { get(){} set(){} };
- event CollectionChanged;
- }
- class System.Windows.Forms.BindToObject : System.Object
- {
- Class System.ComponentModel.PropertyDescriptor fieldInfo;
- ValueClass System.Windows.Forms.BindingMemberInfo dataMember;
- Object dataSource;
- Class System.Windows.Forms.BindingManagerBase bindingManager;
- Class System.Windows.Forms.Binding owner;
- Void PropValueChanged( Object sender, Class System.EventArgs e);
- Void System.Windows.Forms.BindToObject( Class System.Windows.Forms.Binding owner, Object dataSource, String dataMember);
- Void SetBindingManagerBase( Class System.Windows.Forms.BindingManagerBase lManager);
- Object GetValue();
- Class System.Type get_BindToType();
- Void SetValue( Object value);
- ValueClass System.Windows.Forms.BindingMemberInfo get_BindingMemberInfo();
- Object get_DataSource();
- Void set_DataSource( Object value);
- Class System.Windows.Forms.BindingManagerBase get_BindingManagerBase();
- Void CheckBinding();
- property BindToType { get(){} set(){} };
- property BindingMemberInfo { get(){} set(){} };
- property DataSource { get(){} set(){} };
- property BindingManagerBase { get(){} set(){} };
- }
- class System.Windows.Forms.BootMode : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.BootMode Normal;
- ValueClass System.Windows.Forms.BootMode FailSafe;
- ValueClass System.Windows.Forms.BootMode FailSafeWithNetwork;
- }
- class System.Windows.Forms.Border3DSide : System.Enum