AcManager.Controls.ControlsLocalizedDescriptionAttribute.ControlsLocalizedDescriptionAttribute C# (CSharp) Méthode

ControlsLocalizedDescriptionAttribute() public méthode

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