System.Windows.Forms

  Portable.NET  
 

System.Windows.Forms Namespace

 
 

<< PrevUpNext >>

 
 
Classes
 · AccessibleObject
 · AnchorStyles
 · AxHost
 · Binding
 · BindingContext
 · BindingManagerBase
 · Button
 · ButtonBase
 · CheckBox
 · CheckedListBox
 · Clipboard
 · ColorDialog
 · ColumnHeader
 · ComboBox
 · ContainerControl
 · ContextMenu
 · Control
 · ControlBindingsCollection
 · ControlPaint
 · CurrencyManager
 · Cursor
 · CursorConverter
 · DataGrid
 · DataGridBoolColumn
 · DataGridColumnStyle
 · DataGridPreferredColumnWidthTypeConverter
 · DataGridTableStyle
 · DataGridTextBox
 · DataGridTextBoxColumn
 · DataObject
 · DateTimePicker
 · DockStyle
 · DomainUpDown
 · ErrorProvider
 · FileDialog
 · FolderBrowserDialog
 · FontDialog
 · Form
 · GridColumnStylesCollection
 · GridItemCollection
 · GridTableStylesCollection
 · GridTablesFactory
 · GroupBox
 · HelpProvider
 · IWin32Window
 · ImageIndexConverter
 · ImageList
 · ImageListStreamer
 · InputLanguage
 · InputLanguageCollection
 · Keys
 · KeysConverter
 · Label
 · LinkArea
 · LinkLabel
 · ListBindingConverter
 · ListBox
 · ListControl
 · ListView
 · ListViewItem
 · MainMenu
 · MdiClient
 · Menu
 · MenuItem
 · MonthCalendar
 · NotifyIcon
 · NumericUpDown
 · OSFeature
 · OpacityConverter
 · PageSetupDialog
 · Panel
 · PictureBox
 · PrintControllerWithStatusDialog
 · PrintDialog
 · PrintPreviewControl
 · PrintPreviewDialog
 · ProgressBar
 · PropertyGrid
 · PropertyManager
 · RadioButton
 · RichTextBox
 · SaveFileDialog
 · ScrollBar
 · ScrollableControl
 · SelectionRange
 · SelectionRangeConverter
 · SendKeys
 · Splitter
 · StatusBar
 · StatusBarPanel
 · SystemInformation
 · TabControl
 · TabPage
 · TextBox
 · TextBoxBase
 · ThreadExceptionDialog
 · Timer
 · ToolBar
 · ToolBarButton
 · ToolTip
 · TrackBar
 · TreeNode
 · TreeNodeCollection
 · TreeNodeConverter
 · TreeView
 · TreeViewImageIndexConverter
 · UpDownBase
 · UserControl
 · VScrollBar

There are 109 incomplete classes in this namespace

In total we are missing :

  47 constructors, 1162 methods, 18 fields, 829 properties, and 263 events.
 
  
 
 
 

System.Windows.Forms.AccessibleObject

Status :
Method Summary
System.Void UseStdAccessibleObjects(System.IntPtr handle)Missing
System.Void UseStdAccessibleObjects(System.IntPtr handle, System.Int32 objid)Missing

 
  
 
 
 

System.Windows.Forms.AnchorStyles

Status : EditorAttribute("System.Windows.Forms.Design.AnchorEditor, System.Design", typeof(System.Drawing.Design.UITypeEditor,System.Drawing)) is Missing

 
  
 
 
 

System.Windows.Forms.AxHost

