ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Design Namespace / C1InputMaskPickerForm Class / OnDpiChanged Method

In This Topic
    OnDpiChanged Method (C1InputMaskPickerForm)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub OnDpiChanged( _
       ByVal e As System.Windows.Forms.DpiChangedEventArgs _
    ) 
    protected virtual void OnDpiChanged( 
       System.Windows.Forms.DpiChangedEventArgs e
    )

    Parameters

    e
    See Also