ComponentFactory.Krypton.Toolkit.FixedContentValue.FixedContentValue C# (CSharp) Method

FixedContentValue() public method

Initialize a new instance of the FixedContentValue class.
public FixedContentValue ( ) : System
return System
        public FixedContentValue()
            : this(string.Empty, string.Empty, null, Color.Empty)
        {
        }

Same methods

FixedContentValue::FixedContentValue ( string shortText, string longText, Image image, Color imageTransparentColor ) : System