System.Windows.Forms.ThemeWin32Classic.ComboBoxDrawNormalDropDownButton C# (CSharp) 메소드

ComboBoxDrawNormalDropDownButton() 공개 메소드

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
리턴 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