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

KryptonLinkBehaviorConverter() public method

Initialize a new instance of the KryptonLinkBehaviorConverter clas.
public KryptonLinkBehaviorConverter ( ) : System
return System
        public KryptonLinkBehaviorConverter()
            : base(typeof(KryptonLinkBehavior))
        {
        }
KryptonLinkBehaviorConverter