ComponentFactory.Krypton.Ribbon.ViewDrawRibbonGroupClusterSeparator.ViewDrawRibbonGroupClusterSeparator C# (CSharp) Method

ViewDrawRibbonGroupClusterSeparator() public method

Initialize a new instance of the ViewDrawRibbonGroupClusterSeparator class.
public ViewDrawRibbonGroupClusterSeparator ( KryptonRibbon ribbon, bool start ) : System
ribbon KryptonRibbon Reference to owning ribbon control.
start bool Is this is cluster start separator.
return System
        public ViewDrawRibbonGroupClusterSeparator(KryptonRibbon ribbon, bool start)
        {
            Debug.Assert(ribbon != null);
            _ribbon = ribbon;
            _start = start;
        }