Status : Missing
Constructor Summary
System.Windows.Forms.AxHost(System.String clsid)Missing
System.Windows.Forms.AxHost(System.String clsid, System.Int32 flags)Missing
Method Summary
System.Void AttachInterfaces()Missing
System.Void BeginInit()Missing
System.Void CreateHandle()Missing
System.Void CreateSink()Missing
System.Void DestroyHandle()Missing
System.Void DetachSink()Missing
System.Void Dispose(System.Boolean disposing)Missing
System.Void DoVerb(System.Int32 verb)Missing
System.Void EndInit()Missing
static System.Drawing.Color GetColorFromOleColor(System.UInt32 color)Missing
static System.Drawing.Font GetFontFromIFont(System.Object font)Missing
static System.Drawing.Font GetFontFromIFontDisp(System.Object font)Missing
static System.Object GetIFontDispFromFont(System.Drawing.Font font)Missing
static System.Object GetIFontFromFont(System.Drawing.Font font)Missing
static System.Object GetIPictureDispFromPicture(System.Drawing.Image image)Missing
static System.Object GetIPictureFromCursor(System.Windows.Forms.Cursor cursor)Missing
static System.Object GetIPictureFromPicture(System.Drawing.Image image)Missing
static System.Double GetOADateFromTime(System.DateTime time)Missing
System.Object GetOcx()Missing
static System.UInt32 GetOleColorFromColor(System.Drawing.Color color)Missing
static System.Drawing.Image GetPictureFromIPicture(System.Object picture)Missing
static System.Drawing.Image GetPictureFromIPictureDisp(System.Object picture)Missing
static System.DateTime GetTimeFromOADate(System.Double date)Missing
System.Boolean HasPropertyPages()Missing
System.Void InvokeEditMode()Missing
System.Boolean IsInputChar(System.Char charCode)Missing
System.Void MakeDirty()Missing
System.Void OnBackColorChanged(System.EventArgs e)Missing
System.Void OnFontChanged(System.EventArgs e)Missing
System.Void OnForeColorChanged(System.EventArgs e)Missing
System.Void OnHandleCreated(System.EventArgs e)Missing
System.Void OnInPlaceActive()Missing
System.Void OnLostFocus(System.EventArgs e)Missing
System.Boolean PreProcessMessage(System.Windows.Forms.Message& msg)Missing
System.Boolean ProcessDialogKey(System.Windows.Forms.Keys keyData)Missing
System.Boolean ProcessMnemonic(System.Char charCode)Missing
System.Boolean PropsValid()Missing
System.Void RaiseOnMouseDown(System.Object o1, System.Object o2, System.Object o3, System.Object o4)Missing
System.Void RaiseOnMouseDown(System.Int16 button, System.Int16 shift, System.Single x, System.Single y)Missing
System.Void RaiseOnMouseDown(System.Int16 button, System.Int16 shift, System.Int32 x, System.Int32 y)Missing
System.Void RaiseOnMouseMove(System.Object o1, System.Object o2, System.Object o3, System.Object o4)Missing
System.Void RaiseOnMouseMove(System.Int16 button, System.Int16 shift, System.Single x, System.Single y)Missing
System.Void RaiseOnMouseMove(System.Int16 button, System.Int16 shift, System.Int32 x, System.Int32 y)Missing
System.Void RaiseOnMouseUp(System.Object o1, System.Object o2, System.Object o3, System.Object o4)Missing
System.Void RaiseOnMouseUp(System.Int16 button, System.Int16 shift, System.Single x, System.Single y)Missing
System.Void RaiseOnMouseUp(System.Int16 button, System.Int16 shift, System.Int32 x, System.Int32 y)Missing
System.Void SetAboutBoxDelegate(System.Windows.Forms.AxHost.AboutBoxDelegate d)Missing
System.Void SetBoundsCore(System.Int32 x, System.Int32 y, System.Int32 width, System.Int32 height, System.Windows.Forms.BoundsSpecified specified)Missing
System.Void SetVisibleCore(System.Boolean value)Missing
System.Void ShowAboutBox()Missing
System.Void ShowPropertyPages()Missing
System.Void ShowPropertyPages(System.Windows.Forms.Control control)Missing
System.Void WndProc(System.Windows.Forms.Message& m)Missing
System.Void add_BackColorChanged(System.EventHandler value)Missing
System.Void add_BackgroundImageChanged(System.EventHandler value)Missing
System.Void add_BindingContextChanged(System.EventHandler value)Missing
System.Void add_ChangeUICues(System.Windows.Forms.UICuesEventHandler value)Missing
System.Void add_Click(System.EventHandler value)Missing
System.Void add_ContextMenuChanged(System.EventHandler value)Missing
System.Void add_CursorChanged(System.EventHandler value)Missing
System.Void add_DoubleClick(System.EventHandler value)Missing
System.Void add_DragDrop(System.Windows.Forms.DragEventHandler value)Missing
System.Void add_DragEnter(System.Windows.Forms.DragEventHandler value)Missing
System.Void add_DragLeave(System.EventHandler value)Missing
System.Void add_DragOver(System.Windows.Forms.DragEventHandler value)Missing
System.Void add_EnabledChanged(System.EventHandler value)Missing
System.Void add_FontChanged(System.EventHandler value)Missing
System.Void add_ForeColorChanged(System.EventHandler value)Missing
System.Void add_GiveFeedback(System.Windows.Forms.GiveFeedbackEventHandler value)Missing
System.Void add_HelpRequested(System.Windows.Forms.HelpEventHandler value)Missing
System.Void add_ImeModeChanged(System.EventHandler value)Missing
System.Void add_KeyDown(System.Windows.Forms.KeyEventHandler value)Missing
System.Void add_KeyPress(System.Windows.Forms.KeyPressEventHandler value)Missing
System.Void add_KeyUp(System.Windows.Forms.KeyEventHandler value)Missing
System.Void add_Layout(System.Windows.Forms.LayoutEventHandler value)Missing
System.Void add_MouseDown(System.Windows.Forms.MouseEventHandler value)Missing
System.Void add_MouseEnter(System.EventHandler value)Missing
System.Void add_MouseHover(System.EventHandler value)Missing
System.Void add_MouseLeave(System.EventHandler value)Missing
System.Void add_MouseMove(System.Windows.Forms.MouseEventHandler value)Missing
System.Void add_MouseUp(System.Windows.Forms.MouseEventHandler value)Missing
System.Void add_MouseWheel(System.Windows.Forms.MouseEventHandler value)Missing
System.Void add_Paint(System.Windows.Forms.PaintEventHandler value)Missing
System.Void add_QueryAccessibilityHelp(System.Windows.Forms.QueryAccessibilityHelpEventHandler value)Missing
System.Void add_QueryContinueDrag(System.Windows.Forms.QueryContinueDragEventHandler value)Missing
System.Void add_RightToLeftChanged(System.EventHandler value)Missing
System.Void add_StyleChanged(System.EventHandler value)Missing
System.Void add_TabIndexChanged(System.EventHandler value)Missing
System.Void add_TabStopChanged(System.EventHandler value)Missing
System.Void add_TextChanged(System.EventHandler value)Missing
System.Void remove_BackColorChanged(System.EventHandler value)Missing
System.Void remove_BackgroundImageChanged(System.EventHandler value)Missing
System.Void remove_BindingContextChanged(System.EventHandler value)Missing
System.Void remove_ChangeUICues(System.Windows.Forms.UICuesEventHandler value)Missing
System.Void remove_Click(System.EventHandler value)Missing
System.Void remove_ContextMenuChanged(System.EventHandler value)Missing
System.Void remove_CursorChanged(System.EventHandler value)Missing
System.Void remove_DoubleClick(System.EventHandler value)Missing
System.Void remove_DragDrop(System.Windows.Forms.DragEventHandler value)Missing
System.Void remove_DragEnter(System.Windows.Forms.DragEventHandler value)Missing
System.Void remove_DragLeave(System.EventHandler value)Missing
System.Void remove_DragOver(System.Windows.Forms.DragEventHandler value)Missing
System.Void remove_EnabledChanged(System.EventHandler value)Missing
System.Void remove_FontChanged(System.EventHandler value)Missing
System.Void remove_ForeColorChanged(System.EventHandler value)Missing
System.Void remove_GiveFeedback(System.Windows.Forms.GiveFeedbackEventHandler value)Missing
System.Void remove_HelpRequested(System.Windows.Forms.HelpEventHandler value)Missing
System.Void remove_ImeModeChanged(System.EventHandler value)Missing
System.Void remove_KeyDown(System.Windows.Forms.KeyEventHandler value)Missing
System.Void remove_KeyPress(System.Windows.Forms.KeyPressEventHandler value)Missing
System.Void remove_KeyUp(System.Windows.Forms.KeyEventHandler value)Missing
System.Void remove_Layout(System.Windows.Forms.LayoutEventHandler value)Missing
System.Void remove_MouseDown(System.Windows.Forms.MouseEventHandler value)Missing
System.Void remove_MouseEnter(System.EventHandler value)Missing
System.Void remove_MouseHover(System.EventHandler value)Missing
System.Void remove_MouseLeave(System.EventHandler value)Missing
System.Void remove_MouseMove(System.Windows.Forms.MouseEventHandler value)Missing
System.Void remove_MouseUp(System.Windows.Forms.MouseEventHandler value)Missing
System.Void remove_MouseWheel(System.Windows.Forms.MouseEventHandler value)Missing
System.Void remove_Paint(System.Windows.Forms.PaintEventHandler value)Missing
System.Void remove_QueryAccessibilityHelp(System.Windows.Forms.QueryAccessibilityHelpEventHandler value)Missing
System.Void remove_QueryContinueDrag(System.Windows.Forms.QueryContinueDragEventHandler value)Missing
System.Void remove_RightToLeftChanged(System.EventHandler value)Missing
System.Void remove_StyleChanged(System.EventHandler value)Missing
System.Void remove_TabIndexChanged(System.EventHandler value)Missing
System.Void remove_TabStopChanged(System.EventHandler value)Missing
System.Void remove_TextChanged(System.EventHandler value)Missing
Property Summary
System.Drawing.Color BackColor Missing
System.Drawing.Image BackgroundImage Missing
System.Windows.Forms.ContainerControl ContainingControl Missing
System.Windows.Forms.ContextMenu ContextMenu Missing
System.Windows.Forms.CreateParams CreateParams Missing
System.Windows.Forms.Cursor Cursor Missing
System.Drawing.Size DefaultSize Missing
System.Boolean EditMode Missing
System.Boolean Enabled Missing
System.Drawing.Font Font Missing
System.Drawing.Color ForeColor Missing
System.Boolean HasAboutBox Missing
System.Windows.Forms.AxHost.State OcxState Missing
System.Boolean RightToLeft Missing
System.ComponentModel.ISite Site Missing
System.String Text Missing
Event Summary
BackColorChangedMissing
BackgroundImageChangedMissing
BindingContextChangedMissing
ChangeUICuesMissing
ClickMissing
ContextMenuChangedMissing
CursorChangedMissing
DoubleClickMissing
DragDropMissing
DragEnterMissing
DragLeaveMissing
DragOverMissing
EnabledChangedMissing
FontChangedMissing
ForeColorChangedMissing
GiveFeedbackMissing
HelpRequestedMissing
ImeModeChangedMissing
KeyDownMissing
KeyPressMissing
KeyUpMissing
LayoutMissing
MouseDownMissing
MouseEnterMissing
MouseHoverMissing
MouseLeaveMissing
MouseMoveMissing
MouseUpMissing
MouseWheelMissing
PaintMissing
QueryAccessibilityHelpMissing
QueryContinueDragMissing
RightToLeftChangedMissing
StyleChangedMissing
TabIndexChangedMissing
TabStopChangedMissing
TextChangedMissing

 
  
 
 
 

