Volume Control
Application-specific hotkeys for Windows
VolumeControl.Core.Attributes.HotkeyActionGroupAttribute Class Reference

Indicates that the associated class contains hotkey action methods marked with HotkeyActionAttribute. More...

Inheritance diagram for VolumeControl.Core.Attributes.HotkeyActionGroupAttribute:
Collaboration diagram for VolumeControl.Core.Attributes.HotkeyActionGroupAttribute:

Public Member Functions

 HotkeyActionGroupAttribute (string groupName)
 Creates a new HotkeyActionGroupAttribute instance with a group name specified by groupName . More...
 

Properties

string GroupName [get, set]
 Gets or sets the name of this hotkey action group. More...
 
string? GroupColor [get, set]
 Gets or sets the color of this hotkey action group, as a hexadecimal color code. More...
 
Type? DefaultDataTemplateProvider [get, set]
 Gets or sets the default data template provider to use for action methods in this group. More...
 

Detailed Description

Indicates that the associated class contains hotkey action methods marked with HotkeyActionAttribute.

Constructor & Destructor Documentation

◆ HotkeyActionGroupAttribute()

VolumeControl.Core.Attributes.HotkeyActionGroupAttribute.HotkeyActionGroupAttribute ( string  groupName)

Creates a new HotkeyActionGroupAttribute instance with a group name specified by groupName .

Parameters
groupNameThe name of this hotkey action group.

References VolumeControl.Core.Attributes.HotkeyActionGroupAttribute.GroupName.

Property Documentation

◆ DefaultDataTemplateProvider

Type? VolumeControl.Core.Attributes.HotkeyActionGroupAttribute.DefaultDataTemplateProvider
getset

Gets or sets the default data template provider to use for action methods in this group.

◆ GroupColor

string? VolumeControl.Core.Attributes.HotkeyActionGroupAttribute.GroupColor
getset

Gets or sets the color of this hotkey action group, as a hexadecimal color code.

◆ GroupName

string VolumeControl.Core.Attributes.HotkeyActionGroupAttribute.GroupName
getset

Gets or sets the name of this hotkey action group.

Referenced by VolumeControl.Core.Attributes.HotkeyActionGroupAttribute.HotkeyActionGroupAttribute().


The documentation for this class was generated from the following file: