Method InitializeControls
InitializeControls()
Initializes the controls and layout for the window, setting up its appearance, behavior, and child elements.
protected virtual void InitializeControls()
Remarks
This method configures the window's size, layout style, padding, and other properties such as its start location and topmost behavior. It also creates and initializes the message grid and buttons grid, which are added as child elements to the window. The window title is determined based on the active window or a default error title. Derived classes can override this method to customize the initialization process.