public IntPtr GetThemeBackgroundRegion(Graphics g, ThemeWindowParts part, ThemeWindowStates state, Rectangle r) { return this.InternalGetThemeBackgroundRegion(g,part,state,r); }
public void DrawText(Graphics g, string text, Font font, Rectangle layoutRect, ThemeWindowParts part, ThemeWindowStates state, ThemeTextFormat format, bool drawdisabled) { InternalDrawText(g,text,font,layoutRect,part,state,format,drawdisabled); }
public void DrawText(Graphics g, string text, Font font, Rectangle layoutRect, ThemeWindowParts part, ThemeWindowStates state) { InternalDrawText(g,text,font,layoutRect,part,state,ThemeTextFormat.Left,false); }
public void DrawBackground(Graphics g, ThemeWindowParts part, ThemeWindowStates state, Rectangle r) { InternalDrawBackground(g,part,state,r); }