WinNativeCommonCtls 枚举
包的共享模块中声明并暴露给用户代码的十个模块级枚举。每个枚举都可以从引用该包的任何项目中访问。
每控件嵌套枚举(在 <Name>BaseCtl 类内部声明的 —— ListViewConstants、ListArrangeConstants、ListLabelEditConstants、ListTextBackgroundConstants、ListColumnAlignmentConstants、PrbOrientation、PrbScrolling、PrbState、TickStyleConstants、TextPositionConstants、ImageListColorDepth)记录在声明它们的控件页面上,而非此文件夹下。
DTPicker
ImageList
- ImlDrawConstants —— ListImage.Draw 的 Style 标志
共享(Slider、UpDown)
- OrientationConstants —— Slider.Orientation 和 UpDown.Orientation 使用的水平/垂直枚举
TreeView(及 ListView via TreeBorderStyleConstants)
- TreeBorderStyleConstants —— TreeView.BorderStyle 和 ListView.BorderStyle 的取值
- TreeLabelEditConstants —— TreeView.LabelEdit 的取值
- TreeLineStyleConstants —— TreeView.LineStyle 的取值
- TreeRelationshipConstants —— Nodes.Add 的 Relationship 取值
- TreeSortOrderConstants —— TreeView.SortOrder 和 Node.SortOrder 的取值
- TreeSortTypeConstants —— TreeView.SortType 和 Node.SortType 的取值
- TreeStyleConstants —— TreeView.Style 的取值