PropertyGrid.PropertyTabs 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取网格中显示的属性选项卡集合。
public:
property System::Windows::Forms::PropertyGrid::PropertyTabCollection ^ PropertyTabs { System::Windows::Forms::PropertyGrid::PropertyTabCollection ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Windows.Forms.PropertyGrid.PropertyTabCollection PropertyTabs { get; }
[<System.ComponentModel.Browsable(false)>]
member this.PropertyTabs : System.Windows.Forms.PropertyGrid.PropertyTabCollection
Public ReadOnly Property PropertyTabs As PropertyGrid.PropertyTabCollection
属性值
一个 PropertyGrid.PropertyTabCollection,包含由 PropertyTab 显示的 PropertyGrid 对象的集合。
- 属性
注解
所有属性选项卡都派生自 PropertyTab 该类。