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

属性值

PropertyGrid.PropertyTabCollection

一个 PropertyGrid.PropertyTabCollection,包含由 PropertyTab 显示的 PropertyGrid 对象的集合。

属性

注解

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

适用于