C# Class ComponentFactory.Krypton.Ribbon.RibbonShortcuts

Storage for shortcut related properties.
Inheritance: ComponentFactory.Krypton.Toolkit.Storage
Show file Open project: ComponentFactory/Krypton

Private Properties

Property Type Description
ShouldSerializeToggleKeyboardAccess1 bool
ShouldSerializeToggleKeyboardAccess2 bool
ShouldSerializeToggleMinimizeMode bool

Public Methods

Method Description
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.

Private Methods

Method Description
ShouldSerializeToggleKeyboardAccess1 ( ) : bool
ShouldSerializeToggleKeyboardAccess2 ( ) : bool
ShouldSerializeToggleMinimizeMode ( ) : bool

Method Details

ResetToggleKeyboardAccess1() public method

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

ResetToggleKeyboardAccess2() public method

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

ResetToggleMinimizeMode() public method

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

RibbonShortcuts() public method

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