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

ViewLayoutRibbonSeparator() public method

Initialize a new instance of the ViewLayoutRibbonSeparator class.
public ViewLayoutRibbonSeparator ( int length, bool ignoreMouse ) : System
length int Length of the separator.
ignoreMouse bool Should mouse messages be ignored.
return System
        public ViewLayoutRibbonSeparator(int length, bool ignoreMouse)
            : this(length, length, ignoreMouse)
        {
        }

Same methods

ViewLayoutRibbonSeparator::ViewLayoutRibbonSeparator ( int width, int height, bool ignoreMouse ) : System