System.Windows.Forms.cs
上传用户:jnxxjx
上传日期:2015-03-08
资源大小:3388k
文件大小:1198k
- {
- I4 value__;
- ValueClass System.Windows.Forms.Border3DSide Left;
- ValueClass System.Windows.Forms.Border3DSide Top;
- ValueClass System.Windows.Forms.Border3DSide Right;
- ValueClass System.Windows.Forms.Border3DSide Bottom;
- ValueClass System.Windows.Forms.Border3DSide Middle;
- ValueClass System.Windows.Forms.Border3DSide All;
- }
- class System.Windows.Forms.Border3DStyle : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.Border3DStyle Adjust;
- ValueClass System.Windows.Forms.Border3DStyle Bump;
- ValueClass System.Windows.Forms.Border3DStyle Etched;
- ValueClass System.Windows.Forms.Border3DStyle Flat;
- ValueClass System.Windows.Forms.Border3DStyle Raised;
- ValueClass System.Windows.Forms.Border3DStyle RaisedInner;
- ValueClass System.Windows.Forms.Border3DStyle RaisedOuter;
- ValueClass System.Windows.Forms.Border3DStyle Sunken;
- ValueClass System.Windows.Forms.Border3DStyle SunkenInner;
- ValueClass System.Windows.Forms.Border3DStyle SunkenOuter;
- }
- class System.Windows.Forms.BorderStyle : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.BorderStyle None;
- ValueClass System.Windows.Forms.BorderStyle FixedSingle;
- ValueClass System.Windows.Forms.BorderStyle Fixed3D;
- }
- class System.Windows.Forms.BoundsSpecified : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.BoundsSpecified X;
- ValueClass System.Windows.Forms.BoundsSpecified Y;
- ValueClass System.Windows.Forms.BoundsSpecified Width;
- ValueClass System.Windows.Forms.BoundsSpecified Height;
- ValueClass System.Windows.Forms.BoundsSpecified Location;
- ValueClass System.Windows.Forms.BoundsSpecified Size;
- ValueClass System.Windows.Forms.BoundsSpecified All;
- ValueClass System.Windows.Forms.BoundsSpecified None;
- }
- class System.Windows.Forms.ControlPaint : System.Object
- {
- Class System.Drawing.Bitmap checkImage;
- Class System.Drawing.Pen focusPen;
- Class System.Drawing.Pen focusPenInvert;
- ValueClass System.Drawing.Color focusPenColor;
- Class System.Drawing.Pen grabPenPrimary;
- Class System.Drawing.Pen grabPenSecondary;
- Class System.Drawing.Brush grabBrushPrimary;
- Class System.Drawing.Brush grabBrushSecondary;
- Class System.Drawing.Brush frameBrushActive;
- ValueClass System.Drawing.Color frameColorActive;
- Class System.Drawing.Brush frameBrushSelected;
- ValueClass System.Drawing.Color frameColorSelected;
- Class System.Drawing.Brush gridBrush;
- ValueClass System.Drawing.Size gridSize;
- Boolean gridInvert;
- Class System.Drawing.Imaging.ImageAttributes disabledImageAttr;
- ValueClass System.Drawing.ContentAlignment anyRight;
- ValueClass System.Drawing.ContentAlignment anyBottom;
- ValueClass System.Drawing.ContentAlignment anyCenter;
- ValueClass System.Drawing.ContentAlignment anyMiddle;
- Void System.Windows.Forms.ControlPaint();
- ValueClass System.Drawing.Color get_ContrastControlDark();
- I CreateBitmapInfo( Class System.Drawing.Bitmap bitmap, I hdcS);
- I CreateHBitmap16Bit( Class System.Drawing.Bitmap bitmap, ValueClass System.Drawing.Color background);
- I CreateHBitmapTransparencyMask( Class System.Drawing.Bitmap bitmap);
- I CreateHBitmapColorMask( Class System.Drawing.Bitmap bitmap, I monochromeMask);
- I CreateHalftoneHBRUSH();
- ValueClass System.Drawing.Drawing2D.DashStyle BorderStyleToDashStyle( ValueClass System.Windows.Forms.ButtonBorderStyle borderStyle);
- ValueClass System.Drawing.Color Dark( ValueClass System.Drawing.Color baseColor, R4 percOfDarkDark);
- ValueClass System.Drawing.Color Dark( ValueClass System.Drawing.Color baseColor);
- ValueClass System.Drawing.Color DarkDark( ValueClass System.Drawing.Color baseColor);
- Void DrawBorder( Class System.Drawing.Graphics graphics, ValueClass System.Drawing.Rectangle bounds, ValueClass System.Drawing.Color color, ValueClass System.Windows.Forms.ButtonBorderStyle style);
- Void DrawBorder( Class System.Drawing.Graphics graphics, ValueClass System.Drawing.Rectangle bounds, ValueClass System.Drawing.Color leftColor, I4 leftWidth, ValueClass System.Windows.Forms.ButtonBorderStyle leftStyle, ValueClass System.Drawing.Color topColor, I4 topWidth, ValueClass System.Windows.Forms.ButtonBorderStyle topStyle, ValueClass System.Drawing.Color rightColor, I4 rightWidth rightStyle, bottomColor, bottomWidth, bottomStyle);
- Void DrawBorder3D( Class System.Drawing.Graphics graphics, ValueClass System.Drawing.Rectangle rectangle);
- Void DrawBorder3D( Class System.Drawing.Graphics graphics, ValueClass System.Drawing.Rectangle rectangle, ValueClass System.Windows.Forms.Border3DStyle style);
- Void DrawBorder3D( Class System.Drawing.Graphics graphics, ValueClass System.Drawing.Rectangle rectangle, ValueClass System.Windows.Forms.Border3DStyle style, ValueClass System.Windows.Forms.Border3DSide sides);
- Void DrawBorder3D( Class System.Drawing.Graphics graphics, I4 x, I4 y, I4 width, I4 height);
- Void DrawBorder3D( Class System.Drawing.Graphics graphics, I4 x, I4 y, I4 width, I4 height, ValueClass System.Windows.Forms.Border3DStyle style);
- Void DrawBorder3D( Class System.Drawing.Graphics graphics, I4 x, I4 y, I4 width, I4 height, ValueClass System.Windows.Forms.Border3DStyle style, ValueClass System.Windows.Forms.Border3DSide sides);
- Void DrawBorderComplex( Class System.Drawing.Graphics graphics, ValueClass System.Drawing.Rectangle bounds, ValueClass System.Drawing.Color color, ValueClass System.Windows.Forms.ButtonBorderStyle style);
- Void DrawBorderSimple( Class System.Drawing.Graphics graphics, ValueClass System.Drawing.Rectangle bounds, ValueClass System.Drawing.Color color, ValueClass System.Windows.Forms.ButtonBorderStyle style);
- Void DrawButton( Class System.Drawing.Graphics graphics, ValueClass System.Drawing.Rectangle rectangle, ValueClass System.Windows.Forms.ButtonState state);
- Void DrawButton( Class System.Drawing.Graphics graphics, I4 x, I4 y, I4 width, I4 height, ValueClass System.Windows.Forms.ButtonState state);
- Void DrawCaptionButton( Class System.Drawing.Graphics graphics, ValueClass System.Drawing.Rectangle rectangle, ValueClass System.Windows.Forms.CaptionButton button, ValueClass System.Windows.Forms.ButtonState state);
- Void DrawCaptionButton( Class System.Drawing.Graphics graphics, I4 x, I4 y, I4 width, I4 height, ValueClass System.Windows.Forms.CaptionButton button, ValueClass System.Windows.Forms.ButtonState state);
- Void DrawCheckBox( Class System.Drawing.Graphics graphics, ValueClass System.Drawing.Rectangle rectangle, ValueClass System.Windows.Forms.ButtonState state);
- Void DrawCheckBox( Class System.Drawing.Graphics graphics, I4 x, I4 y, I4 width, I4 height, ValueClass System.Windows.Forms.ButtonState state);
- Void DrawComboButton( Class System.Drawing.Graphics graphics, ValueClass System.Drawing.Rectangle rectangle, ValueClass System.Windows.Forms.ButtonState state);
- Void DrawComboButton( Class System.Drawing.Graphics graphics, I4 x, I4 y, I4 width, I4 height, ValueClass System.Windows.Forms.ButtonState state);
- Void DrawContainerGrabHandle( Class System.Drawing.Graphics graphics, ValueClass System.Drawing.Rectangle bounds);
- Void DrawFlatCheckBox( Class System.Drawing.Graphics graphics, ValueClass System.Drawing.Rectangle rectangle, ValueClass System.Windows.Forms.ButtonState state);
- Void DrawFlatCheckBox( Class System.Drawing.Graphics graphics, ValueClass System.Drawing.Rectangle rectangle, ValueClass System.Drawing.Color foreground, Class System.Drawing.Brush background, ValueClass System.Windows.Forms.ButtonState state);
- Void DrawFocusRectangle( Class System.Drawing.Graphics graphics, ValueClass System.Drawing.Rectangle rectangle);
- Void DrawFocusRectangle( Class System.Drawing.Graphics graphics, ValueClass System.Drawing.Rectangle rectangle, ValueClass System.Drawing.Color foreColor, ValueClass System.Drawing.Color backColor);
- Void DrawFrameControl( Class System.Drawing.Graphics graphics, I4 x, I4 y, I4 width, I4 height, I4 kind, I4 state);
- Void DrawGrabHandle( Class System.Drawing.Graphics graphics, ValueClass System.Drawing.Rectangle rectangle, Boolean primary, Boolean enabled);
- Void DrawGrid( Class System.Drawing.Graphics graphics, ValueClass System.Drawing.Rectangle area, ValueClass System.Drawing.Size pixelsBetweenDots, ValueClass System.Drawing.Color backColor);
- Void DrawImageColorized( Class System.Drawing.Graphics graphics, Class System.Drawing.Image image, ValueClass System.Drawing.Rectangle destination, ValueClass System.Drawing.Color replaceBlack, ValueClass System.Drawing.Color replaceWhite);
- Void DrawImageColorized( Class System.Drawing.Graphics graphics, Class System.Drawing.Image image, ValueClass System.Drawing.Rectangle destination, ValueClass System.Drawing.Color replaceBlack);
- Void DrawImageReplaceColor( Class System.Drawing.Graphics g, Class System.Drawing.Image image, ValueClass System.Drawing.Rectangle dest, ValueClass System.Drawing.Color oldColor, ValueClass System.Drawing.Color newColor);
- Void DrawImageColorized( Class System.Drawing.Graphics graphics, Class System.Drawing.Image image, ValueClass System.Drawing.Rectangle destination, Class System.Drawing.Imaging.ColorMatrix matrix);
- Void DrawImageDisabled( Class System.Drawing.Graphics graphics, Class System.Drawing.Image image, I4 x, I4 y, ValueClass System.Drawing.Color background);
- Void DrawLockedFrame( Class System.Drawing.Graphics graphics, ValueClass System.Drawing.Rectangle rectangle, Boolean primary);
- Void DrawMenuGlyph( Class System.Drawing.Graphics graphics, ValueClass System.Drawing.Rectangle rectangle, ValueClass System.Windows.Forms.MenuGlyph glyph);
- Void DrawMenuGlyph( Class System.Drawing.Graphics graphics, I4 x, I4 y, I4 width, I4 height, ValueClass System.Windows.Forms.MenuGlyph glyph);
- Void DrawMixedCheckBox( Class System.Drawing.Graphics graphics, ValueClass System.Drawing.Rectangle rectangle, ValueClass System.Windows.Forms.ButtonState state);
- Void DrawMixedCheckBox( Class System.Drawing.Graphics graphics, I4 x, I4 y, I4 width, I4 height, ValueClass System.Windows.Forms.ButtonState state);
- Void DrawRadioButton( Class System.Drawing.Graphics graphics, ValueClass System.Drawing.Rectangle rectangle, ValueClass System.Windows.Forms.ButtonState state);
- Void DrawRadioButton( Class System.Drawing.Graphics graphics, I4 x, I4 y, I4 width, I4 height, ValueClass System.Windows.Forms.ButtonState state);
- Void DrawReversibleFrame( ValueClass System.Drawing.Rectangle rectangle, ValueClass System.Drawing.Color backColor, ValueClass System.Windows.Forms.FrameStyle style);
- Void DrawReversibleLine( ValueClass System.Drawing.Point start, ValueClass System.Drawing.Point end, ValueClass System.Drawing.Color backColor);
- Void DrawScrollButton( Class System.Drawing.Graphics graphics, ValueClass System.Drawing.Rectangle rectangle, ValueClass System.Windows.Forms.ScrollButton button, ValueClass System.Windows.Forms.ButtonState state);
- Void DrawScrollButton( Class System.Drawing.Graphics graphics, I4 x, I4 y, I4 width, I4 height, ValueClass System.Windows.Forms.ScrollButton button, ValueClass System.Windows.Forms.ButtonState state);
- Void DrawSelectionFrame( Class System.Drawing.Graphics graphics, Boolean active, ValueClass System.Drawing.Rectangle outsideRect, ValueClass System.Drawing.Rectangle insideRect, ValueClass System.Drawing.Color backColor);
- Void DrawSizeGrip( Class System.Drawing.Graphics graphics, ValueClass System.Drawing.Color backColor, ValueClass System.Drawing.Rectangle bounds);
- Void DrawSizeGrip( Class System.Drawing.Graphics graphics, ValueClass System.Drawing.Color backColor, I4 x, I4 y, I4 width, I4 height);
- Void DrawStringDisabled( Class System.Drawing.Graphics graphics, String s, Class System.Drawing.Font font, ValueClass System.Drawing.Color color, ValueClass System.Drawing.RectangleF layoutRectangle, Class System.Drawing.StringFormat format);
- Void FillReversibleRectangle( ValueClass System.Drawing.Rectangle rectangle, ValueClass System.Drawing.Color backColor);
- Class System.Drawing.Font FontInPoints( Class System.Drawing.Font font);
- Boolean FontToIFont( Class System.Drawing.Font source, Class IFont target);
- I4 GetColorRop( ValueClass System.Drawing.Color color, I4 darkROP, I4 lightROP);
- Class System.Drawing.Brush GetActiveBrush( ValueClass System.Drawing.Color backColor);
- Class System.Drawing.Pen GetFocusPen( ValueClass System.Drawing.Color backColor, Boolean odds);
- Class System.Drawing.Brush GetSelectedBrush( ValueClass System.Drawing.Color backColor);
- R4 InfinityToOne( R4 value);
- ValueClass System.Drawing.Color InvertColor( ValueClass System.Drawing.Color color);
- ValueClass System.Drawing.Color Light( ValueClass System.Drawing.Color baseColor, R4 percOfLightLight);
- ValueClass System.Drawing.Color Light( ValueClass System.Drawing.Color baseColor);
- ValueClass System.Drawing.Color LightLight( ValueClass System.Drawing.Color baseColor);
- Class System.Drawing.Bitmap MakeMonochrome( Class System.Drawing.Bitmap input, ValueClass System.Drawing.Color color);
- Class System.Drawing.Imaging.ColorMatrix RemapBlackAndWhiteAndTransparentMatrix( ValueClass System.Drawing.Color replaceBlack, ValueClass System.Drawing.Color replaceWhite);
- Class System.Drawing.Imaging.ColorMatrix RemapBlackAndWhitePreserveTransparentMatrix( ValueClass System.Drawing.Color replaceBlack, ValueClass System.Drawing.Color replaceWhite);
- Void SaveHBitmap( Class System.IO.Stream stream, I hBitmap, I hPalette);
- ValueClass System.Drawing.StringAlignment TranslateAlignment( ValueClass System.Windows.Forms.HorizontalAlignment align);
- ValueClass System.Drawing.StringAlignment TranslateAlignment( ValueClass System.Drawing.ContentAlignment align);
- ValueClass System.Drawing.StringAlignment TranslateLineAlignment( ValueClass System.Drawing.ContentAlignment align);
- Class System.Drawing.StringFormat StringFormatForAlignment( ValueClass System.Drawing.ContentAlignment align);
- Class System.Drawing.StringFormat StringFormatForAlignment( ValueClass System.Windows.Forms.HorizontalAlignment align);
- Void System.Windows.Forms.ControlPaint();
- property ContrastControlDark { get(){} set(){} };
- }
- class HLSColor : System.ValueType
- {
- I4 ShadowAdj;
- I4 HilightAdj;
- I4 WatermarkAdj;
- I4 Range;
- I4 HLSMax;
- I4 RGBMax;
- I4 Undefined;
- I4 hue;
- I4 saturation;
- I4 luminosity;
- Boolean isSystemColors_Control;
- Void HLSColor( ValueClass System.Drawing.Color color);
- I4 get_Hue();
- I4 get_Luminosity();
- I4 get_Saturation();
- ValueClass System.Drawing.Color Darker( R4 percDarker);
- Boolean Equals( Object o);
- I4 GetHashCode();
- ValueClass System.Drawing.Color Lighter( R4 percLighter);
- I4 NewLuma( I4 n, Boolean scale);
- I4 NewLuma( I4 luminosity, I4 n, Boolean scale);
- ValueClass System.Drawing.Color ColorFromHLS( I4 hue, I4 luminosity, I4 saturation);
- I4 HueToRGB( I4 n1, I4 n2, I4 hue);
- property Hue { get(){} set(){} };
- property Luminosity { get(){} set(){} };
- property Saturation { get(){} set(){} };
- }
- class System.Windows.Forms.ButtonBorderStyle : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.ButtonBorderStyle None;
- ValueClass System.Windows.Forms.ButtonBorderStyle Dotted;
- ValueClass System.Windows.Forms.ButtonBorderStyle Dashed;
- ValueClass System.Windows.Forms.ButtonBorderStyle Solid;
- ValueClass System.Windows.Forms.ButtonBorderStyle Inset;
- ValueClass System.Windows.Forms.ButtonBorderStyle Outset;
- }
- class System.Windows.Forms.ButtonState : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.ButtonState Checked;
- ValueClass System.Windows.Forms.ButtonState Flat;
- ValueClass System.Windows.Forms.ButtonState Inactive;
- ValueClass System.Windows.Forms.ButtonState Normal;
- ValueClass System.Windows.Forms.ButtonState Pushed;
- ValueClass System.Windows.Forms.ButtonState All;
- }
- class System.Windows.Forms.CaptionButton : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.CaptionButton Close;
- ValueClass System.Windows.Forms.CaptionButton Help;
- ValueClass System.Windows.Forms.CaptionButton Maximize;
- ValueClass System.Windows.Forms.CaptionButton Minimize;
- ValueClass System.Windows.Forms.CaptionButton Restore;
- }
- class System.Windows.Forms.CharacterCasing : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.CharacterCasing Normal;
- ValueClass System.Windows.Forms.CharacterCasing Upper;
- ValueClass System.Windows.Forms.CharacterCasing Lower;
- }
- class System.Windows.Forms.TextBoxBase : System.Windows.Forms.Control
- {
- I4 autoSize;
- I4 hideSelection;
- I4 multiline;
- I4 modified;
- I4 readOnly;
- I4 acceptsTab;
- I4 wordWrap;
- I4 creatingHandle;
- I4 codeUpdateText;
- Object EVENT_ACCEPTSTABCHANGED;
- Object EVENT_AUTOSIZECHANGED;
- Object EVENT_BORDERSTYLECHANGED;
- Object EVENT_HIDESELECTIONCHANGED;
- Object EVENT_MODIFIEDCHANGED;
- Object EVENT_MULTILINECHANGED;
- Object EVENT_READONLYCHANGED;
- I2 prefHeightCache;
- ValueClass System.Windows.Forms.BorderStyle borderStyle;
- I4 maxLength;
- I4 requestedHeight;
- Boolean integralHeightAdjust;
- I4 selectionStart;
- I4 selectionLength;
- ValueClass System.Collections.Specialized.BitVector32 textBoxFlags;
- Void System.Windows.Forms.TextBoxBase();
- Boolean get_AcceptsTab();
- Void set_AcceptsTab( Boolean value);
- Void add_AcceptsTabChanged( Class System.EventHandler value);
- Void remove_AcceptsTabChanged( Class System.EventHandler value);
- Boolean get_AutoSize();
- Void set_AutoSize( Boolean value);
- Void add_AutoSizeChanged( Class System.EventHandler value);
- Void remove_AutoSizeChanged( Class System.EventHandler 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);
- Void add_BorderStyleChanged( Class System.EventHandler value);
- Void remove_BorderStyleChanged( Class System.EventHandler value);
- Boolean get_CanRaiseTextChangedEvent();
- Boolean get_CanUndo();
- Class System.Windows.Forms.CreateParams get_CreateParams();
- Void add_Click( Class System.EventHandler value);
- Void remove_Click( Class System.EventHandler value);
- Class System.Windows.Forms.Cursor get_DefaultCursor();
- ValueClass System.Drawing.Size get_DefaultSize();
- ValueClass System.Drawing.Color get_ForeColor();
- Void set_ForeColor( ValueClass System.Drawing.Color value);
- Boolean get_HideSelection();
- Void set_HideSelection( Boolean value);
- Void add_HideSelectionChanged( Class System.EventHandler value);
- Void remove_HideSelectionChanged( Class System.EventHandler value);
- SZArray String get_Lines();
- Void set_Lines( SZArray String value);
- I4 get_MaxLength();
- Void set_MaxLength( I4 value);
- Boolean get_Modified();
- Void set_Modified( Boolean value);
- Void add_ModifiedChanged( Class System.EventHandler value);
- Void remove_ModifiedChanged( Class System.EventHandler value);
- Boolean get_Multiline();
- Void set_Multiline( Boolean value);
- Void add_MultilineChanged( Class System.EventHandler value);
- Void remove_MultilineChanged( Class System.EventHandler value);
- I4 get_PreferredHeight();
- Boolean get_ReadOnly();
- Void set_ReadOnly( Boolean value);
- Void add_ReadOnlyChanged( Class System.EventHandler value);
- Void remove_ReadOnlyChanged( Class System.EventHandler value);
- String get_SelectedText();
- Void set_SelectedText( String value);
- I4 get_SelectionLength();
- Void set_SelectionLength( I4 value);
- I4 get_SelectionStart();
- Void set_SelectionStart( I4 value);
- Boolean get_SetSelectionInCreateHandle();
- String get_Text();
- Void set_Text( String value);
- I4 get_TextLength();
- String get_WindowText();
- Void set_WindowText( String value);
- Boolean get_WordWrap();
- Void set_WordWrap( Boolean value);
- Void AdjustHeight();
- Void AppendText( String text);
- Void Clear();
- Void ClearUndo();
- Void Copy();
- Void CreateHandle();
- Void Cut();
- Boolean IsInputKey( ValueClass System.Windows.Forms.Keys keyData);
- Void OnHandleCreated( Class System.EventArgs e);
- Void OnHandleDestroyed( Class System.EventArgs e);
- Void Paste();
- Boolean ProcessDialogKey( ValueClass System.Windows.Forms.Keys keyData);
- Boolean ProcessTabKey( Boolean forward);
- Void add_Paint( Class System.Windows.Forms.PaintEventHandler value);
- Void remove_Paint( Class System.Windows.Forms.PaintEventHandler value);
- Void OnAutoSizeChanged( Class System.EventArgs e);
- Void OnAcceptsTabChanged( Class System.EventArgs e);
- Void OnBorderStyleChanged( Class System.EventArgs e);
- Void OnFontChanged( Class System.EventArgs e);
- Void OnHideSelectionChanged( Class System.EventArgs e);
- Void OnModifiedChanged( Class System.EventArgs e);
- Void OnMultilineChanged( Class System.EventArgs e);
- Void OnReadOnlyChanged( Class System.EventArgs e);
- Void ScrollToCaret();
- Void Select( I4 start, I4 length);
- Void SelectInternal( I4 start, I4 length);
- Void SelectAll();
- Void SetBoundsCore( I4 x, I4 y, I4 width, I4 height, ValueClass System.Windows.Forms.BoundsSpecified specified);
- Void SetSelectionOnHandle();
- Void SetWordWrapInternal( Boolean value);
- Void ToDbcsOffsets( String str, ByRef I4 start, ByRef I4 end);
- String ToString();
- Void Undo();
- Void UpdateMaxLength();
- I InitializeDCForWmCtlColor( I dc, I4 msg);
- Void WmReflectCommand( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmSetFont( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmGetDlgCode( ByRef ValueClass System.Windows.Forms.Message m);
- Void WndProc( ByRef ValueClass System.Windows.Forms.Message m);
- Void System.Windows.Forms.TextBoxBase();
- property AcceptsTab { get(){} set(){} };
- property AutoSize { get(){} set(){} };
- property BackColor { get(){} set(){} };
- property BackgroundImage { get(){} set(){} };
- property BorderStyle { get(){} set(){} };
- property CanRaiseTextChangedEvent { get(){} set(){} };
- property CanUndo { get(){} set(){} };
- property CreateParams { get(){} set(){} };
- property DefaultCursor { get(){} set(){} };
- property DefaultSize { get(){} set(){} };
- property ForeColor { get(){} set(){} };
- property HideSelection { get(){} set(){} };
- property Lines { get(){} set(){} };
- property MaxLength { get(){} set(){} };
- property Modified { get(){} set(){} };
- property Multiline { get(){} set(){} };
- property PreferredHeight { get(){} set(){} };
- property ReadOnly { get(){} set(){} };
- property SelectedText { get(){} set(){} };
- property SelectionLength { get(){} set(){} };
- property SelectionStart { get(){} set(){} };
- property SetSelectionInCreateHandle { get(){} set(){} };
- property Text { get(){} set(){} };
- property TextLength { get(){} set(){} };
- property WindowText { get(){} set(){} };
- property WordWrap { get(){} set(){} };
- event AcceptsTabChanged;
- event AutoSizeChanged;
- event BorderStyleChanged;
- event Click;
- event HideSelectionChanged;
- event ModifiedChanged;
- event MultilineChanged;
- event ReadOnlyChanged;
- event Paint;
- }
- class System.Windows.Forms.TextBox : System.Windows.Forms.TextBoxBase
- {
- Object EVENT_TEXTALIGNCHANGED;
- Boolean acceptsReturn;
- Char passwordChar;
- ValueClass System.Windows.Forms.CharacterCasing characterCasing;
- ValueClass System.Windows.Forms.ScrollBars scrollBars;
- ValueClass System.Windows.Forms.HorizontalAlignment textAlign;
- Boolean doubleClickFired;
- Boolean selectionSet;
- Void System.Windows.Forms.TextBox();
- Boolean get_AcceptsReturn();
- Void set_AcceptsReturn( Boolean value);
- ValueClass System.Windows.Forms.CharacterCasing get_CharacterCasing();
- Void set_CharacterCasing( ValueClass System.Windows.Forms.CharacterCasing value);
- Class System.Windows.Forms.CreateParams get_CreateParams();
- ValueClass System.Windows.Forms.ImeMode get_DefaultImeMode();
- Char get_PasswordChar();
- Void set_PasswordChar( Char value);
- ValueClass System.Windows.Forms.ScrollBars get_ScrollBars();
- Void set_ScrollBars( ValueClass System.Windows.Forms.ScrollBars value);
- String get_Text();
- Void set_Text( String value);
- ValueClass System.Windows.Forms.HorizontalAlignment get_TextAlign();
- Void set_TextAlign( ValueClass System.Windows.Forms.HorizontalAlignment value);
- Void add_TextAlignChanged( Class System.EventHandler value);
- Void remove_TextAlignChanged( Class System.EventHandler value);
- Boolean IsInputKey( ValueClass System.Windows.Forms.Keys keyData);
- Void OnGotFocus( Class System.EventArgs e);
- Void OnHandleCreated( Class System.EventArgs e);
- Void OnTextAlignChanged( Class System.EventArgs e);
- Void OnMouseUp( Class System.Windows.Forms.MouseEventArgs mevent);
- Void SelectInternal( I4 start, I4 length);
- Void WndProc( ByRef ValueClass System.Windows.Forms.Message m);
- Void System.Windows.Forms.TextBox();
- property AcceptsReturn { get(){} set(){} };
- property CharacterCasing { get(){} set(){} };
- property CreateParams { get(){} set(){} };
- property DefaultImeMode { get(){} set(){} };
- property PasswordChar { get(){} set(){} };
- property ScrollBars { get(){} set(){} };
- property Text { get(){} set(){} };
- property TextAlign { get(){} set(){} };
- event TextAlignChanged;
- }
- class System.Windows.Forms.DataGridTextBox : System.Windows.Forms.TextBox
- {
- Boolean isInEditOrNavigateMode;
- Class System.Windows.Forms.DataGrid dataGrid;
- Void SetDataGrid( Class System.Windows.Forms.DataGrid parentGrid);
- Void WndProc( ByRef ValueClass System.Windows.Forms.Message m);
- Void OnMouseWheel( Class System.Windows.Forms.MouseEventArgs e);
- Void OnKeyPress( Class System.Windows.Forms.KeyPressEventArgs e);
- Boolean ProcessKeyMessage( ByRef ValueClass System.Windows.Forms.Message m);
- Boolean get_IsInEditOrNavigateMode();
- Void set_IsInEditOrNavigateMode( Boolean value);
- Void System.Windows.Forms.DataGridTextBox();
- property IsInEditOrNavigateMode { get(){} set(){} };
- }
- class System.Windows.Forms.FontDialog : System.Windows.Forms.CommonDialog
- {
- I4 defaultMinSize;
- I4 defaultMaxSize;
- Object EventApply;
- I4 options;
- Class System.Drawing.Font font;
- ValueClass System.Drawing.Color color;
- I4 minSize;
- I4 maxSize;
- Boolean showColor;
- Void System.Windows.Forms.FontDialog();
- Boolean get_AllowSimulations();
- Void set_AllowSimulations( Boolean value);
- Boolean get_AllowVectorFonts();
- Void set_AllowVectorFonts( Boolean value);
- Boolean get_AllowVerticalFonts();
- Void set_AllowVerticalFonts( Boolean value);
- Boolean get_AllowScriptChange();
- Void set_AllowScriptChange( Boolean value);
- ValueClass System.Drawing.Color get_Color();
- Void set_Color( ValueClass System.Drawing.Color value);
- Boolean get_FixedPitchOnly();
- Void set_FixedPitchOnly( Boolean value);
- Class System.Drawing.Font get_Font();
- Void set_Font( Class System.Drawing.Font value);
- Boolean get_FontMustExist();
- Void set_FontMustExist( Boolean value);
- I4 get_MaxSize();
- Void set_MaxSize( I4 value);
- I4 get_MinSize();
- Void set_MinSize( I4 value);
- I4 get_Options();
- Boolean get_ScriptsOnly();
- Void set_ScriptsOnly( Boolean value);
- Boolean get_ShowApply();
- Void set_ShowApply( Boolean value);
- Boolean get_ShowColor();
- Void set_ShowColor( Boolean value);
- Boolean get_ShowEffects();
- Void set_ShowEffects( Boolean value);
- Boolean get_ShowHelp();
- Void set_ShowHelp( Boolean value);
- Void add_Apply( Class System.EventHandler value);
- Void remove_Apply( Class System.EventHandler value);
- Boolean GetOption( I4 option);
- I HookProc( I hWnd, I4 msg, I wparam, I lparam);
- Void OnApply( Class System.EventArgs e);
- Void Reset();
- Boolean RunDialog( I hWndOwner);
- Void SetOption( I4 option, Boolean value);
- Boolean ShouldSerializeColor();
- Boolean ShouldSerializeFont();
- String ToString();
- Void UpdateColor( I4 rgb);
- Void UpdateFont( Class LOGFONT lf);
- Void System.Windows.Forms.FontDialog();
- property AllowSimulations { get(){} set(){} };
- property AllowVectorFonts { get(){} set(){} };
- property AllowVerticalFonts { get(){} set(){} };
- property AllowScriptChange { get(){} set(){} };
- property Color { get(){} set(){} };
- property FixedPitchOnly { get(){} set(){} };
- property Font { get(){} set(){} };
- property FontMustExist { get(){} set(){} };
- property MaxSize { get(){} set(){} };
- property MinSize { get(){} set(){} };
- property Options { get(){} set(){} };
- property ScriptsOnly { get(){} set(){} };
- property ShowApply { get(){} set(){} };
- property ShowColor { get(){} set(){} };
- property ShowEffects { get(){} set(){} };
- property ShowHelp { get(){} set(){} };
- event Apply;
- }
- class System.Windows.Forms.CheckState : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.CheckState Unchecked;
- ValueClass System.Windows.Forms.CheckState Checked;
- ValueClass System.Windows.Forms.CheckState Indeterminate;
- }
- class System.Windows.Forms.Clipboard : System.Object
- {
- Void System.Windows.Forms.Clipboard();
- Void SetDataObject( Object data);
- Void SetDataObject( Object data, Boolean copy);
- Class System.Windows.Forms.IDataObject GetDataObject();
- Void ThrowIfFailed( I4 hr);
- }
- class System.Windows.Forms.ColorDepth : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.ColorDepth Depth4Bit;
- ValueClass System.Windows.Forms.ColorDepth Depth8Bit;
- ValueClass System.Windows.Forms.ColorDepth Depth16Bit;
- ValueClass System.Windows.Forms.ColorDepth Depth24Bit;
- ValueClass System.Windows.Forms.ColorDepth Depth32Bit;
- }
- class System.Windows.Forms.DateTimePicker : System.Windows.Forms.Control
- {
- I4 TIMEFORMAT_NOUPDOWN;
- ValueClass System.Drawing.Color DefaultTitleBackColor;
- ValueClass System.Drawing.Color DefaultTitleForeColor;
- ValueClass System.Drawing.Color DefaultMonthBackColor;
- ValueClass System.Drawing.Color DefaultTrailingForeColor;
- Object EVENT_FORMATCHANGED;
- Class System.EventHandler onCloseUp;
- Class System.EventHandler onDropDown;
- Class System.EventHandler onValueChanged;
- ValueClass System.DateTime MinDateTime;
- ValueClass System.DateTime MaxDateTime;
- I4 style;
- I2 prefHeightCache;
- Boolean validTime;
- Boolean userHasSetValue;
- ValueClass System.DateTime value;
- ValueClass System.DateTime max;
- ValueClass System.DateTime min;
- ValueClass System.Drawing.Color calendarForeColor;
- ValueClass System.Drawing.Color calendarTitleBackColor;
- ValueClass System.Drawing.Color calendarTitleForeColor;
- ValueClass System.Drawing.Color calendarMonthBackground;
- ValueClass System.Drawing.Color calendarTrailingText;
- Class System.Drawing.Font calendarFont;
- Class FontHandleWrapper calendarFontHandleWrapper;
- String customFormat;
- ValueClass System.Windows.Forms.DateTimePickerFormat format;
- Void System.Windows.Forms.DateTimePicker();
- 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.Color get_CalendarForeColor();
- Void set_CalendarForeColor( ValueClass System.Drawing.Color value);
- Class System.Drawing.Font get_CalendarFont();
- Void set_CalendarFont( Class System.Drawing.Font value);
- I get_CalendarFontHandle();
- ValueClass System.Drawing.Color get_CalendarTitleBackColor();
- Void set_CalendarTitleBackColor( ValueClass System.Drawing.Color value);
- ValueClass System.Drawing.Color get_CalendarTitleForeColor();
- Void set_CalendarTitleForeColor( ValueClass System.Drawing.Color value);
- ValueClass System.Drawing.Color get_CalendarTrailingForeColor();
- Void set_CalendarTrailingForeColor( ValueClass System.Drawing.Color value);
- ValueClass System.Drawing.Color get_CalendarMonthBackground();
- Void set_CalendarMonthBackground( ValueClass System.Drawing.Color value);
- Boolean get_Checked();
- Void set_Checked( Boolean value);
- Class System.Windows.Forms.CreateParams get_CreateParams();
- String get_CustomFormat();
- Void set_CustomFormat( String value);
- ValueClass System.Drawing.Size get_DefaultSize();
- ValueClass System.Windows.Forms.LeftRightAlignment get_DropDownAlign();
- Void set_DropDownAlign( ValueClass System.Windows.Forms.LeftRightAlignment value);
- ValueClass System.Drawing.Color get_ForeColor();
- Void set_ForeColor( ValueClass System.Drawing.Color value);
- ValueClass System.Windows.Forms.DateTimePickerFormat get_Format();
- Void set_Format( ValueClass System.Windows.Forms.DateTimePickerFormat value);
- Void add_FormatChanged( Class System.EventHandler value);
- Void remove_FormatChanged( Class System.EventHandler value);
- Void add_Paint( Class System.Windows.Forms.PaintEventHandler value);
- Void remove_Paint( Class System.Windows.Forms.PaintEventHandler value);
- ValueClass System.DateTime get_MaxDate();
- Void set_MaxDate( ValueClass System.DateTime value);
- ValueClass System.DateTime get_MinDate();
- Void set_MinDate( ValueClass System.DateTime value);
- I4 get_PreferredHeight();
- Boolean get_ShowCheckBox();
- Void set_ShowCheckBox( Boolean value);
- Boolean get_ShowUpDown();
- Void set_ShowUpDown( Boolean value);
- String get_Text();
- Void set_Text( String value);
- ValueClass System.DateTime get_Value();
- Void set_Value( ValueClass System.DateTime value);
- Void add_CloseUp( Class System.EventHandler value);
- Void remove_CloseUp( Class System.EventHandler value);
- Void add_ValueChanged( Class System.EventHandler value);
- Void remove_ValueChanged( Class System.EventHandler value);
- Void add_DropDown( Class System.EventHandler value);
- Void remove_DropDown( Class System.EventHandler value);
- Class System.Windows.Forms.AccessibleObject CreateAccessibilityInstance();
- Void CreateHandle();
- Void DestroyHandle();
- String FormatDateTime( ValueClass System.DateTime value);
- Boolean IsInputKey( ValueClass System.Windows.Forms.Keys keyData);
- Void OnCloseUp( Class System.EventArgs eventargs);
- Void OnDropDown( Class System.EventArgs eventargs);
- Void OnFormatChanged( Class System.EventArgs e);
- Void OnValueChanged( Class System.EventArgs eventargs);
- Void OnFontChanged( Class System.EventArgs e);
- Void ResetFormat();
- Void ResetMaxDate();
- Void ResetMinDate();
- Void ResetValue();
- Void SetBoundsCore( I4 x, I4 y, I4 width, I4 height, ValueClass System.Windows.Forms.BoundsSpecified specified);
- Void SetControlColor( I4 colorIndex, ValueClass System.Drawing.Color value);
- Void SetControlCalendarFont();
- Void SetAllControlColors();
- Void SetRange();
- Void SetStyleBit( Boolean flag, I4 bit);
- Boolean ShouldSerializeCalendarForeColor();
- Boolean ShouldSerializeCalendarFont();
- Boolean ShouldSerializeCalendarTitleBackColor();
- Boolean ShouldSerializeCalendarTitleForeColor();
- Boolean ShouldSerializeCalendarTrailingForeColor();
- Boolean ShouldSerializeCalendarMonthBackground();
- Boolean ShouldSerializeMaxDate();
- Boolean ShouldSerializeMinDate();
- Boolean ShouldSerializeValue();
- Boolean ShouldSerializeFormat();
- String ToString();
- Void UpdateUpDown();
- Void UserPreferenceChanged( Object sender, Class Microsoft.Win32.UserPreferenceChangedEventArgs pref);
- Void WmCloseUp( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmDateTimeChange( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmDropDown( ByRef ValueClass System.Windows.Forms.Message m);
- Void OnSystemColorsChanged( Class System.EventArgs e);
- Void WmReflectCommand( ByRef ValueClass System.Windows.Forms.Message m);
- Void WndProc( ByRef ValueClass System.Windows.Forms.Message m);
- Class SYSTEMTIME DateTimeToSysTime( ValueClass System.DateTime time);
- ValueClass System.DateTime SysTimeToDateTime( Class SYSTEMTIME s);
- Void System.Windows.Forms.DateTimePicker();
- property BackColor { get(){} set(){} };
- property BackgroundImage { get(){} set(){} };
- property CalendarForeColor { get(){} set(){} };
- property CalendarFont { get(){} set(){} };
- property CalendarFontHandle { get(){} set(){} };
- property CalendarTitleBackColor { get(){} set(){} };
- property CalendarTitleForeColor { get(){} set(){} };
- property CalendarTrailingForeColor { get(){} set(){} };
- property CalendarMonthBackground { get(){} set(){} };
- property Checked { get(){} set(){} };
- property CreateParams { get(){} set(){} };
- property CustomFormat { get(){} set(){} };
- property DefaultSize { get(){} set(){} };
- property DropDownAlign { get(){} set(){} };
- property ForeColor { get(){} set(){} };
- property Format { get(){} set(){} };
- property MaxDate { get(){} set(){} };
- property MinDate { get(){} set(){} };
- property PreferredHeight { get(){} set(){} };
- property ShowCheckBox { get(){} set(){} };
- property ShowUpDown { get(){} set(){} };
- property Text { get(){} set(){} };
- property Value { get(){} set(){} };
- event FormatChanged;
- event Paint;
- event CloseUp;
- event ValueChanged;
- event DropDown;
- }
- class EnumChildren : System.Object
- {
- I hwndFound;
- Boolean enumChildren( I hwnd, I lparam);
- Void EnumChildren();
- }
- class DateTimePickerAccessibleObject : ControlAccessibleObject
- {
- Void DateTimePickerAccessibleObject( Class System.Windows.Forms.DateTimePicker owner);
- String get_Value();
- ValueClass System.Windows.Forms.AccessibleStates get_State();
- property Value { get(){} set(){} };
- property State { get(){} set(){} };
- }
- class System.Windows.Forms.ColumnClickEventArgs : System.EventArgs
- {
- I4 column;
- Void System.Windows.Forms.ColumnClickEventArgs( I4 column);
- I4 get_Column();
- property Column { get(){} set(){} };
- }
- class System.Windows.Forms.ColumnClickEventHandler : System.MulticastDelegate
- {
- Void System.Windows.Forms.ColumnClickEventHandler( Object object, I method);
- Void Invoke( Object sender, Class System.Windows.Forms.ColumnClickEventArgs e);
- Class System.IAsyncResult BeginInvoke( Object sender, Class System.Windows.Forms.ColumnClickEventArgs e, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class System.Windows.Forms.ColumnHeader : System.ComponentModel.Component
- {
- I4 index;
- String text;
- I4 width;
- ValueClass System.Windows.Forms.HorizontalAlignment textAlign;
- Boolean textAlignInitialized;
- Class System.Windows.Forms.ListView listview;
- Void System.Windows.Forms.ColumnHeader();
- I4 get_Index();
- Class System.Windows.Forms.ListView get_ListView();
- String get_Text();
- Void set_Text( String value);
- ValueClass System.Windows.Forms.HorizontalAlignment get_TextAlign();
- Void set_TextAlign( ValueClass System.Windows.Forms.HorizontalAlignment value);
- I4 get_WidthInternal();
- I4 get_Width();
- Void set_Width( I4 value);
- Object Clone();
- Void Dispose( Boolean disposing);
- Boolean ShouldSerializeText();
- String ToString();
- property Index { get(){} set(){} };
- property ListView { get(){} set(){} };
- property Text { get(){} set(){} };
- property TextAlign { get(){} set(){} };
- property WidthInternal { get(){} set(){} };
- property Width { get(){} set(){} };
- }
- class System.Windows.Forms.ColumnHeaderStyle : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.ColumnHeaderStyle None;
- ValueClass System.Windows.Forms.ColumnHeaderStyle Nonclickable;
- ValueClass System.Windows.Forms.ColumnHeaderStyle Clickable;
- }
- class System.Windows.Forms.Panel : System.Windows.Forms.ScrollableControl
- {
- ValueClass System.Windows.Forms.BorderStyle borderStyle;
- Void System.Windows.Forms.Panel();
- 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.Drawing.Size get_DefaultSize();
- 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);
- Boolean get_TabStop();
- Void set_TabStop( Boolean value);
- String get_Text();
- Void set_Text( String value);
- Void OnResize( Class System.EventArgs eventargs);
- String StringFromBorderStyle( ValueClass System.Windows.Forms.BorderStyle value);
- String ToString();
- property BorderStyle { get(){} set(){} };
- property CreateParams { get(){} set(){} };
- property DefaultSize { get(){} set(){} };
- property TabStop { get(){} set(){} };
- property Text { get(){} set(){} };
- event KeyUp;
- event KeyDown;
- event KeyPress;
- }
- class System.Windows.Forms.TabPage : System.Windows.Forms.Panel
- {
- I4 imageIndex;
- String toolTipText;
- Void System.Windows.Forms.TabPage();
- Class ControlCollection CreateControlsInstance();
- I4 get_ImageIndex();
- Void set_ImageIndex( I4 value);
- Void System.Windows.Forms.TabPage( String text);
- ValueClass System.Windows.Forms.AnchorStyles get_Anchor();
- Void set_Anchor( ValueClass System.Windows.Forms.AnchorStyles value);
- ValueClass System.Windows.Forms.DockStyle get_Dock();
- Void set_Dock( ValueClass System.Windows.Forms.DockStyle value);
- Boolean get_Enabled();
- Void set_Enabled( Boolean value);
- I4 get_TabIndex();
- Void set_TabIndex( I4 value);
- Boolean get_TabStop();
- Void set_TabStop( Boolean value);
- String get_Text();
- Void set_Text( String value);
- String get_ToolTipText();
- Void set_ToolTipText( String value);
- Boolean get_Visible();
- Void set_Visible( Boolean value);
- Void AssignParent( Class System.Windows.Forms.Control value);
- Class System.Windows.Forms.TabPage GetTabPageOfComponent( Object comp);
- Class TCITEM_T GetTCITEM();
- Void PrefixAmpersands( ByRef String value);
- Void SetBoundsCore( I4 x, I4 y, I4 width, I4 height, ValueClass System.Windows.Forms.BoundsSpecified specified);
- String ToString();
- Void UpdateParent();
- property ImageIndex { get(){} set(){} };
- property Anchor { get(){} set(){} };
- property Dock { get(){} set(){} };
- property Enabled { get(){} set(){} };
- property TabIndex { get(){} set(){} };
- property TabStop { get(){} set(){} };
- property Text { get(){} set(){} };
- property ToolTipText { get(){} set(){} };
- property Visible { get(){} set(){} };
- }
- class TabPageControlCollection : ControlCollection
- {
- Void TabPageControlCollection( Class System.Windows.Forms.TabPage owner);
- Void Add( Class System.Windows.Forms.Control value);
- }
- class System.Windows.Forms.ComboBoxStyle : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.ComboBoxStyle Simple;
- ValueClass System.Windows.Forms.ComboBoxStyle DropDown;
- ValueClass System.Windows.Forms.ComboBoxStyle DropDownList;
- }
- class System.Windows.Forms.Command : System.WeakReference
- {
- I4 idMin;
- I4 idLim;
- SZArray Class System.Windows.Forms.Command cmds;
- I4 icmdTry;
- I4 id;
- Void System.Windows.Forms.Command( Class System.Windows.Forms.ICommandExecutor target);
- I4 get_ID();
- Void AssignID( Class System.Windows.Forms.Command cmd);
- Boolean DispatchID( I4 id);
- Void Dispose( Class System.Windows.Forms.Command cmd);
- Void Dispose();
- Class System.Windows.Forms.Command GetCommandFromID( I4 id);
- Boolean Invoke();
- property ID { get(){} set(){} };
- }
- class System.Windows.Forms.UpDownBase : System.Windows.Forms.ContainerControl
- {
- I4 DefaultButtonsWidth;
- I4 DefaultControlWidth;
- ValueClass System.Windows.Forms.BorderStyle DefaultBorderStyle;
- ValueClass System.Windows.Forms.LeftRightAlignment DefaultUpDownAlign;
- I4 TimerInterval;
- Boolean DefaultInterceptArrowKeys;
- Class UpDownEdit upDownEdit;
- Class UpDownButtons upDownButtons;
- Boolean interceptArrowKeys;
- ValueClass System.Windows.Forms.LeftRightAlignment upDownAlign;
- Boolean userEdit;
- ValueClass System.Windows.Forms.BorderStyle borderStyle;
- I4 wheelDelta;
- Boolean changingText;
- Void System.Windows.Forms.UpDownBase();
- Boolean get_AutoScroll();
- Void set_AutoScroll( Boolean value);
- ValueClass System.Drawing.Size get_AutoScrollMargin();
- Void set_AutoScrollMargin( ValueClass System.Drawing.Size value);
- ValueClass System.Drawing.Size get_AutoScrollMinSize();
- Void set_AutoScrollMinSize( ValueClass System.Drawing.Size 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);
- Boolean get_ChangingText();
- Void set_ChangingText( Boolean value);
- Class System.Windows.Forms.ContextMenu get_ContextMenu();
- Void set_ContextMenu( Class System.Windows.Forms.ContextMenu value);
- Class System.Windows.Forms.CreateParams get_CreateParams();
- ValueClass System.Drawing.Size get_DefaultSize();
- Class DockPaddingEdges get_DockPadding();
- Boolean get_Focused();
- ValueClass System.Drawing.Color get_ForeColor();
- Void set_ForeColor( ValueClass System.Drawing.Color value);
- Boolean get_InterceptArrowKeys();
- Void set_InterceptArrowKeys( Boolean value);
- I4 get_PreferredHeight();
- Boolean get_ReadOnly();
- Void set_ReadOnly( Boolean value);
- String get_Text();
- Void set_Text( String value);
- ValueClass System.Windows.Forms.HorizontalAlignment get_TextAlign();
- Void set_TextAlign( ValueClass System.Windows.Forms.HorizontalAlignment value);
- Class System.Windows.Forms.TextBox get_TextBox();
- ValueClass System.Windows.Forms.LeftRightAlignment get_UpDownAlign();
- Void set_UpDownAlign( ValueClass System.Windows.Forms.LeftRightAlignment value);
- Class UpDownButtons get_UpDownButtonsInternal();
- Boolean get_UserEdit();
- Void set_UserEdit( Boolean value);
- Void DownButton();
- Void OnChanged( Object source, Class System.EventArgs e);
- Void OnHandleCreated( Class System.EventArgs e);
- Void OnTextBoxKeyDown( Object source, Class System.Windows.Forms.KeyEventArgs e);
- Void OnTextBoxKeyPress( Object source, Class System.Windows.Forms.KeyPressEventArgs e);
- Void OnTextBoxLostFocus( Object source, Class System.EventArgs e);
- Void OnTextBoxResize( Object source, Class System.EventArgs e);
- Void OnTextBoxTextChanged( Object source, Class System.EventArgs e);
- Void OnMouseWheel( Class System.Windows.Forms.MouseEventArgs e);
- Void OnLayout( Class System.Windows.Forms.LayoutEventArgs e);
- Void OnFontChanged( Class System.EventArgs e);
- Void OnUpDown( Object source, Class System.Windows.Forms.UpDownEventArgs e);
- Void PositionControls();
- Void Select( I4 start, I4 length);
- Void SetBoundsCore( I4 x, I4 y, I4 width, I4 height, ValueClass System.Windows.Forms.BoundsSpecified specified);
- Void UpButton();
- Void UpdateEditText();
- Void UserPreferenceChanged( Object sender, Class Microsoft.Win32.UserPreferenceChangedEventArgs pref);
- Void ValidateEditText();
- Void System.Windows.Forms.UpDownBase();
- property AutoScroll { get(){} set(){} };
- property AutoScrollMargin { get(){} set(){} };
- property AutoScrollMinSize { get(){} set(){} };
- property BackColor { get(){} set(){} };
- property BackgroundImage { get(){} set(){} };
- property BorderStyle { get(){} set(){} };
- property ChangingText { get(){} set(){} };
- property ContextMenu { get(){} set(){} };
- property CreateParams { get(){} set(){} };
- property DefaultSize { get(){} set(){} };
- property DockPadding { get(){} set(){} };
- property Focused { get(){} set(){} };
- property ForeColor { get(){} set(){} };
- property InterceptArrowKeys { get(){} set(){} };
- property PreferredHeight { get(){} set(){} };
- property ReadOnly { get(){} set(){} };
- property Text { get(){} set(){} };
- property TextAlign { get(){} set(){} };
- property TextBox { get(){} set(){} };
- property UpDownAlign { get(){} set(){} };
- property UpDownButtonsInternal { get(){} set(){} };
- property UserEdit { get(){} set(){} };
- }
- class UpDownEdit : System.Windows.Forms.TextBox
- {
- Class System.Windows.Forms.UpDownBase parent;
- Boolean doubleClickFired;
- Void UpDownEdit( Class System.Windows.Forms.UpDownBase parent);
- Void OnMouseDown( Class System.Windows.Forms.MouseEventArgs e);
- Void OnMouseUp( Class System.Windows.Forms.MouseEventArgs e);
- Void OnKeyUp( Class System.Windows.Forms.KeyEventArgs e);
- Void OnGotFocus( Class System.EventArgs e);
- Void OnLostFocus( Class System.EventArgs e);
- }
- class UpDownButtons : System.Windows.Forms.Control
- {
- Class System.Windows.Forms.UpDownBase parent;
- ValueClass ButtonID pushed;
- ValueClass ButtonID captured;
- Class System.Windows.Forms.UpDownEventHandler upDownEventHandler;
- Class System.Windows.Forms.Timer timer;
- I4 timerInterval;
- Boolean doubleClickFired;
- Void UpDownButtons( Class System.Windows.Forms.UpDownBase parent);
- Void add_UpDown( Class System.Windows.Forms.UpDownEventHandler value);
- Void remove_UpDown( Class System.Windows.Forms.UpDownEventHandler value);
- Void BeginButtonPress( Class System.Windows.Forms.MouseEventArgs e);
- Class System.Windows.Forms.AccessibleObject CreateAccessibilityInstance();
- Void EndButtonPress();
- 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 OnPaint( Class System.Windows.Forms.PaintEventArgs e);
- Void OnUpDown( Class System.Windows.Forms.UpDownEventArgs upevent);
- Void StartTimer();
- Void StopTimer();
- Void TimerHandler( Object source, Class System.EventArgs args);
- event UpDown;
- }
- class UpDownButtonsAccessibleObject : ControlAccessibleObject
- {
- Class DirectionButtonAccessibleObject upButton;
- Class DirectionButtonAccessibleObject downButton;
- Void UpDownButtonsAccessibleObject( Class UpDownButtons owner);
- String get_Name();
- Void set_Name( String value);
- ValueClass System.Windows.Forms.AccessibleRole get_Role();
- Class DirectionButtonAccessibleObject get_UpButton();
- Class DirectionButtonAccessibleObject get_DownButton();
- Class System.Windows.Forms.AccessibleObject GetChild( I4 index);
- I4 GetChildCount();
- property Name { get(){} set(){} };
- property Role { get(){} set(){} };
- property UpButton { get(){} set(){} };
- property DownButton { get(){} set(){} };
- }
- class DirectionButtonAccessibleObject : System.Windows.Forms.AccessibleObject
- {
- Boolean up;
- Class UpDownButtonsAccessibleObject parent;
- Void DirectionButtonAccessibleObject( Class UpDownButtonsAccessibleObject parent, Boolean up);
- ValueClass System.Drawing.Rectangle get_Bounds();
- String get_Name();
- Void set_Name( String value);
- Class System.Windows.Forms.AccessibleObject get_Parent();
- ValueClass System.Windows.Forms.AccessibleRole get_Role();
- property Bounds { get(){} set(){} };
- property Name { get(){} set(){} };
- property Parent { get(){} set(){} };
- property Role { get(){} set(){} };
- }
- class ButtonID : System.Enum
- {
- I4 value__;
- ValueClass ButtonID None;
- ValueClass ButtonID Up;
- ValueClass ButtonID Down;
- }
- class System.Windows.Forms.DomainUpDown : System.Windows.Forms.UpDownBase
- {
- String DefaultValue;
- Boolean DefaultWrap;
- Class DomainUpDownItemCollection domainItems;
- String stringValue;
- I4 domainIndex;
- Boolean sorted;
- Boolean wrap;
- Class System.EventHandler onSelectedItemChanged;
- Boolean inSort;
- Void System.Windows.Forms.DomainUpDown();
- Class DomainUpDownItemCollection get_Items();
- I4 get_SelectedIndex();
- Void set_SelectedIndex( I4 value);
- Object get_SelectedItem();
- Void set_SelectedItem( Object value);
- Boolean get_Sorted();
- Void set_Sorted( Boolean value);
- Boolean get_Wrap();
- Void set_Wrap( Boolean value);
- Void add_SelectedItemChanged( Class System.EventHandler value);
- Void remove_SelectedItemChanged( Class System.EventHandler value);
- Class System.Windows.Forms.AccessibleObject CreateAccessibilityInstance();
- Void DownButton();
- I4 MatchIndex( String text, Boolean complete);
- I4 MatchIndex( String text, Boolean complete, I4 startPosition);
- Void OnChanged( Object source, Class System.EventArgs e);
- Void OnTextBoxKeyDown( Object source, Class System.Windows.Forms.KeyEventArgs e);
- Void OnSelectedItemChanged( Object source, Class System.EventArgs e);
- Void SelectIndex( I4 index);
- Void SortDomainItems();
- String ToString();
- Void UpButton();
- Void UpdateEditText();
- Void WndProc( ByRef ValueClass System.Windows.Forms.Message m);
- Void System.Windows.Forms.DomainUpDown();
- property Items { get(){} set(){} };
- property SelectedIndex { get(){} set(){} };
- property SelectedItem { get(){} set(){} };
- property Sorted { get(){} set(){} };
- property Wrap { get(){} set(){} };
- event SelectedItemChanged;
- }
- class DomainUpDownItemCollection : System.Collections.ArrayList
- {
- Class System.Windows.Forms.DomainUpDown owner;
- Void DomainUpDownItemCollection( Class System.Windows.Forms.DomainUpDown owner);
- Object get_Item( I4 index);
- Void set_Item( I4 index, Object value);
- I4 Add( Object item);
- Void Remove( Object item);
- Void RemoveAt( I4 item);
- Void Insert( I4 index, Object item);
- property Item { get(){} set(){} };
- }
- class DomainUpDownItemCompare : System.Object
- {
- I4 Compare( Object p, Object q);
- Void DomainUpDownItemCompare();
- }
- class DomainUpDownAccessibleObject : ControlAccessibleObject
- {
- Class DomainItemListAccessibleObject itemList;
- Void DomainUpDownAccessibleObject( Class System.Windows.Forms.Control owner);
- Class DomainItemListAccessibleObject get_ItemList();
- ValueClass System.Windows.Forms.AccessibleRole get_Role();
- Class System.Windows.Forms.AccessibleObject GetChild( I4 index);
- I4 GetChildCount();
- property ItemList { get(){} set(){} };
- property Role { get(){} set(){} };
- }
- class DomainItemListAccessibleObject : System.Windows.Forms.AccessibleObject
- {
- Class DomainUpDownAccessibleObject parent;
- Void DomainItemListAccessibleObject( Class DomainUpDownAccessibleObject parent);
- String get_Name();
- Void set_Name( String value);
- Class System.Windows.Forms.AccessibleObject get_Parent();
- ValueClass System.Windows.Forms.AccessibleRole get_Role();
- ValueClass System.Windows.Forms.AccessibleStates get_State();
- Class System.Windows.Forms.AccessibleObject GetChild( I4 index);
- I4 GetChildCount();
- property Name { get(){} set(){} };
- property Parent { get(){} set(){} };
- property Role { get(){} set(){} };
- property State { get(){} set(){} };
- }
- class DomainItemAccessibleObject : System.Windows.Forms.AccessibleObject
- {
- String name;
- Class DomainItemListAccessibleObject parent;
- Void DomainItemAccessibleObject( String name, Class System.Windows.Forms.AccessibleObject parent);
- String get_Name();
- Void set_Name( String value);
- Class System.Windows.Forms.AccessibleObject get_Parent();
- ValueClass System.Windows.Forms.AccessibleRole get_Role();
- ValueClass System.Windows.Forms.AccessibleStates get_State();
- String get_Value();
- property Name { get(){} set(){} };
- property Parent { get(){} set(){} };
- property Role { get(){} set(){} };
- property State { get(){} set(){} };
- property Value { get(){} set(){} };
- }
- class System.Windows.Forms.GroupBox : System.Windows.Forms.Control
- {
- I4 fontHeight;
- ValueClass System.Windows.Forms.FlatStyle flatStyle;
- Void System.Windows.Forms.GroupBox();
- Boolean get_AllowDrop();
- Void set_AllowDrop( Boolean value);
- Class System.Windows.Forms.CreateParams get_CreateParams();
- ValueClass System.Drawing.Size get_DefaultSize();
- ValueClass System.Drawing.Rectangle get_DisplayRectangle();
- ValueClass System.Windows.Forms.FlatStyle get_FlatStyle();
- Void set_FlatStyle( ValueClass System.Windows.Forms.FlatStyle value);
- Boolean get_OwnerDraw();
- Boolean get_TabStop();
- Void set_TabStop( Boolean value);
- String get_Text();
- Void set_Text( String 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_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_MouseDown( Class System.Windows.Forms.MouseEventHandler value);
- Void remove_MouseDown( Class System.Windows.Forms.MouseEventHandler value);
- Void add_MouseUp( Class System.Windows.Forms.MouseEventHandler value);
- Void remove_MouseUp( Class System.Windows.Forms.MouseEventHandler value);
- Void add_MouseMove( Class System.Windows.Forms.MouseEventHandler value);
- Void remove_MouseMove( Class System.Windows.Forms.MouseEventHandler value);
- Void add_MouseEnter( Class System.EventHandler value);
- Void remove_MouseEnter( Class System.EventHandler value);
- Void add_MouseLeave( Class System.EventHandler value);
- Void remove_MouseLeave( Class System.EventHandler value);
- Void OnPaint( Class System.Windows.Forms.PaintEventArgs e);
- Void OnFontChanged( Class System.EventArgs e);
- Boolean ProcessMnemonic( Char charCode);
- String ToString();
- Void WmEraseBkgnd( ByRef ValueClass System.Windows.Forms.Message m);
- Void WndProc( ByRef ValueClass System.Windows.Forms.Message m);
- property AllowDrop { get(){} set(){} };
- property CreateParams { get(){} set(){} };
- property DefaultSize { get(){} set(){} };
- property DisplayRectangle { get(){} set(){} };
- property FlatStyle { get(){} set(){} };
- property OwnerDraw { get(){} set(){} };
- property TabStop { get(){} set(){} };
- property Text { get(){} set(){} };
- event Click;
- event DoubleClick;
- event KeyUp;
- event KeyDown;
- event KeyPress;
- event MouseDown;
- event MouseUp;
- event MouseMove;
- event MouseEnter;
- event MouseLeave;
- }
- class System.Windows.Forms.Menu : System.ComponentModel.Component
- {
- I4 CHANGE_ITEMS;
- I4 CHANGE_VISIBLE;
- I4 CHANGE_MDI;
- I4 CHANGE_MERGE;
- I4 FindHandle;
- I4 FindShortcut;
- Class MenuItemCollection itemsCollection;
- SZArray Class System.Windows.Forms.MenuItem items;
- I4 itemCount;
- I handle;
- Boolean created;
- Void System.Windows.Forms.Menu( SZArray Class System.Windows.Forms.MenuItem items);
- I get_Handle();
- Boolean get_IsParent();
- Class System.Windows.Forms.MenuItem get_MdiListItem();
- Class MenuItemCollection get_MenuItems();
- Void ClearHandles();
- Void CloneMenu( Class System.Windows.Forms.Menu menuSrc);
- I CreateMenuHandle();
- Void CreateMenuItems();
- Void DestroyMenuItems();
- Void Dispose( Boolean disposing);
- Class System.Windows.Forms.MenuItem FindMenuItem( I4 type, I value);
- Class System.Windows.Forms.MenuItem FindMenuItemInternal( I4 type, I value);
- I4 FindMergePosition( I4 mergeOrder);
- Void UpdateRtl();
- Class System.Windows.Forms.ContextMenu GetContextMenu();
- Class System.Windows.Forms.MainMenu GetMainMenu();
- Void ItemsChanged( I4 change);
- Void MergeMenu( Class System.Windows.Forms.Menu menuSrc);
- Boolean ProcessInitMenuPopup( I handle);
- Boolean ProcessCmdKey( ByRef ValueClass System.Windows.Forms.Message msg, ValueClass System.Windows.Forms.Keys keyData);
- String ToString();
- Void WmMenuChar( ByRef ValueClass System.Windows.Forms.Message m);
- property Handle { get(){} set(){} };
- property IsParent { get(){} set(){} };
- property MdiListItem { get(){} set(){} };
- property MenuItems { get(){} set(){} };
- }
- class MenuItemCollection : System.Object
- {
- Class System.Windows.Forms.Menu owner;
- Void MenuItemCollection( Class System.Windows.Forms.Menu owner);
- Class System.Windows.Forms.MenuItem get_Item( I4 index);
- 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.MenuItem Add( String caption);
- Class System.Windows.Forms.MenuItem Add( String caption, Class System.EventHandler onClick);
- Class System.Windows.Forms.MenuItem Add( String caption, SZArray Class System.Windows.Forms.MenuItem items);
- I4 Add( Class System.Windows.Forms.MenuItem item);
- I4 Add( I4 index, Class System.Windows.Forms.MenuItem item);
- Void AddRange( SZArray Class System.Windows.Forms.MenuItem items);
- I4 System.Collections.IList.Add( Object value);
- Boolean Contains( Class System.Windows.Forms.MenuItem value);
- Boolean System.Collections.IList.Contains( Object value);
- I4 IndexOf( Class System.Windows.Forms.MenuItem value);
- I4 System.Collections.IList.IndexOf( Object value);
- Void System.Collections.IList.Insert( I4 index, Object value);
- Void Clear();
- Void CopyTo( Class System.Array dest, I4 index);
- Class System.Collections.IEnumerator GetEnumerator();
- Void RemoveAt( I4 index);
- Void Remove( Class System.Windows.Forms.MenuItem item);
- Void System.Collections.IList.Remove( Object value);
- property Item { get(){} set(){} };
- property Count { get(){} set(){} };
- property IsReadOnly { get(){} set(){} };
- }
- class System.Windows.Forms.ContextMenu : System.Windows.Forms.Menu
- {
- Class System.EventHandler onPopup;
- Class System.Windows.Forms.Control sourceControl;
- ValueClass System.Windows.Forms.RightToLeft rightToLeft;
- Void System.Windows.Forms.ContextMenu();
- Void System.Windows.Forms.ContextMenu( SZArray Class System.Windows.Forms.MenuItem menuItems);
- Class System.Windows.Forms.Control get_SourceControl();
- Void add_Popup( Class System.EventHandler value);
- Void remove_Popup( Class System.EventHandler value);
- ValueClass System.Windows.Forms.RightToLeft get_RightToLeft();
- Void set_RightToLeft( ValueClass System.Windows.Forms.RightToLeft value);
- Void OnPopup( Class System.EventArgs e);
- Boolean ShouldSerializeRightToLeft();
- Void Show( Class System.Windows.Forms.Control control, ValueClass System.Drawing.Point pos);
- property SourceControl { get(){} set(){} };
- property RightToLeft { get(){} set(){} };
- event Popup;
- }
- class System.Windows.Forms.ScrollBar : System.Windows.Forms.Control
- {
- Object EVENT_SCROLL;
- Object EVENT_VALUECHANGED;
- I4 minimum;
- I4 maximum;
- I4 smallChange;
- I4 largeChange;
- I4 value;
- Void System.Windows.Forms.ScrollBar();
- 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.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);
- 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);
- I4 get_SmallChange();
- Void set_SmallChange( I4 value);
- Boolean get_TabStop();
- Void set_TabStop( Boolean value);
- String get_Text();
- Void set_Text( String 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_Paint( Class System.Windows.Forms.PaintEventHandler value);
- Void remove_Paint( Class System.Windows.Forms.PaintEventHandler value);
- Void add_DoubleClick( Class System.EventHandler value);
- Void remove_DoubleClick( Class System.EventHandler value);
- Void add_MouseDown( Class System.Windows.Forms.MouseEventHandler value);
- Void remove_MouseDown( Class System.Windows.Forms.MouseEventHandler value);
- Void add_MouseUp( Class System.Windows.Forms.MouseEventHandler value);
- Void remove_MouseUp( Class System.Windows.Forms.MouseEventHandler value);
- Void add_MouseMove( Class System.Windows.Forms.MouseEventHandler value);
- Void remove_MouseMove( Class System.Windows.Forms.MouseEventHandler value);
- Void add_Scroll( Class System.Windows.Forms.ScrollEventHandler value);
- Void remove_Scroll( Class System.Windows.Forms.ScrollEventHandler value);
- Void add_ValueChanged( Class System.EventHandler value);
- Void remove_ValueChanged( Class System.EventHandler value);
- I InitializeDCForWmCtlColor( I dc, I4 msg);
- Void OnEnabledChanged( Class System.EventArgs e);
- Void OnHandleCreated( Class System.EventArgs e);
- Void OnScroll( Class System.Windows.Forms.ScrollEventArgs se);
- Void OnValueChanged( Class System.EventArgs e);
- I4 ReflectPosition( I4 position);
- String ToString();
- Void UpdateScrollInfo();
- Void WmReflectScroll( ByRef ValueClass System.Windows.Forms.Message m);
- Void WndProc( ByRef ValueClass System.Windows.Forms.Message m);
- Void System.Windows.Forms.ScrollBar();
- property BackColor { get(){} set(){} };
- property BackgroundImage { get(){} set(){} };
- property CreateParams { get(){} set(){} };
- property DefaultImeMode { get(){} set(){} };
- property ForeColor { get(){} set(){} };
- property Font { get(){} set(){} };
- property ImeMode { get(){} set(){} };
- property LargeChange { get(){} set(){} };
- property Maximum { get(){} set(){} };
- property Minimum { get(){} set(){} };
- property SmallChange { get(){} set(){} };
- property TabStop { get(){} set(){} };
- property Text { get(){} set(){} };
- property Value { get(){} set(){} };
- event Click;
- event Paint;
- event DoubleClick;
- event MouseDown;
- event MouseUp;
- event MouseMove;
- event Scroll;
- event ValueChanged;
- }
- class System.Windows.Forms.HScrollBar : System.Windows.Forms.ScrollBar
- {
- Class System.Windows.Forms.CreateParams get_CreateParams();
- ValueClass System.Drawing.Size get_DefaultSize();
- Void System.Windows.Forms.HScrollBar();
- property CreateParams { get(){} set(){} };
- property DefaultSize { get(){} set(){} };
- }
- class System.Windows.Forms.ControlBindingsCollection : System.Windows.Forms.BindingsCollection
- {
- Class System.Windows.Forms.Control control;
- Void System.Windows.Forms.ControlBindingsCollection( Class System.Windows.Forms.Control control);
- Class System.Windows.Forms.Control get_Control();
- Class System.Windows.Forms.Binding get_Item( String propertyName);
- Void Add( Class System.Windows.Forms.Binding binding);
- Class System.Windows.Forms.Binding Add( String propertyName, Object dataSource, String dataMember);
- Void AddCore( Class System.Windows.Forms.Binding dataBinding);
- Void CheckDuplicates( Class System.Windows.Forms.Binding binding);
- Void Clear();
- Void ClearCore();
- Void Remove( Class System.Windows.Forms.Binding binding);
- Void RemoveAt( I4 index);
- Void RemoveCore( Class System.Windows.Forms.Binding dataBinding);
- property Control { get(){} set(){} };
- property Item { get(){} set(){} };
- }
- class System.Windows.Forms.ControlEventArgs : System.EventArgs
- {
- Class System.Windows.Forms.Control control;
- Class System.Windows.Forms.Control get_Control();
- Void System.Windows.Forms.ControlEventArgs( Class System.Windows.Forms.Control control);
- property Control { get(){} set(){} };
- }
- class System.Windows.Forms.ControlEventHandler : System.MulticastDelegate
- {
- Void System.Windows.Forms.ControlEventHandler( Object object, I method);
- Void Invoke( Object sender, Class System.Windows.Forms.ControlEventArgs e);
- Class System.IAsyncResult BeginInvoke( Object sender, Class System.Windows.Forms.ControlEventArgs e, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class System.Windows.Forms.Label : System.Windows.Forms.Control
- {
- Object EVENT_AUTOSIZECHANGED;
- Object EVENT_TEXTALIGNCHANGED;
- ValueClass Section StateUseMnemonic;
- ValueClass Section StateAutoSize;
- ValueClass Section StateAnimating;
- ValueClass Section StateFlatStyle;
- ValueClass Section StateBorderStyle;
- I4 PropImageList;
- I4 PropImage;
- I4 PropTextAlign;
- I4 PropImageAlign;
- I4 PropImageIndex;
- ValueClass System.Collections.Specialized.BitVector32 labelState;
- I4 requestedHeight;
- I4 requestedWidth;
- I2 prefWidthCache;
- Void System.Windows.Forms.Label();
- Boolean get_AutoSize();
- Void set_AutoSize( Boolean value);
- Void add_AutoSizeChanged( Class System.EventHandler value);
- Void remove_AutoSizeChanged( Class System.EventHandler 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 System.Windows.Forms.CreateParams get_CreateParams();
- ValueClass System.Windows.Forms.ImeMode get_DefaultImeMode();
- ValueClass System.Drawing.Size get_DefaultSize();
- ValueClass System.Windows.Forms.FlatStyle get_FlatStyle();
- Void set_FlatStyle( ValueClass System.Windows.Forms.FlatStyle value);
- Class System.Drawing.Image get_Image();
- Void set_Image( Class System.Drawing.Image 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);
- ValueClass System.Drawing.ContentAlignment get_ImageAlign();
- Void set_ImageAlign( ValueClass System.Drawing.ContentAlignment value);
- ValueClass System.Drawing.Rectangle get_ImageBounds();
- ValueClass System.Windows.Forms.ImeMode get_ImeMode();
- Void set_ImeMode( ValueClass System.Windows.Forms.ImeMode value);
- Boolean get_OwnerDraw();
- I4 get_PreferredHeight();
- I4 get_PreferredWidth();
- Boolean get_RenderTransparent();
- Void set_RenderTransparent( Boolean value);
- Boolean get_TabStop();
- Void set_TabStop( Boolean value);
- ValueClass System.Drawing.ContentAlignment get_TextAlign();
- Void set_TextAlign( ValueClass System.Drawing.ContentAlignment value);
- Void add_TextAlignChanged( Class System.EventHandler value);
- Void remove_TextAlignChanged( Class System.EventHandler value);
- Boolean get_UseMnemonic();
- Void set_UseMnemonic( Boolean 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 AdjustSize();
- Void Animate();
- Void StopAnimate();
- Void Animate( Boolean animate);
- ValueClass System.Drawing.Rectangle CalcImageRenderBounds( Class System.Drawing.Image image, ValueClass System.Drawing.Rectangle r, ValueClass System.Drawing.ContentAlignment align);
- Class System.Windows.Forms.AccessibleObject CreateAccessibilityInstance();
- Class System.Drawing.StringFormat CreateStringFormat();
- Void Dispose( Boolean disposing);
- Void DrawImage( Class System.Drawing.Graphics g, Class System.Drawing.Image image, ValueClass System.Drawing.Rectangle r, ValueClass System.Drawing.ContentAlignment align);
- Void ImageListRecreateHandle( Object sender, Class System.EventArgs e);
- Void OnAutoSizeChanged( Class System.EventArgs e);
- Void OnFrameChanged( Object o, Class System.EventArgs e);
- Void OnFontChanged( Class System.EventArgs e);
- Void OnTextChanged( Class System.EventArgs e);
- Void OnTextAlignChanged( Class System.EventArgs e);
- Void OnPaint( Class System.Windows.Forms.PaintEventArgs e);
- Void OnEnabledChanged( Class System.EventArgs e);
- Void OnParentChanged( Class System.EventArgs e);
- Void OnVisibleChanged( Class System.EventArgs e);
- Boolean ProcessMnemonic( Char charCode);
- Void SetBoundsCore( I4 x, I4 y, I4 width, I4 height, ValueClass System.Windows.Forms.BoundsSpecified specified);
- String ToString();
- Void WndProc( ByRef ValueClass System.Windows.Forms.Message m);
- Void System.Windows.Forms.Label();
- property AutoSize { get(){} set(){} };
- property BackgroundImage { get(){} set(){} };
- property BorderStyle { get(){} set(){} };
- property CreateParams { get(){} set(){} };
- property DefaultImeMode { get(){} set(){} };
- property DefaultSize { get(){} set(){} };
- property FlatStyle { get(){} set(){} };
- property Image { get(){} set(){} };
- property ImageIndex { get(){} set(){} };
- property ImageList { get(){} set(){} };
- property ImageAlign { get(){} set(){} };
- property ImageBounds { get(){} set(){} };
- property ImeMode { get(){} set(){} };
- property OwnerDraw { get(){} set(){} };
- property PreferredHeight { get(){} set(){} };
- property PreferredWidth { get(){} set(){} };
- property RenderTransparent { get(){} set(){} };
- property TabStop { get(){} set(){} };
- property TextAlign { get(){} set(){} };
- property UseMnemonic { get(){} set(){} };
- event AutoSizeChanged;
- event TextAlignChanged;
- event KeyUp;
- event KeyDown;
- event KeyPress;
- }
- class LabelAccessibleObject : ControlAccessibleObject
- {
- Void LabelAccessibleObject( Class System.Windows.Forms.Label owner);
- String get_Name();
- Void set_Name( String value);
- ValueClass System.Windows.Forms.AccessibleRole get_Role();
- property Name { get(){} set(){} };
- property Role { get(){} set(){} };
- }
- class System.Windows.Forms.ControlStyles : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.ControlStyles ContainerControl;
- ValueClass System.Windows.Forms.ControlStyles UserPaint;
- ValueClass System.Windows.Forms.ControlStyles Opaque;
- ValueClass System.Windows.Forms.ControlStyles ResizeRedraw;
- ValueClass System.Windows.Forms.ControlStyles FixedWidth;
- ValueClass System.Windows.Forms.ControlStyles FixedHeight;
- ValueClass System.Windows.Forms.ControlStyles StandardClick;
- ValueClass System.Windows.Forms.ControlStyles Selectable;
- ValueClass System.Windows.Forms.ControlStyles UserMouse;
- ValueClass System.Windows.Forms.ControlStyles SupportsTransparentBackColor;
- ValueClass System.Windows.Forms.ControlStyles StandardDoubleClick;
- ValueClass System.Windows.Forms.ControlStyles AllPaintingInWmPaint;
- ValueClass System.Windows.Forms.ControlStyles CacheText;
- ValueClass System.Windows.Forms.ControlStyles EnableNotifyMessage;
- ValueClass System.Windows.Forms.ControlStyles DoubleBuffer;
- }
- class System.Windows.Forms.ConvertEventArgs : System.EventArgs
- {
- Object value;
- Class System.Type desiredType;
- Void System.Windows.Forms.ConvertEventArgs( Object value, Class System.Type desiredType);
- Object get_Value();
- Void set_Value( Object value);
- Class System.Type get_DesiredType();
- property Value { get(){} set(){} };
- property DesiredType { get(){} set(){} };
- }
- class System.Windows.Forms.ConvertEventHandler : System.MulticastDelegate
- {
- Void System.Windows.Forms.ConvertEventHandler( Object object, I method);
- Void Invoke( Object sender, Class System.Windows.Forms.ConvertEventArgs e);
- Class System.IAsyncResult BeginInvoke( Object sender, Class System.Windows.Forms.ConvertEventArgs e, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class System.Windows.Forms.CreateParams : System.Object
- {
- String className;
- String caption;
- I4 style;
- I4 exStyle;
- I4 classStyle;
- I4 x;
- I4 y;
- I4 width;
- I4 height;
- I parent;
- Object param;
- String get_ClassName();
- Void set_ClassName( String value);
- String get_Caption();
- Void set_Caption( String value);
- I4 get_Style();
- Void set_Style( I4 value);
- I4 get_ExStyle();
- Void set_ExStyle( I4 value);
- I4 get_ClassStyle();
- Void set_ClassStyle( I4 value);
- I4 get_X();
- Void set_X( I4 value);
- I4 get_Y();
- Void set_Y( I4 value);
- I4 get_Width();
- Void set_Width( I4 value);
- I4 get_Height();
- Void set_Height( I4 value);
- I get_Parent();
- Void set_Parent( I value);
- Object get_Param();
- Void set_Param( Object value);
- String ToString();
- Void System.Windows.Forms.CreateParams();
- property ClassName { get(){} set(){} };
- property Caption { get(){} set(){} };
- property Style { get(){} set(){} };
- property ExStyle { get(){} set(){} };
- property ClassStyle { get(){} set(){} };
- property X { get(){} set(){} };
- property Y { get(){} set(){} };
- property Width { get(){} set(){} };
- property Height { get(){} set(){} };
- property Parent { get(){} set(){} };
- property Param { get(){} set(){} };
- }
- class System.Windows.Forms.CurrencyManager : System.Windows.Forms.BindingManagerBase
- {
- Object dataSource;
- Class System.Collections.IList list;
- Boolean bound;
- Boolean shouldBind;
- I4 listposition;
- I4 lastGoodKnownRow;
- Boolean pullingData;
- Boolean suspendChangeEvents;
- Boolean suspendPushDataInCurrentChanged;
- Class System.Windows.Forms.ItemChangedEventHandler onItemChanged;
- Class System.Windows.Forms.ItemChangedEventArgs resetEvent;
- Class System.Type finalType;
- Void add_ItemChanged( Class System.Windows.Forms.ItemChangedEventHandler value);
- Void remove_ItemChanged( Class System.Windows.Forms.ItemChangedEventHandler value);
- Void System.Windows.Forms.CurrencyManager( Object dataSource);
- Boolean get_AllowAdd();
- Boolean get_AllowEdit();
- Boolean get_AllowRemove();
- I4 get_Count();
- Object get_Current();
- Class System.Type get_BindType();
- Object get_DataSource();
- Void SetDataSource( Object dataSource);
- Boolean get_IsBinding();
- Class System.Collections.IList get_List();
- I4 get_Position();
- Void set_Position( I4 value);
- Object get_Item( I4 index);
- Void set_Item( I4 index, Object value);
- Void AddNew();
- Void CancelCurrentEdit();
- Void ChangeRecordState( I4 newPosition, Boolean validating, Boolean endCurrentEdit, Boolean firePositionChange, Boolean pullData);
- Void CheckEmpty();
- Boolean CurrencyManager_PushData();
- Void CurrencyManager_PullData();
- Void RemoveAt( I4 index);
- Void EndCurrentEdit();
- Void FindGoodRow();
- Void SetSort( Class System.ComponentModel.PropertyDescriptor property, ValueClass System.ComponentModel.ListSortDirection sortDirection);
- Class System.ComponentModel.PropertyDescriptor GetSortProperty();
- ValueClass System.ComponentModel.ListSortDirection GetSortDirection();
- I4 Find( Class System.ComponentModel.PropertyDescriptor property, Object key, Boolean keepIndex);
- String GetListName();
- String GetListName( Class System.Collections.ArrayList listAccessors);
- Class System.ComponentModel.PropertyDescriptorCollection GetItemProperties();
- Void List_ListChanged( Object sender, Class System.ComponentModel.ListChangedEventArgs e);
- Void OnCurrentChanged( Class System.EventArgs e);
- Void OnItemChanged( Class System.Windows.Forms.ItemChangedEventArgs e);
- Void OnPositionChanged( Class System.EventArgs e);
- Void Refresh();
- Void Release();
- Void ResumeBinding();
- Void SuspendBinding();
- Void UnwireEvents( Class System.Collections.IList list);
- Void UpdateIsBinding();
- Void UpdateIsBinding( Boolean force);
- Void UpdateLastGoodKnownRow( Class System.ComponentModel.ListChangedEventArgs e);
- Void WireEvents( Class System.Collections.IList list);
- property AllowAdd { get(){} set(){} };
- property AllowEdit { get(){} set(){} };
- property AllowRemove { get(){} set(){} };
- property Count { get(){} set(){} };
- property Current { get(){} set(){} };
- property BindType { get(){} set(){} };
- property DataSource { get(){} set(){} };
- property IsBinding { get(){} set(){} };
- property List { get(){} set(){} };
- property Position { get(){} set(){} };
- property Item { get(){} set(){} };
- event ItemChanged;
- }
- interface System.Windows.Forms.IDataGridEditingService :
- {
- Boolean BeginEdit( Class System.Windows.Forms.DataGridColumnStyle gridColumn, I4 rowNumber);
- Boolean EndEdit( Class System.Windows.Forms.DataGridColumnStyle gridColumn, I4 rowNumber, Boolean shouldAbort);
- }
- class System.Windows.Forms.DataGrid : System.Windows.Forms.Control
- {
- I4 GRIDSTATE_allowSorting;
- I4 GRIDSTATE_columnHeadersVisible;
- I4 GRIDSTATE_rowHeadersVisible;
- I4 GRIDSTATE_trackColResize;
- I4 GRIDSTATE_trackRowResize;
- I4 GRIDSTATE_isLedgerStyle;
- I4 GRIDSTATE_isFlatMode;
- I4 GRIDSTATE_listHasErrors;
- I4 GRIDSTATE_dragging;
- I4 GRIDSTATE_inListAddNew;
- I4 GRIDSTATE_inDeleteRow;
- I4 GRIDSTATE_canFocus;
- I4 GRIDSTATE_readOnlyMode;
- I4 GRIDSTATE_allowNavigation;
- I4 GRIDSTATE_isNavigating;
- I4 GRIDSTATE_isEditing;
- I4 GRIDSTATE_editControlChanging;
- I4 GRIDSTATE_isScrolling;
- I4 GRIDSTATE_overCaption;
- I4 GRIDSTATE_childLinkFocused;
- I4 GRIDSTATE_inAddNewRow;
- I4 GRIDSTATE_inSetListManager;
- I4 GRIDSTATE_metaDataChanged;
- I4 NumRowsForAutoResize;
- I4 errorRowBitmapWidth;
- ValueClass System.Windows.Forms.DataGridParentRowsLabelStyle defaultParentRowsLabelStyle;
- ValueClass System.Windows.Forms.BorderStyle defaultBorderStyle;
- Boolean defaultCaptionVisible;
- Boolean defaultParentRowsVisible;
- ValueClass System.Windows.Forms.DataGridLineStyle defaultGridLineStyle;
- I4 defaultPreferredColumnWidth;
- I4 defaultRowHeaderWidth;
- Class System.Diagnostics.TraceSwitch DataGridAcc;
- ValueClass System.Collections.Specialized.BitVector32 gridState;
- Class System.Windows.Forms.DataGridTableStyle defaultTableStyle;
- Class System.Drawing.SolidBrush alternatingBackBrush;
- Class System.Drawing.SolidBrush gridLineBrush;
- ValueClass System.Windows.Forms.DataGridLineStyle gridLineStyle;
- Class System.Drawing.SolidBrush headerBackBrush;
- Class System.Drawing.Font headerFont;
- Class System.Drawing.SolidBrush headerForeBrush;
- Class System.Drawing.Pen headerForePen;
- Class System.Drawing.SolidBrush linkBrush;
- I4 preferredColumnWidth;
- I4 defaultFontHeight;
- I4 prefferedRowHeight;
- I4 rowHeaderWidth;
- I4 minRowHeaderWidth;
- Class System.Drawing.SolidBrush selectionBackBrush;
- Class System.Drawing.SolidBrush selectionForeBrush;
- Class System.Windows.Forms.DataGridParentRows parentRows;
- Class System.Windows.Forms.DataGridState originalState;
- SZArray Class System.Windows.Forms.DataGridRow dataGridRows;
- I4 dataGridRowsLength;
- I4 toolTipId;
- Class System.Windows.Forms.DataGridToolTip toolTipProvider;
- Class System.Windows.Forms.DataGridAddNewRow addNewRow;
- Class LayoutData layout;
- SZArray ValueClass RECT cachedScrollableRegion;
- Boolean allowColumnResize;
- Boolean allowRowResize;
- ValueClass System.Windows.Forms.DataGridParentRowsLabelStyle parentRowsLabels;
- I4 trackColAnchor;
- I4 trackColumn;
- I4 trackRowAnchor;
- I4 trackRow;
- Class System.ComponentModel.PropertyDescriptor trackColumnHeader;
- Class System.Windows.Forms.MouseEventArgs lastSplitBar;
- Class System.Drawing.Font linkFont;
- Class System.Drawing.SolidBrush backBrush;
- Class System.Drawing.SolidBrush foreBrush;
- Class System.Drawing.SolidBrush backgroundBrush;
- I4 fontHeight;
- I4 linkFontHeight;
- I4 captionFontHeight;
- I4 headerFontHeight;
- Class System.Windows.Forms.DataGridCaption caption;
- ValueClass System.Windows.Forms.BorderStyle borderStyle;
- Object dataSource;
- String dataMember;
- Class System.Windows.Forms.CurrencyManager listManager;
- Class System.Windows.Forms.GridTableStylesCollection dataGridTables;
- Class System.Windows.Forms.DataGridTableStyle myGridTable;
- Boolean checkHierarchy;
- Boolean inInit;
- I4 currentRow;
- I4 currentCol;
- I4 numSelectedRows;
- I4 lastRowSelected;
- Class Policy policy;
- Class System.Windows.Forms.DataGridColumnStyle editColumn;
- Class System.Windows.Forms.DataGridRow editRow;
- Class System.Windows.Forms.ScrollBar horizScrollBar;
- Class System.Windows.Forms.ScrollBar vertScrollBar;
- I4 horizontalOffset;
- I4 negOffset;
- I4 wheelDelta;
- I4 firstVisibleRow;
- I4 firstVisibleCol;
- I4 numVisibleRows;
- I4 numVisibleCols;
- I4 numTotallyVisibleRows;
- I4 lastTotallyVisibleCol;
- I4 oldRow;
- Object EVENT_CURRENTCELLCHANGED;
- Object EVENT_NODECLICKED;
- Object EVENT_SCROLL;
- Object EVENT_BACKBUTTONCLICK;
- Object EVENT_DOWNBUTTONCLICK;
- Class System.Windows.Forms.ItemChangedEventHandler itemChangedHandler;
- Class System.EventHandler positionChangedHandler;
- Class System.EventHandler currentChangedHandler;
- Class System.ComponentModel.ListChangedEventHandler metaDataChanged;
- Class System.ComponentModel.CollectionChangeEventHandler dataGridTableStylesCollectionChanged;
- Class System.EventHandler backButtonHandler;
- Class System.EventHandler downButtonHandler;
- Class System.Windows.Forms.NavigateEventHandler onNavigate;
- Class System.EventHandler onRowHeaderClick;
- Object EVENT_BORDERSTYLECHANGED;
- Object EVENT_CAPTIONVISIBLECHANGED;
- Object EVENT_DATASOURCECHANGED;
- Object EVENT_PARENTROWSLABELSTYLECHANGED;
- Object EVENT_FLATMODECHANGED;
- Object EVENT_BACKGROUNDCOLORCHANGED;
- Object EVENT_ALLOWNAVIGATIONCHANGED;
- Object EVENT_READONLYCHANGED;
- Object EVENT_PARENTROWSVISIBLECHANGED;
- Void System.Windows.Forms.DataGrid();
- Boolean get_AllowSorting();
- Void set_AllowSorting( Boolean value);
- ValueClass System.Drawing.Color get_AlternatingBackColor();
- Void set_AlternatingBackColor( ValueClass System.Drawing.Color value);
- Void ResetAlternatingBackColor();
- Boolean ShouldSerializeAlternatingBackColor();
- Class System.Drawing.Brush get_AlternatingBackBrush();
- ValueClass System.Drawing.Color get_BackColor();
- Void set_BackColor( ValueClass System.Drawing.Color value);
- Void ResetBackColor();
- ValueClass System.Drawing.Color get_ForeColor();
- Void set_ForeColor( ValueClass System.Drawing.Color value);
- Void ResetForeColor();
- Class System.Drawing.SolidBrush get_BackBrush();
- Class System.Drawing.SolidBrush get_ForeBrush();
- ValueClass System.Windows.Forms.BorderStyle get_BorderStyle();
- Void set_BorderStyle( ValueClass System.Windows.Forms.BorderStyle value);
- Void add_BorderStyleChanged( Class System.EventHandler value);
- Void remove_BorderStyleChanged( Class System.EventHandler value);
- I4 get_BorderWidth();
- ValueClass System.Drawing.Size get_DefaultSize();
- Class System.Drawing.SolidBrush get_DefaultSelectionBackBrush();
- Class System.Drawing.SolidBrush get_DefaultSelectionForeBrush();
- Class System.Drawing.SolidBrush get_DefaultBackBrush();
- Class System.Drawing.SolidBrush get_DefaultForeBrush();
- Class System.Drawing.SolidBrush get_DefaultBackgroundBrush();
- Class System.Drawing.SolidBrush get_DefaultParentRowsForeBrush();
- Class System.Drawing.SolidBrush get_DefaultParentRowsBackBrush();
- Class System.Drawing.SolidBrush get_DefaultAlternatingBackBrush();
- Class System.Drawing.SolidBrush get_DefaultGridLineBrush();
- Class System.Drawing.SolidBrush get_DefaultHeaderBackBrush();
- Class System.Drawing.SolidBrush get_DefaultHeaderForeBrush();
- Class System.Drawing.Pen get_DefaultHeaderForePen();
- Class System.Drawing.SolidBrush get_DefaultLinkBrush();
- Boolean get_ListHasErrors();
- Void set_ListHasErrors( Boolean value);
- Boolean get_Bound();
- Class System.Windows.Forms.DataGridCaption get_Caption();
- ValueClass System.Drawing.Color get_CaptionBackColor();
- Void set_CaptionBackColor( ValueClass System.Drawing.Color value);
- Void ResetCaptionBackColor();
- Boolean ShouldSerializeCaptionBackColor();
- ValueClass System.Drawing.Color get_CaptionForeColor();
- Void set_CaptionForeColor( ValueClass System.Drawing.Color value);
- Void ResetCaptionForeColor();
- Boolean ShouldSerializeCaptionForeColor();
- Class System.Drawing.Font get_CaptionFont();
- Void set_CaptionFont( Class System.Drawing.Font value);
- Boolean ShouldSerializeCaptionFont();
- Void ResetCaptionFont();
- String get_CaptionText();
- Void set_CaptionText( String value);
- Boolean get_CaptionVisible();
- Void set_CaptionVisible( Boolean value);
- Void add_CaptionVisibleChanged( Class System.EventHandler value);
- Void remove_CaptionVisibleChanged( Class System.EventHandler value);
- ValueClass System.Windows.Forms.DataGridCell get_CurrentCell();
- Void set_CurrentCell( ValueClass System.Windows.Forms.DataGridCell value);
- Void add_CurrentCellChanged( Class System.EventHandler value);
- Void remove_CurrentCellChanged( Class System.EventHandler value);
- I4 get_CurrentColumn();
- Void set_CurrentColumn( I4 value);
- I4 get_CurrentRow();
- Void set_CurrentRow( I4 value);
- ValueClass System.Drawing.Color get_SelectionBackColor();
- Void set_SelectionBackColor( ValueClass System.Drawing.Color value);
- Class System.Drawing.SolidBrush get_SelectionBackBrush();
- Class System.Drawing.SolidBrush get_SelectionForeBrush();
- Boolean ShouldSerializeSelectionBackColor();
- Void ResetSelectionBackColor();
- ValueClass System.Drawing.Color get_SelectionForeColor();
- Void set_SelectionForeColor( ValueClass System.Drawing.Color value);
- Boolean ShouldSerializeSelectionForeColor();
- Void ResetSelectionForeColor();
- Boolean ShouldSerializeForeColor();
- Boolean ShouldSerializeBackColor();
- SZArray Class System.Windows.Forms.DataGridRow get_DataGridRows();
- Class System.Windows.Forms.DataGridToolTip get_ToolTipProvider();
- I4 get_ToolTipId();
- Void set_ToolTipId( I4 value);
- Void ResetToolTip();
- Void CreateDataGridRows();
- Void RecreateDataGridRows();
- Void SetDataGridRows( SZArray Class System.Windows.Forms.DataGridRow newRows, I4 newRowsLength);
- I4 get_DataGridRowsLength();
- Object get_DataSource();
- Void set_DataSource( Object value);
- Void add_DataSourceChanged( Class System.EventHandler value);
- Void remove_DataSourceChanged( Class System.EventHandler value);
- String get_DataMember();
- Void set_DataMember( String value);
- Void SetDataBinding( Object dataSource, String dataMember);
- Class System.Windows.Forms.CurrencyManager get_ListManager();
- Void set_ListManager( Class System.Windows.Forms.CurrencyManager value);
- Void Set_ListManager( Object newDataSource, String newDataMember, Boolean force);
- Void Set_ListManager( Object newDataSource, String newDataMember, Boolean force, Boolean forceColumnCreation);
- I4 get_CurrentRowIndex();
- Void set_CurrentRowIndex( I4 value);
- Class System.Windows.Forms.GridTableStylesCollection get_TableStyles();
- I4 get_FontHeight();
- Class System.Windows.Forms.AccessibleObject get_ParentRowsAccessibleObject();
- ValueClass System.Drawing.Rectangle get_ParentRowsBounds();
- ValueClass System.Drawing.Color get_GridLineColor();
- Void set_GridLineColor( ValueClass System.Drawing.Color value);
- Boolean ShouldSerializeGridLineColor();
- Void ResetGridLineColor();
- Class System.Drawing.SolidBrush get_GridLineBrush();
- ValueClass System.Windows.Forms.DataGridLineStyle get_GridLineStyle();
- Void set_GridLineStyle( ValueClass System.Windows.Forms.DataGridLineStyle value);
- I4 get_GridLineWidth();
- ValueClass System.Windows.Forms.DataGridParentRowsLabelStyle get_ParentRowsLabelStyle();
- Void set_ParentRowsLabelStyle( ValueClass System.Windows.Forms.DataGridParentRowsLabelStyle value);
- Void add_ParentRowsLabelStyleChanged( Class System.EventHandler value);
- Void remove_ParentRowsLabelStyleChanged( Class System.EventHandler value);
- Boolean get_Initializing();
- I4 get_FirstVisibleColumn();
- Boolean get_FlatMode();
- Void set_FlatMode( Boolean value);
- Void add_FlatModeChanged( Class System.EventHandler value);
- Void remove_FlatModeChanged( Class System.EventHandler value);
- ValueClass System.Drawing.Color get_HeaderBackColor();
- Void set_HeaderBackColor( ValueClass System.Drawing.Color value);
- Class System.Drawing.SolidBrush get_HeaderBackBrush();
- Boolean ShouldSerializeHeaderBackColor();
- Void ResetHeaderBackColor();
- Class System.Drawing.SolidBrush get_BackgroundBrush();
- Boolean ShouldSerializeBackgroundColor();
- ValueClass System.Drawing.Color get_BackgroundColor();
- Void set_BackgroundColor( ValueClass System.Drawing.Color value);
- Void add_BackgroundColorChanged( Class System.EventHandler value);
- Void remove_BackgroundColorChanged( Class System.EventHandler value);
- Class System.Drawing.Font get_HeaderFont();
- Void set_HeaderFont( Class System.Drawing.Font value);
- Boolean ShouldSerializeHeaderFont();
- Void ResetHeaderFont();
- ValueClass System.Drawing.Color get_HeaderForeColor();
- Void set_HeaderForeColor( ValueClass System.Drawing.Color value);
- Boolean ShouldSerializeHeaderForeColor();
- Void ResetHeaderForeColor();
- Class System.Drawing.SolidBrush get_HeaderForeBrush();
- Class System.Drawing.Pen get_HeaderForePen();
- Void ResetHorizontalOffset();
- I4 get_HorizontalOffset();
- Void set_HorizontalOffset( I4 value);
- Void ScrollRectangles( SZArray ValueClass RECT rects, I4 change);
- Class System.Windows.Forms.ScrollBar get_HorizScrollBar();
- Boolean get_LedgerStyle();
- ValueClass System.Drawing.Color get_LinkColor();
- Void set_LinkColor( ValueClass System.Drawing.Color value);
- Boolean ShouldSerializeLinkColor();
- Void ResetLinkColor();
- Class System.Drawing.Brush get_LinkBrush();
- ValueClass System.Drawing.Color get_LinkHoverColor();
- Void set_LinkHoverColor( ValueClass System.Drawing.Color value);
- Boolean ShouldSerializeLinkHoverColor();
- Void ResetLinkHoverColor();
- Class System.Drawing.Font get_LinkFont();
- I4 get_LinkFontHeight();
- Boolean get_AllowNavigation();
- Void set_AllowNavigation( Boolean value);
- Void add_AllowNavigationChanged( Class System.EventHandler value);
- Void remove_AllowNavigationChanged( Class System.EventHandler value);
- Class System.Windows.Forms.Cursor get_Cursor();
- Void set_Cursor( Class System.Windows.Forms.Cursor value);
- Class System.Drawing.Image get_BackgroundImage();
- Void set_BackgroundImage( Class System.Drawing.Image value);
- ValueClass System.Drawing.Color get_ParentRowsBackColor();
- Void set_ParentRowsBackColor( ValueClass System.Drawing.Color value);
- Class System.Drawing.SolidBrush get_ParentRowsBackBrush();
- Boolean ShouldSerializeParentRowsBackColor();
- Void ResetParentRowsBackColor();
- ValueClass System.Drawing.Color get_ParentRowsForeColor();
- Void set_ParentRowsForeColor( ValueClass System.Drawing.Color value);
- Class System.Drawing.SolidBrush get_ParentRowsForeBrush();
- Boolean ShouldSerializeParentRowsForeColor();
- Void ResetParentRowsForeColor();
- I4 get_PreferredColumnWidth();
- Void set_PreferredColumnWidth( I4 value);
- I4 get_PreferredRowHeight();
- Void set_PreferredRowHeight( I4 value);
- Boolean ShouldSerializePreferredRowHeight();
- Boolean get_ReadOnly();
- Void set_ReadOnly( Boolean value);
- Void add_ReadOnlyChanged( Class System.EventHandler value);
- Void remove_ReadOnlyChanged( Class System.EventHandler value);
- Boolean get_ColumnHeadersVisible();
- Void set_ColumnHeadersVisible( Boolean value);
- Boolean get_ParentRowsVisible();
- Void set_ParentRowsVisible( Boolean value);
- Void add_ParentRowsVisibleChanged( Class System.EventHandler value);
- Void remove_ParentRowsVisibleChanged( Class System.EventHandler value);
- Boolean ParentRowsIsEmpty();
- Boolean get_RowHeadersVisible();
- Void set_RowHeadersVisible( Boolean value);
- I4 get_RowHeaderWidth();
- Void set_RowHeaderWidth( I4 value);
- String get_Text();
- Void set_Text( String value);
- Class System.Windows.Forms.ScrollBar get_VertScrollBar();
- I4 get_VisibleColumnCount();
- I4 get_VisibleRowCount();
- Object get_Item( I4 rowIndex, I4 columnIndex);
- Void set_Item( I4 rowIndex, I4 columnIndex, Object value);
- Object get_Item( ValueClass System.Windows.Forms.DataGridCell cell);
- Void set_Item( ValueClass System.Windows.Forms.DataGridCell cell, Object value);
- Void WireTableStylePropChanged( Class System.Windows.Forms.DataGridTableStyle gridTable);
- Void UnWireTableStylePropChanged( Class System.Windows.Forms.DataGridTableStyle gridTable);
- Void WireDataSource();
- Void UnWireDataSource();
- Void DataSource_Changed( Object sender, Class System.EventArgs ea);
- Void GridLineColorChanged( Object sender, Class System.EventArgs e);
- Void GridLineStyleChanged( Object sender, Class System.EventArgs e);
- Void HeaderBackColorChanged( Object sender, Class System.EventArgs e);
- Void HeaderFontChanged( Object sender, Class System.EventArgs e);
- Void HeaderForeColorChanged( Object sender, Class System.EventArgs e);
- Void LinkColorChanged( Object sender, Class System.EventArgs e);
- Void LinkHoverColorChanged( Object sender, Class System.EventArgs e);
- Void PreferredColumnWidthChanged( Object sender, Class System.EventArgs e);
- Void RowHeadersVisibleChanged( Object sender, Class System.EventArgs e);
- Void ColumnHeadersVisibleChanged( Object sender, Class System.EventArgs e);
- Void RowHeaderWidthChanged( Object sender, Class System.EventArgs e);
- Void AllowSortingChanged( Object sender, Class System.EventArgs e);
- Void DataSource_RowChanged( Object sender, Class System.EventArgs ea);
- Void DataSource_PositionChanged( Object sender, Class System.EventArgs ea);
- Void DataSource_MetaDataChanged( Object sender, Class System.ComponentModel.ListChangedEventArgs e);
- Boolean DataGridSourceHasErrors();
- Void TableStylesCollectionChanged( Object sender, Class System.ComponentModel.CollectionChangeEventArgs ccea);
- Void DataSource_ItemChanged( Object sender, Class System.Windows.Forms.ItemChangedEventArgs ea);
- Void OnBorderStyleChanged( Class System.EventArgs e);
- Void OnCaptionVisibleChanged( Class System.EventArgs e);
- Void OnCurrentCellChanged( Class System.EventArgs e);
- Void OnFlatModeChanged( Class System.EventArgs e);
- Void OnBackgroundColorChanged( Class System.EventArgs e);
- Void OnAllowNavigationChanged( Class System.EventArgs e);
- Void OnParentRowsVisibleChanged( Class System.EventArgs e);
- Void OnParentRowsLabelStyleChanged( Class System.EventArgs e);
- Void OnReadOnlyChanged( Class System.EventArgs e);
- Void OnNavigate( Class System.Windows.Forms.NavigateEventArgs e);
- Void OnNodeClick( Class System.EventArgs e);
- Void OnRowHeaderClick( Class System.EventArgs e);
- Void OnScroll( Class System.EventArgs e);
- Void GridHScrolled( Object sender, Class System.Windows.Forms.ScrollEventArgs se);
- Void GridVScrolled( Object sender, Class System.Windows.Forms.ScrollEventArgs se);
- Void HandleEndCurrentEdit();
- Void OnBackButtonClicked( Object sender, Class System.EventArgs e);
- Void OnBackColorChanged( Class System.EventArgs e);
- Void OnBindingContextChanged( Class System.EventArgs e);
- Void OnDataSourceChanged( Class System.EventArgs e);
- Void OnShowParentDetailsButtonClicked( Object sender, Class System.EventArgs e);
- Void OnForeColorChanged( Class System.EventArgs e);
- Void OnFontChanged( Class System.EventArgs e);
- Void OnPaintBackground( Class System.Windows.Forms.PaintEventArgs ebe);
- Void OnLayout( Class System.Windows.Forms.LayoutEventArgs levent);
- Void OnHandleCreated( Class System.EventArgs e);
- Void OnHandleDestroyed( Class System.EventArgs e);
- Void OnEnter( Class System.EventArgs e);
- Void OnLeave( Class System.EventArgs e);
- Void OnLeave_Grid();
- Void OnKeyDown( Class System.Windows.Forms.KeyEventArgs ke);
- Void OnKeyPress( Class System.Windows.Forms.KeyPressEventArgs kpe);
- Void OnMouseDown( Class System.Windows.Forms.MouseEventArgs e);
- Void OnMouseLeave( Class System.EventArgs e);
- Void TextBoxOnMouseWheel( Class System.Windows.Forms.MouseEventArgs e);
- Void OnMouseMove( Class System.Windows.Forms.MouseEventArgs e);
- Void OnMouseUp( Class System.Windows.Forms.MouseEventArgs e);
- Void OnMouseWheel( Class System.Windows.Forms.MouseEventArgs e);
- Void OnPaint( Class System.Windows.Forms.PaintEventArgs pe);
- Void OnResize( Class System.EventArgs e);
- Void OnRowHeightChanged( Class System.Windows.Forms.DataGridRow row);
- Void ParentRowsDataChanged();
- Void AbortEdit();
- Void add_Navigate( Class System.Windows.Forms.NavigateEventHandler value);
- Void remove_Navigate( Class System.Windows.Forms.NavigateEventHandler value);
- Void add_RowHeaderClick( Class System.EventHandler value);
- Void remove_RowHeaderClick( Class System.EventHandler value);
- Void add_NodeClick( Class System.EventHandler value);
- Void remove_NodeClick( Class System.EventHandler value);
- Void add_Scroll( Class System.EventHandler value);
- Void remove_Scroll( Class System.EventHandler value);
- Class System.ComponentModel.ISite get_Site();
- Void set_Site( Class System.ComponentModel.ISite value);
- Void AddMetaDataChangedNotification();
- Void AddNewRow();
- Boolean BeginEdit( Class System.Windows.Forms.DataGridColumnStyle gridColumn, I4 rowNumber);
- Void BeginInit();
- ValueClass System.Drawing.Rectangle CalcRowResizeFeedbackRect( Class System.Windows.Forms.MouseEventArgs e);
- ValueClass System.Drawing.Rectangle CalcColResizeFeedbackRect( Class System.Windows.Forms.MouseEventArgs e);
- Void CancelCursorUpdate();
- Void CheckHierarchyState();
- Void ClearRegionCache();
- Void ColAutoResize( I4 col);
- Void Collapse( I4 row);
- Void ColResizeBegin( Class System.Windows.Forms.MouseEventArgs e, I4 col);
- Void ColResizeMove( Class System.Windows.Forms.MouseEventArgs e);
- Void ColResizeEnd( Class System.Windows.Forms.MouseEventArgs e);
- Void MetaDataChanged();
- Void RowAutoResize( I4 row);
- Void RowResizeBegin( Class System.Windows.Forms.MouseEventArgs e, I4 row);
- Void RowResizeMove( Class System.Windows.Forms.MouseEventArgs e);
- Void RowResizeEnd( Class System.Windows.Forms.MouseEventArgs e);
- Void ColumnHeaderClicked( Class System.ComponentModel.PropertyDescriptor prop);
- Boolean CommitEdit();
- I4 ComputeColumnDelta( I4 from, I4 to);
- I4 ComputeDeltaRows( I4 targetRow);
- I4 ComputeFirstVisibleRow( I4 firstVisibleRowLogicalTop);
- Void ComputeLayout();
- I4 ComputeRowDelta( I4 from, I4 to);
- I4 MinimumRowHeaderWidth();
- Void ComputeMinimumRowHeaderWidth();
- Void ComputeVisibleColumns();
- I4 ComputeFirstVisibleColumn();
- Void ComputeVisibleRows();
- Class System.Windows.Forms.AccessibleObject CreateAccessibilityInstance();
- Class System.Windows.Forms.DataGridState CreateChildState( String relationName, Class System.Windows.Forms.DataGridRow source);
- Class LayoutData CreateInitialLayoutState();
- SZArray ValueClass RECT CreateScrollableRegion( ValueClass System.Drawing.Rectangle scroll);
- Void Dispose( Boolean disposing);
- Void DrawColSplitBar( Class System.Windows.Forms.MouseEventArgs e);
- Void DrawRowSplitBar( Class System.Windows.Forms.MouseEventArgs e);
- Void DrawSplitBar( ValueClass System.Drawing.Rectangle r);
- Void Edit();
- Void Edit( String instantText);
- Boolean EndEdit( Class System.Windows.Forms.DataGridColumnStyle gridColumn, I4 rowNumber, Boolean shouldAbort);
- Void EndEdit();
- Void EnforceValidDataMember( Object value);
- Void ColumnStartedEditing( ValueClass System.Drawing.Rectangle bounds);
- Void ColumnStartedEditing( Class System.Windows.Forms.Control editingControl);
- Void Expand( I4 row);
- Class System.Windows.Forms.DataGridColumnStyle CreateGridColumn( Class System.ComponentModel.PropertyDescriptor prop, Boolean isDefault);
- Class System.Windows.Forms.DataGridColumnStyle CreateGridColumn( Class System.ComponentModel.PropertyDescriptor prop);
- Void EndInit();
- I4 GetColFromX( I4 x);
- I4 GetColBeg( I4 col);
- I4 GetColEnd( I4 col);
- I4 GetColumnWidthSum();
- SZArray Class System.Windows.Forms.DataGridRelationshipRow GetExpandableRows();
- I4 GetRowFromY( I4 y);
- ValueClass System.Drawing.Rectangle GetRowHeaderRect();
- ValueClass System.Drawing.Rectangle GetColumnHeadersRect();
- ValueClass System.Drawing.Rectangle GetRowRect( I4 rowNumber);
- I4 GetRowTop( I4 row);
- I4 GetRowBottom( I4 row);
- Void EnsureBound();
- Void EnsureVisible( I4 row, I4 col);
- ValueClass System.Drawing.Rectangle GetCurrentCellBounds();
- ValueClass System.Drawing.Rectangle GetCellBounds( I4 row, I4 col);
- ValueClass System.Drawing.Rectangle GetCellBounds( ValueClass System.Windows.Forms.DataGridCell dgc);
- ValueClass System.Drawing.Rectangle GetRowBounds( Class System.Windows.Forms.DataGridRow row);
- Class HitTestInfo HitTest( I4 x, I4 y);
- Class HitTestInfo HitTest( ValueClass System.Drawing.Point position);
- Void InitializeColumnWidths();
- Void InvalidateInside();
- Void InvalidateCaption();
- Void InvalidateCaptionRect( ValueClass System.Drawing.Rectangle r);
- Void InvalidateColumn( I4 column);
- Void InvalidateParentRows();
- Void InvalidateParentRowsRect( ValueClass System.Drawing.Rectangle r);
- Void InvalidateRow( I4 rowNumber);
- Void InvalidateRowHeader( I4 rowNumber);
- Void InvalidateRowRect( I4 rowNumber, ValueClass System.Drawing.Rectangle r);
- Boolean IsExpanded( I4 rowNumber);
- Boolean IsSelected( I4 row);
- Boolean IsTransparentColor( ValueClass System.Drawing.Color color);
- Void LayoutScrollBars();
- Void NavigateBack();
- Void NavigateTo( I4 rowNumber, String relationName);
- Void NavigateTo( String relationName, Class System.Windows.Forms.DataGridRow source, Boolean fromRow);
- Void NavigateTo( Class System.Windows.Forms.DataGridState childState);
- ValueClass System.Drawing.Point NormalizeToRow( I4 x, I4 y, I4 row);
- Void OnColumnCollectionChanged( Object sender, Class System.ComponentModel.CollectionChangeEventArgs e);
- Void PaintColumnHeaders( Class System.Drawing.Graphics g);
- I4 PaintColumnHeaderText( Class System.Drawing.Graphics g, ValueClass System.Drawing.Rectangle boundingRect);
- Void PaintBorder( Class System.Drawing.Graphics g, ValueClass System.Drawing.Rectangle bounds);
- Void PaintGrid( Class System.Drawing.Graphics g, ValueClass System.Drawing.Rectangle gridBounds);
- Void DeleteDataGridRows( I4 deletedRows);
- Void PaintRows( Class System.Drawing.Graphics g, ByRef ValueClass System.Drawing.Rectangle boundingRect);
- Boolean ProcessDialogKey( ValueClass System.Windows.Forms.Keys keyData);
- Void DeleteRows( SZArray Class System.Windows.Forms.DataGridRow localGridRows);
- I4 MoveLeftRight( Class System.Windows.Forms.GridColumnStylesCollection cols, I4 startCol, Boolean goRight);
- Boolean ProcessGridKey( Class System.Windows.Forms.KeyEventArgs ke);
- Boolean ProcessKeyPreview( ByRef ValueClass System.Windows.Forms.Message m);
- Boolean ProcessTabKey( ValueClass System.Windows.Forms.Keys keyData);
- Void CancelEditing();
- Void RecalculateFonts();
- Void add_BackButtonClick( Class System.EventHandler value);
- Void remove_BackButtonClick( Class System.EventHandler value);
- Void add_ShowParentDetailsButtonClick( Class System.EventHandler value);
- Void remove_ShowParentDetailsButtonClick( Class System.EventHandler value);
- Void RemoveMetaDataChangedNotification();
- Void ResetMouseState();
- Void ResetSelection();
- Void ResetUIState();
- Void ScrollDown( I4 rows);
- Void ScrollRight( I4 columns);
- Void ScrollTo( I4 targetRow, I4 targetCol);
- Void Select( I4 row);
- Void PairTableStylesAndGridColumns( Class System.Windows.Forms.CurrencyManager lm, Class System.Windows.Forms.DataGridTableStyle gridTable, Boolean forceColumnCreation);
- Void SetDataGridTable( Class System.Windows.Forms.DataGridTableStyle newTable, Boolean forceColumnCreation);
- Void SetParentRowsVisibility( Boolean visible);
- Void SetRowExpansionState( I4 row, Boolean expanded);
- Void ObjectSiteChange( Class System.ComponentModel.IContainer container, Class System.ComponentModel.IComponent component, Boolean site);
- Void SubObjectsSiteChange( Boolean site);
- Void UnSelect( I4 row);
- Void UpdateListManager();
- String GetOutputTextDelimiter();
- I4 MirrorRectangle( ValueClass System.Drawing.Rectangle R1, ValueClass System.Drawing.Rectangle rect, Boolean rightToLeft);
- I4 MirrorPoint( I4 x, ValueClass System.Drawing.Rectangle rect, Boolean rightToLeft);
- Boolean isRightToLeft();
- Void System.Windows.Forms.DataGrid();
- property AllowSorting { get(){} set(){} };
- property AlternatingBackColor { get(){} set(){} };
- property AlternatingBackBrush { get(){} set(){} };
- property BackColor { get(){} set(){} };
- property ForeColor { get(){} set(){} };
- property BackBrush { get(){} set(){} };
- property ForeBrush { get(){} set(){} };
- property BorderStyle { get(){} set(){} };
- property BorderWidth { get(){} set(){} };
- property DefaultSize { get(){} set(){} };
- property DefaultSelectionBackBrush { get(){} set(){} };
- property DefaultSelectionForeBrush { get(){} set(){} };
- property DefaultBackBrush { get(){} set(){} };
- property DefaultForeBrush { get(){} set(){} };
- property DefaultBackgroundBrush { get(){} set(){} };
- property DefaultParentRowsForeBrush { get(){} set(){} };
- property DefaultParentRowsBackBrush { get(){} set(){} };
- property DefaultAlternatingBackBrush { get(){} set(){} };
- property DefaultGridLineBrush { get(){} set(){} };
- property DefaultHeaderBackBrush { get(){} set(){} };
- property DefaultHeaderForeBrush { get(){} set(){} };
- property DefaultHeaderForePen { get(){} set(){} };
- property DefaultLinkBrush { get(){} set(){} };
- property ListHasErrors { get(){} set(){} };
- property Bound { get(){} set(){} };
- property Caption { get(){} set(){} };
- property CaptionBackColor { get(){} set(){} };
- property CaptionForeColor { get(){} set(){} };
- property CaptionFont { get(){} set(){} };
- property CaptionText { get(){} set(){} };
- property CaptionVisible { get(){} set(){} };
- property CurrentCell { get(){} set(){} };
- property CurrentColumn { get(){} set(){} };
- property CurrentRow { get(){} set(){} };
- property SelectionBackColor { get(){} set(){} };
- property SelectionBackBrush { get(){} set(){} };
- property SelectionForeBrush { get(){} set(){} };
- property SelectionForeColor { get(){} set(){} };
- property DataGridRows { get(){} set(){} };
- property ToolTipProvider { get(){} set(){} };
- property ToolTipId { get(){} set(){} };
- property DataGridRowsLength { get(){} set(){} };
- property DataSource { get(){} set(){} };
- property DataMember { get(){} set(){} };
- property ListManager { get(){} set(){} };
- property CurrentRowIndex { get(){} set(){} };
- property TableStyles { get(){} set(){} };
- property FontHeight { get(){} set(){} };
- property ParentRowsAccessibleObject { get(){} set(){} };
- property ParentRowsBounds { get(){} set(){} };
- property GridLineColor { get(){} set(){} };
- property GridLineBrush { get(){} set(){} };
- property GridLineStyle { get(){} set(){} };
- property GridLineWidth { get(){} set(){} };
- property ParentRowsLabelStyle { get(){} set(){} };
- property Initializing { get(){} set(){} };
- property FirstVisibleColumn { get(){} set(){} };
- property FlatMode { get(){} set(){} };
- property HeaderBackColor { get(){} set(){} };
- property HeaderBackBrush { get(){} set(){} };
- property BackgroundBrush { get(){} set(){} };
- property BackgroundColor { get(){} set(){} };
- property HeaderFont { get(){} set(){} };
- property HeaderForeColor { get(){} set(){} };
- property HeaderForeBrush { get(){} set(){} };
- property HeaderForePen { get(){} set(){} };
- property HorizontalOffset { get(){} set(){} };
- property HorizScrollBar { get(){} set(){} };
- property LedgerStyle { get(){} set(){} };
- property LinkColor { get(){} set(){} };
- property LinkBrush { get(){} set(){} };
- property LinkHoverColor { get(){} set(){} };
- property LinkFont { get(){} set(){} };
- property LinkFontHeight { get(){} set(){} };
- property AllowNavigation { get(){} set(){} };
- property Cursor { get(){} set(){} };
- property BackgroundImage { get(){} set(){} };
- property ParentRowsBackColor { get(){} set(){} };
- property ParentRowsBackBrush { get(){} set(){} };
- property ParentRowsForeColor { get(){} set(){} };
- property ParentRowsForeBrush { get(){} set(){} };
- property PreferredColumnWidth { get(){} set(){} };
- property PreferredRowHeight { get(){} set(){} };
- property ReadOnly { get(){} set(){} };
- property ColumnHeadersVisible { get(){} set(){} };
- property ParentRowsVisible { get(){} set(){} };
- property RowHeadersVisible { get(){} set(){} };
- property RowHeaderWidth { get(){} set(){} };
- property Text { get(){} set(){} };
- property VertScrollBar { get(){} set(){} };
- property VisibleColumnCount { get(){} set(){} };
- property VisibleRowCount { get(){} set(){} };
- property Item { get(){} set(){} };
- property Item { get(){} set(){} };
- property Site { get(){} set(){} };
- event BorderStyleChanged;
- event CaptionVisibleChanged;
- event CurrentCellChanged;
- event DataSourceChanged;
- event ParentRowsLabelStyleChanged;
- event FlatModeChanged;
- event BackgroundColorChanged;
- event AllowNavigationChanged;
- event ReadOnlyChanged;
- event ParentRowsVisibleChanged;
- event Navigate;
- event RowHeaderClick;
- event NodeClick;
- event Scroll;
- event BackButtonClick;
- event ShowParentDetailsButtonClick;
- }
- class DataGridAccessibleObject : ControlAccessibleObject
- {
- Void DataGridAccessibleObject( Class System.Windows.Forms.DataGrid owner);
- Class System.Windows.Forms.DataGrid get_DataGrid();
- I4 get_ColumnCount();
- I4 get_RowCount();
- Class System.Windows.Forms.AccessibleObject GetChild( I4 index);
- I4 GetChildCount();
- Class System.Windows.Forms.AccessibleObject GetFocused();
- Class System.Windows.Forms.AccessibleObject GetSelected();
- Class System.Windows.Forms.AccessibleObject HitTest( I4 x, I4 y);
- Class System.Windows.Forms.AccessibleObject Navigate( ValueClass System.Windows.Forms.AccessibleNavigation navdir);
- property DataGrid { get(){} set(){} };
- property ColumnCount { get(){} set(){} };
- property RowCount { get(){} set(){} };
- }
- class LayoutData : System.Object
- {
- Boolean dirty;
- ValueClass System.Drawing.Rectangle Inside;
- ValueClass System.Drawing.Rectangle RowHeaders;
- ValueClass System.Drawing.Rectangle TopLeftHeader;
- ValueClass System.Drawing.Rectangle ColumnHeaders;
- ValueClass System.Drawing.Rectangle Data;
- ValueClass System.Drawing.Rectangle Caption;
- ValueClass System.Drawing.Rectangle ParentRows;
- ValueClass System.Drawing.Rectangle ResizeBoxRect;
- Boolean ColumnHeadersVisible;
- Boolean RowHeadersVisible;
- Boolean CaptionVisible;
- Boolean ParentRowsVisible;
- ValueClass System.Drawing.Rectangle ClientRectangle;
- Void LayoutData();
- Void LayoutData( Class LayoutData src);
- Void GrabLayout( Class LayoutData src);
- String ToString();
- }
- class HitTestInfo : System.Object
- {
- ValueClass HitTestType type;
- I4 row;
- I4 col;
- Class HitTestInfo Nowhere;
- Void HitTestInfo();
- Void HitTestInfo( ValueClass HitTestType type);
- I4 get_Column();
- I4 get_Row();
- ValueClass HitTestType get_Type();
- Boolean Equals( Object value);
- I4 GetHashCode();
- String ToString();
- Void HitTestInfo();
- property Column { get(){} set(){} };
- property Row { get(){} set(){} };
- property Type { get(){} set(){} };
- }
- class HitTestType : System.Enum
- {
- I4 value__;
- ValueClass HitTestType None;
- ValueClass HitTestType Cell;
- ValueClass HitTestType ColumnHeader;
- ValueClass HitTestType RowHeader;
- ValueClass HitTestType ColumnResize;
- ValueClass HitTestType RowResize;
- ValueClass HitTestType Caption;
- ValueClass HitTestType ParentRows;
- }
- class Policy : System.Object
- {
- Boolean allowAdd;
- Boolean allowEdit;
- Boolean allowRemove;
- Void Policy();
- Boolean get_AllowAdd();
- Void set_AllowAdd( Boolean value);
- Boolean get_AllowEdit();
- Void set_AllowEdit( Boolean value);
- Boolean get_AllowRemove();
- Void set_AllowRemove( Boolean value);
- Boolean UpdatePolicy( Class System.Windows.Forms.CurrencyManager listManager, Boolean gridReadOnly);
- property AllowAdd { get(){} set(){} };
- property AllowEdit { get(){} set(){} };
- property AllowRemove { get(){} set(){} };
- }
- class RegionCracker : System.Object
- {
- SZArray ValueClass RECT CrackRegionData( I hRgn);
- SZArray ValueClass RECT GetRects( SZArray UI1 buffer, I4 cbHeader, I4 nCount);
- I4 ToInt( SZArray UI1 buffer, I4 offset);
- Void RegionCracker();
- }
- class System.Windows.Forms.CursorConverter : System.ComponentModel.TypeConverter
- {
- Class StandardValuesCollection values;
- 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);
- SZArray Class System.Reflection.PropertyInfo GetProperties();
- Class StandardValuesCollection GetStandardValues( Class System.ComponentModel.ITypeDescriptorContext context);
- Boolean GetStandardValuesSupported( Class System.ComponentModel.ITypeDescriptorContext context);
- Void System.Windows.Forms.CursorConverter();
- }
- class System.Windows.Forms.Cursors : System.Object
- {
- Class System.Windows.Forms.Cursor appStarting;
- Class System.Windows.Forms.Cursor arrow;
- Class System.Windows.Forms.Cursor cross;
- Class System.Windows.Forms.Cursor defaultCursor;
- Class System.Windows.Forms.Cursor iBeam;
- Class System.Windows.Forms.Cursor no;
- Class System.Windows.Forms.Cursor sizeAll;
- Class System.Windows.Forms.Cursor sizeNESW;
- Class System.Windows.Forms.Cursor sizeNS;
- Class System.Windows.Forms.Cursor sizeNWSE;
- Class System.Windows.Forms.Cursor sizeWE;
- Class System.Windows.Forms.Cursor upArrow;
- Class System.Windows.Forms.Cursor wait;
- Class System.Windows.Forms.Cursor help;
- Class System.Windows.Forms.Cursor hSplit;
- Class System.Windows.Forms.Cursor vSplit;
- Class System.Windows.Forms.Cursor noMove2D;
- Class System.Windows.Forms.Cursor noMoveHoriz;
- Class System.Windows.Forms.Cursor noMoveVert;
- Class System.Windows.Forms.Cursor panEast;
- Class System.Windows.Forms.Cursor panNE;
- Class System.Windows.Forms.Cursor panNorth;
- Class System.Windows.Forms.Cursor panNW;
- Class System.Windows.Forms.Cursor panSE;
- Class System.Windows.Forms.Cursor panSouth;
- Class System.Windows.Forms.Cursor panSW;
- Class System.Windows.Forms.Cursor panWest;
- Class System.Windows.Forms.Cursor hand;
- Void System.Windows.Forms.Cursors();
- Class System.Windows.Forms.Cursor KnownCursorFromHCursor( I handle);
- Class System.Windows.Forms.Cursor get_AppStarting();
- Class System.Windows.Forms.Cursor get_Arrow();
- Class System.Windows.Forms.Cursor get_Cross();
- Class System.Windows.Forms.Cursor get_Default();
- Class System.Windows.Forms.Cursor get_IBeam();
- Class System.Windows.Forms.Cursor get_No();
- Class System.Windows.Forms.Cursor get_SizeAll();
- Class System.Windows.Forms.Cursor get_SizeNESW();
- Class System.Windows.Forms.Cursor get_SizeNS();
- Class System.Windows.Forms.Cursor get_SizeNWSE();
- Class System.Windows.Forms.Cursor get_SizeWE();
- Class System.Windows.Forms.Cursor get_UpArrow();
- Class System.Windows.Forms.Cursor get_WaitCursor();
- Class System.Windows.Forms.Cursor get_Help();
- Class System.Windows.Forms.Cursor get_HSplit();
- Class System.Windows.Forms.Cursor get_VSplit();
- Class System.Windows.Forms.Cursor get_NoMove2D();
- Class System.Windows.Forms.Cursor get_NoMoveHoriz();
- Class System.Windows.Forms.Cursor get_NoMoveVert();
- Class System.Windows.Forms.Cursor get_PanEast();
- Class System.Windows.Forms.Cursor get_PanNE();
- Class System.Windows.Forms.Cursor get_PanNorth();
- Class System.Windows.Forms.Cursor get_PanNW();
- Class System.Windows.Forms.Cursor get_PanSE();
- Class System.Windows.Forms.Cursor get_PanSouth();
- Class System.Windows.Forms.Cursor get_PanSW();
- Class System.Windows.Forms.Cursor get_PanWest();
- Class System.Windows.Forms.Cursor get_Hand();
- Void System.Windows.Forms.Cursors();
- property AppStarting { get(){} set(){} };
- property Arrow { get(){} set(){} };
- property Cross { get(){} set(){} };
- property Default { get(){} set(){} };
- property IBeam { get(){} set(){} };
- property No { get(){} set(){} };
- property SizeAll { get(){} set(){} };
- property SizeNESW { get(){} set(){} };
- property SizeNS { get(){} set(){} };
- property SizeNWSE { get(){} set(){} };
- property SizeWE { get(){} set(){} };
- property UpArrow { get(){} set(){} };
- property WaitCursor { get(){} set(){} };
- property Help { get(){} set(){} };
- property HSplit { get(){} set(){} };
- property VSplit { get(){} set(){} };
- property NoMove2D { get(){} set(){} };
- property NoMoveHoriz { get(){} set(){} };
- property NoMoveVert { get(){} set(){} };
- property PanEast { get(){} set(){} };
- property PanNE { get(){} set(){} };
- property PanNorth { get(){} set(){} };
- property PanNW { get(){} set(){} };
- property PanSE { get(){} set(){} };
- property PanSouth { get(){} set(){} };
- property PanSW { get(){} set(){} };
- property PanWest { get(){} set(){} };
- property Hand { get(){} set(){} };
- }
- class System.Windows.Forms.DataFormats : System.Object
- {
- String Text;
- String UnicodeText;
- String Dib;
- String Bitmap;
- String EnhancedMetafile;
- String MetafilePict;
- String SymbolicLink;
- String Dif;
- String Tiff;
- String OemText;
- String Palette;
- String PenData;
- String Riff;
- String WaveAudio;
- String FileDrop;
- String Locale;
- String Html;
- String Rtf;
- String CommaSeparatedValue;
- String StringFormat;
- String Serializable;
- SZArray Class Format formatList;
- I4 formatCount;
- Void System.Windows.Forms.DataFormats();
- Class Format GetFormat( String format);
- Class Format GetFormat( I4 id);
- Class Format InternalGetFormat( String strName, I4 id);
- Void EnsureFormatSpace( I4 size);
- Void EnsurePredefined();
- Void System.Windows.Forms.DataFormats();
- }
- class Format : System.Object
- {
- String name;
- I4 id;
- String get_Name();
- I4 get_Id();
- Void Format( String name, I4 id);
- property Name { get(){} set(){} };
- property Id { get(){} set(){} };
- }
- interface System.Windows.Forms.IButtonControl :
- {
- ValueClass System.Windows.Forms.DialogResult get_DialogResult();
- Void set_DialogResult( ValueClass System.Windows.Forms.DialogResult value);
- Void NotifyDefault( Boolean value);
- Void PerformClick();
- property DialogResult { get(){} set(){} };
- }
- class System.Windows.Forms.LinkLabel : System.Windows.Forms.Label
- {
- String IESettingsRegPath;
- String IEMainRegPath;
- String IEAnchorColor;
- String IEAnchorColorVisited;
- String IEAnchorColorHover;
- Object EventLinkClicked;
- ValueClass System.Drawing.Color ielinkColor;
- ValueClass System.Drawing.Color ieactiveLinkColor;
- ValueClass System.Drawing.Color ievisitedLinkColor;
- ValueClass System.Drawing.Color iedisabledLinkColor;
- Class LinkComparer linkComparer;
- ValueClass System.Windows.Forms.DialogResult dialogResult;
- ValueClass System.Drawing.Color linkColor;
- ValueClass System.Drawing.Color activeLinkColor;
- ValueClass System.Drawing.Color visitedLinkColor;
- ValueClass System.Drawing.Color disabledLinkColor;
- Class System.Drawing.Font linkFont;
- Class System.Drawing.Font hoverLinkFont;
- Boolean textLayoutValid;
- Boolean receivedDoubleClick;
- Class System.Collections.ArrayList links;
- Class Link focusLink;
- Class LinkCollection linkCollection;
- Class System.Drawing.Region textRegion;
- Class System.Windows.Forms.Cursor overrideCursor;
- ValueClass System.Windows.Forms.LinkBehavior linkBehavior;
- Void System.Windows.Forms.LinkLabel();
- ValueClass System.Drawing.Color get_ActiveLinkColor();
- Void set_ActiveLinkColor( ValueClass System.Drawing.Color value);
- ValueClass System.Drawing.Color get_DisabledLinkColor();