<< Click to Display Table of Contents >> SEToolBar Class |
![]() ![]() ![]() |
Purpose
Enhanced toolbar class with full rebar support.
VO supports the rebar control with the toolbar class.
If ToolBar:EnableBands(FALSE) is set, the toolbar object contains only a single toolbar control.
In this case ToolBar:Handle() returns the handle of this toolbar control and most of the new SEToolBar features have no function.
If ToolBar:EnableBands(TRUE) is set, the toolbar object contains a single rebar control.
ToolBar:Handle() returns the handle of this rebar control.
A rebar control contains bands, which will be addressed with a symbolic name or a numeric band index.
Each band can contain a control or a toolbar control.
If the band contains a toolbar, the symbolic name of the toolbar is equal to the symbolic band name.
Prototype
CLASS SEToolBar INHERIT ToolBar
Access
Assign
Method