InitLayout Method (DicomViewer)
In This Topic
Syntax
'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Protected Overridable Sub InitLayout()
'Usage
Dim instance As DicomViewer
instance.InitLayout()
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected virtual void InitLayout()
protected procedure InitLayout(); virtual;
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
protected function InitLayout();
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected: virtual void InitLayout();
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected:
virtual void InitLayout();
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also