C# 클래스 ComponentFactory.Krypton.Ribbon.RibbonShortcuts

Storage for shortcut related properties.
상속: ComponentFactory.Krypton.Toolkit.Storage
파일 보기 프로젝트 열기: ComponentFactory/Krypton

Private Properties

프로퍼티 타입 설명
ShouldSerializeToggleKeyboardAccess1 bool
ShouldSerializeToggleKeyboardAccess2 bool
ShouldSerializeToggleMinimizeMode bool

공개 메소드들

메소드 설명
ResetToggleKeyboardAccess1 ( ) : void

Resets the ToggleKeyboardAccess1 property to its default value.

ResetToggleKeyboardAccess2 ( ) : void

Resets the ToggleKeyboardAccess2 property to its default value.

ResetToggleMinimizeMode ( ) : void

Resets the ToggleMinimizeMode property to its default value.

RibbonShortcuts ( ) : System

Initialize a new instance of the RibbonShortcuts class.

비공개 메소드들

메소드 설명
ShouldSerializeToggleKeyboardAccess1 ( ) : bool
ShouldSerializeToggleKeyboardAccess2 ( ) : bool
ShouldSerializeToggleMinimizeMode ( ) : bool

메소드 상세

ResetToggleKeyboardAccess1() 공개 메소드

Resets the ToggleKeyboardAccess1 property to its default value.
public ResetToggleKeyboardAccess1 ( ) : void
리턴 void

ResetToggleKeyboardAccess2() 공개 메소드

Resets the ToggleKeyboardAccess2 property to its default value.
public ResetToggleKeyboardAccess2 ( ) : void
리턴 void

ResetToggleMinimizeMode() 공개 메소드

Resets the ToggleMinimizeMode property to its default value.
public ResetToggleMinimizeMode ( ) : void
리턴 void

RibbonShortcuts() 공개 메소드

Initialize a new instance of the RibbonShortcuts class.
public RibbonShortcuts ( ) : System
리턴 System