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;
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.