SetStyle Method (DicomViewer)
In This Topic
Syntax
'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Protected Sub SetStyle( _
ByVal As System.Windows.Forms.ControlStyles, _
ByVal As System.Boolean _
)
'Usage
Dim instance As DicomViewer
Dim flag As System.Windows.Forms.ControlStyles
Dim value As System.Boolean
instance.SetStyle(flag, value)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected void SetStyle(
System.Windows.Forms.ControlStyles ,
System.bool
)
protected procedure SetStyle(
: System.Windows.Forms.ControlStyles;
: System.Boolean
);
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
protected function SetStyle(
: System.Windows.Forms.ControlStyles,
: System.boolean
);
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected: void SetStyle(
System.Windows.Forms.ControlStyles ,
System.bool
)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected:
void SetStyle(
System.Windows.Forms.ControlStyles ,
System.bool
)
Parameters
- flag
- value
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also