xtd 0.2.0
draw_item_state.h File Reference
#include <xtd/ustring.h>

Definition

Contains xtd::forms::draw_item_state enum class.

Include dependency graph for draw_item_state.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 xtd
 The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
 
 xtd::forms
 The xtd::forms namespace contains classes for creating Windows-based applications that take full advantage of the rich user interface features available in the Microsoft Windows operating system, Apple macOS and Linux like Ubuntu operating system.
 

Enumerations

enum  xtd::forms::draw_item_state {
  xtd::forms::draw_item_state::none = 0b0,
  xtd::forms::draw_item_state::selected = 0b1,
  xtd::forms::draw_item_state::grayed = 0b10,
  xtd::forms::draw_item_state::disabled = 0b100,
  xtd::forms::draw_item_state::checked = 0b1000,
  xtd::forms::draw_item_state::focus = 0b1'0000,
  xtd::forms::draw_item_state::default_state = 0b10'0000,
  xtd::forms::draw_item_state::hot_light = 0b100'0000,
  xtd::forms::draw_item_state::inactive = 0b1000'00000,
  xtd::forms::draw_item_state::no_accelerator = 0b1'0000'0000,
  xtd::forms::draw_item_state::no_focus_rect = 0b10'0000'0000,
  xtd::forms::draw_item_state::combo_box_edit = 0b1'0000'0000'0000
}
 Specifies the state of an item that is being drawn. This enumeration supports a bitwise combination of its member values. More...