System.Windows.Forms.Binding

Status :
Property Summary
System.Windows.Forms.Control Control DefaultValueAttribute("") is Missing

 
  
 
 
 

System.Windows.Forms.BindingContext

Status :
Property Summary
System.Windows.Forms.BindingManagerBase Item TODO

 
  
 
 
 

System.Windows.Forms.BindingManagerBase

Status :
Method Summary
System.ComponentModel.PropertyDescriptorCollection GetItemProperties(System.Collections.ArrayList dataSources, System.Collections.ArrayList listAccessors)TODO
System.ComponentModel.PropertyDescriptorCollection GetItemProperties(System.Type listType, System.Int32 offset, System.Collections.ArrayList dataSources, System.Collections.ArrayList listAccessors)TODO

 
  
 
 
 

System.Windows.Forms.Button

Status :
Method Summary
System.Void WndProc(System.Windows.Forms.Message& m)Missing
System.Void add_DoubleClick(System.EventHandler value)Missing
System.Void remove_DoubleClick(System.EventHandler value)Missing
Event Summary
DoubleClickMissing

 
  
 
 
 

System.Windows.Forms.ButtonBase

Status :
Method Summary
System.Void OnGotFocus(System.EventArgs e)Missing
System.Void OnLostFocus(System.EventArgs e)Missing
System.Void ResetFlagsandPaint()Missing
System.Void add_ImeModeChanged(System.EventHandler value)Missing
System.Void remove_ImeModeChanged(System.EventHandler value)Missing
Property Summary
System.Int32 ImageIndex EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design", typeof(System.Drawing.Design.UITypeEditor,System.Drawing)) is Missing
System.Windows.Forms.ImageList ImageList DefaultValueAttribute("") is Missing
System.Windows.Forms.ImeMode ImeMode EditorBrowsableAttribute(1) is Missing
Event Summary
ImeModeChangedMissing

 
  
 
 
 

