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

KryptonGalleryRange() public method

Initialise a new instance of the KryptonGalleryRange class.
public KryptonGalleryRange ( ) : System
return System
        public KryptonGalleryRange()
        {
            // Default fields
            _heading = "Heading";
            _imageIndexStart = -1;
            _imageIndexEnd = -1;
        }