WinForms › Office Window › WindowChromeTitlebarHeightChangedEventArgs
WindowChromeTitlebarHeightChangedEventArgs
class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.Windows
Class WindowChromeTitlebarHeightChangedEventArgs. This class contains information that is useful when handling the event WindowChromeTitlebarHeightChanged.
public sealed class WindowChromeTitlebarHeightChangedEventArgs : EventArgs
Inherits from / implements: EventArgs
Members at a glance
NewHeight | Gets or sets the new height value. |
PreviousHeight | Gets or sets the previous height value. |
Properties
NewHeight
public int NewHeight
Gets or sets the new height value.
PreviousHeight
public int PreviousHeight
Gets or sets the previous height value.