System.Windows.Forms.CheckBox

Status :
Method Summary
System.Void add_DoubleClick(System.EventHandler value)Missing
System.Void remove_DoubleClick(System.EventHandler value)Missing
Property Summary
System.Drawing.ContentAlignment CheckAlign BindableAttribute(true) is Missing
Event Summary
DoubleClickMissing

 
  
 
 
 

System.Windows.Forms.CheckedListBox

Status : TODO
Method Summary
System.Windows.Forms.AccessibleObject CreateAccessibilityInstance()TODO
System.Void OnDrawItem(System.Windows.Forms.DrawItemEventArgs e)TODO
System.Void WmReflectCommand(System.Windows.Forms.Message& m)Missing
System.Void add_Click(System.EventHandler value)Missing
System.Void add_DataSourceChanged(System.EventHandler value)Missing
System.Void add_DisplayMemberChanged(System.EventHandler value)Missing
System.Void add_DrawItem(System.Windows.Forms.DrawItemEventHandler value)Missing
System.Void add_MeasureItem(System.Windows.Forms.MeasureItemEventHandler value)Missing
System.Void add_ValueMemberChanged(System.EventHandler value)Missing
System.Void remove_Click(System.EventHandler value)Missing
System.Void remove_DataSourceChanged(System.EventHandler value)Missing
System.Void remove_DisplayMemberChanged(System.EventHandler value)Missing
System.Void remove_DrawItem(System.Windows.Forms.DrawItemEventHandler value)Missing
System.Void remove_MeasureItem(System.Windows.Forms.MeasureItemEventHandler value)Missing
System.Void remove_ValueMemberChanged(System.EventHandler value)Missing
Property Summary
System.Windows.Forms.CreateParams CreateParams Missing
System.Object DataSource TODO
System.String DisplayMember TODO
System.Windows.Forms.DrawMode DrawMode TODO
System.Int32 ItemHeight TODO
System.Windows.Forms.CheckedListBox.ObjectCollection Items TODO
System.Boolean ThreeDCheckBoxes TODO
System.String ValueMember Missing
Event Summary
ClickMissing
DataSourceChangedMissing
DisplayMemberChangedMissing
DrawItemMissing
MeasureItemMissing
ValueMemberChangedMissing

 
  
 
 
 

System.Windows.Forms.Clipboard

Status :
Method Summary
static System.Windows.Forms.IDataObject GetDataObject()TODO
static System.Void SetDataObject(System.Object data, System.Boolean copy)TODO

 
  
 
 
 

System.Windows.Forms.ColorDialog

Status : TODO
Property Summary
System.IntPtr Instance Missing
System.Int32 Options Missing

 
  
 
 
 

System.Windows.Forms.ColumnHeader

Status :
Method Summary
System.Object Clone()should have attributes `public final virtual hidebysig ', but has `public virtual hidebysig ' instead
Property Summary
System.String Text TODO
System.Windows.Forms.HorizontalAlignment TextAlign TODO
System.Int32 Width TODO

 
  
 
 
 

System.Windows.Forms.ComboBox

Status :
Method Summary
System.Void Dispose(System.Boolean disposing)Missing
System.Void OnDataSourceChanged(System.EventArgs e)TODO
System.Void OnDisplayMemberChanged(System.EventArgs e)TODO
System.Void OnGotFocus(System.EventArgs e)Missing
System.Void OnKeyPress(System.Windows.Forms.KeyPressEventArgs e)Missing
System.Void OnLostFocus(System.EventArgs e)Missing
System.Void RefreshItem(System.Int32 index)TODO
System.Void WndProc(System.Windows.Forms.Message& m)Missing
System.Void add_BackgroundImageChanged(System.EventHandler value)Missing
System.Void add_Paint(System.Windows.Forms.PaintEventHandler value)Missing
System.Void add_SelectedIndexChanged(System.EventHandler value)Missing
System.Void remove_BackgroundImageChanged(System.EventHandler value)Missing
System.Void remove_Paint(System.Windows.Forms.PaintEventHandler value)Missing
System.Void remove_SelectedIndexChanged(System.EventHandler value)Missing
Property Summary
System.Windows.Forms.ComboBox.ObjectCollection Items EditorAttribute("System.Windows.Forms.Design.ListControlStringCollectionEditor, System.Design", typeof(System.Drawing.Design.UITypeEditor,System.Drawing)) is Missing
Event Summary
BackgroundImageChangedMissing
PaintMissing
SelectedIndexChangedMissing

 
  
 
 
 

