ComponentFactory.Krypton.Docking.DockingManagerStrings.ResetTextWindowLocation C# (CSharp) Method

ResetTextWindowLocation() public method

Resets the TextWindowLocation property to its default value.
public ResetTextWindowLocation ( ) : void
return void
        public void ResetTextWindowLocation()
        {
            TextWindowLocation = _defaultTextWindowLocation;
        }