System.Windows.Forms.cs
上传用户:jnxxjx
上传日期:2015-03-08
资源大小:3388k
文件大小:1198k
- Void DrawCheckFlat( Class System.Windows.Forms.PaintEventArgs e, Class LayoutData layout, ValueClass System.Drawing.Color checkColor, ValueClass System.Drawing.Color checkBackground, ValueClass System.Drawing.Color checkBorder);
- Void DrawCheckPopup( Class System.Windows.Forms.PaintEventArgs e, Class LayoutData layout, ValueClass System.Drawing.Color checkColor, ValueClass System.Drawing.Color checkBackground, Boolean disabledColors);
- Void DrawCheckBackground3DLite( Class System.Windows.Forms.PaintEventArgs e, ValueClass System.Drawing.Rectangle bounds, ValueClass System.Drawing.Color checkColor, ValueClass System.Drawing.Color checkBackground, Class ColorData colors, Boolean disabledColors);
- Void DrawCheckBackgroundFlat( Class System.Windows.Forms.PaintEventArgs e, ValueClass System.Drawing.Rectangle bounds, ValueClass System.Drawing.Color borderColor, ValueClass System.Drawing.Color checkBackground, Boolean disabledColors);
- Void DrawCheckOnly( Class System.Windows.Forms.PaintEventArgs e, Class LayoutData layout, ValueClass System.Drawing.Color checkColor, ValueClass System.Drawing.Color checkBackground, Boolean disabledColors);
- ValueClass System.Drawing.Rectangle Draw3DLiteBorder( Class System.Drawing.Graphics g, ValueClass System.Drawing.Rectangle r);
- Void DrawCheckBox( Class System.Windows.Forms.PaintEventArgs e, Class LayoutData layout);
- Void PaintUp( Class System.Windows.Forms.PaintEventArgs e, ValueClass System.Windows.Forms.CheckState state);
- Void PaintDown( Class System.Windows.Forms.PaintEventArgs e, ValueClass System.Windows.Forms.CheckState state);
- Void PaintOver( Class System.Windows.Forms.PaintEventArgs e, ValueClass System.Windows.Forms.CheckState state);
- Class LayoutOptions CommonLayout();
- Class LayoutOptions PaintLayout( Class System.Windows.Forms.PaintEventArgs e);
- Class LayoutOptions PaintPopupLayout( Class System.Windows.Forms.PaintEventArgs e);
- Class LayoutOptions PaintFlatLayout( Class System.Windows.Forms.PaintEventArgs e);
- Void PaintFlatDown( Class System.Windows.Forms.PaintEventArgs e, ValueClass System.Windows.Forms.CheckState state);
- Void PaintFlatOver( Class System.Windows.Forms.PaintEventArgs e, ValueClass System.Windows.Forms.CheckState state);
- Void PaintFlatUp( Class System.Windows.Forms.PaintEventArgs e, ValueClass System.Windows.Forms.CheckState state);
- Void PaintFlatWorker( Class System.Windows.Forms.PaintEventArgs e, ValueClass System.Drawing.Color checkColor, ValueClass System.Drawing.Color checkBackground, ValueClass System.Drawing.Color checkBorder, Class ColorData colors);
- Void PaintPopupUp( Class System.Windows.Forms.PaintEventArgs e, ValueClass System.Windows.Forms.CheckState state);
- Void PaintPopupOver( Class System.Windows.Forms.PaintEventArgs e, ValueClass System.Windows.Forms.CheckState state);
- Void PaintPopupDown( Class System.Windows.Forms.PaintEventArgs e, ValueClass System.Windows.Forms.CheckState state);
- Void OnAppearanceChanged( Class System.EventArgs e);
- Void OnMouseUp( Class System.Windows.Forms.MouseEventArgs mevent);
- Void PerformClick();
- Boolean ProcessMnemonic( Char charCode);
- String ToString();
- Void System.Windows.Forms.RadioButton();
- property AutoCheck { get(){} set(){} };
- property Appearance { get(){} set(){} };
- property CheckAlign { get(){} set(){} };
- property Checked { get(){} set(){} };
- property CreateParams { get(){} set(){} };
- property DefaultSize { get(){} set(){} };
- property OverChangeRectangle { get(){} set(){} };
- property DownChangeRectangle { get(){} set(){} };
- property TabStop { get(){} set(){} };
- property TextAlign { get(){} set(){} };
- event AppearanceChanged;
- event CheckedChanged;
- }
- class RadioButtonAccessibleObject : ControlAccessibleObject
- {
- Void RadioButtonAccessibleObject( Class System.Windows.Forms.RadioButton owner);
- String get_DefaultAction();
- ValueClass System.Windows.Forms.AccessibleRole get_Role();
- ValueClass System.Windows.Forms.AccessibleStates get_State();
- Void DoDefaultAction();
- property DefaultAction { get(){} set(){} };
- property Role { get(){} set(){} };
- property State { get(){} set(){} };
- }
- class System.Windows.Forms.RichTextBox : System.Windows.Forms.TextBoxBase
- {
- I4 DV_E_DVASPECT;
- I4 DVASPECT_CONTENT;
- I4 DVASPECT_THUMBNAIL;
- I4 DVASPECT_ICON;
- I4 DVASPECT_DOCPRINT;
- I4 INPUT;
- I4 OUTPUT;
- I4 DIRECTIONMASK;
- I4 ANSI;
- I4 UNICODE;
- I4 FORMATMASK;
- I4 TEXTLF;
- I4 TEXTCRLF;
- I4 RTF;
- I4 KINDMASK;
- I4 CHAR_BUFFER_LEN;
- Class System.Diagnostics.TraceSwitch richTextDbg;
- I moduleHandle;
- String SZ_RTF_TAG;
- Object EVENT_HSCROLL;
- Object EVENT_LINKACTIVATE;
- Object EVENT_IMECHANGE;
- Object EVENT_PROTECTED;
- Object EVENT_REQUESTRESIZE;
- Object EVENT_SELCHANGE;
- Object EVENT_VSCROLL;
- I4 bulletIndent;
- I4 rightMargin;
- Boolean autoWordSelection;
- Boolean showSelBar;
- Boolean autoUrlDetect;
- String textRtf;
- String textPlain;
- Boolean fInCtor;
- ValueClass System.Windows.Forms.RichTextBoxScrollBars scrollBars;
- I4 logPixelsX;
- I4 logPixelsY;
- Class System.IO.Stream editStream;
- Boolean protectedError;
- Boolean linkcursor;
- R4 zoomMultiplier;
- I4 curSelStart;
- I4 curSelEnd;
- I2 curSelType;
- Boolean allowOleDrop;
- Object oleCallback;
- Boolean suppressTextChangedEvent;
- Boolean callOnContentsResized;
- Class System.Diagnostics.TraceSwitch get_RichTextDbg();
- Void System.Windows.Forms.RichTextBox();
- Boolean get_AllowDrop();
- Void set_AllowDrop( Boolean value);
- Boolean get_AutoWordSelection();
- Void set_AutoWordSelection( Boolean value);
- Boolean get_AutoSize();
- Void set_AutoSize( Boolean value);
- Class System.Drawing.Image get_BackgroundImage();
- Void set_BackgroundImage( Class System.Drawing.Image value);
- I4 get_BulletIndent();
- Void set_BulletIndent( I4 value);
- Boolean get_CanRaiseTextChangedEvent();
- Boolean get_CanRedo();
- Class System.Windows.Forms.CreateParams get_CreateParams();
- Boolean get_DetectUrls();
- Void set_DetectUrls( Boolean value);
- ValueClass System.Drawing.Size get_DefaultSize();
- ValueClass System.Drawing.Color get_ForeColor();
- Void set_ForeColor( ValueClass System.Drawing.Color value);
- Class System.Drawing.Font get_Font();
- Void set_Font( Class System.Drawing.Font value);
- I4 get_MaxLength();
- Void set_MaxLength( I4 value);
- Boolean get_Multiline();
- Void set_Multiline( Boolean value);
- String get_RedoActionName();
- I4 get_RightMargin();
- Void set_RightMargin( I4 value);
- String get_Rtf();
- Void set_Rtf( String value);
- ValueClass System.Windows.Forms.RichTextBoxScrollBars get_ScrollBars();
- Void set_ScrollBars( ValueClass System.Windows.Forms.RichTextBoxScrollBars value);
- ValueClass System.Windows.Forms.HorizontalAlignment get_SelectionAlignment();
- Void set_SelectionAlignment( ValueClass System.Windows.Forms.HorizontalAlignment value);
- Boolean get_SelectionBullet();
- Void set_SelectionBullet( Boolean value);
- I4 get_SelectionCharOffset();
- Void set_SelectionCharOffset( I4 value);
- ValueClass System.Drawing.Color get_SelectionColor();
- Void set_SelectionColor( ValueClass System.Drawing.Color value);
- Class System.Drawing.Font get_SelectionFont();
- Void set_SelectionFont( Class System.Drawing.Font value);
- I4 get_SelectionHangingIndent();
- Void set_SelectionHangingIndent( I4 value);
- I4 get_SelectionIndent();
- Void set_SelectionIndent( I4 value);
- I4 get_SelectionLength();
- Void set_SelectionLength( I4 value);
- Boolean get_SelectionProtected();
- Void set_SelectionProtected( Boolean value);
- String get_SelectedRtf();
- Void set_SelectedRtf( String value);
- I4 get_SelectionRightIndent();
- Void set_SelectionRightIndent( I4 value);
- SZArray I4 get_SelectionTabs();
- Void set_SelectionTabs( SZArray I4 value);
- String get_SelectedText();
- Void set_SelectedText( String value);
- ValueClass System.Windows.Forms.RichTextBoxSelectionTypes get_SelectionType();
- Boolean get_SetSelectionInCreateHandle();
- Boolean get_ShowSelectionMargin();
- Void set_ShowSelectionMargin( Boolean value);
- String get_Text();
- Void set_Text( String value);
- I4 get_TextLength();
- String get_UndoActionName();
- String GetEditorActionName( I4 actionID);
- R4 get_ZoomFactor();
- Void set_ZoomFactor( R4 value);
- Void add_ContentsResized( Class System.Windows.Forms.ContentsResizedEventHandler value);
- Void remove_ContentsResized( Class System.Windows.Forms.ContentsResizedEventHandler value);
- Void add_DoubleClick( Class System.EventHandler value);
- Void remove_DoubleClick( Class System.EventHandler value);
- Void add_DragDrop( Class System.Windows.Forms.DragEventHandler value);
- Void remove_DragDrop( Class System.Windows.Forms.DragEventHandler value);
- Void add_DragEnter( Class System.Windows.Forms.DragEventHandler value);
- Void remove_DragEnter( Class System.Windows.Forms.DragEventHandler value);
- Void add_DragLeave( Class System.EventHandler value);
- Void remove_DragLeave( Class System.EventHandler value);
- Void add_DragOver( Class System.Windows.Forms.DragEventHandler value);
- Void remove_DragOver( Class System.Windows.Forms.DragEventHandler value);
- Void add_GiveFeedback( Class System.Windows.Forms.GiveFeedbackEventHandler value);
- Void remove_GiveFeedback( Class System.Windows.Forms.GiveFeedbackEventHandler value);
- Void add_QueryContinueDrag( Class System.Windows.Forms.QueryContinueDragEventHandler value);
- Void remove_QueryContinueDrag( Class System.Windows.Forms.QueryContinueDragEventHandler value);
- Void add_HScroll( Class System.EventHandler value);
- Void remove_HScroll( Class System.EventHandler value);
- Void add_LinkClicked( Class System.Windows.Forms.LinkClickedEventHandler value);
- Void remove_LinkClicked( Class System.Windows.Forms.LinkClickedEventHandler value);
- Void add_ImeChange( Class System.EventHandler value);
- Void remove_ImeChange( Class System.EventHandler value);
- Void add_Protected( Class System.EventHandler value);
- Void remove_Protected( Class System.EventHandler value);
- Void add_SelectionChanged( Class System.EventHandler value);
- Void remove_SelectionChanged( Class System.EventHandler value);
- Void add_VScroll( Class System.EventHandler value);
- Void remove_VScroll( Class System.EventHandler value);
- Boolean CanPaste( Class Format clipFormat);
- I4 EditStreamProc( I dwCookie, I buf, I4 cb, ByRef I4 transferred);
- I4 Find( String str);
- I4 Find( String str, ValueClass System.Windows.Forms.RichTextBoxFinds options);
- I4 Find( String str, I4 start, ValueClass System.Windows.Forms.RichTextBoxFinds options);
- I4 Find( String str, I4 start, I4 end, ValueClass System.Windows.Forms.RichTextBoxFinds options);
- I4 Find( SZArray Char characterSet);
- I4 Find( SZArray Char characterSet, I4 start);
- I4 Find( SZArray Char characterSet, I4 start, I4 end);
- Void ForceHandleCreate();
- Boolean InternalSetForeColor( ValueClass System.Drawing.Color value);
- Void RaiseEvent( Object key, Class System.Windows.Forms.ContentsResizedEventArgs e);
- Void RaiseEvent( Object key, Class System.Windows.Forms.LinkClickedEventArgs e);
- Class CHARFORMATA GetCharFormat( Boolean fSelection);
- ValueClass System.Windows.Forms.RichTextBoxSelectionAttribute GetCharFormat( I4 mask, I4 effect);
- Class System.Drawing.Font GetCharFormatFont( Boolean selectionOnly);
- Char GetCharFromPosition( ValueClass System.Drawing.Point pt);
- I4 GetCharIndexFromPosition( ValueClass System.Drawing.Point pt);
- Boolean GetCharInCharSet( Char c, SZArray Char charSet, Boolean negate);
- I4 GetLineFromCharIndex( I4 index);
- ValueClass System.Drawing.Point GetPositionFromCharIndex( I4 index);
- Boolean GetProtectedError();
- Void LoadFile( String path);
- Void LoadFile( String path, ValueClass System.Windows.Forms.RichTextBoxStreamType fileType);
- Void LoadFile( Class System.IO.Stream data, ValueClass System.Windows.Forms.RichTextBoxStreamType fileType);
- Void OnBackColorChanged( Class System.EventArgs e);
- Void OnContextMenuChanged( Class System.EventArgs e);
- Void OnRightToLeftChanged( Class System.EventArgs e);
- Void OnContentsResized( Class System.Windows.Forms.ContentsResizedEventArgs e);
- Void OnHandleCreated( Class System.EventArgs e);
- Void OnHandleDestroyed( Class System.EventArgs e);
- Void OnHScroll( Class System.EventArgs e);
- Void OnLinkClicked( Class System.Windows.Forms.LinkClickedEventArgs e);
- Void OnImeChange( Class System.EventArgs e);
- Void OnProtected( Class System.EventArgs e);
- Void OnSelectionChanged( Class System.EventArgs e);
- Void OnSystemColorsChanged( Class System.EventArgs e);
- Void OnTextChanged( Class System.EventArgs e);
- Void OnVScroll( Class System.EventArgs e);
- Void Paste( Class Format clipFormat);
- Void Paste( Class Format clipFormat, I4 hIcon);
- Void Redo();
- Void RepokeText();
- Void ResetZoom();
- Void SaveFile( String path);
- Void SaveFile( String path, ValueClass System.Windows.Forms.RichTextBoxStreamType fileType);
- Void SaveFile( Class System.IO.Stream data, ValueClass System.Windows.Forms.RichTextBoxStreamType fileType);
- Void SendZoomFactor( R4 zoom);
- Boolean SetCharFormat( I4 mask, I4 effect, ValueClass System.Windows.Forms.RichTextBoxSelectionAttribute charFormat);
- Boolean SetCharFormat( I4 charRange, Class CHARFORMATA cf);
- Void SetCharFormatFont( Boolean selectionOnly, Class System.Drawing.Font value);
- Void SetupLogPixels( I hDC);
- I4 Pixel2Twip( I hDC, I4 v, Boolean xDirection);
- I4 Twip2Pixel( I hDC, I4 v, Boolean xDirection);
- Void StreamIn( String str, I4 flags);
- Void StreamIn( Class System.IO.Stream data, I4 flags);
- String StreamOut( I4 flags);
- Void StreamOut( Class System.IO.Stream data, I4 flags, Boolean includeCrLfs);
- Void UpdateOleCallback();
- Object CreateRichEditOleCallback();
- Void EnLinkMsgHandler( ByRef ValueClass System.Windows.Forms.Message m);
- String CharRangeToString( Class CHARRANGE c);
- Void UpdateMaxLength();
- Void WmReflectCommand( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmReflectNotify( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmSelectionChange( Class SELCHANGE selChange);
- Void WmSetFont( ByRef ValueClass System.Windows.Forms.Message m);
- Void WndProc( ByRef ValueClass System.Windows.Forms.Message m);
- Void System.Windows.Forms.RichTextBox();
- property RichTextDbg { get(){} set(){} };
- property AllowDrop { get(){} set(){} };
- property AutoWordSelection { get(){} set(){} };
- property AutoSize { get(){} set(){} };
- property BackgroundImage { get(){} set(){} };
- property BulletIndent { get(){} set(){} };
- property CanRaiseTextChangedEvent { get(){} set(){} };
- property CanRedo { get(){} set(){} };
- property CreateParams { get(){} set(){} };
- property DetectUrls { get(){} set(){} };
- property DefaultSize { get(){} set(){} };
- property ForeColor { get(){} set(){} };
- property Font { get(){} set(){} };
- property MaxLength { get(){} set(){} };
- property Multiline { get(){} set(){} };
- property RedoActionName { get(){} set(){} };
- property RightMargin { get(){} set(){} };
- property Rtf { get(){} set(){} };
- property ScrollBars { get(){} set(){} };
- property SelectionAlignment { get(){} set(){} };
- property SelectionBullet { get(){} set(){} };
- property SelectionCharOffset { get(){} set(){} };
- property SelectionColor { get(){} set(){} };
- property SelectionFont { get(){} set(){} };
- property SelectionHangingIndent { get(){} set(){} };
- property SelectionIndent { get(){} set(){} };
- property SelectionLength { get(){} set(){} };
- property SelectionProtected { get(){} set(){} };
- property SelectedRtf { get(){} set(){} };
- property SelectionRightIndent { get(){} set(){} };
- property SelectionTabs { get(){} set(){} };
- property SelectedText { get(){} set(){} };
- property SelectionType { get(){} set(){} };
- property SetSelectionInCreateHandle { get(){} set(){} };
- property ShowSelectionMargin { get(){} set(){} };
- property Text { get(){} set(){} };
- property TextLength { get(){} set(){} };
- property UndoActionName { get(){} set(){} };
- property ZoomFactor { get(){} set(){} };
- event ContentsResized;
- event DoubleClick;
- event DragDrop;
- event DragEnter;
- event DragLeave;
- event DragOver;
- event GiveFeedback;
- event QueryContinueDrag;
- event HScroll;
- event LinkClicked;
- event ImeChange;
- event Protected;
- event SelectionChanged;
- event VScroll;
- }
- class OleCallback : System.Object
- {
- Class System.Windows.Forms.RichTextBox owner;
- Class System.Windows.Forms.IDataObject lastDataObject;
- ValueClass System.Windows.Forms.DragDropEffects lastEffect;
- Boolean unrestricted;
- Void OleCallback( Class System.Windows.Forms.RichTextBox owner);
- I4 GetNewStorage( ByRef Class IStorage storage);
- I4 GetInPlaceContext( I lplpFrame, I lplpDoc, I lpFrameInfo);
- I4 ShowContainerUI( I4 fShow);
- I4 QueryInsertObject( ByRef ValueClass System.Guid lpclsid, I lpstg, I4 cp);
- I4 DeleteObject( I lpoleobj);
- I4 QueryAcceptData( Class IOleDataObject lpdataobj, I lpcfFormat, I4 reco, I4 fReally, I hMetaPict);
- I4 ContextSensitiveHelp( I4 fEnterMode);
- I4 GetClipboardData( Class CHARRANGE lpchrg, I4 reco, I lplpdataobj);
- I4 GetDragDropEffect( Boolean fDrag, I4 grfKeyState, ByRef I4 pdwEffect);
- I4 GetContextMenu( I2 seltype, I lpoleobj, Class CHARRANGE lpchrg, ByRef I hmenu);
- }
- class System.Windows.Forms.PropertyManager : System.Windows.Forms.BindingManagerBase
- {
- Object dataSource;
- Class System.ComponentModel.PropertyDescriptor propInfo;
- Boolean bound;
- Object get_Current();
- Void PropertyChanged( Object sender, Class System.EventArgs ea);
- Void SetDataSource( Object dataSource);
- Void System.Windows.Forms.PropertyManager();
- Void System.Windows.Forms.PropertyManager( Object dataSource);
- Void System.Windows.Forms.PropertyManager( Object dataSource, String propName);
- Class System.ComponentModel.PropertyDescriptorCollection GetItemProperties();
- Class System.Type get_BindType();
- String GetListName();
- Void SuspendBinding();
- Void ResumeBinding();
- String GetListName( Class System.Collections.ArrayList listAccessors);
- Void CancelCurrentEdit();
- Void EndCurrentEdit();
- Void UpdateIsBinding();
- Void OnCurrentChanged( Class System.EventArgs ea);
- Object get_DataSource();
- Boolean get_IsBinding();
- I4 get_Position();
- Void set_Position( I4 value);
- I4 get_Count();
- Void AddNew();
- Void RemoveAt( I4 index);
- property Current { get(){} set(){} };
- property BindType { get(){} set(){} };
- property DataSource { get(){} set(){} };
- property IsBinding { get(){} set(){} };
- property Position { get(){} set(){} };
- property Count { get(){} set(){} };
- }
- class System.Windows.Forms.PropertySort : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.PropertySort NoSort;
- ValueClass System.Windows.Forms.PropertySort Alphabetical;
- ValueClass System.Windows.Forms.PropertySort Categorized;
- ValueClass System.Windows.Forms.PropertySort CategorizedAlphabetical;
- }
- class System.Windows.Forms.PropertyStore : System.Object
- {
- I4 currentKey;
- SZArray ValueClass IntegerEntry intEntries;
- SZArray ValueClass ObjectEntry objEntries;
- Boolean ContainsInteger( I4 key);
- Boolean ContainsObject( I4 key);
- I4 CreateKey();
- I4 GetInteger( I4 key);
- I4 GetInteger( I4 key, ByRef Boolean found);
- Object GetObject( I4 key);
- Object GetObject( I4 key, ByRef Boolean found);
- Boolean LocateIntegerEntry( I2 entryKey, I2 element, ByRef I4 index);
- Boolean LocateObjectEntry( I2 entryKey, I2 element, ByRef I4 index);
- Void SetInteger( I4 key, I4 value);
- Void SetObject( I4 key, Object value);
- I2 SplitKey( I4 key, ByRef I2 element);
- Void System.Windows.Forms.PropertyStore();
- }
- class IntegerEntry : System.ValueType
- {
- I2 Key;
- I2 Mask;
- I4 Value1;
- I4 Value2;
- I4 Value3;
- I4 Value4;
- }
- class ObjectEntry : System.ValueType
- {
- I2 Key;
- I2 Mask;
- Object Value1;
- Object Value2;
- Object Value3;
- Object Value4;
- }
- class System.Windows.Forms.PropertyTabChangedEventArgs : System.EventArgs
- {
- Class System.Windows.Forms.Design.PropertyTab oldTab;
- Class System.Windows.Forms.Design.PropertyTab newTab;
- Void System.Windows.Forms.PropertyTabChangedEventArgs( Class System.Windows.Forms.Design.PropertyTab oldTab, Class System.Windows.Forms.Design.PropertyTab newTab);
- Class System.Windows.Forms.Design.PropertyTab get_OldTab();
- Class System.Windows.Forms.Design.PropertyTab get_NewTab();
- property OldTab { get(){} set(){} };
- property NewTab { get(){} set(){} };
- }
- class System.Windows.Forms.PropertyTabChangedEventHandler : System.MulticastDelegate
- {
- Void System.Windows.Forms.PropertyTabChangedEventHandler( Object object, I method);
- Void Invoke( Object s, Class System.Windows.Forms.PropertyTabChangedEventArgs e);
- Class System.IAsyncResult BeginInvoke( Object s, Class System.Windows.Forms.PropertyTabChangedEventArgs e, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class System.Windows.Forms.PropertyValueChangedEventArgs : System.EventArgs
- {
- Class System.Windows.Forms.GridItem changedItem;
- Object oldValue;
- Void System.Windows.Forms.PropertyValueChangedEventArgs( Class System.Windows.Forms.GridItem changedItem, Object oldValue);
- Class System.Windows.Forms.GridItem get_ChangedItem();
- Object get_OldValue();
- property ChangedItem { get(){} set(){} };
- property OldValue { get(){} set(){} };
- }
- class System.Windows.Forms.PropertyValueChangedEventHandler : System.MulticastDelegate
- {
- Void System.Windows.Forms.PropertyValueChangedEventHandler( Object object, I method);
- Void Invoke( Object s, Class System.Windows.Forms.PropertyValueChangedEventArgs e);
- Class System.IAsyncResult BeginInvoke( Object s, Class System.Windows.Forms.PropertyValueChangedEventArgs e, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class System.Windows.Forms.QueryAccessibilityHelpEventArgs : System.EventArgs
- {
- String helpNamespace;
- String helpString;
- String helpKeyword;
- Void System.Windows.Forms.QueryAccessibilityHelpEventArgs();
- Void System.Windows.Forms.QueryAccessibilityHelpEventArgs( String helpNamespace, String helpString, String helpKeyword);
- String get_HelpNamespace();
- Void set_HelpNamespace( String value);
- String get_HelpString();
- Void set_HelpString( String value);
- String get_HelpKeyword();
- Void set_HelpKeyword( String value);
- property HelpNamespace { get(){} set(){} };
- property HelpString { get(){} set(){} };
- property HelpKeyword { get(){} set(){} };
- }
- class System.Windows.Forms.QueryAccessibilityHelpEventHandler : System.MulticastDelegate
- {
- Void System.Windows.Forms.QueryAccessibilityHelpEventHandler( Object object, I method);
- Void Invoke( Object sender, Class System.Windows.Forms.QueryAccessibilityHelpEventArgs e);
- Class System.IAsyncResult BeginInvoke( Object sender, Class System.Windows.Forms.QueryAccessibilityHelpEventArgs e, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class System.Windows.Forms.QueryContinueDragEventArgs : System.EventArgs
- {
- I4 keyState;
- Boolean escapePressed;
- ValueClass System.Windows.Forms.DragAction action;
- Void System.Windows.Forms.QueryContinueDragEventArgs( I4 keyState, Boolean escapePressed, ValueClass System.Windows.Forms.DragAction action);
- I4 get_KeyState();
- Boolean get_EscapePressed();
- ValueClass System.Windows.Forms.DragAction get_Action();
- Void set_Action( ValueClass System.Windows.Forms.DragAction value);
- property KeyState { get(){} set(){} };
- property EscapePressed { get(){} set(){} };
- property Action { get(){} set(){} };
- }
- class System.Windows.Forms.QueryContinueDragEventHandler : System.MulticastDelegate
- {
- Void System.Windows.Forms.QueryContinueDragEventHandler( Object object, I method);
- Void Invoke( Object sender, Class System.Windows.Forms.QueryContinueDragEventArgs e);
- Class System.IAsyncResult BeginInvoke( Object sender, Class System.Windows.Forms.QueryContinueDragEventArgs e, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class System.Windows.Forms.RelatedCurrencyManager : System.Windows.Forms.CurrencyManager
- {
- Class System.Windows.Forms.BindingManagerBase parentManager;
- String dataField;
- Class System.ComponentModel.PropertyDescriptor fieldInfo;
- Void System.Windows.Forms.RelatedCurrencyManager( Class System.Windows.Forms.BindingManagerBase parentManager, String dataField);
- Class System.ComponentModel.PropertyDescriptorCollection GetItemProperties();
- Class System.ComponentModel.PropertyDescriptorCollection GetItemProperties( Class System.Collections.ArrayList dataSources, Class System.Collections.ArrayList listAccessors);
- String GetListName();
- String GetListName( Class System.Collections.ArrayList listAccessors);
- Void ParentManager_CurrentChanged( Object sender, Class System.EventArgs e);
- Class System.Windows.Forms.CurrencyManager get_ParentManager();
- property ParentManager { get(){} set(){} };
- }
- class System.Windows.Forms.RelatedPropertyManager : System.Windows.Forms.PropertyManager
- {
- Class System.Windows.Forms.BindingManagerBase parentManager;
- String dataField;
- Class System.ComponentModel.PropertyDescriptor fieldInfo;
- Void System.Windows.Forms.RelatedPropertyManager( Class System.Windows.Forms.BindingManagerBase parentManager, String dataField);
- Class System.ComponentModel.PropertyDescriptorCollection GetItemProperties();
- Class System.ComponentModel.PropertyDescriptorCollection GetItemProperties( Class System.Collections.ArrayList dataSources, Class System.Collections.ArrayList listAccessors);
- String GetListName();
- String GetListName( Class System.Collections.ArrayList listAccessors);
- Void ParentManager_CurrentChanged( Object sender, Class System.EventArgs e);
- Class System.Type get_BindType();
- Void OnCurrentChanged( Class System.EventArgs e);
- property BindType { get(){} set(){} };
- }
- class System.Windows.Forms.ContentsResizedEventArgs : System.EventArgs
- {
- ValueClass System.Drawing.Rectangle newRectangle;
- Void System.Windows.Forms.ContentsResizedEventArgs( ValueClass System.Drawing.Rectangle newRectangle);
- ValueClass System.Drawing.Rectangle get_NewRectangle();
- property NewRectangle { get(){} set(){} };
- }
- class System.Windows.Forms.ContentsResizedEventHandler : System.MulticastDelegate
- {
- Void System.Windows.Forms.ContentsResizedEventHandler( Object object, I method);
- Void Invoke( Object sender, Class System.Windows.Forms.ContentsResizedEventArgs e);
- Class System.IAsyncResult BeginInvoke( Object sender, Class System.Windows.Forms.ContentsResizedEventArgs e, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class System.Windows.Forms.Cursor : System.Object
- {
- ValueClass System.Drawing.Size cursorSize;
- Class IPicture picture;
- I handle;
- Boolean ownHandle;
- I4 resourceId;
- Void System.Windows.Forms.Cursor( Class System.Runtime.Serialization.SerializationInfo info, ValueClass System.Runtime.Serialization.StreamingContext context);
- Void System.Windows.Forms.Cursor( I4 nResourceId, I4 dummy);
- Void System.Windows.Forms.Cursor( String resource, I4 dummy);
- Void System.Windows.Forms.Cursor( I handle);
- Void System.Windows.Forms.Cursor( String fileName);
- Void System.Windows.Forms.Cursor( Class System.Type type, String resource);
- Void System.Windows.Forms.Cursor( Class System.IO.Stream stream);
- Void System.Windows.Forms.Cursor( Class IPicture picture);
- ValueClass System.Drawing.Rectangle get_Clip();
- Void set_Clip( ValueClass System.Drawing.Rectangle value);
- Class System.Windows.Forms.Cursor get_Current();
- Void set_Current( Class System.Windows.Forms.Cursor value);
- Class System.Windows.Forms.Cursor get_CurrentInternal();
- Void set_CurrentInternal( Class System.Windows.Forms.Cursor value);
- I get_Handle();
- ValueClass System.Drawing.Point get_Position();
- Void set_Position( ValueClass System.Drawing.Point value);
- ValueClass System.Drawing.Size get_Size();
- I CopyHandle();
- Void DestroyHandle();
- Void Dispose();
- Void Dispose( Boolean disposing);
- Void DrawImageCore( Class System.Drawing.Graphics graphics, ValueClass System.Drawing.Rectangle imageRect, ValueClass System.Drawing.Rectangle targetRect, Boolean stretch);
- Void Draw( Class System.Drawing.Graphics g, ValueClass System.Drawing.Rectangle targetRect);
- Void DrawStretched( Class System.Drawing.Graphics g, ValueClass System.Drawing.Rectangle targetRect);
- Void Finalize();
- Void System.Runtime.Serialization.ISerializable.GetObjectData( Class System.Runtime.Serialization.SerializationInfo si, ValueClass System.Runtime.Serialization.StreamingContext context);
- Void Hide();
- Void Initialize( Class IPicture picture);
- Void LoadFromResourceId( I4 nResourceId);
- Class System.Windows.Forms.Cursor LoadImage( Class System.IO.Stream stream);
- Class System.Windows.Forms.Cursor LoadImage( Class IStream stream);
- Class IPicture LoadPicture( Class IStream stream);
- Void SavePicture( Class System.IO.Stream stream);
- Void Show();
- String ToString();
- Boolean op_Equality( Class System.Windows.Forms.Cursor left, Class System.Windows.Forms.Cursor right);
- Boolean op_Inequality( Class System.Windows.Forms.Cursor left, Class System.Windows.Forms.Cursor right);
- I4 GetHashCode();
- Boolean Equals( Object obj);
- Void System.Windows.Forms.Cursor();
- property Clip { get(){} set(){} };
- property Current { get(){} set(){} };
- property CurrentInternal { get(){} set(){} };
- property Handle { get(){} set(){} };
- property Position { get(){} set(){} };
- property Size { get(){} set(){} };
- }
- class System.Windows.Forms.RichTextBoxConstants : System.Object
- {
- I4 RTB_HORIZ;
- I4 RTB_VERT;
- I4 RTB_FORCE;
- String RICHEDIT_DLL10;
- String RICHEDIT_DLL20;
- String RICHEDIT_DLL30;
- String RICHEDIT_CLASS10A;
- String RICHEDIT_CLASS20A;
- String RICHEDIT_CLASS20W;
- String RICHEDIT_CLASS30A;
- String RICHEDIT_CLASS30W;
- String DLL_RICHEDIT;
- String WC_RICHEDITA;
- String WC_RICHEDITW;
- I4 WM_CONTEXTMENU;
- I4 WM_PRINTCLIENT;
- I4 EM_GETLIMITTEXT;
- I4 EM_POSFROMCHAR;
- I4 EM_CHARFROMPOS;
- I4 EM_SCROLLCARET;
- I4 EM_CANPASTE;
- I4 EM_DISPLAYBAND;
- I4 EM_EXGETSEL;
- I4 EM_EXLIMITTEXT;
- I4 EM_EXLINEFROMCHAR;
- I4 EM_EXSETSEL;
- I4 EM_FINDTEXT;
- I4 EM_FORMATRANGE;
- I4 EM_GETCHARFORMAT;
- I4 EM_GETEVENTMASK;
- I4 EM_GETOLEINTERFACE;
- I4 EM_GETPARAFORMAT;
- I4 EM_GETSELTEXT;
- I4 EM_HIDESELECTION;
- I4 EM_PASTESPECIAL;
- I4 EM_REQUESTRESIZE;
- I4 EM_SELECTIONTYPE;
- I4 EM_SETBKGNDCOLOR;
- I4 EM_SETCHARFORMAT;
- I4 EM_SETEVENTMASK;
- I4 EM_SETOLECALLBACK;
- I4 EM_SETPARAFORMAT;
- I4 EM_SETTARGETDEVICE;
- I4 EM_STREAMIN;
- I4 EM_STREAMOUT;
- I4 EM_GETTEXTRANGE;
- I4 EM_FINDWORDBREAK;
- I4 EM_SETOPTIONS;
- I4 EM_GETOPTIONS;
- I4 EM_FINDTEXTEX;
- I4 EM_GETWORDBREAKPROCEX;
- I4 EM_SETWORDBREAKPROCEX;
- I4 EM_SETUNDOLIMIT;
- I4 EM_REDO;
- I4 EM_CANREDO;
- I4 EM_GETUNDONAME;
- I4 EM_GETREDONAME;
- I4 EM_STOPGROUPTYPING;
- I4 EM_SETTEXTMODE;
- I4 EM_GETTEXTMODE;
- I4 EM_AUTOURLDETECT;
- I4 EM_GETAUTOURLDETECT;
- I4 EM_SETPALETTE;
- I4 EM_GETTEXTEX;
- I4 EM_GETTEXTLENGTHEX;
- I4 EM_SETPUNCTUATION;
- I4 EM_GETPUNCTUATION;
- I4 EM_SETWORDWRAPMODE;
- I4 EM_GETWORDWRAPMODE;
- I4 EM_SETIMECOLOR;
- I4 EM_GETIMECOLOR;
- I4 EM_SETIMEOPTIONS;
- I4 EM_GETIMEOPTIONS;
- I4 EM_CONVPOSITION;
- I4 EM_SETLANGOPTIONS;
- I4 EM_GETLANGOPTIONS;
- I4 EM_GETIMECOMPMODE;
- I4 EM_FINDTEXTW;
- I4 EM_FINDTEXTEXW;
- I4 EM_RECONVERSION;
- I4 EM_SETIMEMODEBIAS;
- I4 EM_GETIMEMODEBIAS;
- I4 EM_SETBIDIOPTIONS;
- I4 EM_GETBIDIOPTIONS;
- I4 EM_SETTYPOGRAPHYOPTIONS;
- I4 EM_GETTYPOGRAPHYOPTIONS;
- I4 EM_SETEDITSTYLE;
- I4 EM_GETEDITSTYLE;
- I4 SES_EMULATESYSEDIT;
- I4 SES_BEEPONMAXTEXT;
- I4 SES_EXTENDBACKCOLOR;
- I4 SES_MAPCPS;
- I4 SES_EMULATE10;
- I4 SES_USECRLF;
- I4 SES_USEAIMM;
- I4 SES_NOIME;
- I4 SES_ALLOWBEEPS;
- I4 SES_UPPERCASE;
- I4 SES_LOWERCASE;
- I4 SES_NOINPUTSEQUENCECHK;
- I4 SES_BIDI;
- I4 SES_SCROLLONKILLFOCUS;
- I4 SES_XLTCRCRLFTOCR;
- I4 IMF_AUTOKEYBOARD;
- I4 IMF_AUTOFONT;
- I4 IMF_IMECANCELCOMPLETE;
- I4 IMF_IMEALWAYSSENDNOTIFY;
- I4 IMF_AUTOFONTSIZEADJUST;
- I4 IMF_UIFONTS;
- I4 IMF_DUALFONT;
- I4 ICM_NOTOPEN;
- I4 ICM_LEVEL3;
- I4 ICM_LEVEL2;
- I4 ICM_LEVEL2_5;
- I4 ICM_LEVEL2_SUI;
- I4 EM_OUTLINE;
- I4 EM_GETSCROLLPOS;
- I4 EM_SETSCROLLPOS;
- I4 EM_SETFONTSIZE;
- I4 EM_GETZOOM;
- I4 EM_SETZOOM;
- I4 EMO_EXIT;
- I4 EMO_ENTER;
- I4 EMO_PROMOTE;
- I4 EMO_EXPAND;
- I4 EMO_MOVESELECTION;
- I4 EMO_GETVIEWMODE;
- I4 EMO_EXPANDSELECTION;
- I4 EMO_EXPANDDOCUMENT;
- I4 VM_NORMAL;
- I4 VM_OUTLINE;
- I4 EN_MSGFILTER;
- I4 EN_REQUESTRESIZE;
- I4 EN_SELCHANGE;
- I4 EN_DROPFILES;
- I4 EN_PROTECTED;
- I4 EN_CORRECTTEXT;
- I4 EN_STOPNOUNDO;
- I4 EN_IMECHANGE;
- I4 EN_SAVECLIPBOARD;
- I4 EN_OLEOPFAILED;
- I4 EN_OBJECTPOSITIONS;
- I4 EN_LINK;
- I4 EN_DRAGDROPDONE;
- I4 EN_PARAGRAPHEXPANDED;
- I4 EN_ALIGNLTR;
- I4 EN_ALIGNRTL;
- I4 ENM_NONE;
- I4 ENM_CHANGE;
- I4 ENM_UPDATE;
- I4 ENM_SCROLL;
- I4 ENM_KEYEVENTS;
- I4 ENM_MOUSEEVENTS;
- I4 ENM_REQUESTRESIZE;
- I4 ENM_SELCHANGE;
- I4 ENM_DROPFILES;
- I4 ENM_PROTECTED;
- I4 ENM_CORRECTTEXT;
- I4 ENM_SCROLLEVENTS;
- I4 ENM_DRAGDROPDONE;
- I4 ENM_PARAGRAPHEXPANDED;
- I4 ENM_IMECHANGE;
- I4 ENM_LANGCHANGE;
- I4 ENM_OBJECTPOSITIONS;
- I4 ENM_LINK;
- I4 ES_SAVESEL;
- I4 ES_SUNKEN;
- I4 ES_DISABLENOSCROLL;
- I4 ES_SELECTIONBAR;
- I4 ES_NOOLEDRAGDROP;
- I4 ES_EX_NOCALLOLEINIT;
- I4 ES_VERTICAL;
- I4 ES_NOIME;
- I4 ES_SELFIME;
- I4 ECO_AUTOWORDSELECTION;
- I4 ECO_AUTOVSCROLL;
- I4 ECO_AUTOHSCROLL;
- I4 ECO_NOHIDESEL;
- I4 ECO_READONLY;
- I4 ECO_WANTRETURN;
- I4 ECO_SAVESEL;
- I4 ECO_SELECTIONBAR;
- I4 ECO_VERTICAL;
- I4 ECOOP_SET;
- I4 ECOOP_OR;
- I4 ECOOP_AND;
- I4 ECOOP_XOR;
- I4 WB_CLASSIFY;
- I4 WB_MOVEWORDLEFT;
- I4 WB_MOVEWORDRIGHT;
- I4 WB_LEFTBREAK;
- I4 WB_RIGHTBREAK;
- I4 WB_MOVEWORDPREV;
- I4 WB_MOVEWORDNEXT;
- I4 WB_PREVBREAK;
- I4 WB_NEXTBREAK;
- I4 PC_FOLLOWING;
- I4 PC_LEADING;
- I4 PC_OVERFLOW;
- I4 PC_DELIMITER;
- I4 WBF_WORDWRAP;
- I4 WBF_WORDBREAK;
- I4 WBF_OVERFLOW;
- I4 WBF_LEVEL1;
- I4 WBF_LEVEL2;
- I4 WBF_CUSTOM;
- I4 TM_PLAINTEXT;
- I4 TM_RICHTEXT;
- I4 TM_SINGLELEVELUNDO;
- I4 TM_MULTILEVELUNDO;
- I4 TM_SINGLECODEPAGE;
- I4 TM_MULTICODEPAGE;
- I4 IMF_FORCENONE;
- I4 IMF_FORCEENABLE;
- I4 IMF_FORCEDISABLE;
- I4 IMF_CLOSESTATUSWINDOW;
- I4 IMF_VERTICAL;
- I4 IMF_FORCEACTIVE;
- I4 IMF_FORCEINACTIVE;
- I4 IMF_FORCEREMEMBER;
- I4 IMF_MULTIPLEEDIT;
- I4 WBF_CLASS;
- I4 WBF_ISWHITE;
- I4 WBF_BREAKLINE;
- I4 WBF_BREAKAFTER;
- I4 cchTextLimitDefault;
- I4 CFM_BOLD;
- I4 CFM_ITALIC;
- I4 CFM_UNDERLINE;
- I4 CFM_STRIKEOUT;
- I4 CFM_PROTECTED;
- I4 CFM_LINK;
- I4 CFM_SIZE;
- I4 CFM_COLOR;
- I4 CFM_FACE;
- I4 CFM_OFFSET;
- I4 CFM_CHARSET;
- I4 CFE_BOLD;
- I4 CFE_ITALIC;
- I4 CFE_UNDERLINE;
- I4 CFE_STRIKEOUT;
- I4 CFE_PROTECTED;
- I4 CFE_LINK;
- I4 CFE_AUTOCOLOR;
- I4 yHeightCharPtsMost;
- I4 SCF_SELECTION;
- I4 SCF_WORD;
- I4 SCF_DEFAULT;
- I4 SCF_ALL;
- I4 SCF_USEUIRULES;
- I4 SF_TEXT;
- I4 SF_RTF;
- I4 SF_RTFNOOBJS;
- I4 SF_TEXTIZED;
- I4 SF_UNICODE;
- I4 SFF_SELECTION;
- I4 SFF_PLAINRTF;
- I4 MAX_TAB_STOPS;
- I4 lDefaultTab;
- I4 PFM_STARTINDENT;
- I4 PFM_RIGHTINDENT;
- I4 PFM_OFFSET;
- I4 PFM_ALIGNMENT;
- I4 PFM_TABSTOPS;
- I4 PFM_NUMBERING;
- I4 PFM_OFFSETINDENT;
- I4 PFN_BULLET;
- I4 PFA_LEFT;
- I4 PFA_RIGHT;
- I4 PFA_CENTER;
- I4 CFM_EFFECTS;
- I4 CFM_ALL;
- I4 PFM_ALL;
- I4 CFM_SMALLCAPS;
- I4 CFM_ALLCAPS;
- I4 CFM_HIDDEN;
- I4 CFM_OUTLINE;
- I4 CFM_SHADOW;
- I4 CFM_EMBOSS;
- I4 CFM_IMPRINT;
- I4 CFM_DISABLED;
- I4 CFM_REVISED;
- I4 CFM_BACKCOLOR;
- I4 CFM_LCID;
- I4 CFM_UNDERLINETYPE;
- I4 CFM_WEIGHT;
- I4 CFM_SPACING;
- I4 CFM_KERNING;
- I4 CFM_STYLE;
- I4 CFM_ANIMATION;
- I4 CFM_REVAUTHOR;
- I4 CFE_SUBSCRIPT;
- I4 CFE_SUPERSCRIPT;
- I4 CFM_SUBSCRIPT;
- I4 CFM_SUPERSCRIPT;
- I4 CFM_EFFECTS2;
- I4 CFM_ALL2;
- I4 CFE_SMALLCAPS;
- I4 CFE_ALLCAPS;
- I4 CFE_HIDDEN;
- I4 CFE_OUTLINE;
- I4 CFE_SHADOW;
- I4 CFE_EMBOSS;
- I4 CFE_IMPRINT;
- I4 CFE_DISABLED;
- I4 CFE_REVISED;
- I4 CFE_AUTOBACKCOLOR;
- I4 CFU_CF1UNDERLINE;
- I4 CFU_INVERT;
- I4 CFU_UNDERLINEDOTTED;
- I4 CFU_UNDERLINEDOUBLE;
- I4 CFU_UNDERLINEWORD;
- I4 CFU_UNDERLINE;
- I4 CFU_UNDERLINENONE;
- I4 PFM_SPACEBEFORE;
- I4 PFM_SPACEAFTER;
- I4 PFM_LINESPACING;
- I4 PFM_STYLE;
- I4 PFM_BORDER;
- I4 PFM_SHADING;
- I4 PFM_NUMBERINGSTYLE;
- I4 PFM_NUMBERINGTAB;
- I4 PFM_NUMBERINGSTART;
- I4 PFM_RTLPARA;
- I4 PFM_KEEP;
- I4 PFM_KEEPNEXT;
- I4 PFM_PAGEBREAKBEFORE;
- I4 PFM_NOLINENUMBER;
- I4 PFM_NOWIDOWCONTROL;
- I4 PFM_DONOTHYPHEN;
- I4 PFM_SIDEBYSIDE;
- I4 PFM_TABLE;
- I4 PFM_EFFECTS;
- I4 PFM_ALL2;
- I4 PFE_RTLPARA;
- I4 PFE_KEEP;
- I4 PFE_KEEPNEXT;
- I4 PFE_PAGEBREAKBEFORE;
- I4 PFE_NOLINENUMBER;
- I4 PFE_NOWIDOWCONTROL;
- I4 PFE_DONOTHYPHEN;
- I4 PFE_SIDEBYSIDE;
- I4 PFE_TABLEROW;
- I4 PFE_TABLECELLEND;
- I4 PFE_TABLECELL;
- I4 PFA_JUSTIFY;
- I4 SEL_EMPTY;
- I4 SEL_TEXT;
- I4 SEL_OBJECT;
- I4 SEL_MULTICHAR;
- I4 SEL_MULTIOBJECT;
- I4 GCM_RIGHTMOUSEDROP;
- I4 OLEOP_DOVERB;
- String CF_RTF;
- String CF_RTFNOOBJS;
- String CF_RETEXTOBJ;
- I4 UID_UNKNOWN;
- I4 UID_TYPING;
- I4 UID_DELETE;
- I4 UID_DRAGDROP;
- I4 UID_CUT;
- I4 UID_PASTE;
- I4 GT_DEFAULT;
- I4 GT_USECRLF;
- I4 GTL_DEFAULT;
- I4 GTL_USECRLF;
- I4 GTL_PRECISE;
- I4 GTL_CLOSE;
- I4 GTL_NUMCHARS;
- I4 GTL_NUMBYTES;
- I4 FR_DOWN;
- I4 FR_WHOLEWORD;
- I4 FR_MATCHCASE;
- Char WCH_EMBEDDING;
- Void System.Windows.Forms.RichTextBoxConstants();
- Void System.Windows.Forms.RichTextBoxConstants();
- }
- class System.Windows.Forms.RichTextBoxFinds : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.RichTextBoxFinds None;
- ValueClass System.Windows.Forms.RichTextBoxFinds WholeWord;
- ValueClass System.Windows.Forms.RichTextBoxFinds MatchCase;
- ValueClass System.Windows.Forms.RichTextBoxFinds NoHighlight;
- ValueClass System.Windows.Forms.RichTextBoxFinds Reverse;
- }
- class System.Windows.Forms.RichTextBoxScrollBars : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.RichTextBoxScrollBars None;
- ValueClass System.Windows.Forms.RichTextBoxScrollBars Horizontal;
- ValueClass System.Windows.Forms.RichTextBoxScrollBars Vertical;
- ValueClass System.Windows.Forms.RichTextBoxScrollBars Both;
- ValueClass System.Windows.Forms.RichTextBoxScrollBars ForcedHorizontal;
- ValueClass System.Windows.Forms.RichTextBoxScrollBars ForcedVertical;
- ValueClass System.Windows.Forms.RichTextBoxScrollBars ForcedBoth;
- }
- class System.Windows.Forms.RichTextBoxSelectionAttribute : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.RichTextBoxSelectionAttribute Mixed;
- ValueClass System.Windows.Forms.RichTextBoxSelectionAttribute None;
- ValueClass System.Windows.Forms.RichTextBoxSelectionAttribute All;
- }
- class System.Windows.Forms.RichTextBoxSelectionTypes : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.RichTextBoxSelectionTypes Empty;
- ValueClass System.Windows.Forms.RichTextBoxSelectionTypes Text;
- ValueClass System.Windows.Forms.RichTextBoxSelectionTypes Object;
- ValueClass System.Windows.Forms.RichTextBoxSelectionTypes MultiChar;
- ValueClass System.Windows.Forms.RichTextBoxSelectionTypes MultiObject;
- }
- class System.Windows.Forms.RichTextBoxStreamType : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.RichTextBoxStreamType RichText;
- ValueClass System.Windows.Forms.RichTextBoxStreamType PlainText;
- ValueClass System.Windows.Forms.RichTextBoxStreamType RichNoOleObjs;
- ValueClass System.Windows.Forms.RichTextBoxStreamType TextTextOleObjs;
- ValueClass System.Windows.Forms.RichTextBoxStreamType UnicodePlainText;
- }
- class System.Windows.Forms.RichTextBoxWordPunctuations : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.RichTextBoxWordPunctuations Level1;
- ValueClass System.Windows.Forms.RichTextBoxWordPunctuations Level2;
- ValueClass System.Windows.Forms.RichTextBoxWordPunctuations Custom;
- ValueClass System.Windows.Forms.RichTextBoxWordPunctuations All;
- }
- class System.Windows.Forms.RightToLeft : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.RightToLeft No;
- ValueClass System.Windows.Forms.RightToLeft Yes;
- ValueClass System.Windows.Forms.RightToLeft Inherit;
- }
- class System.Windows.Forms.SafeNativeMethods : System.Object
- {
- I GetPaletteEntries( I hpal, I4 iStartIndex, I4 nEntries, SZArray UI1 lppe);
- I GetSystemPaletteEntries( I hdc, I4 iStartIndex, I4 nEntries, SZArray UI1 lppe);
- I GetDIBits( I hdc, I hbm, I4 arg1, I4 arg2, I arg3, Class BITMAPINFOHEADER bmi, I4 arg5);
- I GetDIBits( I hdc, I hbm, I4 arg1, I4 arg2, I arg3, ByRef ValueClass BITMAPINFO_FLAT bmi, I4 arg5);
- I CreateCompatibleBitmap( I hDC, I4 width, I4 height);
- I CreateDIBSection( I hdc, ByRef ValueClass BITMAPINFO_FLAT bmi, I4 iUsage, ByRef I ppvBits, I hSection, I4 dwOffset);
- I4 IsAppThemed();
- Boolean GetScrollInfo( I hWnd, I4 fnBar, Class SCROLLINFO si);
- Boolean IsAccelerator( I hAccel, I4 cAccelEntries, ByRef ValueClass MSG lpMsg, SZArray I2 lpwCmd);
- Boolean ChooseFont( Class CHOOSEFONT cf);
- I4 GetBitmapBits( I hbmp, I4 cbBuffer, SZArray UI1 lpvBits);
- I4 CommDlgExtendedError();
- Void SysFreeString( I bstr);
- I4 RegisterTypeLib( Class System.Runtime.InteropServices.UCOMITypeLib typelib, String path, String helpPath);
- Void OleCreatePropertyFrame( I hwndOwner, I4 x, I4 y, String caption, I4 objects, ByRef Object pobjs, I4 pages, I pClsid, I4 locale, I4 reserved1 reserved2);
- Void OleCreatePropertyFrame( I hwndOwner, I4 x, I4 y, String caption, I4 objects, ByRef Object pobjs, I4 pages, SZArray ValueClass System.Guid pClsid, I4 locale, I4 reserved1 reserved2);
- Void OleCreatePropertyFrame( I hwndOwner, I4 x, I4 y, String caption, I4 objects, I lplpobjs, I4 pages, I pClsid, I4 locale, I4 reserved1 reserved2);
- I4 HtmlHelp( I hwndCaller, String pszFile, I4 uCommand, I4 dwData);
- I4 HtmlHelp( I hwndCaller, String pszFile, I4 uCommand, String dwData);
- I4 HtmlHelp( I hwndCaller, String pszFile, I4 uCommand, Class HH_POPUP dwData);
- I4 HtmlHelp( I hwndCaller, String pszFile, I4 uCommand, Class HH_FTS_QUERY dwData);
- I4 HtmlHelp( I hwndCaller, String pszFile, I4 uCommand, Class HH_AKLINK dwData);
- Void VariantInit( I pObject);
- Void VariantClear( I pObject);
- Boolean ExtTextOut( I hdc, I4 x, I4 y, I4 options, ByRef ValueClass RECT rect, String str, I4 length, SZArray I4 spacing);
- Boolean LineTo( I hdc, I4 x, I4 y);
- Boolean MoveToEx( I hdc, I4 x, I4 y, Class POINT pt);
- Boolean Rectangle( I hdc, I4 left, I4 top, I4 right, I4 bottom);
- I SelectObject( I hdc, I4 obj);
- Boolean PatBlt( I hdc, I4 left, I4 top, I4 width, I4 height, I4 rop);
- I4 GetUserDefaultLCID();
- I4 GetThreadLCID();
- I4 GetMessagePos();
- I IntCreatePalette( Class LOGPALETTE lplgpl);
- I CreatePalette( Class LOGPALETTE lplgpl);
- I IntCreatePalette( I ptrlgpl);
- I CreatePalette( I ptrlgpl);
- I4 RegisterClipboardFormat( String format);
- I4 GetClipboardFormatName( I4 format, Class System.Text.StringBuilder lpString, I4 cchMax);
- Boolean ChooseColor( Class CHOOSECOLOR cc);
- I4 RegisterWindowMessage( String msg);
- Boolean ExternalDeleteObject( I hObject);
- Boolean IntDeleteObject( I hObject);
- Boolean DeleteObject( I hObject);
- Class IFont OleCreateIFontIndirect( Class FONTDESC fd, ByRef ValueClass System.Guid iid);
- Class IFontDisp OleCreateIFontDispIndirect( Class FONTDESC fd, ByRef ValueClass System.Guid iid);
- Class IPicture OleCreateIPictureIndirect( Object pictdesc, ByRef ValueClass System.Guid iid, Boolean fOwn);
- Class IPictureDisp OleCreateIPictureDispIndirect( Object pictdesc, ByRef ValueClass System.Guid iid, Boolean fOwn);
- I IntCreateSolidBrush( I4 crColor);
- I CreateSolidBrush( I4 crColor);
- Boolean SetWindowExtEx( I hDC, I4 x, I4 y, Class SIZE size);
- I4 LoadTypeLib( String file, ByRef Class System.Runtime.InteropServices.UCOMITypeLib typelib);
- I4 FormatMessage( I4 dwFlags, I lpSource, I4 dwMessageId, I4 dwLanguageId, Class System.Text.StringBuilder lpBuffer, I4 nSize, I arguments);
- Class IPicture OleLoadPicture( Class IStream pStream, I4 lSize, Boolean fRunmode, ByRef ValueClass System.Guid refiid);
- Class IPicture OleCreatePictureIndirect( Class PICTDESC pictdesc, ByRef ValueClass System.Guid refiid, Boolean fOwn);
- Class IFont OleCreateFontIndirect( Class tagFONTDESC fontdesc, ByRef ValueClass System.Guid refiid);
- I4 CreateStdAccessibleObject( I hWnd, I4 objID, ByRef ValueClass System.Guid refiid, ByRef Object pAcc);
- Void InitCommonControls();
- Boolean InitCommonControlsEx( Class INITCOMMONCONTROLSEX icc);
- I ImageList_Create( I4 cx, I4 cy, I4 flags, I4 cInitial, I4 cGrow);
- Boolean ImageList_Destroy( I himl);
- I4 ImageList_GetImageCount( I himl);
- I4 ImageList_Add( I himl, I hbmImage, I hbmMask);
- I4 ImageList_ReplaceIcon( I himl, I4 index, I hicon);
- I4 ImageList_SetBkColor( I himl, I4 clrBk);
- Boolean ImageList_Draw( I himl, I4 i, I hdcDst, I4 x, I4 y, I4 fStyle);
- Boolean ImageList_Replace( I himl, I4 i, I hbmImage, I hbmMask);
- Boolean ImageList_DrawEx( I himl, I4 i, I hdcDst, I4 x, I4 y, I4 dx, I4 dy, I4 rgbBk, I4 rgbFg, I4 fStyle);
- Boolean ImageList_DrawIndirect( Class IMAGELISTDRAWPARAMS pimldp);
- Boolean ImageList_Remove( I himl, I4 i);
- Boolean ImageList_GetImageInfo( I himl, I4 i, Class IMAGEINFO pImageInfo);
- I ImageList_Read( Class IStream pstm);
- Boolean ImageList_Write( I himl, Class IStream pstm);
- Boolean TrackPopupMenuEx( I hmenu, I4 fuFlags, I4 x, I4 y, I hwnd, Class TPMPARAMS tpm);
- I GetKeyboardLayout( I4 dwLayout);
- I ActivateKeyboardLayout( I hkl, I4 uFlags);
- I4 GetKeyboardLayoutList( I4 size, SZArray I4 hkls);
- Boolean GetMonitorInfo( I hmonitor, Class MONITORINFOEX info);
- I MonitorFromPoint( I4 x, I4 y, I4 flags);
- I MonitorFromRect( ByRef ValueClass RECT rect, I4 flags);
- I MonitorFromWindow( I handle, I4 flags);
- Boolean EnumDisplayMonitors( I hdc, ByRef ValueClass RECT rcClip, Class MonitorEnumProc lpfnEnum, I dwData);
- Boolean EnumDisplayMonitors( I hdc, Class COMRECT rcClip, Class MonitorEnumProc lpfnEnum, I dwData);
- I IntCreateHalftonePalette( I hdc);
- I CreateHalftonePalette( I hdc);
- I4 GetPaletteEntries( I hpal, I4 iStartIndex, I4 nEntries, SZArray I4 lppe);
- I4 GetPaletteEntries( I hpal, I4 iStartIndex, I4 nEntries, I lppe);
- Boolean GetTextMetrics( I hdc, Class TEXTMETRIC tm);
- I IntCreateDIBSection( I hdc, Class BITMAPINFO bmi, I4 iUsage, ByRef I ppvBits, I hSection, I4 dwOffset);
- I CreateDIBSection( I hdc, Class BITMAPINFO bmi, I4 iUsage, ByRef I ppvBits, I hSection, I4 dwOffset);
- I IntCreateBitmap( I4 nWidth, I4 nHeight, I4 nPlanes, I4 nBitsPerPixel, SZArray I4 lpvBits);
- I CreateBitmap( I4 nWidth, I4 nHeight, I4 nPlanes, I4 nBitsPerPixel, SZArray I4 lpvBits);
- I IntCreateDIBSection( I hdc, I pbmi, I4 iUsage, SZArray UI1 ppvBits, I hSection, I4 dwOffset);
- I CreateDIBSection( I hdc, I pbmi, I4 iUsage, SZArray UI1 ppvBits, I hSection, I4 dwOffset);
- I IntCreateDIBSection( I hdc, I pbmi, I4 iUsage, SZArray I4 ppvBits, I hSection, I4 dwOffset);
- I CreateDIBSection( I hdc, I pbmi, I4 iUsage, SZArray I4 ppvBits, I hSection, I4 dwOffset);
- I IntCreateBitmap( I4 nWidth, I4 nHeight, I4 nPlanes, I4 nBitsPerPixel, SZArray I2 lpvBits);
- I CreateBitmap( I4 nWidth, I4 nHeight, I4 nPlanes, I4 nBitsPerPixel, SZArray I2 lpvBits);
- I IntCreateBitmap( I4 nWidth, I4 nHeight, I4 nPlanes, I4 nBitsPerPixel, SZArray UI1 lpvBits);
- I CreateBitmap( I4 nWidth, I4 nHeight, I4 nPlanes, I4 nBitsPerPixel, SZArray UI1 lpvBits);
- I IntCreatePatternBrush( I hbmp);
- I CreatePatternBrush( I hbmp);
- I4 GetTextExtentPoint32( I hDC, String str, I4 len, Class SIZE size);
- I IntCreateBrushIndirect( Class LOGBRUSH lb);
- I CreateBrushIndirect( Class LOGBRUSH lb);
- I IntCreatePen( I4 nStyle, I4 nWidth, I4 crColor);
- I CreatePen( I4 nStyle, I4 nWidth, I4 crColor);
- Boolean SetViewportExtEx( I hDC, I4 x, I4 y, Class SIZE size);
- I LoadCursor( I hInst, I4 iconId);
- Boolean GetClipCursor( ByRef ValueClass RECT lpRect);
- I GetCursor();
- I4 IntersectClipRect( I hDC, I4 x1, I4 y1, I4 x2, I4 y2);
- I IntCopyImage( I hImage, I4 uType, I4 cxDesired, I4 cyDesired, I4 fuFlags);
- I CopyImage( I hImage, I4 uType, I4 cxDesired, I4 cyDesired, I4 fuFlags);
- Boolean AdjustWindowRectEx( ByRef ValueClass RECT lpRect, I4 dwStyle, Boolean bMenu, I4 dwExStyle);
- I4 GetACP();
- I4 DoDragDrop( Class IOleDataObject dataObject, Class IOleDropSource dropSource, I4 allowedEffects, SZArray I4 finalEffect);
- I GetSysColorBrush( I4 nIndex);
- Boolean EnableWindow( I hWnd, Boolean enable);
- Boolean GetClientRect( I hWnd, ByRef ValueClass RECT rect);
- I4 GetDoubleClickTime();
- I4 GetLastError();
- I4 FillRect( I hdc, ByRef ValueClass RECT rect, I hbrush);
- I4 SetTextColor( I hDC, I4 crColor);
- I4 SetBkColor( I hDC, I4 clr);
- I SelectPalette( I hdc, I hpal, I4 bForceBackground);
- Boolean SetViewportOrgEx( I hDC, I4 x, I4 y, Class POINT point);
- I IntCreateRectRgn( I4 x1, I4 y1, I4 x2, I4 y2);
- I CreateRectRgn( I4 x1, I4 y1, I4 x2, I4 y2);
- I4 CombineRgn( I hRgn, I hRgn1, I hRgn2, I4 nCombineMode);
- I4 RealizePalette( I hDC);
- Boolean LPtoDP( I hDC, Class POINT lpPoint, I4 nCount);
- Boolean LPtoDP( I hDC, I4 lpPoints, I4 nCount);
- Boolean LPtoDP( I hDC, Class SIZE lpSize, I4 nCount);
- Boolean LPtoDP( I hDC, ByRef ValueClass RECT lpRect, I4 nCount);
- Boolean DPtoLP( I hDC, ByRef ValueClass RECT lpRect, I4 nCount);
- Boolean SetWindowOrgEx( I hDC, I4 x, I4 y, Class POINT point);
- Boolean GetWindowExtEx( I hDC, Class SIZE s);
- Boolean GetViewportExtEx( I hDC, Class SIZE s);
- I4 SetMapMode( I hDC, I4 nMapMode);
- Boolean IsWindowEnabled( I hWnd);
- Boolean IsWindowVisible( I hWnd);
- Boolean ReleaseCapture();
- I4 GetCurrentThreadId();
- I4 GetWindowThreadProcessId( I hWnd, ByRef I4 lpdwProcessId);
- Boolean ShowWindow( I hWnd, I4 nCmdShow);
- Boolean SetWindowPos( I hWnd, I hWndInsertAfter, I4 x, I4 y, I4 cx, I4 cy, I4 flags);
- I4 GetWindowTextLength( I hWnd);
- Boolean _TrackMouseEvent( Class TRACKMOUSEEVENT tme);
- Boolean TrackMouseEvent( Class TRACKMOUSEEVENT tme);
- Boolean RedrawWindow( I hwnd, ByRef ValueClass RECT rcUpdate, I hrgnUpdate, I4 flags);
- Boolean RedrawWindow( I hwnd, Class COMRECT rcUpdate, I hrgnUpdate, I4 flags);
- Boolean InvalidateRect( I hWnd, ByRef ValueClass RECT rect, Boolean erase);
- Boolean InvalidateRect( I hWnd, Class COMRECT rect, Boolean erase);
- Boolean InvalidateRgn( I hWnd, I hrgn, Boolean erase);
- Boolean UpdateWindow( I hWnd);
- I4 GetCurrentProcessId();
- Boolean ScrollWindowEx( I hWnd, I4 nXAmount, I4 nYAmount, ByRef ValueClass RECT rectScrollRegion, ByRef ValueClass RECT rectClip, I hrgnUpdate, ByRef ValueClass RECT prcUpdate, I4 flags);
- Boolean ScrollWindowEx( I hWnd, I4 nXAmount, I4 nYAmount, Class COMRECT rectScrollRegion, ByRef ValueClass RECT rectClip, I hrgnUpdate, ByRef ValueClass RECT prcUpdate, I4 flags);
- I4 GetThreadLocale();
- Boolean MessageBeep( I4 type);
- Boolean DrawMenuBar( I hWnd);
- Boolean IsChild( I parent, I child);
- I SetTimer( I hWnd, I4 nIDEvent, I4 uElapse, Class TimerProc lpTimerFunc);
- Boolean KillTimer( I hwnd, I4 idEvent);
- I4 MessageBox( I hWnd, String text, String caption, I4 type);
- I SelectObject( I hDC, I hObject);
- I4 GetRegionData( I hRgn, I4 size, SZArray UI1 data);
- I4 GetTickCount();
- Boolean ScrollWindow( I hWnd, I4 nXAmount, I4 nYAmount, ByRef ValueClass RECT rectScrollRegion, ByRef ValueClass RECT rectClip);
- I GetCurrentProcess();
- I GetCurrentThread();
- Boolean SetThreadLocale( I4 Locale);
- Boolean IsWindowUnicode( I hWnd);
- Boolean DrawEdge( I hDC, ByRef ValueClass RECT rect, I4 edge, I4 flags);
- Boolean DrawFrameControl( I hDC, ByRef ValueClass RECT rect, I4 type, I4 state);
- I4 SelectClipRgn( I hDC, I hRgn);
- I4 SetROP2( I hDC, I4 nDrawMode);
- Boolean DrawIcon( I hDC, I4 x, I4 y, I hIcon);
- Boolean DrawIconEx( I hDC, I4 x, I4 y, I hIcon, I4 width, I4 height, I4 iStepIfAniCursor, I hBrushFlickerFree, I4 diFlags);
- I4 SetBkMode( I hDC, I4 nBkMode);
- I4 DrawText( I hDC, String lpszString, I4 nCount, ByRef ValueClass RECT lpRect, I4 nFormat);
- I4 DrawText( I hDC, SZArray UI1 lpszString, I4 byteCount, ByRef ValueClass RECT lpRect, I4 nFormat);
- Boolean BitBlt( I hDC, I4 x, I4 y, I4 nWidth, I4 nHeight, I hSrcDC, I4 xSrc, I4 ySrc, I4 dwRop);
- I4 RGBToCOLORREF( I4 rgbValue);
- Void System.Windows.Forms.SafeNativeMethods();
- }
- interface IPicture :
- {
- I GetHandle();
- I GetHPal();
- I2 GetPictureType( );
- I4 GetWidth();
- I4 GetHeight();
- Void Render( I hDC, I4 x, I4 y, I4 cx, I4 cy, I4 xSrc, I4 ySrc, I4 cxSrc, I4 cySrc, I rcBounds);
- Void SetHPal( I phpal);
- I GetCurDC();
- Void SelectPicture( I hdcIn, SZArray I phdcOut, SZArray I phbmpOut);
- Boolean GetKeepOriginalFormat( );
- Void SetKeepOriginalFormat( Boolean pfkeep);
- Void PictureChanged();
- I4 SaveAsFile( Class IStream pstm, I4 fSaveMemCopy, ByRef I4 pcbSize);
- I4 GetAttributes();
- }
- interface IFont :
- {
- String GetName( );
- Void SetName( String pname);
- I8 GetSize( );
- Void SetSize( I8 psize);
- Boolean GetBold( );
- Void SetBold( Boolean pbold);
- Boolean GetItalic( );
- Void SetItalic( Boolean pitalic);
- Boolean GetUnderline( );
- Void SetUnderline( Boolean punderline);
- Boolean GetStrikethrough( );
- Void SetStrikethrough( Boolean pstrikethrough);
- I2 GetWeight( );
- Void SetWeight( I2 pweight);
- I2 GetCharset( );
- Void SetCharset( I2 pcharset);
- I GetHFont();
- Void Clone( ByRef Class IFont ppfont);
- I4 IsEqual( Class IFont pfontOther);
- Void SetRatio( I4 cyLogical, I4 cyHimetric);
- Void QueryTextMetrics( ByRef I ptm);
- Void AddRefHfont( I hFont);
- Void ReleaseHfont( I hFont);
- Void SetHdc( I hdc);
- }
- interface IFontDisp :
- {
- String get_Name();
- Void set_Name( String value);
- I8 get_Size();
- Void set_Size( I8 value);
- Boolean get_Bold();
- Void set_Bold( Boolean value);
- Boolean get_Italic();
- Void set_Italic( Boolean value);
- Boolean get_Underline();
- Void set_Underline( Boolean value);
- Boolean get_Strikethrough();
- Void set_Strikethrough( Boolean value);
- I2 get_Weight();
- Void set_Weight( I2 value);
- I2 get_Charset();
- Void set_Charset( I2 value);
- property Name { get(){} set(){} };
- property Size { get(){} set(){} };
- property Bold { get(){} set(){} };
- property Italic { get(){} set(){} };
- property Underline { get(){} set(){} };
- property Strikethrough { get(){} set(){} };
- property Weight { get(){} set(){} };
- property Charset { get(){} set(){} };
- }
- interface IPictureDisp :
- {
- I get_Handle();
- I get_HPal();
- I2 get_PictureType();
- I4 get_Width();
- I4 get_Height();
- Void Render( I hdc, I4 x, I4 y, I4 cx, I4 cy, I4 xSrc, I4 ySrc, I4 cxSrc, I4 cySrc);
- property Handle { get(){} set(){} };
- property HPal { get(){} set(){} };
- property PictureType { get(){} set(){} };
- property Width { get(){} set(){} };
- property Height { get(){} set(){} };
- }
- class System.Windows.Forms.SaveFileDialog : System.Windows.Forms.FileDialog
- {
- Boolean get_CreatePrompt();
- Void set_CreatePrompt( Boolean value);
- Boolean get_OverwritePrompt();
- Void set_OverwritePrompt( Boolean value);
- Class System.IO.Stream OpenFile();
- Boolean PromptFileCreate( String fileName);
- Boolean PromptFileOverwrite( String fileName);
- Boolean PromptUserIfAppropriate( String fileName);
- Void Reset();
- Boolean RunFileDialog( Class OPENFILENAME_I ofn);
- Void System.Windows.Forms.SaveFileDialog();
- property CreatePrompt { get(){} set(){} };
- property OverwritePrompt { get(){} set(){} };
- }
- class System.Windows.Forms.Screen : System.Object
- {
- I4 PRIMARY_MONITOR;
- I4 MONITOR_DEFAULTTONULL;
- I4 MONITOR_DEFAULTTOPRIMARY;
- I4 MONITOR_DEFAULTTONEAREST;
- I4 MONITORINFOF_PRIMARY;
- I hmonitor;
- ValueClass System.Drawing.Rectangle bounds;
- ValueClass System.Drawing.Rectangle workingArea;
- Boolean primary;
- String deviceName;
- I4 bitDepth;
- Boolean multiMonitorSupport;
- SZArray Class System.Windows.Forms.Screen screens;
- Void System.Windows.Forms.Screen( I monitor);
- Void System.Windows.Forms.Screen( I monitor, I hdc);
- SZArray Class System.Windows.Forms.Screen get_AllScreens();
- I4 get_BitDepth();
- ValueClass System.Drawing.Rectangle get_Bounds();
- String get_DeviceName();
- Boolean get_Primary();
- Class System.Windows.Forms.Screen get_PrimaryScreen();
- ValueClass System.Drawing.Rectangle get_WorkingArea();
- Boolean Equals( Object obj);
- Class System.Windows.Forms.Screen FromPoint( ValueClass System.Drawing.Point point);
- Class System.Windows.Forms.Screen FromRectangle( ValueClass System.Drawing.Rectangle rect);
- Class System.Windows.Forms.Screen FromControl( Class System.Windows.Forms.Control control);
- Class System.Windows.Forms.Screen FromHandle( I hwnd);
- Class System.Windows.Forms.Screen FromHandleInternal( I hwnd);
- ValueClass System.Drawing.Rectangle GetWorkingArea( ValueClass System.Drawing.Point pt);
- ValueClass System.Drawing.Rectangle GetWorkingArea( ValueClass System.Drawing.Rectangle rect);
- ValueClass System.Drawing.Rectangle GetWorkingArea( Class System.Windows.Forms.Control ctl);
- ValueClass System.Drawing.Rectangle GetBounds( ValueClass System.Drawing.Point pt);
- ValueClass System.Drawing.Rectangle GetBounds( ValueClass System.Drawing.Rectangle rect);
- ValueClass System.Drawing.Rectangle GetBounds( Class System.Windows.Forms.Control ctl);
- I4 GetHashCode();
- Void OnDisplaySettingsChanged( Object sender, Class System.EventArgs e);
- String ToString();
- Void System.Windows.Forms.Screen();
- property AllScreens { get(){} set(){} };
- property BitDepth { get(){} set(){} };
- property Bounds { get(){} set(){} };
- property DeviceName { get(){} set(){} };
- property Primary { get(){} set(){} };
- property PrimaryScreen { get(){} set(){} };
- property WorkingArea { get(){} set(){} };
- }
- class MonitorEnumCallback : System.Object
- {
- Class System.Collections.ArrayList screens;
- Boolean Callback( I monitor, I hdc, I lprcMonitor, I lparam);
- Void MonitorEnumCallback();
- }
- class System.Windows.Forms.ThreadExceptionDialog : System.Windows.Forms.Form
- {
- I4 MAXWIDTH;
- I4 MAXHEIGHT;
- Class System.Windows.Forms.PictureBox pictureBox;
- Class System.Windows.Forms.Label message;
- Class System.Windows.Forms.Button continueButton;
- Class System.Windows.Forms.Button quitButton;
- Class System.Windows.Forms.Button detailsButton;
- Class System.Windows.Forms.Button helpButton;
- Class System.Windows.Forms.TextBox details;
- Class System.Drawing.Bitmap expandImage;
- Class System.Drawing.Bitmap collapseImage;
- Boolean detailsVisible;
- Void System.Windows.Forms.ThreadExceptionDialog( Class System.Exception t);
- Void DetailsClick( Object sender, Class System.EventArgs eventargs);
- String Trim( String s);
- }
- class System.Windows.Forms.ScrollBars : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.ScrollBars None;
- ValueClass System.Windows.Forms.ScrollBars Horizontal;
- ValueClass System.Windows.Forms.ScrollBars Vertical;
- ValueClass System.Windows.Forms.ScrollBars Both;
- }
- class System.Windows.Forms.ScrollButton : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.ScrollButton Down;
- ValueClass System.Windows.Forms.ScrollButton Left;
- ValueClass System.Windows.Forms.ScrollButton Right;
- ValueClass System.Windows.Forms.ScrollButton Up;
- ValueClass System.Windows.Forms.ScrollButton Min;
- ValueClass System.Windows.Forms.ScrollButton Max;
- }
- class System.Windows.Forms.ScrollEventArgs : System.EventArgs
- {
- ValueClass System.Windows.Forms.ScrollEventType type;
- I4 newValue;
- Void System.Windows.Forms.ScrollEventArgs( ValueClass System.Windows.Forms.ScrollEventType type, I4 newValue);
- ValueClass System.Windows.Forms.ScrollEventType get_Type();
- I4 get_NewValue();
- Void set_NewValue( I4 value);
- property Type { get(){} set(){} };
- property NewValue { get(){} set(){} };
- }
- class System.Windows.Forms.ScrollEventHandler : System.MulticastDelegate
- {
- Void System.Windows.Forms.ScrollEventHandler( Object object, I method);
- Void Invoke( Object sender, Class System.Windows.Forms.ScrollEventArgs e);
- Class System.IAsyncResult BeginInvoke( Object sender, Class System.Windows.Forms.ScrollEventArgs e, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class System.Windows.Forms.ScrollEventType : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.ScrollEventType SmallDecrement;
- ValueClass System.Windows.Forms.ScrollEventType SmallIncrement;
- ValueClass System.Windows.Forms.ScrollEventType LargeDecrement;
- ValueClass System.Windows.Forms.ScrollEventType LargeIncrement;
- ValueClass System.Windows.Forms.ScrollEventType ThumbPosition;
- ValueClass System.Windows.Forms.ScrollEventType ThumbTrack;
- ValueClass System.Windows.Forms.ScrollEventType First;
- ValueClass System.Windows.Forms.ScrollEventType Last;
- ValueClass System.Windows.Forms.ScrollEventType EndScroll;
- }
- class System.Windows.Forms.SecurityIDType : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.SecurityIDType User;
- ValueClass System.Windows.Forms.SecurityIDType Group;
- ValueClass System.Windows.Forms.SecurityIDType Domain;
- ValueClass System.Windows.Forms.SecurityIDType Alias;
- ValueClass System.Windows.Forms.SecurityIDType WellKnownGroup;
- ValueClass System.Windows.Forms.SecurityIDType DeletedAccount;
- ValueClass System.Windows.Forms.SecurityIDType Invalid;
- ValueClass System.Windows.Forms.SecurityIDType Unknown;
- ValueClass System.Windows.Forms.SecurityIDType Computer;
- }
- class System.Windows.Forms.SelectedGridItemChangedEventArgs : System.EventArgs
- {
- Class System.Windows.Forms.GridItem oldSelection;
- Class System.Windows.Forms.GridItem newSelection;
- Void System.Windows.Forms.SelectedGridItemChangedEventArgs( Class System.Windows.Forms.GridItem oldSel, Class System.Windows.Forms.GridItem newSel);
- Class System.Windows.Forms.GridItem get_NewSelection();
- Class System.Windows.Forms.GridItem get_OldSelection();
- property NewSelection { get(){} set(){} };
- property OldSelection { get(){} set(){} };
- }
- class System.Windows.Forms.SelectedGridItemChangedEventHandler : System.MulticastDelegate
- {
- Void System.Windows.Forms.SelectedGridItemChangedEventHandler( Object object, I method);
- Void Invoke( Object sender, Class System.Windows.Forms.SelectedGridItemChangedEventArgs e);
- Class System.IAsyncResult BeginInvoke( Object sender, Class System.Windows.Forms.SelectedGridItemChangedEventArgs e, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class System.Windows.Forms.SelectionMode : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.SelectionMode None;
- ValueClass System.Windows.Forms.SelectionMode One;
- ValueClass System.Windows.Forms.SelectionMode MultiSimple;
- ValueClass System.Windows.Forms.SelectionMode MultiExtended;
- }
- class System.Windows.Forms.SelectionRange : System.Object
- {
- ValueClass System.DateTime start;
- ValueClass System.DateTime end;
- Void System.Windows.Forms.SelectionRange();
- Void System.Windows.Forms.SelectionRange( ValueClass System.DateTime lower, ValueClass System.DateTime upper);
- Void System.Windows.Forms.SelectionRange( Class System.Windows.Forms.SelectionRange range);
- ValueClass System.DateTime get_End();
- Void set_End( ValueClass System.DateTime value);
- ValueClass System.DateTime get_Start();
- Void set_Start( ValueClass System.DateTime value);
- String ToString();
- property End { get(){} set(){} };
- property Start { get(){} set(){} };
- }
- class System.Windows.Forms.SelectionRangeConverter : System.ComponentModel.TypeConverter
- {
- Boolean CanConvertFrom( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Type sourceType);
- Boolean CanConvertTo( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Type destinationType);
- Object ConvertFrom( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Globalization.CultureInfo culture, Object value);
- Object ConvertTo( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Globalization.CultureInfo culture, Object value, Class System.Type destinationType);
- Object CreateInstance( Class System.ComponentModel.ITypeDescriptorContext context, Class System.Collections.IDictionary propertyValues);
- Boolean GetCreateInstanceSupported( Class System.ComponentModel.ITypeDescriptorContext context);
- Class System.ComponentModel.PropertyDescriptorCollection GetProperties( Class System.ComponentModel.ITypeDescriptorContext context, Object value, SZArray Class System.Attribute attributes);
- Boolean GetPropertiesSupported( Class System.ComponentModel.ITypeDescriptorContext context);
- Void System.Windows.Forms.SelectionRangeConverter();
- }
- class System.Windows.Forms.SendKeys : System.Object
- {
- I4 HAVESHIFT;
- I4 HAVECTRL;
- I4 HAVEALT;
- I4 UNKNOWN_GROUPING;
- I4 SHIFTKEYSCAN;
- I4 CTRLKEYSCAN;
- I4 ALTKEYSCAN;
- SZArray Class KeywordVk keywords;
- Boolean stopHook;
- I hhook;
- Class HookProc hook;
- Class System.Collections.Queue events;
- Boolean fStartNewChar;
- Class SKWindow messageWindow;
- Void System.Windows.Forms.SendKeys();
- Void System.Windows.Forms.SendKeys();
- Void AddEvent( Class SKEvent skevent);
- Boolean AddSimpleKey( Char character, I4 repeat, I hwnd, SZArray I4 haveKeys, Boolean fStartNewChar, I4 cGrp);
- Void AddMsgsForVK( I4 vk, I4 repeat, Boolean altnoctrldown, I hwnd);
- Void CancelMods( SZArray I4 haveKeys, I4 level, I hwnd);
- Void InstallHook();
- Void JournalCancel();
- SZArray UI1 GetKeyboardState();
- Void SetKeyboardState( SZArray UI1 keystate);
- Void ClearKeyboardState();
- I4 MatchKeyword( String keyword);
- Void OnThreadExit( Object sender, Class System.EventArgs e);
- Void ParseKeys( String keys, I hwnd);
- Void Send( String keys);
- Void Send( String keys, Class System.Windows.Forms.Control control);
- Void Send( String keys, Class System.Windows.Forms.Control control, Boolean wait);
- Void SendWait( String keys);
- Void SendWait( String keys, Class System.Windows.Forms.Control control);
- Void Flush();
- Void UninstallJournalingHook();
- }
- class SKWindow : System.Windows.Forms.Control
- {
- Void SKWindow();
- Void WndProc( ByRef ValueClass System.Windows.Forms.Message m);
- }
- class SKEvent : System.Object
- {
- I4 wm;
- I paramL;
- I paramH;
- I hwnd;
- Void SKEvent( I4 a, I4 b, Boolean c, I hwnd);
- Void SKEvent( I4 a, I4 b, I4 c, I hwnd);
- }
- class KeywordVk : System.Object
- {
- String keyword;
- I4 vk;
- Void KeywordVk( String key, I4 v);
- }
- class SendKeysHookProc : System.Object
- {
- I Callback( I4 code, I wparam, I lparam);
- Void SendKeysHookProc();
- }
- class System.Windows.Forms.Shortcut : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.Shortcut None;
- ValueClass System.Windows.Forms.Shortcut CtrlA;
- ValueClass System.Windows.Forms.Shortcut CtrlB;
- ValueClass System.Windows.Forms.Shortcut CtrlC;
- ValueClass System.Windows.Forms.Shortcut CtrlD;
- ValueClass System.Windows.Forms.Shortcut CtrlE;
- ValueClass System.Windows.Forms.Shortcut CtrlF;
- ValueClass System.Windows.Forms.Shortcut CtrlG;
- ValueClass System.Windows.Forms.Shortcut CtrlH;
- ValueClass System.Windows.Forms.Shortcut CtrlI;
- ValueClass System.Windows.Forms.Shortcut CtrlJ;
- ValueClass System.Windows.Forms.Shortcut CtrlK;
- ValueClass System.Windows.Forms.Shortcut CtrlL;
- ValueClass System.Windows.Forms.Shortcut CtrlM;
- ValueClass System.Windows.Forms.Shortcut CtrlN;
- ValueClass System.Windows.Forms.Shortcut CtrlO;
- ValueClass System.Windows.Forms.Shortcut CtrlP;
- ValueClass System.Windows.Forms.Shortcut CtrlQ;
- ValueClass System.Windows.Forms.Shortcut CtrlR;
- ValueClass System.Windows.Forms.Shortcut CtrlS;
- ValueClass System.Windows.Forms.Shortcut CtrlT;
- ValueClass System.Windows.Forms.Shortcut CtrlU;
- ValueClass System.Windows.Forms.Shortcut CtrlV;
- ValueClass System.Windows.Forms.Shortcut CtrlW;
- ValueClass System.Windows.Forms.Shortcut CtrlX;
- ValueClass System.Windows.Forms.Shortcut CtrlY;
- ValueClass System.Windows.Forms.Shortcut CtrlZ;
- ValueClass System.Windows.Forms.Shortcut CtrlShiftA;
- ValueClass System.Windows.Forms.Shortcut CtrlShiftB;
- ValueClass System.Windows.Forms.Shortcut CtrlShiftC;
- ValueClass System.Windows.Forms.Shortcut CtrlShiftD;
- ValueClass System.Windows.Forms.Shortcut CtrlShiftE;
- ValueClass System.Windows.Forms.Shortcut CtrlShiftF;
- ValueClass System.Windows.Forms.Shortcut CtrlShiftG;
- ValueClass System.Windows.Forms.Shortcut CtrlShiftH;
- ValueClass System.Windows.Forms.Shortcut CtrlShiftI;
- ValueClass System.Windows.Forms.Shortcut CtrlShiftJ;
- ValueClass System.Windows.Forms.Shortcut CtrlShiftK;
- ValueClass System.Windows.Forms.Shortcut CtrlShiftL;
- ValueClass System.Windows.Forms.Shortcut CtrlShiftM;
- ValueClass System.Windows.Forms.Shortcut CtrlShiftN;
- ValueClass System.Windows.Forms.Shortcut CtrlShiftO;
- ValueClass System.Windows.Forms.Shortcut CtrlShiftP;
- ValueClass System.Windows.Forms.Shortcut CtrlShiftQ;
- ValueClass System.Windows.Forms.Shortcut CtrlShiftR;
- ValueClass System.Windows.Forms.Shortcut CtrlShiftS;
- ValueClass System.Windows.Forms.Shortcut CtrlShiftT;
- ValueClass System.Windows.Forms.Shortcut CtrlShiftU;
- ValueClass System.Windows.Forms.Shortcut CtrlShiftV;
- ValueClass System.Windows.Forms.Shortcut CtrlShiftW;
- ValueClass System.Windows.Forms.Shortcut CtrlShiftX;
- ValueClass System.Windows.Forms.Shortcut CtrlShiftY;
- ValueClass System.Windows.Forms.Shortcut CtrlShiftZ;
- ValueClass System.Windows.Forms.Shortcut F1;
- ValueClass System.Windows.Forms.Shortcut F2;
- ValueClass System.Windows.Forms.Shortcut F3;
- ValueClass System.Windows.Forms.Shortcut F4;
- ValueClass System.Windows.Forms.Shortcut F5;
- ValueClass System.Windows.Forms.Shortcut F6;
- ValueClass System.Windows.Forms.Shortcut F7;
- ValueClass System.Windows.Forms.Shortcut F8;
- ValueClass System.Windows.Forms.Shortcut F9;
- ValueClass System.Windows.Forms.Shortcut F10;
- ValueClass System.Windows.Forms.Shortcut F11;
- ValueClass System.Windows.Forms.Shortcut F12;
- ValueClass System.Windows.Forms.Shortcut ShiftF1;
- ValueClass System.Windows.Forms.Shortcut ShiftF2;
- ValueClass System.Windows.Forms.Shortcut ShiftF3;
- ValueClass System.Windows.Forms.Shortcut ShiftF4;
- ValueClass System.Windows.Forms.Shortcut ShiftF5;
- ValueClass System.Windows.Forms.Shortcut ShiftF6;
- ValueClass System.Windows.Forms.Shortcut ShiftF7;
- ValueClass System.Windows.Forms.Shortcut ShiftF8;
- ValueClass System.Windows.Forms.Shortcut ShiftF9;
- ValueClass System.Windows.Forms.Shortcut ShiftF10;
- ValueClass System.Windows.Forms.Shortcut ShiftF11;
- ValueClass System.Windows.Forms.Shortcut ShiftF12;
- ValueClass System.Windows.Forms.Shortcut CtrlF1;
- ValueClass System.Windows.Forms.Shortcut CtrlF2;
- ValueClass System.Windows.Forms.Shortcut CtrlF3;
- ValueClass System.Windows.Forms.Shortcut CtrlF4;
- ValueClass System.Windows.Forms.Shortcut CtrlF5;
- ValueClass System.Windows.Forms.Shortcut CtrlF6;
- ValueClass System.Windows.Forms.Shortcut CtrlF7;
- ValueClass System.Windows.Forms.Shortcut CtrlF8;
- ValueClass System.Windows.Forms.Shortcut CtrlF9;
- ValueClass System.Windows.Forms.Shortcut CtrlF10;
- ValueClass System.Windows.Forms.Shortcut CtrlF11;
- ValueClass System.Windows.Forms.Shortcut CtrlF12;
- ValueClass System.Windows.Forms.Shortcut CtrlShiftF1;
- ValueClass System.Windows.Forms.Shortcut CtrlShiftF2;
- ValueClass System.Windows.Forms.Shortcut CtrlShiftF3;
- ValueClass System.Windows.Forms.Shortcut CtrlShiftF4;
- ValueClass System.Windows.Forms.Shortcut CtrlShiftF5;
- ValueClass System.Windows.Forms.Shortcut CtrlShiftF6;
- ValueClass System.Windows.Forms.Shortcut CtrlShiftF7;
- ValueClass System.Windows.Forms.Shortcut CtrlShiftF8;
- ValueClass System.Windows.Forms.Shortcut CtrlShiftF9;
- ValueClass System.Windows.Forms.Shortcut CtrlShiftF10;
- ValueClass System.Windows.Forms.Shortcut CtrlShiftF11;
- ValueClass System.Windows.Forms.Shortcut CtrlShiftF12;
- ValueClass System.Windows.Forms.Shortcut Ins;
- ValueClass System.Windows.Forms.Shortcut CtrlIns;
- ValueClass System.Windows.Forms.Shortcut ShiftIns;
- ValueClass System.Windows.Forms.Shortcut Del;
- ValueClass System.Windows.Forms.Shortcut CtrlDel;
- ValueClass System.Windows.Forms.Shortcut ShiftDel;
- ValueClass System.Windows.Forms.Shortcut AltBksp;
- ValueClass System.Windows.Forms.Shortcut AltF1;
- ValueClass System.Windows.Forms.Shortcut AltF2;
- ValueClass System.Windows.Forms.Shortcut AltF3;
- ValueClass System.Windows.Forms.Shortcut AltF4;
- ValueClass System.Windows.Forms.Shortcut AltF5;
- ValueClass System.Windows.Forms.Shortcut AltF6;
- ValueClass System.Windows.Forms.Shortcut AltF7;
- ValueClass System.Windows.Forms.Shortcut AltF8;
- ValueClass System.Windows.Forms.Shortcut AltF9;
- ValueClass System.Windows.Forms.Shortcut AltF10;
- ValueClass System.Windows.Forms.Shortcut AltF11;
- ValueClass System.Windows.Forms.Shortcut AltF12;
- ValueClass System.Windows.Forms.Shortcut Alt0;
- ValueClass System.Windows.Forms.Shortcut Alt1;
- ValueClass System.Windows.Forms.Shortcut Alt2;
- ValueClass System.Windows.Forms.Shortcut Alt3;
- ValueClass System.Windows.Forms.Shortcut Alt4;
- ValueClass System.Windows.Forms.Shortcut Alt5;
- ValueClass System.Windows.Forms.Shortcut Alt6;
- ValueClass System.Windows.Forms.Shortcut Alt7;
- ValueClass System.Windows.Forms.Shortcut Alt8;
- ValueClass System.Windows.Forms.Shortcut Alt9;
- ValueClass System.Windows.Forms.Shortcut Ctrl0;
- ValueClass System.Windows.Forms.Shortcut Ctrl1;
- ValueClass System.Windows.Forms.Shortcut Ctrl2;
- ValueClass System.Windows.Forms.Shortcut Ctrl3;
- ValueClass System.Windows.Forms.Shortcut Ctrl4;
- ValueClass System.Windows.Forms.Shortcut Ctrl5;
- ValueClass System.Windows.Forms.Shortcut Ctrl6;
- ValueClass System.Windows.Forms.Shortcut Ctrl7;
- ValueClass System.Windows.Forms.Shortcut Ctrl8;
- ValueClass System.Windows.Forms.Shortcut Ctrl9;
- ValueClass System.Windows.Forms.Shortcut CtrlShift0;
- ValueClass System.Windows.Forms.Shortcut CtrlShift1;
- ValueClass System.Windows.Forms.Shortcut CtrlShift2;
- ValueClass System.Windows.Forms.Shortcut CtrlShift3;
- ValueClass System.Windows.Forms.Shortcut CtrlShift4;
- ValueClass System.Windows.Forms.Shortcut CtrlShift5;
- ValueClass System.Windows.Forms.Shortcut CtrlShift6;
- ValueClass System.Windows.Forms.Shortcut CtrlShift7;
- ValueClass System.Windows.Forms.Shortcut CtrlShift8;
- ValueClass System.Windows.Forms.Shortcut CtrlShift9;
- }
- class System.Windows.Forms.SizeGripStyle : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.SizeGripStyle Auto;
- ValueClass System.Windows.Forms.SizeGripStyle Show;
- ValueClass System.Windows.Forms.SizeGripStyle Hide;
- }
- class System.Windows.Forms.SortOrder : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.SortOrder None;
- ValueClass System.Windows.Forms.SortOrder Ascending;
- ValueClass System.Windows.Forms.SortOrder Descending;
- }
- class System.Windows.Forms.VScrollBar : System.Windows.Forms.ScrollBar
- {
- Class System.Windows.Forms.CreateParams get_CreateParams();
- ValueClass System.Drawing.Size get_DefaultSize();
- ValueClass System.Windows.Forms.RightToLeft get_RightToLeft();
- Void set_RightToLeft( ValueClass System.Windows.Forms.RightToLeft value);
- Void System.Windows.Forms.VScrollBar();
- property CreateParams { get(){} set(){} };
- property DefaultSize { get(){} set(){} };
- property RightToLeft { get(){} set(){} };
- }
- class System.Windows.Forms.SplitterEventArgs : System.EventArgs
- {
- I4 x;
- I4 y;
- I4 splitX;
- I4 splitY;
- Void System.Windows.Forms.SplitterEventArgs( I4 x, I4 y, I4 splitX, I4 splitY);
- I4 get_X();
- I4 get_Y();
- I4 get_SplitX();
- Void set_SplitX( I4 value);
- I4 get_SplitY();
- Void set_SplitY( I4 value);
- property X { get(){} set(){} };
- property Y { get(){} set(){} };
- property SplitX { get(){} set(){} };
- property SplitY { get(){} set(){} };
- }
- class System.Windows.Forms.SplitterEventHandler : System.MulticastDelegate
- {
- Void System.Windows.Forms.SplitterEventHandler( Object object, I method);
- Void Invoke( Object sender, Class System.Windows.Forms.SplitterEventArgs e);
- Class System.IAsyncResult BeginInvoke( Object sender, Class System.Windows.Forms.SplitterEventArgs e, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class System.Windows.Forms.StatusBarDrawItemEventArgs : System.Windows.Forms.DrawItemEventArgs
- {
- Class System.Windows.Forms.StatusBarPanel panel;
- Void System.Windows.Forms.StatusBarDrawItemEventArgs( Class System.Drawing.Graphics g, Class System.Drawing.Font font, ValueClass System.Drawing.Rectangle r, I4 itemId, ValueClass System.Windows.Forms.DrawItemState itemState, Class System.Windows.Forms.StatusBarPanel panel);
- Class System.Windows.Forms.StatusBarPanel get_Panel();
- property Panel { get(){} set(){} };
- }
- class System.Windows.Forms.StatusBarDrawItemEventHandler : System.MulticastDelegate
- {
- Void System.Windows.Forms.StatusBarDrawItemEventHandler( Object object, I method);
- Void Invoke( Object sender, Class System.Windows.Forms.StatusBarDrawItemEventArgs sbdevent);
- Class System.IAsyncResult BeginInvoke( Object sender, Class System.Windows.Forms.StatusBarDrawItemEventArgs sbdevent, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class System.Windows.Forms.StatusBarPanel : System.ComponentModel.Component
- {
- I4 DEFAULTWIDTH;
- I4 DEFAULTMINWIDTH;
- I4 PANELTEXTINSET;
- I4 PANELGAP;
- String text;
- String toolTipText;
- Class System.Drawing.Icon icon;
- ValueClass System.Windows.Forms.HorizontalAlignment alignment;
- ValueClass System.Windows.Forms.StatusBarPanelBorderStyle borderStyle;
- ValueClass System.Windows.Forms.StatusBarPanelStyle style;
- Class System.Windows.Forms.StatusBar parent;
- I4 width;
- I4 right;
- I4 minWidth;
- I4 index;
- ValueClass System.Windows.Forms.StatusBarPanelAutoSize autoSize;
- Boolean initializing;
- Void System.Windows.Forms.StatusBarPanel();
- ValueClass System.Windows.Forms.HorizontalAlignment get_Alignment();
- Void set_Alignment( ValueClass System.Windows.Forms.HorizontalAlignment value);
- ValueClass System.Windows.Forms.StatusBarPanelAutoSize get_AutoSize();
- Void set_AutoSize( ValueClass System.Windows.Forms.StatusBarPanelAutoSize value);
- ValueClass System.Windows.Forms.StatusBarPanelBorderStyle get_BorderStyle();
- Void set_BorderStyle( ValueClass System.Windows.Forms.StatusBarPanelBorderStyle value);
- Boolean get_Created();
- Class System.Drawing.Icon get_Icon();
- Void set_Icon( Class System.Drawing.Icon value);
- I4 get_MinWidth();
- Void set_MinWidth( I4 value);
- Class System.Windows.Forms.StatusBar get_Parent();
- ValueClass System.Windows.Forms.StatusBarPanelStyle get_Style();
- Void set_Style( ValueClass System.Windows.Forms.StatusBarPanelStyle value);
- String get_Text();
- Void set_Text( String value);
- String get_ToolTipText();
- Void set_ToolTipText( String value);
- I4 get_Width();
- Void set_Width( I4 value);
- Void BeginInit();
- Void Dispose( Boolean disposing);
- Void EndInit();
- I4 GetContentsWidth( Boolean newPanel);
- I4 GetIndex();
- Void Realize();
- Void UpdateSize();
- Void ApplyContentSizing();
- String ToString();
- property Alignment { get(){} set(){} };
- property AutoSize { get(){} set(){} };
- property BorderStyle { get(){} set(){} };
- property Created { get(){} set(){} };
- property Icon { get(){} set(){} };
- property MinWidth { get(){} set(){} };
- property Parent { get(){} set(){} };
- property Style { get(){} set(){} };
- property Text { get(){} set(){} };
- property ToolTipText { get(){} set(){} };
- property Width { get(){} set(){} };
- }
- class System.Windows.Forms.StatusBarPanelAutoSize : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.StatusBarPanelAutoSize None;
- ValueClass System.Windows.Forms.StatusBarPanelAutoSize Spring;
- ValueClass System.Windows.Forms.StatusBarPanelAutoSize Contents;
- }
- class System.Windows.Forms.StatusBarPanelBorderStyle : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.StatusBarPanelBorderStyle None;
- ValueClass System.Windows.Forms.StatusBarPanelBorderStyle Raised;
- ValueClass System.Windows.Forms.StatusBarPanelBorderStyle Sunken;
- }
- class System.Windows.Forms.StatusBarPanelClickEventArgs : System.Windows.Forms.MouseEventArgs
- {
- Class System.Windows.Forms.StatusBarPanel statusBarPanel;
- Void System.Windows.Forms.StatusBarPanelClickEventArgs( Class System.Windows.Forms.StatusBarPanel statusBarPanel, ValueClass System.Windows.Forms.MouseButtons button, I4 clicks, I4 x, I4 y);
- Class System.Windows.Forms.StatusBarPanel get_StatusBarPanel();
- property StatusBarPanel { get(){} set(){} };
- }
- class System.Windows.Forms.StatusBarPanelClickEventHandler : System.MulticastDelegate
- {
- Void System.Windows.Forms.StatusBarPanelClickEventHandler( Object object, I method);
- Void Invoke( Object sender, Class System.Windows.Forms.StatusBarPanelClickEventArgs e);
- Class System.IAsyncResult BeginInvoke( Object sender, Class System.Windows.Forms.StatusBarPanelClickEventArgs e, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class System.Windows.Forms.StatusBarPanelStyle : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.StatusBarPanelStyle Text;
- ValueClass System.Windows.Forms.StatusBarPanelStyle OwnerDraw;
- }
- class System.Windows.Forms.StringSorter : System.Object
- {
- I4 IgnoreCase;
- I4 IgnoreKanaType;
- I4 IgnoreNonSpace;
- I4 IgnoreSymbols;
- I4 IgnoreWidth;
- I4 StringSort;
- I4 Descending;
- I4 CompareOptions;
- SZArray String keys;
- SZArray Object items;
- I4 lcid;
- I4 options;
- Boolean descending;
- Void System.Windows.Forms.StringSorter( Class System.Globalization.CultureInfo culture, SZArray String keys, SZArray Object items, I4 options);
- I4 ArrayLength( SZArray Object array);
- I4 Compare( String s1, String s2);
- I4 Compare( String s1, String s2, I4 options);
- I4 Compare( Class System.Globalization.CultureInfo culture, String s1, String s2, I4 options);
- I4 Compare( I4 lcid, String s1, String s2, I4 options);
- I4 CompareKeys( String s1, String s2);
- Void QuickSort( I4 left, I4 right);
- Void Sort( SZArray Object items);
- Void Sort( SZArray Object items, I4 index, I4 count);
- Void Sort( SZArray String keys, SZArray Object items);
- Void Sort( SZArray String keys, SZArray Object items, I4 index, I4 count);
- Void Sort( SZArray Object items, I4 options);
- Void Sort( SZArray Object items, I4 index, I4 count, I4 options);
- Void Sort( SZArray String keys, SZArray Object items, I4 options);
- Void Sort( SZArray String keys, SZArray Object items, I4 index, I4 count, I4 options);
- Void Sort( Class System.Globalization.CultureInfo culture, SZArray Object items, I4 options);
- Void Sort( Class System.Globalization.CultureInfo culture, SZArray Object items, I4 index, I4 count, I4 options);
- Void Sort( Class System.Globalization.CultureInfo culture, SZArray String keys, SZArray Object items, I4 options);
- Void Sort( Class System.Globalization.CultureInfo culture, SZArray String keys, SZArray Object items, I4 index, I4 count, I4 options);
- }
- class System.Windows.Forms.StructFormat : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.StructFormat Ansi;
- ValueClass System.Windows.Forms.StructFormat Unicode;
- ValueClass System.Windows.Forms.StructFormat Auto;
- }
- class System.Windows.Forms.SystemInformation : System.Object
- {
- I4 DefaultMouseWheelScrollLines;
- Boolean checkMultiMonitorSupport;
- Boolean multiMonitorSupport;
- Boolean checkNativeMouseWheelSupport;
- Boolean nativeMouseWheelSupport;
- Boolean highContrast;
- Boolean systemEventsAttached;
- Boolean systemEventsDirty;
- I processWinStation;
- Boolean isUserInteractive;
- Void System.Windows.Forms.SystemInformation();
- Boolean get_DragFullWindows();
- Boolean get_HighContrast();
- I4 get_MouseWheelScrollLines();
- ValueClass System.Drawing.Size get_PrimaryMonitorSize();
- I4 get_VerticalScrollBarWidth();
- I4 get_HorizontalScrollBarHeight();
- I4 get_CaptionHeight();
- ValueClass System.Drawing.Size get_BorderSize();
- ValueClass System.Drawing.Size get_FixedFrameBorderSize();
- I4 get_VerticalScrollBarThumbHeight();
- I4 get_HorizontalScrollBarThumbWidth();
- ValueClass System.Drawing.Size get_IconSize();
- ValueClass System.Drawing.Size get_CursorSize();
- Class System.Drawing.Font get_MenuFont();
- I4 get_MenuHeight();
- ValueClass System.Drawing.Rectangle get_WorkingArea();
- I4 get_KanjiWindowHeight();
- Boolean get_MousePresent();
- I4 get_VerticalScrollBarArrowHeight();
- I4 get_HorizontalScrollBarArrowWidth();
- Boolean get_DebugOS();
- Boolean get_MouseButtonsSwapped();
- ValueClass System.Drawing.Size get_MinimumWindowSize();
- ValueClass System.Drawing.Size get_CaptionButtonSize();
- ValueClass System.Drawing.Size get_FrameBorderSize();
- ValueClass System.Drawing.Size get_MinWindowTrackSize();
- ValueClass System.Drawing.Size get_DoubleClickSize();
- I4 get_DoubleClickTime();
- ValueClass System.Drawing.Size get_IconSpacingSize();
- Boolean get_RightAlignedMenus();
- Boolean get_PenWindows();
- Boolean get_DbcsEnabled();
- I4 get_MouseButtons();
- Boolean get_Secure();
- ValueClass System.Drawing.Size get_Border3DSize();
- ValueClass System.Drawing.Size get_MinimizedWindowSpacingSize();
- ValueClass System.Drawing.Size get_SmallIconSize();
- I4 get_ToolWindowCaptionHeight();
- ValueClass System.Drawing.Size get_ToolWindowCaptionButtonSize();
- ValueClass System.Drawing.Size get_MenuButtonSize();
- ValueClass System.Windows.Forms.ArrangeStartingPosition get_ArrangeStartingPosition();
- ValueClass System.Windows.Forms.ArrangeDirection get_ArrangeDirection();
- ValueClass System.Drawing.Size get_MinimizedWindowSize();
- ValueClass System.Drawing.Size get_MaxWindowTrackSize();
- ValueClass System.Drawing.Size get_PrimaryMonitorMaximizedWindowSize();
- Boolean get_Network();
- Boolean get_TerminalServerSession();
- ValueClass System.Windows.Forms.BootMode get_BootMode();
- ValueClass System.Drawing.Size get_DragSize();
- Boolean get_ShowSounds();
- ValueClass System.Drawing.Size get_MenuCheckSize();
- Boolean get_MidEastEnabled();
- Boolean get_MultiMonitorSupport();
- Boolean get_NativeMouseWheelSupport();
- Boolean get_MouseWheelPresent();
- ValueClass System.Drawing.Rectangle get_VirtualScreen();
- I4 get_MonitorCount();
- Boolean get_MonitorsSameDisplayFormat();
- String get_ComputerName();
- String get_UserDomainName();
- Boolean get_UserInteractive();
- String get_UserName();
- Void EnsureSystemEvents();
- Void OnUserPreferenceChanged( Object sender, Class Microsoft.Win32.UserPreferenceChangedEventArgs pref);
- Void System.Windows.Forms.SystemInformation();
- property DragFullWindows { get(){} set(){} };
- property HighContrast { get(){} set(){} };
- property MouseWheelScrollLines { get(){} set(){} };
- property PrimaryMonitorSize { get(){} set(){} };
- property VerticalScrollBarWidth { get(){} set(){} };
- property HorizontalScrollBarHeight { get(){} set(){} };
- property CaptionHeight { get(){} set(){} };
- property BorderSize { get(){} set(){} };
- property FixedFrameBorderSize { get(){} set(){} };
- property VerticalScrollBarThumbHeight { get(){} set(){} };
- property HorizontalScrollBarThumbWidth { get(){} set(){} };
- property IconSize { get(){} set(){} };
- property CursorSize { get(){} set(){} };
- property MenuFont { get(){} set(){} };
- property MenuHeight { get(){} set(){} };
- property WorkingArea { get(){} set(){} };
- property KanjiWindowHeight { get(){} set(){} };
- property MousePresent { get(){} set(){} };
- property VerticalScrollBarArrowHeight { get(){} set(){} };
- property HorizontalScrollBarArrowWidth { get(){} set(){} };
- property DebugOS { get(){} set(){} };
- property MouseButtonsSwapped { get(){} set(){} };
- property MinimumWindowSize { get(){} set(){} };
- property CaptionButtonSize { get(){} set(){} };
- property FrameBorderSize { get(){} set(){} };
- property MinWindowTrackSize { get(){} set(){} };
- property DoubleClickSize { get(){} set(){} };
- property DoubleClickTime { get(){} set(){} };
- property IconSpacingSize { get(){} set(){} };
- property RightAlignedMenus { get(){} set(){} };
- property PenWindows { get(){} set(){} };
- property DbcsEnabled { get(){} set(){} };
- property MouseButtons { get(){} set(){} };
- property Secure { get(){} set(){} };
- property Border3DSize { get(){} set(){} };
- property MinimizedWindowSpacingSize { get(){} set(){} };
- property SmallIconSize { get(){} set(){} };
- property ToolWindowCaptionHeight { get(){} set(){} };
- property ToolWindowCaptionButtonSize { get(){} set(){} };
- property MenuButtonSize { get(){} set(){} };
- property ArrangeStartingPosition { get(){} set(){} };
- property ArrangeDirection { get(){} set(){} };
- property MinimizedWindowSize { get(){} set(){} };
- property MaxWindowTrackSize { get(){} set(){} };
- property PrimaryMonitorMaximizedWindowSize { get(){} set(){} };
- property Network { get(){} set(){} };
- property TerminalServerSession { get(){} set(){} };
- property BootMode { get(){} set(){} };
- property DragSize { get(){} set(){} };
- property ShowSounds { get(){} set(){} };
- property MenuCheckSize { get(){} set(){} };
- property MidEastEnabled { get(){} set(){} };
- property MultiMonitorSupport { get(){} set(){} };
- property NativeMouseWheelSupport { get(){} set(){} };
- property MouseWheelPresent { get(){} set(){} };
- property VirtualScreen { get(){} set(){} };
- property MonitorCount { get(){} set(){} };
- property MonitorsSameDisplayFormat { get(){} set(){} };
- property ComputerName { get(){} set(){} };
- property UserDomainName { get(){} set(){} };
- property UserInteractive { get(){} set(){} };
- property UserName { get(){} set(){} };
- }
- class System.Windows.Forms.TabAlignment : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.TabAlignment Top;
- ValueClass System.Windows.Forms.TabAlignment Bottom;
- ValueClass System.Windows.Forms.TabAlignment Left;
- ValueClass System.Windows.Forms.TabAlignment Right;
- }
- class System.Windows.Forms.TabAppearance : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.TabAppearance Normal;
- ValueClass System.Windows.Forms.TabAppearance Buttons;
- ValueClass System.Windows.Forms.TabAppearance FlatButtons;
- }
- class System.Windows.Forms.TabDrawMode : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.TabDrawMode Normal;
- ValueClass System.Windows.Forms.TabDrawMode OwnerDrawFixed;
- }
- class System.Windows.Forms.TabSizeMode : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.TabSizeMode Normal;
- ValueClass System.Windows.Forms.TabSizeMode FillToRight;
- ValueClass System.Windows.Forms.TabSizeMode Fixed;
- }
- class System.Windows.Forms.UserControl : System.Windows.Forms.ContainerControl
- {
- Object EVENT_LOAD;
- Void System.Windows.Forms.UserControl();
- ValueClass System.Drawing.Size get_DefaultSize();
- Void add_Load( Class System.EventHandler value);
- Void remove_Load( Class System.EventHandler value);
- String get_Text();
- Void set_Text( String value);
- Boolean FocusInside();
- Void OnCreateControl();
- Void OnLoad( Class System.EventArgs e);
- Void OnMouseDown( Class System.Windows.Forms.MouseEventArgs e);
- Void WmSetFocus( ByRef ValueClass System.Windows.Forms.Message m);
- Void WndProc( ByRef ValueClass System.Windows.Forms.Message m);
- Void System.Windows.Forms.UserControl();
- property DefaultSize { get(){} set(){} };
- property Text { get(){} set(){} };
- event Load;
- }
- class System.Windows.Forms.BindingContext : System.Object
- {
- Class System.Collections.Hashtable listManagers;
- Class System.ComponentModel.CollectionChangeEventHandler onCollectionChanged;
- I4 System.Collections.ICollection.get_Count();
- Void System.Collections.ICollection.CopyTo( Class System.Array ar, I4 index);
- Class System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator();
- Boolean get_IsReadOnly();
- Boolean System.Collections.ICollection.get_IsSynchronized();
- Object System.Collections.ICollection.get_SyncRoot();
- Void System.Windows.Forms.BindingContext();
- Class System.Windows.Forms.BindingManagerBase get_Item( Object dataSource);
- Class System.Windows.Forms.BindingManagerBase get_Item( Object dataSource, String dataMember);
- Void Add( Object dataSource, Class System.Windows.Forms.BindingManagerBase listManager);
- Void AddCore( Object dataSource, Class System.Windows.Forms.BindingManagerBase listManager);
- Void add_CollectionChanged( Class System.ComponentModel.CollectionChangeEventHandler value);
- Void remove_CollectionChanged( Class System.ComponentModel.CollectionChangeEventHandler value);
- Void Clear();
- Void ClearCore();
- Boolean Contains( Object dataSource);
- Boolean Contains( Object dataSource, String dataMember);
- Class HashKey GetKey( Object dataSource, String dataMember);
- Void OnCollectionChanged( Class System.ComponentModel.CollectionChangeEventArgs ccevent);
- Void Remove( Object dataSource);
- Void RemoveCore( Object dataSource);
- Class System.Windows.Forms.BindingManagerBase EnsureListManager( Object dataSource, String dataMember);
- Void CheckPropertyBindingCycles( Class System.Windows.Forms.BindingContext newBindingContext, Class System.Windows.Forms.Binding propBinding);
- Void ScrubWeakRefs();
- Void UpdateBinding( Class System.Windows.Forms.BindingContext newBindingContext, Class System.Windows.Forms.Binding binding);
- Void OnBadIndex( Object index);
- property IsReadOnly { get(){} set(){} };
- property Item { get(){} set(){} };
- property Item { get(){} set(){} };
- event CollectionChanged;
- }
- class HashKey : System.Object
- {
- Class System.WeakReference wRef;
- I4 dataSourceHashCode;
- String dataMember;
- Void HashKey( Object dataSource, String dataMember);
- I4 GetHashCode();
- Boolean Equals( Object target);
- }
- class System.Windows.Forms.TickStyle : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.TickStyle None;
- ValueClass System.Windows.Forms.TickStyle TopLeft;
- ValueClass System.Windows.Forms.TickStyle BottomRight;
- ValueClass System.Windows.Forms.TickStyle Both;
- }
- class System.Windows.Forms.Timer : System.ComponentModel.Component
- {
- I4 interval;
- Boolean enabled;
- Class System.EventHandler onTimer;
- ValueClass System.Runtime.InteropServices.GCHandle timerProcRoot;
- I4 timerID;
- Void System.Windows.Forms.Timer();
- Void System.Windows.Forms.Timer( Class System.ComponentModel.IContainer container);
- Void add_Tick( Class System.EventHandler value);
- Void remove_Tick( Class System.EventHandler value);
- Void Callback( I hWnd, I4 msg, I idEvent, I dwTime);
- Void DebuggableCallback( I hWnd, I4 msg, I idEvent, I dwTime);
- Void Dispose( Boolean disposing);
- Boolean get_Enabled();
- Void set_Enabled( Boolean value);
- I4 get_Interval();
- Void set_Interval( I4 value);
- Void OnTick( Class System.EventArgs e);
- Void Start();
- Void Stop();
- String ToString();
- property Enabled { get(){} set(){} };
- property Interval { get(){} set(){} };
- event Tick;
- }
- class System.Windows.Forms.ToolBarAppearance : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.ToolBarAppearance Normal;
- ValueClass System.Windows.Forms.ToolBarAppearance Flat;
- }
- class System.Windows.Forms.ToolBarButton : System.ComponentModel.Component
- {
- String text;
- String tooltipText;
- Boolean enabled;
- Boolean visible;
- Boolean pushed;
- Boolean partialPush;
- I4 imageIndex;
- ValueClass System.Windows.Forms.ToolBarButtonStyle style;
- Object userData;
- I4 stringIndex;
- Class System.Windows.Forms.ToolBar parent;
- Class System.Windows.Forms.Menu dropDownMenu;
- Void System.Windows.Forms.ToolBarButton();
- Void System.Windows.Forms.ToolBarButton( String text);
- Class System.Windows.Forms.Menu get_DropDownMenu();
- Void set_DropDownMenu( Class System.Windows.Forms.Menu value);
- Boolean get_Enabled();
- Void set_Enabled( Boolean value);
- I4 get_ImageIndex();
- Void set_ImageIndex( I4 value);
- Class System.Windows.Forms.ToolBar get_Parent();
- Boolean get_PartialPush();
- Void set_PartialPush( Boolean value);
- Boolean get_Pushed();
- Void set_Pushed( Boolean value);
- ValueClass System.Drawing.Rectangle get_Rectangle();
- ValueClass System.Windows.Forms.ToolBarButtonStyle get_Style();
- Void set_Style( ValueClass System.Windows.Forms.ToolBarButtonStyle value);
- Object get_Tag();
- Void set_Tag( Object 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);
- I2 get_Width();
- Void Dispose( Boolean disposing);
- I4 FindButtonIndex();
- ValueClass TBBUTTON GetTBBUTTON();
- ValueClass TBBUTTONINFO GetTBBUTTONINFO( Boolean updateText);
- Void PrefixAmpersands( ByRef String value);
- String ToString();
- Void UpdateButton( Boolean recreate);
- Void UpdateButton( Boolean recreate, Boolean updateText);
- property DropDownMenu { get(){} set(){} };
- property Enabled { get(){} set(){} };
- property ImageIndex { get(){} set(){} };
- property Parent { get(){} set(){} };
- property PartialPush { get(){} set(){} };
- property Pushed { get(){} set(){} };
- property Rectangle { get(){} set(){} };
- property Style { get(){} set(){} };
- property Tag { get(){} set(){} };
- property Text { get(){} set(){} };
- property ToolTipText { get(){} set(){} };
- property Visible { get(){} set(){} };
- property Width { get(){} set(){} };
- }
- class System.Windows.Forms.ToolBarButtonClickEventArgs : System.EventArgs
- {
- Class System.Windows.Forms.ToolBarButton button;
- Void System.Windows.Forms.ToolBarButtonClickEventArgs( Class System.Windows.Forms.ToolBarButton button);
- Class System.Windows.Forms.ToolBarButton get_Button();
- Void set_Button( Class System.Windows.Forms.ToolBarButton value);
- property Button { get(){} set(){} };
- }
- class System.Windows.Forms.ToolBarButtonClickEventHandler : System.MulticastDelegate
- {
- Void System.Windows.Forms.ToolBarButtonClickEventHandler( Object object, I method);
- Void Invoke( Object sender, Class System.Windows.Forms.ToolBarButtonClickEventArgs e);
- Class System.IAsyncResult BeginInvoke( Object sender, Class System.Windows.Forms.ToolBarButtonClickEventArgs e, Class System.AsyncCallback callback, Object object);
- Void EndInvoke( Class System.IAsyncResult result);
- }
- class System.Windows.Forms.ToolBarButtonStyle : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.ToolBarButtonStyle PushButton;
- ValueClass System.Windows.Forms.ToolBarButtonStyle ToggleButton;
- ValueClass System.Windows.Forms.ToolBarButtonStyle Separator;
- ValueClass System.Windows.Forms.ToolBarButtonStyle DropDownButton;
- }
- class System.Windows.Forms.ToolBarTextAlign : System.Enum
- {
- I4 value__;
- ValueClass System.Windows.Forms.ToolBarTextAlign Underneath;
- ValueClass System.Windows.Forms.ToolBarTextAlign Right;
- }
- class System.Windows.Forms.ToolTip : System.ComponentModel.Component
- {
- I4 DEFAULT_DELAY;
- I4 RESHOW_RATIO;
- I4 AUTOPOP_RATIO;
- Class System.Collections.Hashtable tools;
- SZArray I4 delayTimes;
- Boolean auto;
- Boolean showAlways;
- Class ToolTipNativeWindow window;
- Class System.Windows.Forms.Control topLevelControl;
- Boolean active;
- Class System.Collections.Hashtable created;
- Void System.Windows.Forms.ToolTip( Class System.ComponentModel.IContainer cont);
- Void System.Windows.Forms.ToolTip();
- Boolean get_Active();
- Void set_Active( Boolean value);
- I4 get_AutomaticDelay();
- Void set_AutomaticDelay( I4 value);
- I4 get_AutoPopDelay();
- Void set_AutoPopDelay( I4 value);
- Class System.Windows.Forms.CreateParams get_CreateParams();
- I get_Handle();
- I4 get_InitialDelay();
- Void set_InitialDelay( I4 value);
- I4 get_ReshowDelay();
- Void set_ReshowDelay( I4 value);
- Boolean get_ShowAlways();
- Void set_ShowAlways( Boolean value);
- Class System.Windows.Forms.Control get_TopLevelControl();
- Void AdjustBaseFromAuto();
- Void HandleCreated( Object sender, Class System.EventArgs eventargs);
- Void HandleDestroyed( Object sender, Class System.EventArgs eventargs);
- Void TopLevelCreated( Object sender, Class System.EventArgs eventargs);
- Void TopLevelDestroyed( Object sender, Class System.EventArgs eventargs);
- Boolean CanExtend( Object target);
- Void CreateHandle();
- Void CreateAllRegions();
- Void CreateRegion( Class System.Windows.Forms.Control ctl);
- Void MouseMove( Object sender, Class System.Windows.Forms.MouseEventArgs me);
- Void DestroyHandle();
- Void DestroyRegion( Class System.Windows.Forms.Control ctl);
- Void Dispose( Boolean disposing);
- I4 GetDelayTime( I4 type);
- Boolean GetHandleCreated();
- Class TOOLINFO_T GetMinTOOLINFO( Class System.Windows.Forms.Control ctl);
- Class TOOLINFO_T GetTOOLINFO( Class System.Windows.Forms.Control ctl, String caption);
- String GetToolTip( Class System.Windows.Forms.Control control);
- I GetWindowFromPoint( ValueClass System.Drawing.Point screenCoords, ByRef Boolean success);
- Void OnTopLevelPropertyChanged( Object s, Class System.EventArgs e);
- Void RecreateHandle();
- Void RemoveAll();
- Void SetDelayTime( I4 type, I4 time);
- Void SetToolTip( Class System.Windows.Forms.Control control, String caption);
- Boolean ShouldSerializeAutomaticDelay();
- Boolean ShouldSerializeAutoPopDelay();
- Boolean ShouldSerializeInitialDelay();
- Boolean ShouldSerializeReshowDelay();
- Void Finalize();
- String ToString();
- Void WmWindowFromPoint( ByRef ValueClass System.Windows.Forms.Message msg);
- Void WndProc( ByRef ValueClass System.Windows.Forms.Message msg);
- property Active { get(){} set(){} };
- property AutomaticDelay { get(){} set(){} };
- property AutoPopDelay { get(){} set(){} };
- property CreateParams { get(){} set(){} };
- property Handle { get(){} set(){} };
- property InitialDelay { get(){} set(){} };
- property ReshowDelay { get(){} set(){} };
- property ShowAlways { get(){} set(){} };
- property TopLevelControl { get(){} set(){} };
- }
- class ToolTipNativeWindow : System.Windows.Forms.NativeWindow
- {
- Class System.Windows.Forms.ToolTip control;
- Void ToolTipNativeWindow( Class System.Windows.Forms.ToolTip control);
- Void WndProc( ByRef ValueClass System.Windows.Forms.Message m);
- }
- class System.Windows.Forms.NotifyIcon : System.ComponentModel.Component
- {
- I4 WM_TRAYMOUSEMESSAGE;
- Object EVENT_MOUSEDOWN;
- Object EVENT_MOUSEMOVE;
- Object EVENT_MOUSEUP;
- Object EVENT_CLICK;
- Object EVENT_DOUBLECLICK;
- I4 WM_TASKBARCREATED;
- Class System.Drawing.Icon icon;
- String text;
- I4 id;
- Boolean added;
- Class NotifyIconNativeWindow window;
- Class System.Windows.Forms.ContextMenu contextMenu;
- I4 nextId;
- Boolean doubleClick;
- Boolean visible;
- Void System.Windows.Forms.NotifyIcon();
- Void System.Windows.Forms.NotifyIcon( Class System.ComponentModel.IContainer container);
- Class System.Windows.Forms.ContextMenu get_ContextMenu();
- Void set_ContextMenu( Class System.Windows.Forms.ContextMenu value);
- Class System.Drawing.Icon get_Icon();
- Void set_Icon( Class System.Drawing.Icon value);
- String get_Text();
- Void set_Text( String value);
- Boolean get_Visible();
- Void set_Visible( Boolean value);
- Void add_Click( Class System.EventHandler value);
- Void remove_Click( Class System.EventHandler value);
- Void add_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_MouseMove( Class System.Windows.Forms.MouseEventHandler value);
- Void remove_MouseMove( 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 Dispose( Boolean disposing);
- Void OnClick( Class System.EventArgs e);
- Void OnDoubleClick( Class System.EventArgs e);
- Void OnMouseDown( Class System.Windows.Forms.MouseEventArgs e);
- Void OnMouseMove( Class System.Windows.Forms.MouseEventArgs e);
- Void OnMouseUp( Class System.Windows.Forms.MouseEventArgs e);
- Void ShowContextMenu();
- Void UpdateIcon( Boolean showIconInTray);
- Void WmMouseDown( ByRef ValueClass System.Windows.Forms.Message m, ValueClass System.Windows.Forms.MouseButtons button, I4 clicks);
- Void WmMouseMove( ByRef ValueClass System.Windows.Forms.Message m);
- Void WmMouseUp( ByRef ValueClass System.Windows.Forms.Message m, ValueClass System.Windows.Forms.MouseButtons button);
- Void WmTaskbarCreated( ByRef ValueClass System.Windows.Forms.Message m);
- Void WndProc( ByRef ValueClass System.Windows.Forms.Message msg);
- Void System.Windows.Forms.NotifyIcon();
- property ContextMenu { get(){} set(){} };
- property Icon { get(){} set(){} };
- property Text { get(){} set(){} };
- property Visible { get(){} set(){} };
- event Click;
- event DoubleClick;
- event MouseDown;
- event MouseMove;
- event MouseUp;
- }
- class NotifyIconNativeWindow : System.Windows.Forms.NativeWindow
- {
- Class System.Windows.Forms.NotifyIcon reference;
- ValueClass System.Runtime.InteropServices.GCHandle rootRef;
- Void NotifyIconNativeWindow( Class System.Windows.Forms.NotifyIcon control);
- Void Finalize();
- Void LockReference( Boolean locked);
- Void OnThreadException( Class System.Exception e);
- Void WndProc( ByRef ValueClass System.Windows.Forms.Message m);
- }
- class System.Windows.Forms.TreeNode : System.MarshalByRefObject
- {
- I4 CHECKED;
- I4 UNCHECKED;
- Class System.Windows.Forms.OwnerDrawPropertyBag propBag;
- I handle;
- String text;
- Boolean isChecked;
- I4 imageIndex;
- I4 selectedImageIndex;
- I4 index;
- I4 childCount;
- SZArray Class System.Windows.Forms.TreeNode children;
- Class System.Windows.Forms.TreeNode parent;
- Class System.Windows.Forms.TreeView treeView;
- Boolean expandOnRealization;
- Class System.Windows.Forms.TreeNodeCollection nodes;
- Object userData;
- I4 insertMask;
- Void System.Windows.Forms.TreeNode();
- Void System.Windows.Forms.TreeNode( Class System.Windows.Forms.TreeView treeView);
- Void System.Windows.Forms.TreeNode( String text);
- Void System.Windows.Forms.TreeNode( String text, SZArray Class System.Windows.Forms.TreeNode children);
- Void System.Windows.Forms.TreeNode( String text, I4 imageIndex, I4 selectedImageIndex);
- Void System.Windows.Forms.TreeNode( String text, I4 imageIndex, I4 selectedImageIndex, SZArray Class System.Windows.Forms.TreeNode children);
- Void System.Windows.Forms.TreeNode( Class System.Runtime.Serialization.SerializationInfo si, ValueClass System.Runtime.Serialization.StreamingContext context);
- ValueClass System.Drawing.Color get_BackColor();
- Void set_BackColor( ValueClass System.Drawing.Color value);
- ValueClass System.Drawing.Rectangle get_Bounds();
- Boolean get_CheckedInternal();
- Void set_CheckedInternal( Boolean value);
- Boolean get_Checked();
- Void set_Checked( Boolean value);
- Class System.Windows.Forms.TreeNode get_FirstNode();
- Class System.Windows.Forms.TreeNode get_FirstVisibleParent();
- ValueClass System.Drawing.Color get_ForeColor();
- Void set_ForeColor( ValueClass System.Drawing.Color value);
- String get_FullPath();
- I get_Handle();
- I4 get_ImageIndex();
- Void set_ImageIndex( I4 value);
- I4 get_Index();
- Boolean get_IsEditing();
- Boolean get_IsExpanded();
- Boolean get_IsSelected();
- Boolean get_IsVisible();
- Class System.Windows.Forms.TreeNode get_LastNode();
- Class System.Windows.Forms.TreeNode get_NextNode();
- Class System.Windows.Forms.TreeNode get_NextVisibleNode();
- Class System.Drawing.Font get_NodeFont();
- Void set_NodeFont( Class System.Drawing.Font value);
- Class System.Windows.Forms.TreeNodeCollection get_Nodes();
- Class System.Windows.Forms.TreeNode get_Parent();
- Class System.Windows.Forms.TreeNode get_PrevNode();
- Class System.Windows.Forms.TreeNode get_PrevVisibleNode();
- I4 get_SelectedImageIndex();
- Void set_SelectedImageIndex( I4 value);
- I4 get_State();
- Object get_Tag();
- Void set_Tag( Object value);
- String get_Text();
- Void set_Text( String value);
- Class System.Windows.Forms.TreeView get_TreeView();
- I4 AddSorted( Class System.Windows.Forms.TreeNode node);
- Class System.Windows.Forms.TreeNode FromHandle( Class System.Windows.Forms.TreeView tree, I handle);
- Void SortChildren();
- Void BeginEdit();
- Void Clear();
- Object Clone();
- Void Collapse();
- Void DoCollapse( Class System.Windows.Forms.TreeView tv);
- Void EndEdit( Boolean cancel);
- Void EnsureCapacity();
- Void EnsureVisible();
- Void Expand();
- Void ExpandAll();
- Class System.Windows.Forms.TreeView FindTreeView();
- Void GetFullPath( Class System.Text.StringBuilder path, String pathSeparator);
- I4 GetNodeCount( Boolean includeSubTrees);
- Void InsertNodeAt( I4 index, Class System.Windows.Forms.TreeNode node);
- Void InvalidateHostTree();
- Void Realize();
- Void Remove();
- Void Remove( Boolean notify);
- Void RemovePropBagIfEmpty();
- Void ResetExpandedState( Class System.Windows.Forms.TreeView tv);
- Void Toggle();
- String ToString();
- Void UpdateNode( I4 mask);
- Void System.Runtime.Serialization.ISerializable.GetObjectData( Class System.Runtime.Serialization.SerializationInfo si, ValueClass System.Runtime.Serialization.StreamingContext context);
- Void System.Windows.Forms.TreeNode();
- property BackColor { get(){} set(){} };
- property Bounds { get(){} set(){} };