ComponentFactory.Krypton.Toolkit.KryptonSplitContainerBehavior.KryptonSplitContainerBehavior C# (CSharp) Method

KryptonSplitContainerBehavior() public method

Initialize a new instance of the KryptonSplitContainerBehavior class.
public KryptonSplitContainerBehavior ( IDesigner relatedDesigner ) : System
relatedDesigner IDesigner Reference to the containing designer.
return System
        public KryptonSplitContainerBehavior(IDesigner relatedDesigner)
        {
            _splitContainer = relatedDesigner.Component as KryptonSplitContainer;
        }