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






In This Topic
    ScrollControlIntoView Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub ScrollControlIntoView( _
       ByVal activeControl As System.Windows.Forms.Control _
    ) 
    'Usage
     
    
    Dim instance As LicenseDialog
    Dim activeControl As System.Windows.Forms.Control
     
    instance.ScrollControlIntoView(activeControl)
    public void ScrollControlIntoView( 
       System.Windows.Forms.Control activeControl
    )
    public procedure ScrollControlIntoView( 
        activeControl: System.Windows.Forms.Control
    ); 
    public function ScrollControlIntoView( 
       activeControl : System.Windows.Forms.Control
    );
    public: void ScrollControlIntoView( 
       System.Windows.Forms.Control* activeControl
    ) 
    public:
    void ScrollControlIntoView( 
       System.Windows.Forms.Control^ activeControl
    ) 

    Parameters

    activeControl
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also