GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / IGoCollapsible Interface
Members
In This Topic
    IGoCollapsible Interface
    In This Topic
    This interface should be implemented by all groups that want to use a GoCollapsibleHandle as the object that users click on to call Collapse or Expand.
    Syntax
    public interface IGoCollapsible 
    Remarks
    One such class is GoSubGraph.
    See Also