ComponentFactory.Krypton.Toolkit.ButtonSpec.ResetAllowInheritExtraText C# (CSharp) Метод

ResetAllowInheritExtraText() публичный Метод

Resets the AllowInheritExtraText property to its default value.
public ResetAllowInheritExtraText ( ) : void
Результат void
        public void ResetAllowInheritExtraText()
        {
            AllowInheritExtraText = true;
        }