xtd 0.2.0
Loading...
Searching...
No Matches
hot key prefix

Definition

hot key prefix definitions.

Warning
Internal use only

Variables

constexpr xtd::int32 HKP_NONE
 No hot-key prefix.
 
constexpr xtd::int32 HKP_SHOW
 Display the hot-key prefix.
 
constexpr xtd::int32 HKP_HIDE
 Do not display the hot-key prefix.
 

Variable Documentation

◆ HKP_NONE

constexpr xtd::int32 HKP_NONE
constexpr

#include <xtd.drawing.native/include/xtd/drawing/native/hot_key_prefixes.h>

No hot-key prefix.

Library
xtd.drawing.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ HKP_SHOW

constexpr xtd::int32 HKP_SHOW
constexpr

#include <xtd.drawing.native/include/xtd/drawing/native/hot_key_prefixes.h>

Display the hot-key prefix.

Library
xtd.drawing.native
Remarks
Added specifically for xtd.
Warning
Internal use only

◆ HKP_HIDE

constexpr xtd::int32 HKP_HIDE
constexpr

#include <xtd.drawing.native/include/xtd/drawing/native/hot_key_prefixes.h>

Do not display the hot-key prefix.

Library
xtd.drawing.native
Remarks
Added specifically for xtd.
Warning
Internal use only