GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoCollapsibleHandle Class / FindCollapsible Method
In This Topic
    FindCollapsible Method
    In This Topic
    Search for a Parent object that implements IGoCollapsible.
    Syntax
    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 Parent, but it could be further up the parent chain.
    See Also