In This Topic
Syntax
'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Overloads Sub PerformLayout()
'Usage
Dim instance As LicenseDialog
instance.PerformLayout()
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
public void PerformLayout()
public procedure PerformLayout();
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
public function PerformLayout();
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
public: void PerformLayout();
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
public:
void PerformLayout();
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also