phoCommandBar - cLocalWebAppHost
Handle of the web application's command bar object (cWebCommandBar )
Type: Property
Access: Read/Write
Data Type: Handle
Parameters: None
Syntax
Property Handle phoCommandBar
| Access Type | Syntax |
|---|---|
| Read Access: | Get phoCommandBar to HandleVariable |
| Write Access: | Set phoCommandBar to HandleVariable/Value |
Description
The cWebApp object supports command bar objects that can contain a menu system and a set of tool bars. The Studio's Create New Web Project wizard builds a cWebApp object containing a default cWebCommandBar containing a structure of menus and tool bars. The phoCommandBar property contains an object reference to this command bar object.
For more information, see cWebCommandBar, cWebMenuBar, cWebToolBar.