Hi,
for some commands you can enter "Preset Parameters" that are - for example - only displayed in a task designer. E.g. "Create Features". They are not visible in the dock pane or in the embedded pane of a task.
Can someone give me a hint how to implement such "preset parameters"?
Solved! Go to Solution.
You implement the properties in your View/ViewModel of the EmbeddableControl. The EmbeddableControl that you derive from has a property "Options" to persist.
It's been dealt with. Must be implemented in the View/ViewModel by the "EmbeddableControl" and persisted via options.
Can you give some more details about how you did this/where this option is?
You implement the properties in your View/ViewModel of the EmbeddableControl. The EmbeddableControl that you derive from has a property "Options" to persist.