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
System.Void ResetHeaderBackColor()TODO
System.Void ResetHeaderFont()TODO
System.Void ResetHeaderForeColor()TODO
System.Void ResetLinkColor()TODO
System.Void ResetLinkHoverColor()TODO
System.Void ResetSelection()TODO
System.Void ResetSelectionBackColor()TODO
System.Void ResetSelectionForeColor()TODO
System.Void Select(System.Int32 row)TODO
System.Void SetDataBinding(System.Object dataSource, System.String dataMember)TODO
System.Boolean ShouldSerializeAlternatingBackColor()TODO
System.Boolean ShouldSerializeBackgroundColor()TODO
System.Boolean ShouldSerializeCaptionBackColor()TODO
System.Boolean ShouldSerializeCaptionForeColor()TODO
System.Boolean ShouldSerializeGridLineColor()TODO
System.Boolean ShouldSerializeHeaderBackColor()TODO
System.Boolean ShouldSerializeHeaderFont()TODO
System.Boolean ShouldSerializeHeaderForeColor()TODO
System.Boolean ShouldSerializeLinkHoverColor()TODO
System.Boolean ShouldSerializeParentRowsBackColor()TODO
System.Boolean ShouldSerializeParentRowsForeColor()TODO
System.Boolean ShouldSerializePreferredRowHeight()TODO
System.Boolean ShouldSerializeSelectionBackColor()TODO
System.Boolean ShouldSerializeSelectionForeColor()TODO
System.Void SubObjectsSiteChange(System.Boolean site)TODO
System.Void UnSelect(System.Int32 row)TODO
System.Void add_Navigate(System.Windows.Forms.NavigateEventHandler value)Missing
System.Void add_RowHeaderClick(System.EventHandler value)should have attributes `family hidebysig specialname ', but has `public hidebysig specialname ' instead
System.Void remove_Navigate(System.Windows.Forms.NavigateEventHandler value)Missing
System.Void remove_RowHeaderClick(System.EventHandler value)should have attributes `family hidebysig specialname ', but has `public hidebysig specialname ' instead
Property Summary
System.Boolean AllowNavigation TODO
System.Boolean AllowSorting TODO
System.Drawing.Color AlternatingBackColor TODO
System.Drawing.Color BackgroundColor TODO
System.Drawing.Image BackgroundImage TODO
System.Windows.Forms.BorderStyle BorderStyle TODO
System.Drawing.Color CaptionBackColor TODO
System.Drawing.Font CaptionFont TODO
System.Drawing.Color CaptionForeColor TODO
System.String CaptionText TODO
System.Boolean CaptionVisible TODO
System.Boolean ColumnHeadersVisible TODO
System.Windows.Forms.DataGridCell CurrentCell TODO
System.Int32 CurrentRowIndex TODO
System.Windows.Forms.Cursor Cursor TODO
System.String DataMember EditorAttribute("System.Windows.Forms.Design.DataMemberListEditor, System.Design", typeof(System.Drawing.Design.UITypeEditor,System.Drawing)) is Missing
System.Object DataSource TODO
System.Int32 FirstVisibleColumn TODO
System.Boolean FlatMode TODO
System.Drawing.Color ForeColor TODO
System.Drawing.Color GridLineColor TODO
System.Windows.Forms.DataGridLineStyle GridLineStyle TODO
System.Drawing.Color HeaderBackColor TODO
System.Drawing.Font HeaderFont TODO
System.Windows.Forms.ScrollBar HorizScrollBar TODO
System.Object Item TODO
System.Object Item TODO
System.Drawing.Color LinkColor TODO
System.Drawing.Color LinkHoverColor TODO
System.Windows.Forms.CurrencyManager ListManager TODO
System.Drawing.Color ParentRowsBackColor TODO
System.Drawing.Color ParentRowsForeColor TODO
System.Windows.Forms.DataGridParentRowsLabelStyle ParentRowsLabelStyle TODO
System.Boolean ParentRowsVisible TODO
System.Int32 PreferredColumnWidth TODO
System.Int32 PreferredRowHeight TODO
System.Boolean ReadOnly TODO
System.Int32 RowHeaderWidth TODO
System.Boolean RowHeadersVisible TODO
System.Drawing.Color SelectionBackColor TODO
System.Drawing.Color SelectionForeColor TODO
System.ComponentModel.ISite Site TODO
System.Windows.Forms.GridTableStylesCollection TableStyles TODO
System.String Text BindableAttribute(false) is Missing
System.Windows.Forms.ScrollBar VertScrollBar TODO
System.Int32 VisibleColumnCount TODO
System.Int32 VisibleRowCount TODO
Event Summary
BackgroundImageChangedBrowsableAttribute(false) is Missing
CursorChangedBrowsableAttribute(false) is Missing
RowHeaderClickshould have attributes `family ', but has `public ' instead
TextChangedEditorBrowsableAttribute(1) is Missing

 
  
 
 
 

System.Windows.Forms.DataGridBoolColumn

Status :
Constructor Summary
System.Windows.Forms.DataGridBoolColumn()TODO
System.Windows.Forms.DataGridBoolColumn(System.ComponentModel.PropertyDescriptor prop)TODO
System.Windows.Forms.DataGridBoolColumn(System.ComponentModel.PropertyDescriptor prop, System.Boolean isDefault)TODO
Method Summary
System.Void Abort(System.Int32 rowNum)TODO
System.Boolean Commit(System.Windows.Forms.CurrencyManager dataSource, System.Int32 rowNum)TODO
System.Void ConcedeFocus()TODO
System.Void Edit(System.Windows.Forms.CurrencyManager source, System.Int32 rowNum, System.Drawing.Rectangle bounds, System.Boolean readOnly, System.String instantText, System.Boolean cellIsVisible)TODO
System.Void EnterNullValue()TODO
System.Object GetColumnValueAtRow(System.Windows.Forms.CurrencyManager lm, System.Int32 row)TODO
System.Int32 GetMinimumHeight()TODO
System.Int32 GetPreferredHeight(System.Drawing.Graphics g, System.Object value)TODO
System.Drawing.Size GetPreferredSize(System.Drawing.Graphics g, System.Object value)TODO
System.Void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, System.Int32 rowNum)TODO
System.Void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, System.Int32 rowNum, System.Boolean alignToRight)TODO
System.Void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, System.Int32 rowNum, System.Drawing.Brush backBrush, System.Drawing.Brush foreBrush, System.Boolean alignToRight)TODO
System.Void SetColumnValueAtRow(System.Windows.Forms.CurrencyManager lm, System.Int32 row, System.Object value)TODO
System.Void add_AllowNullChanged(System.EventHandler value)TODO
System.Void add_FalseValueChanged(System.EventHandler value)TODO
System.Void add_TrueValueChanged(System.EventHandler value)TODO
System.Void remove_AllowNullChanged(System.EventHandler value)TODO
System.Void remove_FalseValueChanged(System.EventHandler value)TODO
System.Void remove_TrueValueChanged(System.EventHandler value)TODO
Property Summary
System.Boolean AllowNull TODO
System.Object FalseValue TODO
System.Object NullValue TODO
System.Object TrueValue TODO
Event Summary
AllowNullChangedMissing
FalseValueChangedMissing
TrueValueChangedMissing

 
  
 
 
 

System.Windows.Forms.DataGridColumnStyle

Status : DesignTimeVisibleAttribute(false) is Missing
Constructor Summary
System.Windows.Forms.DataGridColumnStyle()TODO
System.Windows.Forms.DataGridColumnStyle(System.ComponentModel.PropertyDescriptor prop)TODO
Method Summary
System.Void BeginUpdate()TODO
System.Void CheckValidDataSource(System.Windows.Forms.CurrencyManager value)TODO
System.Void ColumnStartedEditing(System.Windows.Forms.Control editingControl)TODO
System.Void ConcedeFocus()TODO
System.Windows.Forms.AccessibleObject CreateHeaderAccessibleObject()TODO
System.Void Edit(System.Windows.Forms.CurrencyManager source, System.Int32 rowNum, System.Drawing.Rectangle bounds, System.Boolean readOnly)TODO
System.Void Edit(System.Windows.Forms.CurrencyManager source, System.Int32 rowNum, System.Drawing.Rectangle bounds, System.Boolean readOnly, System.String instantText)TODO
System.Void EndUpdate()TODO
System.Void EnterNullValue()TODO
System.Object GetColumnValueAtRow(System.Windows.Forms.CurrencyManager source, System.Int32 rowNum)TODO
System.Void Invalidate()TODO
System.Void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, System.Int32 rowNum, System.Drawing.Brush backBrush, System.Drawing.Brush foreBrush, System.Boolean alignToRight)TODO
System.Void ReleaseHostedControl()TODO
System.Void ResetHeaderText()TODO
System.Void SetColumnValueAtRow(System.Windows.Forms.CurrencyManager source, System.Int32 rowNum, System.Object value)TODO
System.Void SetDataGrid(System.Windows.Forms.DataGrid value)TODO
System.Void SetDataGridInColumn(System.Windows.Forms.DataGrid value)TODO
System.Void UpdateUI(System.Windows.Forms.CurrencyManager source, System.Int32 rowNum, System.String instantText)TODO
Property Summary
System.Windows.Forms.HorizontalAlignment Alignment TODO
System.Windows.Forms.DataGridTableStyle DataGridTableStyle TODO
System.Int32 FontHeight TODO
System.Windows.Forms.AccessibleObject HeaderAccessibleObject TODO
System.String HeaderText TODO
System.String MappingName TODO
System.String NullText TODO
System.ComponentModel.PropertyDescriptor PropertyDescriptor TODO
System.Boolean ReadOnly TODO
System.Int32 Width TODO
Event Summary
PropertyDescriptorChangedBrowsableAttribute(false) is Missing

 
  
 
 
 

System.Windows.Forms.DataGridPreferredColumnWidthTypeConverter

Status :
Constructor Summary
System.Windows.Forms.DataGridPreferredColumnWidthTypeConverter()TODO
Method Summary
System.Boolean CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)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.Windows.Forms.DataGridTableStyle

Status : ToolboxItemAttribute(false) is Missing
Constructor Summary
System.Windows.Forms.DataGridTableStyle(System.Boolean isDefaultTableStyle)TODO
System.Windows.Forms.DataGridTableStyle()TODO
System.Windows.Forms.DataGridTableStyle(System.Windows.Forms.CurrencyManager listManager)TODO
Method Summary
System.Boolean BeginEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, System.Int32 rowNumber)TODO
System.Windows.Forms.DataGridColumnStyle CreateGridColumn(System.ComponentModel.PropertyDescriptor prop)TODO
System.Windows.Forms.DataGridColumnStyle CreateGridColumn(System.ComponentModel.PropertyDescriptor prop, System.Boolean isDefault)TODO
System.Void Dispose(System.Boolean disposing)TODO
System.Boolean EndEdit(System.Windows.Forms.DataGridColumnStyle gridColumn, System.Int32 rowNumber, System.Boolean shouldAbort)TODO
System.Void OnAllowSortingChanged(System.EventArgs e)TODO
System.Void OnAlternatingBackColorChanged(System.EventArgs e)TODO
System.Void OnBackColorChanged(System.EventArgs e)TODO
System.Void OnColumnHeadersVisibleChanged(System.EventArgs e)TODO
System.Void OnForeColorChanged(System.EventArgs e)TODO
System.Void OnGridLineColorChanged(System.EventArgs e)TODO
System.Void OnGridLineStyleChanged(System.EventArgs e)TODO
System.Void OnHeaderBackColorChanged(System.EventArgs e)TODO
System.Void OnHeaderFontChanged(System.EventArgs e)TODO
System.Void OnHeaderForeColorChanged(System.EventArgs e)TODO
System.Void OnLinkColorChanged(System.EventArgs e)TODO
System.Void OnLinkHoverColorChanged(System.EventArgs e)TODO
System.Void OnMappingNameChanged(System.EventArgs e)TODO
System.Void OnPreferredColumnWidthChanged(System.EventArgs e)TODO
System.Void OnPreferredRowHeightChanged(System.EventArgs e)TODO
System.Void OnReadOnlyChanged(System.EventArgs e)TODO
System.Void OnRowHeaderWidthChanged(System.EventArgs e)TODO
System.Void OnRowHeadersVisibleChanged(System.EventArgs e)TODO
System.Void OnSelectionBackColorChanged(System.EventArgs e)TODO
System.Void OnSelectionForeColorChanged(System.EventArgs e)TODO
System.Void ResetAlternatingBackColor()TODO
System.Void ResetBackColor()TODO
System.Void ResetForeColor()TODO
System.Void ResetGridLineColor()TODO
System.Void ResetHeaderBackColor()TODO
System.Void ResetHeaderFont()TODO
System.Void ResetHeaderForeColor()TODO
System.Void ResetLinkColor()TODO
System.Void ResetLinkHoverColor()TODO
System.Void ResetSelectionBackColor()TODO
System.Void ResetSelectionForeColor()TODO
System.Boolean ShouldSerializeAlternatingBackColor()TODO
System.Boolean ShouldSerializeBackColor()TODO
System.Boolean ShouldSerializeForeColor()TODO
System.Boolean ShouldSerializeGridLineColor()TODO
System.Boolean ShouldSerializeHeaderBackColor()TODO
System.Boolean ShouldSerializeHeaderForeColor()TODO
System.Boolean ShouldSerializeLinkColor()TODO
System.Boolean ShouldSerializeLinkHoverColor()TODO
System.Boolean ShouldSerializePreferredRowHeight()TODO
System.Boolean ShouldSerializeSelectionBackColor()TODO
System.Boolean ShouldSerializeSelectionForeColor()TODO
System.Void add_AllowSortingChanged(System.EventHandler value)TODO
System.Void add_AlternatingBackColorChanged(System.EventHandler value)TODO
System.Void add_BackColorChanged(System.EventHandler value)TODO
System.Void add_ColumnHeadersVisibleChanged(System.EventHandler value)TODO
System.Void add_ForeColorChanged(System.EventHandler value)TODO
System.Void add_GridLineColorChanged(System.EventHandler value)TODO
System.Void add_GridLineStyleChanged(System.EventHandler value)TODO
System.Void add_HeaderBackColorChanged(System.EventHandler value)TODO
System.Void add_HeaderFontChanged(System.EventHandler value)TODO
System.Void add_HeaderForeColorChanged(System.EventHandler value)TODO
System.Void add_LinkColorChanged(System.EventHandler value)TODO
System.Void add_LinkHoverColorChanged(System.EventHandler value)TODO
System.Void add_MappingNameChanged(System.EventHandler value)TODO
System.Void add_PreferredColumnWidthChanged(System.EventHandler value)TODO
System.Void add_PreferredRowHeightChanged(System.EventHandler value)TODO
System.Void add_ReadOnlyChanged(System.EventHandler value)TODO
System.Void add_RowHeaderWidthChanged(System.EventHandler value)TODO
System.Void add_RowHeadersVisibleChanged(System.EventHandler value)TODO
System.Void add_SelectionBackColorChanged(System.EventHandler value)TODO
System.Void add_SelectionForeColorChanged(System.EventHandler value)TODO
System.Void remove_AllowSortingChanged(System.EventHandler value)TODO
System.Void remove_AlternatingBackColorChanged(System.EventHandler value)TODO
System.Void remove_BackColorChanged(System.EventHandler value)TODO
System.Void remove_ColumnHeadersVisibleChanged(System.EventHandler value)TODO
System.Void remove_ForeColorChanged(System.EventHandler value)TODO
System.Void remove_GridLineColorChanged(System.EventHandler value)TODO
System.Void remove_GridLineStyleChanged(System.EventHandler value)TODO
System.Void remove_HeaderBackColorChanged(System.EventHandler value)TODO
System.Void remove_HeaderFontChanged(System.EventHandler value)TODO
System.Void remove_HeaderForeColorChanged(System.EventHandler value)TODO
System.Void remove_LinkColorChanged(System.EventHandler value)TODO
System.Void remove_LinkHoverColorChanged(System.EventHandler value)TODO
System.Void remove_MappingNameChanged(System.EventHandler value)TODO
System.Void remove_PreferredColumnWidthChanged(System.EventHandler value)TODO
System.Void remove_PreferredRowHeightChanged(System.EventHandler value)TODO
System.Void remove_ReadOnlyChanged(System.EventHandler value)TODO
System.Void remove_RowHeaderWidthChanged(System.EventHandler value)TODO
System.Void remove_RowHeadersVisibleChanged(System.EventHandler value)TODO
System.Void remove_SelectionBackColorChanged(System.EventHandler value)TODO
System.Void remove_SelectionForeColorChanged(System.EventHandler value)TODO
Property Summary
System.Boolean AllowSorting TODO
System.Drawing.Color AlternatingBackColor TODO
System.Drawing.Color BackColor TODO
System.Boolean ColumnHeadersVisible TODO
System.Windows.Forms.DataGrid DataGrid TODO
System.Drawing.Color ForeColor TODO
System.Windows.Forms.GridColumnStylesCollection GridColumnStyles TODO
System.Drawing.Color GridLineColor TODO
System.Windows.Forms.DataGridLineStyle GridLineStyle TODO
System.Drawing.Color HeaderBackColor TODO
System.Drawing.Font HeaderFont TODO
System.Drawing.Color HeaderForeColor TODO
System.Drawing.Color LinkColor TODO
System.Drawing.Color LinkHoverColor TODO
System.String MappingName TODO
System.Int32 PreferredColumnWidth TODO
System.Int32 PreferredRowHeight TODO
System.Boolean ReadOnly TODO
System.Int32 RowHeaderWidth TODO
System.Boolean RowHeadersVisible TODO
System.Drawing.Color SelectionBackColor TODO
System.Drawing.Color SelectionForeColor TODO
Event Summary
AllowSortingChangedMissing
AlternatingBackColorChangedMissing
BackColorChangedMissing
ColumnHeadersVisibleChangedMissing
ForeColorChangedMissing
GridLineColorChangedMissing
GridLineStyleChangedMissing
HeaderBackColorChangedMissing
HeaderFontChangedMissing
HeaderForeColorChangedMissing
LinkColorChangedMissing
LinkHoverColorChangedMissing
MappingNameChangedMissing
PreferredColumnWidthChangedMissing
PreferredRowHeightChangedMissing
ReadOnlyChangedMissing
RowHeaderWidthChangedMissing
RowHeadersVisibleChangedMissing
SelectionBackColorChangedMissing
SelectionForeColorChangedMissing

 
  
 
 
 

