CreateParams Property (DicomViewer)
In This Topic
Syntax
'Declaration
Protected Overridable ReadOnly Property CreateParams As System.Windows.Forms.CreateParams
'Usage
Dim instance As DicomViewer
Dim value As System.Windows.Forms.CreateParams
value = instance.CreateParams
protected virtual System.Windows.Forms.CreateParams CreateParams {get;}
protected read-only property CreateParams: System.Windows.Forms.CreateParams; virtual;
protected function get CreateParams : System.Windows.Forms.CreateParams
protected: __property virtual System.Windows.Forms.CreateParams* get_CreateParams();
protected:
virtual property System.Windows.Forms.CreateParams^ CreateParams {
System.Windows.Forms.CreateParams^ get();
}
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also