System.Windows.Forms.ContainerControl

Status :
Property Summary
System.Windows.Forms.Control ActiveControl should have attributes `public final virtual hidebysig specialname ', but has `public virtual hidebysig specialname ' instead

 
  
 
 
 

System.Windows.Forms.ContextMenu

Status :
Method Summary
System.Void OnPopup(System.EventArgs e)should have attributes `famorassem virtual hidebysig ', but has `family virtual hidebysig ' instead

 
  
 
 
 

System.Windows.Forms.Control

Status :
Method Summary
System.IAsyncResult BeginInvoke(System.Delegate method, System.Object[] args)TODO
System.Void Dispose(System.Boolean disposing)TODO
System.Windows.Forms.DragDropEffects DoDragDrop(System.Object data, System.Windows.Forms.DragDropEffects allowedEffects)TODO
System.Object EndInvoke(System.IAsyncResult asyncResult)TODO
static System.Windows.Forms.Control FromChildHandle(System.IntPtr handle)TODO
static System.Windows.Forms.Control FromHandle(System.IntPtr handle)TODO
System.Windows.Forms.Control GetChildAtPoint(System.Drawing.Point pt)Missing
System.Void NotifyInvalidate(System.Drawing.Rectangle invalidatedArea)Missing
System.Void OnBackColorChanged(System.EventArgs e)EditorBrowsableAttribute(2) is Missing
System.Void OnBackgroundImageChanged(System.EventArgs e)TODO
System.Void OnNotifyMessage(System.Windows.Forms.Message m)Missing
System.Void RaiseDragEvent(System.Object key, System.Windows.Forms.DragEventArgs e)Missing
System.Void RaiseKeyEvent(System.Object key, System.Windows.Forms.KeyEventArgs e)Missing
System.Void RaiseMouseEvent(System.Object key, System.Windows.Forms.MouseEventArgs e)Missing
System.Void RaisePaintEvent(System.Object key, System.Windows.Forms.PaintEventArgs e)Missing
System.Void RecreateHandle()TODO
System.Void ResetBindings()TODO
System.Void ResetMouseEventArgs()should have attributes `family hidebysig ', but has `family virtual hidebysig ' instead
System.Void SetTopLevel(System.Boolean value)TODO
Property Summary
System.Drawing.Color BackColor TODO
System.String CompanyName DescriptionAttribute("ControlCompanyNameDescr") is Missing
System.Boolean ContainsFocus DescriptionAttribute("ControlCompanyNameDescr") is Extra
System.Windows.Forms.Cursor Cursor AmbientValueAttribute("") is Missing
System.Windows.Forms.ControlBindingsCollection DataBindings TODO
System.Drawing.Color ForeColor BrowsableAttribute(false) is Extra
System.IntPtr Handle BrowsableAttribute(false) is Missing
System.Windows.Forms.MouseButtons MouseButtons TODO
System.Drawing.Point MousePosition TODO
System.Drawing.Region Region TODO
System.Boolean RenderRightToLeft Missing
System.Boolean ShowKeyboardCues should have attributes `family hidebysig specialname ', but has `family virtual hidebysig specialname ' instead
System.Object Tag TypeConverterAttribute(typeof(System.ComponentModel.StringConverter,System)) is Missing
System.String Text BindableAttribute(true) is Missing
System.Int32 Top EditorBrowsableAttribute(0) is Missing
System.Windows.Forms.IWindowTarget WindowTarget Missing

 
  
 
 
 

