ShellWindow.ChildToolBarLocation Property | |
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
public virtual Usual ChildToolBarLocation { get; set; }
Request Example
View SourceProperty Value
Type:
UsualSpecifies 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