System.Windows.Forms.cs
上传用户:jnxxjx
上传日期:2015-03-08
资源大小:3388k
文件大小:1198k
源码类别:

VC书籍

开发平台:

C/C++

  1.      Void System.Windows.Forms.DragEventArgs( Class System.Windows.Forms.IDataObject data,  I4 keyState,  I4 x,  I4 y,  ValueClass System.Windows.Forms.DragDropEffects allowedEffect,  ValueClass System.Windows.Forms.DragDropEffects effect);
  2.      Class System.Windows.Forms.IDataObject get_Data();
  3.      I4 get_KeyState();
  4.      I4 get_X();
  5.      I4 get_Y();
  6.      ValueClass System.Windows.Forms.DragDropEffects get_AllowedEffect();
  7.      ValueClass System.Windows.Forms.DragDropEffects get_Effect();
  8.      Void set_Effect( ValueClass System.Windows.Forms.DragDropEffects value);
  9.     property Data { get(){} set(){} };
  10.     property KeyState { get(){} set(){} };
  11.     property X { get(){} set(){} };
  12.     property Y { get(){} set(){} };
  13.     property AllowedEffect { get(){} set(){} };
  14.     property Effect { get(){} set(){} };
  15.     }
  16. class System.Windows.Forms.DragEventHandler : System.MulticastDelegate
  17.     {
  18.      Void System.Windows.Forms.DragEventHandler( Object object,  I method);
  19.      Void Invoke( Object sender,  Class System.Windows.Forms.DragEventArgs e);
  20.      Class System.IAsyncResult BeginInvoke( Object sender,  Class System.Windows.Forms.DragEventArgs e,  Class System.AsyncCallback callback,  Object object);
  21.      Void EndInvoke( Class System.IAsyncResult result);
  22.     }
  23. class System.Windows.Forms.DrawItemEventArgs : System.EventArgs
  24.     {
  25.      ValueClass System.Drawing.Color backColor;
  26.      ValueClass System.Drawing.Color foreColor;
  27.      Class System.Drawing.Font font;
  28.      Class System.Drawing.Graphics graphics;
  29.      I4 index;
  30.      ValueClass System.Drawing.Rectangle rect;
  31.      ValueClass System.Windows.Forms.DrawItemState state;
  32.      Void System.Windows.Forms.DrawItemEventArgs( Class System.Drawing.Graphics graphics,  Class System.Drawing.Font font,  ValueClass System.Drawing.Rectangle rect,  I4 index,  ValueClass System.Windows.Forms.DrawItemState state);
  33.      Void System.Windows.Forms.DrawItemEventArgs( Class System.Drawing.Graphics graphics,  Class System.Drawing.Font font,  ValueClass System.Drawing.Rectangle rect,  I4 index,  ValueClass System.Windows.Forms.DrawItemState state,  ValueClass System.Drawing.Color foreColor,  ValueClass System.Drawing.Color backColor);
  34.      ValueClass System.Drawing.Color get_BackColor();
  35.      ValueClass System.Drawing.Rectangle get_Bounds();
  36.      Class System.Drawing.Font get_Font();
  37.      ValueClass System.Drawing.Color get_ForeColor();
  38.      Class System.Drawing.Graphics get_Graphics();
  39.      I4 get_Index();
  40.      ValueClass System.Windows.Forms.DrawItemState get_State();
  41.      Void Dispose();
  42.      Void DrawBackground();
  43.      Void DrawFocusRectangle();
  44.     property BackColor { get(){} set(){} };
  45.     property Bounds { get(){} set(){} };
  46.     property Font { get(){} set(){} };
  47.     property ForeColor { get(){} set(){} };
  48.     property Graphics { get(){} set(){} };
  49.     property Index { get(){} set(){} };
  50.     property State { get(){} set(){} };
  51.     }
  52. class System.Windows.Forms.DrawItemEventHandler : System.MulticastDelegate
  53.     {
  54.      Void System.Windows.Forms.DrawItemEventHandler( Object object,  I method);
  55.      Void Invoke( Object sender,  Class System.Windows.Forms.DrawItemEventArgs e);
  56.      Class System.IAsyncResult BeginInvoke( Object sender,  Class System.Windows.Forms.DrawItemEventArgs e,  Class System.AsyncCallback callback,  Object object);
  57.      Void EndInvoke( Class System.IAsyncResult result);
  58.     }
  59. class System.Windows.Forms.DrawItemState : System.Enum
  60.     {
  61.      I4 value__;
  62.      ValueClass System.Windows.Forms.DrawItemState Checked;
  63.      ValueClass System.Windows.Forms.DrawItemState ComboBoxEdit;
  64.      ValueClass System.Windows.Forms.DrawItemState Default;
  65.      ValueClass System.Windows.Forms.DrawItemState Disabled;
  66.      ValueClass System.Windows.Forms.DrawItemState Focus;
  67.      ValueClass System.Windows.Forms.DrawItemState Grayed;
  68.      ValueClass System.Windows.Forms.DrawItemState HotLight;
  69.      ValueClass System.Windows.Forms.DrawItemState Inactive;
  70.      ValueClass System.Windows.Forms.DrawItemState NoAccelerator;
  71.      ValueClass System.Windows.Forms.DrawItemState NoFocusRect;
  72.      ValueClass System.Windows.Forms.DrawItemState Selected;
  73.      ValueClass System.Windows.Forms.DrawItemState None;
  74.     }
  75. class System.Windows.Forms.DrawMode : System.Enum
  76.     {
  77.      I4 value__;
  78.      ValueClass System.Windows.Forms.DrawMode Normal;
  79.      ValueClass System.Windows.Forms.DrawMode OwnerDrawFixed;
  80.      ValueClass System.Windows.Forms.DrawMode OwnerDrawVariable;
  81.     }
  82. class System.Windows.Forms.ErrorBlinkStyle : System.Enum
  83.     {
  84.      I4 value__;
  85.      ValueClass System.Windows.Forms.ErrorBlinkStyle BlinkIfDifferentError;
  86.      ValueClass System.Windows.Forms.ErrorBlinkStyle AlwaysBlink;
  87.      ValueClass System.Windows.Forms.ErrorBlinkStyle NeverBlink;
  88.     }
  89. class System.Windows.Forms.ErrorIconAlignment : System.Enum
  90.     {
  91.      I4 value__;
  92.      ValueClass System.Windows.Forms.ErrorIconAlignment TopLeft;
  93.      ValueClass System.Windows.Forms.ErrorIconAlignment TopRight;
  94.      ValueClass System.Windows.Forms.ErrorIconAlignment MiddleLeft;
  95.      ValueClass System.Windows.Forms.ErrorIconAlignment MiddleRight;
  96.      ValueClass System.Windows.Forms.ErrorIconAlignment BottomLeft;
  97.      ValueClass System.Windows.Forms.ErrorIconAlignment BottomRight;
  98.     }
  99. interface System.Windows.Forms.IFeatureSupport : 
  100.     {
  101.      Boolean IsPresent( Object feature);
  102.      Boolean IsPresent( Object feature,  Class System.Version minimumVersion);
  103.      Class System.Version GetVersionPresent( Object feature);
  104.     }
  105. class System.Windows.Forms.FeatureSupport : System.Object
  106.     {
  107.      Boolean IsPresent( String featureClassName,  String featureConstName);
  108.      Boolean IsPresent( String featureClassName,  String featureConstName,  Class System.Version minimumVersion);
  109.      Class System.Version GetVersionPresent( String featureClassName,  String featureConstName);
  110.      Boolean IsPresent( Object feature);
  111.      Boolean IsPresent( Object feature,  Class System.Version minimumVersion);
  112.      Class System.Version GetVersionPresent( Object feature);
  113.      Void System.Windows.Forms.FeatureSupport();
  114.     }
  115. class System.Windows.Forms.FlatStyle : System.Enum
  116.     {
  117.      I4 value__;
  118.      ValueClass System.Windows.Forms.FlatStyle Flat;
  119.      ValueClass System.Windows.Forms.FlatStyle Popup;
  120.      ValueClass System.Windows.Forms.FlatStyle Standard;
  121.      ValueClass System.Windows.Forms.FlatStyle System;
  122.     }
  123. class System.Windows.Forms.PictureBox : System.Windows.Forms.Control
  124.     {
  125.      ValueClass System.Windows.Forms.BorderStyle borderStyle;
  126.      Class System.Drawing.Image image;
  127.      ValueClass System.Windows.Forms.PictureBoxSizeMode sizeMode;
  128.      Boolean currentlyAnimating;
  129.      Object EVENT_SIZEMODECHANGED;
  130.      Void System.Windows.Forms.PictureBox();
  131.      Boolean get_AllowDrop();
  132.      Void set_AllowDrop( Boolean value);
  133.      ValueClass System.Windows.Forms.BorderStyle get_BorderStyle();
  134.      Void set_BorderStyle( ValueClass System.Windows.Forms.BorderStyle value);
  135.      Boolean get_CausesValidation();
  136.      Void set_CausesValidation( Boolean value);
  137.      Class System.Windows.Forms.CreateParams get_CreateParams();
  138.      ValueClass System.Windows.Forms.ImeMode get_DefaultImeMode();
  139.      ValueClass System.Drawing.Size get_DefaultSize();
  140.      ValueClass System.Drawing.Color get_ForeColor();
  141.      Void set_ForeColor( ValueClass System.Drawing.Color value);
  142.      Class System.Drawing.Font get_Font();
  143.      Void set_Font( Class System.Drawing.Font value);
  144.      Class System.Drawing.Image get_Image();
  145.      Void set_Image( Class System.Drawing.Image value);
  146.      ValueClass System.Drawing.Rectangle get_ImageRectangle();
  147.      ValueClass System.Windows.Forms.ImeMode get_ImeMode();
  148.      Void set_ImeMode( ValueClass System.Windows.Forms.ImeMode value);
  149.      ValueClass System.Windows.Forms.RightToLeft get_RightToLeft();
  150.      Void set_RightToLeft( ValueClass System.Windows.Forms.RightToLeft value);
  151.      ValueClass System.Windows.Forms.PictureBoxSizeMode get_SizeMode();
  152.      Void set_SizeMode( ValueClass System.Windows.Forms.PictureBoxSizeMode value);
  153.      Void add_SizeModeChanged( Class System.EventHandler value);
  154.      Void remove_SizeModeChanged( Class System.EventHandler value);
  155.      Boolean get_TabStop();
  156.      Void set_TabStop( Boolean value);
  157.      I4 get_TabIndex();
  158.      Void set_TabIndex( I4 value);
  159.      String get_Text();
  160.      Void set_Text( String value);
  161.      Void add_Enter( Class System.EventHandler value);
  162.      Void remove_Enter( Class System.EventHandler value);
  163.      Void add_KeyUp( Class System.Windows.Forms.KeyEventHandler value);
  164.      Void remove_KeyUp( Class System.Windows.Forms.KeyEventHandler value);
  165.      Void add_KeyDown( Class System.Windows.Forms.KeyEventHandler value);
  166.      Void remove_KeyDown( Class System.Windows.Forms.KeyEventHandler value);
  167.      Void add_KeyPress( Class System.Windows.Forms.KeyPressEventHandler value);
  168.      Void remove_KeyPress( Class System.Windows.Forms.KeyPressEventHandler value);
  169.      Void add_Leave( Class System.EventHandler value);
  170.      Void remove_Leave( Class System.EventHandler value);
  171.      Void AdjustSize();
  172.      Void Animate();
  173.      Void StopAnimate();
  174.      Void Animate( Boolean animate);
  175.      Void Dispose( Boolean disposing);
  176.      ValueClass System.Drawing.Size GetPreferredSize();
  177.      Void OnEnabledChanged( Class System.EventArgs e);
  178.      Void OnFrameChanged( Object o,  Class System.EventArgs e);
  179.      Void OnPaint( Class System.Windows.Forms.PaintEventArgs pe);
  180.      Void OnVisibleChanged( Class System.EventArgs e);
  181.      Void OnParentChanged( Class System.EventArgs e);
  182.      Void OnResize( Class System.EventArgs e);
  183.      Void OnSizeModeChanged( Class System.EventArgs e);
  184.      Void SetBoundsCore( I4 x,  I4 y,  I4 width,  I4 height,  ValueClass System.Windows.Forms.BoundsSpecified specified);
  185.      String ToString();
  186.      Void System.Windows.Forms.PictureBox();
  187.     property AllowDrop { get(){} set(){} };
  188.     property BorderStyle { get(){} set(){} };
  189.     property CausesValidation { get(){} set(){} };
  190.     property CreateParams { get(){} set(){} };
  191.     property DefaultImeMode { get(){} set(){} };
  192.     property DefaultSize { get(){} set(){} };
  193.     property ForeColor { get(){} set(){} };
  194.     property Font { get(){} set(){} };
  195.     property Image { get(){} set(){} };
  196.     property ImageRectangle { get(){} set(){} };
  197.     property ImeMode { get(){} set(){} };
  198.     property RightToLeft { get(){} set(){} };
  199.     property SizeMode { get(){} set(){} };
  200.     property TabStop { get(){} set(){} };
  201.     property TabIndex { get(){} set(){} };
  202.     property Text { get(){} set(){} };
  203.     event SizeModeChanged;
  204.     event Enter;
  205.     event KeyUp;
  206.     event KeyDown;
  207.     event KeyPress;
  208.     event Leave;
  209.     }
  210. class System.Windows.Forms.FormBorderStyle : System.Enum
  211.     {
  212.      I4 value__;
  213.      ValueClass System.Windows.Forms.FormBorderStyle None;
  214.      ValueClass System.Windows.Forms.FormBorderStyle FixedSingle;
  215.      ValueClass System.Windows.Forms.FormBorderStyle Fixed3D;
  216.      ValueClass System.Windows.Forms.FormBorderStyle FixedDialog;
  217.      ValueClass System.Windows.Forms.FormBorderStyle Sizable;
  218.      ValueClass System.Windows.Forms.FormBorderStyle FixedToolWindow;
  219.      ValueClass System.Windows.Forms.FormBorderStyle SizableToolWindow;
  220.     }
  221. class System.Windows.Forms.FormStartPosition : System.Enum
  222.     {
  223.      I4 value__;
  224.      ValueClass System.Windows.Forms.FormStartPosition Manual;
  225.      ValueClass System.Windows.Forms.FormStartPosition CenterScreen;
  226.      ValueClass System.Windows.Forms.FormStartPosition WindowsDefaultLocation;
  227.      ValueClass System.Windows.Forms.FormStartPosition WindowsDefaultBounds;
  228.      ValueClass System.Windows.Forms.FormStartPosition CenterParent;
  229.     }
  230. class System.Windows.Forms.FormWindowState : System.Enum
  231.     {
  232.      I4 value__;
  233.      ValueClass System.Windows.Forms.FormWindowState Normal;
  234.      ValueClass System.Windows.Forms.FormWindowState Minimized;
  235.      ValueClass System.Windows.Forms.FormWindowState Maximized;
  236.     }
  237. class System.Windows.Forms.FrameStyle : System.Enum
  238.     {
  239.      I4 value__;
  240.      ValueClass System.Windows.Forms.FrameStyle Dashed;
  241.      ValueClass System.Windows.Forms.FrameStyle Thick;
  242.     }
  243. class System.Windows.Forms.GiveFeedbackEventArgs : System.EventArgs
  244.     {
  245.      ValueClass System.Windows.Forms.DragDropEffects effect;
  246.      Boolean useDefaultCursors;
  247.      Void System.Windows.Forms.GiveFeedbackEventArgs( ValueClass System.Windows.Forms.DragDropEffects effect,  Boolean useDefaultCursors);
  248.      ValueClass System.Windows.Forms.DragDropEffects get_Effect();
  249.      Boolean get_UseDefaultCursors();
  250.      Void set_UseDefaultCursors( Boolean value);
  251.     property Effect { get(){} set(){} };
  252.     property UseDefaultCursors { get(){} set(){} };
  253.     }
  254. class System.Windows.Forms.GiveFeedbackEventHandler : System.MulticastDelegate
  255.     {
  256.      Void System.Windows.Forms.GiveFeedbackEventHandler( Object object,  I method);
  257.      Void Invoke( Object sender,  Class System.Windows.Forms.GiveFeedbackEventArgs e);
  258.      Class System.IAsyncResult BeginInvoke( Object sender,  Class System.Windows.Forms.GiveFeedbackEventArgs e,  Class System.AsyncCallback callback,  Object object);
  259.      Void EndInvoke( Class System.IAsyncResult result);
  260.     }
  261. class System.Windows.Forms.GraphicsBuffer : System.Object
  262.     {
  263.      Class System.Drawing.Graphics surface;
  264.      Class System.Windows.Forms.GraphicsBufferManager owner;
  265.      Boolean disposeOwner;
  266.      Void System.Windows.Forms.GraphicsBuffer( Class System.Drawing.Graphics surface,  Class System.Windows.Forms.GraphicsBufferManager owner);
  267.      Class System.Drawing.Graphics get_Graphics();
  268.      Void Dispose();
  269.     property Graphics { get(){} set(){} };
  270.     }
  271. class System.Windows.Forms.GraphicsBufferManager : System.Object
  272.     {
  273.      Class System.Diagnostics.TraceSwitch doubleBuffering;
  274.      Class System.Diagnostics.TraceSwitch get_DoubleBuffering();
  275.      Class System.Windows.Forms.GraphicsBufferManager CreateOptimal();
  276.      Void Finalize();
  277.      Class System.Windows.Forms.GraphicsBuffer AllocBuffer( Class System.Drawing.Graphics target,  ValueClass System.Drawing.Rectangle targetBounds);
  278.      Class System.Windows.Forms.GraphicsBuffer AllocBuffer( I target,  ValueClass System.Drawing.Rectangle targetBounds);
  279.      Void ReleaseBuffer( Class System.Windows.Forms.GraphicsBuffer buffer);
  280.      Void PaintBuffer();
  281.      Void Dispose( Boolean disposing);
  282.      Void Dispose();
  283.      Void System.Windows.Forms.GraphicsBufferManager();
  284.     property DoubleBuffering { get(){} set(){} };
  285.     }
  286. class DibGraphicsBufferManager : System.Windows.Forms.GraphicsBufferManager
  287.     {
  288.      I dib;
  289.      I compatDC;
  290.      I oldBitmap;
  291.      I4 bufferWidth;
  292.      I4 bufferHeight;
  293.      Class System.Drawing.Graphics compatGraphics;
  294.      Class System.Drawing.Drawing2D.GraphicsContainer container;
  295.      I targetDC;
  296.      Class System.Drawing.Graphics targetGraphics;
  297.      I4 targetX;
  298.      I4 targetY;
  299.      I4 virtualWidth;
  300.      I4 virtualHeight;
  301.      Class System.Windows.Forms.GraphicsBuffer buffer;
  302.      I4 busy;
  303.      Class System.Windows.Forms.GraphicsBuffer AllocBuffer( Class System.Drawing.Graphics target,  ValueClass System.Drawing.Rectangle targetBounds);
  304.      Class System.Windows.Forms.GraphicsBuffer AllocBuffer( I target,  ValueClass System.Drawing.Rectangle targetBounds);
  305.      Boolean ShouldUseTempManager( ValueClass System.Drawing.Rectangle targetBounds);
  306.      Class System.Windows.Forms.GraphicsBuffer AllocBufferInTempManager( Class System.Drawing.Graphics targetGraphics,  I targetDC,  ValueClass System.Drawing.Rectangle targetBounds);
  307.      Class System.Windows.Forms.GraphicsBuffer AllocBuffer( Class System.Drawing.Graphics targetGraphics,  I targetDC,  ValueClass System.Drawing.Rectangle targetBounds);
  308.      Void ReleaseBuffer( Class System.Windows.Forms.GraphicsBuffer buffer);
  309.      Void PaintBuffer();
  310.      Void Dispose( Boolean disposing);
  311.      Class System.Drawing.Graphics CreateBuffer( I src,  I4 offsetX,  I4 offsetY,  I4 width,  I4 height);
  312.      I CreateCompatibleDIB( I hdc,  I hpal,  I4 ulWidth,  I4 ulHeight,  ByRef I ppvBits);
  313.      Boolean bFillBitmapInfo( I hdc,  I hpal,  ByRef ValueClass BITMAPINFO_FLAT pbmi);
  314.      Boolean bFillColorTable( I hdc,  I hpal,  ByRef ValueClass BITMAPINFO_FLAT pbmi);
  315.      Void DibGraphicsBufferManager();
  316.     }
  317. class System.Windows.Forms.GridItem : System.Object
  318.     {
  319.      Class System.Windows.Forms.GridItemCollection get_GridItems();
  320.      ValueClass System.Windows.Forms.GridItemType get_GridItemType();
  321.      String get_Label();
  322.      Class System.Windows.Forms.GridItem get_Parent();
  323.      Class System.ComponentModel.PropertyDescriptor get_PropertyDescriptor();
  324.      Object get_Value();
  325.      Boolean get_Expandable();
  326.      Boolean get_Expanded();
  327.      Void set_Expanded( Boolean value);
  328.      Boolean Select();
  329.      Void System.Windows.Forms.GridItem();
  330.     property GridItems { get(){} set(){} };
  331.     property GridItemType { get(){} set(){} };
  332.     property Label { get(){} set(){} };
  333.     property Parent { get(){} set(){} };
  334.     property PropertyDescriptor { get(){} set(){} };
  335.     property Value { get(){} set(){} };
  336.     property Expandable { get(){} set(){} };
  337.     property Expanded { get(){} set(){} };
  338.     }
  339. class System.Windows.Forms.GridItemCollection : System.Object
  340.     {
  341.      Class System.Windows.Forms.GridItemCollection Empty;
  342.      SZArray Class System.Windows.Forms.GridItem entries;
  343.      Void System.Windows.Forms.GridItemCollection( SZArray Class System.Windows.Forms.GridItem entries);
  344.      I4 get_Count();
  345.      Object System.Collections.ICollection.get_SyncRoot();
  346.      Boolean System.Collections.ICollection.get_IsSynchronized();
  347.      Class System.Windows.Forms.GridItem get_Item( I4 index);
  348.      Class System.Windows.Forms.GridItem get_Item( String label);
  349.      Void System.Collections.ICollection.CopyTo( Class System.Array dest,  I4 index);
  350.      Class System.Collections.IEnumerator GetEnumerator();
  351.      Void System.Windows.Forms.GridItemCollection();
  352.     property Count { get(){} set(){} };
  353.     property Item { get(){} set(){} };
  354.     property Item { get(){} set(){} };
  355.     }
  356. class System.Windows.Forms.GridItemType : System.Enum
  357.     {
  358.      I4 value__;
  359.      ValueClass System.Windows.Forms.GridItemType Property;
  360.      ValueClass System.Windows.Forms.GridItemType Category;
  361.      ValueClass System.Windows.Forms.GridItemType ArrayValue;
  362.      ValueClass System.Windows.Forms.GridItemType Root;
  363.     }
  364. class System.Windows.Forms.Help : System.Object
  365.     {
  366.      I4 HH_DISPLAY_TOPIC;
  367.      I4 HH_HELP_FINDER;
  368.      I4 HH_DISPLAY_TOC;
  369.      I4 HH_DISPLAY_INDEX;
  370.      I4 HH_DISPLAY_SEARCH;
  371.      I4 HH_SET_WIN_TYPE;
  372.      I4 HH_GET_WIN_TYPE;
  373.      I4 HH_GET_WIN_HANDLE;
  374.      I4 HH_ENUM_INFO_TYPE;
  375.      I4 HH_SET_INFO_TYPE;
  376.      I4 HH_SYNC;
  377.      I4 HH_ADD_NAV_UI;
  378.      I4 HH_ADD_BUTTON;
  379.      I4 HH_GETBROWSER_APP;
  380.      I4 HH_KEYWORD_LOOKUP;
  381.      I4 HH_DISPLAY_TEXT_POPUP;
  382.      I4 HH_HELP_CONTEXT;
  383.      I4 HH_TP_HELP_CONTEXTMENU;
  384.      I4 HH_TP_HELP_WM_HELP;
  385.      I4 HH_CLOSE_ALL;
  386.      I4 HH_ALINK_LOOKUP;
  387.      I4 HH_GET_LAST_ERROR;
  388.      I4 HH_ENUM_CATEGORY;
  389.      I4 HH_ENUM_CATEGORY_IT;
  390.      I4 HH_RESET_IT_FILTER;
  391.      I4 HH_SET_INCLUSIVE_FILTER;
  392.      I4 HH_SET_EXCLUSIVE_FILTER;
  393.      I4 HH_SET_GUID;
  394.      I4 HTML10HELP;
  395.      I4 HTMLFILE;
  396.      Class System.Diagnostics.TraceSwitch WindowsFormsHelpTrace;
  397.      Void System.Windows.Forms.Help();
  398.      Void ShowHelp( Class System.Windows.Forms.Control parent,  String url);
  399.      Void ShowHelp( Class System.Windows.Forms.Control parent,  String url,  ValueClass System.Windows.Forms.HelpNavigator navigator);
  400.      Void ShowHelp( Class System.Windows.Forms.Control parent,  String url,  String keyword);
  401.      Void ShowHelp( Class System.Windows.Forms.Control parent,  String url,  ValueClass System.Windows.Forms.HelpNavigator command,  Object param);
  402.      Void ShowHelpIndex( Class System.Windows.Forms.Control parent,  String url);
  403.      Void ShowPopup( Class System.Windows.Forms.Control parent,  String caption,  ValueClass System.Drawing.Point location);
  404.      Void ShowHTML10Help( Class System.Windows.Forms.Control parent,  String url,  ValueClass System.Windows.Forms.HelpNavigator command,  Object param);
  405.      Void ShowHTMLFile( Class System.Windows.Forms.Control parent,  String url,  ValueClass System.Windows.Forms.HelpNavigator command,  Object param);
  406.      Class System.Uri Resolve( String partialUri);
  407.      I4 GetHelpFileType( String url);
  408.      I4 MapCommandToHTMLCommand( ValueClass System.Windows.Forms.HelpNavigator command,  String param,  ByRef Object htmlParam);
  409.     }
  410. class System.Windows.Forms.HelpEventArgs : System.EventArgs
  411.     {
  412.      ValueClass System.Drawing.Point mousePos;
  413.      Boolean handled;
  414.      Void System.Windows.Forms.HelpEventArgs( ValueClass System.Drawing.Point mousePos);
  415.      ValueClass System.Drawing.Point get_MousePos();
  416.      Boolean get_Handled();
  417.      Void set_Handled( Boolean value);
  418.     property MousePos { get(){} set(){} };
  419.     property Handled { get(){} set(){} };
  420.     }
  421. class System.Windows.Forms.HelpEventHandler : System.MulticastDelegate
  422.     {
  423.      Void System.Windows.Forms.HelpEventHandler( Object object,  I method);
  424.      Void Invoke( Object sender,  Class System.Windows.Forms.HelpEventArgs hlpevent);
  425.      Class System.IAsyncResult BeginInvoke( Object sender,  Class System.Windows.Forms.HelpEventArgs hlpevent,  Class System.AsyncCallback callback,  Object object);
  426.      Void EndInvoke( Class System.IAsyncResult result);
  427.     }
  428. class System.Windows.Forms.HelpNavigator : System.Enum
  429.     {
  430.      I4 value__;
  431.      ValueClass System.Windows.Forms.HelpNavigator Topic;
  432.      ValueClass System.Windows.Forms.HelpNavigator TableOfContents;
  433.      ValueClass System.Windows.Forms.HelpNavigator Index;
  434.      ValueClass System.Windows.Forms.HelpNavigator Find;
  435.      ValueClass System.Windows.Forms.HelpNavigator AssociateIndex;
  436.      ValueClass System.Windows.Forms.HelpNavigator KeywordIndex;
  437.     }
  438. class System.Windows.Forms.HelpProvider : System.ComponentModel.Component
  439.     {
  440.      String helpNamespace;
  441.      Class System.Collections.Hashtable helpStrings;
  442.      Class System.Collections.Hashtable showHelp;
  443.      Class System.Collections.Hashtable boundControls;
  444.      Class System.Collections.Hashtable keywords;
  445.      Class System.Collections.Hashtable navigators;
  446.      Void System.Windows.Forms.HelpProvider();
  447.      String get_HelpNamespace();
  448.      Void set_HelpNamespace( String value);
  449.      Boolean CanExtend( Object target);
  450.      String GetHelpKeyword( Class System.Windows.Forms.Control ctl);
  451.      ValueClass System.Windows.Forms.HelpNavigator GetHelpNavigator( Class System.Windows.Forms.Control ctl);
  452.      String GetHelpString( Class System.Windows.Forms.Control ctl);
  453.      Boolean GetShowHelp( Class System.Windows.Forms.Control ctl);
  454.      Void OnControlHelp( Object sender,  Class System.Windows.Forms.HelpEventArgs hevent);
  455.      Void OnQueryAccessibilityHelp( Object sender,  Class System.Windows.Forms.QueryAccessibilityHelpEventArgs e);
  456.      Void SetHelpString( Class System.Windows.Forms.Control ctl,  String helpString);
  457.      Void SetHelpKeyword( Class System.Windows.Forms.Control ctl,  String keyword);
  458.      Void SetHelpNavigator( Class System.Windows.Forms.Control ctl,  ValueClass System.Windows.Forms.HelpNavigator navigator);
  459.      Void SetShowHelp( Class System.Windows.Forms.Control ctl,  Boolean value);
  460.      Boolean ShouldSerializeShowHelp( Class System.Windows.Forms.Control ctl);
  461.      Void ResetShowHelp( Class System.Windows.Forms.Control ctl);
  462.      Void UpdateEventBinding( Class System.Windows.Forms.Control ctl);
  463.      String ToString();
  464.     property HelpNamespace { get(){} set(){} };
  465.     }
  466. class System.Windows.Forms.HorizontalAlignment : System.Enum
  467.     {
  468.      I4 value__;
  469.      ValueClass System.Windows.Forms.HorizontalAlignment Left;
  470.      ValueClass System.Windows.Forms.HorizontalAlignment Right;
  471.      ValueClass System.Windows.Forms.HorizontalAlignment Center;
  472.     }
  473. interface System.Windows.Forms.IMessageFilter : 
  474.     {
  475.      Boolean PreFilterMessage( ByRef ValueClass System.Windows.Forms.Message m);
  476.     }
  477. class System.Windows.Forms.Splitter : System.Windows.Forms.Control
  478.     {
  479.      I4 DRAW_START;
  480.      I4 DRAW_MOVE;
  481.      I4 DRAW_END;
  482.      I4 defaultWidth;
  483.      ValueClass System.Windows.Forms.BorderStyle borderStyle;
  484.      I4 minSize;
  485.      I4 minExtra;
  486.      ValueClass System.Drawing.Point anchor;
  487.      Class System.Windows.Forms.Control splitTarget;
  488.      I4 splitSize;
  489.      I4 splitterThickness;
  490.      I4 initTargetSize;
  491.      I4 lastDrawSplit;
  492.      I4 maxSize;
  493.      Object EVENT_MOVING;
  494.      Object EVENT_MOVED;
  495.      Void System.Windows.Forms.Splitter();
  496.      ValueClass System.Windows.Forms.AnchorStyles get_Anchor();
  497.      Void set_Anchor( ValueClass System.Windows.Forms.AnchorStyles value);
  498.      Boolean get_AllowDrop();
  499.      Void set_AllowDrop( Boolean value);
  500.      ValueClass System.Drawing.Size get_DefaultSize();
  501.      Class System.Windows.Forms.Cursor get_DefaultCursor();
  502.      ValueClass System.Drawing.Color get_ForeColor();
  503.      Void set_ForeColor( ValueClass System.Drawing.Color value);
  504.      Class System.Drawing.Image get_BackgroundImage();
  505.      Void set_BackgroundImage( Class System.Drawing.Image value);
  506.      Class System.Drawing.Font get_Font();
  507.      Void set_Font( Class System.Drawing.Font value);
  508.      ValueClass System.Windows.Forms.BorderStyle get_BorderStyle();
  509.      Void set_BorderStyle( ValueClass System.Windows.Forms.BorderStyle value);
  510.      Class System.Windows.Forms.CreateParams get_CreateParams();
  511.      ValueClass System.Windows.Forms.ImeMode get_DefaultImeMode();
  512.      ValueClass System.Windows.Forms.DockStyle get_Dock();
  513.      Void set_Dock( ValueClass System.Windows.Forms.DockStyle value);
  514.      Boolean get_Horizontal();
  515.      ValueClass System.Windows.Forms.ImeMode get_ImeMode();
  516.      Void set_ImeMode( ValueClass System.Windows.Forms.ImeMode value);
  517.      I4 get_MinExtra();
  518.      Void set_MinExtra( I4 value);
  519.      I4 get_MinSize();
  520.      Void set_MinSize( I4 value);
  521.      I4 get_SplitPosition();
  522.      Void set_SplitPosition( I4 value);
  523.      Boolean get_TabStop();
  524.      Void set_TabStop( Boolean value);
  525.      String get_Text();
  526.      Void set_Text( String value);
  527.      Void add_Enter( Class System.EventHandler value);
  528.      Void remove_Enter( Class System.EventHandler value);
  529.      Void add_KeyUp( Class System.Windows.Forms.KeyEventHandler value);
  530.      Void remove_KeyUp( Class System.Windows.Forms.KeyEventHandler value);
  531.      Void add_KeyDown( Class System.Windows.Forms.KeyEventHandler value);
  532.      Void remove_KeyDown( Class System.Windows.Forms.KeyEventHandler value);
  533.      Void add_KeyPress( Class System.Windows.Forms.KeyPressEventHandler value);
  534.      Void remove_KeyPress( Class System.Windows.Forms.KeyPressEventHandler value);
  535.      Void add_Leave( Class System.EventHandler value);
  536.      Void remove_Leave( Class System.EventHandler value);
  537.      Void add_SplitterMoving( Class System.Windows.Forms.SplitterEventHandler value);
  538.      Void remove_SplitterMoving( Class System.Windows.Forms.SplitterEventHandler value);
  539.      Void add_SplitterMoved( Class System.Windows.Forms.SplitterEventHandler value);
  540.      Void remove_SplitterMoved( Class System.Windows.Forms.SplitterEventHandler value);
  541.      Void DrawSplitBar( I4 mode);
  542.      ValueClass System.Drawing.Rectangle CalcSplitLine( I4 splitSize,  I4 minWeight);
  543.      I4 CalcSplitSize();
  544.      Class SplitData CalcSplitBounds();
  545.      Void DrawSplitHelper( I4 splitSize);
  546.      Void RaiseSplitterEvent( Object key,  Class System.Windows.Forms.SplitterEventArgs spevent);
  547.      Class System.Windows.Forms.Control FindTarget();
  548.      I4 GetSplitSize( I4 x,  I4 y);
  549.      Void OnKeyDown( Class System.Windows.Forms.KeyEventArgs e);
  550.      Void OnMouseDown( Class System.Windows.Forms.MouseEventArgs e);
  551.      Void OnMouseMove( Class System.Windows.Forms.MouseEventArgs e);
  552.      Void OnMouseUp( Class System.Windows.Forms.MouseEventArgs e);
  553.      Void OnSplitterMoving( Class System.Windows.Forms.SplitterEventArgs sevent);
  554.      Void OnSplitterMoved( Class System.Windows.Forms.SplitterEventArgs sevent);
  555.      Boolean PreFilterMessage( ByRef ValueClass System.Windows.Forms.Message m);
  556.      Void SetBoundsCore( I4 x,  I4 y,  I4 width,  I4 height,  ValueClass System.Windows.Forms.BoundsSpecified specified);
  557.      Void SplitBegin( I4 x,  I4 y);
  558.      Void SplitEnd( Boolean accept);
  559.      Void ApplySplitPosition();
  560.      Void SplitMove( I4 x,  I4 y);
  561.      String ToString();
  562.      Void System.Windows.Forms.Splitter();
  563.     property Anchor { get(){} set(){} };
  564.     property AllowDrop { get(){} set(){} };
  565.     property DefaultSize { get(){} set(){} };
  566.     property DefaultCursor { get(){} set(){} };
  567.     property ForeColor { get(){} set(){} };
  568.     property BackgroundImage { get(){} set(){} };
  569.     property Font { get(){} set(){} };
  570.     property BorderStyle { get(){} set(){} };
  571.     property CreateParams { get(){} set(){} };
  572.     property DefaultImeMode { get(){} set(){} };
  573.     property Dock { get(){} set(){} };
  574.     property Horizontal { get(){} set(){} };
  575.     property ImeMode { get(){} set(){} };
  576.     property MinExtra { get(){} set(){} };
  577.     property MinSize { get(){} set(){} };
  578.     property SplitPosition { get(){} set(){} };
  579.     property TabStop { get(){} set(){} };
  580.     property Text { get(){} set(){} };
  581.     event Enter;
  582.     event KeyUp;
  583.     event KeyDown;
  584.     event KeyPress;
  585.     event Leave;
  586.     event SplitterMoving;
  587.     event SplitterMoved;
  588.     }
  589. class SplitData : System.Object
  590.     {
  591.      I4 dockWidth;
  592.      I4 dockHeight;
  593.      Class System.Windows.Forms.Control target;
  594.      Void SplitData();
  595.     }
  596. interface System.Windows.Forms.ICommandExecutor : 
  597.     {
  598.      Void Execute();
  599.     }
  600. interface System.Windows.Forms.IFileReaderService : 
  601.     {
  602.      Class System.IO.Stream OpenFileFromSource( String relativePath);
  603.     }
  604. class System.Windows.Forms.ImageIndexConverter : System.ComponentModel.Int32Converter
  605.     {
  606.      Boolean get_IncludeNoneAsStandardValue();
  607.      Object ConvertFrom( Class System.ComponentModel.ITypeDescriptorContext context,  Class System.Globalization.CultureInfo culture,  Object value);
  608.      Object ConvertTo( Class System.ComponentModel.ITypeDescriptorContext context,  Class System.Globalization.CultureInfo culture,  Object value,  Class System.Type destinationType);
  609.      Class StandardValuesCollection GetStandardValues( Class System.ComponentModel.ITypeDescriptorContext context);
  610.      Boolean GetStandardValuesExclusive( Class System.ComponentModel.ITypeDescriptorContext context);
  611.      Boolean GetStandardValuesSupported( Class System.ComponentModel.ITypeDescriptorContext context);
  612.      Void System.Windows.Forms.ImageIndexConverter();
  613.     property IncludeNoneAsStandardValue { get(){} set(){} };
  614.     }
  615. class System.Windows.Forms.ImageList : System.ComponentModel.Component
  616.     {
  617.      I4 INITIAL_CAPACITY;
  618.      I4 GROWBY;
  619.      ValueClass System.Drawing.Color fakeTransparencyColor;
  620.      Boolean ownHandle;
  621.      I handle;
  622.      ValueClass System.Windows.Forms.ColorDepth colorDepth;
  623.      ValueClass System.Drawing.Color transparentColor;
  624.      ValueClass System.Drawing.Size imageSize;
  625.      Class ImageCollection imageCollection;
  626.      Class System.Collections.IList originals;
  627.      Class System.EventHandler recreateHandler;
  628.      Void System.Windows.Forms.ImageList();
  629.      Void System.Windows.Forms.ImageList( Class System.ComponentModel.IContainer container);
  630.      ValueClass System.Windows.Forms.ColorDepth get_ColorDepth();
  631.      Void set_ColorDepth( ValueClass System.Windows.Forms.ColorDepth value);
  632.      I get_Handle();
  633.      Boolean get_HandleCreated();
  634.      Class ImageCollection get_Images();
  635.      ValueClass System.Drawing.Size get_ImageSize();
  636.      Void set_ImageSize( ValueClass System.Drawing.Size value);
  637.      Class System.Windows.Forms.ImageListStreamer get_ImageStream();
  638.      Void set_ImageStream( Class System.Windows.Forms.ImageListStreamer value);
  639.      ValueClass System.Drawing.Color get_TransparentColor();
  640.      Void set_TransparentColor( ValueClass System.Drawing.Color value);
  641.      Boolean get_UseTransparentColor();
  642.      Void add_RecreateHandle( Class System.EventHandler value);
  643.      Void remove_RecreateHandle( Class System.EventHandler value);
  644.      Class System.Drawing.Bitmap CreateBitmap( Class Original original);
  645.      I4 AddIconToHandle( Class Original original,  Class System.Drawing.Icon icon);
  646.      I4 AddToHandle( Class Original original,  Class System.Drawing.Bitmap bitmap);
  647.      Void CreateHandle();
  648.      Void DestroyHandle();
  649.      Void Dispose( Boolean disposing);
  650.      Void Draw( Class System.Drawing.Graphics g,  ValueClass System.Drawing.Point pt,  I4 index);
  651.      Void Draw( Class System.Drawing.Graphics g,  I4 x,  I4 y,  I4 index);
  652.      Void Draw( Class System.Drawing.Graphics g,  I4 x,  I4 y,  I4 width,  I4 height,  I4 index);
  653.      Class System.Drawing.Bitmap GetBitmap( I4 index);
  654.      Class IMAGEINFO GetImageInfo( I4 index);
  655.      Void OnRecreateHandle( Class System.EventArgs eventargs);
  656.      Void PerformRecreateHandle( String reason);
  657.      Void RemoveImage( I4 index);
  658.      Boolean ShouldSerializeTransparentColor();
  659.      Boolean ShouldSerializeImageSize();
  660.      String ToString();
  661.      Void WrapHandle( I himl);
  662.      Void System.Windows.Forms.ImageList();
  663.     property ColorDepth { get(){} set(){} };
  664.     property Handle { get(){} set(){} };
  665.     property HandleCreated { get(){} set(){} };
  666.     property Images { get(){} set(){} };
  667.     property ImageSize { get(){} set(){} };
  668.     property ImageStream { get(){} set(){} };
  669.     property TransparentColor { get(){} set(){} };
  670.     property UseTransparentColor { get(){} set(){} };
  671.     event RecreateHandle;
  672.     }
  673. class Original : System.Object
  674.     {
  675.      Object image;
  676.      ValueClass OriginalOptions options;
  677.      ValueClass System.Drawing.Color customTransparentColor;
  678.      I4 nImages;
  679.      Void Original( Object image,  ValueClass OriginalOptions options);
  680.      Void Original( Object image,  ValueClass OriginalOptions options,  I4 nImages);
  681.      Void Original( Object image,  ValueClass OriginalOptions options,  ValueClass System.Drawing.Color customTransparentColor);
  682.     }
  683. class OriginalOptions : System.Enum
  684.     {
  685.      I4 value__;
  686.      ValueClass OriginalOptions Default;
  687.      ValueClass OriginalOptions ImageStrip;
  688.      ValueClass OriginalOptions CustomTransparentColor;
  689.     }
  690. class ImageCollection : System.Object
  691.     {
  692.      Class System.Windows.Forms.ImageList owner;
  693.      Void ImageCollection( Class System.Windows.Forms.ImageList owner);
  694.      Void AssertInvariant();
  695.      I4 get_Count();
  696.      Object System.Collections.ICollection.get_SyncRoot();
  697.      Boolean System.Collections.ICollection.get_IsSynchronized();
  698.      Boolean System.Collections.IList.get_IsFixedSize();
  699.      Boolean get_IsReadOnly();
  700.      Boolean get_Empty();
  701.      Class System.Drawing.Image get_Item( I4 index);
  702.      Void set_Item( I4 index,  Class System.Drawing.Image value);
  703.      Object System.Collections.IList.get_Item( I4 index);
  704.      Void System.Collections.IList.set_Item( I4 index,  Object value);
  705.      I4 System.Collections.IList.Add( Object value);
  706.      Void Add( Class System.Drawing.Icon value);
  707.      Void Add( Class System.Drawing.Image value);
  708.      I4 Add( Class System.Drawing.Image value,  ValueClass System.Drawing.Color transparentColor);
  709.      I4 Add( Class Original original);
  710.      I4 AddStrip( Class System.Drawing.Image value);
  711.      Void Clear();
  712.      Boolean Contains( Class System.Drawing.Image image);
  713.      Boolean System.Collections.IList.Contains( Object image);
  714.      I4 IndexOf( Class System.Drawing.Image image);
  715.      I4 System.Collections.IList.IndexOf( Object image);
  716.      Void System.Collections.IList.Insert( I4 index,  Object value);
  717.      Void System.Collections.ICollection.CopyTo( Class System.Array dest,  I4 index);
  718.      Class System.Collections.IEnumerator GetEnumerator();
  719.      Void Remove( Class System.Drawing.Image image);
  720.      Void System.Collections.IList.Remove( Object image);
  721.      Void RemoveAt( I4 index);
  722.     property Count { get(){} set(){} };
  723.     property IsReadOnly { get(){} set(){} };
  724.     property Empty { get(){} set(){} };
  725.     property Item { get(){} set(){} };
  726.     }
  727. class System.Windows.Forms.ImageListConverter : System.ComponentModel.ComponentConverter
  728.     {
  729.      Void System.Windows.Forms.ImageListConverter();
  730.      Boolean GetPropertiesSupported( Class System.ComponentModel.ITypeDescriptorContext context);
  731.     }
  732. class System.Windows.Forms.ImageListStreamer : System.Object
  733.     {
  734.      SZArray UI1 HEADER_MAGIC;
  735.      Class System.Windows.Forms.ImageList imageList;
  736.      I himl;
  737.      Void System.Windows.Forms.ImageListStreamer( Class System.Windows.Forms.ImageList il);
  738.      Void System.Windows.Forms.ImageListStreamer( Class System.Runtime.Serialization.SerializationInfo info,  ValueClass System.Runtime.Serialization.StreamingContext context);
  739.      SZArray UI1 Compress( SZArray UI1 input);
  740.      SZArray UI1 Decompress( SZArray UI1 input);
  741.      Void GetObjectData( Class System.Runtime.Serialization.SerializationInfo si,  ValueClass System.Runtime.Serialization.StreamingContext context);
  742.      I GetImageListHandle();
  743.      Void System.Windows.Forms.ImageListStreamer();
  744.     }
  745. class System.Windows.Forms.ImeMode : System.Enum
  746.     {
  747.      I4 value__;
  748.      ValueClass System.Windows.Forms.ImeMode Inherit;
  749.      ValueClass System.Windows.Forms.ImeMode NoControl;
  750.      ValueClass System.Windows.Forms.ImeMode On;
  751.      ValueClass System.Windows.Forms.ImeMode Off;
  752.      ValueClass System.Windows.Forms.ImeMode Disable;
  753.      ValueClass System.Windows.Forms.ImeMode Hiragana;
  754.      ValueClass System.Windows.Forms.ImeMode Katakana;
  755.      ValueClass System.Windows.Forms.ImeMode KatakanaHalf;
  756.      ValueClass System.Windows.Forms.ImeMode AlphaFull;
  757.      ValueClass System.Windows.Forms.ImeMode Alpha;
  758.      ValueClass System.Windows.Forms.ImeMode HangulFull;
  759.      ValueClass System.Windows.Forms.ImeMode Hangul;
  760.     }
  761. class System.Windows.Forms.InputLanguageChangedEventArgs : System.EventArgs
  762.     {
  763.      Class System.Windows.Forms.InputLanguage inputLanguage;
  764.      Class System.Globalization.CultureInfo culture;
  765.      UI1 charSet;
  766.      Void System.Windows.Forms.InputLanguageChangedEventArgs( Class System.Globalization.CultureInfo culture,  UI1 charSet);
  767.      Void System.Windows.Forms.InputLanguageChangedEventArgs( Class System.Windows.Forms.InputLanguage inputLanguage,  UI1 charSet);
  768.      Class System.Windows.Forms.InputLanguage get_InputLanguage();
  769.      Class System.Globalization.CultureInfo get_Culture();
  770.      UI1 get_CharSet();
  771.     property InputLanguage { get(){} set(){} };
  772.     property Culture { get(){} set(){} };
  773.     property CharSet { get(){} set(){} };
  774.     }
  775. class System.Windows.Forms.InputLanguageChangedEventHandler : System.MulticastDelegate
  776.     {
  777.      Void System.Windows.Forms.InputLanguageChangedEventHandler( Object object,  I method);
  778.      Void Invoke( Object sender,  Class System.Windows.Forms.InputLanguageChangedEventArgs e);
  779.      Class System.IAsyncResult BeginInvoke( Object sender,  Class System.Windows.Forms.InputLanguageChangedEventArgs e,  Class System.AsyncCallback callback,  Object object);
  780.      Void EndInvoke( Class System.IAsyncResult result);
  781.     }
  782. class System.Windows.Forms.InputLanguageChangingEventArgs : System.ComponentModel.CancelEventArgs
  783.     {
  784.      Class System.Windows.Forms.InputLanguage inputLanguage;
  785.      Class System.Globalization.CultureInfo culture;
  786.      Boolean sysCharSet;
  787.      Void System.Windows.Forms.InputLanguageChangingEventArgs( Class System.Globalization.CultureInfo culture,  Boolean sysCharSet);
  788.      Void System.Windows.Forms.InputLanguageChangingEventArgs( Class System.Windows.Forms.InputLanguage inputLanguage,  Boolean sysCharSet);
  789.      Class System.Windows.Forms.InputLanguage get_InputLanguage();
  790.      Class System.Globalization.CultureInfo get_Culture();
  791.      Boolean get_SysCharSet();
  792.     property InputLanguage { get(){} set(){} };
  793.     property Culture { get(){} set(){} };
  794.     property SysCharSet { get(){} set(){} };
  795.     }
  796. class System.Windows.Forms.InputLanguageChangingEventHandler : System.MulticastDelegate
  797.     {
  798.      Void System.Windows.Forms.InputLanguageChangingEventHandler( Object object,  I method);
  799.      Void Invoke( Object sender,  Class System.Windows.Forms.InputLanguageChangingEventArgs e);
  800.      Class System.IAsyncResult BeginInvoke( Object sender,  Class System.Windows.Forms.InputLanguageChangingEventArgs e,  Class System.AsyncCallback callback,  Object object);
  801.      Void EndInvoke( Class System.IAsyncResult result);
  802.     }
  803. class System.Windows.Forms.InputLanguage : System.Object
  804.     {
  805.      I handle;
  806.      Void System.Windows.Forms.InputLanguage( I handle);
  807.      Class System.Globalization.CultureInfo get_Culture();
  808.      Class System.Windows.Forms.InputLanguage get_CurrentInputLanguage();
  809.      Void set_CurrentInputLanguage( Class System.Windows.Forms.InputLanguage value);
  810.      Class System.Windows.Forms.InputLanguage get_DefaultInputLanguage();
  811.      I get_Handle();
  812.      Class System.Windows.Forms.InputLanguageCollection get_InstalledInputLanguages();
  813.      String get_LayoutName();
  814.      Class System.Windows.Forms.InputLanguageChangedEventArgs CreateInputLanguageChangedEventArgs( ValueClass System.Windows.Forms.Message m);
  815.      Class System.Windows.Forms.InputLanguageChangingEventArgs CreateInputLanguageChangingEventArgs( ValueClass System.Windows.Forms.Message m);
  816.      Boolean Equals( Object value);
  817.      Class System.Windows.Forms.InputLanguage FromCulture( Class System.Globalization.CultureInfo culture);
  818.      I4 GetHashCode();
  819.      String PadWithZeroes( String input,  I4 length);
  820.     property Culture { get(){} set(){} };
  821.     property CurrentInputLanguage { get(){} set(){} };
  822.     property DefaultInputLanguage { get(){} set(){} };
  823.     property Handle { get(){} set(){} };
  824.     property InstalledInputLanguages { get(){} set(){} };
  825.     property LayoutName { get(){} set(){} };
  826.     }
  827. class System.Windows.Forms.InputLanguageCollection : System.Collections.ReadOnlyCollectionBase
  828.     {
  829.      Void System.Windows.Forms.InputLanguageCollection( SZArray Class System.Windows.Forms.InputLanguage value);
  830.      Class System.Windows.Forms.InputLanguage get_Item( I4 index);
  831.      Boolean Contains( Class System.Windows.Forms.InputLanguage value);
  832.      Void CopyTo( SZArray Class System.Windows.Forms.InputLanguage array,  I4 index);
  833.      I4 IndexOf( Class System.Windows.Forms.InputLanguage value);
  834.     property Item { get(){} set(){} };
  835.     }
  836. class System.Windows.Forms.InvalidateEventArgs : System.EventArgs
  837.     {
  838.      ValueClass System.Drawing.Rectangle invalidRect;
  839.      Void System.Windows.Forms.InvalidateEventArgs( ValueClass System.Drawing.Rectangle invalidRect);
  840.      ValueClass System.Drawing.Rectangle get_InvalidRect();
  841.     property InvalidRect { get(){} set(){} };
  842.     }
  843. class System.Windows.Forms.InvalidateEventHandler : System.MulticastDelegate
  844.     {
  845.      Void System.Windows.Forms.InvalidateEventHandler( Object object,  I method);
  846.      Void Invoke( Object sender,  Class System.Windows.Forms.InvalidateEventArgs e);
  847.      Class System.IAsyncResult BeginInvoke( Object sender,  Class System.Windows.Forms.InvalidateEventArgs e,  Class System.AsyncCallback callback,  Object object);
  848.      Void EndInvoke( Class System.IAsyncResult result);
  849.     }
  850. class System.Windows.Forms.ItemActivation : System.Enum
  851.     {
  852.      I4 value__;
  853.      ValueClass System.Windows.Forms.ItemActivation Standard;
  854.      ValueClass System.Windows.Forms.ItemActivation OneClick;
  855.      ValueClass System.Windows.Forms.ItemActivation TwoClick;
  856.     }
  857. class System.Windows.Forms.ItemBoundsPortion : System.Enum
  858.     {
  859.      I4 value__;
  860.      ValueClass System.Windows.Forms.ItemBoundsPortion Entire;
  861.      ValueClass System.Windows.Forms.ItemBoundsPortion Icon;
  862.      ValueClass System.Windows.Forms.ItemBoundsPortion Label;
  863.      ValueClass System.Windows.Forms.ItemBoundsPortion ItemOnly;
  864.     }
  865. class System.Windows.Forms.ItemChangedEventArgs : System.EventArgs
  866.     {
  867.      I4 index;
  868.      Void System.Windows.Forms.ItemChangedEventArgs( I4 index);
  869.      I4 get_Index();
  870.     property Index { get(){} set(){} };
  871.     }
  872. class System.Windows.Forms.ItemChangedEventHandler : System.MulticastDelegate
  873.     {
  874.      Void System.Windows.Forms.ItemChangedEventHandler( Object object,  I method);
  875.      Void Invoke( Object sender,  Class System.Windows.Forms.ItemChangedEventArgs e);
  876.      Class System.IAsyncResult BeginInvoke( Object sender,  Class System.Windows.Forms.ItemChangedEventArgs e,  Class System.AsyncCallback callback,  Object object);
  877.      Void EndInvoke( Class System.IAsyncResult result);
  878.     }
  879. class System.Windows.Forms.ItemCheckEventArgs : System.EventArgs
  880.     {
  881.      I4 index;
  882.      ValueClass System.Windows.Forms.CheckState newValue;
  883.      ValueClass System.Windows.Forms.CheckState currentValue;
  884.      Void System.Windows.Forms.ItemCheckEventArgs( I4 index,  ValueClass System.Windows.Forms.CheckState newCheckValue,  ValueClass System.Windows.Forms.CheckState currentValue);
  885.      I4 get_Index();
  886.      ValueClass System.Windows.Forms.CheckState get_NewValue();
  887.      Void set_NewValue( ValueClass System.Windows.Forms.CheckState value);
  888.      ValueClass System.Windows.Forms.CheckState get_CurrentValue();
  889.     property Index { get(){} set(){} };
  890.     property NewValue { get(){} set(){} };
  891.     property CurrentValue { get(){} set(){} };
  892.     }
  893. class System.Windows.Forms.ItemCheckEventHandler : System.MulticastDelegate
  894.     {
  895.      Void System.Windows.Forms.ItemCheckEventHandler( Object object,  I method);
  896.      Void Invoke( Object sender,  Class System.Windows.Forms.ItemCheckEventArgs e);
  897.      Class System.IAsyncResult BeginInvoke( Object sender,  Class System.Windows.Forms.ItemCheckEventArgs e,  Class System.AsyncCallback callback,  Object object);
  898.      Void EndInvoke( Class System.IAsyncResult result);
  899.     }
  900. class System.Windows.Forms.ItemDragEventArgs : System.EventArgs
  901.     {
  902.      ValueClass System.Windows.Forms.MouseButtons button;
  903.      Object item;
  904.      Void System.Windows.Forms.ItemDragEventArgs( ValueClass System.Windows.Forms.MouseButtons button);
  905.      Void System.Windows.Forms.ItemDragEventArgs( ValueClass System.Windows.Forms.MouseButtons button,  Object item);
  906.      ValueClass System.Windows.Forms.MouseButtons get_Button();
  907.      Object get_Item();
  908.     property Button { get(){} set(){} };
  909.     property Item { get(){} set(){} };
  910.     }
  911. class System.Windows.Forms.ItemDragEventHandler : System.MulticastDelegate
  912.     {
  913.      Void System.Windows.Forms.ItemDragEventHandler( Object object,  I method);
  914.      Void Invoke( Object sender,  Class System.Windows.Forms.ItemDragEventArgs e);
  915.      Class System.IAsyncResult BeginInvoke( Object sender,  Class System.Windows.Forms.ItemDragEventArgs e,  Class System.AsyncCallback callback,  Object object);
  916.      Void EndInvoke( Class System.IAsyncResult result);
  917.     }
  918. class System.Windows.Forms.KeyEventArgs : System.EventArgs
  919.     {
  920.      ValueClass System.Windows.Forms.Keys keyData;
  921.      Boolean handled;
  922.      Void System.Windows.Forms.KeyEventArgs( ValueClass System.Windows.Forms.Keys keyData);
  923.      Boolean get_Alt();
  924.      Boolean get_Control();
  925.      Boolean get_Handled();
  926.      Void set_Handled( Boolean value);
  927.      ValueClass System.Windows.Forms.Keys get_KeyCode();
  928.      I4 get_KeyValue();
  929.      ValueClass System.Windows.Forms.Keys get_KeyData();
  930.      ValueClass System.Windows.Forms.Keys get_Modifiers();
  931.      Boolean get_Shift();
  932.     property Alt { get(){} set(){} };
  933.     property Control { get(){} set(){} };
  934.     property Handled { get(){} set(){} };
  935.     property KeyCode { get(){} set(){} };
  936.     property KeyValue { get(){} set(){} };
  937.     property KeyData { get(){} set(){} };
  938.     property Modifiers { get(){} set(){} };
  939.     property Shift { get(){} set(){} };
  940.     }
  941. class System.Windows.Forms.KeyEventHandler : System.MulticastDelegate
  942.     {
  943.      Void System.Windows.Forms.KeyEventHandler( Object object,  I method);
  944.      Void Invoke( Object sender,  Class System.Windows.Forms.KeyEventArgs e);
  945.      Class System.IAsyncResult BeginInvoke( Object sender,  Class System.Windows.Forms.KeyEventArgs e,  Class System.AsyncCallback callback,  Object object);
  946.      Void EndInvoke( Class System.IAsyncResult result);
  947.     }
  948. class System.Windows.Forms.KeyPressEventArgs : System.EventArgs
  949.     {
  950.      Char keyChar;
  951.      Boolean handled;
  952.      Void System.Windows.Forms.KeyPressEventArgs( Char keyChar);
  953.      Char get_KeyChar();
  954.      Boolean get_Handled();
  955.      Void set_Handled( Boolean value);
  956.     property KeyChar { get(){} set(){} };
  957.     property Handled { get(){} set(){} };
  958.     }
  959. class System.Windows.Forms.KeyPressEventHandler : System.MulticastDelegate
  960.     {
  961.      Void System.Windows.Forms.KeyPressEventHandler( Object object,  I method);
  962.      Void Invoke( Object sender,  Class System.Windows.Forms.KeyPressEventArgs e);
  963.      Class System.IAsyncResult BeginInvoke( Object sender,  Class System.Windows.Forms.KeyPressEventArgs e,  Class System.AsyncCallback callback,  Object object);
  964.      Void EndInvoke( Class System.IAsyncResult result);
  965.     }
  966. class System.Windows.Forms.Keys : System.Enum
  967.     {
  968.      I4 value__;
  969.      ValueClass System.Windows.Forms.Keys KeyCode;
  970.      ValueClass System.Windows.Forms.Keys Modifiers;
  971.      ValueClass System.Windows.Forms.Keys None;
  972.      ValueClass System.Windows.Forms.Keys LButton;
  973.      ValueClass System.Windows.Forms.Keys RButton;
  974.      ValueClass System.Windows.Forms.Keys Cancel;
  975.      ValueClass System.Windows.Forms.Keys MButton;
  976.      ValueClass System.Windows.Forms.Keys XButton1;
  977.      ValueClass System.Windows.Forms.Keys XButton2;
  978.      ValueClass System.Windows.Forms.Keys Back;
  979.      ValueClass System.Windows.Forms.Keys Tab;
  980.      ValueClass System.Windows.Forms.Keys LineFeed;
  981.      ValueClass System.Windows.Forms.Keys Clear;
  982.      ValueClass System.Windows.Forms.Keys Return;
  983.      ValueClass System.Windows.Forms.Keys Enter;
  984.      ValueClass System.Windows.Forms.Keys ShiftKey;
  985.      ValueClass System.Windows.Forms.Keys ControlKey;
  986.      ValueClass System.Windows.Forms.Keys Menu;
  987.      ValueClass System.Windows.Forms.Keys Pause;
  988.      ValueClass System.Windows.Forms.Keys Capital;
  989.      ValueClass System.Windows.Forms.Keys CapsLock;
  990.      ValueClass System.Windows.Forms.Keys Escape;
  991.      ValueClass System.Windows.Forms.Keys Space;
  992.      ValueClass System.Windows.Forms.Keys Prior;
  993.      ValueClass System.Windows.Forms.Keys PageUp;
  994.      ValueClass System.Windows.Forms.Keys Next;
  995.      ValueClass System.Windows.Forms.Keys PageDown;
  996.      ValueClass System.Windows.Forms.Keys End;
  997.      ValueClass System.Windows.Forms.Keys Home;
  998.      ValueClass System.Windows.Forms.Keys Left;
  999.      ValueClass System.Windows.Forms.Keys Up;
  1000.      ValueClass System.Windows.Forms.Keys Right;
  1001.      ValueClass System.Windows.Forms.Keys Down;
  1002.      ValueClass System.Windows.Forms.Keys Select;
  1003.      ValueClass System.Windows.Forms.Keys Print;
  1004.      ValueClass System.Windows.Forms.Keys Execute;
  1005.      ValueClass System.Windows.Forms.Keys Snapshot;
  1006.      ValueClass System.Windows.Forms.Keys PrintScreen;
  1007.      ValueClass System.Windows.Forms.Keys Insert;
  1008.      ValueClass System.Windows.Forms.Keys Delete;
  1009.      ValueClass System.Windows.Forms.Keys Help;
  1010.      ValueClass System.Windows.Forms.Keys D0;
  1011.      ValueClass System.Windows.Forms.Keys D1;
  1012.      ValueClass System.Windows.Forms.Keys D2;
  1013.      ValueClass System.Windows.Forms.Keys D3;
  1014.      ValueClass System.Windows.Forms.Keys D4;
  1015.      ValueClass System.Windows.Forms.Keys D5;
  1016.      ValueClass System.Windows.Forms.Keys D6;
  1017.      ValueClass System.Windows.Forms.Keys D7;
  1018.      ValueClass System.Windows.Forms.Keys D8;
  1019.      ValueClass System.Windows.Forms.Keys D9;
  1020.      ValueClass System.Windows.Forms.Keys A;
  1021.      ValueClass System.Windows.Forms.Keys B;
  1022.      ValueClass System.Windows.Forms.Keys C;
  1023.      ValueClass System.Windows.Forms.Keys D;
  1024.      ValueClass System.Windows.Forms.Keys E;
  1025.      ValueClass System.Windows.Forms.Keys F;
  1026.      ValueClass System.Windows.Forms.Keys G;
  1027.      ValueClass System.Windows.Forms.Keys H;
  1028.      ValueClass System.Windows.Forms.Keys I;
  1029.      ValueClass System.Windows.Forms.Keys J;
  1030.      ValueClass System.Windows.Forms.Keys K;
  1031.      ValueClass System.Windows.Forms.Keys L;
  1032.      ValueClass System.Windows.Forms.Keys M;
  1033.      ValueClass System.Windows.Forms.Keys N;
  1034.      ValueClass System.Windows.Forms.Keys O;
  1035.      ValueClass System.Windows.Forms.Keys P;
  1036.      ValueClass System.Windows.Forms.Keys Q;
  1037.      ValueClass System.Windows.Forms.Keys R;
  1038.      ValueClass System.Windows.Forms.Keys S;
  1039.      ValueClass System.Windows.Forms.Keys T;
  1040.      ValueClass System.Windows.Forms.Keys U;
  1041.      ValueClass System.Windows.Forms.Keys V;
  1042.      ValueClass System.Windows.Forms.Keys W;
  1043.      ValueClass System.Windows.Forms.Keys X;
  1044.      ValueClass System.Windows.Forms.Keys Y;
  1045.      ValueClass System.Windows.Forms.Keys Z;
  1046.      ValueClass System.Windows.Forms.Keys LWin;
  1047.      ValueClass System.Windows.Forms.Keys RWin;
  1048.      ValueClass System.Windows.Forms.Keys Apps;
  1049.      ValueClass System.Windows.Forms.Keys NumPad0;
  1050.      ValueClass System.Windows.Forms.Keys NumPad1;
  1051.      ValueClass System.Windows.Forms.Keys NumPad2;
  1052.      ValueClass System.Windows.Forms.Keys NumPad3;
  1053.      ValueClass System.Windows.Forms.Keys NumPad4;
  1054.      ValueClass System.Windows.Forms.Keys NumPad5;
  1055.      ValueClass System.Windows.Forms.Keys NumPad6;
  1056.      ValueClass System.Windows.Forms.Keys NumPad7;
  1057.      ValueClass System.Windows.Forms.Keys NumPad8;
  1058.      ValueClass System.Windows.Forms.Keys NumPad9;
  1059.      ValueClass System.Windows.Forms.Keys Multiply;
  1060.      ValueClass System.Windows.Forms.Keys Add;
  1061.      ValueClass System.Windows.Forms.Keys Separator;
  1062.      ValueClass System.Windows.Forms.Keys Subtract;
  1063.      ValueClass System.Windows.Forms.Keys Decimal;
  1064.      ValueClass System.Windows.Forms.Keys Divide;
  1065.      ValueClass System.Windows.Forms.Keys F1;
  1066.      ValueClass System.Windows.Forms.Keys F2;
  1067.      ValueClass System.Windows.Forms.Keys F3;
  1068.      ValueClass System.Windows.Forms.Keys F4;
  1069.      ValueClass System.Windows.Forms.Keys F5;
  1070.      ValueClass System.Windows.Forms.Keys F6;
  1071.      ValueClass System.Windows.Forms.Keys F7;
  1072.      ValueClass System.Windows.Forms.Keys F8;
  1073.      ValueClass System.Windows.Forms.Keys F9;
  1074.      ValueClass System.Windows.Forms.Keys F10;
  1075.      ValueClass System.Windows.Forms.Keys F11;
  1076.      ValueClass System.Windows.Forms.Keys F12;
  1077.      ValueClass System.Windows.Forms.Keys F13;
  1078.      ValueClass System.Windows.Forms.Keys F14;
  1079.      ValueClass System.Windows.Forms.Keys F15;
  1080.      ValueClass System.Windows.Forms.Keys F16;
  1081.      ValueClass System.Windows.Forms.Keys F17;
  1082.      ValueClass System.Windows.Forms.Keys F18;
  1083.      ValueClass System.Windows.Forms.Keys F19;
  1084.      ValueClass System.Windows.Forms.Keys F20;
  1085.      ValueClass System.Windows.Forms.Keys F21;
  1086.      ValueClass System.Windows.Forms.Keys F22;
  1087.      ValueClass System.Windows.Forms.Keys F23;
  1088.      ValueClass System.Windows.Forms.Keys F24;
  1089.      ValueClass System.Windows.Forms.Keys NumLock;
  1090.      ValueClass System.Windows.Forms.Keys Scroll;
  1091.      ValueClass System.Windows.Forms.Keys LShiftKey;
  1092.      ValueClass System.Windows.Forms.Keys RShiftKey;
  1093.      ValueClass System.Windows.Forms.Keys LControlKey;
  1094.      ValueClass System.Windows.Forms.Keys RControlKey;
  1095.      ValueClass System.Windows.Forms.Keys LMenu;
  1096.      ValueClass System.Windows.Forms.Keys RMenu;
  1097.      ValueClass System.Windows.Forms.Keys ProcessKey;
  1098.      ValueClass System.Windows.Forms.Keys Attn;
  1099.      ValueClass System.Windows.Forms.Keys Crsel;
  1100.      ValueClass System.Windows.Forms.Keys Exsel;
  1101.      ValueClass System.Windows.Forms.Keys EraseEof;
  1102.      ValueClass System.Windows.Forms.Keys Play;
  1103.      ValueClass System.Windows.Forms.Keys Zoom;
  1104.      ValueClass System.Windows.Forms.Keys NoName;
  1105.      ValueClass System.Windows.Forms.Keys Pa1;
  1106.      ValueClass System.Windows.Forms.Keys OemClear;
  1107.      ValueClass System.Windows.Forms.Keys KanaMode;
  1108.      ValueClass System.Windows.Forms.Keys HanguelMode;
  1109.      ValueClass System.Windows.Forms.Keys HangulMode;
  1110.      ValueClass System.Windows.Forms.Keys JunjaMode;
  1111.      ValueClass System.Windows.Forms.Keys FinalMode;
  1112.      ValueClass System.Windows.Forms.Keys HanjaMode;
  1113.      ValueClass System.Windows.Forms.Keys KanjiMode;
  1114.      ValueClass System.Windows.Forms.Keys IMEConvert;
  1115.      ValueClass System.Windows.Forms.Keys IMENonconvert;
  1116.      ValueClass System.Windows.Forms.Keys IMEAceept;
  1117.      ValueClass System.Windows.Forms.Keys IMEModeChange;
  1118.      ValueClass System.Windows.Forms.Keys BrowserBack;
  1119.      ValueClass System.Windows.Forms.Keys BrowserForward;
  1120.      ValueClass System.Windows.Forms.Keys BrowserRefresh;
  1121.      ValueClass System.Windows.Forms.Keys BrowserStop;
  1122.      ValueClass System.Windows.Forms.Keys BrowserSearch;
  1123.      ValueClass System.Windows.Forms.Keys BrowserFavorites;
  1124.      ValueClass System.Windows.Forms.Keys BrowserHome;
  1125.      ValueClass System.Windows.Forms.Keys VolumeMute;
  1126.      ValueClass System.Windows.Forms.Keys VolumeDown;
  1127.      ValueClass System.Windows.Forms.Keys VolumeUp;
  1128.      ValueClass System.Windows.Forms.Keys MediaNextTrack;
  1129.      ValueClass System.Windows.Forms.Keys MediaPreviousTrack;
  1130.      ValueClass System.Windows.Forms.Keys MediaStop;
  1131.      ValueClass System.Windows.Forms.Keys MediaPlayPause;
  1132.      ValueClass System.Windows.Forms.Keys LaunchMail;
  1133.      ValueClass System.Windows.Forms.Keys SelectMedia;
  1134.      ValueClass System.Windows.Forms.Keys LaunchApplication1;
  1135.      ValueClass System.Windows.Forms.Keys LaunchApplication2;
  1136.      ValueClass System.Windows.Forms.Keys OemSemicolon;
  1137.      ValueClass System.Windows.Forms.Keys Oemplus;
  1138.      ValueClass System.Windows.Forms.Keys Oemcomma;
  1139.      ValueClass System.Windows.Forms.Keys OemMinus;
  1140.      ValueClass System.Windows.Forms.Keys OemPeriod;
  1141.      ValueClass System.Windows.Forms.Keys OemQuestion;
  1142.      ValueClass System.Windows.Forms.Keys Oemtilde;
  1143.      ValueClass System.Windows.Forms.Keys OemOpenBrackets;
  1144.      ValueClass System.Windows.Forms.Keys OemPipe;
  1145.      ValueClass System.Windows.Forms.Keys OemCloseBrackets;
  1146.      ValueClass System.Windows.Forms.Keys OemQuotes;
  1147.      ValueClass System.Windows.Forms.Keys Oem8;
  1148.      ValueClass System.Windows.Forms.Keys OemBackslash;
  1149.      ValueClass System.Windows.Forms.Keys Shift;
  1150.      ValueClass System.Windows.Forms.Keys Control;
  1151.      ValueClass System.Windows.Forms.Keys Alt;
  1152.     }
  1153. class System.Windows.Forms.KeysConverter : System.ComponentModel.TypeConverter
  1154.     {
  1155.      ValueClass System.Windows.Forms.Keys FirstDigit;
  1156.      ValueClass System.Windows.Forms.Keys LastDigit;
  1157.      ValueClass System.Windows.Forms.Keys FirstAscii;
  1158.      ValueClass System.Windows.Forms.Keys LastAscii;
  1159.      ValueClass System.Windows.Forms.Keys FirstNumpadDigit;
  1160.      ValueClass System.Windows.Forms.Keys LastNumpadDigit;
  1161.      Class System.Collections.IDictionary keyNames;
  1162.      Class StandardValuesCollection values;
  1163.      Class System.Collections.IDictionary get_KeyNames();
  1164.      Boolean CanConvertFrom( Class System.ComponentModel.ITypeDescriptorContext context,  Class System.Type sourceType);
  1165.      I4 Compare( Object a,  Object b);
  1166.      Object ConvertFrom( Class System.ComponentModel.ITypeDescriptorContext context,  Class System.Globalization.CultureInfo culture,  Object value);
  1167.      Object ConvertTo( Class System.ComponentModel.ITypeDescriptorContext context,  Class System.Globalization.CultureInfo culture,  Object value,  Class System.Type destinationType);
  1168.      Class StandardValuesCollection GetStandardValues( Class System.ComponentModel.ITypeDescriptorContext context);
  1169.      Boolean GetStandardValuesExclusive( Class System.ComponentModel.ITypeDescriptorContext context);
  1170.      Boolean GetStandardValuesSupported( Class System.ComponentModel.ITypeDescriptorContext context);
  1171.      Void System.Windows.Forms.KeysConverter();
  1172.     property KeyNames { get(){} set(){} };
  1173.     }
  1174. class System.Windows.Forms.StatusBar : System.Windows.Forms.Control
  1175.     {
  1176.      I4 SIZEGRIP_WIDTH;
  1177.      I4 SIMPLE_INDEX;
  1178.      Object EVENT_PANELCLICK;
  1179.      Object EVENT_SBDRAWITEM;
  1180.      Boolean showPanels;
  1181.      Boolean layoutDirty;
  1182.      I4 panelsRealized;
  1183.      Boolean sizeGrip;
  1184.      String simpleText;
  1185.      ValueClass System.Drawing.Point lastClick;
  1186.      Class System.Collections.IList panels;
  1187.      Class StatusBarPanelCollection panelsCollection;
  1188.      Class ControlToolTip tooltips;
  1189.      Void System.Windows.Forms.StatusBar();
  1190.      ValueClass System.Drawing.Color get_BackColor();
  1191.      Void set_BackColor( ValueClass System.Drawing.Color value);
  1192.      Class System.Drawing.Image get_BackgroundImage();
  1193.      Void set_BackgroundImage( Class System.Drawing.Image value);
  1194.      Class System.Windows.Forms.CreateParams get_CreateParams();
  1195.      ValueClass System.Windows.Forms.ImeMode get_DefaultImeMode();
  1196.      ValueClass System.Drawing.Size get_DefaultSize();
  1197.      ValueClass System.Windows.Forms.DockStyle get_Dock();
  1198.      Void set_Dock( ValueClass System.Windows.Forms.DockStyle value);
  1199.      Class System.Drawing.Font get_Font();
  1200.      Void set_Font( Class System.Drawing.Font value);
  1201.      ValueClass System.Drawing.Color get_ForeColor();
  1202.      Void set_ForeColor( ValueClass System.Drawing.Color value);
  1203.      ValueClass System.Windows.Forms.ImeMode get_ImeMode();
  1204.      Void set_ImeMode( ValueClass System.Windows.Forms.ImeMode value);
  1205.      Class StatusBarPanelCollection get_Panels();
  1206.      String get_Text();
  1207.      Void set_Text( String value);
  1208.      I get_ToolTipHandle();
  1209.      Boolean get_ShowPanels();
  1210.      Void set_ShowPanels( Boolean value);
  1211.      Boolean get_SizingGrip();
  1212.      Void set_SizingGrip( Boolean value);
  1213.      Boolean get_TabStop();
  1214.      Void set_TabStop( Boolean value);
  1215.      Void add_DrawItem( Class System.Windows.Forms.StatusBarDrawItemEventHandler value);
  1216.      Void remove_DrawItem( Class System.Windows.Forms.StatusBarDrawItemEventHandler value);
  1217.      Void add_PanelClick( Class System.Windows.Forms.StatusBarPanelClickEventHandler value);
  1218.      Void remove_PanelClick( Class System.Windows.Forms.StatusBarPanelClickEventHandler value);
  1219.      Void add_Paint( Class System.Windows.Forms.PaintEventHandler value);
  1220.      Void remove_Paint( Class System.Windows.Forms.PaintEventHandler value);
  1221.      Boolean ArePanelsRealized();
  1222.      Void DirtyLayout();
  1223.      Void ApplyPanelWidths();
  1224.      Void CreateHandle();
  1225.      Void Dispose( Boolean disposing);
  1226.      Void ForcePanelUpdate();
  1227.      Void OnHandleCreated( Class System.EventArgs e);
  1228.      Void OnHandleDestroyed( Class System.EventArgs e);
  1229.      Void OnMouseDown( Class System.Windows.Forms.MouseEventArgs e);
  1230.      Void OnPanelClick( Class System.Windows.Forms.StatusBarPanelClickEventArgs e);
  1231.      Void OnLayout( Class System.Windows.Forms.LayoutEventArgs levent);
  1232.      Void RealizePanels();
  1233.      Void RemoveAllPanelsWithoutUpdate();
  1234.      Void SetPanelContentsWidths( Boolean newPanels);
  1235.      Void SetSimpleText( String simpleText);
  1236.      Void LayoutPanels();
  1237.      Void OnDrawItem( Class System.Windows.Forms.StatusBarDrawItemEventArgs sbdievent);
  1238.      Void OnResize( Class System.EventArgs e);
  1239.      String ToString();
  1240.      Void UpdateTooltip( Class System.Windows.Forms.StatusBarPanel panel);
  1241.      Void UpdatePanelIndex();
  1242.      Void WmDrawItem( ByRef ValueClass System.Windows.Forms.Message m);
  1243.      Void WmNotifyNMClick( ValueClass NMHDR note);
  1244.      Void WmNCHitTest( ByRef ValueClass System.Windows.Forms.Message m);
  1245.      Void WndProc( ByRef ValueClass System.Windows.Forms.Message m);
  1246.      Void System.Windows.Forms.StatusBar();
  1247.     property BackColor { get(){} set(){} };
  1248.     property BackgroundImage { get(){} set(){} };
  1249.     property CreateParams { get(){} set(){} };
  1250.     property DefaultImeMode { get(){} set(){} };
  1251.     property DefaultSize { get(){} set(){} };
  1252.     property Dock { get(){} set(){} };
  1253.     property Font { get(){} set(){} };
  1254.     property ForeColor { get(){} set(){} };
  1255.     property ImeMode { get(){} set(){} };
  1256.     property Panels { get(){} set(){} };
  1257.     property Text { get(){} set(){} };
  1258.     property ToolTipHandle { get(){} set(){} };
  1259.     property ShowPanels { get(){} set(){} };
  1260.     property SizingGrip { get(){} set(){} };
  1261.     property TabStop { get(){} set(){} };
  1262.     event DrawItem;
  1263.     event PanelClick;
  1264.     event Paint;
  1265.     }
  1266. class EnumChildren : System.Object
  1267.     {
  1268.      I hWndFound;
  1269.      Class System.Windows.Forms.StatusBar peer;
  1270.      Void EnumChildren( Class System.Windows.Forms.StatusBar peer);
  1271.      Boolean Callback( I hWnd,  I lparam);
  1272.     }
  1273. class StatusBarPanelCollection : System.Object
  1274.     {
  1275.      Class System.Windows.Forms.StatusBar owner;
  1276.      Void StatusBarPanelCollection( Class System.Windows.Forms.StatusBar owner);
  1277.      Class System.Windows.Forms.StatusBarPanel get_Item( I4 index);
  1278.      Void set_Item( I4 index,  Class System.Windows.Forms.StatusBarPanel value);
  1279.      Object System.Collections.IList.get_Item( I4 index);
  1280.      Void System.Collections.IList.set_Item( I4 index,  Object value);
  1281.      I4 get_Count();
  1282.      Object System.Collections.ICollection.get_SyncRoot();
  1283.      Boolean System.Collections.ICollection.get_IsSynchronized();
  1284.      Boolean System.Collections.IList.get_IsFixedSize();
  1285.      Boolean get_IsReadOnly();
  1286.      Class System.Windows.Forms.StatusBarPanel Add( String text);
  1287.      I4 Add( Class System.Windows.Forms.StatusBarPanel value);
  1288.      I4 System.Collections.IList.Add( Object value);
  1289.      Void AddRange( SZArray Class System.Windows.Forms.StatusBarPanel panels);
  1290.      Boolean Contains( Class System.Windows.Forms.StatusBarPanel panel);
  1291.      Boolean System.Collections.IList.Contains( Object panel);
  1292.      I4 IndexOf( Class System.Windows.Forms.StatusBarPanel panel);
  1293.      I4 System.Collections.IList.IndexOf( Object panel);
  1294.      Void Insert( I4 index,  Class System.Windows.Forms.StatusBarPanel value);
  1295.      Void System.Collections.IList.Insert( I4 index,  Object value);
  1296.      Void Clear();
  1297.      Void Remove( Class System.Windows.Forms.StatusBarPanel value);
  1298.      Void System.Collections.IList.Remove( Object value);
  1299.      Void RemoveAt( I4 index);
  1300.      Void System.Collections.ICollection.CopyTo( Class System.Array dest,  I4 index);
  1301.      Class System.Collections.IEnumerator GetEnumerator();
  1302.     property Item { get(){} set(){} };
  1303.     property Count { get(){} set(){} };
  1304.     property IsReadOnly { get(){} set(){} };
  1305.     }
  1306. class ControlToolTip : System.Object
  1307.     {
  1308.      Class System.Collections.Hashtable tools;
  1309.      Class ToolTipNativeWindow window;
  1310.      Class System.Windows.Forms.Control parent;
  1311.      I4 nextId;
  1312.      Void ControlToolTip( Class System.Windows.Forms.Control parent);
  1313.      Class System.Windows.Forms.CreateParams get_CreateParams();
  1314.      I get_Handle();
  1315.      Boolean get_IsHandleCreated();
  1316.      Void AssignId( Class Tool tool);
  1317.      Void SetTool( Object key,  Class Tool tool);
  1318.      Class Tool GetTool( Object key);
  1319.      Void AddTool( Class Tool tool);
  1320.      Void RemoveTool( Class Tool tool);
  1321.      Void UpdateTool( Class Tool tool);
  1322.      Void CreateHandle();
  1323.      Void DestroyHandle();
  1324.      Void Dispose();
  1325.      Class TOOLINFO_T GetMinTOOLINFO( Class Tool tool);
  1326.      Class TOOLINFO_T GetTOOLINFO( Class Tool tool);
  1327.      Void Finalize();
  1328.      Void WndProc( ByRef ValueClass System.Windows.Forms.Message msg);
  1329.     property CreateParams { get(){} set(){} };
  1330.     property Handle { get(){} set(){} };
  1331.     property IsHandleCreated { get(){} set(){} };
  1332.     }
  1333. class Tool : System.Object
  1334.     {
  1335.      ValueClass System.Drawing.Rectangle rect;
  1336.      String text;
  1337.      I id;
  1338.      Void Tool();
  1339.     }
  1340. class ToolTipNativeWindow : System.Windows.Forms.NativeWindow
  1341.     {
  1342.      Class ControlToolTip control;
  1343.      Void ToolTipNativeWindow( Class ControlToolTip control);
  1344.      Void WndProc( ByRef ValueClass System.Windows.Forms.Message m);
  1345.     }
  1346. class System.Windows.Forms.LabelEditEventArgs : System.EventArgs
  1347.     {
  1348.      String label;
  1349.      I4 item;
  1350.      Boolean cancelEdit;
  1351.      Void System.Windows.Forms.LabelEditEventArgs( I4 item);
  1352.      Void System.Windows.Forms.LabelEditEventArgs( I4 item,  String label);
  1353.      String get_Label();
  1354.      I4 get_Item();
  1355.      Boolean get_CancelEdit();
  1356.      Void set_CancelEdit( Boolean value);
  1357.     property Label { get(){} set(){} };
  1358.     property Item { get(){} set(){} };
  1359.     property CancelEdit { get(){} set(){} };
  1360.     }
  1361. class System.Windows.Forms.LabelEditEventHandler : System.MulticastDelegate
  1362.     {
  1363.      Void System.Windows.Forms.LabelEditEventHandler( Object object,  I method);
  1364.      Void Invoke( Object sender,  Class System.Windows.Forms.LabelEditEventArgs e);
  1365.      Class System.IAsyncResult BeginInvoke( Object sender,  Class System.Windows.Forms.LabelEditEventArgs e,  Class System.AsyncCallback callback,  Object object);
  1366.      Void EndInvoke( Class System.IAsyncResult result);
  1367.     }
  1368. class System.Windows.Forms.LayoutEventArgs : System.EventArgs
  1369.     {
  1370.      Class System.Windows.Forms.Control affectedControl;
  1371.      String affectedProperty;
  1372.      Void System.Windows.Forms.LayoutEventArgs( Class System.Windows.Forms.Control affectedControl,  String affectedProperty);
  1373.      Class System.Windows.Forms.Control get_AffectedControl();
  1374.      String get_AffectedProperty();
  1375.     property AffectedControl { get(){} set(){} };
  1376.     property AffectedProperty { get(){} set(){} };
  1377.     }
  1378. class System.Windows.Forms.LayoutEventHandler : System.MulticastDelegate
  1379.     {
  1380.      Void System.Windows.Forms.LayoutEventHandler( Object object,  I method);
  1381.      Void Invoke( Object sender,  Class System.Windows.Forms.LayoutEventArgs e);
  1382.      Class System.IAsyncResult BeginInvoke( Object sender,  Class System.Windows.Forms.LayoutEventArgs e,  Class System.AsyncCallback callback,  Object object);
  1383.      Void EndInvoke( Class System.IAsyncResult result);
  1384.     }
  1385. class System.Windows.Forms.LeftRightAlignment : System.Enum
  1386.     {
  1387.      I4 value__;
  1388.      ValueClass System.Windows.Forms.LeftRightAlignment Left;
  1389.      ValueClass System.Windows.Forms.LeftRightAlignment Right;
  1390.     }
  1391. class System.Windows.Forms.LinkArea : System.ValueType
  1392.     {
  1393.      I4 start;
  1394.      I4 length;
  1395.      Void System.Windows.Forms.LinkArea( I4 start,  I4 length);
  1396.      I4 get_Start();
  1397.      Void set_Start( I4 value);
  1398.      I4 get_Length();
  1399.      Void set_Length( I4 value);
  1400.      Boolean get_IsEmpty();
  1401.      Boolean Equals( Object o);
  1402.      I4 GetHashCode();
  1403.     property Start { get(){} set(){} };
  1404.     property Length { get(){} set(){} };
  1405.     property IsEmpty { get(){} set(){} };
  1406.     }
  1407. class LinkAreaConverter : System.ComponentModel.TypeConverter
  1408.     {
  1409.      Boolean CanConvertFrom( Class System.ComponentModel.ITypeDescriptorContext context,  Class System.Type sourceType);
  1410.      Boolean CanConvertTo( Class System.ComponentModel.ITypeDescriptorContext context,  Class System.Type destinationType);
  1411.      Object ConvertFrom( Class System.ComponentModel.ITypeDescriptorContext context,  Class System.Globalization.CultureInfo culture,  Object value);
  1412.      Object ConvertTo( Class System.ComponentModel.ITypeDescriptorContext context,  Class System.Globalization.CultureInfo culture,  Object value,  Class System.Type destinationType);
  1413.      Object CreateInstance( Class System.ComponentModel.ITypeDescriptorContext context,  Class System.Collections.IDictionary propertyValues);
  1414.      Boolean GetCreateInstanceSupported( Class System.ComponentModel.ITypeDescriptorContext context);
  1415.      Class System.ComponentModel.PropertyDescriptorCollection GetProperties( Class System.ComponentModel.ITypeDescriptorContext context,  Object value,  SZArray Class System.Attribute attributes);
  1416.      Boolean GetPropertiesSupported( Class System.ComponentModel.ITypeDescriptorContext context);
  1417.      Void LinkAreaConverter();
  1418.     }
  1419. class System.Windows.Forms.LinkBehavior : System.Enum
  1420.     {
  1421.      I4 value__;
  1422.      ValueClass System.Windows.Forms.LinkBehavior SystemDefault;
  1423.      ValueClass System.Windows.Forms.LinkBehavior AlwaysUnderline;
  1424.      ValueClass System.Windows.Forms.LinkBehavior HoverUnderline;
  1425.      ValueClass System.Windows.Forms.LinkBehavior NeverUnderline;
  1426.     }
  1427. class System.Windows.Forms.LinkClickedEventArgs : System.EventArgs
  1428.     {
  1429.      String linkText;
  1430.      String get_LinkText();
  1431.      Void System.Windows.Forms.LinkClickedEventArgs( String linkText);
  1432.     property LinkText { get(){} set(){} };
  1433.     }
  1434. class System.Windows.Forms.LinkClickedEventHandler : System.MulticastDelegate
  1435.     {
  1436.      Void System.Windows.Forms.LinkClickedEventHandler( Object object,  I method);
  1437.      Void Invoke( Object sender,  Class System.Windows.Forms.LinkClickedEventArgs e);
  1438.      Class System.IAsyncResult BeginInvoke( Object sender,  Class System.Windows.Forms.LinkClickedEventArgs e,  Class System.AsyncCallback callback,  Object object);
  1439.      Void EndInvoke( Class System.IAsyncResult result);
  1440.     }
  1441. class System.Windows.Forms.TabControl : System.Windows.Forms.Control
  1442.     {
  1443.      ValueClass System.Drawing.Size DEFAULT_ITEMSIZE;
  1444.      ValueClass System.Drawing.Point DEFAULT_PADDING;
  1445.      Class TabPageCollection tabCollection;
  1446.      ValueClass System.Windows.Forms.TabAlignment alignment;
  1447.      ValueClass System.Windows.Forms.TabDrawMode drawMode;
  1448.      Boolean hotTrack;
  1449.      Class System.Windows.Forms.ImageList imageList;
  1450.      ValueClass System.Drawing.Size itemSize;
  1451.      Boolean multiline;
  1452.      ValueClass System.Drawing.Point padding;
  1453.      Boolean showToolTips;
  1454.      ValueClass System.Windows.Forms.TabSizeMode sizeMode;
  1455.      ValueClass System.Windows.Forms.TabAppearance appearance;
  1456.      ValueClass System.Drawing.Rectangle cachedDisplayRect;
  1457.      Boolean UISelection;
  1458.      I4 selectedIndex;
  1459.      Boolean getTabRectfromItemSize;
  1460.      Boolean fromCreateHandles;
  1461.      Class System.EventHandler onSelectedIndexChanged;
  1462.      Class System.Windows.Forms.DrawItemEventHandler onDrawItem;
  1463.      I4 tabBaseReLayoutMessage;
  1464.      SZArray Class System.Windows.Forms.TabPage tabPages;
  1465.      I4 tabPageCount;
  1466.      Void System.Windows.Forms.TabControl();
  1467.      ValueClass System.Windows.Forms.TabAlignment get_Alignment();
  1468.      Void set_Alignment( ValueClass System.Windows.Forms.TabAlignment value);
  1469.      ValueClass System.Windows.Forms.TabAppearance get_Appearance();
  1470.      Void set_Appearance( ValueClass System.Windows.Forms.TabAppearance value);
  1471.      ValueClass System.Drawing.Color get_BackColor();
  1472.      Void set_BackColor( ValueClass System.Drawing.Color value);
  1473.      Class System.Drawing.Image get_BackgroundImage();
  1474.      Void set_BackgroundImage( Class System.Drawing.Image value);
  1475.      ValueClass System.Drawing.Size get_DefaultSize();
  1476.      ValueClass System.Drawing.Color get_ForeColor();
  1477.      Void set_ForeColor( ValueClass System.Drawing.Color value);
  1478.      Class System.Windows.Forms.CreateParams get_CreateParams();
  1479.      ValueClass System.Drawing.Rectangle get_DisplayRectangle();
  1480.      ValueClass System.Windows.Forms.TabDrawMode get_DrawMode();
  1481.      Void set_DrawMode( ValueClass System.Windows.Forms.TabDrawMode value);
  1482.      Boolean get_HotTrack();
  1483.      Void set_HotTrack( Boolean value);
  1484.      Class System.Windows.Forms.ImageList get_ImageList();
  1485.      Void set_ImageList( Class System.Windows.Forms.ImageList value);
  1486.      ValueClass System.Drawing.Size get_ItemSize();
  1487.      Void set_ItemSize( ValueClass System.Drawing.Size value);
  1488.      Boolean get_Multiline();
  1489.      Void set_Multiline( Boolean value);
  1490.      ValueClass System.Drawing.Point get_Padding();
  1491.      Void set_Padding( ValueClass System.Drawing.Point value);
  1492.      I4 get_RowCount();
  1493.      I4 get_SelectedIndex();
  1494.      Void set_SelectedIndex( I4 value);
  1495.      Class System.Windows.Forms.TabPage get_SelectedTab();
  1496.      Void set_SelectedTab( Class System.Windows.Forms.TabPage value);
  1497.      Class System.Windows.Forms.TabPage get_SelectedTabInternal();
  1498.      Void set_SelectedTabInternal( Class System.Windows.Forms.TabPage value);
  1499.      ValueClass System.Windows.Forms.TabSizeMode get_SizeMode();
  1500.      Void set_SizeMode( ValueClass System.Windows.Forms.TabSizeMode value);
  1501.      Boolean get_ShowToolTips();
  1502.      Void set_ShowToolTips( Boolean value);
  1503.      I4 get_TabCount();
  1504.      Class TabPageCollection get_TabPages();
  1505.      String get_Text();
  1506.      Void set_Text( String value);
  1507.      Void add_DrawItem( Class System.Windows.Forms.DrawItemEventHandler value);
  1508.      Void remove_DrawItem( Class System.Windows.Forms.DrawItemEventHandler value);
  1509.      Void add_SelectedIndexChanged( Class System.EventHandler value);
  1510.      Void remove_SelectedIndexChanged( Class System.EventHandler value);
  1511.      Void add_Paint( Class System.Windows.Forms.PaintEventHandler value);
  1512.      Void remove_Paint( Class System.Windows.Forms.PaintEventHandler value);
  1513.      I4 AddTabPage( Class System.Windows.Forms.TabPage tabPage,  Class TCITEM_T tcitem);
  1514.      I4 AddNativeTabPage( Class TCITEM_T tcitem);
  1515.      Void ApplyItemSize();
  1516.      Void BeginUpdate();
  1517.      Class ControlCollection CreateControlsInstance();
  1518.      Void CreateHandle();
  1519.      Void EndUpdate();
  1520.      Void EndUpdate( Boolean invalidate);
  1521.      I4 FindTabPage( Class System.Windows.Forms.TabPage tabPage);
  1522.      I4 FindTabPageExact( Class System.Windows.Forms.TabPage tabPage);
  1523.      Class System.Windows.Forms.Control GetControl( I4 index);
  1524.      Class System.Windows.Forms.TabPage GetTabPage( I4 index);
  1525.      SZArray Object GetItems();
  1526.      SZArray Object GetItems( Class System.Type baseType);
  1527.      SZArray Class System.Windows.Forms.TabPage GetTabPages();
  1528.      ValueClass System.Drawing.Rectangle GetTabRect( I4 index);
  1529.      Class TCITEM_T GetTCITEM( Object item);
  1530.      String GetToolTipText( Object item);
  1531.      Void ImageListRecreateHandle( Object sender,  Class System.EventArgs e);
  1532.      Void Insert( I4 index,  Class System.Windows.Forms.TabPage tabPage);
  1533.      I4 InsertItem( I4 index,  Class System.Windows.Forms.TabPage tabPage,  Class TCITEM_T tcitem);
  1534.      Boolean IsInputKey( ValueClass System.Windows.Forms.Keys keyData);
  1535.      Void OnHandleCreated( Class System.EventArgs e);
  1536.      Void OnHandleDestroyed( Class System.EventArgs e);
  1537.      Void OnDrawItem( Class System.Windows.Forms.DrawItemEventArgs e);
  1538.      Void OnKeyDown( Class System.Windows.Forms.KeyEventArgs ke);
  1539.      Void OnResize( Class System.EventArgs e);
  1540.      Void OnSelectedIndexChanged( Class System.EventArgs e);
  1541.      Boolean ProcessKeyPreview( ByRef ValueClass System.Windows.Forms.Message m);
  1542.      Void UpdateSize();
  1543.      Void OnFontChanged( Class System.EventArgs e);
  1544.      Void RecreateHandleCore();
  1545.      Void _RemoveAll();
  1546.      Void RemoveAll();
  1547.      Void RemoveTabPage( I4 index);
  1548.      Void ResizePages();
  1549.      Void SetTabPage( I4 index,  Class System.Windows.Forms.TabPage tabPage,  Class TCITEM_T tcitem);
  1550.      Boolean ShouldSerializeItemSize();
  1551.      Boolean ShouldSerializePadding();
  1552.      String ToString();
  1553.      Void UpdateTabSelection( Boolean uiselected);
  1554.      Void OnStyleChanged( Class System.EventArgs e);
  1555.      Void UpdateTab( Class System.Windows.Forms.TabPage tabPage);
  1556.      Void WmNeedText( ByRef ValueClass System.Windows.Forms.Message m);
  1557.      Void WmReflectDrawItem( ByRef ValueClass System.Windows.Forms.Message m);
  1558.      Void WmSelChange( ByRef ValueClass System.Windows.Forms.Message m);
  1559.      Void WmSelChanging( ByRef ValueClass System.Windows.Forms.Message m);
  1560.      Void WmTabBaseReLayout( ByRef ValueClass System.Windows.Forms.Message m);
  1561.      Void WndProc( ByRef ValueClass System.Windows.Forms.Message m);
  1562.      Void System.Windows.Forms.TabControl();
  1563.     property Alignment { get(){} set(){} };
  1564.     property Appearance { get(){} set(){} };
  1565.     property BackColor { get(){} set(){} };
  1566.     property BackgroundImage { get(){} set(){} };
  1567.     property DefaultSize { get(){} set(){} };
  1568.     property ForeColor { get(){} set(){} };
  1569.     property CreateParams { get(){} set(){} };
  1570.     property DisplayRectangle { get(){} set(){} };
  1571.     property DrawMode { get(){} set(){} };
  1572.     property HotTrack { get(){} set(){} };
  1573.     property ImageList { get(){} set(){} };
  1574.     property ItemSize { get(){} set(){} };
  1575.     property Multiline { get(){} set(){} };
  1576.     property Padding { get(){} set(){} };
  1577.     property RowCount { get(){} set(){} };
  1578.     property SelectedIndex { get(){} set(){} };
  1579.     property SelectedTab { get(){} set(){} };
  1580.     property SelectedTabInternal { get(){} set(){} };
  1581.     property SizeMode { get(){} set(){} };
  1582.     property ShowToolTips { get(){} set(){} };
  1583.     property TabCount { get(){} set(){} };
  1584.     property TabPages { get(){} set(){} };
  1585.     property Text { get(){} set(){} };
  1586.     event DrawItem;
  1587.     event SelectedIndexChanged;
  1588.     event Paint;
  1589.     }
  1590. class TabPageCollection : System.Object
  1591.     {
  1592.      Class System.Windows.Forms.TabControl owner;
  1593.      Void TabPageCollection( Class System.Windows.Forms.TabControl owner);
  1594.      Class System.Windows.Forms.TabPage get_Item( I4 index);
  1595.      Void set_Item( I4 index,  Class System.Windows.Forms.TabPage value);
  1596.      Object System.Collections.IList.get_Item( I4 index);
  1597.      Void System.Collections.IList.set_Item( I4 index,  Object value);
  1598.      I4 get_Count();
  1599.      Object System.Collections.ICollection.get_SyncRoot();
  1600.      Boolean System.Collections.ICollection.get_IsSynchronized();
  1601.      Boolean System.Collections.IList.get_IsFixedSize();
  1602.      Boolean get_IsReadOnly();
  1603.      Void Add( Class System.Windows.Forms.TabPage value);
  1604.      I4 System.Collections.IList.Add( Object value);
  1605.      Void AddRange( SZArray Class System.Windows.Forms.TabPage pages);
  1606.      Boolean Contains( Class System.Windows.Forms.TabPage page);
  1607.      Boolean System.Collections.IList.Contains( Object page);
  1608.      I4 IndexOf( Class System.Windows.Forms.TabPage page);
  1609.      I4 System.Collections.IList.IndexOf( Object page);
  1610.      Void System.Collections.IList.Insert( I4 index,  Object value);
  1611.      Void Clear();
  1612.      Void System.Collections.ICollection.CopyTo( Class System.Array dest,  I4 index);
  1613.      Class System.Collections.IEnumerator GetEnumerator();
  1614.      Void Remove( Class System.Windows.Forms.TabPage value);
  1615.      Void System.Collections.IList.Remove( Object value);
  1616.      Void RemoveAt( I4 index);
  1617.     property Item { get(){} set(){} };
  1618.     property Count { get(){} set(){} };
  1619.     property IsReadOnly { get(){} set(){} };
  1620.     }
  1621. class ControlCollection : ControlCollection
  1622.     {
  1623.      Class System.Windows.Forms.TabControl owner;
  1624.      Void ControlCollection( Class System.Windows.Forms.TabControl owner);
  1625.      Void Add( Class System.Windows.Forms.Control value);
  1626.      Void Remove( Class System.Windows.Forms.Control value);
  1627.     }
  1628. class System.Windows.Forms.LinkLabelLinkClickedEventArgs : System.EventArgs
  1629.     {
  1630.      Class Link link;
  1631.      Void System.Windows.Forms.LinkLabelLinkClickedEventArgs( Class Link link);
  1632.      Class Link get_Link();
  1633.     property Link { get(){} set(){} };
  1634.     }
  1635. class System.Windows.Forms.LinkLabelLinkClickedEventHandler : System.MulticastDelegate
  1636.     {
  1637.      Void System.Windows.Forms.LinkLabelLinkClickedEventHandler( Object object,  I method);
  1638.      Void Invoke( Object sender,  Class System.Windows.Forms.LinkLabelLinkClickedEventArgs e);
  1639.      Class System.IAsyncResult BeginInvoke( Object sender,  Class System.Windows.Forms.LinkLabelLinkClickedEventArgs e,  Class System.AsyncCallback callback,  Object object);
  1640.      Void EndInvoke( Class System.IAsyncResult result);
  1641.     }
  1642. class System.Windows.Forms.LinkState : System.Enum
  1643.     {
  1644.      I4 value__;
  1645.      ValueClass System.Windows.Forms.LinkState Normal;
  1646.      ValueClass System.Windows.Forms.LinkState Hover;
  1647.      ValueClass System.Windows.Forms.LinkState Active;
  1648.      ValueClass System.Windows.Forms.LinkState Visited;
  1649.     }
  1650. class System.Windows.Forms.ListBindingConverter : System.ComponentModel.TypeConverter
  1651.     {
  1652.      Boolean CanConvertTo( Class System.ComponentModel.ITypeDescriptorContext context,  Class System.Type destinationType);
  1653.      Object ConvertTo( Class System.ComponentModel.ITypeDescriptorContext context,  Class System.Globalization.CultureInfo culture,  Object value,  Class System.Type destinationType);
  1654.      Object CreateInstance( Class System.ComponentModel.ITypeDescriptorContext context,  Class System.Collections.IDictionary propertyValues);
  1655.      Boolean GetCreateInstanceSupported( Class System.ComponentModel.ITypeDescriptorContext context);
  1656.      Void System.Windows.Forms.ListBindingConverter();
  1657.     }
  1658. class System.Windows.Forms.ListViewItemConverter : System.ComponentModel.ExpandableObjectConverter
  1659.     {
  1660.      Boolean CanConvertTo( Class System.ComponentModel.ITypeDescriptorContext context,  Class System.Type destinationType);
  1661.      Object ConvertTo( Class System.ComponentModel.ITypeDescriptorContext context,  Class System.Globalization.CultureInfo culture,  Object value,  Class System.Type destinationType);
  1662.      Void System.Windows.Forms.ListViewItemConverter();
  1663.     }
  1664. class System.Windows.Forms.ListViewSubItemConverter : System.ComponentModel.ExpandableObjectConverter
  1665.     {
  1666.      Boolean CanConvertTo( Class System.ComponentModel.ITypeDescriptorContext context,  Class System.Type destinationType);
  1667.      Object ConvertTo( Class System.ComponentModel.ITypeDescriptorContext context,  Class System.Globalization.CultureInfo culture,  Object value,  Class System.Type destinationType);
  1668.      Void System.Windows.Forms.ListViewSubItemConverter();
  1669.     }
  1670. class System.Windows.Forms.ListManagerBindingsCollection : System.Windows.Forms.BindingsCollection
  1671.     {
  1672.      Class System.Windows.Forms.BindingManagerBase bindingManagerBase;
  1673.      Void System.Windows.Forms.ListManagerBindingsCollection( Class System.Windows.Forms.BindingManagerBase bindingManagerBase);
  1674.      Void AddCore( Class System.Windows.Forms.Binding dataBinding);
  1675.      Void ClearCore();
  1676.      Void RemoveCore( Class System.Windows.Forms.Binding dataBinding);
  1677.     }
  1678. class System.Windows.Forms.ToolBar : System.Windows.Forms.Control
  1679.     {
  1680.      I4 DDARROW_WIDTH;
  1681.      Class ToolBarButtonCollection buttonsCollection;
  1682.      ValueClass System.Drawing.Size buttonSize;
  1683.      I4 requestedSize;
  1684.      Boolean wrappable;
  1685.      ValueClass System.Windows.Forms.ToolBarAppearance appearance;
  1686.      ValueClass System.Windows.Forms.BorderStyle borderStyle;
  1687.      SZArray Class System.Windows.Forms.ToolBarButton buttons;
  1688.      I4 buttonCount;
  1689.      Boolean dropDownArrows;
  1690.      ValueClass System.Windows.Forms.ToolBarTextAlign textAlign;
  1691.      Boolean divider;
  1692.      Boolean showToolTips;
  1693.      Boolean autoSize;
  1694.      Class System.Windows.Forms.ImageList imageList;
  1695.      I4 maxWidth;
  1696.      Class System.Windows.Forms.ToolBarButtonClickEventHandler onButtonClick;
  1697.      Class System.Windows.Forms.ToolBarButtonClickEventHandler onButtonDropDown;
  1698.      Void System.Windows.Forms.ToolBar();
  1699.      ValueClass System.Windows.Forms.ToolBarAppearance get_Appearance();
  1700.      Void set_Appearance( ValueClass System.Windows.Forms.ToolBarAppearance value);
  1701.      Boolean get_AutoSize();
  1702.      Void set_AutoSize( Boolean value);
  1703.      ValueClass System.Drawing.Color get_BackColor();
  1704.      Void set_BackColor( ValueClass System.Drawing.Color value);
  1705.      Class System.Drawing.Image get_BackgroundImage();
  1706.      Void set_BackgroundImage( Class System.Drawing.Image value);
  1707.      ValueClass System.Windows.Forms.BorderStyle get_BorderStyle();
  1708.      Void set_BorderStyle( ValueClass System.Windows.Forms.BorderStyle value);
  1709.      Class ToolBarButtonCollection get_Buttons();
  1710.      ValueClass System.Drawing.Size get_ButtonSize();
  1711.      Void set_ButtonSize( ValueClass System.Drawing.Size value);
  1712.      Class System.Windows.Forms.CreateParams get_CreateParams();
  1713.      ValueClass System.Windows.Forms.ImeMode get_DefaultImeMode();
  1714.      ValueClass System.Drawing.Size get_DefaultSize();
  1715.      Boolean get_Divider();
  1716.      Void set_Divider( Boolean value);
  1717.      ValueClass System.Windows.Forms.DockStyle get_Dock();
  1718.      Void set_Dock( ValueClass System.Windows.Forms.DockStyle value);
  1719.      Boolean get_DropDownArrows();
  1720.      Void set_DropDownArrows( Boolean value);
  1721.      ValueClass System.Drawing.Color get_ForeColor();
  1722.      Void set_ForeColor( ValueClass System.Drawing.Color value);
  1723.      Class System.Windows.Forms.ImageList get_ImageList();
  1724.      Void set_ImageList( Class System.Windows.Forms.ImageList value);
  1725.      ValueClass System.Drawing.Size get_ImageSize();
  1726.      ValueClass System.Windows.Forms.ImeMode get_ImeMode();
  1727.      Void set_ImeMode( ValueClass System.Windows.Forms.ImeMode value);
  1728.      I4 get_PreferredHeight();
  1729.      I4 get_PreferredWidth();
  1730.      ValueClass System.Windows.Forms.RightToLeft get_RightToLeft();
  1731.      Void set_RightToLeft( ValueClass System.Windows.Forms.RightToLeft value);
  1732.      Boolean get_ShowToolTips();
  1733.      Void set_ShowToolTips( Boolean value);
  1734.      Boolean get_TabStop();
  1735.      Void set_TabStop( Boolean value);
  1736.      String get_Text();
  1737.      Void set_Text( String value);
  1738.      ValueClass System.Windows.Forms.ToolBarTextAlign get_TextAlign();
  1739.      Void set_TextAlign( ValueClass System.Windows.Forms.ToolBarTextAlign value);
  1740.      Boolean get_Wrappable();
  1741.      Void set_Wrappable( Boolean value);
  1742.      Void add_ButtonClick( Class System.Windows.Forms.ToolBarButtonClickEventHandler value);
  1743.      Void remove_ButtonClick( Class System.Windows.Forms.ToolBarButtonClickEventHandler value);
  1744.      Void add_ButtonDropDown( Class System.Windows.Forms.ToolBarButtonClickEventHandler value);
  1745.      Void remove_ButtonDropDown( Class System.Windows.Forms.ToolBarButtonClickEventHandler value);
  1746.      Void add_Paint( Class System.Windows.Forms.PaintEventHandler value);
  1747.      Void remove_Paint( Class System.Windows.Forms.PaintEventHandler value);
  1748.      Void AdjustSize( ValueClass System.Windows.Forms.DockStyle dock);
  1749.      Void BeginUpdate();
  1750.      Void CreateHandle();
  1751.      Void DetachImageList( Object sender,  Class System.EventArgs e);
  1752.      Void Dispose( Boolean disposing);
  1753.      Void EndUpdate();
  1754.      Void ForceButtonWidths();
  1755.      Void ImageListRecreateHandle( Object sender,  Class System.EventArgs e);
  1756.      Void Insert( I4 index,  Class System.Windows.Forms.ToolBarButton button);
  1757.      Void InsertButton( I4 index,  Class System.Windows.Forms.ToolBarButton value);
  1758.      I4 InternalAddButton( Class System.Windows.Forms.ToolBarButton button);
  1759.      Void InternalSetButton( I4 index,  Class System.Windows.Forms.ToolBarButton value,  Boolean recreate,  Boolean updateText);
  1760.      Void OnButtonClick( Class System.Windows.Forms.ToolBarButtonClickEventArgs e);
  1761.      Void OnButtonDropDown( Class System.Windows.Forms.ToolBarButtonClickEventArgs e);
  1762.      Void OnHandleCreated( Class System.EventArgs e);
  1763.      Void OnResize( Class System.EventArgs e);
  1764.      Void OnFontChanged( Class System.EventArgs e);
  1765.      Void RealizeButtons();
  1766.      Void RemoveAt( I4 index);
  1767.      Void ResetButtonSize();
  1768.      Void SetBoundsCore( I4 x,  I4 y,  I4 width,  I4 height,  ValueClass System.Windows.Forms.BoundsSpecified specified);
  1769.      Boolean ShouldSerializeButtonSize();
  1770.      String ToString();
  1771.      Void UpdateButtons();
  1772.      Void WmNotifyDropDown( ByRef ValueClass System.Windows.Forms.Message m);
  1773.      Void WmNotifyNeedText( ByRef ValueClass System.Windows.Forms.Message m);
  1774.      Void WmNotifyNeedTextA( ByRef ValueClass System.Windows.Forms.Message m);
  1775.      Void WmReflectCommand( ByRef ValueClass System.Windows.Forms.Message m);
  1776.      Void WndProc( ByRef ValueClass System.Windows.Forms.Message m);
  1777.     property Appearance { get(){} set(){} };
  1778.     property AutoSize { get(){} set(){} };
  1779.     property BackColor { get(){} set(){} };
  1780.     property BackgroundImage { get(){} set(){} };
  1781.     property BorderStyle { get(){} set(){} };
  1782.     property Buttons { get(){} set(){} };
  1783.     property ButtonSize { get(){} set(){} };
  1784.     property CreateParams { get(){} set(){} };
  1785.     property DefaultImeMode { get(){} set(){} };
  1786.     property DefaultSize { get(){} set(){} };
  1787.     property Divider { get(){} set(){} };
  1788.     property Dock { get(){} set(){} };
  1789.     property DropDownArrows { get(){} set(){} };
  1790.     property ForeColor { get(){} set(){} };
  1791.     property ImageList { get(){} set(){} };
  1792.     property ImageSize { get(){} set(){} };
  1793.     property ImeMode { get(){} set(){} };
  1794.     property PreferredHeight { get(){} set(){} };
  1795.     property PreferredWidth { get(){} set(){} };
  1796.     property RightToLeft { get(){} set(){} };
  1797.     property ShowToolTips { get(){} set(){} };
  1798.     property TabStop { get(){} set(){} };
  1799.     property Text { get(){} set(){} };
  1800.     property TextAlign { get(){} set(){} };
  1801.     property Wrappable { get(){} set(){} };
  1802.     event ButtonClick;
  1803.     event ButtonDropDown;
  1804.     event Paint;
  1805.     }
  1806. class ToolBarButtonCollection : System.Object
  1807.     {
  1808.      Class System.Windows.Forms.ToolBar owner;
  1809.      Boolean suspendUpdate;
  1810.      Void ToolBarButtonCollection( Class System.Windows.Forms.ToolBar owner);
  1811.      Class System.Windows.Forms.ToolBarButton get_Item( I4 index);
  1812.      Void set_Item( I4 index,  Class System.Windows.Forms.ToolBarButton value);
  1813.      Object System.Collections.IList.get_Item( I4 index);
  1814.      Void System.Collections.IList.set_Item( I4 index,  Object value);
  1815.      I4 get_Count();
  1816.      Object System.Collections.ICollection.get_SyncRoot();
  1817.      Boolean System.Collections.ICollection.get_IsSynchronized();
  1818.      Boolean System.Collections.IList.get_IsFixedSize();
  1819.      Boolean get_IsReadOnly();
  1820.      I4 Add( Class System.Windows.Forms.ToolBarButton button);
  1821.      I4 Add( String text);
  1822.      I4 System.Collections.IList.Add( Object button);
  1823.      Void AddRange( SZArray Class System.Windows.Forms.ToolBarButton buttons);
  1824.      Void Clear();
  1825.      Boolean Contains( Class System.Windows.Forms.ToolBarButton button);
  1826.      Boolean System.Collections.IList.Contains( Object button);
  1827.      Void System.Collections.ICollection.CopyTo( Class System.Array dest,  I4 index);
  1828.      I4 IndexOf( Class System.Windows.Forms.ToolBarButton button);
  1829.      I4 System.Collections.IList.IndexOf( Object button);
  1830.      Void Insert( I4 index,  Class System.Windows.Forms.ToolBarButton button);
  1831.      Void System.Collections.IList.Insert( I4 index,  Object button);
  1832.      Void RemoveAt( I4 index);
  1833.      Void Remove( Class System.Windows.Forms.ToolBarButton button);
  1834.      Void System.Collections.IList.Remove( Object button);
  1835.      Class System.Collections.IEnumerator GetEnumerator();
  1836.     property Item { get(){} set(){} };
  1837.     property Count { get(){} set(){} };
  1838.     property IsReadOnly { get(){} set(){} };
  1839.     }
  1840. class System.Windows.Forms.ListViewAlignment : System.Enum
  1841.     {
  1842.      I4 value__;
  1843.      ValueClass System.Windows.Forms.ListViewAlignment Default;
  1844.      ValueClass System.Windows.Forms.ListViewAlignment Top;
  1845.      ValueClass System.Windows.Forms.ListViewAlignment Left;
  1846.      ValueClass System.Windows.Forms.ListViewAlignment SnapToGrid;
  1847.     }
  1848. class System.Windows.Forms.ListViewItem : System.Object
  1849.     {
  1850.      I4 MAX_SUBITEMS;
  1851.      ValueClass Section StateSelectedSection;
  1852.      ValueClass Section StateWholeRowOneStyleSection;
  1853.      ValueClass Section SavedStateImageIndexSection;
  1854.      ValueClass Section SubItemCountSection;
  1855.      Class System.Windows.Forms.ListView listView;
  1856.      Class ListViewSubItemCollection listViewSubItemCollection;
  1857.      SZArray Class ListViewSubItem subItems;
  1858.      I4 lastIndex;
  1859.      I4 ID;
  1860.      ValueClass System.Collections.Specialized.BitVector32 state;
  1861.      I4 imageIndex;
  1862.      Object userData;
  1863.      Void System.Windows.Forms.ListViewItem();
  1864.      Void System.Windows.Forms.ListViewItem( Class System.Runtime.Serialization.SerializationInfo info,  ValueClass System.Runtime.Serialization.StreamingContext context);
  1865.      Void System.Windows.Forms.ListViewItem( String text);
  1866.      Void System.Windows.Forms.ListViewItem( String text,  I4 imageIndex);
  1867.      Void System.Windows.Forms.ListViewItem( SZArray String items);
  1868.      Void System.Windows.Forms.ListViewItem( SZArray String items,  I4 imageIndex);
  1869.      Void System.Windows.Forms.ListViewItem( SZArray String items,  I4 imageIndex,  ValueClass System.Drawing.Color foreColor,  ValueClass System.Drawing.Color backColor,  Class System.Drawing.Font font);
  1870.      Void System.Windows.Forms.ListViewItem( SZArray Class ListViewSubItem subItems,  I4 imageIndex);
  1871.      ValueClass System.Drawing.Color get_BackColor();
  1872.      Void set_BackColor( ValueClass System.Drawing.Color value);
  1873.      ValueClass System.Drawing.Rectangle get_Bounds();
  1874.      Boolean get_Checked();
  1875.      Void set_Checked( Boolean value);
  1876.      Boolean get_Focused();
  1877.      Void set_Focused( Boolean value);
  1878.      Class System.Drawing.Font get_Font();
  1879.      Void set_Font( Class System.Drawing.Font value);
  1880.      ValueClass System.Drawing.Color get_ForeColor();
  1881.      Void set_ForeColor( ValueClass System.Drawing.Color value);
  1882.      I4 get_ImageIndex();
  1883.      Void set_ImageIndex( I4 value);
  1884.      Class System.Windows.Forms.ImageList get_ImageList();
  1885.      I4 get_Index();
  1886.      Class System.Windows.Forms.ListView get_ListView();
  1887.      I4 get_SavedStateImageIndex();
  1888.      Void set_SavedStateImageIndex( I4 value);
  1889.      Boolean get_Selected();
  1890.      Void set_Selected( Boolean value);
  1891.      I4 get_StateImageIndex();
  1892.      Void set_StateImageIndex( I4 value);
  1893.      Boolean get_StateSelected();
  1894.      Void set_StateSelected( Boolean value);
  1895.      I4 get_SubItemCount();
  1896.      Void set_SubItemCount( I4 value);
  1897.      Class ListViewSubItemCollection get_SubItems();
  1898.      Object get_Tag();
  1899.      Void set_Tag( Object value);
  1900.      String get_Text();
  1901.      Void set_Text( String value);
  1902.      Boolean get_UseItemStyleForSubItems();
  1903.      Void set_UseItemStyleForSubItems( Boolean value);
  1904.      Void BeginEdit();
  1905.      Object Clone();
  1906.      Void EnsureVisible();
  1907.      ValueClass System.Drawing.Rectangle GetBounds( ValueClass System.Windows.Forms.ItemBoundsPortion portion);
  1908.      Void Host( Class System.Windows.Forms.ListView parent,  I4 ID,  I4 index);
  1909.      Void UpdateStateToListView( I4 index);
  1910.      Void UpdateStateFromListView();
  1911.      Void UnHost();
  1912.      Void Remove();
  1913.      Void Deserialize( Class System.Runtime.Serialization.SerializationInfo info,  ValueClass System.Runtime.Serialization.StreamingContext context);
  1914.      Void Serialize( Class System.Runtime.Serialization.SerializationInfo info,  ValueClass System.Runtime.Serialization.StreamingContext context);
  1915.      Boolean ShouldSerializeText();
  1916.      String ToString();
  1917.      Void InvalidateListView();
  1918.      Void UpdateSubItems( I4 index);
  1919.      Void UpdateSubItems( I4 index,  I4 oldCount);
  1920.      Void System.Runtime.Serialization.ISerializable.GetObjectData( Class System.Runtime.Serialization.SerializationInfo info,  ValueClass System.Runtime.Serialization.StreamingContext context);
  1921.      Void System.Windows.Forms.ListViewItem();
  1922.     property BackColor { get(){} set(){} };
  1923.     property Bounds { get(){} set(){} };
  1924.     property Checked { get(){} set(){} };
  1925.     property Focused { get(){} set(){} };
  1926.     property Font { get(){} set(){} };
  1927.     property ForeColor { get(){} set(){} };
  1928.     property ImageIndex { get(){} set(){} };
  1929.     property ImageList { get(){} set(){} };
  1930.     property Index { get(){} set(){} };
  1931.     property ListView { get(){} set(){} };
  1932.     property SavedStateImageIndex { get(){} set(){} };
  1933.     property Selected { get(){} set(){} };
  1934.     property StateImageIndex { get(){} set(){} };
  1935.     property StateSelected { get(){} set(){} };
  1936.     property SubItemCount { get(){} set(){} };
  1937.     property SubItems { get(){} set(){} };
  1938.     property Tag { get(){} set(){} };
  1939.     property Text { get(){} set(){} };
  1940.     property UseItemStyleForSubItems { get(){} set(){} };
  1941.     }
  1942. class ListViewSubItem : System.Object
  1943.     {
  1944.      Class System.Windows.Forms.ListViewItem owner;
  1945.      String text;
  1946.      Class SubItemStyle style;
  1947.      Void ListViewSubItem();
  1948.      Void ListViewSubItem( Class System.Windows.Forms.ListViewItem owner,  String text);
  1949.      Void ListViewSubItem( Class System.Windows.Forms.ListViewItem owner,  String text,  ValueClass System.Drawing.Color foreColor,  ValueClass System.Drawing.Color backColor,  Class System.Drawing.Font font);
  1950.      ValueClass System.Drawing.Color get_BackColor();
  1951.      Void set_BackColor( ValueClass System.Drawing.Color value);
  1952.      Boolean get_CustomStyle();
  1953.      Class System.Drawing.Font get_Font();
  1954.      Void set_Font( Class System.Drawing.Font value);
  1955.      ValueClass System.Drawing.Color get_ForeColor();
  1956.      Void set_ForeColor( ValueClass System.Drawing.Color value);
  1957.      String get_Text();
  1958.      Void set_Text( String value);
  1959.      Void ResetStyle();
  1960.      String ToString();
  1961.     property BackColor { get(){} set(){} };
  1962.     property CustomStyle { get(){} set(){} };
  1963.     property Font { get(){} set(){} };
  1964.     property ForeColor { get(){} set(){} };
  1965.     property Text { get(){} set(){} };
  1966.     }
  1967. class SubItemStyle : System.Object
  1968.     {
  1969.      ValueClass System.Drawing.Color backColor;
  1970.      ValueClass System.Drawing.Color foreColor;
  1971.      Class System.Drawing.Font font;
  1972.      Void SubItemStyle();
  1973.     }
  1974. class ListViewSubItemCollection : System.Object
  1975.     {
  1976.      Class System.Windows.Forms.ListViewItem owner;
  1977.      Void ListViewSubItemCollection( Class System.Windows.Forms.ListViewItem owner);
  1978.      I4 get_Count();
  1979.      Object System.Collections.ICollection.get_SyncRoot();
  1980.      Boolean System.Collections.ICollection.get_IsSynchronized();
  1981.      Boolean System.Collections.IList.get_IsFixedSize();
  1982.      Boolean get_IsReadOnly();
  1983.      Class ListViewSubItem get_Item( I4 index);
  1984.      Void set_Item( I4 index,  Class ListViewSubItem value);
  1985.      Object System.Collections.IList.get_Item( I4 index);
  1986.      Void System.Collections.IList.set_Item( I4 index,  Object value);
  1987.      Class ListViewSubItem Add( Class ListViewSubItem item);
  1988.      Class ListViewSubItem Add( String text);
  1989.      Class ListViewSubItem Add( String text,  ValueClass System.Drawing.Color foreColor,  ValueClass System.Drawing.Color backColor,  Class System.Drawing.Font font);
  1990.      Void AddRange( SZArray Class ListViewSubItem items);
  1991.      Void AddRange( SZArray String items);
  1992.      Void AddRange( SZArray String items,  ValueClass System.Drawing.Color foreColor,  ValueClass System.Drawing.Color backColor,  Class System.Drawing.Font font);
  1993.      I4 System.Collections.IList.Add( Object item);
  1994.      Void Clear();
  1995.      Boolean Contains( Class ListViewSubItem subItem);
  1996.      Boolean System.Collections.IList.Contains( Object subItem);
  1997.      Void EnsureSubItemSpace( I4 size,  I4 index);
  1998.      I4 IndexOf( Class ListViewSubItem subItem);
  1999.      I4 System.Collections.IList.IndexOf( Object subItem);
  2000.      Void Insert( I4 index,  Class ListViewSubItem item);
  2001.      Void System.Collections.IList.Insert( I4 index,  Object item);
  2002.      Void Remove( Class ListViewSubItem item);
  2003.      Void System.Collections.IList.Remove( Object item);
  2004.      Void RemoveAt( I4 index);
  2005.      Void System.Collections.ICollection.CopyTo( Class System.Array dest,  I4 index);
  2006.      Class System.Collections.IEnumerator GetEnumerator();
  2007.     property Count { get(){} set(){} };
  2008.     property IsReadOnly { get(){} set(){} };
  2009.     property Item { get(){} set(){} };
  2010.     }
  2011. class System.Windows.Forms.MainMenu : System.Windows.Forms.Menu
  2012.     {
  2013.      Class System.Windows.Forms.Form form;
  2014.      ValueClass System.Windows.Forms.RightToLeft rightToLeft;
  2015.      Void System.Windows.Forms.MainMenu();
  2016.      Void System.Windows.Forms.MainMenu( SZArray Class System.Windows.Forms.MenuItem items);
  2017.      ValueClass System.Windows.Forms.RightToLeft get_RightToLeft();
  2018.      Void set_RightToLeft( ValueClass System.Windows.Forms.RightToLeft value);
  2019.      Class System.Windows.Forms.MainMenu CloneMenu();
  2020.      I CreateMenuHandle();
  2021.      Void Dispose( Boolean disposing);
  2022.      Class System.Windows.Forms.Form GetForm();
  2023.      Void ItemsChanged( I4 change);
  2024.      Void ItemsChanged( I4 change,  Class System.Windows.Forms.Menu menu);
  2025.      Boolean ShouldSerializeRightToLeft();
  2026.      String ToString();
  2027.     property RightToLeft { get(){} set(){} };
  2028.     }
  2029. class System.Windows.Forms.TrackBar : System.Windows.Forms.Control
  2030.     {
  2031.      Object EVENT_SCROLL;
  2032.      Object EVENT_VALUECHANGED;
  2033.      Boolean autoSize;
  2034.      I4 largeChange;
  2035.      I4 maximum;
  2036.      I4 minimum;
  2037.      ValueClass System.Windows.Forms.Orientation orientation;
  2038.      I4 value;
  2039.      I4 smallChange;
  2040.      I4 tickFrequency;
  2041.      ValueClass System.Windows.Forms.TickStyle tickStyle;
  2042.      I4 requestedDim;
  2043.      Boolean initializing;
  2044.      Void System.Windows.Forms.TrackBar();
  2045.      Boolean get_AutoSize();
  2046.      Void set_AutoSize( Boolean value);
  2047.      Class System.Drawing.Image get_BackgroundImage();
  2048.      Void set_BackgroundImage( Class System.Drawing.Image value);
  2049.      Class System.Windows.Forms.CreateParams get_CreateParams();
  2050.      ValueClass System.Windows.Forms.ImeMode get_DefaultImeMode();
  2051.      ValueClass System.Drawing.Size get_DefaultSize();
  2052.      Class System.Drawing.Font get_Font();
  2053.      Void set_Font( Class System.Drawing.Font value);
  2054.      ValueClass System.Drawing.Color get_ForeColor();
  2055.      Void set_ForeColor( ValueClass System.Drawing.Color value);
  2056.      ValueClass System.Windows.Forms.ImeMode get_ImeMode();
  2057.      Void set_ImeMode( ValueClass System.Windows.Forms.ImeMode value);
  2058.      I4 get_LargeChange();
  2059.      Void set_LargeChange( I4 value);
  2060.      I4 get_Maximum();
  2061.      Void set_Maximum( I4 value);
  2062.      I4 get_Minimum();
  2063.      Void set_Minimum( I4 value);
  2064.      ValueClass System.Windows.Forms.Orientation get_Orientation();
  2065.      Void set_Orientation( ValueClass System.Windows.Forms.Orientation value);
  2066.      I4 get_PreferredDimension();
  2067.      I4 get_SmallChange();
  2068.      Void set_SmallChange( I4 value);
  2069.      String get_Text();
  2070.      Void set_Text( String value);
  2071.      ValueClass System.Windows.Forms.TickStyle get_TickStyle();
  2072.      Void set_TickStyle( ValueClass System.Windows.Forms.TickStyle value);
  2073.      I4 get_TickFrequency();
  2074.      Void set_TickFrequency( I4 value);
  2075.      I4 get_Value();
  2076.      Void set_Value( I4 value);
  2077.      Void add_Click( Class System.EventHandler value);
  2078.      Void remove_Click( Class System.EventHandler value);
  2079.      Void add_DoubleClick( Class System.EventHandler value);
  2080.      Void remove_DoubleClick( Class System.EventHandler value);
  2081.      Void add_Scroll( Class System.EventHandler value);
  2082.      Void remove_Scroll( Class System.EventHandler value);
  2083.      Void add_Paint( Class System.Windows.Forms.PaintEventHandler value);
  2084.      Void remove_Paint( Class System.Windows.Forms.PaintEventHandler value);
  2085.      Void add_ValueChanged( Class System.EventHandler value);
  2086.      Void remove_ValueChanged( Class System.EventHandler value);
  2087.      Void AdjustSize();
  2088.      Void BeginInit();
  2089.      Void ConstrainValue();
  2090.      Void CreateHandle();
  2091.      Void EndInit();
  2092.      Void GetTrackBarValue();
  2093.      Boolean IsInputKey( ValueClass System.Windows.Forms.Keys keyData);
  2094.      Void OnHandleCreated( Class System.EventArgs e);
  2095.      Void OnScroll( Class System.EventArgs e);
  2096.      Void OnValueChanged( Class System.EventArgs e);
  2097.      Void OnBackColorChanged( Class System.EventArgs e);
  2098.      Void SetBoundsCore( I4 x,  I4 y,  I4 width,  I4 height,  ValueClass System.Windows.Forms.BoundsSpecified specified);
  2099.      Void SetRange( I4 minValue,  I4 maxValue);
  2100.      Void SetTrackBarPosition();
  2101.      String ToString();
  2102.      Void WndProc( ByRef ValueClass System.Windows.Forms.Message m);
  2103.      Void System.Windows.Forms.TrackBar();
  2104.     property AutoSize { get(){} set(){} };
  2105.     property BackgroundImage { get(){} set(){} };
  2106.     property CreateParams { get(){} set(){} };
  2107.     property DefaultImeMode { get(){} set(){} };
  2108.     property DefaultSize { get(){} set(){} };
  2109.     property Font { get(){} set(){} };
  2110.     property ForeColor { get(){} set(){} };
  2111.     property ImeMode { get(){} set(){} };
  2112.     property LargeChange { get(){} set(){} };
  2113.     property Maximum { get(){} set(){} };
  2114.     property Minimum { get(){} set(){} };
  2115.     property Orientation { get(){} set(){} };
  2116.     property PreferredDimension { get(){} set(){} };
  2117.     property SmallChange { get(){} set(){} };
  2118.     property Text { get(){} set(){} };
  2119.     property TickStyle { get(){} set(){} };
  2120.     property TickFrequency { get(){} set(){} };
  2121.     property Value { get(){} set(){} };
  2122.     event Click;
  2123.     event DoubleClick;
  2124.     event Scroll;
  2125.     event Paint;
  2126.     event ValueChanged;
  2127.     }
  2128. class System.Windows.Forms.MdiLayout : System.Enum
  2129.     {
  2130.      I4 value__;
  2131.      ValueClass System.Windows.Forms.MdiLayout Cascade;
  2132.      ValueClass System.Windows.Forms.MdiLayout TileHorizontal;
  2133.      ValueClass System.Windows.Forms.MdiLayout TileVertical;
  2134.      ValueClass System.Windows.Forms.MdiLayout ArrangeIcons;
  2135.     }
  2136. class System.Windows.Forms.MdiWindowDialog : System.Windows.Forms.Form
  2137.     {
  2138.      Class System.Windows.Forms.ListBox itemList;
  2139.      Class System.Windows.Forms.Button okButton;
  2140.      Class System.Windows.Forms.Button cancelButton;
  2141.      Class System.ComponentModel.IContainer components;
  2142.      Class System.Windows.Forms.Form active;
  2143.      Void System.Windows.Forms.MdiWindowDialog();
  2144.      Class System.Windows.Forms.Form get_ActiveChildForm();
  2145.      Void Dispose( Boolean disposing);
  2146.      Void SetItems( Class System.Windows.Forms.Form active,  SZArray Class System.Windows.Forms.Form all);
  2147.      Void ItemList_doubleClick( Object source,  Class System.EventArgs e);
  2148.      Void ItemList_selectedIndexChanged( Object source,  Class System.EventArgs e);
  2149.      Void InitializeComponent();
  2150.     property ActiveChildForm { get(){} set(){} };
  2151.     }
  2152. class ListItem : System.Object
  2153.     {
  2154.      Class System.Windows.Forms.Form form;
  2155.      Void ListItem( Class System.Windows.Forms.Form f);
  2156.      String ToString();
  2157.     }
  2158. class System.Windows.Forms.MeasureItemEventArgs : System.EventArgs
  2159.     {
  2160.      I4 itemHeight;
  2161.      I4 itemWidth;
  2162.      I4 index;
  2163.      Class System.Drawing.Graphics graphics;
  2164.      Void System.Windows.Forms.MeasureItemEventArgs( Class System.Drawing.Graphics graphics,  I4 index,  I4 itemHeight);
  2165.      Void System.Windows.Forms.MeasureItemEventArgs( Class System.Drawing.Graphics graphics,  I4 index);
  2166.      Class System.Drawing.Graphics get_Graphics();
  2167.      I4 get_Index();
  2168.      I4 get_ItemHeight();
  2169.      Void set_ItemHeight( I4 value);
  2170.      I4 get_ItemWidth();
  2171.      Void set_ItemWidth( I4 value);
  2172.     property Graphics { get(){} set(){} };
  2173.     property Index { get(){} set(){} };
  2174.     property ItemHeight { get(){} set(){} };
  2175.     property ItemWidth { get(){} set(){} };
  2176.     }
  2177. class System.Windows.Forms.MeasureItemEventHandler : System.MulticastDelegate
  2178.     {
  2179.      Void System.Windows.Forms.MeasureItemEventHandler( Object object,  I method);
  2180.      Void Invoke( Object sender,  Class System.Windows.Forms.MeasureItemEventArgs e);
  2181.      Class System.IAsyncResult BeginInvoke( Object sender,  Class System.Windows.Forms.MeasureItemEventArgs e,  Class System.AsyncCallback callback,  Object object);
  2182.      Void EndInvoke( Class System.IAsyncResult result);
  2183.     }
  2184. class System.Windows.Forms.TreeView : System.Windows.Forms.Control
  2185.     {
  2186.      I4 DefaultTreeViewIndent;
  2187.      I4 MaxIndent;
  2188.      String backSlash;
  2189.      Class System.Windows.Forms.NodeLabelEditEventHandler onBeforeLabelEdit;
  2190.      Class System.Windows.Forms.NodeLabelEditEventHandler onAfterLabelEdit;
  2191.      Class System.Windows.Forms.TreeViewCancelEventHandler onBeforeCheck;
  2192.      Class System.Windows.Forms.TreeViewEventHandler onAfterCheck;
  2193.      Class System.Windows.Forms.TreeViewCancelEventHandler onBeforeCollapse;
  2194.      Class System.Windows.Forms.TreeViewEventHandler onAfterCollapse;
  2195.      Class System.Windows.Forms.TreeViewCancelEventHandler onBeforeExpand;
  2196.      Class System.Windows.Forms.TreeViewEventHandler onAfterExpand;
  2197.      Class System.Windows.Forms.TreeViewCancelEventHandler onBeforeSelect;
  2198.      Class System.Windows.Forms.TreeViewEventHandler onAfterSelect;
  2199.      Class System.Windows.Forms.ItemDragEventHandler onItemDrag;
  2200.      Class System.Windows.Forms.TreeNode selectedNode;
  2201.      I4 selectedImageIndex;
  2202.      Boolean hideSelection;
  2203.      I4 imageIndex;
  2204.      Class System.Windows.Forms.ImageList imageList;
  2205.      I4 indent;
  2206.      I4 itemHeight;
  2207.      String pathSeparator;
  2208.      Boolean labelEdit;
  2209.      Boolean scrollable;
  2210.      ValueClass System.Windows.Forms.BorderStyle borderStyle;
  2211.      Boolean checkBoxes;
  2212.      Boolean showLines;
  2213.      Boolean showPlusMinus;
  2214.      Boolean showRootLines;
  2215.      Boolean sorted;
  2216.      Boolean hotTracking;
  2217.      Boolean fullRowSelect;
  2218.      Class System.Windows.Forms.TreeNodeCollection nodes;
  2219.      Class System.Windows.Forms.TreeNode editNode;
  2220.      Class System.Windows.Forms.TreeNode root;
  2221.      Class System.Collections.Hashtable nodeTable;
  2222.      I4 updateCount;
  2223.      ValueClass System.Windows.Forms.MouseButtons downButton;
  2224.      Boolean doubleclickFired;
  2225.      Boolean mouseUpFired;
  2226.      Void System.Windows.Forms.TreeView();
  2227.      ValueClass System.Drawing.Color get_BackColor();
  2228.      Void set_BackColor( ValueClass System.Drawing.Color value);
  2229.      Class System.Drawing.Image get_BackgroundImage();
  2230.      Void set_BackgroundImage( Class System.Drawing.Image value);
  2231.      ValueClass System.Windows.Forms.BorderStyle get_BorderStyle();
  2232.      Void set_BorderStyle( ValueClass System.Windows.Forms.BorderStyle value);
  2233.      Boolean get_CheckBoxes();
  2234.      Void set_CheckBoxes( Boolean value);
  2235.      Class System.Windows.Forms.CreateParams get_CreateParams();
  2236.      ValueClass System.Drawing.Size get_DefaultSize();
  2237.      ValueClass System.Drawing.Color get_ForeColor();
  2238.      Void set_ForeColor( ValueClass System.Drawing.Color value);
  2239.      Boolean get_FullRowSelect();
  2240.      Void set_FullRowSelect( Boolean value);
  2241.      Boolean get_HideSelection();
  2242.      Void set_HideSelection( Boolean value);
  2243.      Boolean get_HotTracking();
  2244.      Void set_HotTracking( Boolean value);
  2245.      I4 get_ImageIndex();
  2246.      Void set_ImageIndex( I4 value);
  2247.      Class System.Windows.Forms.ImageList get_ImageList();
  2248.      Void set_ImageList( Class System.Windows.Forms.ImageList value);
  2249.      I4 get_Indent();
  2250.      Void set_Indent( I4 value);
  2251.      I4 get_ItemHeight();
  2252.      Void set_ItemHeight( I4 value);
  2253.      Boolean get_LabelEdit();
  2254.      Void set_LabelEdit( Boolean value);
  2255.      Class System.Windows.Forms.TreeNodeCollection get_Nodes();
  2256.      String get_PathSeparator();
  2257.      Void set_PathSeparator( String value);
  2258.      Boolean get_Scrollable();
  2259.      Void set_Scrollable( Boolean value);
  2260.      I4 get_SelectedImageIndex();
  2261.      Void set_SelectedImageIndex( I4 value);
  2262.      Class System.Windows.Forms.TreeNode get_SelectedNode();
  2263.      Void set_SelectedNode( Class System.Windows.Forms.TreeNode value);
  2264.      Boolean get_ShowLines();
  2265.      Void set_ShowLines( Boolean value);
  2266.      Boolean get_ShowPlusMinus();
  2267.      Void set_ShowPlusMinus( Boolean value);
  2268.      Boolean get_ShowRootLines();
  2269.      Void set_ShowRootLines( Boolean value);
  2270.      Boolean get_Sorted();
  2271.      Void set_Sorted( Boolean value);
  2272.      String get_Text();
  2273.      Void set_Text( String value);
  2274.      Class System.Windows.Forms.TreeNode get_TopNode();
  2275.      I4 get_VisibleCount();
  2276.      Void add_BeforeLabelEdit( Class System.Windows.Forms.NodeLabelEditEventHandler value);
  2277.      Void remove_BeforeLabelEdit( Class System.Windows.Forms.NodeLabelEditEventHandler value);
  2278.      Void add_AfterLabelEdit( Class System.Windows.Forms.NodeLabelEditEventHandler value);
  2279.      Void remove_AfterLabelEdit( Class System.Windows.Forms.NodeLabelEditEventHandler value);
  2280.      Void add_BeforeCheck( Class System.Windows.Forms.TreeViewCancelEventHandler value);
  2281.      Void remove_BeforeCheck( Class System.Windows.Forms.TreeViewCancelEventHandler value);
  2282.      Void add_AfterCheck( Class System.Windows.Forms.TreeViewEventHandler value);
  2283.      Void remove_AfterCheck( Class System.Windows.Forms.TreeViewEventHandler value);
  2284.      Void add_BeforeCollapse( Class System.Windows.Forms.TreeViewCancelEventHandler value);
  2285.      Void remove_BeforeCollapse( Class System.Windows.Forms.TreeViewCancelEventHandler value);
  2286.      Void add_AfterCollapse( Class System.Windows.Forms.TreeViewEventHandler value);
  2287.      Void remove_AfterCollapse( Class System.Windows.Forms.TreeViewEventHandler value);
  2288.      Void add_BeforeExpand( Class System.Windows.Forms.TreeViewCancelEventHandler value);
  2289.      Void remove_BeforeExpand( Class System.Windows.Forms.TreeViewCancelEventHandler value);
  2290.      Void add_AfterExpand( Class System.Windows.Forms.TreeViewEventHandler value);
  2291.      Void remove_AfterExpand( Class System.Windows.Forms.TreeViewEventHandler value);
  2292.      Void add_ItemDrag( Class System.Windows.Forms.ItemDragEventHandler value);
  2293.      Void remove_ItemDrag( Class System.Windows.Forms.ItemDragEventHandler value);
  2294.      Void add_BeforeSelect( Class System.Windows.Forms.TreeViewCancelEventHandler value);
  2295.      Void remove_BeforeSelect( Class System.Windows.Forms.TreeViewCancelEventHandler value);
  2296.      Void add_AfterSelect( Class System.Windows.Forms.TreeViewEventHandler value);
  2297.      Void remove_AfterSelect( Class System.Windows.Forms.TreeViewEventHandler value);
  2298.      Void add_Paint( Class System.Windows.Forms.PaintEventHandler value);
  2299.      Void remove_Paint( Class System.Windows.Forms.PaintEventHandler value);
  2300.      Void BeginUpdate();
  2301.      Void CollapseAll();
  2302.      Void CreateHandle();
  2303.      Void DetachImageList( Object sender,  Class System.EventArgs e);
  2304.      Void Dispose( Boolean disposing);
  2305.      Void EndUpdate();
  2306.      Void ExpandAll();
  2307.      Void ForceScrollbarUpdate( Boolean delayed);
  2308.      Boolean TreeViewBeforeCheck( Class System.Windows.Forms.TreeNode node,  ValueClass System.Windows.Forms.TreeViewAction actionTaken);
  2309.      Void TreeViewAfterCheck( Class System.Windows.Forms.TreeNode node,  ValueClass System.Windows.Forms.TreeViewAction actionTaken);
  2310.      I4 GetNodeCount( Boolean includeSubTrees);
  2311.      Class System.Windows.Forms.TreeNode GetNodeAt( ValueClass System.Drawing.Point pt);
  2312.      Class System.Windows.Forms.TreeNode GetNodeAt( I4 x,  I4 y);
  2313.      Void ImageListRecreateHandle( Object sender,  Class System.EventArgs e);
  2314.      Boolean IsInputKey( ValueClass System.Windows.Forms.Keys keyData);
  2315.      Class System.Windows.Forms.TreeNode NodeFromHandle( I handle);
  2316.      Void OnHandleCreated( Class System.EventArgs e);
  2317.      Void OnHandleDestroyed( Class System.EventArgs e);
  2318.      Void OnBeforeLabelEdit( Class System.Windows.Forms.NodeLabelEditEventArgs e);
  2319.      Void OnAfterLabelEdit( Class System.Windows.Forms.NodeLabelEditEventArgs e);
  2320.      Void OnBeforeCheck( Class System.Windows.Forms.TreeViewCancelEventArgs e);
  2321.      Void OnAfterCheck( Class System.Windows.Forms.TreeViewEventArgs e);
  2322.      Void OnBeforeCollapse( Class System.Windows.Forms.TreeViewCancelEventArgs e);
  2323.      Void _OnBeforeCollapse( Class System.Windows.Forms.TreeViewCancelEventArgs e);
  2324.      Void OnAfterCollapse( Class System.Windows.Forms.TreeViewEventArgs e);
  2325.      Void _OnAfterCollapse( Class System.Windows.Forms.TreeViewEventArgs e);
  2326.      Void OnBeforeExpand( Class System.Windows.Forms.TreeViewCancelEventArgs e);
  2327.      Void OnAfterExpand( Class System.Windows.Forms.TreeViewEventArgs e);
  2328.      Void OnItemDrag( Class System.Windows.Forms.ItemDragEventArgs e);
  2329.      Void OnBeforeSelect( Class System.Windows.Forms.TreeViewCancelEventArgs e);
  2330.      Void OnAfterSelect( Class System.Windows.Forms.TreeViewEventArgs e);
  2331.      Void OnKeyDown( Class System.Windows.Forms.KeyEventArgs e);
  2332.      Void OnKeyUp( Class System.Windows.Forms.KeyEventArgs e);
  2333.      Void OnKeyPress( Class System.Windows.Forms.KeyPressEventArgs e);
  2334.      Void RefreshNodes();
  2335.      Void ResetIndent();
  2336.      Void ResetItemHeight();
  2337.      Boolean ShouldSerializeIndent();
  2338.      Boolean ShouldSerializeItemHeight();
  2339.      String ToString();
  2340.      Void TvnBeginDrag( ValueClass System.Windows.Forms.MouseButtons buttons,  Ptr ValueClass NMTREEVIEW nmtv);
  2341.      I TvnExpanding( Ptr ValueClass NMTREEVIEW nmtv);
  2342.      Void TvnExpanded( Ptr ValueClass NMTREEVIEW nmtv);
  2343.      I TvnSelecting( Ptr ValueClass NMTREEVIEW nmtv);
  2344.      Void TvnSelected( Ptr ValueClass NMTREEVIEW nmtv);
  2345.      I TvnBeginLabelEdit( Class NMTVDISPINFO nmtvdi);
  2346.      I TvnEndLabelEdit( Class NMTVDISPINFO nmtvdi);
  2347.      Void WmMouseDown( ByRef ValueClass System.Windows.Forms.Message m,  ValueClass System.Windows.Forms.MouseButtons button,  I4 clicks);
  2348.      Void CustomDraw( ByRef ValueClass System.Windows.Forms.Message m);
  2349.      Class System.Windows.Forms.OwnerDrawPropertyBag GetItemRenderStyles( Class System.Windows.Forms.TreeNode node,  I4 state);
  2350.      Void WmNotify( ByRef ValueClass System.Windows.Forms.Message m);
  2351.      Void WndProc( ByRef ValueClass System.Windows.Forms.Message m);
  2352.      Void System.Windows.Forms.TreeView();
  2353.     property BackColor { get(){} set(){} };
  2354.     property BackgroundImage { get(){} set(){} };
  2355.     property BorderStyle { get(){} set(){} };
  2356.     property CheckBoxes { get(){} set(){} };
  2357.     property CreateParams { get(){} set(){} };
  2358.     property DefaultSize { get(){} set(){} };
  2359.     property ForeColor { get(){} set(){} };
  2360.     property FullRowSelect { get(){} set(){} };
  2361.     property HideSelection { get(){} set(){} };
  2362.     property HotTracking { get(){} set(){} };
  2363.     property ImageIndex { get(){} set(){} };
  2364.     property ImageList { get(){} set(){} };
  2365.     property Indent { get(){} set(){} };
  2366.     property ItemHeight { get(){} set(){} };
  2367.     property LabelEdit { get(){} set(){} };
  2368.     property Nodes { get(){} set(){} };
  2369.     property PathSeparator { get(){} set(){} };
  2370.     property Scrollable { get(){} set(){} };
  2371.     property SelectedImageIndex { get(){} set(){} };
  2372.     property SelectedNode { get(){} set(){} };
  2373.     property ShowLines { get(){} set(){} };
  2374.     property ShowPlusMinus { get(){} set(){} };
  2375.     property ShowRootLines { get(){} set(){} };
  2376.     property Sorted { get(){} set(){} };
  2377.     property Text { get(){} set(){} };
  2378.     property TopNode { get(){} set(){} };
  2379.     property VisibleCount { get(){} set(){} };
  2380.     event BeforeLabelEdit;
  2381.     event AfterLabelEdit;
  2382.     event BeforeCheck;
  2383.     event AfterCheck;
  2384.     event BeforeCollapse;
  2385.     event AfterCollapse;
  2386.     event BeforeExpand;
  2387.     event AfterExpand;
  2388.     event ItemDrag;
  2389.     event BeforeSelect;
  2390.     event AfterSelect;
  2391.     event Paint;
  2392.     }
  2393. class System.Windows.Forms.MenuGlyph : System.Enum
  2394.     {
  2395.      I4 value__;
  2396.      ValueClass System.Windows.Forms.MenuGlyph Arrow;
  2397.      ValueClass System.Windows.Forms.MenuGlyph Checkmark;
  2398.      ValueClass System.Windows.Forms.MenuGlyph Bullet;
  2399.      ValueClass System.Windows.Forms.MenuGlyph Min;
  2400.      ValueClass System.Windows.Forms.MenuGlyph Max;
  2401.     }
  2402. class System.Windows.Forms.MenuItem : System.Windows.Forms.Menu
  2403.     {
  2404.      I4 STATE_BARBREAK;
  2405.      I4 STATE_BREAK;
  2406.      I4 STATE_CHECKED;
  2407.      I4 STATE_DEFAULT;
  2408.      I4 STATE_DISABLED;
  2409.      I4 STATE_RADIOCHECK;
  2410.      I4 STATE_HIDDEN;
  2411.      I4 STATE_MDILIST;
  2412.      I4 STATE_CLONE_MASK;
  2413.      I4 STATE_OWNERDRAW;
  2414.      Class System.Windows.Forms.Menu menu;
  2415.      Boolean hasHandle;
  2416.      Class MenuItemData data;
  2417.      I4 dataVersion;
  2418.      Class System.Windows.Forms.MenuItem nextLinkedItem;
  2419.      Class System.Collections.Hashtable allCreatedMenuItems;
  2420.      I4 createdMenuItemsCounter;
  2421.      I4 uniqueID;
  2422.      Void System.Windows.Forms.MenuItem();
  2423.      Void System.Windows.Forms.MenuItem( String text);
  2424.      Void System.Windows.Forms.MenuItem( String text,  Class System.EventHandler onClick);
  2425.      Void System.Windows.Forms.MenuItem( String text,  Class System.EventHandler onClick,  ValueClass System.Windows.Forms.Shortcut shortcut);
  2426.      Void System.Windows.Forms.MenuItem( String text,  SZArray Class System.Windows.Forms.MenuItem items);
  2427.      Void System.Windows.Forms.MenuItem( Class MenuItemData data);
  2428.      Void System.Windows.Forms.MenuItem( ValueClass System.Windows.Forms.MenuMerge mergeType,  I4 mergeOrder,  ValueClass System.Windows.Forms.Shortcut shortcut,  String text,  Class System.EventHandler onClick,  Class System.EventHandler onPopup,  Class System.EventHandler onSelect,  SZArray Class System.Windows.Forms.MenuItem items);
  2429.      Boolean get_BarBreak();
  2430.      Void set_BarBreak( Boolean value);
  2431.      Boolean get_Break();
  2432.      Void set_Break( Boolean value);
  2433.      Boolean get_Checked();
  2434.      Void set_Checked( Boolean value);
  2435.      Boolean get_DefaultItem();
  2436.      Void set_DefaultItem( Boolean value);
  2437.      Boolean get_OwnerDraw();
  2438.      Void set_OwnerDraw( Boolean value);
  2439.      Boolean get_Enabled();
  2440.      Void set_Enabled( Boolean value);
  2441.      I4 get_Index();
  2442.      Void set_Index( I4 value);
  2443.      Boolean get_IsParent();
  2444.      Boolean get_MdiList();
  2445.      Void set_MdiList( Boolean value);
  2446.      I4 get_MenuID();
  2447.      I4 get_MenuIndex();
  2448.      ValueClass System.Windows.Forms.MenuMerge get_MergeType();
  2449.      Void set_MergeType( ValueClass System.Windows.Forms.MenuMerge value);
  2450.      I4 get_MergeOrder();
  2451.      Void set_MergeOrder( I4 value);
  2452.      Char get_Mnemonic();
  2453.      Class System.Windows.Forms.Menu get_Parent();
  2454.      Boolean get_RadioCheck();
  2455.      Void set_RadioCheck( Boolean value);
  2456.      String get_Text();
  2457.      Void set_Text( String value);
  2458.      ValueClass System.Windows.Forms.Shortcut get_Shortcut();
  2459.      Void set_Shortcut( ValueClass System.Windows.Forms.Shortcut value);
  2460.      Boolean get_ShowShortcut();
  2461.      Void set_ShowShortcut( Boolean value);
  2462.      Boolean get_Visible();
  2463.      Void set_Visible( Boolean value);
  2464.      Void add_Click( Class System.EventHandler value);
  2465.      Void remove_Click( Class System.EventHandler value);
  2466.      Void add_DrawItem( Class System.Windows.Forms.DrawItemEventHandler value);
  2467.      Void remove_DrawItem( Class System.Windows.Forms.DrawItemEventHandler value);
  2468.      Void add_MeasureItem( Class System.Windows.Forms.MeasureItemEventHandler value);
  2469.      Void remove_MeasureItem( Class System.Windows.Forms.MeasureItemEventHandler value);
  2470.      Boolean get_ParentIsRightToLeft();
  2471.      Void add_Popup( Class System.EventHandler value);
  2472.      Void remove_Popup( Class System.EventHandler value);
  2473.      Void add_Select( Class System.EventHandler value);