C# Class Umc.Core.Tools.VSGesture.Controls.PickerBase.DropDownHolder

Inheritance: System.Windows.Forms.Form
显示文件 Open project: powerumc/vsgesture

Public Methods

Method Description
DoModalLoop ( ) : void
DropDownHolder ( PickerService service ) : System
FocusComponent ( ) : void
SetComponent ( Control control ) : void
SystemColorChanged ( ) : void

Protected Methods

Method Description
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

Private Methods

Method Description
OnCurrentControlResize ( object o, EventArgs e ) : void

Method Details

DoModalLoop() public method

public DoModalLoop ( ) : void
return void

DropDownHolder() public method

public DropDownHolder ( PickerService service ) : System
service PickerService
return System

FocusComponent() public method

public FocusComponent ( ) : void
return void

OnClosed() protected method

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
return void

OnDeactivate() protected method

protected OnDeactivate ( EventArgs e ) : void
e System.EventArgs
return void

OnMouseDown() protected method

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
return void

ProcessDialogKey() protected method

protected ProcessDialogKey ( Keys key ) : bool
key Keys
return bool

SetBoundsCore() protected method

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

SetComponent() public method

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

SystemColorChanged() public method

public SystemColorChanged ( ) : void
return void