TabPanelCustomizeEventArgs Properties
Provides data for the TabPanelCustomize event.| Name | Description |
|---|---|
| Buttons | Gets the collection of tabs (buttons) displayed in the panel. This property is obsolete. Use the Tabs property instead. |
| Panel | Gets the panel that contains tabs. |
| Rows | Gets the collection of rows in the property grid. |
| Tabs | Gets the collection of tabs (buttons) displayed in the panel. |
See Also