-
-
Save alphanu1/5da9f10cbf5d0b3c39c4f42231499f7c to your computer and use it in GitHub Desktop.
Epicor Customization - Reference Epicor native control
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
EpiUltraCombo cboTypeCode = (EpiUltraCombo)csm.GetNativeControlReference("5875b95a-4b6a-4e4c-b8c8-22ee5330ed40"); | |
cboTypeCode.Enabled = false; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment