[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Represents methods of Control objects Tab=Controls [Property] Control=Sets Control manager|20|(empty)|ControlManager AllowedEffects=Sets one of the DragDropEffects values. ARG(DragDropEffects)|21|1|None,Copy,Move,Link,Scroll,All SkipValue=Sets one of the values of GetChildAtPointSkip, determining whether to ignore child controls of a certain type. ARG(GetChildAtPointSkip)|21|1|None,Invisible,Disabled,Transparent KeyVal=Sets the CAPS LOCK, NUM LOCK, or SCROLL LOCK member of the Keys enumeration.|14|0|CapsLock,NumLock,Scroll [Methods] *doBeginInvoke=Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on. ARG(Delegate method)|1|0 *doBeginInvoke2=Executes the specified delegate asynchronously with the specified arguments, on the thread that the control's underlying handle was created on. ARG(Delegate method, params Object[] args)|1|0 *doContains=Retrieves a value indicating whether the specified control is a child of the control. ARG(Control ctl)|1|0 *doDoDragDrop=Begins a drag-and-drop operation. ARG(Object data, DragDropEffects allowedEffects)|1|0 *doDrawToBitmap=Supports rendering to the specified bitmap. ARG(Bitmap bitmap, Rectangle targetBounds)|1|0 *doEndInvoke=Retrieves the return value of the asynchronous operation represented by the IAsyncResult passed. ARG(IAsyncResult asyncResult)|1|0 *doFromChildHandle=Retrieves the control that contains the specified handle. ARG(IntPtr handle)|1|0 *doFromHandle=Returns the control that is currently associated with the specified handle. ARG(IntPtr handle)|1|0 *doGetChildAtPoint=Retrieves the child control that is located at the specified coordinates. Coordinates are expressed relative to the upper-left corner of the control's client area. ARG(Point pt)|1|0 *doGetChildAtPoint2=Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type. Coordinates are expressed relative to the upper-left corner of the control's client area. ARG(Point pt, GetChildAtPointSkip skipValue)|1|0 *doGetNextControl=Retrieves the next control forward or back in the tab order of child controls. ARG(Control ctl, bool forward)|1|0 *doGetPreferredSize=Retrieves the size of a rectangular area into which a control can be fitted. ARG(Size proposedSize)|1|0 *doInvalidate=Invalidates the entire surface of the control and causes the control to be redrawn. Optionally, invalidates the child controls assigned to the control. ARG(bool child)|1|0 *doInvalidate2=Invalidates the specified region of the control, and causes a paint message to be sent to the control. ARG(Rectangle rect)|1|0 *doInvalidate3=Invalidates the specified region of the control, and causes a paint message to be sent to the control. ARG(Region region)|1|0 *doInvalidate4=Invalidates the specified region of the control, and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control. ARG(Rectangle rc, bool child)|1|0 *doInvalidate5=Invalidates the specified region of the control, and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control. ARG(Region region, bool child)|1|0 *doInvoke=Executes the specified delegate on the thread that owns the control's underlying window handle. ARG(Delegate delegate)|1|0 *doInvoke2=Executes the specified delegate, on the thread that owns the control's underlying window handle, with the specified list of arguments. ARG(Delegate delegate, params Object[] args)|1|0 *doIsKeyLocked=Determines whether the CAPS LOCK, NUM LOCK, or SCROLL LOCK key is in effect. ARG(Keys KeyVal)|1|0 *doIsMnemonic=Determines if the specified character is the mnemonic character assigned to the control in the specified string. ARG(char charCode, string src)|1|0 *doPerformLayout=Forces the control to apply layout logic to all its child controls. ARG(Control ctl, string property)|1|0 *doPointToClient=Computes the location of the specified screen point into client coordinates. ARG(Point p)|1|0 *doPointToScreen=Computes the location of the specified client point into screen coordinates. ARG(Point p)|1|0 *doPreProcessControlMessage=Preprocesses keyboard or input messages within the message loop before they are dispatched. ARG(ref Message msg)|1|0 *doPreProcessMessage=Preprocesses keyboard or input messages within the message loop before they are dispatched. ARG(ref Message msg)|1|0 *doRectangleToClient=Computes the size and location of the specified screen rectangle in client coordinates. ARG(Rectangle rect)|1|0 *doRectangleToScreen=Computes the size and location of the specified client rectangle in screen coordinates. ARG(Rectangle rect)|1|0 *doResumeLayout2=Resumes usual layout logic, optionally forcing an immediate layout of pending layout requests. ARG(bool performLayout)|1|0 *doScale=Obsolete. Scales the control and any child controls. ARG(float ratio)|1|0 *doScale2=Scales the control and all child controls by the specified scaling factor. ARG(SizeF factor)|1|0 *doScale3=Obsolete. Scales the entire control and any child controls. ARG(float dx, float dy)|1|0 *doSelectNextControl=Activates the next control. ARG(Control ctl, bool forward, bool tabStopOnly, bool nested, bool wrap)|1|0 *doSetBounds=Sets the bounds of the control to the specified location and size. ARG(int x, int y, int width, int height)|1|0 *doSetBounds2=Sets the specified bounds of the control to the specified location and size. ARG(int x, int y, int width, int height, BoundsSpecified specified)|1|0 *doSetStyle=Sets a specified ControlStyles flag to either true or false. ARG(ControlStyles flags, bool value)|1|0 *onBeginInvoke=Occurs after invoke the method doBeginInvoke and returns the result ARG(IAsyncResult)|2|0 *onContains=Occurs after invoke the method doContains and returns the result ARG(bool)|2|104 *onDoDragDrop=Occurs after invoke the method doDoDragDrop and returns the result ARG(DragDropEffects)|2|0 *onEndInvoke=Occurs after invoke the method doEndInvoke and returns the result ARG(Object)|2|0 *onFromChildHandle=Occurs after invoke the method doFromChildHandle and returns the result ARG(Control)|2|0 *onFromHandle=Occurs after invoke the method doFromHandle and returns the result ARG(Control)|2|0 *onGetChildAtPoint=Occurs after invoke the method doGetChildAtPoint and returns the result ARG(Control)|2|0 *onGetNextControl=Occurs after invoke the method doGetNextControl and returns the result ARG(Control)|2|0 *onGetPreferredSize=Occurs after invoke the method doGetPreferredSize and returns the result ARG(Size)|2|0 *onInvoke=Occurs after invoke the method doInvoke and returns the return value from the delegate being invoked, or null if the delegate has no return value ARG(Object)|2|0 *onIsKeyLocked=Occurs after invoke the method doIsKeyLocked and returns the result ARG(bool)|2|104 *onIsMnemonic=Occurs after invoke the method doIsMnemonic and returns the result ARG(bool)|2|104 *onPointToClient=Occurs after invoke the method doPointToClient and returns the result ARG(Point)|2|0 *onPointToScreen=Occurs after invoke the method doPointToScreen and returns the result ARG(Point)|2|0 *onPreProcessControlMessage=Occurs after invoke the method doPreProcessControlMessage and returns the result ARG(PreProcessControlState)|2|0 *onPreProcessMessage=Occurs after invoke the method doPreProcessMessage and returns the result ARG(bool)|2|104 *onRectangleToClient=Occurs after invoke the method doRectangleToClient and returns the result ARG(Rectangle)|2|0 *onRectangleToScreen=Occurs after invoke the method doRectangleToScreen and returns the result ARG(Rectangle)|2|0 *onSelectNextControl=Occurs after invoke the method doSelectNextControl and returns the result ARG(bool)|2|104 *AccessibilityObject=Returns the AccessibleObject assigned to the control. ARG(AccessibleObject)|3|0 *AccessibleDefaultActionDescription=Returns the default action description of the control for use by accessibility client applications. ARG(string)|3|2 *AccessibleDescription=Returns the description of the control used by accessibility client applications. ARG(string)|3|2 *AccessibleName=Returns the name of the control used by accessibility client applications. ARG(string)|3|2 *AccessibleRole=Returns the accessible role of the control ARG(AccessibleRole)|3|0 *AllowDrop=Returns a value indicating whether the control can accept data that the user drags onto it. ARG(bool)|3|104 *Anchor=Returns the edges of the container to which a control is bound and determines how a control is resized with its parent. ARG(AnchorStyles)|3|0 *AutoScrollOffset=Returns where this control is scrolled to in ScrollControlIntoView. ARG(Point)|3|0 *BackColor=Returns the background color for the control. ARG(Color)|3|8 *BackgroundImage=Returns the background image displayed in the control. ARG(Image)|3|0 *BackgroundImageLayout=Returns the background image layout as defined in the ImageLayout enumeration. ARG(ImageLayout)|3|0 *BindingContext=Returns the BindingContext for the control. ARG(BindingContext)|3|0 *Bottom=Returns the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area. ARG(int)|3|1 *Bounds=Returns the size and location of the control including its nonclient elements, in pixels, relative to the parent control. ARG(Rectangle)|3|0 *CanFocus=Returns a value indicating whether the control can receive focus. ARG(bool)|3|104 *CanSelect=Returns a value indicating whether the control can be selected. ARG(bool)|3|104 *Capture=Returns a value indicating whether the control has captured the mouse. ARG(bool)|3|104 *CausesValidation=Returns a value indicating whether the control causes validation to be performed on any controls that require validation when it receives focus. ARG(bool)|3|104 *CheckForIllegalCrossThreadCalls=Returns a value indicating whether to catch calls on the wrong thread that access a control's Handle property when an application is being debugged. ARG(bool)|3|104 *ClientRectangle=Returns the rectangle that represents the client area of the control. ARG(Rectangle)|3|0 *ClientSize=Returns the height and width of the client area of the control. ARG(Size)|3|0 *CompanyName=Returns the name of the company or creator of the application containing the control. ARG(string)|3|2 *ContainsFocus=Returns a value indicating whether the control, or one of its child controls, currently has the input focus. ARG(bool)|3|104 *ContextMenu=Returns the shortcut menu associated with the control. ARG(ContextMenu)|3|0 *ContextMenuStrip=Returns the ContextMenuStrip associated with this control. ARG(ContextMenuStrip)|3|0 *Control=Returns the control ARG(Control)|3|0 *Controls=Returns the collection of controls contained within the control. ARG(ControlCollection)|3|0 *Created=Returns a value indicating whether the control has been created. ARG(bool)|3|104 *CreateGraphics=Creates the Graphics for the control. ARG(Graphics)|3|0 *Cursor=Returns the cursor that is displayed when the mouse pointer is over the control. ARG(Cursor)|3|0 *DataBindings=Returns the data bindings for the control. ARG(ControlBindingsCollection)|3|0 *DefaultBackColor=Returns the default background color of the control. ARG(Color)|3|8 *DefaultFont=Returns the default font of the control. ARG(Font)|3|0 *DefaultForeColor=Returns the default foreground color of the control. ARG(Color)|3|8 *DisplayRectangle=Returns the rectangle that represents the display area of the control. ARG(Rectangle)|3|0 *Disposing=Returns a value indicating whether the base Control class is in the process of disposing. ARG(bool)|3|104 *Dock=Returns which control borders are docked to its parent control and determines how a control is resized with its parent. ARG(DockStyle)|3|0 *Enabled=Returns a value indicating whether the control can respond to user interaction. ARG(bool)|3|104 *FindForm=Retrieves the form that the control is on. ARG(Form)|3|0 *Focus=Sets input focus to the control. ARG(bool)|3|104 *Focused=Returns a value indicating whether the control has input focus. ARG(bool)|3|104 *Font=Returns the font of the text displayed by the control. ARG(Font)|3|0 *ForeColor=Returns the foreground color of the control. ARG(Color)|3|8 *GetContainerControl=Returns the next ContainerControl up the control's chain of parent controls. ARG(IContainerControl)|3|0 *Handle=Returns the window handle that the control is bound to. ARG(IntPtr)|3|0 *HasChildren=Returns a value indicating whether the control contains one or more child controls. ARG(bool)|3|104 *Height=Returns the height of the control. ARG(int)|3|1 *ImeMode=Returns the Input Method Editor mode of the control. ARG(ImeMode)|3|0 *InvokeRequired=Returns a value indicating whether the caller must call an invoke method when making method calls to the control because the caller is on a different thread than the one the control was created on. ARG(bool)|3|104 *IsAccessible=Returns a value indicating whether the control is visible to accessibility applications. ARG(bool)|3|104 *IsDisposed=Returns a value indicating whether the control has been disposed of. ARG(bool)|3|104 *IsHandleCreated=Returns a value indicating whether the control has a handle associated with it. ARG(bool)|3|104 *IsMirrored=Returns a value indicating whether the control is mirrored. ARG(bool)|3|104 *LayoutEngine=Returns a cached instance of the control's layout engine. ARG(LayoutEngine)|3|0 *Left=Returns the distance, in pixels, between the left edge of the control and the left edge of its container's client area. ARG(int)|3|1 *Location=Returns the coordinates of the upper-left corner of the control relative to the upper-left corner of its container. ARG(Point)|3|0 *Margin=Returns the space between controls. ARG(Padding)|3|0 *MaximumSize=Returns the size that is the upper limit that GetPreferredSize can specify. ARG(Size)|3|0 *MinimumSize=Returns the size that is the lower limit that GetPreferredSize can specify. ARG(Size)|3|0 *ModifierKeys=Returns a value indicating which of the modifier keys is in a pressed state. ARG(Keys)|3|0 *MouseButtons=Returns a value indicating which of the mouse buttons is in a pressed state. ARG(MouseButtons)|3|0 *MousePosition=Returns the position of the mouse cursor in screen coordinates. ARG(Point)|3|0 *Name=Returns the name of the control. ARG(string)|3|2 *Padding=Returns padding within the control. ARG(Padding)|3|0 *Parent=Returns the parent container of the control. ARG(Control)|3|0 *PreferredSize=Returns the size of a rectangular area into which the control can fit. ARG(Size)|3|0 *ProductName=Returns the product name of the assembly containing the control. ARG(string)|3|2 *ProductVersion=Returns the version of the assembly containing the control. ARG(string)|3|2 *RecreatingHandle=Returns a value indicating whether the control is currently re-creating its handle. ARG(bool)|3|104 *Region=Returns the window region associated with the control. ARG(Region)|3|0 *Right=Returns the distance, in pixels, between the right edge of the control and the left edge of its container's client area. ARG(int)|3|1 *RightToLeft=Returns a value indicating whether control's elements are aligned to support locales using right-to-left fonts. ARG(RightToLeft)|3|0 *Site=Returns the site of the control. ARG(ISite)|3|0 *Size=Returns the height and width of the control. ARG(Size)|3|0 *TabIndex=Returns the tab order of the control within its container. ARG(int)|3|1 *TabStop=Returns a value indicating whether the user can give the focus to this control using the TAB key. ARG(bool)|3|104 *Tag=Returns the object that contains data about the control. ARG(Object)|3|0 *Text=Returns the text associated with this control. ARG(string)|3|2 *Top=Returns the distance, in pixels, between the top edge of the control and the top edge of its container's client area. ARG(int)|3|1 *TopLevelControl=Returns the parent control that is not parented by another Windows Forms control. Typically, this is the outermost Form that the control is contained in. ARG(Control)|3|0 *UseWaitCursor=Returns a value indicating whether to use the wait cursor for the current control and all child controls. ARG(bool)|3|104 *Visible=Returns a value indicating whether the control and all its child controls are displayed. ARG(bool)|3|104 *Width=Returns the width of the control. ARG(int)|3|1 *args=Defines an array of objects to pass as arguments to the given method. This can be null if no arguments are needed. ARG(Object[])|4|13 *asyncResult=Defines the IAsyncResult that represents a specific invoke asynchronous operation, returned when calling BeginInvoke. ARG(IAsyncResult)|4|0 *bitmap=Defines the bitmap to be drawn to. ARG(Bitmap)|4|11 *charCode=Defines the character to test. ARG(char)|4|106 *child=Defines a value indicating whether to invalidate the control's child controls. ARG(bool)|4|104 *ctl=Defines the Control to evaluate. ARG(Control)|4|0 *data=Defines the data to drag. ARG(Object)|4|0 *delegate=Defines a delegate to a method that takes parameters of the same number and type that are contained in the args parameter. ARG(Delegate)|4|0 *dx=Defines the horizontal scaling factor. ARG(float)|4|107 *dy=Defines the vertical scaling factor. ARG(float)|4|107 *factor=Defines a SizeF containing the horizontal and vertical scaling factors. ARG(SizeF)|4|0 *flags=Defines the ControlStyles bit to set. ARG(ControlStyles)|4|0 *forward=Defines a value indicating whether to search forward in the tab order; false to search backward. ARG(bool)|4|104 *handle=Defines the window handle (HWND) to search for. ARG(IntPtr)|4|0 *height=Defines the new Height property value of the control. ARG(int)|4|1 *msg=Defines a Message, passed by reference, that represents the message to process. The possible values are WM_KEYDOWN, WM_SYSKEYDOWN, WM_CHAR, and WM_SYSCHAR. ARG(ref Message)|4|0 *nested=Defines a value indicating whether to include nested (children of child controls) child controls. ARG(bool)|4|104 *performLayout=Defines a value indicating whether to execute pending layout requests. ARG(bool)|4|104 *property=Defines the name of the most recently changed property on the control. ARG(string)|4|2 *proposedSize=Defines the custom-sized area for a control. ARG(Size)|4|0 *pt=Defines a Point that contains the coordinates to operate. ARG(Point)|4|0 *ratio=Defines the ratio to use for scaling. ARG(float)|4|107 *rect=Defines a Rectangle that represents the region to operate. ARG(Rectangle)|4|0 *region=Defines the Region to invalidate. ARG(Region)|4|0 *specified=Defines a bitwise combination of the BoundsSpecified values. For any parameter not specified, the current value will be used. ARG(BoundsSpecified)|4|0 *src=Defines the string to search. ARG(string)|4|2 *tabStopOnly=Defines a value indicating whether to ignore the controls with the TabStop property set to false. ARG(bool)|4|104 *targetBounds=Defines the bounds within which the control is rendered. ARG(Rectangle)|4|0 *value=Defines the value to apply the specified style to the control. ARG(bool)|4|104 *width=Defines the new Width property value of the control. ARG(int)|4|1 *wrap=Defines a value indicating whether to continue searching from the first control in the tab order after the last control has been reached. ARG(bool)|4|104 *x=Defines the new Left property value of the control. ARG(int)|4|1 *y=Defines the new Top property value of the control. ARG(int)|4|1