AcManager.Controls.ControlsLocalizedDescriptionAttribute.ControlsLocalizedDescriptionAttribute C# (CSharp) Method

ControlsLocalizedDescriptionAttribute() public method

public ControlsLocalizedDescriptionAttribute ( [ key ) : System.ComponentModel
key [
return System.ComponentModel
        public ControlsLocalizedDescriptionAttribute([Localizable(false)] string key) : base(Localize(key)) { }
    }
ControlsLocalizedDescriptionAttribute