Version

ChildToolRelativeOrigin Property

Gets or sets how the children of this tool are aligned relative to the parent tool.
Syntax
'Declaration
 
Public Property ChildToolRelativeOrigin As ChildToolRelativeOrigin
public ChildToolRelativeOrigin ChildToolRelativeOrigin {get; set;}
Remarks

This property determines whether the children of this tool are aligned to the parent tool. By default, child tools are positioned using the VisiblePosition proprety, or if VisiblePosition is not set, by starting at position zero and arranging tools clockwise around the menu. This property allows you to apply a rotation to the child menu such that a particular child tool will always appear in the same position as the parent tool. Note that VisiblePosition of the child tools is not affected. Tools are still positioned relative to position 0 on the menu, but the menu itself is then rotated.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also