System.Windows.Forms.ControlBindingsCollection

Status : EditorAttribute("System.Drawing.Design.UITypeEditor, System.Drawing", typeof(System.Drawing.Design.UITypeEditor,System.Drawing)) is Missing

 
  
 
 
 

System.Windows.Forms.ControlPaint

Status :
Method Summary
static System.IntPtr CreateHBitmap16Bit(System.Drawing.Bitmap bitmap, System.Drawing.Color background)Missing
static System.IntPtr CreateHBitmapColorMask(System.Drawing.Bitmap bitmap, System.IntPtr monochromeMask)Missing
static System.IntPtr CreateHBitmapTransparencyMask(System.Drawing.Bitmap bitmap)Missing

 
  
 
 
 

System.Windows.Forms.CurrencyManager

Status : DefaultMemberAttribute("Item") is Missing
Method Summary
System.ComponentModel.PropertyDescriptorCollection GetItemProperties()TODO
System.Void OnPositionChanged(System.EventArgs e)Missing
System.Void Refresh()TODO
System.Void ResumeBinding()TODO
System.Void SuspendBinding()TODO
System.Void UpdateIsBinding()TODO
Field Summary
System.Type finalType Missing
System.Int32 listposition Missing

 
  
 
 
 

System.Windows.Forms.Cursor

Status : should have attributes `public auto sealed ansi ', but has `public auto ansi ' instead

 
  
 
 
 

System.Windows.Forms.CursorConverter

Status :
Method Summary
System.Boolean CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)TODO
System.Boolean CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)TODO
System.Object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, System.Object value)TODO
System.Object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, System.Object value, System.Type destinationType)TODO
System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)TODO
System.Boolean GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)TODO

 
  
 
 
 

System.Windows.Forms.DataGrid

