KeePass.UI.CustomListViewEx.CustomListViewEx C# (CSharp) Method

CustomListViewEx() public method

public CustomListViewEx ( ) : System
return System
        public CustomListViewEx()
            : base()
        {
            try { this.DoubleBuffered = true; }
            catch(Exception) { Debug.Assert(false); }
        }