UI_PKEY_ItemsSource
标识 UI_PKEY_ItemsSource 属性。
propertyDescription
name = UI_PKEY_ItemsSource
shellPKey = UI_PKEY_ItemsSource
formatID = 00000101-7363-696e-8441798acf5aebb7
propID = 101
typeInfo
type = IUICollection
备注
UI_PKEY_ItemsSource由应用程序用于查询库控件中的项集合,例如快速访问工具栏 (QAT) 。
属性值是 IUICollection 对象。
此 IUICollection 中的每个项都必须实现 IUISimplePropertySet ,以公开与该项关联的只读属性,例如标签或图像。
若要在运行时添加或删除库控件中的项,请使用 IUICollection 方法。
以下屏幕截图演示 了 SplitButtonGallery 菜单中的项集合。
相关主题