ResumeLayout(Boolean) Method
In This Topic
Syntax
'Declaration
Public Overloads Sub ResumeLayout( _
ByVal As System.Boolean _
)
'Usage
Dim instance As DicomViewer
Dim performLayout As System.Boolean
instance.ResumeLayout(performLayout)
public void ResumeLayout(
System.bool
)
public procedure ResumeLayout(
: System.Boolean
);
public function ResumeLayout(
: System.boolean
);
public: void ResumeLayout(
System.bool
)
public:
void ResumeLayout(
System.bool
)
Parameters
- performLayout
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also