Align Controls with Tab IndexEnsures control creation order matches tab index
System Requirements
Installation InstructionsTo register the DLL for one specific add-in, you can double-click on the DLL or at the command prompt you can use regsvr32.exe. For example, you can run regsvr32 "\ArcGIS\DeveloperKit\Addins\TabifyForm.dll" Usage GuideAdditional InformationTo achieve the correct creation sequence, the z order of the controls are altered to match the Tab index. Therefore, if you have controls containing controls, you must ensure that you have the Tab index correct, otherwise the controls may "disappear" behind other controls. In some cases, it may not be possible to change the creation sequence because of the z ordering restriction. In these cases, you must write code within the load sequence of the user interface component that sets the tab sequence. Loading ...
If you would like to post a comment, please login.
|
|
|||||||||||||||||||||