ComponentFactory.Krypton.Toolkit.CaptionValues.GetImageDefault C# (CSharp) Method

GetImageDefault() protected method

Gets the default image value.
protected GetImageDefault ( ) : Image
return Image
        protected override Image GetImageDefault()
        {
            return null;
        }