GetContainerControl Method (LicenseDialog)
In This Topic
Syntax
'Declaration
Public Function GetContainerControl() As System.Windows.Forms.IContainerControl
'Usage
Dim instance As LicenseDialog
Dim value As System.Windows.Forms.IContainerControl
value = instance.GetContainerControl()
public System.Windows.Forms.IContainerControl GetContainerControl()
public function GetContainerControl(): System.Windows.Forms.IContainerControl;
public function GetContainerControl() : System.Windows.Forms.IContainerControl;
public: System.Windows.Forms.IContainerControl* GetContainerControl();
public:
System.Windows.Forms.IContainerControl^ GetContainerControl();
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also