CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
hotkey_prefix.h
1
2#ifndef _aspose_drawing_text_hotkey_prefix_h_
3#define _aspose_drawing_text_hotkey_prefix_h_
4
5namespace System { namespace Drawing { namespace Text {
7enum class HotkeyPrefix {
9 None = 0,
11 Show = 1,
12 // The hot-key prefix is hidden.
13 Hide = 2
14};
15}}}
16
17#endif
@ Text
Defines color adjustment information for text.
HotkeyPrefix
Specifies the type of display for hot-key prefixes that relate to text.
Definition: hotkey_prefix.h:7
@ Show
Tthe hot-key prefix is displayed.
Definition: db_command.h:9