Button控件 1用于可视的表现的属性 2索引和状态 3模板 4button的内容之所以可以放任意的控件是因为调用使用一个 ContentPresenter 控件来呈现。 5button控件的 状态 与用户相关的1个事件Click和2个属性IsPressed and ClickMode 以下是ClickMode 枚举的三个值 6The HyperlinkButton 7The RadioButton中 8分组 9CheckBox 的三态 ItemsControl 系列的控件有 the ListBox, the ComboBox, and the TabControl. 相关文章: