ComponentFactory.Krypton.Toolkit.KryptonContextMenuMonthCalendar.ResetSelectionRange C# (CSharp) Method

ResetSelectionRange() private method

private ResetSelectionRange ( ) : void
return void
        private void ResetSelectionRange()
        {
            ResetSelectionStart();
            ResetSelectionEnd();
        }