kpreisser / winforms

Windows Forms is a .NET Core UI framework for building Windows desktop applications.
MIT License
0 stars 0 forks source link

Tweak api #3

Closed RussKie closed 4 years ago

RussKie commented 4 years ago
kpreisser commented 4 years ago
  • Rename CanBeMinimized -> AllowMinimize

Note that Form has a property MinimizeBox.

RussKie commented 4 years ago

Note that Form has a property MinimizeBox.

Yes, I know. AllowMinimize kind of went with the flow. But we can call it MinimizeBox.

@dotnet/dotnet-winforms any preference?

kpreisser commented 4 years ago

Yes, I know. AllowMinimize kind of went with the flow. But we can call it MinimizeBox.

I'm OK with calling it AllowMinimize.