Last active
November 6, 2019 11:13
-
-
Save strepicor/6b1f6e384ecbc06070c6598844ff177b 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