Click or drag to resize

IFloatingMessages Interface

Interface exposed by elements that provide floating messages.

Namespace:  Internal.ComponentFactory.Krypton.Docking
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public interface IFloatingMessages

The IFloatingMessages type exposes the following members.

Methods
  NameDescription
Public methodOnKEYDOWN
The WM_KEYDOWN message has occured.
Public methodOnLBUTTONUP
The WM_LBUTTONUP message has occured.
Public methodOnMOUSEMOVE
The WM_MOUSEMOVE message has occured.
Top
See Also