Click or drag to resize

ShellWindow.ChildToolBarLocation Property

X#
Specifies the position of a child window's toolbar.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY ChildToolBarLocation AS USUAL GET SET 
Request Example View Source

Property Value

Type: Usual
Specifies the position of a child window's toolbar.
Remarks
Specifies the position of a child window's toolbar. Valid values are: TBL_CHILD The child's toolbar is displayed in the child window. This is the default setting. TBL_SHELL The child's toolbar is displayed in the shell window and replaces the shell window's toolbar.
See Also