May 2017
Intermediate to advanced
442 pages
11h 55m
English
Let's take a step back to the point where we were calling the main method of ConWHSVehicleGroupChangeController directly.
The system very cleverly constructs the user interface; it does this simply by adding the data contract's data member directly to the dialog. There are some simple changes we can make to the data contract to control how they are displayed.
We can make these changes by altering the decoration at the top of each data member. The following examples are useful for this:
|
SysOperationLabel("..."), |
This sets the label displayed on the dialog |
|
SysOperationHelpText("..."); |
This sets the help text for the resulting control |
|
SysOperationDisplayOrder ("...") |
This ... |
Read now
Unlock full access