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






In This Topic
    GetContainerControl Method (DicomViewer)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetContainerControl() As System.Windows.Forms.IContainerControl
    'Usage
     
    
    Dim instance As DicomViewer
    Dim value As System.Windows.Forms.IContainerControl
     
    value = instance.GetContainerControl()
    public System.Windows.Forms.IContainerControl GetContainerControl()
    public function GetContainerControl(): System.Windows.Forms.IContainerControl; 
    public function GetContainerControl() : System.Windows.Forms.IContainerControl;
    public: System.Windows.Forms.IContainerControl* GetContainerControl(); 
    public:
    System.Windows.Forms.IContainerControl^ GetContainerControl(); 
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also