<< Click to Display Table of Contents >> PreCreate() |
![]() ![]() ![]() |
Purpose
This call back method is called before the toolbar/rebar control becomes created.
Prototype
METHOD PreCreate() CLASS SEToolBar
Description
This method is used for seeting which have to done before the toolbar/rebar control will be created.
If you want to create an empty rebar control you have to add SELF:EnableBands(TRUE) here.
METHOD PreCreate() CLASS MyToolBar
SELF:EnableBands(TRUE)