DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomViewer Class / Contains Method






In This Topic
    Contains Method (DicomViewer)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function Contains( _
       ByVal ctl 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 ctl
    )
    public function Contains( 
        ctl: System.Windows.Forms.Control
    ): System.Boolean; 
    public function Contains( 
       ctl : System.Windows.Forms.Control
    ) : System.boolean;
    public: System.bool Contains( 
       System.Windows.Forms.Control* ctl
    ) 
    public:
    System.bool Contains( 
       System.Windows.Forms.Control^ ctl
    ) 

    Parameters

    ctl
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also