System.Windows.Forms.cs
上传用户:jnxxjx
上传日期:2015-03-08
资源大小:3388k
文件大小:1198k
- 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);
- Class System.Windows.Forms.IDataObject get_Data();
- I4 get_KeyState();
- I4 get_X();
- I4 get_Y();
- ValueClass System.Windows.Forms.DragDropEffects get_AllowedEffect();
- ValueClass System.Windows.Forms.DragDropEffects get_Effect();
- Void set_Effect( ValueClass System.Windows.Forms.DragDropEffects value);
- property Data { get(){} set(){} };
- property KeyState { get(){} set(){} };
- property X { get(){} set(){} };
- property Y { get(){} set(){} };
- property AllowedEffect { get(){} set(){} };
- property Effect { get(){} set(){} };
- }
- class System.Windows.Forms.DragEventHandler : System.MulticastDelegate
- {
- Void System.Windows.Forms.DragEventHandler( Object object, I method);
- Void Invoke( Object sender, Class System.Windows.Forms.DragEventArgs e);
- Class System.IAsyncResult BeginInvoke( Object sender, Class System.Windows.Forms.DragEventArgs e, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class System.Windows.Forms.DrawItemEventArgs : System.EventArgs
- {
- ValueClass System.Drawing.Color backColor;
- ValueClass System.Drawing.Color foreColor;
- Class System.Drawing.Font font;
- Class System.Drawing.Graphics graphics;
- I4 index;
- ValueClass System.Drawing.Rectangle rect;
- ValueClass System.Windows.Forms.DrawItemState state;
- 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);
- 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);
- ValueClass System.Drawing.Color get_BackColor();
- ValueClass System.Drawing.Rectangle get_Bounds();
- Class System.Drawing.Font get_Font();
- ValueClass System.Drawing.Color get_ForeColor();
- Class System.Drawing.Graphics get_Graphics();
- I4 get_Index();
- ValueClass System.Windows.Forms.DrawItemState get_State();
- Void Dispose();
- Void DrawBackground();
- Void DrawFocusRectangle();
- property BackColor { get(){} set(){} };
- property Bounds { get(){} set(){} };
- property Font { get(){} set(){} };
- property ForeColor { get(){} set(){} };
- property Graphics { get(){} set(){} };
- property Index { get(){} set(){} };
- property State { get(){} set(){} };
- }
- class System.Windows.Forms.DrawItemEventHandler : System.MulticastDelegate
- {
- Void System.Windows.Forms.DrawItemEventHandler( Object object, I method);
- Void Invoke( Object sender, Class System.Windows.Forms.DrawItemEventArgs e);
- Class System.IAsyncResult BeginInvoke( Object sender, Class System.Windows.Forms.DrawItemEventArgs e, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class System.Windows.Forms.DrawItemState : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.DrawItemState Checked;
- ValueClass System.Windows.Forms.DrawItemState ComboBoxEdit;
- ValueClass System.Windows.Forms.DrawItemState Default;
- ValueClass System.Windows.Forms.DrawItemState Disabled;
- ValueClass System.Windows.Forms.DrawItemState Focus;
- ValueClass System.Windows.Forms.DrawItemState Grayed;
- ValueClass System.Windows.Forms.DrawItemState HotLight;
- ValueClass System.Windows.Forms.DrawItemState Inactive;
- ValueClass System.Windows.Forms.DrawItemState NoAccelerator;
- ValueClass System.Windows.Forms.DrawItemState NoFocusRect;
- ValueClass System.Windows.Forms.DrawItemState Selected;
- ValueClass System.Windows.Forms.DrawItemState None;
- }
- class System.Windows.Forms.DrawMode : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.DrawMode Normal;
- ValueClass System.Windows.Forms.DrawMode OwnerDrawFixed;
- ValueClass System.Windows.Forms.DrawMode OwnerDrawVariable;
- }
- class System.Windows.Forms.ErrorBlinkStyle : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.ErrorBlinkStyle BlinkIfDifferentError;
- ValueClass System.Windows.Forms.ErrorBlinkStyle AlwaysBlink;
- ValueClass System.Windows.Forms.ErrorBlinkStyle NeverBlink;
- }
- class System.Windows.Forms.ErrorIconAlignment : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.ErrorIconAlignment TopLeft;
- ValueClass System.Windows.Forms.ErrorIconAlignment TopRight;
- ValueClass System.Windows.Forms.ErrorIconAlignment MiddleLeft;
- ValueClass System.Windows.Forms.ErrorIconAlignment MiddleRight;
- ValueClass System.Windows.Forms.ErrorIconAlignment BottomLeft;
- ValueClass System.Windows.Forms.ErrorIconAlignment BottomRight;
- }
- interface System.Windows.Forms.IFeatureSupport :
- {
- Boolean IsPresent( Object feature);
- Boolean IsPresent( Object feature, Class System.Version minimumVersion);
- Class System.Version GetVersionPresent( Object feature);
- }
- class System.Windows.Forms.FeatureSupport : System.Object
- {
- Boolean IsPresent( String featureClassName, String featureConstName);
- Boolean IsPresent( String featureClassName, String featureConstName, Class System.Version minimumVersion);
- Class System.Version GetVersionPresent( String featureClassName, String featureConstName);
- Boolean IsPresent( Object feature);
- Boolean IsPresent( Object feature, Class System.Version minimumVersion);
- Class System.Version GetVersionPresent( Object feature);
- Void System.Windows.Forms.FeatureSupport();
- }
- class System.Windows.Forms.FlatStyle : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.FlatStyle Flat;
- ValueClass System.Windows.Forms.FlatStyle Popup;
- ValueClass System.Windows.Forms.FlatStyle Standard;
- ValueClass System.Windows.Forms.FlatStyle System;
- }
- class System.Windows.Forms.PictureBox : System.Windows.Forms.Control
- {
- ValueClass System.Windows.Forms.BorderStyle borderStyle;
- Class System.Drawing.Image image;
- ValueClass System.Windows.Forms.PictureBoxSizeMode sizeMode;
- Boolean currentlyAnimating;
- Object EVENT_SIZEMODECHANGED;
- Void System.Windows.Forms.PictureBox();
- Boolean get_AllowDrop();
- Void set_AllowDrop( Boolean value);
- ValueClass System.Windows.Forms.BorderStyle get_BorderStyle();
- Void set_BorderStyle( ValueClass System.Windows.Forms.BorderStyle value);
- Boolean get_CausesValidation();
- Void set_CausesValidation( Boolean value);
- Class System.Windows.Forms.CreateParams get_CreateParams();
- ValueClass System.Windows.Forms.ImeMode get_DefaultImeMode();
- ValueClass System.Drawing.Size get_DefaultSize();
- ValueClass System.Drawing.Color get_ForeColor();
- Void set_ForeColor( ValueClass System.Drawing.Color value);
- Class System.Drawing.Font get_Font();
- Void set_Font( Class System.Drawing.Font value);
- Class System.Drawing.Image get_Image();
- Void set_Image( Class System.Drawing.Image value);
- ValueClass System.Drawing.Rectangle get_ImageRectangle();
- ValueClass System.Windows.Forms.ImeMode get_ImeMode();
- Void set_ImeMode( ValueClass System.Windows.Forms.ImeMode value);
- ValueClass System.Windows.Forms.RightToLeft get_RightToLeft();
- Void set_RightToLeft( ValueClass System.Windows.Forms.RightToLeft value);
- ValueClass System.Windows.Forms.PictureBoxSizeMode get_SizeMode();
- Void set_SizeMode( ValueClass System.Windows.Forms.PictureBoxSizeMode value);
- Void add_SizeModeChanged( Class System.EventHandler value);
- Void remove_SizeModeChanged( Class System.EventHandler value);
- Boolean get_TabStop();
- Void set_TabStop( Boolean value);
- I4 get_TabIndex();
- Void set_TabIndex( I4 value);
- String get_Text();
- Void set_Text( String value);
- Void add_Enter( Class System.EventHandler value);
- Void remove_Enter( Class System.EventHandler value);
- Void add_KeyUp( Class System.Windows.Forms.KeyEventHandler value);
- Void remove_KeyUp( Class System.Windows.Forms.KeyEventHandler value);
- Void add_KeyDown( Class System.Windows.Forms.KeyEventHandler value);
- Void remove_KeyDown( Class System.Windows.Forms.KeyEventHandler value);
- Void add_KeyPress( Class System.Windows.Forms.KeyPressEventHandler value);
- Void remove_KeyPress( Class System.Windows.Forms.KeyPressEventHandler value);
- Void add_Leave( Class System.EventHandler value);
- Void remove_Leave( Class System.EventHandler value);
- Void AdjustSize();
- Void Animate();
- Void StopAnimate();
- Void Animate( Boolean animate);
- Void Dispose( Boolean disposing);
- ValueClass System.Drawing.Size GetPreferredSize();
- Void OnEnabledChanged( Class System.EventArgs e);
- Void OnFrameChanged( Object o, Class System.EventArgs e);
- Void OnPaint( Class System.Windows.Forms.PaintEventArgs pe);
- Void OnVisibleChanged( Class System.EventArgs e);
- Void OnParentChanged( Class System.EventArgs e);
- Void OnResize( Class System.EventArgs e);
- Void OnSizeModeChanged( Class System.EventArgs e);
- Void SetBoundsCore( I4 x, I4 y, I4 width, I4 height, ValueClass System.Windows.Forms.BoundsSpecified specified);
- String ToString();
- Void System.Windows.Forms.PictureBox();
- property AllowDrop { get(){} set(){} };
- property BorderStyle { get(){} set(){} };
- property CausesValidation { get(){} set(){} };
- property CreateParams { get(){} set(){} };
- property DefaultImeMode { get(){} set(){} };
- property DefaultSize { get(){} set(){} };
- property ForeColor { get(){} set(){} };
- property Font { get(){} set(){} };
- property Image { get(){} set(){} };
- property ImageRectangle { get(){} set(){} };
- property ImeMode { get(){} set(){} };
- property RightToLeft { get(){} set(){} };
- property SizeMode { get(){} set(){} };
- property TabStop { get(){} set(){} };
- property TabIndex { get(){} set(){} };
- property Text { get(){} set(){} };
- event SizeModeChanged;
- event Enter;
- event KeyUp;
- event KeyDown;
- event KeyPress;
- event Leave;
- }
- class System.Windows.Forms.FormBorderStyle : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.FormBorderStyle None;
- ValueClass System.Windows.Forms.FormBorderStyle FixedSingle;
- ValueClass System.Windows.Forms.FormBorderStyle Fixed3D;
- ValueClass System.Windows.Forms.FormBorderStyle FixedDialog;
- ValueClass System.Windows.Forms.FormBorderStyle Sizable;
- ValueClass System.Windows.Forms.FormBorderStyle FixedToolWindow;
- ValueClass System.Windows.Forms.FormBorderStyle SizableToolWindow;
- }
- class System.Windows.Forms.FormStartPosition : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.FormStartPosition Manual;
- ValueClass System.Windows.Forms.FormStartPosition CenterScreen;
- ValueClass System.Windows.Forms.FormStartPosition WindowsDefaultLocation;
- ValueClass System.Windows.Forms.FormStartPosition WindowsDefaultBounds;
- ValueClass System.Windows.Forms.FormStartPosition CenterParent;
- }
- class System.Windows.Forms.FormWindowState : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.FormWindowState Normal;
- ValueClass System.Windows.Forms.FormWindowState Minimized;
- ValueClass System.Windows.Forms.FormWindowState Maximized;
- }
- class System.Windows.Forms.FrameStyle : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.FrameStyle Dashed;
- ValueClass System.Windows.Forms.FrameStyle Thick;
- }
- class System.Windows.Forms.GiveFeedbackEventArgs : System.EventArgs
- {
- ValueClass System.Windows.Forms.DragDropEffects effect;
- Boolean useDefaultCursors;
- Void System.Windows.Forms.GiveFeedbackEventArgs( ValueClass System.Windows.Forms.DragDropEffects effect, Boolean useDefaultCursors);
- ValueClass System.Windows.Forms.DragDropEffects get_Effect();
- Boolean get_UseDefaultCursors();
- Void set_UseDefaultCursors( Boolean value);
- property Effect { get(){} set(){} };
- property UseDefaultCursors { get(){} set(){} };
- }
- class System.Windows.Forms.GiveFeedbackEventHandler : System.MulticastDelegate
- {
- Void System.Windows.Forms.GiveFeedbackEventHandler( Object object, I method);
- Void Invoke( Object sender, Class System.Windows.Forms.GiveFeedbackEventArgs e);
- Class System.IAsyncResult BeginInvoke( Object sender, Class System.Windows.Forms.GiveFeedbackEventArgs e, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class System.Windows.Forms.GraphicsBuffer : System.Object
- {
- Class System.Drawing.Graphics surface;
- Class System.Windows.Forms.GraphicsBufferManager owner;
- Boolean disposeOwner;
- Void System.Windows.Forms.GraphicsBuffer( Class System.Drawing.Graphics surface, Class System.Windows.Forms.GraphicsBufferManager owner);
- Class System.Drawing.Graphics get_Graphics();
- Void Dispose();
- property Graphics { get(){} set(){} };
- }
- class System.Windows.Forms.GraphicsBufferManager : System.Object
- {
- Class System.Diagnostics.TraceSwitch doubleBuffering;
- Class System.Diagnostics.TraceSwitch get_DoubleBuffering();
- Class System.Windows.Forms.GraphicsBufferManager CreateOptimal();
- Void Finalize();
- Class System.Windows.Forms.GraphicsBuffer AllocBuffer( Class System.Drawing.Graphics target, ValueClass System.Drawing.Rectangle targetBounds);
- Class System.Windows.Forms.GraphicsBuffer AllocBuffer( I target, ValueClass System.Drawing.Rectangle targetBounds);
- Void ReleaseBuffer( Class System.Windows.Forms.GraphicsBuffer buffer);
- Void PaintBuffer();
- Void Dispose( Boolean disposing);
- Void Dispose();
- Void System.Windows.Forms.GraphicsBufferManager();
- property DoubleBuffering { get(){} set(){} };
- }
- class DibGraphicsBufferManager : System.Windows.Forms.GraphicsBufferManager
- {
- I dib;
- I compatDC;
- I oldBitmap;
- I4 bufferWidth;
- I4 bufferHeight;
- Class System.Drawing.Graphics compatGraphics;
- Class System.Drawing.Drawing2D.GraphicsContainer container;
- I targetDC;
- Class System.Drawing.Graphics targetGraphics;
- I4 targetX;
- I4 targetY;
- I4 virtualWidth;
- I4 virtualHeight;
- Class System.Windows.Forms.GraphicsBuffer buffer;
- I4 busy;
- Class System.Windows.Forms.GraphicsBuffer AllocBuffer( Class System.Drawing.Graphics target, ValueClass System.Drawing.Rectangle targetBounds);
- Class System.Windows.Forms.GraphicsBuffer AllocBuffer( I target, ValueClass System.Drawing.Rectangle targetBounds);
- Boolean ShouldUseTempManager( ValueClass System.Drawing.Rectangle targetBounds);
- Class System.Windows.Forms.GraphicsBuffer AllocBufferInTempManager( Class System.Drawing.Graphics targetGraphics, I targetDC, ValueClass System.Drawing.Rectangle targetBounds);
- Class System.Windows.Forms.GraphicsBuffer AllocBuffer( Class System.Drawing.Graphics targetGraphics, I targetDC, ValueClass System.Drawing.Rectangle targetBounds);
- Void ReleaseBuffer( Class System.Windows.Forms.GraphicsBuffer buffer);
- Void PaintBuffer();
- Void Dispose( Boolean disposing);
- Class System.Drawing.Graphics CreateBuffer( I src, I4 offsetX, I4 offsetY, I4 width, I4 height);
- I CreateCompatibleDIB( I hdc, I hpal, I4 ulWidth, I4 ulHeight, ByRef I ppvBits);
- Boolean bFillBitmapInfo( I hdc, I hpal, ByRef ValueClass BITMAPINFO_FLAT pbmi);
- Boolean bFillColorTable( I hdc, I hpal, ByRef ValueClass BITMAPINFO_FLAT pbmi);
- Void DibGraphicsBufferManager();
- }
- class System.Windows.Forms.GridItem : System.Object
- {
- Class System.Windows.Forms.GridItemCollection get_GridItems();
- ValueClass System.Windows.Forms.GridItemType get_GridItemType();
- String get_Label();
- Class System.Windows.Forms.GridItem get_Parent();
- Class System.ComponentModel.PropertyDescriptor get_PropertyDescriptor();
- Object get_Value();
- Boolean get_Expandable();
- Boolean get_Expanded();
- Void set_Expanded( Boolean value);
- Boolean Select();
- Void System.Windows.Forms.GridItem();
- property GridItems { get(){} set(){} };
- property GridItemType { get(){} set(){} };
- property Label { get(){} set(){} };
- property Parent { get(){} set(){} };
- property PropertyDescriptor { get(){} set(){} };
- property Value { get(){} set(){} };
- property Expandable { get(){} set(){} };
- property Expanded { get(){} set(){} };
- }
- class System.Windows.Forms.GridItemCollection : System.Object
- {
- Class System.Windows.Forms.GridItemCollection Empty;
- SZArray Class System.Windows.Forms.GridItem entries;
- Void System.Windows.Forms.GridItemCollection( SZArray Class System.Windows.Forms.GridItem entries);
- I4 get_Count();
- Object System.Collections.ICollection.get_SyncRoot();
- Boolean System.Collections.ICollection.get_IsSynchronized();
- Class System.Windows.Forms.GridItem get_Item( I4 index);
- Class System.Windows.Forms.GridItem get_Item( String label);
- Void System.Collections.ICollection.CopyTo( Class System.Array dest, I4 index);
- Class System.Collections.IEnumerator GetEnumerator();
- Void System.Windows.Forms.GridItemCollection();
- property Count { get(){} set(){} };
- property Item { get(){} set(){} };
- property Item { get(){} set(){} };
- }
- class System.Windows.Forms.GridItemType : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.GridItemType Property;
- ValueClass System.Windows.Forms.GridItemType Category;
- ValueClass System.Windows.Forms.GridItemType ArrayValue;
- ValueClass System.Windows.Forms.GridItemType Root;
- }
- class System.Windows.Forms.Help : System.Object
- {
- I4 HH_DISPLAY_TOPIC;
- I4 HH_HELP_FINDER;
- I4 HH_DISPLAY_TOC;
- I4 HH_DISPLAY_INDEX;
- I4 HH_DISPLAY_SEARCH;
- I4 HH_SET_WIN_TYPE;
- I4 HH_GET_WIN_TYPE;
- I4 HH_GET_WIN_HANDLE;
- I4 HH_ENUM_INFO_TYPE;
- I4 HH_SET_INFO_TYPE;
- I4 HH_SYNC;
- I4 HH_ADD_NAV_UI;
- I4 HH_ADD_BUTTON;
- I4 HH_GETBROWSER_APP;
- I4 HH_KEYWORD_LOOKUP;
- I4 HH_DISPLAY_TEXT_POPUP;
- I4 HH_HELP_CONTEXT;
- I4 HH_TP_HELP_CONTEXTMENU;
- I4 HH_TP_HELP_WM_HELP;
- I4 HH_CLOSE_ALL;
- I4 HH_ALINK_LOOKUP;
- I4 HH_GET_LAST_ERROR;
- I4 HH_ENUM_CATEGORY;
- I4 HH_ENUM_CATEGORY_IT;
- I4 HH_RESET_IT_FILTER;
- I4 HH_SET_INCLUSIVE_FILTER;
- I4 HH_SET_EXCLUSIVE_FILTER;
- I4 HH_SET_GUID;
- I4 HTML10HELP;
- I4 HTMLFILE;
- Class System.Diagnostics.TraceSwitch WindowsFormsHelpTrace;
- Void System.Windows.Forms.Help();
- Void ShowHelp( Class System.Windows.Forms.Control parent, String url);
- Void ShowHelp( Class System.Windows.Forms.Control parent, String url, ValueClass System.Windows.Forms.HelpNavigator navigator);
- Void ShowHelp( Class System.Windows.Forms.Control parent, String url, String keyword);
- Void ShowHelp( Class System.Windows.Forms.Control parent, String url, ValueClass System.Windows.Forms.HelpNavigator command, Object param);
- Void ShowHelpIndex( Class System.Windows.Forms.Control parent, String url);
- Void ShowPopup( Class System.Windows.Forms.Control parent, String caption, ValueClass System.Drawing.Point location);
- Void ShowHTML10Help( Class System.Windows.Forms.Control parent, String url, ValueClass System.Windows.Forms.HelpNavigator command, Object param);
- Void ShowHTMLFile( Class System.Windows.Forms.Control parent, String url, ValueClass System.Windows.Forms.HelpNavigator command, Object param);
- Class System.Uri Resolve( String partialUri);
- I4 GetHelpFileType( String url);
- I4 MapCommandToHTMLCommand( ValueClass System.Windows.Forms.HelpNavigator command, String param, ByRef Object htmlParam);
- }
- class System.Windows.Forms.HelpEventArgs : System.EventArgs
- {
- ValueClass System.Drawing.Point mousePos;
- Boolean handled;
- Void System.Windows.Forms.HelpEventArgs( ValueClass System.Drawing.Point mousePos);
- ValueClass System.Drawing.Point get_MousePos();
- Boolean get_Handled();
- Void set_Handled( Boolean value);
- property MousePos { get(){} set(){} };
- property Handled { get(){} set(){} };
- }
- class System.Windows.Forms.HelpEventHandler : System.MulticastDelegate
- {
- Void System.Windows.Forms.HelpEventHandler( Object object, I method);
- Void Invoke( Object sender, Class System.Windows.Forms.HelpEventArgs hlpevent);
- Class System.IAsyncResult BeginInvoke( Object sender, Class System.Windows.Forms.HelpEventArgs hlpevent, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class System.Windows.Forms.HelpNavigator : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.HelpNavigator Topic;
- ValueClass System.Windows.Forms.HelpNavigator TableOfContents;
- ValueClass System.Windows.Forms.HelpNavigator Index;
- ValueClass System.Windows.Forms.HelpNavigator Find;
- ValueClass System.Windows.Forms.HelpNavigator AssociateIndex;
- ValueClass System.Windows.Forms.HelpNavigator KeywordIndex;
- }
- class System.Windows.Forms.HelpProvider : System.ComponentModel.Component
- {
- String helpNamespace;
- Class System.Collections.Hashtable helpStrings;
- Class System.Collections.Hashtable showHelp;
- Class System.Collections.Hashtable boundControls;
- Class System.Collections.Hashtable keywords;
- Class System.Collections.Hashtable navigators;
- Void System.Windows.Forms.HelpProvider();
- String get_HelpNamespace();
- Void set_HelpNamespace( String value);
- Boolean CanExtend( Object target);
- String GetHelpKeyword( Class System.Windows.Forms.Control ctl);
- ValueClass System.Windows.Forms.HelpNavigator GetHelpNavigator( Class System.Windows.Forms.Control ctl);
- String GetHelpString( Class System.Windows.Forms.Control ctl);
- Boolean GetShowHelp( Class System.Windows.Forms.Control ctl);
- Void OnControlHelp( Object sender, Class System.Windows.Forms.HelpEventArgs hevent);
- Void OnQueryAccessibilityHelp( Object sender, Class System.Windows.Forms.QueryAccessibilityHelpEventArgs e);
- Void SetHelpString( Class System.Windows.Forms.Control ctl, String helpString);
- Void SetHelpKeyword( Class System.Windows.Forms.Control ctl, String keyword);
- Void SetHelpNavigator( Class System.Windows.Forms.Control ctl, ValueClass System.Windows.Forms.HelpNavigator navigator);
- Void SetShowHelp( Class System.Windows.Forms.Control ctl, Boolean value);
- Boolean ShouldSerializeShowHelp( Class System.Windows.Forms.Control ctl);
- Void ResetShowHelp( Class System.Windows.Forms.Control ctl);
- Void UpdateEventBinding( Class System.Windows.Forms.Control ctl);
- String ToString();
- property HelpNamespace { get(){} set(){} };
- }
- class System.Windows.Forms.HorizontalAlignment : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.HorizontalAlignment Left;
- ValueClass System.Windows.Forms.HorizontalAlignment Right;
- ValueClass System.Windows.Forms.HorizontalAlignment Center;
- }
- interface System.Windows.Forms.IMessageFilter :
- {
- Boolean PreFilterMessage( ByRef ValueClass System.Windows.Forms.Message m);
- }
- class System.Windows.Forms.Splitter : System.Windows.Forms.Control
- {
- I4 DRAW_START;
- I4 DRAW_MOVE;
- I4 DRAW_END;
- I4 defaultWidth;
- ValueClass System.Windows.Forms.BorderStyle borderStyle;
- I4 minSize;
- I4 minExtra;
- ValueClass System.Drawing.Point anchor;
- Class System.Windows.Forms.Control splitTarget;
- I4 splitSize;
- I4 splitterThickness;
- I4 initTargetSize;
- I4 lastDrawSplit;
- I4 maxSize;
- Object EVENT_MOVING;
- Object EVENT_MOVED;
- Void System.Windows.Forms.Splitter();
- ValueClass System.Windows.Forms.AnchorStyles get_Anchor();
- Void set_Anchor( ValueClass System.Windows.Forms.AnchorStyles value);
- Boolean get_AllowDrop();
- Void set_AllowDrop( Boolean value);
- ValueClass System.Drawing.Size get_DefaultSize();
- Class System.Windows.Forms.Cursor get_DefaultCursor();
- ValueClass System.Drawing.Color get_ForeColor();
- Void set_ForeColor( ValueClass System.Drawing.Color value);
- Class System.Drawing.Image get_BackgroundImage();
- Void set_BackgroundImage( Class System.Drawing.Image value);
- Class System.Drawing.Font get_Font();
- Void set_Font( Class System.Drawing.Font value);
- ValueClass System.Windows.Forms.BorderStyle get_BorderStyle();
- Void set_BorderStyle( ValueClass System.Windows.Forms.BorderStyle value);
- Class System.Windows.Forms.CreateParams get_CreateParams();
- ValueClass System.Windows.Forms.ImeMode get_DefaultImeMode();
- ValueClass System.Windows.Forms.DockStyle get_Dock();
- Void set_Dock( ValueClass System.Windows.Forms.DockStyle value);
- Boolean get_Horizontal();
- ValueClass System.Windows.Forms.ImeMode get_ImeMode();
- Void set_ImeMode( ValueClass System.Windows.Forms.ImeMode value);
- I4 get_MinExtra();
- Void set_MinExtra( I4 value);
- I4 get_MinSize();
- Void set_MinSize( I4 value);
- I4 get_SplitPosition();
- Void set_SplitPosition( I4 value);
- Boolean get_TabStop();
- Void set_TabStop( Boolean value);
- String get_Text();
- Void set_Text( String value);
- Void add_Enter( Class System.EventHandler value);
- Void remove_Enter( Class System.EventHandler value);
- Void add_KeyUp( Class System.Windows.Forms.KeyEventHandler value);
- Void remove_KeyUp( Class System.Windows.Forms.KeyEventHandler value);
- Void add_KeyDown( Class System.Windows.Forms.KeyEventHandler value);
- Void remove_KeyDown( Class System.Windows.Forms.KeyEventHandler value);
- Void add_KeyPress( Class System.Windows.Forms.KeyPressEventHandler value);
- Void remove_KeyPress( Class System.Windows.Forms.KeyPressEventHandler value);
- Void add_Leave( Class System.EventHandler value);
- Void remove_Leave( Class System.EventHandler value);
- Void add_SplitterMoving( Class System.Windows.Forms.SplitterEventHandler value);
- Void remove_SplitterMoving( Class System.Windows.Forms.SplitterEventHandler value);
- Void add_SplitterMoved( Class System.Windows.Forms.SplitterEventHandler value);
- Void remove_SplitterMoved( Class System.Windows.Forms.SplitterEventHandler value);
- Void DrawSplitBar( I4 mode);
- ValueClass System.Drawing.Rectangle CalcSplitLine( I4 splitSize, I4 minWeight);
- I4 CalcSplitSize();
- Class SplitData CalcSplitBounds();
- Void DrawSplitHelper( I4 splitSize);
- Void RaiseSplitterEvent( Object key, Class System.Windows.Forms.SplitterEventArgs spevent);
- Class System.Windows.Forms.Control FindTarget();
- I4 GetSplitSize( I4 x, I4 y);
- Void OnKeyDown( Class System.Windows.Forms.KeyEventArgs e);
- Void OnMouseDown( Class System.Windows.Forms.MouseEventArgs e);
- Void OnMouseMove( Class System.Windows.Forms.MouseEventArgs e);
- Void OnMouseUp( Class System.Windows.Forms.MouseEventArgs e);
- Void OnSplitterMoving( Class System.Windows.Forms.SplitterEventArgs sevent);
- Void OnSplitterMoved( Class System.Windows.Forms.SplitterEventArgs sevent);
- Boolean PreFilterMessage( ByRef ValueClass System.Windows.Forms.Message m);
- Void SetBoundsCore( I4 x, I4 y, I4 width, I4 height, ValueClass System.Windows.Forms.BoundsSpecified specified);
- Void SplitBegin( I4 x, I4 y);
- Void SplitEnd( Boolean accept);
- Void ApplySplitPosition();
- Void SplitMove( I4 x, I4 y);
- String ToString();
- Void System.Windows.Forms.Splitter();
- property Anchor { get(){} set(){} };
- property AllowDrop { get(){} set(){} };
- property DefaultSize { get(){} set(){} };
- property DefaultCursor { get(){} set(){} };
- property ForeColor { get(){} set(){} };
- property BackgroundImage { get(){} set(){} };
- property Font { get(){} set(){} };
- property BorderStyle { get(){} set(){} };
- property CreateParams { get(){} set(){} };
- property DefaultImeMode { get(){} set(){} };
- property Dock { get(){} set(){} };
- property Horizontal { get(){} set(){} };
- property ImeMode { get(){} set(){} };
- property MinExtra { get(){} set(){} };
- property MinSize { get(){} set(){} };
- property SplitPosition { get(){} set(){} };
- property TabStop { get(){} set(){} };
- property Text { get(){} set(){} };
- event Enter;
- event KeyUp;
- event KeyDown;
- event KeyPress;
- event Leave;
- event SplitterMoving;
- event SplitterMoved;
- }
- class SplitData : System.Object
- {
- I4 dockWidth;
- I4 dockHeight;
- Class System.Windows.Forms.Control target;
- Void SplitData();
- }
- interface System.Windows.Forms.ICommandExecutor :
- {
- Void Execute();
- }
- interface System.Windows.Forms.IFileReaderService :
- {
- Class System.IO.Stream OpenFileFromSource( String relativePath);
- }
- class System.Windows.Forms.ImageIndexConverter : System.ComponentModel.Int32Converter
- {
- Boolean get_IncludeNoneAsStandardValue();
- Object ConvertFrom( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Globalization.CultureInfo culture, Object value);
- Object ConvertTo( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Globalization.CultureInfo culture, Object value, Class System.Type destinationType);
- Class StandardValuesCollection GetStandardValues( Class System.ComponentModel.ITypeDescriptorContext context);
- Boolean GetStandardValuesExclusive( Class System.ComponentModel.ITypeDescriptorContext context);
- Boolean GetStandardValuesSupported( Class System.ComponentModel.ITypeDescriptorContext context);
- Void System.Windows.Forms.ImageIndexConverter();
- property IncludeNoneAsStandardValue { get(){} set(){} };
- }
- class System.Windows.Forms.ImageList : System.ComponentModel.Component
- {
- I4 INITIAL_CAPACITY;
- I4 GROWBY;
- ValueClass System.Drawing.Color fakeTransparencyColor;
- Boolean ownHandle;
- I handle;
- ValueClass System.Windows.Forms.ColorDepth colorDepth;
- ValueClass System.Drawing.Color transparentColor;
- ValueClass System.Drawing.Size imageSize;
- Class ImageCollection imageCollection;
- Class System.Collections.IList originals;
- Class System.EventHandler recreateHandler;
- Void System.Windows.Forms.ImageList();
- Void System.Windows.Forms.ImageList( Class System.ComponentModel.IContainer container);
- ValueClass System.Windows.Forms.ColorDepth get_ColorDepth();
- Void set_ColorDepth( ValueClass System.Windows.Forms.ColorDepth value);
- I get_Handle();
- Boolean get_HandleCreated();
- Class ImageCollection get_Images();
- ValueClass System.Drawing.Size get_ImageSize();
- Void set_ImageSize( ValueClass System.Drawing.Size value);
- Class System.Windows.Forms.ImageListStreamer get_ImageStream();
- Void set_ImageStream( Class System.Windows.Forms.ImageListStreamer value);
- ValueClass System.Drawing.Color get_TransparentColor();
- Void set_TransparentColor( ValueClass System.Drawing.Color value);
- Boolean get_UseTransparentColor();
- Void add_RecreateHandle( Class System.EventHandler value);
- Void remove_RecreateHandle( Class System.EventHandler value);
- Class System.Drawing.Bitmap CreateBitmap( Class Original original);
- I4 AddIconToHandle( Class Original original, Class System.Drawing.Icon icon);
- I4 AddToHandle( Class Original original, Class System.Drawing.Bitmap bitmap);
- Void CreateHandle();
- Void DestroyHandle();
- Void Dispose( Boolean disposing);
- Void Draw( Class System.Drawing.Graphics g, ValueClass System.Drawing.Point pt, I4 index);
- Void Draw( Class System.Drawing.Graphics g, I4 x, I4 y, I4 index);
- Void Draw( Class System.Drawing.Graphics g, I4 x, I4 y, I4 width, I4 height, I4 index);
- Class System.Drawing.Bitmap GetBitmap( I4 index);
- Class IMAGEINFO GetImageInfo( I4 index);
- Void OnRecreateHandle( Class System.EventArgs eventargs);
- Void PerformRecreateHandle( String reason);
- Void RemoveImage( I4 index);
- Boolean ShouldSerializeTransparentColor();
- Boolean ShouldSerializeImageSize();
- String ToString();
- Void WrapHandle( I himl);
- Void System.Windows.Forms.ImageList();
- property ColorDepth { get(){} set(){} };
- property Handle { get(){} set(){} };
- property HandleCreated { get(){} set(){} };
- property Images { get(){} set(){} };
- property ImageSize { get(){} set(){} };
- property ImageStream { get(){} set(){} };
- property TransparentColor { get(){} set(){} };
- property UseTransparentColor { get(){} set(){} };
- event RecreateHandle;
- }
- class Original : System.Object
- {
- Object image;
- ValueClass OriginalOptions options;
- ValueClass System.Drawing.Color customTransparentColor;
- I4 nImages;
- Void Original( Object image, ValueClass OriginalOptions options);
- Void Original( Object image, ValueClass OriginalOptions options, I4 nImages);
- Void Original( Object image, ValueClass OriginalOptions options, ValueClass System.Drawing.Color customTransparentColor);
- }
- class OriginalOptions : System.Enum
- {
- I4 value__;
- ValueClass OriginalOptions Default;
- ValueClass OriginalOptions ImageStrip;
- ValueClass OriginalOptions CustomTransparentColor;
- }
- class ImageCollection : System.Object
- {
- Class System.Windows.Forms.ImageList owner;
- Void ImageCollection( Class System.Windows.Forms.ImageList owner);
- Void AssertInvariant();
- I4 get_Count();
- Object System.Collections.ICollection.get_SyncRoot();
- Boolean System.Collections.ICollection.get_IsSynchronized();
- Boolean System.Collections.IList.get_IsFixedSize();
- Boolean get_IsReadOnly();
- Boolean get_Empty();
- Class System.Drawing.Image get_Item( I4 index);
- Void set_Item( I4 index, Class System.Drawing.Image value);
- Object System.Collections.IList.get_Item( I4 index);
- Void System.Collections.IList.set_Item( I4 index, Object value);
- I4 System.Collections.IList.Add( Object value);
- Void Add( Class System.Drawing.Icon value);
- Void Add( Class System.Drawing.Image value);
- I4 Add( Class System.Drawing.Image value, ValueClass System.Drawing.Color transparentColor);
- I4 Add( Class Original original);
- I4 AddStrip( Class System.Drawing.Image value);
- Void Clear();
- Boolean Contains( Class System.Drawing.Image image);
- Boolean System.Collections.IList.Contains( Object image);
- I4 IndexOf( Class System.Drawing.Image image);
- I4 System.Collections.IList.IndexOf( Object image);
- Void System.Collections.IList.Insert( I4 index, Object value);
- Void System.Collections.ICollection.CopyTo( Class System.Array dest, I4 index);
- Class System.Collections.IEnumerator GetEnumerator();
- Void Remove( Class System.Drawing.Image image);
- Void System.Collections.IList.Remove( Object image);
- Void RemoveAt( I4 index);
- property Count { get(){} set(){} };
- property IsReadOnly { get(){} set(){} };
- property Empty { get(){} set(){} };
- property Item { get(){} set(){} };
- }
- class System.Windows.Forms.ImageListConverter : System.ComponentModel.ComponentConverter
- {
- Void System.Windows.Forms.ImageListConverter();
- Boolean GetPropertiesSupported( Class System.ComponentModel.ITypeDescriptorContext context);
- }
- class System.Windows.Forms.ImageListStreamer : System.Object
- {
- SZArray UI1 HEADER_MAGIC;
- Class System.Windows.Forms.ImageList imageList;
- I himl;
- Void System.Windows.Forms.ImageListStreamer( Class System.Windows.Forms.ImageList il);
- Void System.Windows.Forms.ImageListStreamer( Class System.Runtime.Serialization.SerializationInfo info, ValueClass System.Runtime.Serialization.StreamingContext context);
- SZArray UI1 Compress( SZArray UI1 input);
- SZArray UI1 Decompress( SZArray UI1 input);
- Void GetObjectData( Class System.Runtime.Serialization.SerializationInfo si, ValueClass System.Runtime.Serialization.StreamingContext context);
- I GetImageListHandle();
- Void System.Windows.Forms.ImageListStreamer();
- }
- class System.Windows.Forms.ImeMode : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.ImeMode Inherit;
- ValueClass System.Windows.Forms.ImeMode NoControl;
- ValueClass System.Windows.Forms.ImeMode On;
- ValueClass System.Windows.Forms.ImeMode Off;
- ValueClass System.Windows.Forms.ImeMode Disable;
- ValueClass System.Windows.Forms.ImeMode Hiragana;
- ValueClass System.Windows.Forms.ImeMode Katakana;
- ValueClass System.Windows.Forms.ImeMode KatakanaHalf;
- ValueClass System.Windows.Forms.ImeMode AlphaFull;
- ValueClass System.Windows.Forms.ImeMode Alpha;
- ValueClass System.Windows.Forms.ImeMode HangulFull;
- ValueClass System.Windows.Forms.ImeMode Hangul;
- }
- class System.Windows.Forms.InputLanguageChangedEventArgs : System.EventArgs
- {
- Class System.Windows.Forms.InputLanguage inputLanguage;
- Class System.Globalization.CultureInfo culture;
- UI1 charSet;
- Void System.Windows.Forms.InputLanguageChangedEventArgs( Class System.Globalization.CultureInfo culture, UI1 charSet);
- Void System.Windows.Forms.InputLanguageChangedEventArgs( Class System.Windows.Forms.InputLanguage inputLanguage, UI1 charSet);
- Class System.Windows.Forms.InputLanguage get_InputLanguage();
- Class System.Globalization.CultureInfo get_Culture();
- UI1 get_CharSet();
- property InputLanguage { get(){} set(){} };
- property Culture { get(){} set(){} };
- property CharSet { get(){} set(){} };
- }
- class System.Windows.Forms.InputLanguageChangedEventHandler : System.MulticastDelegate
- {
- Void System.Windows.Forms.InputLanguageChangedEventHandler( Object object, I method);
- Void Invoke( Object sender, Class System.Windows.Forms.InputLanguageChangedEventArgs e);
- Class System.IAsyncResult BeginInvoke( Object sender, Class System.Windows.Forms.InputLanguageChangedEventArgs e, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class System.Windows.Forms.InputLanguageChangingEventArgs : System.ComponentModel.CancelEventArgs
- {
- Class System.Windows.Forms.InputLanguage inputLanguage;
- Class System.Globalization.CultureInfo culture;
- Boolean sysCharSet;
- Void System.Windows.Forms.InputLanguageChangingEventArgs( Class System.Globalization.CultureInfo culture, Boolean sysCharSet);
- Void System.Windows.Forms.InputLanguageChangingEventArgs( Class System.Windows.Forms.InputLanguage inputLanguage, Boolean sysCharSet);
- Class System.Windows.Forms.InputLanguage get_InputLanguage();
- Class System.Globalization.CultureInfo get_Culture();
- Boolean get_SysCharSet();
- property InputLanguage { get(){} set(){} };
- property Culture { get(){} set(){} };
- property SysCharSet { get(){} set(){} };
- }
- class System.Windows.Forms.InputLanguageChangingEventHandler : System.MulticastDelegate
- {
- Void System.Windows.Forms.InputLanguageChangingEventHandler( Object object, I method);
- Void Invoke( Object sender, Class System.Windows.Forms.InputLanguageChangingEventArgs e);
- Class System.IAsyncResult BeginInvoke( Object sender, Class System.Windows.Forms.InputLanguageChangingEventArgs e, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class System.Windows.Forms.InputLanguage : System.Object
- {
- I handle;
- Void System.Windows.Forms.InputLanguage( I handle);
- Class System.Globalization.CultureInfo get_Culture();
- Class System.Windows.Forms.InputLanguage get_CurrentInputLanguage();
- Void set_CurrentInputLanguage( Class System.Windows.Forms.InputLanguage value);
- Class System.Windows.Forms.InputLanguage get_DefaultInputLanguage();
- I get_Handle();
- Class System.Windows.Forms.InputLanguageCollection get_InstalledInputLanguages();
- String get_LayoutName();
- Class System.Windows.Forms.InputLanguageChangedEventArgs CreateInputLanguageChangedEventArgs( ValueClass System.Windows.Forms.Message m);
- Class System.Windows.Forms.InputLanguageChangingEventArgs CreateInputLanguageChangingEventArgs( ValueClass System.Windows.Forms.Message m);
- Boolean Equals( Object value);
- Class System.Windows.Forms.InputLanguage FromCulture( Class System.Globalization.CultureInfo culture);
- I4 GetHashCode();
- String PadWithZeroes( String input, I4 length);
- property Culture { get(){} set(){} };
- property CurrentInputLanguage { get(){} set(){} };
- property DefaultInputLanguage { get(){} set(){} };
- property Handle { get(){} set(){} };
- property InstalledInputLanguages { get(){} set(){} };
- property LayoutName { get(){} set(){} };
- }
- class System.Windows.Forms.InputLanguageCollection : System.Collections.ReadOnlyCollectionBase
- {
- Void System.Windows.Forms.InputLanguageCollection( SZArray Class System.Windows.Forms.InputLanguage value);
- Class System.Windows.Forms.InputLanguage get_Item( I4 index);
- Boolean Contains( Class System.Windows.Forms.InputLanguage value);
- Void CopyTo( SZArray Class System.Windows.Forms.InputLanguage array, I4 index);
- I4 IndexOf( Class System.Windows.Forms.InputLanguage value);
- property Item { get(){} set(){} };
- }
- class System.Windows.Forms.InvalidateEventArgs : System.EventArgs
- {
- ValueClass System.Drawing.Rectangle invalidRect;
- Void System.Windows.Forms.InvalidateEventArgs( ValueClass System.Drawing.Rectangle invalidRect);
- ValueClass System.Drawing.Rectangle get_InvalidRect();
- property InvalidRect { get(){} set(){} };
- }
- class System.Windows.Forms.InvalidateEventHandler : System.MulticastDelegate
- {
- Void System.Windows.Forms.InvalidateEventHandler( Object object, I method);
- Void Invoke( Object sender, Class System.Windows.Forms.InvalidateEventArgs e);
- Class System.IAsyncResult BeginInvoke( Object sender, Class System.Windows.Forms.InvalidateEventArgs e, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class System.Windows.Forms.ItemActivation : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.ItemActivation Standard;
- ValueClass System.Windows.Forms.ItemActivation OneClick;
- ValueClass System.Windows.Forms.ItemActivation TwoClick;
- }
- class System.Windows.Forms.ItemBoundsPortion : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.ItemBoundsPortion Entire;
- ValueClass System.Windows.Forms.ItemBoundsPortion Icon;
- ValueClass System.Windows.Forms.ItemBoundsPortion Label;
- ValueClass System.Windows.Forms.ItemBoundsPortion ItemOnly;
- }
- class System.Windows.Forms.ItemChangedEventArgs : System.EventArgs
- {
- I4 index;
- Void System.Windows.Forms.ItemChangedEventArgs( I4 index);
- I4 get_Index();
- property Index { get(){} set(){} };
- }
- class System.Windows.Forms.ItemChangedEventHandler : System.MulticastDelegate
- {
- Void System.Windows.Forms.ItemChangedEventHandler( Object object, I method);
- Void Invoke( Object sender, Class System.Windows.Forms.ItemChangedEventArgs e);
- Class System.IAsyncResult BeginInvoke( Object sender, Class System.Windows.Forms.ItemChangedEventArgs e, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class System.Windows.Forms.ItemCheckEventArgs : System.EventArgs
- {
- I4 index;
- ValueClass System.Windows.Forms.CheckState newValue;
- ValueClass System.Windows.Forms.CheckState currentValue;
- Void System.Windows.Forms.ItemCheckEventArgs( I4 index, ValueClass System.Windows.Forms.CheckState newCheckValue, ValueClass System.Windows.Forms.CheckState currentValue);
- I4 get_Index();
- ValueClass System.Windows.Forms.CheckState get_NewValue();
- Void set_NewValue( ValueClass System.Windows.Forms.CheckState value);
- ValueClass System.Windows.Forms.CheckState get_CurrentValue();
- property Index { get(){} set(){} };
- property NewValue { get(){} set(){} };
- property CurrentValue { get(){} set(){} };
- }
- class System.Windows.Forms.ItemCheckEventHandler : System.MulticastDelegate
- {
- Void System.Windows.Forms.ItemCheckEventHandler( Object object, I method);
- Void Invoke( Object sender, Class System.Windows.Forms.ItemCheckEventArgs e);
- Class System.IAsyncResult BeginInvoke( Object sender, Class System.Windows.Forms.ItemCheckEventArgs e, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class System.Windows.Forms.ItemDragEventArgs : System.EventArgs
- {
- ValueClass System.Windows.Forms.MouseButtons button;
- Object item;
- Void System.Windows.Forms.ItemDragEventArgs( ValueClass System.Windows.Forms.MouseButtons button);
- Void System.Windows.Forms.ItemDragEventArgs( ValueClass System.Windows.Forms.MouseButtons button, Object item);
- ValueClass System.Windows.Forms.MouseButtons get_Button();
- Object get_Item();
- property Button { get(){} set(){} };
- property Item { get(){} set(){} };
- }
- class System.Windows.Forms.ItemDragEventHandler : System.MulticastDelegate
- {
- Void System.Windows.Forms.ItemDragEventHandler( Object object, I method);
- Void Invoke( Object sender, Class System.Windows.Forms.ItemDragEventArgs e);
- Class System.IAsyncResult BeginInvoke( Object sender, Class System.Windows.Forms.ItemDragEventArgs e, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class System.Windows.Forms.KeyEventArgs : System.EventArgs
- {
- ValueClass System.Windows.Forms.Keys keyData;
- Boolean handled;
- Void System.Windows.Forms.KeyEventArgs( ValueClass System.Windows.Forms.Keys keyData);
- Boolean get_Alt();
- Boolean get_Control();
- Boolean get_Handled();
- Void set_Handled( Boolean value);
- ValueClass System.Windows.Forms.Keys get_KeyCode();
- I4 get_KeyValue();
- ValueClass System.Windows.Forms.Keys get_KeyData();
- ValueClass System.Windows.Forms.Keys get_Modifiers();
- Boolean get_Shift();
- property Alt { get(){} set(){} };
- property Control { get(){} set(){} };
- property Handled { get(){} set(){} };
- property KeyCode { get(){} set(){} };
- property KeyValue { get(){} set(){} };
- property KeyData { get(){} set(){} };
- property Modifiers { get(){} set(){} };
- property Shift { get(){} set(){} };
- }
- class System.Windows.Forms.KeyEventHandler : System.MulticastDelegate
- {
- Void System.Windows.Forms.KeyEventHandler( Object object, I method);
- Void Invoke( Object sender, Class System.Windows.Forms.KeyEventArgs e);
- Class System.IAsyncResult BeginInvoke( Object sender, Class System.Windows.Forms.KeyEventArgs e, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class System.Windows.Forms.KeyPressEventArgs : System.EventArgs
- {
- Char keyChar;
- Boolean handled;
- Void System.Windows.Forms.KeyPressEventArgs( Char keyChar);
- Char get_KeyChar();
- Boolean get_Handled();
- Void set_Handled( Boolean value);
- property KeyChar { get(){} set(){} };
- property Handled { get(){} set(){} };
- }
- class System.Windows.Forms.KeyPressEventHandler : System.MulticastDelegate
- {
- Void System.Windows.Forms.KeyPressEventHandler( Object object, I method);
- Void Invoke( Object sender, Class System.Windows.Forms.KeyPressEventArgs e);
- Class System.IAsyncResult BeginInvoke( Object sender, Class System.Windows.Forms.KeyPressEventArgs e, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class System.Windows.Forms.Keys : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.Keys KeyCode;
- ValueClass System.Windows.Forms.Keys Modifiers;
- ValueClass System.Windows.Forms.Keys None;
- ValueClass System.Windows.Forms.Keys LButton;
- ValueClass System.Windows.Forms.Keys RButton;
- ValueClass System.Windows.Forms.Keys Cancel;
- ValueClass System.Windows.Forms.Keys MButton;
- ValueClass System.Windows.Forms.Keys XButton1;
- ValueClass System.Windows.Forms.Keys XButton2;
- ValueClass System.Windows.Forms.Keys Back;
- ValueClass System.Windows.Forms.Keys Tab;
- ValueClass System.Windows.Forms.Keys LineFeed;
- ValueClass System.Windows.Forms.Keys Clear;
- ValueClass System.Windows.Forms.Keys Return;
- ValueClass System.Windows.Forms.Keys Enter;
- ValueClass System.Windows.Forms.Keys ShiftKey;
- ValueClass System.Windows.Forms.Keys ControlKey;
- ValueClass System.Windows.Forms.Keys Menu;
- ValueClass System.Windows.Forms.Keys Pause;
- ValueClass System.Windows.Forms.Keys Capital;
- ValueClass System.Windows.Forms.Keys CapsLock;
- ValueClass System.Windows.Forms.Keys Escape;
- ValueClass System.Windows.Forms.Keys Space;
- ValueClass System.Windows.Forms.Keys Prior;
- ValueClass System.Windows.Forms.Keys PageUp;
- ValueClass System.Windows.Forms.Keys Next;
- ValueClass System.Windows.Forms.Keys PageDown;
- ValueClass System.Windows.Forms.Keys End;
- ValueClass System.Windows.Forms.Keys Home;
- ValueClass System.Windows.Forms.Keys Left;
- ValueClass System.Windows.Forms.Keys Up;
- ValueClass System.Windows.Forms.Keys Right;
- ValueClass System.Windows.Forms.Keys Down;
- ValueClass System.Windows.Forms.Keys Select;
- ValueClass System.Windows.Forms.Keys Print;
- ValueClass System.Windows.Forms.Keys Execute;
- ValueClass System.Windows.Forms.Keys Snapshot;
- ValueClass System.Windows.Forms.Keys PrintScreen;
- ValueClass System.Windows.Forms.Keys Insert;
- ValueClass System.Windows.Forms.Keys Delete;
- ValueClass System.Windows.Forms.Keys Help;
- ValueClass System.Windows.Forms.Keys D0;
- ValueClass System.Windows.Forms.Keys D1;
- ValueClass System.Windows.Forms.Keys D2;
- ValueClass System.Windows.Forms.Keys D3;
- ValueClass System.Windows.Forms.Keys D4;
- ValueClass System.Windows.Forms.Keys D5;
- ValueClass System.Windows.Forms.Keys D6;
- ValueClass System.Windows.Forms.Keys D7;
- ValueClass System.Windows.Forms.Keys D8;
- ValueClass System.Windows.Forms.Keys D9;
- ValueClass System.Windows.Forms.Keys A;
- ValueClass System.Windows.Forms.Keys B;
- ValueClass System.Windows.Forms.Keys C;
- ValueClass System.Windows.Forms.Keys D;
- ValueClass System.Windows.Forms.Keys E;
- ValueClass System.Windows.Forms.Keys F;
- ValueClass System.Windows.Forms.Keys G;
- ValueClass System.Windows.Forms.Keys H;
- ValueClass System.Windows.Forms.Keys I;
- ValueClass System.Windows.Forms.Keys J;
- ValueClass System.Windows.Forms.Keys K;
- ValueClass System.Windows.Forms.Keys L;
- ValueClass System.Windows.Forms.Keys M;
- ValueClass System.Windows.Forms.Keys N;
- ValueClass System.Windows.Forms.Keys O;
- ValueClass System.Windows.Forms.Keys P;
- ValueClass System.Windows.Forms.Keys Q;
- ValueClass System.Windows.Forms.Keys R;
- ValueClass System.Windows.Forms.Keys S;
- ValueClass System.Windows.Forms.Keys T;
- ValueClass System.Windows.Forms.Keys U;
- ValueClass System.Windows.Forms.Keys V;
- ValueClass System.Windows.Forms.Keys W;
- ValueClass System.Windows.Forms.Keys X;
- ValueClass System.Windows.Forms.Keys Y;
- ValueClass System.Windows.Forms.Keys Z;
- ValueClass System.Windows.Forms.Keys LWin;
- ValueClass System.Windows.Forms.Keys RWin;
- ValueClass System.Windows.Forms.Keys Apps;
- ValueClass System.Windows.Forms.Keys NumPad0;
- ValueClass System.Windows.Forms.Keys NumPad1;
- ValueClass System.Windows.Forms.Keys NumPad2;
- ValueClass System.Windows.Forms.Keys NumPad3;
- ValueClass System.Windows.Forms.Keys NumPad4;
- ValueClass System.Windows.Forms.Keys NumPad5;
- ValueClass System.Windows.Forms.Keys NumPad6;
- ValueClass System.Windows.Forms.Keys NumPad7;
- ValueClass System.Windows.Forms.Keys NumPad8;
- ValueClass System.Windows.Forms.Keys NumPad9;
- ValueClass System.Windows.Forms.Keys Multiply;
- ValueClass System.Windows.Forms.Keys Add;
- ValueClass System.Windows.Forms.Keys Separator;
- ValueClass System.Windows.Forms.Keys Subtract;
- ValueClass System.Windows.Forms.Keys Decimal;
- ValueClass System.Windows.Forms.Keys Divide;
- ValueClass System.Windows.Forms.Keys F1;
- ValueClass System.Windows.Forms.Keys F2;
- ValueClass System.Windows.Forms.Keys F3;
- ValueClass System.Windows.Forms.Keys F4;
- ValueClass System.Windows.Forms.Keys F5;
- ValueClass System.Windows.Forms.Keys F6;
- ValueClass System.Windows.Forms.Keys F7;
- ValueClass System.Windows.Forms.Keys F8;
- ValueClass System.Windows.Forms.Keys F9;
- ValueClass System.Windows.Forms.Keys F10;
- ValueClass System.Windows.Forms.Keys F11;
- ValueClass System.Windows.Forms.Keys F12;
- ValueClass System.Windows.Forms.Keys F13;
- ValueClass System.Windows.Forms.Keys F14;
- ValueClass System.Windows.Forms.Keys F15;
- ValueClass System.Windows.Forms.Keys F16;
- ValueClass System.Windows.Forms.Keys F17;
- ValueClass System.Windows.Forms.Keys F18;
- ValueClass System.Windows.Forms.Keys F19;
- ValueClass System.Windows.Forms.Keys F20;
- ValueClass System.Windows.Forms.Keys F21;
- ValueClass System.Windows.Forms.Keys F22;
- ValueClass System.Windows.Forms.Keys F23;
- ValueClass System.Windows.Forms.Keys F24;
- ValueClass System.Windows.Forms.Keys NumLock;
- ValueClass System.Windows.Forms.Keys Scroll;
- ValueClass System.Windows.Forms.Keys LShiftKey;
- ValueClass System.Windows.Forms.Keys RShiftKey;
- ValueClass System.Windows.Forms.Keys LControlKey;
- ValueClass System.Windows.Forms.Keys RControlKey;
- ValueClass System.Windows.Forms.Keys LMenu;
- ValueClass System.Windows.Forms.Keys RMenu;
- ValueClass System.Windows.Forms.Keys ProcessKey;
- ValueClass System.Windows.Forms.Keys Attn;
- ValueClass System.Windows.Forms.Keys Crsel;
- ValueClass System.Windows.Forms.Keys Exsel;
- ValueClass System.Windows.Forms.Keys EraseEof;
- ValueClass System.Windows.Forms.Keys Play;
- ValueClass System.Windows.Forms.Keys Zoom;
- ValueClass System.Windows.Forms.Keys NoName;
- ValueClass System.Windows.Forms.Keys Pa1;
- ValueClass System.Windows.Forms.Keys OemClear;
- ValueClass System.Windows.Forms.Keys KanaMode;
- ValueClass System.Windows.Forms.Keys HanguelMode;
- ValueClass System.Windows.Forms.Keys HangulMode;
- ValueClass System.Windows.Forms.Keys JunjaMode;
- ValueClass System.Windows.Forms.Keys FinalMode;
- ValueClass System.Windows.Forms.Keys HanjaMode;
- ValueClass System.Windows.Forms.Keys KanjiMode;
- ValueClass System.Windows.Forms.Keys IMEConvert;
- ValueClass System.Windows.Forms.Keys IMENonconvert;
- ValueClass System.Windows.Forms.Keys IMEAceept;
- ValueClass System.Windows.Forms.Keys IMEModeChange;
- ValueClass System.Windows.Forms.Keys BrowserBack;
- ValueClass System.Windows.Forms.Keys BrowserForward;
- ValueClass System.Windows.Forms.Keys BrowserRefresh;
- ValueClass System.Windows.Forms.Keys BrowserStop;
- ValueClass System.Windows.Forms.Keys BrowserSearch;
- ValueClass System.Windows.Forms.Keys BrowserFavorites;
- ValueClass System.Windows.Forms.Keys BrowserHome;
- ValueClass System.Windows.Forms.Keys VolumeMute;
- ValueClass System.Windows.Forms.Keys VolumeDown;
- ValueClass System.Windows.Forms.Keys VolumeUp;
- ValueClass System.Windows.Forms.Keys MediaNextTrack;
- ValueClass System.Windows.Forms.Keys MediaPreviousTrack;
- ValueClass System.Windows.Forms.Keys MediaStop;
- ValueClass System.Windows.Forms.Keys MediaPlayPause;
- ValueClass System.Windows.Forms.Keys LaunchMail;
- ValueClass System.Windows.Forms.Keys SelectMedia;
- ValueClass System.Windows.Forms.Keys LaunchApplication1;
- ValueClass System.Windows.Forms.Keys LaunchApplication2;
- ValueClass System.Windows.Forms.Keys OemSemicolon;
- ValueClass System.Windows.Forms.Keys Oemplus;
- ValueClass System.Windows.Forms.Keys Oemcomma;
- ValueClass System.Windows.Forms.Keys OemMinus;
- ValueClass System.Windows.Forms.Keys OemPeriod;
- ValueClass System.Windows.Forms.Keys OemQuestion;
- ValueClass System.Windows.Forms.Keys Oemtilde;
- ValueClass System.Windows.Forms.Keys OemOpenBrackets;
- ValueClass System.Windows.Forms.Keys OemPipe;
- ValueClass System.Windows.Forms.Keys OemCloseBrackets;
- ValueClass System.Windows.Forms.Keys OemQuotes;
- ValueClass System.Windows.Forms.Keys Oem8;
- ValueClass System.Windows.Forms.Keys OemBackslash;
- ValueClass System.Windows.Forms.Keys Shift;
- ValueClass System.Windows.Forms.Keys Control;
- ValueClass System.Windows.Forms.Keys Alt;
- }
- class System.Windows.Forms.KeysConverter : System.ComponentModel.TypeConverter
- {
- ValueClass System.Windows.Forms.Keys FirstDigit;
- ValueClass System.Windows.Forms.Keys LastDigit;
- ValueClass System.Windows.Forms.Keys FirstAscii;
- ValueClass System.Windows.Forms.Keys LastAscii;
- ValueClass System.Windows.Forms.Keys FirstNumpadDigit;
- ValueClass System.Windows.Forms.Keys LastNumpadDigit;
- Class System.Collections.IDictionary keyNames;
- Class StandardValuesCollection values;
- Class System.Collections.IDictionary get_KeyNames();
- Boolean CanConvertFrom( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Type sourceType);
- I4 Compare( Object a, Object b);
- Object ConvertFrom( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Globalization.CultureInfo culture, Object value);
- Object ConvertTo( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Globalization.CultureInfo culture, Object value, Class System.Type destinationType);
- Class StandardValuesCollection GetStandardValues( Class System.ComponentModel.ITypeDescriptorContext context);
- Boolean GetStandardValuesExclusive( Class System.ComponentModel.ITypeDescriptorContext context);
- Boolean GetStandardValuesSupported( Class System.ComponentModel.ITypeDescriptorContext context);
- Void System.Windows.Forms.KeysConverter();
- property KeyNames { get(){} set(){} };
- }
- class System.Windows.Forms.StatusBar : System.Windows.Forms.Control
- {
- I4 SIZEGRIP_WIDTH;
- I4 SIMPLE_INDEX;
- Object EVENT_PANELCLICK;
- Object EVENT_SBDRAWITEM;
- Boolean showPanels;
- Boolean layoutDirty;
- I4 panelsRealized;
- Boolean sizeGrip;
- String simpleText;
- ValueClass System.Drawing.Point lastClick;
- Class System.Collections.IList panels;
- Class StatusBarPanelCollection panelsCollection;
- Class ControlToolTip tooltips;
- Void System.Windows.Forms.StatusBar();
- ValueClass System.Drawing.Color get_BackColor();
- Void set_BackColor( ValueClass System.Drawing.Color value);
- Class System.Drawing.Image get_BackgroundImage();
- Void set_BackgroundImage( Class System.Drawing.Image value);
- Class System.Windows.Forms.CreateParams get_CreateParams();
- ValueClass System.Windows.Forms.ImeMode get_DefaultImeMode();
- ValueClass System.Drawing.Size get_DefaultSize();
- ValueClass System.Windows.Forms.DockStyle get_Dock();
- Void set_Dock( ValueClass System.Windows.Forms.DockStyle value);
- Class System.Drawing.Font get_Font();
- Void set_Font( Class System.Drawing.Font value);
- ValueClass System.Drawing.Color get_ForeColor();
- Void set_ForeColor( ValueClass System.Drawing.Color value);
- ValueClass System.Windows.Forms.ImeMode get_ImeMode();
- Void set_ImeMode( ValueClass System.Windows.Forms.ImeMode value);
- Class StatusBarPanelCollection get_Panels();
- String get_Text();
- Void set_Text( String value);
- I get_ToolTipHandle();
- Boolean get_ShowPanels();
- Void set_ShowPanels( Boolean value);
- Boolean get_SizingGrip();
- Void set_SizingGrip( Boolean value);
- Boolean get_TabStop();
- Void set_TabStop( Boolean value);
- Void add_DrawItem( Class System.Windows.Forms.StatusBarDrawItemEventHandler value);
- Void remove_DrawItem( Class System.Windows.Forms.StatusBarDrawItemEventHandler value);
- Void add_PanelClick( Class System.Windows.Forms.StatusBarPanelClickEventHandler value);
- Void remove_PanelClick( Class System.Windows.Forms.StatusBarPanelClickEventHandler value);
- Void add_Paint( Class System.Windows.Forms.PaintEventHandler value);
- Void remove_Paint( Class System.Windows.Forms.PaintEventHandler value);
- Boolean ArePanelsRealized();
- Void DirtyLayout();
- Void ApplyPanelWidths();
- Void CreateHandle();
- Void Dispose( Boolean disposing);
- Void ForcePanelUpdate();
- Void OnHandleCreated( Class System.EventArgs e);
- Void OnHandleDestroyed( Class System.EventArgs e);
- Void OnMouseDown( Class System.Windows.Forms.MouseEventArgs e);
- Void OnPanelClick( Class System.Windows.Forms.StatusBarPanelClickEventArgs e);
- Void OnLayout( Class System.Windows.Forms.LayoutEventArgs levent);
- Void RealizePanels();
- Void RemoveAllPanelsWithoutUpdate();
- Void SetPanelContentsWidths( Boolean newPanels);
- Void SetSimpleText( String simpleText);
- Void LayoutPanels();
- Void OnDrawItem( Class System.Windows.Forms.StatusBarDrawItemEventArgs sbdievent);
- Void OnResize( Class System.EventArgs e);
- String ToString();
- Void UpdateTooltip( Class System.Windows.Forms.StatusBarPanel panel);
- Void UpdatePanelIndex();
- Void WmDrawItem( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmNotifyNMClick( ValueClass NMHDR note);
- Void WmNCHitTest( ByRef ValueClass System.Windows.Forms.Message m);
- Void WndProc( ByRef ValueClass System.Windows.Forms.Message m);
- Void System.Windows.Forms.StatusBar();
- property BackColor { get(){} set(){} };
- property BackgroundImage { get(){} set(){} };
- property CreateParams { get(){} set(){} };
- property DefaultImeMode { get(){} set(){} };
- property DefaultSize { get(){} set(){} };
- property Dock { get(){} set(){} };
- property Font { get(){} set(){} };
- property ForeColor { get(){} set(){} };
- property ImeMode { get(){} set(){} };
- property Panels { get(){} set(){} };
- property Text { get(){} set(){} };
- property ToolTipHandle { get(){} set(){} };
- property ShowPanels { get(){} set(){} };
- property SizingGrip { get(){} set(){} };
- property TabStop { get(){} set(){} };
- event DrawItem;
- event PanelClick;
- event Paint;
- }
- class EnumChildren : System.Object
- {
- I hWndFound;
- Class System.Windows.Forms.StatusBar peer;
- Void EnumChildren( Class System.Windows.Forms.StatusBar peer);
- Boolean Callback( I hWnd, I lparam);
- }
- class StatusBarPanelCollection : System.Object
- {
- Class System.Windows.Forms.StatusBar owner;
- Void StatusBarPanelCollection( Class System.Windows.Forms.StatusBar owner);
- Class System.Windows.Forms.StatusBarPanel get_Item( I4 index);
- Void set_Item( I4 index, Class System.Windows.Forms.StatusBarPanel value);
- Object System.Collections.IList.get_Item( I4 index);
- Void System.Collections.IList.set_Item( I4 index, Object value);
- I4 get_Count();
- Object System.Collections.ICollection.get_SyncRoot();
- Boolean System.Collections.ICollection.get_IsSynchronized();
- Boolean System.Collections.IList.get_IsFixedSize();
- Boolean get_IsReadOnly();
- Class System.Windows.Forms.StatusBarPanel Add( String text);
- I4 Add( Class System.Windows.Forms.StatusBarPanel value);
- I4 System.Collections.IList.Add( Object value);
- Void AddRange( SZArray Class System.Windows.Forms.StatusBarPanel panels);
- Boolean Contains( Class System.Windows.Forms.StatusBarPanel panel);
- Boolean System.Collections.IList.Contains( Object panel);
- I4 IndexOf( Class System.Windows.Forms.StatusBarPanel panel);
- I4 System.Collections.IList.IndexOf( Object panel);
- Void Insert( I4 index, Class System.Windows.Forms.StatusBarPanel value);
- Void System.Collections.IList.Insert( I4 index, Object value);
- Void Clear();
- Void Remove( Class System.Windows.Forms.StatusBarPanel value);
- Void System.Collections.IList.Remove( Object value);
- Void RemoveAt( I4 index);
- Void System.Collections.ICollection.CopyTo( Class System.Array dest, I4 index);
- Class System.Collections.IEnumerator GetEnumerator();
- property Item { get(){} set(){} };
- property Count { get(){} set(){} };
- property IsReadOnly { get(){} set(){} };
- }
- class ControlToolTip : System.Object
- {
- Class System.Collections.Hashtable tools;
- Class ToolTipNativeWindow window;
- Class System.Windows.Forms.Control parent;
- I4 nextId;
- Void ControlToolTip( Class System.Windows.Forms.Control parent);
- Class System.Windows.Forms.CreateParams get_CreateParams();
- I get_Handle();
- Boolean get_IsHandleCreated();
- Void AssignId( Class Tool tool);
- Void SetTool( Object key, Class Tool tool);
- Class Tool GetTool( Object key);
- Void AddTool( Class Tool tool);
- Void RemoveTool( Class Tool tool);
- Void UpdateTool( Class Tool tool);
- Void CreateHandle();
- Void DestroyHandle();
- Void Dispose();
- Class TOOLINFO_T GetMinTOOLINFO( Class Tool tool);
- Class TOOLINFO_T GetTOOLINFO( Class Tool tool);
- Void Finalize();
- Void WndProc( ByRef ValueClass System.Windows.Forms.Message msg);
- property CreateParams { get(){} set(){} };
- property Handle { get(){} set(){} };
- property IsHandleCreated { get(){} set(){} };
- }
- class Tool : System.Object
- {
- ValueClass System.Drawing.Rectangle rect;
- String text;
- I id;
- Void Tool();
- }
- class ToolTipNativeWindow : System.Windows.Forms.NativeWindow
- {
- Class ControlToolTip control;
- Void ToolTipNativeWindow( Class ControlToolTip control);
- Void WndProc( ByRef ValueClass System.Windows.Forms.Message m);
- }
- class System.Windows.Forms.LabelEditEventArgs : System.EventArgs
- {
- String label;
- I4 item;
- Boolean cancelEdit;
- Void System.Windows.Forms.LabelEditEventArgs( I4 item);
- Void System.Windows.Forms.LabelEditEventArgs( I4 item, String label);
- String get_Label();
- I4 get_Item();
- Boolean get_CancelEdit();
- Void set_CancelEdit( Boolean value);
- property Label { get(){} set(){} };
- property Item { get(){} set(){} };
- property CancelEdit { get(){} set(){} };
- }
- class System.Windows.Forms.LabelEditEventHandler : System.MulticastDelegate
- {
- Void System.Windows.Forms.LabelEditEventHandler( Object object, I method);
- Void Invoke( Object sender, Class System.Windows.Forms.LabelEditEventArgs e);
- Class System.IAsyncResult BeginInvoke( Object sender, Class System.Windows.Forms.LabelEditEventArgs e, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class System.Windows.Forms.LayoutEventArgs : System.EventArgs
- {
- Class System.Windows.Forms.Control affectedControl;
- String affectedProperty;
- Void System.Windows.Forms.LayoutEventArgs( Class System.Windows.Forms.Control affectedControl, String affectedProperty);
- Class System.Windows.Forms.Control get_AffectedControl();
- String get_AffectedProperty();
- property AffectedControl { get(){} set(){} };
- property AffectedProperty { get(){} set(){} };
- }
- class System.Windows.Forms.LayoutEventHandler : System.MulticastDelegate
- {
- Void System.Windows.Forms.LayoutEventHandler( Object object, I method);
- Void Invoke( Object sender, Class System.Windows.Forms.LayoutEventArgs e);
- Class System.IAsyncResult BeginInvoke( Object sender, Class System.Windows.Forms.LayoutEventArgs e, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class System.Windows.Forms.LeftRightAlignment : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.LeftRightAlignment Left;
- ValueClass System.Windows.Forms.LeftRightAlignment Right;
- }
- class System.Windows.Forms.LinkArea : System.ValueType
- {
- I4 start;
- I4 length;
- Void System.Windows.Forms.LinkArea( I4 start, I4 length);
- I4 get_Start();
- Void set_Start( I4 value);
- I4 get_Length();
- Void set_Length( I4 value);
- Boolean get_IsEmpty();
- Boolean Equals( Object o);
- I4 GetHashCode();
- property Start { get(){} set(){} };
- property Length { get(){} set(){} };
- property IsEmpty { get(){} set(){} };
- }
- class LinkAreaConverter : System.ComponentModel.TypeConverter
- {
- Boolean CanConvertFrom( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Type sourceType);
- Boolean CanConvertTo( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Type destinationType);
- Object ConvertFrom( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Globalization.CultureInfo culture, Object value);
- Object ConvertTo( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Globalization.CultureInfo culture, Object value, Class System.Type destinationType);
- Object CreateInstance( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Collections.IDictionary propertyValues);
- Boolean GetCreateInstanceSupported( Class System.ComponentModel.ITypeDescriptorContext context);
- Class System.ComponentModel.PropertyDescriptorCollection GetProperties( Class System.ComponentModel.ITypeDescriptorContext context, Object value, SZArray Class System.Attribute attributes);
- Boolean GetPropertiesSupported( Class System.ComponentModel.ITypeDescriptorContext context);
- Void LinkAreaConverter();
- }
- class System.Windows.Forms.LinkBehavior : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.LinkBehavior SystemDefault;
- ValueClass System.Windows.Forms.LinkBehavior AlwaysUnderline;
- ValueClass System.Windows.Forms.LinkBehavior HoverUnderline;
- ValueClass System.Windows.Forms.LinkBehavior NeverUnderline;
- }
- class System.Windows.Forms.LinkClickedEventArgs : System.EventArgs
- {
- String linkText;
- String get_LinkText();
- Void System.Windows.Forms.LinkClickedEventArgs( String linkText);
- property LinkText { get(){} set(){} };
- }
- class System.Windows.Forms.LinkClickedEventHandler : System.MulticastDelegate
- {
- Void System.Windows.Forms.LinkClickedEventHandler( Object object, I method);
- Void Invoke( Object sender, Class System.Windows.Forms.LinkClickedEventArgs e);
- Class System.IAsyncResult BeginInvoke( Object sender, Class System.Windows.Forms.LinkClickedEventArgs e, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class System.Windows.Forms.TabControl : System.Windows.Forms.Control
- {
- ValueClass System.Drawing.Size DEFAULT_ITEMSIZE;
- ValueClass System.Drawing.Point DEFAULT_PADDING;
- Class TabPageCollection tabCollection;
- ValueClass System.Windows.Forms.TabAlignment alignment;
- ValueClass System.Windows.Forms.TabDrawMode drawMode;
- Boolean hotTrack;
- Class System.Windows.Forms.ImageList imageList;
- ValueClass System.Drawing.Size itemSize;
- Boolean multiline;
- ValueClass System.Drawing.Point padding;
- Boolean showToolTips;
- ValueClass System.Windows.Forms.TabSizeMode sizeMode;
- ValueClass System.Windows.Forms.TabAppearance appearance;
- ValueClass System.Drawing.Rectangle cachedDisplayRect;
- Boolean UISelection;
- I4 selectedIndex;
- Boolean getTabRectfromItemSize;
- Boolean fromCreateHandles;
- Class System.EventHandler onSelectedIndexChanged;
- Class System.Windows.Forms.DrawItemEventHandler onDrawItem;
- I4 tabBaseReLayoutMessage;
- SZArray Class System.Windows.Forms.TabPage tabPages;
- I4 tabPageCount;
- Void System.Windows.Forms.TabControl();
- ValueClass System.Windows.Forms.TabAlignment get_Alignment();
- Void set_Alignment( ValueClass System.Windows.Forms.TabAlignment value);
- ValueClass System.Windows.Forms.TabAppearance get_Appearance();
- Void set_Appearance( ValueClass System.Windows.Forms.TabAppearance value);
- ValueClass System.Drawing.Color get_BackColor();
- Void set_BackColor( ValueClass System.Drawing.Color value);
- Class System.Drawing.Image get_BackgroundImage();
- Void set_BackgroundImage( Class System.Drawing.Image value);
- ValueClass System.Drawing.Size get_DefaultSize();
- ValueClass System.Drawing.Color get_ForeColor();
- Void set_ForeColor( ValueClass System.Drawing.Color value);
- Class System.Windows.Forms.CreateParams get_CreateParams();
- ValueClass System.Drawing.Rectangle get_DisplayRectangle();
- ValueClass System.Windows.Forms.TabDrawMode get_DrawMode();
- Void set_DrawMode( ValueClass System.Windows.Forms.TabDrawMode value);
- Boolean get_HotTrack();
- Void set_HotTrack( Boolean value);
- Class System.Windows.Forms.ImageList get_ImageList();
- Void set_ImageList( Class System.Windows.Forms.ImageList value);
- ValueClass System.Drawing.Size get_ItemSize();
- Void set_ItemSize( ValueClass System.Drawing.Size value);
- Boolean get_Multiline();
- Void set_Multiline( Boolean value);
- ValueClass System.Drawing.Point get_Padding();
- Void set_Padding( ValueClass System.Drawing.Point value);
- I4 get_RowCount();
- I4 get_SelectedIndex();
- Void set_SelectedIndex( I4 value);
- Class System.Windows.Forms.TabPage get_SelectedTab();
- Void set_SelectedTab( Class System.Windows.Forms.TabPage value);
- Class System.Windows.Forms.TabPage get_SelectedTabInternal();
- Void set_SelectedTabInternal( Class System.Windows.Forms.TabPage value);
- ValueClass System.Windows.Forms.TabSizeMode get_SizeMode();
- Void set_SizeMode( ValueClass System.Windows.Forms.TabSizeMode value);
- Boolean get_ShowToolTips();
- Void set_ShowToolTips( Boolean value);
- I4 get_TabCount();
- Class TabPageCollection get_TabPages();
- String get_Text();
- Void set_Text( String value);
- Void add_DrawItem( Class System.Windows.Forms.DrawItemEventHandler value);
- Void remove_DrawItem( Class System.Windows.Forms.DrawItemEventHandler value);
- Void add_SelectedIndexChanged( Class System.EventHandler value);
- Void remove_SelectedIndexChanged( Class System.EventHandler value);
- Void add_Paint( Class System.Windows.Forms.PaintEventHandler value);
- Void remove_Paint( Class System.Windows.Forms.PaintEventHandler value);
- I4 AddTabPage( Class System.Windows.Forms.TabPage tabPage, Class TCITEM_T tcitem);
- I4 AddNativeTabPage( Class TCITEM_T tcitem);
- Void ApplyItemSize();
- Void BeginUpdate();
- Class ControlCollection CreateControlsInstance();
- Void CreateHandle();
- Void EndUpdate();
- Void EndUpdate( Boolean invalidate);
- I4 FindTabPage( Class System.Windows.Forms.TabPage tabPage);
- I4 FindTabPageExact( Class System.Windows.Forms.TabPage tabPage);
- Class System.Windows.Forms.Control GetControl( I4 index);
- Class System.Windows.Forms.TabPage GetTabPage( I4 index);
- SZArray Object GetItems();
- SZArray Object GetItems( Class System.Type baseType);
- SZArray Class System.Windows.Forms.TabPage GetTabPages();
- ValueClass System.Drawing.Rectangle GetTabRect( I4 index);
- Class TCITEM_T GetTCITEM( Object item);
- String GetToolTipText( Object item);
- Void ImageListRecreateHandle( Object sender, Class System.EventArgs e);
- Void Insert( I4 index, Class System.Windows.Forms.TabPage tabPage);
- I4 InsertItem( I4 index, Class System.Windows.Forms.TabPage tabPage, Class TCITEM_T tcitem);
- Boolean IsInputKey( ValueClass System.Windows.Forms.Keys keyData);
- Void OnHandleCreated( Class System.EventArgs e);
- Void OnHandleDestroyed( Class System.EventArgs e);
- Void OnDrawItem( Class System.Windows.Forms.DrawItemEventArgs e);
- Void OnKeyDown( Class System.Windows.Forms.KeyEventArgs ke);
- Void OnResize( Class System.EventArgs e);
- Void OnSelectedIndexChanged( Class System.EventArgs e);
- Boolean ProcessKeyPreview( ByRef ValueClass System.Windows.Forms.Message m);
- Void UpdateSize();
- Void OnFontChanged( Class System.EventArgs e);
- Void RecreateHandleCore();
- Void _RemoveAll();
- Void RemoveAll();
- Void RemoveTabPage( I4 index);
- Void ResizePages();
- Void SetTabPage( I4 index, Class System.Windows.Forms.TabPage tabPage, Class TCITEM_T tcitem);
- Boolean ShouldSerializeItemSize();
- Boolean ShouldSerializePadding();
- String ToString();
- Void UpdateTabSelection( Boolean uiselected);
- Void OnStyleChanged( Class System.EventArgs e);
- Void UpdateTab( Class System.Windows.Forms.TabPage tabPage);
- Void WmNeedText( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmReflectDrawItem( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmSelChange( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmSelChanging( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmTabBaseReLayout( ByRef ValueClass System.Windows.Forms.Message m);
- Void WndProc( ByRef ValueClass System.Windows.Forms.Message m);
- Void System.Windows.Forms.TabControl();
- property Alignment { get(){} set(){} };
- property Appearance { get(){} set(){} };
- property BackColor { get(){} set(){} };
- property BackgroundImage { get(){} set(){} };
- property DefaultSize { get(){} set(){} };
- property ForeColor { get(){} set(){} };
- property CreateParams { get(){} set(){} };
- property DisplayRectangle { get(){} set(){} };
- property DrawMode { get(){} set(){} };
- property HotTrack { get(){} set(){} };
- property ImageList { get(){} set(){} };
- property ItemSize { get(){} set(){} };
- property Multiline { get(){} set(){} };
- property Padding { get(){} set(){} };
- property RowCount { get(){} set(){} };
- property SelectedIndex { get(){} set(){} };
- property SelectedTab { get(){} set(){} };
- property SelectedTabInternal { get(){} set(){} };
- property SizeMode { get(){} set(){} };
- property ShowToolTips { get(){} set(){} };
- property TabCount { get(){} set(){} };
- property TabPages { get(){} set(){} };
- property Text { get(){} set(){} };
- event DrawItem;
- event SelectedIndexChanged;
- event Paint;
- }
- class TabPageCollection : System.Object
- {
- Class System.Windows.Forms.TabControl owner;
- Void TabPageCollection( Class System.Windows.Forms.TabControl owner);
- Class System.Windows.Forms.TabPage get_Item( I4 index);
- Void set_Item( I4 index, Class System.Windows.Forms.TabPage value);
- Object System.Collections.IList.get_Item( I4 index);
- Void System.Collections.IList.set_Item( I4 index, Object value);
- I4 get_Count();
- Object System.Collections.ICollection.get_SyncRoot();
- Boolean System.Collections.ICollection.get_IsSynchronized();
- Boolean System.Collections.IList.get_IsFixedSize();
- Boolean get_IsReadOnly();
- Void Add( Class System.Windows.Forms.TabPage value);
- I4 System.Collections.IList.Add( Object value);
- Void AddRange( SZArray Class System.Windows.Forms.TabPage pages);
- Boolean Contains( Class System.Windows.Forms.TabPage page);
- Boolean System.Collections.IList.Contains( Object page);
- I4 IndexOf( Class System.Windows.Forms.TabPage page);
- I4 System.Collections.IList.IndexOf( Object page);
- Void System.Collections.IList.Insert( I4 index, Object value);
- Void Clear();
- Void System.Collections.ICollection.CopyTo( Class System.Array dest, I4 index);
- Class System.Collections.IEnumerator GetEnumerator();
- Void Remove( Class System.Windows.Forms.TabPage value);
- Void System.Collections.IList.Remove( Object value);
- Void RemoveAt( I4 index);
- property Item { get(){} set(){} };
- property Count { get(){} set(){} };
- property IsReadOnly { get(){} set(){} };
- }
- class ControlCollection : ControlCollection
- {
- Class System.Windows.Forms.TabControl owner;
- Void ControlCollection( Class System.Windows.Forms.TabControl owner);
- Void Add( Class System.Windows.Forms.Control value);
- Void Remove( Class System.Windows.Forms.Control value);
- }
- class System.Windows.Forms.LinkLabelLinkClickedEventArgs : System.EventArgs
- {
- Class Link link;
- Void System.Windows.Forms.LinkLabelLinkClickedEventArgs( Class Link link);
- Class Link get_Link();
- property Link { get(){} set(){} };
- }
- class System.Windows.Forms.LinkLabelLinkClickedEventHandler : System.MulticastDelegate
- {
- Void System.Windows.Forms.LinkLabelLinkClickedEventHandler( Object object, I method);
- Void Invoke( Object sender, Class System.Windows.Forms.LinkLabelLinkClickedEventArgs e);
- Class System.IAsyncResult BeginInvoke( Object sender, Class System.Windows.Forms.LinkLabelLinkClickedEventArgs e, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class System.Windows.Forms.LinkState : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.LinkState Normal;
- ValueClass System.Windows.Forms.LinkState Hover;
- ValueClass System.Windows.Forms.LinkState Active;
- ValueClass System.Windows.Forms.LinkState Visited;
- }
- class System.Windows.Forms.ListBindingConverter : System.ComponentModel.TypeConverter
- {
- Boolean CanConvertTo( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Type destinationType);
- Object ConvertTo( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Globalization.CultureInfo culture, Object value, Class System.Type destinationType);
- Object CreateInstance( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Collections.IDictionary propertyValues);
- Boolean GetCreateInstanceSupported( Class System.ComponentModel.ITypeDescriptorContext context);
- Void System.Windows.Forms.ListBindingConverter();
- }
- class System.Windows.Forms.ListViewItemConverter : System.ComponentModel.ExpandableObjectConverter
- {
- Boolean CanConvertTo( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Type destinationType);
- Object ConvertTo( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Globalization.CultureInfo culture, Object value, Class System.Type destinationType);
- Void System.Windows.Forms.ListViewItemConverter();
- }
- class System.Windows.Forms.ListViewSubItemConverter : System.ComponentModel.ExpandableObjectConverter
- {
- Boolean CanConvertTo( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Type destinationType);
- Object ConvertTo( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Globalization.CultureInfo culture, Object value, Class System.Type destinationType);
- Void System.Windows.Forms.ListViewSubItemConverter();
- }
- class System.Windows.Forms.ListManagerBindingsCollection : System.Windows.Forms.BindingsCollection
- {
- Class System.Windows.Forms.BindingManagerBase bindingManagerBase;
- Void System.Windows.Forms.ListManagerBindingsCollection( Class System.Windows.Forms.BindingManagerBase bindingManagerBase);
- Void AddCore( Class System.Windows.Forms.Binding dataBinding);
- Void ClearCore();
- Void RemoveCore( Class System.Windows.Forms.Binding dataBinding);
- }
- class System.Windows.Forms.ToolBar : System.Windows.Forms.Control
- {
- I4 DDARROW_WIDTH;
- Class ToolBarButtonCollection buttonsCollection;
- ValueClass System.Drawing.Size buttonSize;
- I4 requestedSize;
- Boolean wrappable;
- ValueClass System.Windows.Forms.ToolBarAppearance appearance;
- ValueClass System.Windows.Forms.BorderStyle borderStyle;
- SZArray Class System.Windows.Forms.ToolBarButton buttons;
- I4 buttonCount;
- Boolean dropDownArrows;
- ValueClass System.Windows.Forms.ToolBarTextAlign textAlign;
- Boolean divider;
- Boolean showToolTips;
- Boolean autoSize;
- Class System.Windows.Forms.ImageList imageList;
- I4 maxWidth;
- Class System.Windows.Forms.ToolBarButtonClickEventHandler onButtonClick;
- Class System.Windows.Forms.ToolBarButtonClickEventHandler onButtonDropDown;
- Void System.Windows.Forms.ToolBar();
- ValueClass System.Windows.Forms.ToolBarAppearance get_Appearance();
- Void set_Appearance( ValueClass System.Windows.Forms.ToolBarAppearance value);
- Boolean get_AutoSize();
- Void set_AutoSize( Boolean value);
- ValueClass System.Drawing.Color get_BackColor();
- Void set_BackColor( ValueClass System.Drawing.Color value);
- Class System.Drawing.Image get_BackgroundImage();
- Void set_BackgroundImage( Class System.Drawing.Image value);
- ValueClass System.Windows.Forms.BorderStyle get_BorderStyle();
- Void set_BorderStyle( ValueClass System.Windows.Forms.BorderStyle value);
- Class ToolBarButtonCollection get_Buttons();
- ValueClass System.Drawing.Size get_ButtonSize();
- Void set_ButtonSize( ValueClass System.Drawing.Size value);
- Class System.Windows.Forms.CreateParams get_CreateParams();
- ValueClass System.Windows.Forms.ImeMode get_DefaultImeMode();
- ValueClass System.Drawing.Size get_DefaultSize();
- Boolean get_Divider();
- Void set_Divider( Boolean value);
- ValueClass System.Windows.Forms.DockStyle get_Dock();
- Void set_Dock( ValueClass System.Windows.Forms.DockStyle value);
- Boolean get_DropDownArrows();
- Void set_DropDownArrows( Boolean value);
- ValueClass System.Drawing.Color get_ForeColor();
- Void set_ForeColor( ValueClass System.Drawing.Color value);
- Class System.Windows.Forms.ImageList get_ImageList();
- Void set_ImageList( Class System.Windows.Forms.ImageList value);
- ValueClass System.Drawing.Size get_ImageSize();
- ValueClass System.Windows.Forms.ImeMode get_ImeMode();
- Void set_ImeMode( ValueClass System.Windows.Forms.ImeMode value);
- I4 get_PreferredHeight();
- I4 get_PreferredWidth();
- ValueClass System.Windows.Forms.RightToLeft get_RightToLeft();
- Void set_RightToLeft( ValueClass System.Windows.Forms.RightToLeft value);
- Boolean get_ShowToolTips();
- Void set_ShowToolTips( Boolean value);
- Boolean get_TabStop();
- Void set_TabStop( Boolean value);
- String get_Text();
- Void set_Text( String value);
- ValueClass System.Windows.Forms.ToolBarTextAlign get_TextAlign();
- Void set_TextAlign( ValueClass System.Windows.Forms.ToolBarTextAlign value);
- Boolean get_Wrappable();
- Void set_Wrappable( Boolean value);
- Void add_ButtonClick( Class System.Windows.Forms.ToolBarButtonClickEventHandler value);
- Void remove_ButtonClick( Class System.Windows.Forms.ToolBarButtonClickEventHandler value);
- Void add_ButtonDropDown( Class System.Windows.Forms.ToolBarButtonClickEventHandler value);
- Void remove_ButtonDropDown( Class System.Windows.Forms.ToolBarButtonClickEventHandler value);
- Void add_Paint( Class System.Windows.Forms.PaintEventHandler value);
- Void remove_Paint( Class System.Windows.Forms.PaintEventHandler value);
- Void AdjustSize( ValueClass System.Windows.Forms.DockStyle dock);
- Void BeginUpdate();
- Void CreateHandle();
- Void DetachImageList( Object sender, Class System.EventArgs e);
- Void Dispose( Boolean disposing);
- Void EndUpdate();
- Void ForceButtonWidths();
- Void ImageListRecreateHandle( Object sender, Class System.EventArgs e);
- Void Insert( I4 index, Class System.Windows.Forms.ToolBarButton button);
- Void InsertButton( I4 index, Class System.Windows.Forms.ToolBarButton value);
- I4 InternalAddButton( Class System.Windows.Forms.ToolBarButton button);
- Void InternalSetButton( I4 index, Class System.Windows.Forms.ToolBarButton value, Boolean recreate, Boolean updateText);
- Void OnButtonClick( Class System.Windows.Forms.ToolBarButtonClickEventArgs e);
- Void OnButtonDropDown( Class System.Windows.Forms.ToolBarButtonClickEventArgs e);
- Void OnHandleCreated( Class System.EventArgs e);
- Void OnResize( Class System.EventArgs e);
- Void OnFontChanged( Class System.EventArgs e);
- Void RealizeButtons();
- Void RemoveAt( I4 index);
- Void ResetButtonSize();
- Void SetBoundsCore( I4 x, I4 y, I4 width, I4 height, ValueClass System.Windows.Forms.BoundsSpecified specified);
- Boolean ShouldSerializeButtonSize();
- String ToString();
- Void UpdateButtons();
- Void WmNotifyDropDown( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmNotifyNeedText( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmNotifyNeedTextA( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmReflectCommand( ByRef ValueClass System.Windows.Forms.Message m);
- Void WndProc( ByRef ValueClass System.Windows.Forms.Message m);
- property Appearance { get(){} set(){} };
- property AutoSize { get(){} set(){} };
- property BackColor { get(){} set(){} };
- property BackgroundImage { get(){} set(){} };
- property BorderStyle { get(){} set(){} };
- property Buttons { get(){} set(){} };
- property ButtonSize { get(){} set(){} };
- property CreateParams { get(){} set(){} };
- property DefaultImeMode { get(){} set(){} };
- property DefaultSize { get(){} set(){} };
- property Divider { get(){} set(){} };
- property Dock { get(){} set(){} };
- property DropDownArrows { get(){} set(){} };
- property ForeColor { get(){} set(){} };
- property ImageList { get(){} set(){} };
- property ImageSize { get(){} set(){} };
- property ImeMode { get(){} set(){} };
- property PreferredHeight { get(){} set(){} };
- property PreferredWidth { get(){} set(){} };
- property RightToLeft { get(){} set(){} };
- property ShowToolTips { get(){} set(){} };
- property TabStop { get(){} set(){} };
- property Text { get(){} set(){} };
- property TextAlign { get(){} set(){} };
- property Wrappable { get(){} set(){} };
- event ButtonClick;
- event ButtonDropDown;
- event Paint;
- }
- class ToolBarButtonCollection : System.Object
- {
- Class System.Windows.Forms.ToolBar owner;
- Boolean suspendUpdate;
- Void ToolBarButtonCollection( Class System.Windows.Forms.ToolBar owner);
- Class System.Windows.Forms.ToolBarButton get_Item( I4 index);
- Void set_Item( I4 index, Class System.Windows.Forms.ToolBarButton value);
- Object System.Collections.IList.get_Item( I4 index);
- Void System.Collections.IList.set_Item( I4 index, Object value);
- I4 get_Count();
- Object System.Collections.ICollection.get_SyncRoot();
- Boolean System.Collections.ICollection.get_IsSynchronized();
- Boolean System.Collections.IList.get_IsFixedSize();
- Boolean get_IsReadOnly();
- I4 Add( Class System.Windows.Forms.ToolBarButton button);
- I4 Add( String text);
- I4 System.Collections.IList.Add( Object button);
- Void AddRange( SZArray Class System.Windows.Forms.ToolBarButton buttons);
- Void Clear();
- Boolean Contains( Class System.Windows.Forms.ToolBarButton button);
- Boolean System.Collections.IList.Contains( Object button);
- Void System.Collections.ICollection.CopyTo( Class System.Array dest, I4 index);
- I4 IndexOf( Class System.Windows.Forms.ToolBarButton button);
- I4 System.Collections.IList.IndexOf( Object button);
- Void Insert( I4 index, Class System.Windows.Forms.ToolBarButton button);
- Void System.Collections.IList.Insert( I4 index, Object button);
- Void RemoveAt( I4 index);
- Void Remove( Class System.Windows.Forms.ToolBarButton button);
- Void System.Collections.IList.Remove( Object button);
- Class System.Collections.IEnumerator GetEnumerator();
- property Item { get(){} set(){} };
- property Count { get(){} set(){} };
- property IsReadOnly { get(){} set(){} };
- }
- class System.Windows.Forms.ListViewAlignment : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.ListViewAlignment Default;
- ValueClass System.Windows.Forms.ListViewAlignment Top;
- ValueClass System.Windows.Forms.ListViewAlignment Left;
- ValueClass System.Windows.Forms.ListViewAlignment SnapToGrid;
- }
- class System.Windows.Forms.ListViewItem : System.Object
- {
- I4 MAX_SUBITEMS;
- ValueClass Section StateSelectedSection;
- ValueClass Section StateWholeRowOneStyleSection;
- ValueClass Section SavedStateImageIndexSection;
- ValueClass Section SubItemCountSection;
- Class System.Windows.Forms.ListView listView;
- Class ListViewSubItemCollection listViewSubItemCollection;
- SZArray Class ListViewSubItem subItems;
- I4 lastIndex;
- I4 ID;
- ValueClass System.Collections.Specialized.BitVector32 state;
- I4 imageIndex;
- Object userData;
- Void System.Windows.Forms.ListViewItem();
- Void System.Windows.Forms.ListViewItem( Class System.Runtime.Serialization.SerializationInfo info, ValueClass System.Runtime.Serialization.StreamingContext context);
- Void System.Windows.Forms.ListViewItem( String text);
- Void System.Windows.Forms.ListViewItem( String text, I4 imageIndex);
- Void System.Windows.Forms.ListViewItem( SZArray String items);
- Void System.Windows.Forms.ListViewItem( SZArray String items, I4 imageIndex);
- 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);
- Void System.Windows.Forms.ListViewItem( SZArray Class ListViewSubItem subItems, I4 imageIndex);
- ValueClass System.Drawing.Color get_BackColor();
- Void set_BackColor( ValueClass System.Drawing.Color value);
- ValueClass System.Drawing.Rectangle get_Bounds();
- Boolean get_Checked();
- Void set_Checked( Boolean value);
- Boolean get_Focused();
- Void set_Focused( Boolean value);
- Class System.Drawing.Font get_Font();
- Void set_Font( Class System.Drawing.Font value);
- ValueClass System.Drawing.Color get_ForeColor();
- Void set_ForeColor( ValueClass System.Drawing.Color value);
- I4 get_ImageIndex();
- Void set_ImageIndex( I4 value);
- Class System.Windows.Forms.ImageList get_ImageList();
- I4 get_Index();
- Class System.Windows.Forms.ListView get_ListView();
- I4 get_SavedStateImageIndex();
- Void set_SavedStateImageIndex( I4 value);
- Boolean get_Selected();
- Void set_Selected( Boolean value);
- I4 get_StateImageIndex();
- Void set_StateImageIndex( I4 value);
- Boolean get_StateSelected();
- Void set_StateSelected( Boolean value);
- I4 get_SubItemCount();
- Void set_SubItemCount( I4 value);
- Class ListViewSubItemCollection get_SubItems();
- Object get_Tag();
- Void set_Tag( Object value);
- String get_Text();
- Void set_Text( String value);
- Boolean get_UseItemStyleForSubItems();
- Void set_UseItemStyleForSubItems( Boolean value);
- Void BeginEdit();
- Object Clone();
- Void EnsureVisible();
- ValueClass System.Drawing.Rectangle GetBounds( ValueClass System.Windows.Forms.ItemBoundsPortion portion);
- Void Host( Class System.Windows.Forms.ListView parent, I4 ID, I4 index);
- Void UpdateStateToListView( I4 index);
- Void UpdateStateFromListView();
- Void UnHost();
- Void Remove();
- Void Deserialize( Class System.Runtime.Serialization.SerializationInfo info, ValueClass System.Runtime.Serialization.StreamingContext context);
- Void Serialize( Class System.Runtime.Serialization.SerializationInfo info, ValueClass System.Runtime.Serialization.StreamingContext context);
- Boolean ShouldSerializeText();
- String ToString();
- Void InvalidateListView();
- Void UpdateSubItems( I4 index);
- Void UpdateSubItems( I4 index, I4 oldCount);
- Void System.Runtime.Serialization.ISerializable.GetObjectData( Class System.Runtime.Serialization.SerializationInfo info, ValueClass System.Runtime.Serialization.StreamingContext context);
- Void System.Windows.Forms.ListViewItem();
- property BackColor { get(){} set(){} };
- property Bounds { get(){} set(){} };
- property Checked { get(){} set(){} };
- property Focused { get(){} set(){} };
- property Font { get(){} set(){} };
- property ForeColor { get(){} set(){} };
- property ImageIndex { get(){} set(){} };
- property ImageList { get(){} set(){} };
- property Index { get(){} set(){} };
- property ListView { get(){} set(){} };
- property SavedStateImageIndex { get(){} set(){} };
- property Selected { get(){} set(){} };
- property StateImageIndex { get(){} set(){} };
- property StateSelected { get(){} set(){} };
- property SubItemCount { get(){} set(){} };
- property SubItems { get(){} set(){} };
- property Tag { get(){} set(){} };
- property Text { get(){} set(){} };
- property UseItemStyleForSubItems { get(){} set(){} };
- }
- class ListViewSubItem : System.Object
- {
- Class System.Windows.Forms.ListViewItem owner;
- String text;
- Class SubItemStyle style;
- Void ListViewSubItem();
- Void ListViewSubItem( Class System.Windows.Forms.ListViewItem owner, String text);
- 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);
- ValueClass System.Drawing.Color get_BackColor();
- Void set_BackColor( ValueClass System.Drawing.Color value);
- Boolean get_CustomStyle();
- Class System.Drawing.Font get_Font();
- Void set_Font( Class System.Drawing.Font value);
- ValueClass System.Drawing.Color get_ForeColor();
- Void set_ForeColor( ValueClass System.Drawing.Color value);
- String get_Text();
- Void set_Text( String value);
- Void ResetStyle();
- String ToString();
- property BackColor { get(){} set(){} };
- property CustomStyle { get(){} set(){} };
- property Font { get(){} set(){} };
- property ForeColor { get(){} set(){} };
- property Text { get(){} set(){} };
- }
- class SubItemStyle : System.Object
- {
- ValueClass System.Drawing.Color backColor;
- ValueClass System.Drawing.Color foreColor;
- Class System.Drawing.Font font;
- Void SubItemStyle();
- }
- class ListViewSubItemCollection : System.Object
- {
- Class System.Windows.Forms.ListViewItem owner;
- Void ListViewSubItemCollection( Class System.Windows.Forms.ListViewItem owner);
- I4 get_Count();
- Object System.Collections.ICollection.get_SyncRoot();
- Boolean System.Collections.ICollection.get_IsSynchronized();
- Boolean System.Collections.IList.get_IsFixedSize();
- Boolean get_IsReadOnly();
- Class ListViewSubItem get_Item( I4 index);
- Void set_Item( I4 index, Class ListViewSubItem value);
- Object System.Collections.IList.get_Item( I4 index);
- Void System.Collections.IList.set_Item( I4 index, Object value);
- Class ListViewSubItem Add( Class ListViewSubItem item);
- Class ListViewSubItem Add( String text);
- Class ListViewSubItem Add( String text, ValueClass System.Drawing.Color foreColor, ValueClass System.Drawing.Color backColor, Class System.Drawing.Font font);
- Void AddRange( SZArray Class ListViewSubItem items);
- Void AddRange( SZArray String items);
- Void AddRange( SZArray String items, ValueClass System.Drawing.Color foreColor, ValueClass System.Drawing.Color backColor, Class System.Drawing.Font font);
- I4 System.Collections.IList.Add( Object item);
- Void Clear();
- Boolean Contains( Class ListViewSubItem subItem);
- Boolean System.Collections.IList.Contains( Object subItem);
- Void EnsureSubItemSpace( I4 size, I4 index);
- I4 IndexOf( Class ListViewSubItem subItem);
- I4 System.Collections.IList.IndexOf( Object subItem);
- Void Insert( I4 index, Class ListViewSubItem item);
- Void System.Collections.IList.Insert( I4 index, Object item);
- Void Remove( Class ListViewSubItem item);
- Void System.Collections.IList.Remove( Object item);
- Void RemoveAt( I4 index);
- Void System.Collections.ICollection.CopyTo( Class System.Array dest, I4 index);
- Class System.Collections.IEnumerator GetEnumerator();
- property Count { get(){} set(){} };
- property IsReadOnly { get(){} set(){} };
- property Item { get(){} set(){} };
- }
- class System.Windows.Forms.MainMenu : System.Windows.Forms.Menu
- {
- Class System.Windows.Forms.Form form;
- ValueClass System.Windows.Forms.RightToLeft rightToLeft;
- Void System.Windows.Forms.MainMenu();
- Void System.Windows.Forms.MainMenu( SZArray Class System.Windows.Forms.MenuItem items);
- ValueClass System.Windows.Forms.RightToLeft get_RightToLeft();
- Void set_RightToLeft( ValueClass System.Windows.Forms.RightToLeft value);
- Class System.Windows.Forms.MainMenu CloneMenu();
- I CreateMenuHandle();
- Void Dispose( Boolean disposing);
- Class System.Windows.Forms.Form GetForm();
- Void ItemsChanged( I4 change);
- Void ItemsChanged( I4 change, Class System.Windows.Forms.Menu menu);
- Boolean ShouldSerializeRightToLeft();
- String ToString();
- property RightToLeft { get(){} set(){} };
- }
- class System.Windows.Forms.TrackBar : System.Windows.Forms.Control
- {
- Object EVENT_SCROLL;
- Object EVENT_VALUECHANGED;
- Boolean autoSize;
- I4 largeChange;
- I4 maximum;
- I4 minimum;
- ValueClass System.Windows.Forms.Orientation orientation;
- I4 value;
- I4 smallChange;
- I4 tickFrequency;
- ValueClass System.Windows.Forms.TickStyle tickStyle;
- I4 requestedDim;
- Boolean initializing;
- Void System.Windows.Forms.TrackBar();
- Boolean get_AutoSize();
- Void set_AutoSize( Boolean value);
- Class System.Drawing.Image get_BackgroundImage();
- Void set_BackgroundImage( Class System.Drawing.Image value);
- Class System.Windows.Forms.CreateParams get_CreateParams();
- ValueClass System.Windows.Forms.ImeMode get_DefaultImeMode();
- ValueClass System.Drawing.Size get_DefaultSize();
- Class System.Drawing.Font get_Font();
- Void set_Font( Class System.Drawing.Font value);
- ValueClass System.Drawing.Color get_ForeColor();
- Void set_ForeColor( ValueClass System.Drawing.Color value);
- ValueClass System.Windows.Forms.ImeMode get_ImeMode();
- Void set_ImeMode( ValueClass System.Windows.Forms.ImeMode value);
- I4 get_LargeChange();
- Void set_LargeChange( I4 value);
- I4 get_Maximum();
- Void set_Maximum( I4 value);
- I4 get_Minimum();
- Void set_Minimum( I4 value);
- ValueClass System.Windows.Forms.Orientation get_Orientation();
- Void set_Orientation( ValueClass System.Windows.Forms.Orientation value);
- I4 get_PreferredDimension();
- I4 get_SmallChange();
- Void set_SmallChange( I4 value);
- String get_Text();
- Void set_Text( String value);
- ValueClass System.Windows.Forms.TickStyle get_TickStyle();
- Void set_TickStyle( ValueClass System.Windows.Forms.TickStyle value);
- I4 get_TickFrequency();
- Void set_TickFrequency( I4 value);
- I4 get_Value();
- Void set_Value( I4 value);
- Void add_Click( Class System.EventHandler value);
- Void remove_Click( Class System.EventHandler value);
- Void add_DoubleClick( Class System.EventHandler value);
- Void remove_DoubleClick( Class System.EventHandler value);
- Void add_Scroll( Class System.EventHandler value);
- Void remove_Scroll( Class System.EventHandler value);
- Void add_Paint( Class System.Windows.Forms.PaintEventHandler value);
- Void remove_Paint( Class System.Windows.Forms.PaintEventHandler value);
- Void add_ValueChanged( Class System.EventHandler value);
- Void remove_ValueChanged( Class System.EventHandler value);
- Void AdjustSize();
- Void BeginInit();
- Void ConstrainValue();
- Void CreateHandle();
- Void EndInit();
- Void GetTrackBarValue();
- Boolean IsInputKey( ValueClass System.Windows.Forms.Keys keyData);
- Void OnHandleCreated( Class System.EventArgs e);
- Void OnScroll( Class System.EventArgs e);
- Void OnValueChanged( Class System.EventArgs e);
- Void OnBackColorChanged( Class System.EventArgs e);
- Void SetBoundsCore( I4 x, I4 y, I4 width, I4 height, ValueClass System.Windows.Forms.BoundsSpecified specified);
- Void SetRange( I4 minValue, I4 maxValue);
- Void SetTrackBarPosition();
- String ToString();
- Void WndProc( ByRef ValueClass System.Windows.Forms.Message m);
- Void System.Windows.Forms.TrackBar();
- property AutoSize { get(){} set(){} };
- property BackgroundImage { get(){} set(){} };
- property CreateParams { get(){} set(){} };
- property DefaultImeMode { get(){} set(){} };
- property DefaultSize { get(){} set(){} };
- property Font { get(){} set(){} };
- property ForeColor { get(){} set(){} };
- property ImeMode { get(){} set(){} };
- property LargeChange { get(){} set(){} };
- property Maximum { get(){} set(){} };
- property Minimum { get(){} set(){} };
- property Orientation { get(){} set(){} };
- property PreferredDimension { get(){} set(){} };
- property SmallChange { get(){} set(){} };
- property Text { get(){} set(){} };
- property TickStyle { get(){} set(){} };
- property TickFrequency { get(){} set(){} };
- property Value { get(){} set(){} };
- event Click;
- event DoubleClick;
- event Scroll;
- event Paint;
- event ValueChanged;
- }
- class System.Windows.Forms.MdiLayout : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.MdiLayout Cascade;
- ValueClass System.Windows.Forms.MdiLayout TileHorizontal;
- ValueClass System.Windows.Forms.MdiLayout TileVertical;
- ValueClass System.Windows.Forms.MdiLayout ArrangeIcons;
- }
- class System.Windows.Forms.MdiWindowDialog : System.Windows.Forms.Form
- {
- Class System.Windows.Forms.ListBox itemList;
- Class System.Windows.Forms.Button okButton;
- Class System.Windows.Forms.Button cancelButton;
- Class System.ComponentModel.IContainer components;
- Class System.Windows.Forms.Form active;
- Void System.Windows.Forms.MdiWindowDialog();
- Class System.Windows.Forms.Form get_ActiveChildForm();
- Void Dispose( Boolean disposing);
- Void SetItems( Class System.Windows.Forms.Form active, SZArray Class System.Windows.Forms.Form all);
- Void ItemList_doubleClick( Object source, Class System.EventArgs e);
- Void ItemList_selectedIndexChanged( Object source, Class System.EventArgs e);
- Void InitializeComponent();
- property ActiveChildForm { get(){} set(){} };
- }
- class ListItem : System.Object
- {
- Class System.Windows.Forms.Form form;
- Void ListItem( Class System.Windows.Forms.Form f);
- String ToString();
- }
- class System.Windows.Forms.MeasureItemEventArgs : System.EventArgs
- {
- I4 itemHeight;
- I4 itemWidth;
- I4 index;
- Class System.Drawing.Graphics graphics;
- Void System.Windows.Forms.MeasureItemEventArgs( Class System.Drawing.Graphics graphics, I4 index, I4 itemHeight);
- Void System.Windows.Forms.MeasureItemEventArgs( Class System.Drawing.Graphics graphics, I4 index);
- Class System.Drawing.Graphics get_Graphics();
- I4 get_Index();
- I4 get_ItemHeight();
- Void set_ItemHeight( I4 value);
- I4 get_ItemWidth();
- Void set_ItemWidth( I4 value);
- property Graphics { get(){} set(){} };
- property Index { get(){} set(){} };
- property ItemHeight { get(){} set(){} };
- property ItemWidth { get(){} set(){} };
- }
- class System.Windows.Forms.MeasureItemEventHandler : System.MulticastDelegate
- {
- Void System.Windows.Forms.MeasureItemEventHandler( Object object, I method);
- Void Invoke( Object sender, Class System.Windows.Forms.MeasureItemEventArgs e);
- Class System.IAsyncResult BeginInvoke( Object sender, Class System.Windows.Forms.MeasureItemEventArgs e, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class System.Windows.Forms.TreeView : System.Windows.Forms.Control
- {
- I4 DefaultTreeViewIndent;
- I4 MaxIndent;
- String backSlash;
- Class System.Windows.Forms.NodeLabelEditEventHandler onBeforeLabelEdit;
- Class System.Windows.Forms.NodeLabelEditEventHandler onAfterLabelEdit;
- Class System.Windows.Forms.TreeViewCancelEventHandler onBeforeCheck;
- Class System.Windows.Forms.TreeViewEventHandler onAfterCheck;
- Class System.Windows.Forms.TreeViewCancelEventHandler onBeforeCollapse;
- Class System.Windows.Forms.TreeViewEventHandler onAfterCollapse;
- Class System.Windows.Forms.TreeViewCancelEventHandler onBeforeExpand;
- Class System.Windows.Forms.TreeViewEventHandler onAfterExpand;
- Class System.Windows.Forms.TreeViewCancelEventHandler onBeforeSelect;
- Class System.Windows.Forms.TreeViewEventHandler onAfterSelect;
- Class System.Windows.Forms.ItemDragEventHandler onItemDrag;
- Class System.Windows.Forms.TreeNode selectedNode;
- I4 selectedImageIndex;
- Boolean hideSelection;
- I4 imageIndex;
- Class System.Windows.Forms.ImageList imageList;
- I4 indent;
- I4 itemHeight;
- String pathSeparator;
- Boolean labelEdit;
- Boolean scrollable;
- ValueClass System.Windows.Forms.BorderStyle borderStyle;
- Boolean checkBoxes;
- Boolean showLines;
- Boolean showPlusMinus;
- Boolean showRootLines;
- Boolean sorted;
- Boolean hotTracking;
- Boolean fullRowSelect;
- Class System.Windows.Forms.TreeNodeCollection nodes;
- Class System.Windows.Forms.TreeNode editNode;
- Class System.Windows.Forms.TreeNode root;
- Class System.Collections.Hashtable nodeTable;
- I4 updateCount;
- ValueClass System.Windows.Forms.MouseButtons downButton;
- Boolean doubleclickFired;
- Boolean mouseUpFired;
- Void System.Windows.Forms.TreeView();
- ValueClass System.Drawing.Color get_BackColor();
- Void set_BackColor( ValueClass System.Drawing.Color value);
- Class System.Drawing.Image get_BackgroundImage();
- Void set_BackgroundImage( Class System.Drawing.Image value);
- ValueClass System.Windows.Forms.BorderStyle get_BorderStyle();
- Void set_BorderStyle( ValueClass System.Windows.Forms.BorderStyle value);
- Boolean get_CheckBoxes();
- Void set_CheckBoxes( Boolean value);
- Class System.Windows.Forms.CreateParams get_CreateParams();
- ValueClass System.Drawing.Size get_DefaultSize();
- ValueClass System.Drawing.Color get_ForeColor();
- Void set_ForeColor( ValueClass System.Drawing.Color value);
- Boolean get_FullRowSelect();
- Void set_FullRowSelect( Boolean value);
- Boolean get_HideSelection();
- Void set_HideSelection( Boolean value);
- Boolean get_HotTracking();
- Void set_HotTracking( Boolean value);
- I4 get_ImageIndex();
- Void set_ImageIndex( I4 value);
- Class System.Windows.Forms.ImageList get_ImageList();
- Void set_ImageList( Class System.Windows.Forms.ImageList value);
- I4 get_Indent();
- Void set_Indent( I4 value);
- I4 get_ItemHeight();
- Void set_ItemHeight( I4 value);
- Boolean get_LabelEdit();
- Void set_LabelEdit( Boolean value);
- Class System.Windows.Forms.TreeNodeCollection get_Nodes();
- String get_PathSeparator();
- Void set_PathSeparator( String value);
- Boolean get_Scrollable();
- Void set_Scrollable( Boolean value);
- I4 get_SelectedImageIndex();
- Void set_SelectedImageIndex( I4 value);
- Class System.Windows.Forms.TreeNode get_SelectedNode();
- Void set_SelectedNode( Class System.Windows.Forms.TreeNode value);
- Boolean get_ShowLines();
- Void set_ShowLines( Boolean value);
- Boolean get_ShowPlusMinus();
- Void set_ShowPlusMinus( Boolean value);
- Boolean get_ShowRootLines();
- Void set_ShowRootLines( Boolean value);
- Boolean get_Sorted();
- Void set_Sorted( Boolean value);
- String get_Text();
- Void set_Text( String value);
- Class System.Windows.Forms.TreeNode get_TopNode();
- I4 get_VisibleCount();
- Void add_BeforeLabelEdit( Class System.Windows.Forms.NodeLabelEditEventHandler value);
- Void remove_BeforeLabelEdit( Class System.Windows.Forms.NodeLabelEditEventHandler value);
- Void add_AfterLabelEdit( Class System.Windows.Forms.NodeLabelEditEventHandler value);
- Void remove_AfterLabelEdit( Class System.Windows.Forms.NodeLabelEditEventHandler value);
- Void add_BeforeCheck( Class System.Windows.Forms.TreeViewCancelEventHandler value);
- Void remove_BeforeCheck( Class System.Windows.Forms.TreeViewCancelEventHandler value);
- Void add_AfterCheck( Class System.Windows.Forms.TreeViewEventHandler value);
- Void remove_AfterCheck( Class System.Windows.Forms.TreeViewEventHandler value);
- Void add_BeforeCollapse( Class System.Windows.Forms.TreeViewCancelEventHandler value);
- Void remove_BeforeCollapse( Class System.Windows.Forms.TreeViewCancelEventHandler value);
- Void add_AfterCollapse( Class System.Windows.Forms.TreeViewEventHandler value);
- Void remove_AfterCollapse( Class System.Windows.Forms.TreeViewEventHandler value);
- Void add_BeforeExpand( Class System.Windows.Forms.TreeViewCancelEventHandler value);
- Void remove_BeforeExpand( Class System.Windows.Forms.TreeViewCancelEventHandler value);
- Void add_AfterExpand( Class System.Windows.Forms.TreeViewEventHandler value);
- Void remove_AfterExpand( Class System.Windows.Forms.TreeViewEventHandler value);
- Void add_ItemDrag( Class System.Windows.Forms.ItemDragEventHandler value);
- Void remove_ItemDrag( Class System.Windows.Forms.ItemDragEventHandler value);
- Void add_BeforeSelect( Class System.Windows.Forms.TreeViewCancelEventHandler value);
- Void remove_BeforeSelect( Class System.Windows.Forms.TreeViewCancelEventHandler value);
- Void add_AfterSelect( Class System.Windows.Forms.TreeViewEventHandler value);
- Void remove_AfterSelect( Class System.Windows.Forms.TreeViewEventHandler value);
- Void add_Paint( Class System.Windows.Forms.PaintEventHandler value);
- Void remove_Paint( Class System.Windows.Forms.PaintEventHandler value);
- Void BeginUpdate();
- Void CollapseAll();
- Void CreateHandle();
- Void DetachImageList( Object sender, Class System.EventArgs e);
- Void Dispose( Boolean disposing);
- Void EndUpdate();
- Void ExpandAll();
- Void ForceScrollbarUpdate( Boolean delayed);
- Boolean TreeViewBeforeCheck( Class System.Windows.Forms.TreeNode node, ValueClass System.Windows.Forms.TreeViewAction actionTaken);
- Void TreeViewAfterCheck( Class System.Windows.Forms.TreeNode node, ValueClass System.Windows.Forms.TreeViewAction actionTaken);
- I4 GetNodeCount( Boolean includeSubTrees);
- Class System.Windows.Forms.TreeNode GetNodeAt( ValueClass System.Drawing.Point pt);
- Class System.Windows.Forms.TreeNode GetNodeAt( I4 x, I4 y);
- Void ImageListRecreateHandle( Object sender, Class System.EventArgs e);
- Boolean IsInputKey( ValueClass System.Windows.Forms.Keys keyData);
- Class System.Windows.Forms.TreeNode NodeFromHandle( I handle);
- Void OnHandleCreated( Class System.EventArgs e);
- Void OnHandleDestroyed( Class System.EventArgs e);
- Void OnBeforeLabelEdit( Class System.Windows.Forms.NodeLabelEditEventArgs e);
- Void OnAfterLabelEdit( Class System.Windows.Forms.NodeLabelEditEventArgs e);
- Void OnBeforeCheck( Class System.Windows.Forms.TreeViewCancelEventArgs e);
- Void OnAfterCheck( Class System.Windows.Forms.TreeViewEventArgs e);
- Void OnBeforeCollapse( Class System.Windows.Forms.TreeViewCancelEventArgs e);
- Void _OnBeforeCollapse( Class System.Windows.Forms.TreeViewCancelEventArgs e);
- Void OnAfterCollapse( Class System.Windows.Forms.TreeViewEventArgs e);
- Void _OnAfterCollapse( Class System.Windows.Forms.TreeViewEventArgs e);
- Void OnBeforeExpand( Class System.Windows.Forms.TreeViewCancelEventArgs e);
- Void OnAfterExpand( Class System.Windows.Forms.TreeViewEventArgs e);
- Void OnItemDrag( Class System.Windows.Forms.ItemDragEventArgs e);
- Void OnBeforeSelect( Class System.Windows.Forms.TreeViewCancelEventArgs e);
- Void OnAfterSelect( Class System.Windows.Forms.TreeViewEventArgs e);
- Void OnKeyDown( Class System.Windows.Forms.KeyEventArgs e);
- Void OnKeyUp( Class System.Windows.Forms.KeyEventArgs e);
- Void OnKeyPress( Class System.Windows.Forms.KeyPressEventArgs e);
- Void RefreshNodes();
- Void ResetIndent();
- Void ResetItemHeight();
- Boolean ShouldSerializeIndent();
- Boolean ShouldSerializeItemHeight();
- String ToString();
- Void TvnBeginDrag( ValueClass System.Windows.Forms.MouseButtons buttons, Ptr ValueClass NMTREEVIEW nmtv);
- I TvnExpanding( Ptr ValueClass NMTREEVIEW nmtv);
- Void TvnExpanded( Ptr ValueClass NMTREEVIEW nmtv);
- I TvnSelecting( Ptr ValueClass NMTREEVIEW nmtv);
- Void TvnSelected( Ptr ValueClass NMTREEVIEW nmtv);
- I TvnBeginLabelEdit( Class NMTVDISPINFO nmtvdi);
- I TvnEndLabelEdit( Class NMTVDISPINFO nmtvdi);
- Void WmMouseDown( ByRef ValueClass System.Windows.Forms.Message m, ValueClass System.Windows.Forms.MouseButtons button, I4 clicks);
- Void CustomDraw( ByRef ValueClass System.Windows.Forms.Message m);
- Class System.Windows.Forms.OwnerDrawPropertyBag GetItemRenderStyles( Class System.Windows.Forms.TreeNode node, I4 state);
- Void WmNotify( ByRef ValueClass System.Windows.Forms.Message m);
- Void WndProc( ByRef ValueClass System.Windows.Forms.Message m);
- Void System.Windows.Forms.TreeView();
- property BackColor { get(){} set(){} };
- property BackgroundImage { get(){} set(){} };
- property BorderStyle { get(){} set(){} };
- property CheckBoxes { get(){} set(){} };
- property CreateParams { get(){} set(){} };
- property DefaultSize { get(){} set(){} };
- property ForeColor { get(){} set(){} };
- property FullRowSelect { get(){} set(){} };
- property HideSelection { get(){} set(){} };
- property HotTracking { get(){} set(){} };
- property ImageIndex { get(){} set(){} };
- property ImageList { get(){} set(){} };
- property Indent { get(){} set(){} };
- property ItemHeight { get(){} set(){} };
- property LabelEdit { get(){} set(){} };
- property Nodes { get(){} set(){} };
- property PathSeparator { get(){} set(){} };
- property Scrollable { get(){} set(){} };
- property SelectedImageIndex { get(){} set(){} };
- property SelectedNode { get(){} set(){} };
- property ShowLines { get(){} set(){} };
- property ShowPlusMinus { get(){} set(){} };
- property ShowRootLines { get(){} set(){} };
- property Sorted { get(){} set(){} };
- property Text { get(){} set(){} };
- property TopNode { get(){} set(){} };
- property VisibleCount { get(){} set(){} };
- event BeforeLabelEdit;
- event AfterLabelEdit;
- event BeforeCheck;
- event AfterCheck;
- event BeforeCollapse;
- event AfterCollapse;
- event BeforeExpand;
- event AfterExpand;
- event ItemDrag;
- event BeforeSelect;
- event AfterSelect;
- event Paint;
- }
- class System.Windows.Forms.MenuGlyph : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.MenuGlyph Arrow;
- ValueClass System.Windows.Forms.MenuGlyph Checkmark;
- ValueClass System.Windows.Forms.MenuGlyph Bullet;
- ValueClass System.Windows.Forms.MenuGlyph Min;
- ValueClass System.Windows.Forms.MenuGlyph Max;
- }
- class System.Windows.Forms.MenuItem : System.Windows.Forms.Menu
- {
- I4 STATE_BARBREAK;
- I4 STATE_BREAK;
- I4 STATE_CHECKED;
- I4 STATE_DEFAULT;
- I4 STATE_DISABLED;
- I4 STATE_RADIOCHECK;
- I4 STATE_HIDDEN;
- I4 STATE_MDILIST;
- I4 STATE_CLONE_MASK;
- I4 STATE_OWNERDRAW;
- Class System.Windows.Forms.Menu menu;
- Boolean hasHandle;
- Class MenuItemData data;
- I4 dataVersion;
- Class System.Windows.Forms.MenuItem nextLinkedItem;
- Class System.Collections.Hashtable allCreatedMenuItems;
- I4 createdMenuItemsCounter;
- I4 uniqueID;
- Void System.Windows.Forms.MenuItem();
- Void System.Windows.Forms.MenuItem( String text);
- Void System.Windows.Forms.MenuItem( String text, Class System.EventHandler onClick);
- Void System.Windows.Forms.MenuItem( String text, Class System.EventHandler onClick, ValueClass System.Windows.Forms.Shortcut shortcut);
- Void System.Windows.Forms.MenuItem( String text, SZArray Class System.Windows.Forms.MenuItem items);
- Void System.Windows.Forms.MenuItem( Class MenuItemData data);
- 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);
- Boolean get_BarBreak();
- Void set_BarBreak( Boolean value);
- Boolean get_Break();
- Void set_Break( Boolean value);
- Boolean get_Checked();
- Void set_Checked( Boolean value);
- Boolean get_DefaultItem();
- Void set_DefaultItem( Boolean value);
- Boolean get_OwnerDraw();
- Void set_OwnerDraw( Boolean value);
- Boolean get_Enabled();
- Void set_Enabled( Boolean value);
- I4 get_Index();
- Void set_Index( I4 value);
- Boolean get_IsParent();
- Boolean get_MdiList();
- Void set_MdiList( Boolean value);
- I4 get_MenuID();
- I4 get_MenuIndex();
- ValueClass System.Windows.Forms.MenuMerge get_MergeType();
- Void set_MergeType( ValueClass System.Windows.Forms.MenuMerge value);
- I4 get_MergeOrder();
- Void set_MergeOrder( I4 value);
- Char get_Mnemonic();
- Class System.Windows.Forms.Menu get_Parent();
- Boolean get_RadioCheck();
- Void set_RadioCheck( Boolean value);
- String get_Text();
- Void set_Text( String value);
- ValueClass System.Windows.Forms.Shortcut get_Shortcut();
- Void set_Shortcut( ValueClass System.Windows.Forms.Shortcut value);
- Boolean get_ShowShortcut();
- Void set_ShowShortcut( Boolean value);
- Boolean get_Visible();
- Void set_Visible( Boolean value);
- Void add_Click( Class System.EventHandler value);
- Void remove_Click( Class System.EventHandler value);
- Void add_DrawItem( Class System.Windows.Forms.DrawItemEventHandler value);
- Void remove_DrawItem( Class System.Windows.Forms.DrawItemEventHandler value);
- Void add_MeasureItem( Class System.Windows.Forms.MeasureItemEventHandler value);
- Void remove_MeasureItem( Class System.Windows.Forms.MeasureItemEventHandler value);
- Boolean get_ParentIsRightToLeft();
- Void add_Popup( Class System.EventHandler value);
- Void remove_Popup( Class System.EventHandler value);
- Void add_Select( Class System.EventHandler value);