PropertyGrid.PropertyTabs 属性

定义

获取网格中显示的属性选项卡的集合。

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

属性值

一个包含由 /a0> 显示的对象集合

属性

注解

所有属性选项卡都派生自 PropertyTab 类。

适用于