SpaceClaim.AddIn.Unfold.DashChainButtonCapsule.DashChainButtonCapsule C# (CSharp) Method

DashChainButtonCapsule() public method

public DashChainButtonCapsule ( RibbonCollectionCapsule parent, ButtonSize buttonSize ) : System
parent SpaceClaim.AddInLibrary.RibbonCollectionCapsule
buttonSize ButtonSize
return System
        public DashChainButtonCapsule(RibbonCollectionCapsule parent, ButtonSize buttonSize)
            : base("DashChain", Resources.DashChainText, null, Resources.DashChainHint, parent, buttonSize)
        {
        }