ComponentFactory.Krypton.Ribbon.ViewLayoutRibbonSeparator.ViewLayoutRibbonSeparator C# (CSharp) Méthode

ViewLayoutRibbonSeparator() public méthode

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.
Résultat System
        public ViewLayoutRibbonSeparator(int length, bool ignoreMouse)
            : this(length, length, ignoreMouse)
        {
        }

Same methods

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