Dialog.FinalizeLayout Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This is called after the buttons are generated and the title and message have been set. Perform here any operations that you'd like Lays out the buttons on the dialog E.g. using an ObjectCollection
protected:
abstract void FinalizeLayout();
protected abstract void FinalizeLayout ();
abstract member FinalizeLayout : unit -> unit
Protected MustOverride Sub FinalizeLayout ()