C# Class NetIde.Services.CommandManager.NiCommandManager.KeyboardMappingManager.NiKeyboardMappings

Inheritance: NetIde.Shell.ServiceObject, INiKeyboardMappings
Afficher le fichier Open project: netide/netide

Méthodes publiques

Méthode Description
GetAllButtons ( INiCommandBarButton &buttons ) : HResult
GetButtons ( Keys keys, INiCommandBarButton &buttons ) : HResult
GetKeys ( INiCommandBarButton button, Keys &keys ) : HResult
NiKeyboardMappings ( NiCommandManager commandManager ) : System
SetKeys ( INiCommandBarButton button, Keys keys ) : HResult

Private Methods

Méthode Description
AreSameKeys ( Keys buttonKeys, Keys keys ) : bool

Method Details

GetAllButtons() public méthode

public GetAllButtons ( INiCommandBarButton &buttons ) : HResult
buttons INiCommandBarButton
Résultat HResult

GetButtons() public méthode

public GetButtons ( Keys keys, INiCommandBarButton &buttons ) : HResult
keys Keys
buttons INiCommandBarButton
Résultat HResult

GetKeys() public méthode

public GetKeys ( INiCommandBarButton button, Keys &keys ) : HResult
button INiCommandBarButton
keys Keys
Résultat HResult

NiKeyboardMappings() public méthode

public NiKeyboardMappings ( NiCommandManager commandManager ) : System
commandManager NiCommandManager
Résultat System

SetKeys() public méthode

public SetKeys ( INiCommandBarButton button, Keys keys ) : HResult
button INiCommandBarButton
keys Keys
Résultat HResult