ShellWindow.ChildToolBarLocation Property (Typed) | |
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
public virtual int ChildToolBarLocation { get; set; }
Request Example
View SourceProperty Value
Type:
LongSpecifies 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