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

Inheritance: IServiceProvider, IWindowsFormsEditorService
Afficher le fichier Open project: powerumc/vsgesture

Méthodes publiques

Méthode Description
CancelEditing ( ) : void
CloseDropDown ( ) : void
DropDownControl ( Control control ) : void
GetService ( Type type ) : object
HideHolder ( ) : void
PickerService ( PickerBase parent ) : System
ShowDialog ( Form dialog ) : DialogResult
SystemColorsChanged ( ) : void
ValidateEditing ( ) : void

Method Details

CancelEditing() public méthode

public CancelEditing ( ) : void
Résultat void

CloseDropDown() public méthode

public CloseDropDown ( ) : void
Résultat void

DropDownControl() public méthode

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

GetService() public méthode

public GetService ( Type type ) : object
type System.Type
Résultat object

HideHolder() public méthode

public HideHolder ( ) : void
Résultat void

PickerService() public méthode

public PickerService ( PickerBase parent ) : System
parent PickerBase
Résultat System

ShowDialog() public méthode

public ShowDialog ( Form dialog ) : DialogResult
dialog System.Windows.Forms.Form
Résultat DialogResult

SystemColorsChanged() public méthode

public SystemColorsChanged ( ) : void
Résultat void

ValidateEditing() public méthode

public ValidateEditing ( ) : void
Résultat void