KGySoft.WinForms.Forms Namespace

Among others, the KGySoft.WinForms.Forms namespace contains a couple of base forms (BaseForm, DialogBaseForm) you can use as a base form for your forms, as well as the static Dialogs class to show simple message or user input dialogs.

Classes

AdvancedMessageDialog Provides a dialog for error and other kind of messages.
Obsolete
BaseForm A base form that provides some additional functionality compared to Form, and contains also some bug fixes.
DeviceScaleChangeEventArgs Represents the event data for the DeviceScaleChanging and DeviceScaleChanged events.
DeviceScaleGetNewSizeEventArgs Represents the event data for the DeviceScaleGetNewSize event. To apply a custom size, change DesiredSize, and set the Handled property to .
DialogBaseForm Represents a base form with OK, Cancel, and/or Apply buttons.
Dialogs Provides static methods for showing common dialogs.
OwnedMdiChildClosedEventArgs Represents the event data for the OwnedMdiChildClosed event.
ReportSenderEventArgs Provides arguments for the ReportSender event.
Obsolete

Enumerations

AdvancedDialogTypes Specifies the predefined types of an AdvancedMessageDialog.
Obsolete
ButtonTypes Specifies the buttons of an AdvancedMessageDialog.
Obsolete