Skip to content
This repository was archived by the owner on Jan 16, 2021. It is now read-only.

Latest commit

 

History

History
37 lines (20 loc) · 883 Bytes

File metadata and controls

37 lines (20 loc) · 883 Bytes

numeric_text_box

demonstrates how to create a custom control with xtd::forms::text_box control.

Sources

src/numeric_text_box.cpp

CMakeLists.txt

Build and run

Open "Command Prompt" or "Terminal". Navigate to the folder that contains the project and type the following:

xtdc run

Output

Windows :

Screenshot

Screenshot

macOS :

Screenshot

Screenshot

Gnome :

Screenshot

Screenshot