protected override void OnUpdate() { Enabled = true; //Change this to evaluate a statement instead of always returning true }
public override bool Enabled { get { return true; //Change this to evaluate a statement instead of always returning true } }
Enabled = frmMyForm.OnlyInstance != null && frmMyForm.OnlyInstance.Visible;
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.