xtd 0.2.0
Loading...
Searching...
No Matches
loading_indicator_styles.h
Go to the documentation of this file.
1
4#pragma once
6#if !defined(__XTD_FORMS_NATIVE_LIBRARY__)
7#error "Do not include this file: Internal use only"
8#endif
10
11#include <cstddef>
12
19constexpr size_t LI_OWNERDRAW = 0x00000001;
constexpr size_t LI_OWNERDRAW
Specifies that the owner of the loading indicator control is responsible for drawing the control.
Definition loading_indicator_styles.h:19