Setting up a browse dialog here, and at design time I've set dialog's properties as:
AdvancedOptionsInitiallyShown = TrueAdvancedOptions = True
This would seem to be all that is necessary in order to have the advanced options "checked" and shown when the dialog instantiates. However, when the browse dialog instantiates, the advanced options are *not* shown. Am I missing something simple, here?
One other item related to this. I'm using the DevExpress-wrapped maintenance form, and when I try adding the regular StrataFrame browse dialog to the form rather than the DevExpress-wrapped version, the browse dialog control does not seem to be properly registered in the drop down list for the Maintenance Toolbar manager's "browse dialog" property (and is therefore not an available option for use).
m