DevEx.BrowseDialog.ShowDialog()


Author
Message
StrataFrame Team
S
StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)StrataFrame Developer (4.2K reputation)
Group: StrataFrame Developers
Posts: 3K, Visits: 2.5K
Yes, if you overload it and it has the same signature, you just have to use the "new" keyword in C# (I think it's Shadows in VB.NET).

public new DialogResult ShowDialog(bool)
{

}

If you don't use the new keyword, you'll just get a warning telling you that the new one hides the superclass's definition.

Chan
Chan
Advanced StrataFrame User (701 reputation)Advanced StrataFrame User (701 reputation)Advanced StrataFrame User (701 reputation)Advanced StrataFrame User (701 reputation)Advanced StrataFrame User (701 reputation)Advanced StrataFrame User (701 reputation)Advanced StrataFrame User (701 reputation)Advanced StrataFrame User (701 reputation)Advanced StrataFrame User (701 reputation)
Group: Forum Members
Posts: 533, Visits: 2K
Hi,

May I have MicroFour.Strataframe.UI.Windows.Forms.DevEx.BrowseDialog.ShowDialog() method overloading also beside of DevEx.BrowseDialog.ShowDialog(true/false) so that it has same signature with SF BrowseDialog?



Thank you
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search