nim_duilib/docs/Controls/README.md
2019-04-19 17:19:57 +08:00

16 lines
578 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Controls控件
控件包含了所有可用的独立控件,如按钮、文本、进度条等,提供用户输入或输出内容提供使用者查看。以下列举了所有可用的控件列表。
- [Window](Window.md) 用于容纳所有控件的窗口,这里暂时放到控件分类中
- [Control](Control.md) 所有控件的基类,包含了控件的基本属性和接口
- [Button](Button.md) 按钮控件
- [CheckBox](CheckBox.md) 复选框
- [Option](Option.md) 单选框
- [Label](Label.md) 文本
- [Progress](Progress.md) 进度条
- [Slider](Slider.md) 滑动条
- [RichEdit](RichEdit.md) 富文本
- [ScrollBar](ScrollBar.md) 滚动条
- [CefControl](CefControl.md) CEF 控件