Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data Binding the mmOpenFileDialog
Message
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Divers
Thread ID:
01201193
Message ID:
01201331
Vues:
13
Shawn,

>Has anyone figured out how to data bind the FileName property on an mmOpenFileDialog? It appears that the textbox is an mmTextBox but it is held as a private member - I think I could live with binding to it even though it's not guaranteed to be the same as the OpenFileDialog.FileName.

You're right...there's no way to get directly at the contained TextBox, but mmOpenFileDialog uses property promotion to enacapsulate the Text property of the contained OpenFileDialog. That said, we will add a public property to the mmOpenFileDialog class that will allow you to access the contained TextBox directly in our next release (and give you credit for the idea in our What's New Guide <s>).

Best Regards,
Kevin McNeish
Eight-Time .NET MVP
VFP and iOS Author, Speaker & Trainer
Oak Leaf Enterprises, Inc.
Chief Architect, MM Framework
http://www.oakleafsd.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform