public void DrawText(Graphics g, string text, Font font, Rectangle layoutRect, ThemeExplorerBarParts part, ThemeExplorerBarStates 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, ThemeExplorerBarParts part, ThemeExplorerBarStates state) { InternalDrawText(g,text,font,layoutRect,part,state,ThemeTextFormat.Left,false); }
public void DrawBackground(Graphics g, ThemeExplorerBarParts part, ThemeExplorerBarStates state, Rectangle r) { InternalDrawBackground(g,part,state,r); }