Application.SetDefaultFont(Font) not available in VB.NET #5796
Problem description: |
Replies: 3 comments 2 replies
|
The method is available, however it is available on VB has a property called |
|
Was this possible collision not considered? Now that this one exists... what future ones may we expect? Would it make sense to alias (shadow or something) these in the VB side since they appear to be "the same thing"? |
|
Folks, this is VB! We will be OK! Please take a look at the API Review discussion, why and how we had implemented it: So, with this we're pretty well prepared to go forward, once we decide to tackle more defaults. |


The method is available, however it is available on
System.Windows.Forms.Applicationtype:VB has a property called
Application, and this is causes the confusion.