PanelLayoutBase.USDDynamicInitialize 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.
Called each time the control is "created" and is paired with Close().
public:
override void USDDynamicInitialize();
public override void USDDynamicInitialize ();
override this.USDDynamicInitialize : unit -> unit
Public Overrides Sub USDDynamicInitialize ()
Remarks
Special initialization function that is only called on dynamic applications.