ElementWindowless Class Methods
For a list of all members of this type, see ElementWindowless members.
| Name | Description |
 | AddStateNotify | Internal use only. |
 | AttachMouseListeners | Internal use only. |
 | BringToFront | Internal use only. |
 | Clone | Internal use only. |
 | CopyTo | Copies the properties of this windowless element object into the target object. |
 | Deserialize | Loads the object from XML. |
 | DetachListeners | Internal use only. |
 | DoClick | Internal use only. |
 | DoDoubleClick | Internal use only. |
 | DoMouseDown | Internal use only. |
 | DoMouseMove | Internal use only. |
 | DoMouseUp | Internal use only. |
  | DrawRotatedText | Overloaded. Draws the specified string in the specified rectangle, with the specified font, color, alignments, orientation, hotkey prefix, and wrapping. |
 | FireStateNotify | Internal use only. |
 | Focus | Moves the focus to the element. |
 | GetClientRectangle | Overloaded. Gets the coordinates of the element. |
 | GetControl | Gets the Control object if the element is derived from the ElementWindowless class. |
 | GetElementStyle | Gets the style for the element. |
 | GetFont | Gets the default font used by the element, if the Font property is null. |
  | GetRotatedTextSize | Overloaded. Gets the size of the specified text when drawn with the specified font, orientation, wrapping, hotkey prefix, and string trimming. |
 | OnFontChanged | Raises the FontChanged event when the font in the control has changed. |
 | OnPaint | Overloaded. Paints the element (text and picture). |
 | OnPaintBackground | Overloaded. Paints the background of the element. |
 | Refresh | Forces the element to invalidate its client area and immediately repaint. |
 | RemoveStateNotify | Internal use only. |
 | Reset | Internal use only. |
 | ResetBackColor | Resets the background color to its default setting. |
 | ResetBorder | Resets the border of the element to its default settings. |
 | ResetFont | Resets the font for the element to it default value. |
 | ResetForeColor | Resets the text color for the element to its default value. |
 | ResetPictureTransparencyColor | Resets the transparency of a picture in the element to its default value. |
 | ResetPictureTransparencyTolerance | Resets the transparency tolerance for a picture in the element to its default value. |
 | ResetTag | Resets the Tag object for the element to its default value. |
 | ResetTextRotationAngle | Resets the rotation angle for text in the element to its default value. |
 | SendToBack | Internal use only. |
 | Serialize | Saves the object to XML. |
 | SetBounds | Overloaded. Sets the bounds of the element to the location and size of the bounding rectangle of the specified dimensions (in integer values). |
 | SetElementStyle | Overloaded. Sets the style for the element. |
 | SetRedraw | Internal use only. |
 | SetState | Sets the state of the element. |
 | ShouldSerializeBackColor | Indicates whether the BackColor property should be persisted. |
 | ShouldSerializeFont | Indicates whether the Font property should be persisted. |
 | ShouldSerializeForeColor | Indicates whether the ForeColor property should be persisted. |
 | ShouldSerializePictureTransparencyColor | Indicates whether the PictureTransparencyColor property should be persisted. |
 | ShouldSerializePictureTransparencyTolerance | Indicates whether the PictureTransparencyTolerance property should be persisted. |
 | ShouldSerializeTag | Indicates whether the Tag property should be persisted. |
 | ShouldSerializeTextRotationAngle | Indicates whether the TextRotationAngle property should be persisted. |
 | ToggleState | Toggles the state of the element. |
  | ToGrayscale | Overloaded. |
 | Update | Causes the control to redraw the invalidated regions with its client area. |
Top