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

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: powerumc/vsgesture

Méthodes publiques

Méthode Description
DoModalLoop ( ) : void
DropDownHolder ( PickerService service ) : System
FocusComponent ( ) : void
SetComponent ( Control control ) : void
SystemColorChanged ( ) : void

Méthodes protégées

Méthode 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

Méthode Description
OnCurrentControlResize ( object o, EventArgs e ) : void

Method Details

DoModalLoop() public méthode

public DoModalLoop ( ) : void
Résultat void

DropDownHolder() public méthode

public DropDownHolder ( PickerService service ) : System
service PickerService
Résultat System

FocusComponent() public méthode

public FocusComponent ( ) : void
Résultat void

OnClosed() protected méthode

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnDeactivate() protected méthode

protected OnDeactivate ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

ProcessDialogKey() protected méthode

protected ProcessDialogKey ( Keys key ) : bool
key Keys
Résultat bool

SetBoundsCore() protected méthode

protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
x int
y int
width int
height int
specified BoundsSpecified
Résultat void

SetComponent() public méthode

public SetComponent ( Control control ) : void
control System.Windows.Forms.Control
Résultat void

SystemColorChanged() public méthode

public SystemColorChanged ( ) : void
Résultat void