DColumnSheet
Description
Similar to DPropertySheet, but with tabs on the left.
Parent
Derives methods, etc not listed on this page from Panel.
Implements
Implements or overrides the following hooks/methods. If you want to override these, you probably want to call the original function too.
Methods
Panel DColumnSheet:GetActiveButton()
An AccessorFunc that returns the active button of this DColumnSheet.
DColumnSheet:SetActiveButton( Panel active )
This is used internally - although you're able to use it you probably shouldn't.
An AccessorFunc that makes a button an active button for this DColumnSheet.
DColumnSheet:UseButtonOnlyStyle()
Makes the tabs/buttons show only the image and no text.
Example
Example of how you'd use this panel