System.Windows.Forms.DataGridTextBox

Status : DesignTimeVisibleAttribute(false) is Missing
Constructor Summary
System.Windows.Forms.DataGridTextBox()TODO
Method Summary
System.Void OnKeyPress(System.Windows.Forms.KeyPressEventArgs e)TODO
System.Void OnMouseWheel(System.Windows.Forms.MouseEventArgs e)TODO
System.Boolean ProcessKeyMessage(System.Windows.Forms.Message& m)TODO
System.Void SetDataGrid(System.Windows.Forms.DataGrid parentGrid)TODO
Property Summary
System.Boolean IsInEditOrNavigateMode TODO

 
  
 
 
 

System.Windows.Forms.DataGridTextBoxColumn

Status :
Constructor Summary
System.Windows.Forms.DataGridTextBoxColumn()TODO
System.Windows.Forms.DataGridTextBoxColumn(System.ComponentModel.PropertyDescriptor prop)TODO
System.Windows.Forms.DataGridTextBoxColumn(System.ComponentModel.PropertyDescriptor prop, System.String format)TODO
System.Windows.Forms.DataGridTextBoxColumn(System.ComponentModel.PropertyDescriptor prop, System.String format, System.Boolean isDefault)TODO
System.Windows.Forms.DataGridTextBoxColumn(System.ComponentModel.PropertyDescriptor prop, System.Boolean isDefault)TODO
Method Summary
System.Void Abort(System.Int32 rowNum)TODO
System.Boolean Commit(System.Windows.Forms.CurrencyManager dataSource, System.Int32 rowNum)TODO
System.Void ConcedeFocus()TODO
System.Void Edit(System.Windows.Forms.CurrencyManager source, System.Int32 rowNum, System.Drawing.Rectangle bounds, System.Boolean readOnly, System.String instantText, System.Boolean cellIsVisible)TODO
System.Void EndEdit()TODO
System.Void EnterNullValue()TODO
System.Int32 GetMinimumHeight()TODO
System.Int32 GetPreferredHeight(System.Drawing.Graphics g, System.Object value)TODO
System.Drawing.Size GetPreferredSize(System.Drawing.Graphics g, System.Object value)TODO
System.Void HideEditBox()TODO
System.Void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, System.Int32 rowNum)TODO
System.Void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, System.Int32 rowNum, System.Boolean alignToRight)TODO
System.Void Paint(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.Windows.Forms.CurrencyManager source, System.Int32 rowNum, System.Drawing.Brush backBrush, System.Drawing.Brush foreBrush, System.Boolean alignToRight)TODO
System.Void PaintText(System.Drawing.Graphics g, System.Drawing.Rectangle bounds, System.String text, System.Boolean alignToRight)TODO
System.Void PaintText(System.Drawing.Graphics g, System.Drawing.Rectangle textBounds, System.String text, System.Drawing.Brush backBrush, System.Drawing.Brush foreBrush, System.Boolean alignToRight)TODO
System.Void ReleaseHostedControl()TODO
System.Void SetDataGridInColumn(System.Windows.Forms.DataGrid value)TODO
System.Void UpdateUI(System.Windows.Forms.CurrencyManager source, System.Int32 rowNum, System.String instantText)TODO
Property Summary
System.String Format TODO
System.IFormatProvider FormatInfo TODO
System.ComponentModel.PropertyDescriptor PropertyDescriptor TODO
System.Boolean ReadOnly TODO
System.Windows.Forms.TextBox TextBox TODO

 
  
 
 
 

System.Windows.Forms.DataObject

Status : TODO
Method Summary
System.Object GetData(System.String format, System.Boolean autoConvert)TODO
System.Object GetData(System.Type format)TODO
System.Boolean GetDataPresent(System.Type format)TODO
System.Boolean GetDataPresent(System.String format, System.Boolean autoConvert)TODO
System.String[] GetFormats(System.Boolean autoConvert)TODO
System.Void SetData(System.Type format, System.Object data)TODO
System.Void SetData(System.Object data)TODO

 
  
 
 
 

System.Windows.Forms.DateTimePicker

Status : Missing
Constructor Summary
System.Windows.Forms.DateTimePicker()Missing
Method Summary
System.Windows.Forms.AccessibleObject CreateAccessibilityInstance()Missing
System.Void CreateHandle()Missing
System.Void DestroyHandle()Missing
System.Void Dispose(System.Boolean disposing)Missing
System.Boolean IsInputKey(System.Windows.Forms.Keys keyData)Missing
System.Void OnCloseUp(System.EventArgs eventargs)Missing
System.Void OnDropDown(System.EventArgs eventargs)Missing
System.Void OnFontChanged(System.EventArgs e)Missing
System.Void OnFormatChanged(System.EventArgs e)Missing
System.Void OnSystemColorsChanged(System.EventArgs e)Missing
System.Void OnValueChanged(System.EventArgs eventargs)Missing
System.Void SetBoundsCore(System.Int32 x, System.Int32 y, System.Int32 width, System.Int32 height, System.Windows.Forms.BoundsSpecified specified)Missing
System.String ToString()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_CloseUp(System.EventHandler value)Missing
System.Void add_DropDown(System.EventHandler value)Missing
System.Void add_ForeColorChanged(System.EventHandler value)Missing
System.Void add_FormatChanged(System.EventHandler value)Missing
System.Void add_Paint(System.Windows.Forms.PaintEventHandler value)Missing
System.Void add_TextChanged(System.EventHandler value)Missing
System.Void add_ValueChanged(System.EventHandler value)Missing
System.Void remove_BackColorChanged(System.EventHandler value)Missing
System.Void remove_BackgroundImageChanged(System.EventHandler value)Missing
System.Void remove_CloseUp(System.EventHandler value)Missing
System.Void remove_DropDown(System.EventHandler value)Missing
System.Void remove_ForeColorChanged(System.EventHandler value)Missing
System.Void remove_FormatChanged(System.EventHandler value)Missing
System.Void remove_Paint(System.Windows.Forms.PaintEventHandler value)Missing
System.Void remove_TextChanged(System.EventHandler value)Missing
System.Void remove_ValueChanged(System.EventHandler value)Missing
Field Summary
System.Drawing.Color DefaultMonthBackColor Missing
System.Drawing.Color DefaultTitleBackColor Missing
System.Drawing.Color DefaultTitleForeColor Missing
System.Drawing.Color DefaultTrailingForeColor Missing
System.DateTime MaxDateTime Missing
System.DateTime MinDateTime Missing
Property Summary
System.Drawing.Color BackColor Missing
System.Drawing.Image BackgroundImage Missing
System.Drawing.Font CalendarFont Missing
System.Drawing.Color CalendarForeColor Missing
System.Drawing.Color CalendarMonthBackground Missing
System.Drawing.Color CalendarTitleBackColor Missing
System.Drawing.Color CalendarTitleForeColor Missing
System.Drawing.Color CalendarTrailingForeColor Missing
System.Boolean Checked Missing
System.Windows.Forms.CreateParams CreateParams Missing
System.String CustomFormat Missing
System.Drawing.Size DefaultSize Missing
System.Windows.Forms.LeftRightAlignment DropDownAlign Missing
System.Drawing.Color ForeColor Missing
System.Windows.Forms.DateTimePickerFormat Format Missing
System.DateTime MaxDate Missing
System.DateTime MinDate Missing
System.Int32 PreferredHeight Missing
System.Boolean ShowCheckBox Missing
System.Boolean ShowUpDown Missing
System.String Text Missing
System.DateTime Value Missing
Event Summary
BackColorChangedMissing
BackgroundImageChangedMissing
CloseUpMissing
DropDownMissing
ForeColorChangedMissing
FormatChangedMissing
PaintMissing
TextChangedMissing
ValueChangedMissing

 
  
 
 
 

System.Windows.Forms.DockStyle

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

 
  
 
 
 

System.Windows.Forms.DomainUpDown

Status : TODO
Method Summary
System.Windows.Forms.AccessibleObject CreateAccessibilityInstance()TODO
System.Void DownButton()TODO
System.Void OnChanged(System.Object source, System.EventArgs e)TODO
System.Void OnSelectedItemChanged(System.Object source, System.EventArgs e)TODO
System.Void OnTextBoxKeyDown(System.Object source, System.Windows.Forms.KeyEventArgs e)TODO
System.Void UpButton()TODO
System.Void UpdateEditText()TODO
Property Summary
System.Windows.Forms.DomainUpDown.DomainUpDownItemCollection Items DesignerSerializationVisibilityAttribute(2) is Missing
System.Int32 SelectedIndex TODO
System.Object SelectedItem TODO
System.Boolean Sorted TODO

 
  
 
 
 

System.Windows.Forms.ErrorProvider

Status : ProvidePropertyAttribute("Error", typeof(System.Windows.Forms.Control)) is Missing
Constructor Summary
System.Windows.Forms.ErrorProvider()TODO
System.Windows.Forms.ErrorProvider(System.Windows.Forms.ContainerControl parentControl)TODO
Method Summary
System.Void BindToDataAndErrors(System.Object newDataSource, System.String newDataMember)TODO
System.Boolean CanExtend(System.Object extendee)TODO
System.Void Dispose(System.Boolean disposing)TODO
System.String GetError(System.Windows.Forms.Control control)TODO
System.Windows.Forms.ErrorIconAlignment GetIconAlignment(System.Windows.Forms.Control control)TODO
System.Int32 GetIconPadding(System.Windows.Forms.Control control)TODO
System.Void SetError(System.Windows.Forms.Control control, System.String value)TODO
System.Void SetIconAlignment(System.Windows.Forms.Control control, System.Windows.Forms.ErrorIconAlignment value)TODO
System.Void SetIconPadding(System.Windows.Forms.Control control, System.Int32 padding)TODO
System.Void UpdateBinding()TODO
Property Summary
System.Int32 BlinkRate TODO
System.Windows.Forms.ErrorBlinkStyle BlinkStyle TODO
System.Windows.Forms.ContainerControl ContainerControl TODO
System.String DataMember TODO
System.Object DataSource TODO
System.Drawing.Icon Icon TODO
System.ComponentModel.ISite Site TODO

 
  
 
 
 

System.Windows.Forms.FileDialog

Status : DefaultPropertyAttribute("FileName") is Missing
Property Summary
System.Boolean AddExtension DefaultValueAttribute(true) is Missing
System.Boolean CheckFileExists DefaultValueAttribute(false) is Missing
System.Boolean CheckPathExists DefaultValueAttribute(true) is Missing
System.String DefaultExt DefaultValueAttribute("") is Missing
System.Boolean DereferenceLinks DefaultValueAttribute(true) is Missing
System.String FileName DefaultValueAttribute("") is Missing
System.String[] FileNames BrowsableAttribute(false) is Missing
System.String Filter DefaultValueAttribute("") is Missing
System.Int32 FilterIndex DefaultValueAttribute(1) is Missing
System.String InitialDirectory DefaultValueAttribute("") is Missing
System.Boolean RestoreDirectory DefaultValueAttribute(false) is Missing
System.Boolean ShowHelp DefaultValueAttribute(false) is Missing
System.String Title DefaultValueAttribute("") is Missing
System.Boolean ValidateNames DefaultValueAttribute(true) is Missing

 
  
 
 
 

System.Windows.Forms.FolderBrowserDialog

Status : DesignerAttribute("System.Windows.Forms.Design.FolderBrowserDialogDesigner, System.Design") is Missing
Method Summary
System.Void add_HelpRequest(System.EventHandler value)Missing
System.Void remove_HelpRequest(System.EventHandler value)Missing
Property Summary
System.String Description DefaultValueAttribute("") is Missing
System.Environment.SpecialFolder RootFolder BrowsableAttribute(true) is Missing
System.String SelectedPath DefaultValueAttribute("") is Missing
System.Boolean ShowNewFolderButton DefaultValueAttribute(true) is Missing
Event Summary
HelpRequestMissing

 
  
 
 
 

System.Windows.Forms.FontDialog

Status : DefaultPropertyAttribute("Font") is Missing
Field Summary
System.Object EventApply Missing
Property Summary
System.Boolean AllowScriptChange DefaultValueAttribute(true) is Missing
System.Boolean AllowSimulations DefaultValueAttribute(true) is Missing
System.Boolean AllowVectorFonts DefaultValueAttribute(true) is Missing
System.Boolean AllowVerticalFonts DefaultValueAttribute(true) is Missing
System.Boolean FixedPitchOnly DefaultValueAttribute(false) is Missing
System.Boolean FontMustExist DefaultValueAttribute(false) is Missing
System.Int32 MaxSize DefaultValueAttribute(0) is Missing
System.Int32 MinSize DefaultValueAttribute(0) is Missing
System.Int32 Options Missing
System.Boolean ScriptsOnly DefaultValueAttribute(false) is Missing
System.Boolean ShowApply DefaultValueAttribute(false) is Missing
System.Boolean ShowColor DefaultValueAttribute(false) is Missing
System.Boolean ShowEffects DefaultValueAttribute(true) is Missing
System.Boolean ShowHelp DefaultValueAttribute(false) is Missing

 
  
 
 
 

System.Windows.Forms.Form