Status : DefaultEventAttribute("Navigate") is Missing
Method Summary
System.Boolean BeginEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, System.Int32 rowNumber)TODO
System.Void BeginInit()TODO
System.Void CancelEditing()TODO
System.Void Collapse(System.Int32 row)TODO
System.Void ColumnStartedEditing(System.Drawing.Rectangle bounds)TODO
System.Void ColumnStartedEditing(System.Windows.Forms.Control editingControl)TODO
System.Windows.Forms.AccessibleObject CreateAccessibilityInstance()TODO
System.Windows.Forms.DataGridColumnStyle CreateGridColumn(System.ComponentModel.PropertyDescriptor prop, System.Boolean isDefault)TODO
System.Windows.Forms.DataGridColumnStyle CreateGridColumn(System.ComponentModel.PropertyDescriptor prop)TODO
System.Boolean EndEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, System.Int32 rowNumber, System.Boolean shouldAbort)TODO
System.Void EndInit()TODO
System.Void Expand(System.Int32 row)TODO
System.Drawing.Rectangle GetCellBounds(System.Int32 row, System.Int32 col)TODO
System.Drawing.Rectangle GetCellBounds(System.Windows.Forms.DataGridCell dgc)TODO
System.Drawing.Rectangle GetCurrentCellBounds()TODO
System.String GetOutputTextDelimiter()TODO
System.Void GridHScrolled(System.Object sender, System.Windows.Forms.ScrollEventArgs se)Missing
System.Void GridVScrolled(System.Object sender, System.Windows.Forms.ScrollEventArgs se)Missing
System.Windows.Forms.DataGrid.HitTestInfo HitTest(System.Int32 x, System.Int32 y)TODO
System.Windows.Forms.DataGrid.HitTestInfo HitTest(System.Drawing.Point position)TODO
System.Boolean IsExpanded(System.Int32 rowNumber)TODO
System.Boolean IsSelected(System.Int32 row)TODO
System.Void NavigateBack()TODO
System.Void NavigateTo(System.Int32 rowNumber, System.String relationName)TODO
System.Void OnAllowNavigationChanged(System.EventArgs e)TODO
System.Void OnBackButtonClicked(System.Object sender, System.EventArgs e)TODO
System.Void OnBackColorChanged(System.EventArgs e)TODO
System.Void OnBackgroundColorChanged(System.EventArgs e)TODO
System.Void OnBindingContextChanged(System.EventArgs e)TODO
System.Void OnBorderStyleChanged(System.EventArgs e)TODO
System.Void OnCaptionVisibleChanged(System.EventArgs e)TODO
System.Void OnCurrentCellChanged(System.EventArgs e)TODO
System.Void OnDataSourceChanged(System.EventArgs e)TODO
System.Void OnEnter(System.EventArgs e)TODO
System.Void OnFlatModeChanged(System.EventArgs e)TODO
System.Void OnFontChanged(System.EventArgs e)TODO
System.Void OnForeColorChanged(System.EventArgs e)TODO
System.Void OnKeyDown(System.Windows.Forms.KeyEventArgs ke)TODO
System.Void OnKeyPress(System.Windows.Forms.KeyPressEventArgs kpe)TODO
System.Void OnLeave(System.EventArgs e)TODO
System.Void OnMouseDown(System.Windows.Forms.MouseEventArgs e)TODO
System.Void OnMouseLeave(System.EventArgs e)TODO
System.Void OnMouseMove(System.Windows.Forms.MouseEventArgs e)TODO
System.Void OnMouseUp(System.Windows.Forms.MouseEventArgs e)TODO
System.Void OnMouseWheel(System.Windows.Forms.MouseEventArgs e)TODO
System.Void OnNavigate(System.Windows.Forms.NavigateEventArgs e)TODO
System.Void OnPaint(System.Windows.Forms.PaintEventArgs pe)TODO
System.Void OnPaintBackground(System.Windows.Forms.PaintEventArgs ebe)TODO
System.Void OnParentRowsLabelStyleChanged(System.EventArgs e)TODO
System.Void OnParentRowsVisibleChanged(System.EventArgs e)TODO
System.Void OnReadOnlyChanged(System.EventArgs e)TODO
System.Void OnResize(System.EventArgs e)TODO
System.Void OnRowHeaderClick(System.EventArgs e)TODO
System.Void OnScroll(System.EventArgs e)TODO
System.Void OnShowParentDetailsButtonClicked(System.Object sender, System.EventArgs e)TODO
System.Boolean ProcessDialogKey(System.Windows.Forms.Keys keyData)TODO
System.Boolean ProcessGridKey(System.Windows.Forms.KeyEventArgs ke)TODO
System.Boolean ProcessKeyPreview(System.Windows.Forms.Message& m)TODO
System.Boolean ProcessTabKey(System.Windows.Forms.Keys keyData)TODO
System.Void ResetAlternatingBackColor()TODO
System.Void ResetBackColor()TODO
System.Void ResetForeColor()TODO
System.Void ResetGridLineColor()TODO