ComponentFactory.Krypton.Ribbon.KryptonGalleryRange.KryptonGalleryRange C# (CSharp) 메소드

KryptonGalleryRange() 공개 메소드

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