Status : ToolboxItemAttribute(false) is Missing
Method Summary
System.Void ActivateMdiChild(System.Windows.Forms.Form form)Missing
System.Void AdjustFormScrollbars(System.Boolean displayScrollbars)Missing
System.Void ApplyAutoScaling()Missing
System.Void CenterToParent()Missing
System.Windows.Forms.Control.ControlCollection CreateControlsInstance()EditorBrowsableAttribute(2) is Missing
System.Void CreateHandle()EditorBrowsableAttribute(2) is Missing
System.Void DefWndProc(System.Windows.Forms.Message& m)EditorBrowsableAttribute(2) is Missing
static System.Drawing.SizeF GetAutoScaleSize(System.Drawing.Font font)TODO
System.Void OnActivated(System.EventArgs e)EditorBrowsableAttribute(2) is Missing
System.Void OnClosed(System.EventArgs e)EditorBrowsableAttribute(2) is Missing
System.Void OnClosing(System.ComponentModel.CancelEventArgs e)EditorBrowsableAttribute(2) is Missing
System.Void OnCreateControl()EditorBrowsableAttribute(2) is Missing
System.Void OnDeactivate(System.EventArgs e)EditorBrowsableAttribute(2) is Missing
System.Void OnFontChanged(System.EventArgs e)EditorBrowsableAttribute(2) is Missing
System.Void OnHandleCreated(System.EventArgs e)EditorBrowsableAttribute(2) is Missing
System.Void OnHandleDestroyed(System.EventArgs e)EditorBrowsableAttribute(2) is Missing
System.Void OnInputLanguageChanged(System.Windows.Forms.InputLanguageChangedEventArgs e)EditorBrowsableAttribute(2) is Missing
System.Void OnInputLanguageChanging(System.Windows.Forms.InputLanguageChangingEventArgs e)EditorBrowsableAttribute(2) is Missing
System.Void OnLoad(System.EventArgs e)EditorBrowsableAttribute(2) is Missing
System.Void OnMaximizedBoundsChanged(System.EventArgs e)EditorBrowsableAttribute(2) is Missing
System.Void OnMaximumSizeChanged(System.EventArgs e)EditorBrowsableAttribute(2) is Missing
System.Void OnMdiChildActivate(System.EventArgs e)EditorBrowsableAttribute(2) is Missing
System.Void OnMenuComplete(System.EventArgs e)EditorBrowsableAttribute(2) is Missing
System.Void OnMenuStart(System.EventArgs e)EditorBrowsableAttribute(2) is Missing
System.Void OnMinimumSizeChanged(System.EventArgs e)EditorBrowsableAttribute(2) is Missing
System.Void OnPaint(System.Windows.Forms.PaintEventArgs e)EditorBrowsableAttribute(2) is Missing
System.Void OnResize(System.EventArgs e)EditorBrowsableAttribute(2) is Missing
System.Void OnStyleChanged(System.EventArgs e)EditorBrowsableAttribute(2) is Missing
System.Void OnTextChanged(System.EventArgs e)EditorBrowsableAttribute(2) is Missing
System.Void OnVisibleChanged(System.EventArgs e)EditorBrowsableAttribute(2) is Missing
System.Boolean ProcessDialogChar(System.Char charCode)EditorBrowsableAttribute(2) is Missing
System.Void ScaleCore(System.Single x, System.Single y)TODO
System.Void SetBoundsCore(System.Int32 x, System.Int32 y, System.Int32 width, System.Int32 height, System.Windows.Forms.BoundsSpecified specified)EditorBrowsableAttribute(2) is Missing
System.Void SetClientSizeCore(System.Int32 x, System.Int32 y)Missing
System.Void SetVisibleCore(System.Boolean value)EditorBrowsableAttribute(2) is Missing
System.Void WndProc(System.Windows.Forms.Message& m)EditorBrowsableAttribute(2) is Missing
System.Void add_TabIndexChanged(System.EventHandler value)Missing
System.Void remove_TabIndexChanged(System.EventHandler value)Missing
Property Summary
System.Windows.Forms.IButtonControl AcceptButton DefaultValueAttribute("") is Missing
System.Windows.Forms.Form ActiveMdiChild BrowsableAttribute(false) is Missing
System.Boolean AllowTransparency TODO
System.Boolean AutoScale DefaultValueAttribute(true) is Missing
System.Drawing.Size AutoScaleBaseSize should have attributes `public virtual hidebysig specialname ', but has `public hidebysig specialname ' instead
System.Boolean AutoScroll LocalizableAttribute(true) is Missing
System.Windows.Forms.IButtonControl CancelButton DefaultValueAttribute("") is Missing
System.Drawing.Size ClientSize Missing
System.Boolean ControlBox TODO
System.Drawing.Rectangle DesktopBounds BrowsableAttribute(false) is Missing
System.Drawing.Point DesktopLocation BrowsableAttribute(false) is Missing
System.Windows.Forms.DialogResult DialogResult BrowsableAttribute(false) is Missing
System.Windows.Forms.FormBorderStyle FormBorderStyle DispIdAttribute(-504) is Missing
System.Boolean HelpButton DefaultValueAttribute(false) is Missing
System.Drawing.Icon Icon LocalizableAttribute(true) is Missing
System.Boolean IsMdiChild BrowsableAttribute(false) is Missing
System.Boolean IsMdiContainer DefaultValueAttribute(false) is Missing
System.Boolean IsRestrictedWindow Missing
System.Boolean KeyPreview DefaultValueAttribute(false) is Missing
System.Boolean MaximizeBox DefaultValueAttribute(true) is Missing
System.Drawing.Rectangle MaximizedBounds TODO
System.Drawing.Size MaximumSize RefreshPropertiesAttribute(2) is Missing
System.Windows.Forms.Form[] MdiChildren BrowsableAttribute(false) is Missing
System.Windows.Forms.Form MdiParent BrowsableAttribute(false) is Missing
System.Windows.Forms.MainMenu Menu DefaultValueAttribute("") is Missing
System.Windows.Forms.MainMenu MergedMenu DesignerSerializationVisibilityAttribute(0) is Missing
System.Boolean MinimizeBox DefaultValueAttribute(true) is Missing
System.Drawing.Size MinimumSize LocalizableAttribute(true) is Missing
System.Boolean Modal BrowsableAttribute(false) is Missing
System.Double Opacity DefaultValueAttribute(1.000000000000000000000000000000e+00) is Missing
System.Windows.Forms.Form[] OwnedForms BrowsableAttribute(false) is Missing
System.Windows.Forms.Form Owner TODO
System.Boolean ShowInTaskbar DefaultValueAttribute(true) is Missing
System.Drawing.Size Size DesignerSerializationVisibilityAttribute(0) is Missing
System.Windows.Forms.FormStartPosition StartPosition LocalizableAttribute(true) is Missing
System.Int32 TabIndex Missing
System.Boolean TopLevel DesignerSerializationVisibilityAttribute(0) is Missing
System.Boolean TopMost DefaultValueAttribute(false) is Missing
Event Summary
TabIndexChangedMissing

 
  
 
 
 

System.Windows.Forms.GridColumnStylesCollection

Status : ListBindableAttribute(false) is Missing
Method Summary
System.Int32 Add(System.Windows.Forms.DataGridColumnStyle column)TODO
System.Void AddRange(System.Windows.Forms.DataGridColumnStyle[] columns)TODO
System.Void Clear()TODO
System.Boolean Contains(System.ComponentModel.PropertyDescriptor propDesc)TODO
System.Boolean Contains(System.Windows.Forms.DataGridColumnStyle column)TODO
System.Boolean Contains(System.String name)TODO
System.Int32 IndexOf(System.Windows.Forms.DataGridColumnStyle element)TODO
System.Void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs ccevent)TODO
System.Void Remove(System.Windows.Forms.DataGridColumnStyle column)TODO
System.Void RemoveAt(System.Int32 index)TODO
System.Void ResetPropertyDescriptors()TODO
System.Void add_CollectionChanged(System.ComponentModel.CollectionChangeEventHandler value)TODO
System.Void remove_CollectionChanged(System.ComponentModel.CollectionChangeEventHandler value)TODO
Property Summary
System.Windows.Forms.DataGridColumnStyle Item TODO
System.Windows.Forms.DataGridColumnStyle Item TODO
System.Windows.Forms.DataGridColumnStyle Item TODO
System.Collections.ArrayList List TODO
Event Summary
CollectionChangedMissing

 
  
 
 
 

System.Windows.Forms.GridItemCollection

Status :
Method Summary
System.Collections.IEnumerator GetEnumerator()should have attributes `public final virtual hidebysig ', but has `public virtual hidebysig ' instead
Field Summary
System.Windows.Forms.GridItemCollection Empty Missing
Property Summary
System.Int32 Count should have attributes `public final virtual hidebysig specialname ', but has `public virtual hidebysig specialname ' instead

 
  
 
 
 

System.Windows.Forms.GridTableStylesCollection

Status : ListBindableAttribute(false) is Missing
Method Summary
System.Int32 Add(System.Windows.Forms.DataGridTableStyle table)TODO
System.Void AddRange(System.Windows.Forms.DataGridTableStyle[] tables)TODO
System.Void Clear()TODO
System.Boolean Contains(System.Windows.Forms.DataGridTableStyle table)TODO
System.Boolean Contains(System.String name)TODO
System.Void OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs ccevent)TODO
System.Void Remove(System.Windows.Forms.DataGridTableStyle table)TODO
System.Void RemoveAt(System.Int32 index)TODO
System.Void add_CollectionChanged(System.ComponentModel.CollectionChangeEventHandler value)TODO
System.Void remove_CollectionChanged(System.ComponentModel.CollectionChangeEventHandler value)TODO
Property Summary
System.Windows.Forms.DataGridTableStyle Item TODO
System.Windows.Forms.DataGridTableStyle Item TODO
System.Collections.ArrayList List TODO
Event Summary
CollectionChangedMissing

 
  
 
 
 

System.Windows.Forms.GridTablesFactory

Status : Missing
Method Summary
static System.Windows.Forms.DataGridTableStyle[] CreateGridTables(System.Windows.Forms.DataGridTableStyle gridTable, System.Object dataSource, System.String dataMember, System.Windows.Forms.BindingContext bindingManager)Missing

 
  
 
 
 

System.Windows.Forms.GroupBox

Status : DesignerAttribute("System.Windows.Forms.Design.GroupBoxDesigner, System.Design") is Missing
Property Summary
System.Boolean AllowDrop EditorBrowsableAttribute(2) is Missing
System.Boolean TabStop BrowsableAttribute(false) is Missing
System.String Text LocalizableAttribute(true) is Missing
Event Summary
ClickBrowsableAttribute(false) is Missing
DoubleClickEditorBrowsableAttribute(2) is Missing
KeyDownBrowsableAttribute(false) is Missing
KeyPressEditorBrowsableAttribute(2) is Missing
KeyUpBrowsableAttribute(false) is Missing
MouseDownEditorBrowsableAttribute(2) is Missing
MouseEnterEditorBrowsableAttribute(2) is Missing
MouseLeaveEditorBrowsableAttribute(2) is Missing
MouseMoveBrowsableAttribute(false) is Missing
MouseUpBrowsableAttribute(false) is Missing
TabStopChangedBrowsableAttribute(false) is Missing

 
  
 
 
 

System.Windows.Forms.HelpProvider

Status : ProvidePropertyAttribute("HelpString", typeof(System.Windows.Forms.Control)) is Missing
Method Summary
System.Boolean CanExtend(System.Object target)Missing
System.String GetHelpKeyword(System.Windows.Forms.Control ctl)LocalizableAttribute(true) is Missing
System.Windows.Forms.HelpNavigator GetHelpNavigator(System.Windows.Forms.Control ctl)Missing
System.String GetHelpString(System.Windows.Forms.Control ctl)LocalizableAttribute(true) is Missing
System.Boolean GetShowHelp(System.Windows.Forms.Control ctl)LocalizableAttribute(true) is Missing
System.Void ResetShowHelp(System.Windows.Forms.Control ctl)Missing
System.Void SetHelpNavigator(System.Windows.Forms.Control ctl, System.Windows.Forms.HelpNavigator navigator)Missing
Property Summary
System.String HelpNamespace Missing

 
  
 
 
 

System.Windows.Forms.IWin32Window

Status : should have attributes `public auto interface abstract import ansi ', but has `public auto interface abstract ansi ' instead

 
  
 
 
 

System.Windows.Forms.ImageIndexConverter

Status : TODO
Constructor Summary
System.Windows.Forms.ImageIndexConverter()TODO
Method Summary
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 GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context)TODO
System.Boolean GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)TODO
Property Summary
System.Boolean IncludeNoneAsStandardValue TODO

 
  
 
 
 

System.Windows.Forms.ImageList

Status : TODO
Method Summary
System.String ToString()TODO
Property Summary
System.IntPtr Handle DesignerSerializationVisibilityAttribute(0) is Missing
System.Boolean HandleCreated BrowsableAttribute(false) is Missing
System.Drawing.Size ImageSize LocalizableAttribute(true) is Missing
System.Windows.Forms.ImageListStreamer ImageStream BrowsableAttribute(false) is Missing
System.Windows.Forms.ImageList.ImageCollection Images DefaultValueAttribute("") is Missing
Event Summary
RecreateHandleBrowsableAttribute(false) is Missing

 
  
 
 
 

System.Windows.Forms.ImageListStreamer

Status : should have attributes `public auto sealed ansi ', but has `public auto ansi ' instead
Method Summary
System.Void GetObjectData(System.Runtime.Serialization.SerializationInfo si, System.Runtime.Serialization.StreamingContext context)TODO

 
  
 
 
 

System.Windows.Forms.InputLanguage

Status : TODO
Method Summary
System.Boolean Equals(System.Object value)Missing
static System.Windows.Forms.InputLanguage FromCulture(System.Globalization.CultureInfo culture)Missing
System.Int32 GetHashCode()Missing
Property Summary
System.Globalization.CultureInfo Culture Missing
System.Windows.Forms.InputLanguage CurrentInputLanguage Missing
System.Windows.Forms.InputLanguage DefaultInputLanguage Missing
System.IntPtr Handle Missing
System.Windows.Forms.InputLanguageCollection InstalledInputLanguages Missing
System.String LayoutName Missing

 
  
 
 
 

System.Windows.Forms.InputLanguageCollection

Status : Missing
Method Summary
System.Boolean Contains(System.Windows.Forms.InputLanguage value)Missing
System.Void CopyTo(System.Windows.Forms.InputLanguage[] array, System.Int32 index)Missing
System.Int32 IndexOf(System.Windows.Forms.InputLanguage value)Missing
Property Summary
System.Windows.Forms.InputLanguage Item Missing

 
  
 
 
 

System.Windows.Forms.Keys

Status : TypeConverterAttribute(typeof(System.Windows.Forms.KeysConverter)) is Missing
Field Summary
System.Windows.Forms.Keys Oemtilde Missing

 
  
 
 
 

System.Windows.Forms.KeysConverter

Status : Missing
Constructor Summary
System.Windows.Forms.KeysConverter()Missing
Method Summary
System.Boolean CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)Missing
System.Int32 Compare(System.Object a, System.Object b)Missing
System.Object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, System.Object value)Missing
System.Object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, System.Object value, System.Type destinationType)Missing
System.ComponentModel.TypeConverter.StandardValuesCollection GetStandardValues(System.ComponentModel.ITypeDescriptorContext context)Missing
System.Boolean GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext context)Missing
System.Boolean GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext context)Missing

 
  
 
 
 

System.Windows.Forms.Label

Status : DefaultPropertyAttribute("Text") is Missing
Method Summary
System.Void OnEnabledChanged(System.EventArgs e)Missing
System.Void OnPaint(System.Windows.Forms.PaintEventArgs e)TODO
System.Void add_BackgroundImageChanged(System.EventHandler 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_TabStopChanged(System.EventHandler value)Missing
System.Void remove_BackgroundImageChanged(System.EventHandler 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_TabStopChanged(System.EventHandler value)Missing
Property Summary
System.Boolean AutoSize DefaultValueAttribute(false) is Missing
System.Drawing.Image BackgroundImage Missing
System.Windows.Forms.BorderStyle BorderStyle DispIdAttribute(-504) is Missing
System.Drawing.Image Image LocalizableAttribute(true) is Missing
System.Drawing.ContentAlignment ImageAlign LocalizableAttribute(true) is Missing
System.Int32 ImageIndex LocalizableAttribute(true) is Missing
System.Windows.Forms.ImageList ImageList DefaultValueAttribute("") is Missing
System.Windows.Forms.ImeMode ImeMode Missing
System.Int32 PreferredHeight BrowsableAttribute(false) is Missing
System.Int32 PreferredWidth BrowsableAttribute(false) is Missing
System.Boolean TabStop Missing
System.Drawing.ContentAlignment TextAlign should have attributes `public virtual hidebysig specialname ', but has `public hidebysig specialname ' instead
System.Boolean UseMnemonic DefaultValueAttribute(true) is Missing
Event Summary
BackgroundImageChangedMissing
ImeModeChangedMissing
KeyDownMissing
KeyPressMissing
KeyUpMissing
TabStopChangedMissing

 
  
 
 
 

System.Windows.Forms.LinkArea

Status : TypeConverterAttribute(typeof(System.Windows.Forms.LinkArea+LinkAreaConverter)) is Missing
Property Summary
System.Boolean IsEmpty BrowsableAttribute(false) is Missing

 
  
 
 
 

System.Windows.Forms.LinkLabel

Status : TODO
Constructor Summary
System.Windows.Forms.LinkLabel()TODO
Method Summary
System.Windows.Forms.AccessibleObject CreateAccessibilityInstance()TODO
System.Void CreateHandle()TODO
System.Void OnEnabledChanged(System.EventArgs e)TODO
System.Void OnFontChanged(System.EventArgs e)TODO
System.Void OnGotFocus(System.EventArgs e)TODO
System.Void OnKeyDown(System.Windows.Forms.KeyEventArgs e)TODO
System.Void OnLinkClicked(System.Windows.Forms.LinkLabelLinkClickedEventArgs e)TODO
System.Void OnLostFocus(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 OnPaint(System.Windows.Forms.PaintEventArgs e)TODO
System.Void OnPaintBackground(System.Windows.Forms.PaintEventArgs e)TODO
System.Void OnTextAlignChanged(System.EventArgs e)TODO
System.Void OnTextChanged(System.EventArgs e)TODO
System.Windows.Forms.LinkLabel.Link PointInLink(System.Int32 x, System.Int32 y)TODO
System.Boolean ProcessDialogKey(System.Windows.Forms.Keys keyData)TODO
System.Void Select(System.Boolean directed, System.Boolean forward)TODO
System.Void SetBoundsCore(System.Int32 x, System.Int32 y, System.Int32 width, System.Int32 height, System.Windows.Forms.BoundsSpecified specified)TODO
Property Summary
System.Drawing.Color ActiveLinkColor TODO
System.Drawing.Color DisabledLinkColor TODO
System.Windows.Forms.LinkArea LinkArea TODO
System.Windows.Forms.LinkBehavior LinkBehavior TODO
System.Drawing.Color LinkColor TODO
System.Boolean LinkVisited TODO
System.Windows.Forms.LinkLabel.LinkCollection Links TODO
System.Windows.Forms.Cursor OverrideCursor Missing
System.String Text TODO
System.Drawing.Color VisitedLinkColor TODO
Event Summary
LinkClickedTODO

 
  
 
 
 

System.Windows.Forms.ListBindingConverter

Status : TODO
Constructor Summary
System.Windows.Forms.ListBindingConverter()TODO
Method Summary
System.Boolean CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)TODO
System.Object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, System.Object value, System.Type destinationType)TODO
System.Object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues)TODO
System.Boolean GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context)TODO

 
  
 
 
 

