C# Class CloverExamplePOS.DropDownButton

Inheritance: System.Windows.Forms.Button
显示文件 Open project: clover/remote-pay-windows

Public Methods

Method Description
DropDownButton ( ) : System

Protected Methods

Method Description
OnPaint ( PaintEventArgs pevent ) : void

Private Methods

Method Description
Clicked ( object sender, EventArgs e ) : void
init ( ) : void

Method Details

DropDownButton() public method

public DropDownButton ( ) : System
return System

OnPaint() protected method

protected OnPaint ( PaintEventArgs pevent ) : void
pevent PaintEventArgs
return void