Click or drag to resize

IFloatingMessages Interface

Interface exposed by elements that provide floating messages.

Namespace: Internal.ComponentFactory.Krypton.Docking
Assembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.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