Application.SetDefaultFont(Font) not available in VB.NET #5796
-
Problem description: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
The method is available, however it is available on VB has a property called |
Beta Was this translation helpful? Give feedback.
-
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"? |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
The method is available, however it is available on
System.Windows.Forms.Application
type:VB has a property called
Application
, and this is causes the confusion.