프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CalculatePreferredSize |
메소드 | 설명 | |
---|---|---|
ToolStripDropDownButton ( ) : System.Drawing | ||
ToolStripDropDownButton ( Image image ) : System.Drawing | ||
ToolStripDropDownButton ( string text ) : System.Drawing | ||
ToolStripDropDownButton ( string text, Image image ) : System.Drawing | ||
ToolStripDropDownButton ( string text, Image image, EventHandler onClick ) : System.Drawing | ||
ToolStripDropDownButton ( string text, Image image, EventHandler onClick, string name ) : System.Drawing |
메소드 | 설명 | |
---|---|---|
CreateDefaultDropDown ( ) : |
||
OnMouseDown ( MouseEventArgs e ) : void | ||
OnMouseLeave ( |
||
OnMouseUp ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs e ) : void | ||
ProcessMnemonic ( char charCode ) : bool |
메소드 | 설명 | |
---|---|---|
CalculatePreferredSize ( |
protected CreateDefaultDropDown ( ) : |
||
리턴 |
public ToolStripDropDownButton ( ) : System.Drawing | ||
리턴 | System.Drawing |
public ToolStripDropDownButton ( Image image ) : System.Drawing | ||
image | Image | |
리턴 | System.Drawing |
public ToolStripDropDownButton ( string text ) : System.Drawing | ||
text | string | |
리턴 | System.Drawing |
public ToolStripDropDownButton ( string text, Image image ) : System.Drawing | ||
text | string | |
image | Image | |
리턴 | System.Drawing |
public ToolStripDropDownButton ( string text, Image image, EventHandler onClick ) : System.Drawing | ||
text | string | |
image | Image | |
onClick | EventHandler | |
리턴 | System.Drawing |
public ToolStripDropDownButton ( string text, Image image, EventHandler onClick, string name ) : System.Drawing | ||
text | string | |
image | Image | |
onClick | EventHandler | |
name | string | |
리턴 | System.Drawing |