Dialog.FinalizeLayout Method

Definition

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 ()

Applies to