C
cody
Is there any way to customize a SaveFileDialog? You neither inherit from
SaveFileDialog directly since it is sealed, nor can I inherit from
FileDialog since it requires me to override an abstract method that uses a
parametertype that is not accessible (internal).
I need to put a single button into the SaveFileDialog to provide the user a
way to customize the fileformat.
Is there any way to do this without inventing a new SaveFileDialog from
scratch?
SaveFileDialog directly since it is sealed, nor can I inherit from
FileDialog since it requires me to override an abstract method that uses a
parametertype that is not accessible (internal).
I need to put a single button into the SaveFileDialog to provide the user a
way to customize the fileformat.
Is there any way to do this without inventing a new SaveFileDialog from
scratch?