SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/NET 2.0 - Tree Control
The control moved to a monitor with a different DPI (per-monitor-v2 hosts).
| VB.NET | Private Sub object_DPIChanged(ByVal sender As Object, ByVal e As EventArgumentType) Handles object.DPIChanged |
| VB | Private Sub object_DPIChanged(ByVal DPI As Long) |
| C#.NET | void object_DPIChanged(object sender, EventArgumentType e); |
| VC++ | void OnDPIChangedobject(long DPI); |
| C | HRESULT OnDPIChangedobject(long DPI); |
object
The new effective DPI for the control's monitor.
The DPIChanged event occurs on a per-monitor DPI-aware host when the control moves to a monitor with a different DPI or the system DPI changes. Use DPI to query the current value at any time.
See Also SftTree Object | Object Hierarchy | Per-Monitor DPI and Scaling
