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

Inheritance: IServiceProvider, IWindowsFormsEditorService
Mostra file Open project: powerumc/vsgesture

Public Methods

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

public CancelEditing ( ) : void
return void

CloseDropDown() public method

public CloseDropDown ( ) : void
return void

DropDownControl() public method

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

GetService() public method

public GetService ( Type type ) : object
type System.Type
return object

HideHolder() public method

public HideHolder ( ) : void
return void

PickerService() public method

public PickerService ( PickerBase parent ) : System
parent PickerBase
return System

ShowDialog() public method

public ShowDialog ( Form dialog ) : DialogResult
dialog System.Windows.Forms.Form
return DialogResult

SystemColorsChanged() public method

public SystemColorsChanged ( ) : void
return void

ValidateEditing() public method

public ValidateEditing ( ) : void
return void