ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / DropDownFormBase Class / OnDpiChanged Method

In This Topic
    OnDpiChanged Method (DropDownFormBase)
    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