System.Windows.Forms.ListBox

Status : TODO
Method Summary
System.Void AddItemsCore(System.Object[] value)Missing
System.Int32 GetItemHeight(System.Int32 index)Missing
System.Void OnChangeUICues(System.Windows.Forms.UICuesEventArgs e)TODO
System.Void OnDataSourceChanged(System.EventArgs e)TODO
System.Void OnDisplayMemberChanged(System.EventArgs e)TODO
System.Void OnDrawItem(System.Windows.Forms.DrawItemEventArgs e)TODO
System.Void OnFontChanged(System.EventArgs e)TODO
System.Void OnHandleCreated(System.EventArgs e)TODO
System.Void OnHandleDestroyed(System.EventArgs e)TODO
System.Void OnMeasureItem(System.Windows.Forms.MeasureItemEventArgs e)TODO
System.Void OnParentChanged(System.EventArgs e)TODO
System.Void OnResize(System.EventArgs e)TODO
System.Void OnSelectedIndexChanged(System.EventArgs e)Missing
System.Void OnSelectedValueChanged(System.EventArgs e)Missing
System.Void Refresh()TODO
System.Void RefreshItem(System.Int32 index)TODO
System.Void SetBoundsCore(System.Int32 x, System.Int32 y, System.Int32 width, System.Int32 height, System.Windows.Forms.BoundsSpecified specified)TODO
System.Void SetItemCore(System.Int32 index, System.Object value)Missing
System.Void SetItemsCore(System.Collections.IList value)Missing
System.String ToString()TODO
System.Void WmReflectCommand(System.Windows.Forms.Message& m)Missing
System.Void add_BackgroundImageChanged(System.EventHandler value)Missing
System.Void add_Click(System.EventHandler value)Missing
System.Void add_Paint(System.Windows.Forms.PaintEventHandler value)Missing
System.Void add_SelectedIndexChanged(System.EventHandler value)Missing
System.Void add_TextChanged(System.EventHandler value)Missing
System.Void remove_BackgroundImageChanged(System.EventHandler value)Missing
System.Void remove_Click(System.EventHandler value)Missing
System.Void remove_Paint(System.Windows.Forms.PaintEventHandler value)Missing
System.Void remove_SelectedIndexChanged(System.EventHandler value)Missing
System.Void remove_TextChanged(System.EventHandler value)Missing
Property Summary
System.Drawing.Image BackgroundImage TODO
System.Windows.Forms.BorderStyle BorderStyle Missing
System.Int32 ColumnWidth LocalizableAttribute(true) is Missing
System.Drawing.Size DefaultSize TODO
System.Windows.Forms.DrawMode DrawMode TODO
System.Drawing.Color ForeColor TODO
System.Int32 HorizontalExtent TODO
System.Boolean HorizontalScrollbar LocalizableAttribute(true) is Missing
System.Boolean IntegralHeight LocalizableAttribute(true) is Missing
System.Int32 ItemHeight TODO
System.Windows.Forms.ListBox.ObjectCollection Items EditorAttribute("System.Windows.Forms.Design.ListControlStringCollectionEditor, System.Design", typeof(System.Drawing.Design.UITypeEditor,System.Drawing)) is Missing
System.Boolean MultiColumn DefaultValueAttribute(false) is Missing
System.Int32 PreferredHeight DesignerSerializationVisibilityAttribute(0) is Missing
System.Windows.Forms.RightToLeft RightToLeft TODO
System.Boolean ScrollAlwaysVisible DefaultValueAttribute(false) is Missing
System.Int32 SelectedIndex BindableAttribute(true) is Missing
System.Windows.Forms.ListBox.SelectedIndexCollection SelectedIndices BrowsableAttribute(false) is Missing
System.Object SelectedItem DesignerSerializationVisibilityAttribute(0) is Missing
System.Windows.Forms.ListBox.SelectedObjectCollection SelectedItems BrowsableAttribute(false) is Missing
System.Boolean Sorted DefaultValueAttribute(false) is Missing
System.String Text TODO
System.Int32 TopIndex BrowsableAttribute(false) is Missing
System.Boolean UseTabStops TODO
Event Summary
BackgroundImageChangedMissing
ClickMissing
PaintMissing
SelectedIndexChangedMissing
TextChangedMissing

 
  
 
 
 

System.Windows.Forms.ListControl

Status : TODO
Constructor Summary
System.Windows.Forms.ListControl()TODO
Method Summary
System.Object FilterItemOnProperty(System.Object item)Missing
System.Object FilterItemOnProperty(System.Object item, System.String field)Missing
System.Boolean IsInputKey(System.Windows.Forms.Keys keyData)TODO
System.Void OnBindingContextChanged(System.EventArgs e)Missing
System.Void SetItemCore(System.Int32 index, System.Object value)TODO
System.Void SetItemsCore(System.Collections.IList items)TODO
Property Summary
System.Windows.Forms.CurrencyManager DataManager TODO
System.Object DataSource should have attributes `public hidebysig specialname ', but has `public virtual hidebysig specialname ' instead
System.String DisplayMember should have attributes `public hidebysig specialname ', but has `public virtual hidebysig specialname ' instead
System.Object SelectedValue TODO
System.String ValueMember should have attributes `public hidebysig specialname ', but has `public virtual hidebysig specialname ' instead

 
  
 
 
 

System.Windows.Forms.ListView

Status : DefaultPropertyAttribute("Items") is Missing
Method Summary
System.Void ArrangeIcons(System.Windows.Forms.ListViewAlignment value)TODO
System.Void EnsureVisible(System.Int32 index)TODO
System.Windows.Forms.ListViewItem GetItemAt(System.Int32 x, System.Int32 y)TODO
System.Drawing.Rectangle GetItemRect(System.Int32 index, System.Windows.Forms.ItemBoundsPortion portion)TODO
System.Void Sort()TODO
System.Void add_BackgroundImageChanged(System.EventHandler value)Missing
System.Void add_Paint(System.Windows.Forms.PaintEventHandler value)Missing
System.Void add_TextChanged(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_TextChanged(System.EventHandler value)Missing
Property Summary
System.Windows.Forms.ItemActivation Activation TODO
System.Windows.Forms.ListViewAlignment Alignment TODO
System.Boolean AllowColumnReorder TODO
System.Boolean AutoArrange TODO
System.Drawing.Color BackColor TODO
System.Drawing.Image BackgroundImage EditorBrowsableAttribute(1) is Missing
System.Windows.Forms.BorderStyle BorderStyle TODO
System.Boolean CheckBoxes TODO
System.Windows.Forms.ListView.CheckedIndexCollection CheckedIndices BrowsableAttribute(false) is Missing
System.Windows.Forms.ListView.CheckedListViewItemCollection CheckedItems DesignerSerializationVisibilityAttribute(0) is Missing
System.Windows.Forms.ListView.ColumnHeaderCollection Columns LocalizableAttribute(true) is Missing
System.Windows.Forms.ListViewItem FocusedItem TODO
System.Drawing.Color ForeColor TODO
System.Boolean FullRowSelect TODO
System.Boolean GridLines TODO
System.Windows.Forms.ColumnHeaderStyle HeaderStyle TODO
System.Boolean HideSelection TODO
System.Boolean HoverSelection TODO
System.Windows.Forms.ListView.ListViewItemCollection Items MergablePropertyAttribute(false) is Missing
System.Boolean LabelEdit TODO
System.Boolean LabelWrap TODO
System.Windows.Forms.ImageList LargeImageList TODO
System.Collections.IComparer ListViewItemSorter BrowsableAttribute(false) is Missing
System.Boolean MultiSelect TODO
System.Boolean Scrollable TODO
System.Windows.Forms.ListView.SelectedIndexCollection SelectedIndices DesignerSerializationVisibilityAttribute(0) is Missing
System.Windows.Forms.ListView.SelectedListViewItemCollection SelectedItems DesignerSerializationVisibilityAttribute(0) is Missing
System.Windows.Forms.ImageList SmallImageList TODO
System.Windows.Forms.SortOrder Sorting TODO
System.Windows.Forms.ImageList StateImageList TODO
System.String Text TODO
System.Windows.Forms.ListViewItem TopItem TODO
System.Windows.Forms.View View TODO
Event Summary
BackgroundImageChangedMissing
PaintMissing
TextChangedMissing

 
  
 
 
 

System.Windows.Forms.ListViewItem

Status : DesignTimeVisibleAttribute(false) is Missing
Property Summary
System.Drawing.Color BackColor DesignerSerializationVisibilityAttribute(0) is Missing
System.Drawing.Rectangle Bounds BrowsableAttribute(false) is Missing
System.Boolean Checked DefaultValueAttribute(false) is Missing
System.Boolean Focused BrowsableAttribute(false) is Missing
System.Drawing.Font Font LocalizableAttribute(true) is Missing
System.Drawing.Color ForeColor DesignerSerializationVisibilityAttribute(0) is Missing
System.Int32 ImageIndex TODO
System.Windows.Forms.ImageList ImageList BrowsableAttribute(false) is Missing
System.Int32 Index BrowsableAttribute(false) is Missing
System.Windows.Forms.ListView ListView BrowsableAttribute(false) is Missing
System.Boolean Selected TODO
System.Int32 StateImageIndex TODO
System.Windows.Forms.ListViewItem.ListViewSubItemCollection SubItems DesignerSerializationVisibilityAttribute(0) is Missing
System.Object Tag DefaultValueAttribute("") is Missing
System.String Text DesignerSerializationVisibilityAttribute(0) is Missing
System.Boolean UseItemStyleForSubItems DefaultValueAttribute(true) is Missing

 
  
 
 
 

System.Windows.Forms.MainMenu

Status : ToolboxItemFilterAttribute("System.Windows.Forms.MainMenu") is Missing
Method Summary
System.Windows.Forms.MainMenu CloneMenu()TODO
System.IntPtr CreateMenuHandle()Missing
Property Summary
System.Windows.Forms.RightToLeft RightToLeft LocalizableAttribute(true) is Missing

 
  
 
 
 

System.Windows.Forms.MdiClient

Status :
Property Summary
System.Drawing.Image BackgroundImage LocalizableAttribute(true) is Missing

 
  
 
 
 

System.Windows.Forms.Menu

Status : ListBindableAttribute(false) is Missing
Method Summary
System.Void CloneMenu(System.Windows.Forms.Menu menuSrc)TODO
System.IntPtr CreateMenuHandle()Missing
System.Windows.Forms.MenuItem FindMenuItem(System.Int32 type, System.IntPtr value)Missing
System.Int32 FindMergePosition(System.Int32 mergeOrder)Missing
System.Void MergeMenu(System.Windows.Forms.Menu menuSrc)TODO
System.Boolean ProcessCmdKey(System.Windows.Forms.Message& msg, System.Windows.Forms.Keys keyData)TODO
Field Summary
System.Int32 FindHandle Missing
System.Int32 FindShortcut Missing
Property Summary
System.IntPtr Handle EditorBrowsableAttribute(2) is Missing
System.Boolean IsParent BrowsableAttribute(false) is Missing
System.Windows.Forms.MenuItem MdiListItem BrowsableAttribute(false) is Missing
System.Windows.Forms.Menu.MenuItemCollection MenuItems BrowsableAttribute(false) is Missing

 
  
 
 
 

System.Windows.Forms.MenuItem

Status : DesignTimeVisibleAttribute(false) is Missing
Method Summary
System.Windows.Forms.MenuItem CloneMenu()TODO
System.Void CloneMenu(System.Windows.Forms.MenuItem itemSrc)TODO
System.Void Dispose(System.Boolean disposing)Missing
System.Windows.Forms.MenuItem MergeMenu()TODO
System.Void MergeMenu(System.Windows.Forms.MenuItem itemSrc)TODO
System.Void OnDrawItem(System.Windows.Forms.DrawItemEventArgs e)should have attributes `family virtual hidebysig ', but has `famorassem virtual hidebysig ' instead
System.Void OnInitMenuPopup(System.EventArgs e)Missing
System.Void OnMeasureItem(System.Windows.Forms.MeasureItemEventArgs e)should have attributes `family virtual hidebysig ', but has `famorassem virtual hidebysig ' instead
Property Summary
System.Boolean BarBreak DefaultValueAttribute(false) is Missing
System.Boolean Break BrowsableAttribute(false) is Missing
System.Boolean Checked DefaultValueAttribute(false) is Missing
System.Boolean DefaultItem DefaultValueAttribute(false) is Missing
System.Boolean Enabled LocalizableAttribute(true) is Missing
System.Int32 Index BrowsableAttribute(false) is Missing
System.Boolean IsParent BrowsableAttribute(false) is Missing
System.Boolean MdiList DefaultValueAttribute(false) is Missing
System.Int32 MergeOrder DefaultValueAttribute(0) is Missing
System.Char Mnemonic BrowsableAttribute(false) is Missing
System.Boolean OwnerDraw DefaultValueAttribute(false) is Missing
System.Windows.Forms.Menu Parent BrowsableAttribute(false) is Missing
System.Boolean RadioCheck DefaultValueAttribute(false) is Missing
System.Windows.Forms.Shortcut Shortcut LocalizableAttribute(true) is Missing
System.Boolean ShowShortcut DefaultValueAttribute(true) is Missing
System.String Text LocalizableAttribute(true) is Missing
System.Boolean Visible LocalizableAttribute(true) is Missing

 
  
 
 
 

System.Windows.Forms.MonthCalendar

Status : TODO
Method Summary
System.Void AddAnnuallyBoldedDate(System.DateTime date)Missing
System.Void AddBoldedDate(System.DateTime date)Missing
System.Void AddMonthlyBoldedDate(System.DateTime date)Missing
System.Void CreateHandle()Missing
System.Void Dispose(System.Boolean disposing)Missing
System.Windows.Forms.SelectionRange GetDisplayRange(System.Boolean visible)Missing
System.Windows.Forms.MonthCalendar.HitTestInfo HitTest(System.Int32 x, System.Int32 y)Missing
System.Windows.Forms.MonthCalendar.HitTestInfo HitTest(System.Drawing.Point point)Missing
System.Boolean IsInputKey(System.Windows.Forms.Keys keyData)Missing
System.Void OnBackColorChanged(System.EventArgs e)Missing
System.Void OnDateSelected(System.Windows.Forms.DateRangeEventArgs drevent)Missing
System.Void OnFontChanged(System.EventArgs e)Missing
System.Void OnForeColorChanged(System.EventArgs e)Missing
System.Void OnHandleCreated(System.EventArgs e)Missing
System.Void RemoveAllAnnuallyBoldedDates()Missing
System.Void RemoveAllBoldedDates()Missing
System.Void RemoveAllMonthlyBoldedDates()Missing
System.Void RemoveAnnuallyBoldedDate(System.DateTime date)Missing
System.Void RemoveBoldedDate(System.DateTime date)Missing
System.Void RemoveMonthlyBoldedDate(System.DateTime date)Missing
System.Void SetBoundsCore(System.Int32 x, System.Int32 y, System.Int32 width, System.Int32 height, System.Windows.Forms.BoundsSpecified specified)Missing
System.Void SetCalendarDimensions(System.Int32 x, System.Int32 y)TODO
System.String ToString()Missing
System.Void UpdateBoldedDates()Missing
System.Void WndProc(System.Windows.Forms.Message& m)Missing
System.Void add_BackgroundImageChanged(System.EventHandler value)Missing
System.Void add_Click(System.EventHandler value)Missing
System.Void add_DateSelected(System.Windows.Forms.DateRangeEventHandler value)Missing
System.Void add_DoubleClick(System.EventHandler value)Missing
System.Void add_ImeModeChanged(System.EventHandler value)Missing
System.Void add_Paint(System.Windows.Forms.PaintEventHandler value)Missing
System.Void add_TextChanged(System.EventHandler value)Missing
System.Void remove_BackgroundImageChanged(System.EventHandler value)Missing
System.Void remove_Click(System.EventHandler value)Missing
System.Void remove_DateSelected(System.Windows.Forms.DateRangeEventHandler value)Missing
System.Void remove_DoubleClick(System.EventHandler value)Missing
System.Void remove_ImeModeChanged(System.EventHandler value)Missing
System.Void remove_Paint(System.Windows.Forms.PaintEventHandler value)Missing
System.Void remove_TextChanged(System.EventHandler value)Missing
Property Summary
System.DateTime[] AnnuallyBoldedDates LocalizableAttribute(true) is Missing
System.Drawing.Color BackColor Missing
System.Drawing.Image BackgroundImage Missing
System.DateTime[] BoldedDates LocalizableAttribute(true) is Missing
System.Drawing.Size CalendarDimensions Missing
System.Windows.Forms.CreateParams CreateParams Missing
System.Windows.Forms.ImeMode DefaultImeMode Missing
System.Windows.Forms.Day FirstDayOfWeek Missing
System.Drawing.Color ForeColor Missing
System.Windows.Forms.ImeMode ImeMode Missing
System.DateTime MaxDate Missing
System.Int32 MaxSelectionCount Missing
System.DateTime MinDate Missing
System.DateTime[] MonthlyBoldedDates LocalizableAttribute(true) is Missing
System.Int32 ScrollChange Missing
System.DateTime SelectionEnd BrowsableAttribute(false) is Missing
System.Windows.Forms.SelectionRange SelectionRange Missing
System.DateTime SelectionStart DesignerSerializationVisibilityAttribute(0) is Missing
System.Boolean ShowToday Missing
System.Boolean ShowTodayCircle Missing
System.Boolean ShowWeekNumbers DefaultValueAttribute(false) is Missing
System.Drawing.Size SingleMonthSize Missing
System.String Text Missing
System.Drawing.Color TitleBackColor Missing
System.Drawing.Color TitleForeColor Missing
System.DateTime TodayDate Missing
System.Boolean TodayDateSet Missing
System.Drawing.Color TrailingForeColor Missing
Event Summary
BackgroundImageChangedMissing
ClickMissing
DateSelectedMissing
DoubleClickMissing
ImeModeChangedMissing
PaintMissing
TextChangedMissing

 
  
 
 
 

System.Windows.Forms.NotifyIcon

Status : DesignerAttribute("System.Windows.Forms.Design.NotifyIconDesigner, System.Design") is Missing
Method Summary
System.Void Dispose(System.Boolean disposing)TODO
System.Void add_MouseDown(System.Windows.Forms.MouseEventHandler value)Missing
System.Void add_MouseMove(System.Windows.Forms.MouseEventHandler value)Missing
System.Void add_MouseUp(System.Windows.Forms.MouseEventHandler value)Missing
System.Void remove_MouseDown(System.Windows.Forms.MouseEventHandler value)Missing
System.Void remove_MouseMove(System.Windows.Forms.MouseEventHandler value)Missing
System.Void remove_MouseUp(System.Windows.Forms.MouseEventHandler value)Missing
Property Summary
System.Windows.Forms.ContextMenu ContextMenu DefaultValueAttribute("") is Missing
System.Drawing.Icon Icon DefaultValueAttribute("") is Missing
System.String Text LocalizableAttribute(true) is Missing
System.Boolean Visible TODO
Event Summary
ClickCategoryAttribute("Action") is Missing
DoubleClickCategoryAttribute("Action") is Missing

 
  
 
 
 

System.Windows.Forms.NumericUpDown

Status :
Method Summary
System.Void BeginInit()TODO
System.Windows.Forms.AccessibleObject CreateAccessibilityInstance()Missing
System.Void EndInit()TODO
System.Void OnTextBoxKeyPress(System.Object source, System.Windows.Forms.KeyPressEventArgs e)Missing
System.Void OnValueChanged(System.EventArgs e)Missing
System.Void ParseEditText()Missing
System.Void ValidateEditText()TODO
System.Void add_TextChanged(System.EventHandler value)Missing
System.Void remove_TextChanged(System.EventHandler value)Missing
Property Summary
System.Boolean Hexadecimal Missing
System.Decimal Value BindableAttribute(true) is Missing
Event Summary
TextChangedMissing

 
  
 
 
 

System.Windows.Forms.OSFeature

Status :
Constructor Summary
System.Windows.Forms.OSFeature()should have attributes `family specialname ', but has `private specialname ' instead

 
  
 
 
 

System.Windows.Forms.OpacityConverter

Status : Missing
Constructor Summary
System.Windows.Forms.OpacityConverter()Missing
Method Summary
System.Boolean CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)Missing
System.Object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, System.Object value)Missing
System.Object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, System.Object value, System.Type destinationType)Missing

 
  
 
 
 

