Windowless |
The WindowlessComponent type exposes the following members.
| Name | Description | |
|---|---|---|
| ApplyTheme | Applies theming properties to the WindowlessComponent | |
| CanInsertInto | Asks the WindowlessComponent if it could be inserted into the specified container | |
| CreateGraphics | Creates an GDIPlus graphics context. | |
| CreatePaintArgs | Create a new instance of PaintArgs. | |
| Draw | Draws the windowless component object. | |
| DrawHighlighted | Draws the highlighted state of the object. | |
| DrawSelection | Draws selected windowless components. | |
| DrawUnscaled | Draws the windowless component object without scaling even scaling is available. | |
| Focus | Sets the input focus | |
| GetAllElementsAtLocation | Gets a list of all WindowlessComponents at the specified location | |
| GetChildsAt(PointF, HitTestAccuracy) | Gets the WindowlessComponent at the specified location. | |
| GetChildsAt(PointF, HitTestAccuracy, Single) | Gets the WindowlessComponent at the specified location. | |
| GetFirstChildAt | Gets first WindowlessComponent element by userdefined parameters. | |
| GetLocation | Returns the current Location of the component | |
| GetRootLocation | Returns the Location of the root element | |
| GetViewport | Returns the current Location of the viewport | |
| HitTest | Returns true if HitTest was successfull. | |
| Invalidate | Invalidates the client area of the WindowlessComponent | |
| PointToParent | Converts a PointF from screen coordinates to the coordinate system of the (parent) WindowlessComponent | |
| PointToScreen | Converts a PointF from the coordinate system of the (parent) WindowlessComponent to screen coordinates | |
| RectangleToParent | Converts a RectangleF from screen coordinates to the coordinate system of the (parent) WindowlessComponent | |
| RectangleToScreen | Converts a RectangleF from the coordinate system of the (parent) WindowlessComponent to screen coordinates | |
| Select | Selects the WindowlessComponent | |
| SetBounds | Set the bounding box of the component using the coordinate system of the parent | |
| SetClientBounds | Set the bounding box of the component using pixel coordinates | |
| SetLocation | Set a new Location of the component | |
| SetRootLocation | Set a new Location of the root element | |
| SetViewport | Set a new Location of the viewport | |
| UnSelect | Removes the WindowlessComponent from the selection list. |