C# 클래스 NetIde.Services.CommandManager.NiCommandManager.KeyboardMappingManager.NiKeyboardMappings

상속: NetIde.Shell.ServiceObject, INiKeyboardMappings
파일 보기 프로젝트 열기: netide/netide

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
AreSameKeys ( Keys buttonKeys, Keys keys ) : bool

메소드 상세

GetAllButtons() 공개 메소드

public GetAllButtons ( INiCommandBarButton &buttons ) : HResult
buttons INiCommandBarButton
리턴 HResult

GetButtons() 공개 메소드

public GetButtons ( Keys keys, INiCommandBarButton &buttons ) : HResult
keys Keys
buttons INiCommandBarButton
리턴 HResult

GetKeys() 공개 메소드

public GetKeys ( INiCommandBarButton button, Keys &keys ) : HResult
button INiCommandBarButton
keys Keys
리턴 HResult

NiKeyboardMappings() 공개 메소드

public NiKeyboardMappings ( NiCommandManager commandManager ) : System
commandManager NiCommandManager
리턴 System

SetKeys() 공개 메소드

public SetKeys ( INiCommandBarButton button, Keys keys ) : HResult
button INiCommandBarButton
keys Keys
리턴 HResult