System.Windows.Forms.ThemeWin32Classic.ComboBoxDrawNormalDropDownButton C# (CSharp) Method

ComboBoxDrawNormalDropDownButton() public method

public ComboBoxDrawNormalDropDownButton ( ComboBox comboBox, Graphics g, Rectangle clippingArea, Rectangle area, ButtonState state ) : void
comboBox ComboBox
g System.Drawing.Graphics
clippingArea System.Drawing.Rectangle
area System.Drawing.Rectangle
state ButtonState
return void
		public override void ComboBoxDrawNormalDropDownButton (ComboBox comboBox, Graphics g, Rectangle clippingArea, Rectangle area, ButtonState state)
		{
			CPDrawComboButton (g, area, state);
		}
		public override bool ComboBoxNormalDropDownButtonHasTransparentBackground (ComboBox comboBox, ButtonState state)
ThemeWin32Classic