C# 클래스 Umc.Core.Tools.VSGesture.Controls.PickerBase.DropDownHolder

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: powerumc/vsgesture

공개 메소드들

메소드 설명
DoModalLoop ( ) : void
DropDownHolder ( PickerService service ) : System
FocusComponent ( ) : void
SetComponent ( Control control ) : void
SystemColorChanged ( ) : void

보호된 메소드들

메소드 설명
OnClosed ( EventArgs e ) : void
OnDeactivate ( EventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
ProcessDialogKey ( Keys key ) : bool
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void

비공개 메소드들

메소드 설명
OnCurrentControlResize ( object o, EventArgs e ) : void

메소드 상세

DoModalLoop() 공개 메소드

public DoModalLoop ( ) : void
리턴 void

DropDownHolder() 공개 메소드

public DropDownHolder ( PickerService service ) : System
service PickerService
리턴 System

FocusComponent() 공개 메소드

public FocusComponent ( ) : void
리턴 void

OnClosed() 보호된 메소드

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

OnDeactivate() 보호된 메소드

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

OnMouseDown() 보호된 메소드

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

ProcessDialogKey() 보호된 메소드

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

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

SetComponent() 공개 메소드

public SetComponent ( Control control ) : void
control System.Windows.Forms.Control
리턴 void

SystemColorChanged() 공개 메소드

public SystemColorChanged ( ) : void
리턴 void