home *** CD-ROM | disk | FTP | other *** search
Wrap
INI File | 2001-06-15 | 9.5 KB | 142 lines
[Control] 0=2,Bottom,public int Bottom {get;} 1=2,Bounds,public Rectangle Bounds {get; set;} 2=2,CanFocus,public bool CanFocus {get;} 3=2,CanSelect,public bool CanSelect {get;} 4=2,Capture,public bool Capture {get; set;} 5=2,CausesValidation,public bool CausesValidation {get; set;} 6=2,ClientRectangle,public Rectangle ClientRectangle {get;} 7=2,ClientSize,public Size ClientSize {virtual get; virtual set;} 8=2,ContainsFocus,public bool ContainsFocus {get;} 9=2,Controls,public Control.ControlCollection Controls {get;} 10=2,Created,public bool Created {get;} 11=2,CreateParams,protected CreateParams CreateParams {virtual get;} 12=2,DisplayRectangle,public Rectangle DisplayRectangle {virtual get;} 13=2,Disposed,public bool Disposed {get;} 14=2,Disposing,public bool Disposing {get;} 15=2,Enabled,public bool Enabled {virtual get; virtual set;} 16=2,Focused,public bool Focused {virtual get;} 17=2,Handle,public int Handle {get;} 18=2,Height,public int Height {get; set;} 19=2,InternalHandle,protected int InternalHandle {get;} 20=2,IsHandleCreated,public bool IsHandleCreated {get;} 21=2,Left,public int Left {get; set;} 22=2,Location,public Point Location {get; set;} 23=2,ModifierKeys,public static Keys ModifierKeys {get;} 24=2,MouseButtons,public static MouseButtons MouseButtons {get;} 25=2,MousePosition,public static Point MousePosition {get;} 26=2,Parent,public Control Parent {get; set;} 27=2,RecreatingHandle,public bool RecreatingHandle {get;} 28=2,Right,public int Right {get;} 29=2,ShowFocusCues,public bool ShowFocusCues {virtual get;} 30=2,ShowKeyboardCues,public bool ShowKeyboardCues {virtual get;} 31=2,Size,public Size Size {virtual get; virtual set;} 32=2,TabIndex,public int TabIndex {virtual get; virtual set;} 33=2,TabStop,public bool TabStop {virtual get; virtual set;} 34=2,Text,public string Text {virtual get; virtual set;} 35=2,Top,public int Top {get; set;} 36=2,TopLevel,public bool TopLevel {virtual get; virtual set;} 37=2,TopLevelControl,public Control TopLevelControl {get;} 38=2,Visible,public bool Visible {virtual get; virtual set;} 39=2,Width,public int Width {get; set;} 40=2,WindowText,protected string WindowText {virtual get; virtual set;} 41=3,AssignParent,protected virtual void AssignParent(Control value); 42=3,BringToFront,public void BringToFront(); 43=3,CallWndProc,public int CallWndProc(int msg, int wParam, int lParam); 44=3,Contains,public bool Contains(Control ctl); 45=3,CreateControl,public void CreateControl(); 46=3,CreateControlsInstance,protected virtual ControlCollection CreateControlsInstance(); 47=3,CreateHandle,protected virtual void CreateHandle(); 48=3,DefWndProc,protected virtual void DefWndProc(ref Message m); 49=3,DestroyHandle,protected virtual void DestroyHandle(); 50=3,Dispose,public override void Dispose(); 51=3,Focus,public bool Focus(); 52=3,FromChildHandle,public static Control FromChildHandle(int handle); 53=3,FromHandle,public static Control FromHandle(int handle); 54=3,GetChildAtPoint,public Control GetChildAtPoint(Point pt); 55=3,GetContainerControl,public virtual IContainerControl GetContainerControl(); 56=3,GetNextControl,public Control GetNextControl(Control ctl, bool forward); 57=3,GetStyle,protected bool GetStyle(ControlStyles flag); 58=3,Hide,public void Hide(); 59=3,InitLayout,protected virtual void InitLayout(); 60=3,Invalidate,public void Invalidate();\n(Rectangle rc);\n(bool invalidateChildren);\n(Rectangle rc, bool invalidateChildren); 61=3,InvokeGotFocus,protected void InvokeGotFocus(Control toInvoke, EventArgs e); 62=3,InvokeLostFocus,protected void InvokeLostFocus(Control toInvoke, EventArgs e); 63=3,InvokeOnClick,protected void InvokeOnClick(Control toInvoke, EventArgs e); 64=3,IsInputChar,protected virtual bool IsInputChar(char charCode); 65=3,IsInputKey,protected virtual bool IsInputKey(Keys keyData); 66=3,IsMnemonic,public static bool IsMnemonic(char charCode, string text); 67=3,OnChangeUICues,protected virtual void OnChangeUICues(UICuesEventArgs e); 68=3,OnClick,protected virtual void OnClick(EventArgs e); 69=3,OnControlAdded,protected virtual void OnControlAdded(ControlEventArgs e); 70=3,OnControlRemoved,protected virtual void OnControlRemoved(ControlEventArgs e); 71=3,OnCreateControl,protected virtual void OnCreateControl(); 72=3,OnDoubleClick,protected virtual void OnDoubleClick(EventArgs e); 73=3,OnEnter,protected virtual void OnEnter(EventArgs e); 74=3,OnGotFocus,protected virtual void OnGotFocus(EventArgs e); 75=3,OnHandleCreated,protected virtual void OnHandleCreated(EventArgs e); 76=3,OnHandleDestroyed,protected virtual void OnHandleDestroyed(EventArgs e); 77=3,OnKeyDown,protected virtual void OnKeyDown(KeyEventArgs e); 78=3,OnKeyPress,protected virtual void OnKeyPress(KeyPressEventArgs e); 79=3,OnKeyUp,protected virtual void OnKeyUp(KeyEventArgs e); 80=3,OnLayout,protected virtual void OnLayout(LayoutEventArgs levent); 81=3,OnLeave,protected virtual void OnLeave(EventArgs e); 82=3,OnLostFocus,protected virtual void OnLostFocus(EventArgs e); 83=3,OnMouseDown,protected virtual void OnMouseDown(MouseEventArgs e); 84=3,OnMouseEnter,protected virtual void OnMouseEnter(EventArgs e); 85=3,OnMouseHover,protected virtual void OnMouseHover(EventArgs e); 86=3,OnMouseLeave,protected virtual void OnMouseLeave(EventArgs e); 87=3,OnMouseMove,protected virtual void OnMouseMove(MouseEventArgs e); 88=3,OnMouseUp,protected virtual void OnMouseUp(MouseEventArgs e); 89=3,OnMouseWheel,protected virtual void OnMouseWheel(MouseEventArgs e); 90=3,OnParentPropertyChanged,protected virtual void OnParentPropertyChanged(PropertyChangedEventArgs e); 91=3,OnPropertyChanged,protected virtual void OnPropertyChanged(PropertyChangedEventArgs e); 92=3,OnResize,protected virtual void OnResize(EventArgs e); 93=3,OnValidated,protected virtual void OnValidated(EventArgs e); 94=3,OnValidating,protected virtual void OnValidating(EventArgs e); 95=3,ParentChanged,protected virtual void ParentChanged(Control oldParent, Control newParent); 96=3,PerformLayout,public void PerformLayout();\n(Control affectedControl, string affectedProperty); 97=3,PointToClient,public virtual Point PointToClient(Point p); 98=3,PointToScreen,public virtual Point PointToScreen(Point p); 99=3,PreProcessMessage,public virtual bool PreProcessMessage(MSG msg); 100=3,ProcessCmdKey,protected virtual bool ProcessCmdKey(MSG msg, Keys keyData); 101=3,ProcessDialogChar,protected virtual bool ProcessDialogChar(char charCode); 102=3,ProcessDialogKey,protected virtual bool ProcessDialogKey(Keys keyData); 103=3,ProcessKeyEventArgs,protected virtual bool ProcessKeyEventArgs(ref Message m); 104=3,ProcessKeyPreview,protected virtual bool ProcessKeyPreview(ref Message m); 105=3,ProcessMnemonic,protected virtual bool ProcessMnemonic(char charCode); 106=3,RaiseKeyEventArgs,protected void RaiseKeyEventArgs(object key, KeyEventArgs e); 107=3,RaiseMouseEventArgs,protected void RaiseMouseEventArgs(object key, MouseEventArgs e); 108=3,RaisePropertyChangedEvent,protected void RaisePropertyChangedEvent(string changed); 109=3,RecreateHandle,protected virtual void RecreateHandle(); 110=3,RectangleToClient,public virtual Rectangle RectangleToClient(Rectangle r); 111=3,RectangleToScreen,public virtual Rectangle RectangleToScreen(Rectangle r); 112=3,ReflectMessage,protected static bool ReflectMessage(int hWnd, ref Message m); 113=3,Refresh,public virtual void Refresh(); 114=3,ResetText,public virtual void ResetText(); 115=3,ResumeLayout,public void ResumeLayout();\n(bool performLayout); 116=3,Scale,public void Scale(float ratio);\n(float dx, float dy); 117=3,ScaleCore,protected virtual void ScaleCore(float dx, float dy); 118=3,Select,public void Select(); 119=3,SelectNextControl,public bool SelectNextControl(Control ctl, bool forward, bool tabStopOnly, bool nested, bool wrap); 120=3,SendMessage,protected int SendMessage(int msg, object wParam, int lParam);\n(int msg, bool wParam, int lParam);\n(int msg, object wParam, object lParam);\n(int msg, int wParam, ref RECT lParam);\n(int msg, ref short wParam, ref short lParam);\n(int msg, int wParam, int lParam);\n(int msg, int wParam, object lParam); 121=3,SendToBack,public void SendToBack(); 122=3,SetBounds,public void SetBounds(int x, int y, int width, int height);\n(int x, int y, int width, int height, BoundsSpecified specified); 123=3,SetBoundsCore,protected virtual void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified); 124=3,SetClientSize,public void SetClientSize(int x, int y); 125=3,SetClientSizeCore,protected virtual void SetClientSizeCore(int x, int y); 126=3,SetLocation,public void SetLocation(int x, int y); 127=3,SetNewControls,public: virtual void SetNewControls(Control* value[]); 128=3,SetSize,public: void SetSize(int width, int height); 129=3,SetStyle,protected: void SetStyle(ControlStyles flag, bool value); 130=3,ShouldPersistLocation,public virtual bool ShouldPersistLocation(); 131=3,ShouldPersistSize,public virtual bool ShouldPersistSize(); 132=3,ShouldPersistText,public virtual bool ShouldPersistText(); 133=3,Show,public void Show(); 134=3,SuspendLayout,public void SuspendLayout(); 135=3,Update,public void Update(); 136=3,UpdateBounds,protected void UpdateBounds();\n(int x, int y, int width, int height);\n(int x, int y, int width, int height, int clientWidth, int clientHeight); 137=3,UpdateStyles,protected void UpdateStyles(); 138=3,UpdateZOrder,protected void UpdateZOrder(); 139=3,WndProc,protected virtual void WndProc(ref Message m); 140=3,WndProcException,protected virtual void WndProcException(Exception e);