GoDiagram Web Reference
OnAutoResizesChanged Method (GoTextNode)

This method is called when the value of AutoResizes changes.
Syntax
'Declaration
 
Public Overridable Sub OnAutoResizesChanged( _
   ByVal old As Boolean _
) 
public virtual void OnAutoResizesChanged( 
   bool old
)

Parameters

old
Remarks
This just changes the Label's Wrapping and Clipping properties to be true when the AutoResizes property is false, and vice-versa.
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

GoTextNode Class
GoTextNode Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback