DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / LicenseDialog Class / ScrollToControl Method






    ScrollToControl Method
    Syntax
    'Declaration
     
    
    Protected Overridable Function ScrollToControl( _
       ByVal activeControl As System.Windows.Forms.Control _
    ) As System.Drawing.Point
     
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim activeControl As System.Windows.Forms.Control
    Dim value As System.Drawing.Point
     
    value = instance.ScrollToControl(activeControl)

    Parameters

    activeControl
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also