Click or drag to resize

ShellWindow.ChildToolBarLocation Property (Typed)

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

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

Property Value

Type: Long
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