ComponentFactory.Krypton.Toolkit.ContextMenuImages.ResetIndeterminate C# (CSharp) Method

ResetIndeterminate() public method

Resets the Indeterminate property to its default value.
public ResetIndeterminate ( ) : void
return void
        public void ResetIndeterminate()
        {
            Indeterminate = null;
        }