| Name | Description |
  | AdjustRectToWorkingArea | Called by the framework to specify the size and location of the popup menu on tracking and showing customize menu. This function is used to place a popup menu within the screen. |
  | AlignRectToRect | Called by the framework on tracking any control. Returns the rectangle to dock the control. |
  | AlignRectToRectByTextFormatFlags | |
  | AlignRectToRectInner | Called by the framework on tracking any control. Returns the rectangle to dock the control to the inner edge. |
  | AlignRectToRectOuter | Overloaded. Called by the framework on tracking any control. Returns the rectangle to dock the control to the outer edge. |
  | ConstructControlRendererParams | |
  | CopyBitmapToClipboard | Creates a copy of the specified bitmap using transparent color before placing it to the clipboard. |
  | CreateBitmap_32 | |
  | CreateClearTypeFont | Overloaded. |
  | CreateHBitmap | Creates a handle to the specified bitmap. |
 | Dispose | Overloaded. |
  | DockEdgeFromDockStyle | Translates DockStyle value to the corresponding DockEdge. |
  | DockStyleFromDockEdge | Translates DockEdge value to the corresponding DockStyle. |
  | DrawGlassText | |
  | EdgeFromHitTest | Translates BCGHitTest value to the corresponding DockEdge. |
  | EnableFormAero | |
  | ExcludeRectangle | Called by the framework on calculating the layout of the docked control. Excludes a specified rectangle from the boundaries of the docked control according to its DockStyle. |
  | ExtendGlassIntoClientArea | |
  | ForwardMouseMessage | Sends the mouse message to the top level control from the control clicked by mouse. |
  | GetBorderSize | Returns the size of the border for the specified form according to its border style. |
  | GetCaptionButtonSize | Returns the size of the caption button for the specified form according to its border style. |
  | GetCaptionHeight | Returns the height of the caption for the specified form according to its border style. |
  | GetCaptionRect | Gets the size and location of the caption area for the specified form according to its border style and its window state. |
  | GetOppositeEdge | Gets the opposite dock edge for the specified dock edge. |
  | GetScreenBounds | Returns a screen for the display that contains the upper-left corner of the specified rectangle. Called by the framework to place the popup menu within its screen. |
  | GetScreenRect | Computes the size and location of the specified control in screen coordinates. |
  | GetSystemBorders | |
  | HasMaximizeBox | Gets a value indicating whether the Maximize button is displayed in the caption bar of the form. |
  | HasMinimizeBox | Gets a value indicating whether the Minimize button is displayed in the caption bar of the form. |
  | HasSysMenu | Indicates a value whether a system menu should be displayed for the specified form. |
  | IndexToDockEdge | Overloaded. Gets a dock edge from a specified index. |
  | IsCompositionEnabled | Tells whether composition is enabled. |
  | IsControlDockable | Indicates a value if the specified control can be docked. |
  | IsInstanceOfType | Overloaded. Determines whether the specified object is an instance of the specified type or it is a descendant of the object of the specified type. |
  | IsPointNearEdge | Called by the framework on searching the nearest dock bar. Indicates a value if the specified point is located near any dock edge. |
  | ReadBoolValue | Called by the framework to read boolean value from the specified XML node. |
  | ReadColorValue | Called by the framework to read color value from the specified XML node. |
  | ReadImageListEx | |
  | RenumberText | Splits a string into some words and place a number at every word. |
  | SDKDrawImage | |
  | SDKDrawImage2 | |
  | SendNCMessage | Posts the specified mouse message to the non-client area of the window from the specified handle. |
  | ShortcutToString | Called by the framework to write a shortcut near the command. Translates the shortcut object to its string appearance. |
  | ShowSystemMenu | |
  | SplitTextByWidth | |
  | StringToColor | Called by the framework on reading color value from the XML file. Gets a color value from its string appearance. |
  | StringToPadding | Called by the framework on reading padding value from the XML file. Gets a padding value from its string appearance. |
  | StringToRect | Called by the framework on reading rectangle value from the XML file. Gets a rectangle value from its string appearance. |
  | StringToSize | Called by the framework on reading size value from the XML file. Gets a size value from its string appearance. |
  | TextFormatFlagsToStringFormat | |