Contains Method (DicomViewer)
In This Topic
Syntax
'Declaration
Public Function Contains( _
ByVal As System.Windows.Forms.Control _
) As System.Boolean
'Usage
Dim instance As DicomViewer
Dim ctl As System.Windows.Forms.Control
Dim value As System.Boolean
value = instance.Contains(ctl)
public System.bool Contains(
System.Windows.Forms.Control
)
public function Contains(
: System.Windows.Forms.Control
): System.Boolean;
public function Contains(
: System.Windows.Forms.Control
) : System.boolean;
public: System.bool Contains(
System.Windows.Forms.Control*
)
public:
System.bool Contains(
System.Windows.Forms.Control^
)
Parameters
- ctl
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also