GoDiagram Web Reference
LayoutChildren Method (GoIconicNode)

Position the label and port relative to the icon.
Syntax
'Declaration
 
Public Overrides Sub LayoutChildren( _
   ByVal childchanged As GoObject _
) 
public override void LayoutChildren( 
   GoObject childchanged
)

Parameters

childchanged
Remarks
Initially the label is positioned below the icon. When DraggableLabel is true, the user may select and drag the label around independently of the node. This class maintains the last known offset of the label with respect to the icon, so that this method can place the label correctly when DraggableLabel is false or the childchanged is not the label. When Initializing is true, this method does nothing. This method also does nothing if there is no Icon.
Requirements

Target Platforms: 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

Reference

GoIconicNode Class
GoIconicNode Members
Base Implementation in LayoutChildren

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback