ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Toolbar functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Indicates the display mode of a Toolbar control.
Reminder: A Toolbar control can "float" or it can be docked to the window borders by one of its sides
Example
IF TBAR_Toolbar1.Position() = barUndocked THEN
TBAR_Toolbar1.Dock(barLeft)
END
Syntax
<Result> = <Toolbar control>.Position()
<Result>: Optional constant
Position of the Toolbar control:
barDownThe Toolbar control is docked at the bottom of the main window.
barLeftThe Toolbar control is docked to the left of the main window.
barRightThe Toolbar control is docked to the right of the main window.
barUndocked"Floating" Toolbar control.
barUp
(Default value)
The Toolbar control is docked at the top of the main window.
<Toolbar control>: Control name
Name of Toolbar control to use.
Remarks
The keyword MyWindow must not be used:
  • in the events associated with the Toolbar control.
  • in the events associated with the controls in the toolbar.
Component: wd290obj.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/19/2023

Send a report | Local help