GoDiagram Web Reference
FindCollapsible Method

Search for a Parent object that implements IGoCollapsible.
Syntax
'Declaration
 
Public Overridable Function FindCollapsible() As IGoCollapsible
public virtual IGoCollapsible FindCollapsible()

Return Value

an IGoCollapsible, or null if none was found
Remarks
Starting with this handle, this method searches the Parent chain for any GoObject that implements IGoCollapsible, and returns the first one that it finds. Normally this will just be the GoObject.Parent, but it could be further up the parent chain.
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

GoCollapsibleHandle Class
GoCollapsibleHandle Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback