C# 클래스 System.Windows.Forms.ToolStripDropDown

상속: ToolStrip
파일 보기 프로젝트 열기: Clancey/MonoMac.Windows.Form 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Dismiss void
GetTopLevelToolStrip ToolStrip
ProcessDialogChar bool
ScaleCore void
Show void
ToolStripMenuTracker_AppClicked void
ToolStripMenuTracker_AppFocusChange void

공개 메소드들

메소드 설명
Close ( ) : void
Close ( ToolStripDropDownCloseReason reason ) : void
Show ( Control control, Point position ) : void
Show ( Control control, Point position, ToolStripDropDownDirection direction ) : void
Show ( Control control, int x, int y ) : void
Show ( Point screenLocation ) : void
Show ( Point position, ToolStripDropDownDirection direction ) : void
Show ( int x, int y ) : void
ToolStripDropDown ( ) : System.Drawing

보호된 메소드들

메소드 설명
CreateHandle ( ) : void
Dispose ( bool disposing ) : void
OnClosed ( System.Windows.Forms.ToolStripDropDownClosedEventArgs e ) : void
OnClosing ( System.Windows.Forms.ToolStripDropDownClosingEventArgs e ) : void
OnHandleCreated ( EventArgs e ) : void
OnItemClicked ( ToolStripItemClickedEventArgs e ) : void
OnLayout ( System.Windows.Forms.LayoutEventArgs e ) : void
OnMouseUp ( MouseEventArgs mea ) : void
OnOpened ( EventArgs e ) : void
OnOpening ( CancelEventArgs e ) : void
OnParentChanged ( EventArgs e ) : void
OnVisibleChanged ( EventArgs e ) : void
ProcessDialogKey ( Keys keyData ) : bool
ProcessMnemonic ( char charCode ) : bool
ScaleControl ( SizeF factor, BoundsSpecified specified ) : void
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void

비공개 메소드들

메소드 설명
Dismiss ( ToolStripDropDownCloseReason reason ) : void
GetTopLevelToolStrip ( ) : ToolStrip
ProcessDialogChar ( char charCode ) : bool
ScaleCore ( float dx, float dy ) : void
Show ( ) : void
ToolStripMenuTracker_AppClicked ( object sender, EventArgs e ) : void
ToolStripMenuTracker_AppFocusChange ( object sender, EventArgs e ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Close() 공개 메소드

public Close ( ToolStripDropDownCloseReason reason ) : void
reason ToolStripDropDownCloseReason
리턴 void

CreateHandle() 보호된 메소드

protected CreateHandle ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

OnClosed() 보호된 메소드

protected OnClosed ( System.Windows.Forms.ToolStripDropDownClosedEventArgs e ) : void
e System.Windows.Forms.ToolStripDropDownClosedEventArgs
리턴 void

OnClosing() 보호된 메소드

protected OnClosing ( System.Windows.Forms.ToolStripDropDownClosingEventArgs e ) : void
e System.Windows.Forms.ToolStripDropDownClosingEventArgs
리턴 void

OnHandleCreated() 보호된 메소드

protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnItemClicked() 보호된 메소드

protected OnItemClicked ( ToolStripItemClickedEventArgs e ) : void
e ToolStripItemClickedEventArgs
리턴 void

OnLayout() 보호된 메소드

protected OnLayout ( System.Windows.Forms.LayoutEventArgs e ) : void
e System.Windows.Forms.LayoutEventArgs
리턴 void

OnMouseUp() 보호된 메소드

protected OnMouseUp ( MouseEventArgs mea ) : void
mea MouseEventArgs
리턴 void

OnOpened() 보호된 메소드

protected OnOpened ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnOpening() 보호된 메소드

protected OnOpening ( CancelEventArgs e ) : void
e CancelEventArgs
리턴 void

OnParentChanged() 보호된 메소드

protected OnParentChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnVisibleChanged() 보호된 메소드

protected OnVisibleChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

ProcessDialogKey() 보호된 메소드

protected ProcessDialogKey ( Keys keyData ) : bool
keyData Keys
리턴 bool

ProcessMnemonic() 보호된 메소드

protected ProcessMnemonic ( char charCode ) : bool
charCode char
리턴 bool

ScaleControl() 보호된 메소드

protected ScaleControl ( SizeF factor, BoundsSpecified specified ) : void
factor System.Drawing.SizeF
specified BoundsSpecified
리턴 void

SetBoundsCore() 보호된 메소드

protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
x int
y int
width int
height int
specified BoundsSpecified
리턴 void

Show() 공개 메소드

public Show ( Control control, Point position ) : void
control Control
position Point
리턴 void

Show() 공개 메소드

public Show ( Control control, Point position, ToolStripDropDownDirection direction ) : void
control Control
position Point
direction ToolStripDropDownDirection
리턴 void

Show() 공개 메소드

public Show ( Control control, int x, int y ) : void
control Control
x int
y int
리턴 void

Show() 공개 메소드

public Show ( Point screenLocation ) : void
screenLocation Point
리턴 void

Show() 공개 메소드

public Show ( Point position, ToolStripDropDownDirection direction ) : void
position Point
direction ToolStripDropDownDirection
리턴 void

Show() 공개 메소드

public Show ( int x, int y ) : void
x int
y int
리턴 void

ToolStripDropDown() 공개 메소드

public ToolStripDropDown ( ) : System.Drawing
리턴 System.Drawing