Using TLMDDockPanel control |
Top Previous |
•The Zone and Site properties refer to parent site and its corresponding zone, if any. •The Caption, Images and ImageIndex properties allows specifying main visual parameters of the panel. The site use caption and image to draw panel headers and tabs. •The PanelVisible property should be used instead of standard Visible property to set the panel visible. This is analogous to TTabSheet.TabVisible property. Setting the PanelVisible to False will hide the panel from its dock site. The panel will remain docked in the site, so later setting the property value back to True will show the panel at the old position (in the old zone). •The other customization properties are ShowHeader, BorderStyle, Buttons and ShowHeaderImage. •The HeaderMenu property allows to specify the popup menu that will popup on right click on the panel’s header or click the menu header button. |