System.Windows.Forms.PageSetupDialog

Status : Missing
Constructor Summary
System.Windows.Forms.PageSetupDialog()Missing
Method Summary
System.Void Reset()Missing
System.Boolean RunDialog(System.IntPtr hwndOwner)Missing
Property Summary
System.Boolean AllowMargins Missing
System.Boolean AllowOrientation Missing
System.Boolean AllowPaper Missing
System.Boolean AllowPrinter Missing
System.Drawing.Printing.PrintDocument Document Missing
System.Drawing.Printing.Margins MinMargins Missing
System.Drawing.Printing.PageSettings PageSettings Missing
System.Drawing.Printing.PrinterSettings PrinterSettings Missing
System.Boolean ShowHelp Missing
System.Boolean ShowNetwork Missing

 
  
 
 
 

System.Windows.Forms.Panel

Status : DesignerAttribute("System.Windows.Forms.Design.PanelDesigner, System.Design") is Missing
Method Summary
System.Void OnResize(System.EventArgs eventargs)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_TextChanged(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_TextChanged(System.EventHandler value)Missing
Property Summary
System.Windows.Forms.BorderStyle BorderStyle DispIdAttribute(-504) is Missing
System.Windows.Forms.CreateParams CreateParams Missing
System.Boolean TabStop Missing
System.String Text Missing
Event Summary
KeyDownMissing
KeyPressMissing
KeyUpMissing
TextChangedMissing

 
  
 
 
 

System.Windows.Forms.PictureBox

Status : DefaultPropertyAttribute("Image") is Missing
Property Summary
System.Boolean AllowDrop EditorBrowsableAttribute(1) is Missing
System.Windows.Forms.BorderStyle BorderStyle DispIdAttribute(-504) is Missing
System.Boolean CausesValidation BrowsableAttribute(false) is Missing
System.Drawing.Font Font BrowsableAttribute(false) is Missing
System.Drawing.Color ForeColor BrowsableAttribute(false) is Missing
System.Drawing.Image Image DefaultValueAttribute("") is Missing
System.Windows.Forms.ImeMode ImeMode EditorBrowsableAttribute(1) is Missing
System.Windows.Forms.RightToLeft RightToLeft EditorBrowsableAttribute(1) is Missing
System.Windows.Forms.PictureBoxSizeMode SizeMode LocalizableAttribute(true) is Missing
System.Int32 TabIndex BrowsableAttribute(false) is Missing
System.Boolean TabStop BrowsableAttribute(false) is Missing
System.String Text EditorBrowsableAttribute(1) is Missing
Event Summary
CausesValidationChangedEditorBrowsableAttribute(1) is Missing
EnterEditorBrowsableAttribute(1) is Missing
FontChangedEditorBrowsableAttribute(1) is Missing
ForeColorChangedBrowsableAttribute(false) is Missing
ImeModeChangedEditorBrowsableAttribute(1) is Missing
KeyDownEditorBrowsableAttribute(1) is Missing
KeyPressEditorBrowsableAttribute(1) is Missing
KeyUpEditorBrowsableAttribute(1) is Missing
LeaveBrowsableAttribute(false) is Missing
RightToLeftChangedBrowsableAttribute(false) is Missing
TabIndexChangedBrowsableAttribute(false) is Missing
TabStopChangedBrowsableAttribute(false) is Missing
TextChangedEditorBrowsableAttribute(1) is Missing

 
  
 
 
 

System.Windows.Forms.PrintControllerWithStatusDialog

Status : Missing
Constructor Summary
System.Windows.Forms.PrintControllerWithStatusDialog(System.Drawing.Printing.PrintController underlyingController)Missing
System.Windows.Forms.PrintControllerWithStatusDialog(System.Drawing.Printing.PrintController underlyingController, System.String dialogTitle)Missing
Method Summary
System.Void OnEndPage(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintPageEventArgs e)Missing
System.Void OnEndPrint(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintEventArgs e)Missing
System.Drawing.Graphics OnStartPage(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintPageEventArgs e)Missing
System.Void OnStartPrint(System.Drawing.Printing.PrintDocument document, System.Drawing.Printing.PrintEventArgs e)Missing

 
  
 
 
 

System.Windows.Forms.PrintDialog

Status : TODO
Constructor Summary
System.Windows.Forms.PrintDialog()TODO
Method Summary
System.Void Reset()TODO
System.Boolean RunDialog(System.IntPtr hwndOwner)TODO
Property Summary
System.Boolean AllowPrintToFile TODO
System.Boolean AllowSelection TODO
System.Boolean AllowSomePages TODO
System.Drawing.Printing.PrintDocument Document TODO
System.Boolean PrintToFile TODO
System.Drawing.Printing.PrinterSettings PrinterSettings TODO
System.Boolean ShowHelp TODO
System.Boolean ShowNetwork TODO

 
  
 
 
 

System.Windows.Forms.PrintPreviewControl

Status : Missing
Constructor Summary
System.Windows.Forms.PrintPreviewControl()Missing
Method Summary
System.Void InvalidatePreview()Missing
System.Void OnPaint(System.Windows.Forms.PaintEventArgs pevent)Missing
System.Void OnResize(System.EventArgs eventargs)Missing
System.Void OnStartPageChanged(System.EventArgs e)Missing
System.Void ResetBackColor()Missing
System.Void ResetForeColor()Missing
System.Void WndProc(System.Windows.Forms.Message& m)Missing
System.Void add_StartPageChanged(System.EventHandler value)Missing
System.Void add_TextChanged(System.EventHandler value)Missing
System.Void remove_StartPageChanged(System.EventHandler value)Missing
System.Void remove_TextChanged(System.EventHandler value)Missing
Property Summary
System.Boolean AutoZoom Missing
System.Int32 Columns Missing
System.Windows.Forms.CreateParams CreateParams Missing
System.Drawing.Printing.PrintDocument Document Missing
System.Int32 Rows Missing
System.Int32 StartPage Missing
System.String Text Missing
System.Boolean UseAntiAlias Missing
System.Double Zoom Missing
Event Summary
StartPageChangedMissing
TextChangedMissing

 
  
 
 
 

System.Windows.Forms.PrintPreviewDialog

Status : Missing
Constructor Summary
System.Windows.Forms.PrintPreviewDialog()Missing
Method Summary
System.Void CreateHandle()Missing
System.Void OnClosing(System.ComponentModel.CancelEventArgs e)Missing
System.Void add_BackColorChanged(System.EventHandler value)Missing
System.Void add_BackgroundImageChanged(System.EventHandler value)Missing
System.Void add_CausesValidationChanged(System.EventHandler value)Missing
System.Void add_ContextMenuChanged(System.EventHandler value)Missing
System.Void add_CursorChanged(System.EventHandler value)Missing
System.Void add_DockChanged(System.EventHandler 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_ImeModeChanged(System.EventHandler value)Missing
System.Void add_LocationChanged(System.EventHandler value)Missing
System.Void add_MaximumSizeChanged(System.EventHandler value)Missing
System.Void add_MinimumSizeChanged(System.EventHandler value)Missing
System.Void add_RightToLeftChanged(System.EventHandler value)Missing
System.Void add_SizeChanged(System.EventHandler value)Missing
System.Void add_TabStopChanged(System.EventHandler value)Missing
System.Void add_TextChanged(System.EventHandler value)Missing
System.Void add_VisibleChanged(System.EventHandler value)Missing
System.Void remove_BackColorChanged(System.EventHandler value)Missing
System.Void remove_BackgroundImageChanged(System.EventHandler value)Missing
System.Void remove_CausesValidationChanged(System.EventHandler value)Missing
System.Void remove_ContextMenuChanged(System.EventHandler value)Missing
System.Void remove_CursorChanged(System.EventHandler value)Missing
System.Void remove_DockChanged(System.EventHandler 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_ImeModeChanged(System.EventHandler value)Missing
System.Void remove_LocationChanged(System.EventHandler value)Missing
System.Void remove_MaximumSizeChanged(System.EventHandler value)Missing
System.Void remove_MinimumSizeChanged(System.EventHandler value)Missing
System.Void remove_RightToLeftChanged(System.EventHandler value)Missing
System.Void remove_SizeChanged(System.EventHandler value)Missing
System.Void remove_TabStopChanged(System.EventHandler value)Missing
System.Void remove_TextChanged(System.EventHandler value)Missing
System.Void remove_VisibleChanged(System.EventHandler value)Missing
Property Summary
System.Windows.Forms.IButtonControl AcceptButton Missing
System.String AccessibleDescription Missing
System.String AccessibleName Missing
System.Windows.Forms.AccessibleRole AccessibleRole Missing
System.Boolean AllowDrop Missing
System.Windows.Forms.AnchorStyles Anchor Missing
System.Boolean AutoScale Missing
System.Drawing.Size AutoScaleBaseSize Missing
System.Boolean AutoScroll Missing
System.Drawing.Size AutoScrollMargin Missing
System.Drawing.Size AutoScrollMinSize Missing
System.Drawing.Color BackColor Missing
System.Drawing.Image BackgroundImage Missing
System.Windows.Forms.IButtonControl CancelButton Missing
System.Boolean CausesValidation Missing
System.Windows.Forms.ContextMenu ContextMenu Missing
System.Boolean ControlBox Missing
System.Windows.Forms.Cursor Cursor Missing
System.Windows.Forms.ControlBindingsCollection DataBindings Missing
System.Windows.Forms.DockStyle Dock Missing
System.Windows.Forms.ScrollableControl.DockPaddingEdges DockPadding Missing
System.Drawing.Printing.PrintDocument Document Missing
System.Boolean Enabled Missing
System.Drawing.Font Font Missing
System.Drawing.Color ForeColor Missing
System.Windows.Forms.FormBorderStyle FormBorderStyle Missing
System.Boolean HelpButton Missing
System.Drawing.Icon Icon Missing
System.Windows.Forms.ImeMode ImeMode Missing
System.Boolean IsMdiContainer Missing
System.Boolean KeyPreview Missing
System.Drawing.Point Location Missing
System.Boolean MaximizeBox Missing
System.Drawing.Size MaximumSize Missing
System.Windows.Forms.MainMenu Menu Missing
System.Boolean MinimizeBox Missing
System.Drawing.Size MinimumSize Missing
System.Double Opacity Missing
System.Windows.Forms.PrintPreviewControl PrintPreviewControl Missing
System.Windows.Forms.RightToLeft RightToLeft Missing
System.Boolean ShowInTaskbar Missing
System.Drawing.Size Size Missing
System.Windows.Forms.SizeGripStyle SizeGripStyle Missing
System.Windows.Forms.FormStartPosition StartPosition Missing
System.Boolean TabStop Missing
System.Object Tag Missing
System.String Text Missing
System.Boolean TopMost Missing
System.Drawing.Color TransparencyKey Missing
System.Boolean UseAntiAlias Missing
System.Boolean Visible Missing
System.Windows.Forms.FormWindowState WindowState Missing
Event Summary
BackColorChangedMissing
BackgroundImageChangedMissing
CausesValidationChangedMissing
ContextMenuChangedMissing
CursorChangedMissing
DockChangedMissing
EnabledChangedMissing
FontChangedMissing
ForeColorChangedMissing
ImeModeChangedMissing
LocationChangedMissing
MaximumSizeChangedMissing
MinimumSizeChangedMissing
RightToLeftChangedMissing
SizeChangedMissing
TabStopChangedMissing
TextChangedMissing
VisibleChangedMissing

 
  
 
 
 

System.Windows.Forms.ProgressBar

Status : DefaultPropertyAttribute("Value") is Missing
Method Summary
System.Void CreateHandle()Missing
System.Void OnHandleCreated(System.EventArgs e)Missing
System.Void add_BackColorChanged(System.EventHandler value)Missing
System.Void add_BackgroundImageChanged(System.EventHandler value)Missing
System.Void add_CausesValidationChanged(System.EventHandler value)Missing
System.Void add_DoubleClick(System.EventHandler value)Missing
System.Void add_Enter(System.EventHandler value)Missing
System.Void add_FontChanged(System.EventHandler value)Missing
System.Void add_ForeColorChanged(System.EventHandler 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_Leave(System.EventHandler value)Missing
System.Void add_Paint(System.Windows.Forms.PaintEventHandler value)Missing
System.Void add_RightToLeftChanged(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_CausesValidationChanged(System.EventHandler value)Missing
System.Void remove_DoubleClick(System.EventHandler value)Missing
System.Void remove_Enter(System.EventHandler value)Missing
System.Void remove_FontChanged(System.EventHandler value)Missing
System.Void remove_ForeColorChanged(System.EventHandler 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_Leave(System.EventHandler value)Missing
System.Void remove_Paint(System.Windows.Forms.PaintEventHandler value)Missing
System.Void remove_RightToLeftChanged(System.EventHandler value)Missing
System.Void remove_TabStopChanged(System.EventHandler value)Missing
System.Void remove_TextChanged(System.EventHandler value)Missing
Property Summary
System.Boolean AllowDrop Missing
System.Drawing.Color BackColor Missing
System.Drawing.Image BackgroundImage Missing
System.Boolean CausesValidation Missing
System.Windows.Forms.CreateParams CreateParams Missing
System.Windows.Forms.ImeMode DefaultImeMode Missing
System.Drawing.Font Font Missing
System.Drawing.Color ForeColor Missing
System.Windows.Forms.ImeMode ImeMode Missing
System.Int32 Maximum RefreshPropertiesAttribute(2) is Missing
System.Int32 Minimum RefreshPropertiesAttribute(2) is Missing
System.Windows.Forms.RightToLeft RightToLeft Missing
System.Int32 Step DefaultValueAttribute(10) is Missing
System.Boolean TabStop Missing
System.String Text Missing
System.Int32 Value DefaultValueAttribute(0) is Missing
Event Summary
BackColorChangedMissing
BackgroundImageChangedMissing
CausesValidationChangedMissing
DoubleClickMissing
EnterMissing
FontChangedMissing
ForeColorChangedMissing
ImeModeChangedMissing
KeyDownMissing
KeyPressMissing
KeyUpMissing
LeaveMissing
PaintMissing
RightToLeftChangedMissing
TabStopChangedMissing
TextChangedMissing

 
  
 
 
 

System.Windows.Forms.PropertyGrid

Status : Missing
Constructor Summary
System.Windows.Forms.PropertyGrid()Missing
Method Summary
System.Void CollapseAllGridItems()Missing
System.Windows.Forms.Design.PropertyTab CreatePropertyTab(System.Type tabType)Missing
System.Void Dispose(System.Boolean disposing)Missing
System.Void ExpandAllGridItems()Missing
System.Void OnComComponentNameChanged(System.ComponentModel.Design.ComponentRenameEventArgs e)Missing
System.Void OnFontChanged(System.EventArgs e)Missing
System.Void OnGotFocus(System.EventArgs e)Missing
System.Void OnHandleCreated(System.EventArgs e)Missing
System.Void OnHandleDestroyed(System.EventArgs e)Missing
System.Void OnMouseDown(System.Windows.Forms.MouseEventArgs me)Missing
System.Void OnMouseMove(System.Windows.Forms.MouseEventArgs me)Missing
System.Void OnMouseUp(System.Windows.Forms.MouseEventArgs me)Missing
System.Void OnNotifyPropertyValueUIItemsChanged(System.Object sender, System.EventArgs e)Missing
System.Void OnPaint(System.Windows.Forms.PaintEventArgs pevent)Missing
System.Void OnPropertyTabChanged(System.Windows.Forms.PropertyTabChangedEventArgs e)Missing
System.Void OnPropertyValueChanged(System.Windows.Forms.PropertyValueChangedEventArgs e)Missing
System.Void OnResize(System.EventArgs e)Missing
System.Void OnSelectedGridItemChanged(System.Windows.Forms.SelectedGridItemChangedEventArgs e)Missing
System.Void OnSelectedObjectsChanged(System.EventArgs e)Missing
System.Void OnSystemColorsChanged(System.EventArgs e)Missing
System.Void OnVisibleChanged(System.EventArgs e)Missing
System.Boolean ProcessDialogKey(System.Windows.Forms.Keys keyData)Missing
System.Void Refresh()Missing
System.Void RefreshTabs(System.ComponentModel.PropertyTabScope tabScope)Missing
System.Void ResetSelectedProperty()Missing
System.Void ScaleCore(System.Single dx, System.Single dy)Missing
System.Void ShowEventsButton(System.Boolean value)Missing
System.Void WndProc(System.Windows.Forms.Message& m)Missing
System.Void add_BackgroundImageChanged(System.EventHandler value)Missing
System.Void add_ForeColorChanged(System.EventHandler value)Missing
System.Void add_PropertySortChanged(System.EventHandler value)Missing
System.Void add_PropertyTabChanged(System.Windows.Forms.PropertyTabChangedEventHandler value)Missing
System.Void add_PropertyValueChanged(System.Windows.Forms.PropertyValueChangedEventHandler value)Missing
System.Void add_SelectedGridItemChanged(System.Windows.Forms.SelectedGridItemChangedEventHandler value)Missing
System.Void add_SelectedObjectsChanged(System.EventHandler value)Missing
System.Void remove_BackgroundImageChanged(System.EventHandler value)Missing
System.Void remove_ForeColorChanged(System.EventHandler value)Missing
System.Void remove_PropertySortChanged(System.EventHandler value)Missing
System.Void remove_PropertyTabChanged(System.Windows.Forms.PropertyTabChangedEventHandler value)Missing
System.Void remove_PropertyValueChanged(System.Windows.Forms.PropertyValueChangedEventHandler value)Missing
System.Void remove_SelectedGridItemChanged(System.Windows.Forms.SelectedGridItemChangedEventHandler value)Missing
System.Void remove_SelectedObjectsChanged(System.EventHandler value)Missing
Property Summary
System.Boolean AutoScroll Missing
System.Drawing.Color BackColor Missing
System.Drawing.Image BackgroundImage Missing
System.ComponentModel.AttributeCollection BrowsableAttributes Missing
System.Boolean CanShowCommands Missing
System.Drawing.Color CommandsBackColor Missing
System.Drawing.Color CommandsForeColor Missing
System.Boolean CommandsVisible Missing
System.Boolean CommandsVisibleIfAvailable Missing
System.Drawing.Point ContextMenuDefaultLocation Missing
System.Windows.Forms.Control.ControlCollection Controls Missing
System.Drawing.Size DefaultSize Missing
System.Type DefaultTabType Missing
System.Boolean DrawFlatToolbar Missing
System.Drawing.Color ForeColor Missing
System.Drawing.Color HelpBackColor Missing
System.Drawing.Color HelpForeColor Missing
System.Boolean HelpVisible Missing
System.Boolean LargeButtons Missing
System.Drawing.Color LineColor Missing
System.Windows.Forms.PropertySort PropertySort Missing
System.Windows.Forms.PropertyGrid.PropertyTabCollection PropertyTabs Missing
System.Windows.Forms.GridItem SelectedGridItem Missing
System.Object SelectedObject Missing
System.Object[] SelectedObjects Missing
System.Windows.Forms.Design.PropertyTab SelectedTab Missing
System.Boolean ShowFocusCues Missing
System.ComponentModel.ISite Site Missing
System.Boolean ToolbarVisible Missing
System.Drawing.Color ViewBackColor Missing
System.Drawing.Color ViewForeColor Missing
Event Summary
BackgroundImageChangedMissing
ForeColorChangedMissing
PropertySortChangedMissing
PropertyTabChangedMissing
PropertyValueChangedMissing
SelectedGridItemChangedMissing
SelectedObjectsChangedMissing

 
  
 
 
 

System.Windows.Forms.PropertyManager

Status : Missing
Constructor Summary
System.Windows.Forms.PropertyManager()Missing
Method Summary
System.Void AddNew()Missing
System.Void CancelCurrentEdit()Missing
System.Void EndCurrentEdit()Missing
System.ComponentModel.PropertyDescriptorCollection GetItemProperties()Missing
System.String GetListName(System.Collections.ArrayList listAccessors)Missing
System.Void OnCurrentChanged(System.EventArgs ea)Missing
System.Void RemoveAt(System.Int32 index)Missing
System.Void ResumeBinding()Missing
System.Void SuspendBinding()Missing
System.Void UpdateIsBinding()Missing
Property Summary
System.Int32 Count Missing
System.Object Current Missing
System.Int32 Position Missing

 
  
 
 
 

System.Windows.Forms.RadioButton

Status : DefaultPropertyAttribute("Checked") is Missing
Method Summary
System.Void add_DoubleClick(System.EventHandler value)Missing
System.Void remove_DoubleClick(System.EventHandler value)Missing
Property Summary
System.Windows.Forms.Appearance Appearance LocalizableAttribute(true) is Missing
System.Boolean AutoCheck DefaultValueAttribute(true) is Missing
System.Drawing.ContentAlignment CheckAlign BindableAttribute(true) is Missing
System.Boolean Checked DefaultValueAttribute(false) is Missing
System.Boolean TabStop DefaultValueAttribute(false) is Missing
System.Drawing.ContentAlignment TextAlign LocalizableAttribute(true) is Missing
Event Summary
DoubleClickMissing

 
  
 
 
 

System.Windows.Forms.RichTextBox

Status :
Constructor Summary
System.Windows.Forms.RichTextBox()TODO
Method Summary
System.Boolean CanPaste(System.Windows.Forms.DataFormats.Format clipFormat)TODO
System.Object CreateRichEditOleCallback()Missing
System.Int32 Find(System.String str)TODO
System.Int32 Find(System.String str, System.Windows.Forms.RichTextBoxFinds options)TODO
System.Int32 Find(System.String str, System.Int32 start, System.Windows.Forms.RichTextBoxFinds options)TODO
System.Int32 Find(System.String str, System.Int32 start, System.Int32 end, System.Windows.Forms.RichTextBoxFinds options)TODO
System.Int32 Find(System.Char[] characterSet)TODO
System.Int32 Find(System.Char[] characterSet, System.Int32 start)TODO
System.Int32 Find(System.Char[] characterSet, System.Int32 start, System.Int32 end)TODO
System.Char GetCharFromPosition(System.Drawing.Point pt)TODO
System.Int32 GetCharIndexFromPosition(System.Drawing.Point pt)TODO
System.Int32 GetLineFromCharIndex(System.Int32 index)TODO
System.Drawing.Point GetPositionFromCharIndex(System.Int32 index)TODO
System.Void LoadFile(System.String path)TODO
System.Void LoadFile(System.String path, System.Windows.Forms.RichTextBoxStreamType fileType)TODO
System.Void LoadFile(System.IO.Stream data, System.Windows.Forms.RichTextBoxStreamType fileType)TODO
System.Void OnBackColorChanged(System.EventArgs e)TODO
System.Void OnContentsResized(System.Windows.Forms.ContentsResizedEventArgs e)TODO
System.Void OnContextMenuChanged(System.EventArgs e)TODO
System.Void OnHScroll(System.EventArgs e)TODO
System.Void OnHandleCreated(System.EventArgs e)TODO
System.Void OnHandleDestroyed(System.EventArgs e)TODO
System.Void OnImeChange(System.EventArgs e)TODO
System.Void OnLinkClicked(System.Windows.Forms.LinkClickedEventArgs e)TODO
System.Void OnProtected(System.EventArgs e)TODO
System.Void OnRightToLeftChanged(System.EventArgs e)TODO
System.Void OnSelectionChanged(System.EventArgs e)TODO
System.Void OnSystemColorsChanged(System.EventArgs e)TODO
System.Void OnTextChanged(System.EventArgs e)TODO
System.Void OnVScroll(System.EventArgs e)TODO
System.Void Paste(System.Windows.Forms.DataFormats.Format clipFormat)TODO
System.Void Redo()TODO
System.Void SaveFile(System.String path)TODO
System.Void SaveFile(System.String path, System.Windows.Forms.RichTextBoxStreamType fileType)TODO
System.Void SaveFile(System.IO.Stream data, System.Windows.Forms.RichTextBoxStreamType fileType)TODO
System.Void add_BackgroundImageChanged(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_GiveFeedback(System.Windows.Forms.GiveFeedbackEventHandler value)Missing
System.Void add_QueryContinueDrag(System.Windows.Forms.QueryContinueDragEventHandler value)Missing
System.Void remove_BackgroundImageChanged(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_GiveFeedback(System.Windows.Forms.GiveFeedbackEventHandler value)Missing
System.Void remove_QueryContinueDrag(System.Windows.Forms.QueryContinueDragEventHandler value)Missing
Property Summary
System.Boolean AllowDrop TODO
System.Boolean AutoSize TODO
System.Boolean AutoWordSelection TODO
System.Drawing.Image BackgroundImage Missing
System.Int32 BulletIndent TODO
System.Boolean CanRedo TODO
System.Windows.Forms.CreateParams CreateParams Missing
System.Drawing.Size DefaultSize Missing
System.Boolean DetectUrls TODO
System.Drawing.Font Font Missing
System.Drawing.Color ForeColor Missing
System.Int32 MaxLength TODO
System.Boolean Multiline TODO
System.String RedoActionName TODO
System.Int32 RightMargin TODO
System.String Rtf TODO
System.Windows.Forms.RichTextBoxScrollBars ScrollBars TODO
System.String SelectedRtf TODO
System.String SelectedText TODO
System.Windows.Forms.HorizontalAlignment SelectionAlignment TODO
System.Boolean SelectionBullet TODO
System.Int32 SelectionCharOffset TODO
System.Drawing.Color SelectionColor TODO
System.Drawing.Font SelectionFont TODO
System.Int32 SelectionHangingIndent TODO
System.Int32 SelectionIndent TODO
System.Int32 SelectionLength TODO
System.Boolean SelectionProtected TODO
System.Int32 SelectionRightIndent TODO
System.Int32[] SelectionTabs TODO
System.Windows.Forms.RichTextBoxSelectionTypes SelectionType TODO
System.Boolean ShowSelectionMargin TODO
System.String Text TODO
System.Int32 TextLength TODO
System.String UndoActionName TODO
System.Single ZoomFactor TODO
Event Summary
BackgroundImageChangedMissing
DoubleClickMissing
DragDropMissing
DragEnterMissing
DragLeaveMissing
DragOverMissing
GiveFeedbackMissing
QueryContinueDragMissing

 
  
 
 
 

System.Windows.Forms.SaveFileDialog

Status : DesignerAttribute("System.Windows.Forms.Design.SaveFileDialogDesigner, System.Design") is Missing
Property Summary
System.Boolean CreatePrompt DefaultValueAttribute(false) is Missing
System.Boolean OverwritePrompt DefaultValueAttribute(true) is Missing

 
  
 
 
 

System.Windows.Forms.ScrollBar

Status : DefaultPropertyAttribute("Value") is Missing
Method Summary
System.Void UpdateScrollInfo()Missing
System.Void add_BackColorChanged(System.EventHandler value)Missing
System.Void add_BackgroundImageChanged(System.EventHandler value)Missing
System.Void add_Click(System.EventHandler value)Missing
System.Void add_DoubleClick(System.EventHandler value)Missing
System.Void add_FontChanged(System.EventHandler value)Missing
System.Void add_ForeColorChanged(System.EventHandler value)Missing
System.Void add_ImeModeChanged(System.EventHandler value)Missing
System.Void add_MouseDown(System.Windows.Forms.MouseEventHandler 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_Paint(System.Windows.Forms.PaintEventHandler 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_Click(System.EventHandler value)Missing
System.Void remove_DoubleClick(System.EventHandler value)Missing
System.Void remove_FontChanged(System.EventHandler value)Missing
System.Void remove_ForeColorChanged(System.EventHandler value)Missing
System.Void remove_ImeModeChanged(System.EventHandler value)Missing
System.Void remove_MouseDown(System.Windows.Forms.MouseEventHandler 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_Paint(System.Windows.Forms.PaintEventHandler value)Missing
System.Void remove_TextChanged(System.EventHandler value)Missing
Property Summary
System.Drawing.Color BackColor BrowsableAttribute(false) is Missing
System.Drawing.Image BackgroundImage BrowsableAttribute(false) is Missing
System.Drawing.Font Font EditorBrowsableAttribute(1) is Missing
System.Drawing.Color ForeColor EditorBrowsableAttribute(1) is Missing
System.Windows.Forms.ImeMode ImeMode BrowsableAttribute(false) is Missing
System.Int32 LargeChange DefaultValueAttribute(10) is Missing
System.Int32 Maximum DefaultValueAttribute(100) is Missing
System.Int32 Minimum DefaultValueAttribute(0) is Missing
System.Int32 SmallChange DefaultValueAttribute(1) is Missing
System.Boolean TabStop Missing
System.String Text BindableAttribute(false) is Missing
System.Int32 Value BindableAttribute(true) is Missing
Event Summary
BackColorChangedMissing
BackgroundImageChangedMissing
ClickMissing
DoubleClickMissing
FontChangedMissing
ForeColorChangedMissing
ImeModeChangedMissing
MouseDownMissing
MouseMoveMissing
MouseUpMissing
PaintMissing
TextChangedMissing

 
  
 
 
 

System.Windows.Forms.ScrollableControl

Status :
Method Summary
System.Void AdjustFormScrollbars(System.Boolean displayScrollbars)EditorBrowsableAttribute(2) is Missing
System.Boolean GetScrollState(System.Int32 bit)Missing
System.Void OnLayout(System.Windows.Forms.LayoutEventArgs levent)Missing
System.Void OnMouseWheel(System.Windows.Forms.MouseEventArgs e)EditorBrowsableAttribute(2) is Missing
System.Void OnVisibleChanged(System.EventArgs e)EditorBrowsableAttribute(2) is Missing
System.Void ScaleCore(System.Single dx, System.Single dy)TODO
System.Void SetDisplayRectLocation(System.Int32 x, System.Int32 y)Missing
System.Void SetScrollState(System.Int32 bit, System.Boolean value)Missing
System.Void WndProc(System.Windows.Forms.Message& m)EditorBrowsableAttribute(2) is Missing
Field Summary
System.Int32 ScrollStateAutoScrolling Missing
System.Int32 ScrollStateFullDrag Missing
System.Int32 ScrollStateHScrollVisible Missing
System.Int32 ScrollStateUserHasScrolled Missing
System.Int32 ScrollStateVScrollVisible Missing
Property Summary
System.Boolean AutoScroll DefaultValueAttribute(false) is Missing
System.Drawing.Size AutoScrollMargin LocalizableAttribute(true) is Missing
System.Drawing.Size AutoScrollMinSize LocalizableAttribute(true) is Missing
System.Drawing.Point AutoScrollPosition DesignerSerializationVisibilityAttribute(0) is Missing
System.Windows.Forms.ScrollableControl.DockPaddingEdges DockPadding DesignerSerializationVisibilityAttribute(2) is Missing

 
  
 
 
 

System.Windows.Forms.SelectionRange

Status : Missing
Constructor Summary
System.Windows.Forms.SelectionRange()Missing
System.Windows.Forms.SelectionRange(System.DateTime lower, System.DateTime upper)Missing
System.Windows.Forms.SelectionRange(System.Windows.Forms.SelectionRange range)Missing
Method Summary
System.String ToString()Missing
Property Summary
System.DateTime End Missing
System.DateTime Start Missing

 
  
 
 
 

System.Windows.Forms.SelectionRangeConverter

Status : Missing
Constructor Summary
System.Windows.Forms.SelectionRangeConverter()Missing
Method Summary
System.Boolean CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Type sourceType)Missing
System.Boolean CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)Missing
System.Object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, System.Object value)Missing
System.Object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, System.Object value, System.Type destinationType)Missing
System.Object CreateInstance(System.ComponentModel.ITypeDescriptorContext context, System.Collections.IDictionary propertyValues)Missing
System.Boolean GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext context)Missing
System.ComponentModel.PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, System.Object value, System.Attribute[] attributes)Missing
System.Boolean GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context)Missing

 
  
 
 
 

System.Windows.Forms.SendKeys

Status : Missing
Method Summary
static System.Void Flush()Missing
static System.Void Send(System.String keys)Missing
static System.Void SendWait(System.String keys)Missing

 
  
 
 
 

System.Windows.Forms.Splitter

Status :
Method Summary
System.Void add_BackgroundImageChanged(System.EventHandler value)Missing
System.Void add_Enter(System.EventHandler value)Missing
System.Void add_FontChanged(System.EventHandler value)Missing
System.Void add_ForeColorChanged(System.EventHandler 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_Leave(System.EventHandler value)Missing
System.Void add_TabStopChanged(System.EventHandler value)Missing
System.Void add_TextChanged(System.EventHandler value)Missing
System.Void remove_BackgroundImageChanged(System.EventHandler value)Missing
System.Void remove_Enter(System.EventHandler value)Missing
System.Void remove_FontChanged(System.EventHandler value)Missing
System.Void remove_ForeColorChanged(System.EventHandler 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_Leave(System.EventHandler value)Missing
System.Void remove_TabStopChanged(System.EventHandler value)Missing
System.Void remove_TextChanged(System.EventHandler value)Missing
Property Summary
System.Boolean AllowDrop BrowsableAttribute(false) is Missing
System.Windows.Forms.AnchorStyles Anchor EditorBrowsableAttribute(1) is Missing
System.Drawing.Image BackgroundImage EditorBrowsableAttribute(1) is Missing
System.Windows.Forms.BorderStyle BorderStyle DispIdAttribute(-504) is Missing
System.Windows.Forms.DockStyle Dock LocalizableAttribute(true) is Missing
System.Drawing.Font Font EditorBrowsableAttribute(1) is Missing
System.Drawing.Color ForeColor EditorBrowsableAttribute(1) is Missing
System.Windows.Forms.ImeMode ImeMode EditorBrowsableAttribute(1) is Missing
System.Int32 MinExtra LocalizableAttribute(true) is Missing
System.Int32 MinSize LocalizableAttribute(true) is Missing
System.Int32 SplitPosition BrowsableAttribute(false) is Missing
System.Boolean TabStop EditorBrowsableAttribute(1) is Missing
System.String Text BindableAttribute(false) is Missing
Event Summary
BackgroundImageChangedMissing
EnterMissing
FontChangedMissing
ForeColorChangedMissing
ImeModeChangedMissing
KeyDownMissing
KeyPressMissing
KeyUpMissing
LeaveMissing
TabStopChangedMissing
TextChangedMissing

 
  
 
 
 

System.Windows.Forms.StatusBar

Status : DefaultEventAttribute("PanelClick") is Missing
Method Summary
System.Void add_BackColorChanged(System.EventHandler value)Missing
System.Void add_BackgroundImageChanged(System.EventHandler value)Missing
System.Void add_ForeColorChanged(System.EventHandler value)Missing
System.Void add_ImeModeChanged(System.EventHandler value)Missing
System.Void add_Paint(System.Windows.Forms.PaintEventHandler value)Missing
System.Void remove_BackColorChanged(System.EventHandler value)Missing
System.Void remove_BackgroundImageChanged(System.EventHandler value)Missing
System.Void remove_ForeColorChanged(System.EventHandler value)Missing
System.Void remove_ImeModeChanged(System.EventHandler value)Missing
System.Void remove_Paint(System.Windows.Forms.PaintEventHandler value)Missing
Property Summary
System.Drawing.Color BackColor BrowsableAttribute(false) is Missing
System.Drawing.Image BackgroundImage BrowsableAttribute(false) is Missing
System.Windows.Forms.DockStyle Dock LocalizableAttribute(true) is Missing
System.Drawing.Font Font LocalizableAttribute(true) is Missing
System.Drawing.Color ForeColor Missing
System.Windows.Forms.ImeMode ImeMode Missing
System.Windows.Forms.StatusBar.StatusBarPanelCollection Panels LocalizableAttribute(true) is Missing
System.Boolean ShowPanels DefaultValueAttribute(false) is Missing
System.Boolean SizingGrip DefaultValueAttribute(true) is Missing
System.Boolean TabStop Missing
System.String Text LocalizableAttribute(true) is Missing
Event Summary
BackColorChangedMissing
BackgroundImageChangedMissing
ForeColorChangedMissing
ImeModeChangedMissing
PaintMissing

 
  
 
 
 

System.Windows.Forms.StatusBarPanel

Status : DefaultPropertyAttribute("Text") is Missing
Property Summary
System.Windows.Forms.HorizontalAlignment Alignment LocalizableAttribute(true) is Missing
System.Windows.Forms.StatusBarPanelBorderStyle BorderStyle DispIdAttribute(-504) is Missing
System.Drawing.Icon Icon DefaultValueAttribute("") is Missing
System.Int32 MinWidth DefaultValueAttribute(10) is Missing
System.Windows.Forms.StatusBar Parent BrowsableAttribute(false) is Missing
System.String Text LocalizableAttribute(true) is Missing
System.String ToolTipText LocalizableAttribute(true) is Missing
System.Int32 Width LocalizableAttribute(true) is Missing

 
  
 
 
 

System.Windows.Forms.SystemInformation

Status :
Property Summary
System.Boolean DragFullWindows Missing

 
  
 
 
 

System.Windows.Forms.TabControl

Status : should have base type System.Windows.Forms.Control but has base System.Windows.Forms.ContainerControl instead
Method Summary
System.Void CreateHandle()Missing
System.Void Dispose(System.Boolean disposing)Missing
System.Object[] GetItems()Missing
System.Object[] GetItems(System.Type baseType)Missing
System.Void OnDrawItem(System.Windows.Forms.DrawItemEventArgs e)TODO
System.Void OnFontChanged(System.EventArgs e)Missing
System.Void OnHandleCreated(System.EventArgs e)Missing
System.Void OnHandleDestroyed(System.EventArgs e)Missing
System.Void OnResize(System.EventArgs e)Missing
System.Void OnStyleChanged(System.EventArgs e)Missing
System.Void UpdateTabSelection(System.Boolean uiselected)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_ForeColorChanged(System.EventHandler value)Missing
System.Void add_Paint(System.Windows.Forms.PaintEventHandler 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_ForeColorChanged(System.EventHandler value)Missing
System.Void remove_Paint(System.Windows.Forms.PaintEventHandler value)Missing
System.Void remove_TextChanged(System.EventHandler value)Missing
Property Summary
System.Windows.Forms.TabAlignment Alignment LocalizableAttribute(true) is Missing
System.Windows.Forms.TabAppearance Appearance LocalizableAttribute(true) is Missing
System.Drawing.Color BackColor Missing
System.Drawing.Image BackgroundImage Missing
System.Windows.Forms.CreateParams CreateParams Missing
System.Drawing.Color ForeColor Missing
System.Boolean HotTrack DefaultValueAttribute(false) is Missing
System.Windows.Forms.ImageList ImageList DefaultValueAttribute("") is Missing
System.Drawing.Size ItemSize LocalizableAttribute(true) is Missing
System.Boolean Multiline DefaultValueAttribute(false) is Missing
System.Drawing.Point Padding LocalizableAttribute(true) is Missing
System.Int32 RowCount BrowsableAttribute(false) is Missing
System.Int32 SelectedIndex DefaultValueAttribute(-1) is Missing
System.Windows.Forms.TabPage SelectedTab BrowsableAttribute(false) is Missing
System.Boolean ShowToolTips LocalizableAttribute(true) is Missing
System.Windows.Forms.TabSizeMode SizeMode RefreshPropertiesAttribute(2) is Missing
System.Int32 TabCount BrowsableAttribute(false) is Missing
System.Windows.Forms.TabControl.TabPageCollection TabPages DesignerSerializationVisibilityAttribute(0) is Missing
System.String Text Missing
Event Summary
BackColorChangedMissing
BackgroundImageChangedMissing
ForeColorChangedMissing
PaintMissing
TextChangedMissing

 
  
 
 
 

System.Windows.Forms.TabPage

Status : DefaultPropertyAttribute("Text") is Missing
Method Summary
static System.Windows.Forms.TabPage GetTabPageOfComponent(System.Object comp)TODO
System.Void add_DockChanged(System.EventHandler value)Missing
System.Void add_EnabledChanged(System.EventHandler value)Missing
System.Void add_TabIndexChanged(System.EventHandler value)Missing
System.Void add_TabStopChanged(System.EventHandler value)Missing
System.Void add_VisibleChanged(System.EventHandler value)Missing
System.Void remove_DockChanged(System.EventHandler value)Missing
System.Void remove_EnabledChanged(System.EventHandler value)Missing
System.Void remove_TabIndexChanged(System.EventHandler value)Missing
System.Void remove_TabStopChanged(System.EventHandler value)Missing
System.Void remove_VisibleChanged(System.EventHandler value)Missing
Property Summary
System.Windows.Forms.AnchorStyles Anchor Missing
System.Windows.Forms.DockStyle Dock Missing
System.Boolean Enabled Missing
System.Int32 ImageIndex DefaultValueAttribute(-1) is Missing
System.Int32 TabIndex Missing
System.Boolean TabStop Missing
System.String Text BrowsableAttribute(true) is Missing
System.String ToolTipText LocalizableAttribute(true) is Missing
System.Boolean Visible BrowsableAttribute(false) is Missing
Event Summary
DockChangedMissing
EnabledChangedMissing
TabIndexChangedMissing
TabStopChangedMissing
VisibleChangedMissing

 
  
 
 
 

System.Windows.Forms.TextBox

Status :
Constructor Summary
System.Windows.Forms.TextBox()TODO
Method Summary
System.Void OnHandleCreated(System.EventArgs e)Missing
System.Void OnMouseUp(System.Windows.Forms.MouseEventArgs mevent)Missing
System.Void WndProc(System.Windows.Forms.Message& m)Missing
Property Summary
System.Boolean AcceptsReturn DefaultValueAttribute(false) is Missing
System.Windows.Forms.CharacterCasing CharacterCasing TODO
System.Windows.Forms.CreateParams CreateParams Missing
System.Windows.Forms.ImeMode DefaultImeMode TODO
System.Char PasswordChar LocalizableAttribute(true) is Missing
System.Windows.Forms.ScrollBars ScrollBars TODO
System.Int32 SelectionLength DesignerSerializationVisibilityAttribute(0) is Missing
System.Windows.Forms.HorizontalAlignment TextAlign LocalizableAttribute(true) is Missing

 
  
 
 
 

System.Windows.Forms.TextBoxBase

Status : DesignerAttribute("System.Windows.Forms.Design.TextBoxBaseDesigner, System.Design") is Missing
Method Summary
System.Void ClearUndo()TODO
System.Void Copy()TODO
System.Void Cut()TODO
System.Void Paste()TODO
System.Void SetBoundsCore(System.Int32 x, System.Int32 y, System.Int32 width, System.Int32 height, System.Windows.Forms.BoundsSpecified specified)Missing
System.Void Undo()TODO
System.Void add_BackgroundImageChanged(System.EventHandler value)Missing
System.Void add_BorderStyleChanged(System.EventHandler value)Missing
System.Void add_Paint(System.Windows.Forms.PaintEventHandler value)Missing
System.Void remove_BackgroundImageChanged(System.EventHandler value)Missing
System.Void remove_BorderStyleChanged(System.EventHandler value)Missing
System.Void remove_Paint(System.Windows.Forms.PaintEventHandler value)Missing
Property Summary
System.Boolean AcceptsTab DefaultValueAttribute(false) is Missing
System.Boolean AutoSize LocalizableAttribute(true) is Missing
System.Drawing.Color BackColor Missing
System.Drawing.Image BackgroundImage Missing
System.Windows.Forms.BorderStyle BorderStyle DispIdAttribute(-504) is Missing
System.Boolean CanUndo TODO
System.Windows.Forms.CreateParams CreateParams Missing
System.Drawing.Color ForeColor Missing
System.Boolean HideSelection DefaultValueAttribute(true) is Missing
System.String[] Lines should have attributes `public hidebysig specialname ', but has `public virtual hidebysig abstract specialname ' instead
System.Int32 MaxLength DefaultValueAttribute(32767) is Missing
System.Boolean Modified BrowsableAttribute(false) is Missing
System.Boolean Multiline RefreshPropertiesAttribute(1) is Missing
System.Int32 PreferredHeight EditorBrowsableAttribute(2) is Missing
System.Boolean ReadOnly DefaultValueAttribute(false) is Missing
System.String SelectedText BrowsableAttribute(false) is Missing
System.Int32 SelectionLength BrowsableAttribute(false) is Missing
System.Int32 SelectionStart should have attributes `public hidebysig specialname ', but has `public virtual hidebysig specialname ' instead
System.String Text LocalizableAttribute(true) is Missing
System.Int32 TextLength BrowsableAttribute(false) is Missing
System.Boolean WordWrap DefaultValueAttribute(true) is Missing
Event Summary
BackgroundImageChangedMissing
BorderStyleChangedMissing
ClickEditorBrowsableAttribute(2) is Missing
PaintMissing

 
  
 
 
 

System.Windows.Forms.ThreadExceptionDialog

Status : Missing
Constructor Summary
System.Windows.Forms.ThreadExceptionDialog(System.Exception t)Missing

 
  
 
 
 

System.Windows.Forms.Timer

Status : DefaultPropertyAttribute("Interval") is Missing
Method Summary
System.Void OnTick(System.EventArgs e)Missing
Property Summary
System.Boolean Enabled DefaultValueAttribute(false) is Missing
System.Int32 Interval DefaultValueAttribute(100) is Missing

 
  
 
 
 

System.Windows.Forms.ToolBar

Status : DefaultPropertyAttribute("Buttons") is Missing
Method Summary
System.Void add_BackColorChanged(System.EventHandler value)Missing
System.Void add_BackgroundImageChanged(System.EventHandler value)Missing
System.Void add_ForeColorChanged(System.EventHandler value)Missing
System.Void add_ImeModeChanged(System.EventHandler value)Missing
System.Void add_Paint(System.Windows.Forms.PaintEventHandler value)Missing
System.Void add_RightToLeftChanged(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_ForeColorChanged(System.EventHandler value)Missing
System.Void remove_ImeModeChanged(System.EventHandler value)Missing
System.Void remove_Paint(System.Windows.Forms.PaintEventHandler value)Missing
System.Void remove_RightToLeftChanged(System.EventHandler value)Missing
System.Void remove_TextChanged(System.EventHandler value)Missing
Property Summary
System.Windows.Forms.ToolBarAppearance Appearance LocalizableAttribute(true) is Missing
System.Boolean AutoSize DefaultValueAttribute(true) is Missing
System.Drawing.Color BackColor BrowsableAttribute(false) is Missing
System.Drawing.Image BackgroundImage BrowsableAttribute(false) is Missing
System.Windows.Forms.BorderStyle BorderStyle DispIdAttribute(-504) is Missing
System.Drawing.Size ButtonSize LocalizableAttribute(true) is Missing
System.Windows.Forms.ToolBar.ToolBarButtonCollection Buttons MergablePropertyAttribute(false) is Missing
System.Boolean Divider DefaultValueAttribute(true) is Missing
System.Windows.Forms.DockStyle Dock LocalizableAttribute(true) is Missing
System.Boolean DropDownArrows DefaultValueAttribute(false) is Missing
System.Drawing.Color ForeColor BrowsableAttribute(false) is Missing
System.Windows.Forms.ImageList ImageList DefaultValueAttribute("") is Missing
System.Drawing.Size ImageSize BrowsableAttribute(false) is Missing
System.Windows.Forms.ImeMode ImeMode BrowsableAttribute(false) is Missing
System.Windows.Forms.RightToLeft RightToLeft TODO
System.Boolean ShowToolTips LocalizableAttribute(true) is Missing
System.Boolean TabStop DefaultValueAttribute(false) is Missing
System.String Text TODO
System.Windows.Forms.ToolBarTextAlign TextAlign LocalizableAttribute(true) is Missing
System.Boolean Wrappable LocalizableAttribute(true) is Missing
Event Summary
BackColorChangedMissing
BackgroundImageChangedMissing
ForeColorChangedMissing
ImeModeChangedMissing
PaintMissing
RightToLeftChangedMissing
TextChangedMissing

 
  
 
 
 

System.Windows.Forms.ToolBarButton

Status : ToolboxItemAttribute(false) is Missing
Method Summary
System.Void Dispose(System.Boolean disposing)Missing
Property Summary
System.Windows.Forms.Menu DropDownMenu TypeConverterAttribute(typeof(System.ComponentModel.ReferenceConverter,System)) is Missing
System.Boolean Enabled LocalizableAttribute(true) is Missing
System.Int32 ImageIndex EditorAttribute("System.Windows.Forms.Design.ImageIndexEditor, System.Design", typeof(System.Drawing.Design.UITypeEditor,System.Drawing)) is Missing
System.Windows.Forms.ToolBar Parent BrowsableAttribute(false) is Missing
System.Boolean PartialPush DefaultValueAttribute(false) is Missing
System.Boolean Pushed DefaultValueAttribute(false) is Missing
System.Windows.Forms.ToolBarButtonStyle Style RefreshPropertiesAttribute(2) is Missing
System.Object Tag LocalizableAttribute(false) is Missing
System.String Text LocalizableAttribute(true) is Missing
System.String ToolTipText DefaultValueAttribute("") is Missing
System.Boolean Visible LocalizableAttribute(true) is Missing

 
  
 
 
 

System.Windows.Forms.ToolTip

Status : ToolboxItemFilterAttribute("System.Windows.Forms") is Missing
Constructor Summary
System.Windows.Forms.ToolTip(System.ComponentModel.IContainer cont)TODO
System.Windows.Forms.ToolTip()TODO
Method Summary
System.Boolean CanExtend(System.Object target)TODO
System.Void Dispose(System.Boolean disposing)TODO
System.String GetToolTip(System.Windows.Forms.Control control)TODO
System.Void RemoveAll()TODO
System.Void SetToolTip(System.Windows.Forms.Control control, System.String caption)TODO
System.String ToString()TODO
Property Summary
System.Boolean Active DefaultValueAttribute(true) is Missing
System.Int32 AutoPopDelay RefreshPropertiesAttribute(1) is Missing
System.Int32 AutomaticDelay RefreshPropertiesAttribute(1) is Missing
System.Int32 InitialDelay RefreshPropertiesAttribute(1) is Missing
System.Int32 ReshowDelay RefreshPropertiesAttribute(1) is Missing
System.Boolean ShowAlways DefaultValueAttribute(false) is Missing

 
  
 
 
 

System.Windows.Forms.TrackBar

Status : DefaultEventAttribute("Scroll") is Missing
Method Summary
System.Void BeginInit()should have attributes `public final virtual hidebysig ', but has `public virtual hidebysig ' instead
System.Void EndInit()should have attributes `public final virtual hidebysig ', but has `public virtual hidebysig ' instead
System.Void OnMouseWheel(System.Windows.Forms.MouseEventArgs e)EditorBrowsableAttribute(2) is Missing
System.Void add_BackgroundImageChanged(System.EventHandler value)Missing
System.Void add_Click(System.EventHandler value)Missing
System.Void add_DoubleClick(System.EventHandler value)Missing
System.Void add_FontChanged(System.EventHandler value)Missing
System.Void add_ForeColorChanged(System.EventHandler value)Missing
System.Void add_ImeModeChanged(System.EventHandler value)Missing
System.Void add_Paint(System.Windows.Forms.PaintEventHandler value)Missing
System.Void add_TextChanged(System.EventHandler value)Missing
System.Void remove_BackgroundImageChanged(System.EventHandler value)Missing
System.Void remove_Click(System.EventHandler value)Missing
System.Void remove_DoubleClick(System.EventHandler value)Missing
System.Void remove_FontChanged(System.EventHandler value)Missing
System.Void remove_ForeColorChanged(System.EventHandler value)Missing
System.Void remove_ImeModeChanged(System.EventHandler value)Missing
System.Void remove_Paint(System.Windows.Forms.PaintEventHandler value)Missing
System.Void remove_TextChanged(System.EventHandler value)Missing
Property Summary
System.Boolean AutoSize DefaultValueAttribute(true) is Missing
System.Drawing.Image BackgroundImage BrowsableAttribute(false) is Missing
System.Drawing.Font Font EditorBrowsableAttribute(1) is Missing
System.Drawing.Color ForeColor BrowsableAttribute(false) is Missing
System.Windows.Forms.ImeMode ImeMode EditorBrowsableAttribute(1) is Missing
System.Int32 LargeChange DefaultValueAttribute(5) is Missing
System.Int32 Maximum RefreshPropertiesAttribute(1) is Missing
System.Int32 Minimum RefreshPropertiesAttribute(1) is Missing
System.Windows.Forms.Orientation Orientation LocalizableAttribute(true) is Missing
System.Int32 SmallChange DefaultValueAttribute(1) is Missing
System.String Text BrowsableAttribute(false) is Missing
System.Int32 TickFrequency DefaultValueAttribute(1) is Missing
System.Int32 Value DefaultValueAttribute(0) is Missing
Event Summary
BackgroundImageChangedMissing
ClickMissing
DoubleClickMissing
FontChangedMissing
ForeColorChangedMissing
ImeModeChangedMissing
PaintMissing
TextChangedMissing

 
  
 
 
 

System.Windows.Forms.TreeNode

Status : should have base type System.MarshalByRefObject but has base System.Object instead
Property Summary
System.Int32 ImageIndex LocalizableAttribute(true) is Missing
System.Drawing.Font NodeFont LocalizableAttribute(true) is Missing
System.Windows.Forms.TreeNodeCollection Nodes ListBindableAttribute(false) is Missing
System.Int32 SelectedImageIndex LocalizableAttribute(true) is Missing
System.Object Tag DefaultValueAttribute("") is Missing
System.String Text LocalizableAttribute(true) is Missing

 
  
 
 
 

System.Windows.Forms.TreeNodeCollection

Status : EditorAttribute("System.Windows.Forms.Design.TreeNodeCollectionEditor, System.Design", typeof(System.Drawing.Design.UITypeEditor,System.Drawing)) is Missing
Property Summary
System.Int32 Count BrowsableAttribute(false) is Missing

 
  
 
 
 

System.Windows.Forms.TreeNodeConverter

Status : Missing
Constructor Summary
System.Windows.Forms.TreeNodeConverter()Missing
Method Summary
System.Boolean CanConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Type destinationType)Missing
System.Object ConvertTo(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, System.Object value, System.Type destinationType)Missing

 
  
 
 
 

System.Windows.Forms.TreeView

Status : DefaultEventAttribute("AfterSelect") is Missing
Method Summary
System.Void OnAfterCheck(System.Windows.Forms.TreeViewEventArgs e)should have attributes `family virtual hidebysig ', but has `famorassem virtual hidebysig ' instead
System.Void OnAfterCollapse(System.Windows.Forms.TreeViewEventArgs e)should have attributes `family virtual hidebysig ', but has `famorassem virtual hidebysig ' instead
System.Void OnAfterExpand(System.Windows.Forms.TreeViewEventArgs e)should have attributes `family virtual hidebysig ', but has `famorassem virtual hidebysig ' instead
System.Void OnBeforeCheck(System.Windows.Forms.TreeViewCancelEventArgs e)should have attributes `family virtual hidebysig ', but has `famorassem virtual hidebysig ' instead
System.Void OnBeforeCollapse(System.Windows.Forms.TreeViewCancelEventArgs e)should have attributes `family virtual hidebysig ', but has `famorassem virtual hidebysig ' instead
System.Void OnBeforeExpand(System.Windows.Forms.TreeViewCancelEventArgs e)should have attributes `family virtual hidebysig ', but has `famorassem virtual hidebysig ' instead
System.Void WndProc(System.Windows.Forms.Message& m)Missing
Property Summary
System.Drawing.Image BackgroundImage EditorBrowsableAttribute(1) is Missing
System.Windows.Forms.BorderStyle BorderStyle DispIdAttribute(-504) is Missing
System.Boolean CheckBoxes DefaultValueAttribute(false) is Missing
System.Boolean FullRowSelect DefaultValueAttribute(false) is Missing
System.Boolean HideSelection DefaultValueAttribute(true) is Missing
System.Boolean HotTracking DefaultValueAttribute(false) is Missing
System.Int32 ImageIndex DefaultValueAttribute(0) is Missing
System.Windows.Forms.ImageList ImageList DefaultValueAttribute("") is Missing
System.Int32 Indent LocalizableAttribute(true) is Missing
System.Int32 ItemHeight LocalizableAttribute(true) is Missing
System.Boolean LabelEdit DefaultValueAttribute(false) is Missing
System.Windows.Forms.TreeNodeCollection Nodes DesignerSerializationVisibilityAttribute(2) is Missing
System.String PathSeparator DefaultValueAttribute("\") is Missing
System.Boolean Scrollable DefaultValueAttribute(true) is Missing
System.Int32 SelectedImageIndex LocalizableAttribute(true) is Missing
System.Windows.Forms.TreeNode SelectedNode BrowsableAttribute(false) is Missing
System.Boolean ShowLines DefaultValueAttribute(true) is Missing
System.Boolean ShowPlusMinus DefaultValueAttribute(true) is Missing
System.Boolean ShowRootLines DefaultValueAttribute(true) is Missing
System.Boolean Sorted DefaultValueAttribute(false) is Missing
System.String Text BindableAttribute(false) is Missing
System.Windows.Forms.TreeNode TopNode BrowsableAttribute(false) is Missing
System.Int32 VisibleCount BrowsableAttribute(false) is Missing
Event Summary
BackgroundImageChangedEditorBrowsableAttribute(1) is Missing
PaintEditorBrowsableAttribute(1) is Missing
TextChangedBrowsableAttribute(false) is Missing

 
  
 
 
 

System.Windows.Forms.TreeViewImageIndexConverter

Status : Missing
Constructor Summary
System.Windows.Forms.TreeViewImageIndexConverter()Missing
Property Summary
System.Boolean IncludeNoneAsStandardValue Missing

 
  
 
 
 

System.Windows.Forms.UpDownBase

Status : TODO
Constructor Summary
System.Windows.Forms.UpDownBase()TODO
Method Summary
System.Void Dispose(System.Boolean disposing)TODO
System.Void OnChanged(System.Object source, System.EventArgs e)TODO
System.Void OnFontChanged(System.EventArgs e)TODO
System.Void OnHandleCreated(System.EventArgs e)TODO
System.Void OnLayout(System.Windows.Forms.LayoutEventArgs e)TODO
System.Void OnMouseWheel(System.Windows.Forms.MouseEventArgs e)TODO
System.Void OnTextBoxKeyDown(System.Object source, System.Windows.Forms.KeyEventArgs e)TODO
System.Void OnTextBoxKeyPress(System.Object source, System.Windows.Forms.KeyPressEventArgs e)TODO
System.Void OnTextBoxLostFocus(System.Object source, System.EventArgs e)TODO
System.Void OnTextBoxResize(System.Object source, System.EventArgs e)TODO
System.Void OnTextBoxTextChanged(System.Object source, System.EventArgs e)TODO
System.Void Select(System.Int32 start, System.Int32 length)TODO
System.Void SetBoundsCore(System.Int32 x, System.Int32 y, System.Int32 width, System.Int32 height, System.Windows.Forms.BoundsSpecified specified)TODO
System.Void ValidateEditText()Missing
System.Void WndProc(System.Windows.Forms.Message& m)Missing
Property Summary
System.Boolean AutoScroll Missing
System.Drawing.Size AutoScrollMargin Missing
System.Drawing.Size AutoScrollMinSize Missing
System.Drawing.Color BackColor Missing
System.Drawing.Image BackgroundImage Missing
System.Windows.Forms.BorderStyle BorderStyle DispIdAttribute(-504) is Missing
System.Boolean ChangingText Missing
System.Windows.Forms.ContextMenu ContextMenu Missing
System.Windows.Forms.CreateParams CreateParams Missing
System.Drawing.Size DefaultSize Missing
System.Windows.Forms.ScrollableControl.DockPaddingEdges DockPadding Missing
System.Boolean Focused Missing
System.Drawing.Color ForeColor Missing
System.Boolean InterceptArrowKeys DefaultValueAttribute(true) is Missing
System.Int32 PreferredHeight Missing
System.String Text TODO
System.Windows.Forms.HorizontalAlignment TextAlign LocalizableAttribute(true) is Missing
System.Windows.Forms.LeftRightAlignment UpDownAlign LocalizableAttribute(true) is Missing
Event Summary
BackgroundImageChangedBrowsableAttribute(false) is Missing
MouseEnterBrowsableAttribute(false) is Missing
MouseHoverEditorBrowsableAttribute(1) is Missing
MouseLeaveBrowsableAttribute(false) is Missing
MouseMoveBrowsableAttribute(false) is Missing

 
  
 
 
 

System.Windows.Forms.UserControl

Status : DefaultEventAttribute("Load") is Missing
Method Summary
System.Void OnCreateControl()EditorBrowsableAttribute(2) is Missing
System.Void OnLoad(System.EventArgs e)EditorBrowsableAttribute(2) is Missing
System.Void OnMouseDown(System.Windows.Forms.MouseEventArgs e)EditorBrowsableAttribute(2) is Missing
System.Void WndProc(System.Windows.Forms.Message& m)EditorBrowsableAttribute(2) is Missing
System.Void add_TextChanged(System.EventHandler value)Missing
System.Void remove_TextChanged(System.EventHandler value)Missing
Property Summary
System.String Text Missing
Event Summary
TextChangedMissing

 
  
 
 
 

System.Windows.Forms.VScrollBar

Status :
Method Summary
System.Void add_RightToLeftChanged(System.EventHandler value)Missing
System.Void remove_RightToLeftChanged(System.EventHandler value)Missing
Property Summary
System.Windows.Forms.RightToLeft RightToLeft BrowsableAttribute(false) is Missing
Event Summary
RightToLeftChangedMissing

 
 


 
 

This document is licensed under the GNU FDL.
Last Updated on 5-11-2007

Visit http://www.dotgnu.org for more details

[Powered by Free Software] [Graphics by Gimp] [Powered by GNU]
Maintained by Gopal.V