DialogShell.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:
override void FinalizeLayout();
protected override void FinalizeLayout ();
override this.FinalizeLayout : unit -> unit
Protected Overrides Sub FinalizeLayout ()