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;
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.