Beispiel #1
0
		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);
		}
Beispiel #2
0
		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);
		}
Beispiel #3
0
		public void DrawBackground(Graphics g, ThemeExplorerBarParts part, ThemeExplorerBarStates state, Rectangle r)
		{
			InternalDrawBackground(g,part,state,r);
		}