Is it possible to change the Button Text of the OpenFileDialog default Open Button? Say i want it to have "Import Image" Instead Of "Open"
Printable View
Is it possible to change the Button Text of the OpenFileDialog default Open Button? Say i want it to have "Import Image" Instead Of "Open"
There's no property for it so you can't do it via the Framework. You may be able to use APIs to get at the common dialogue that the OpenFileDialogue class wraps.
Thanks.