Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ToolBar
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00865097
Message ID:
00865366
Views:
19
This message has been marked as the solution to the initial question of the thread.
>Como ativar a propriedade Docked e DockPosition de meu toolbar que eu criei.
>Obs ele é uma classe que eu criei.
>Eu gostaria de ancorar ela como se fosse uma barra de ferramentas.

Bom dia, Thiago.
thisform.ToolBar1.Dock(-1) && TOOL_NOTDOCKED
thisform.ToolBar1.Dock(0) && TOOL_TOP
thisform.ToolBar1.Dock(1) && TOOL_LEFT
thisform.ToolBar1.Dock(2) && TOOL_RIGHT
thisform.ToolBar1.Dock(3) && TOOL_BOTTOM
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform