Click or drag to resize

IKryptonDebug Interface

Exposes access to the debugging helpers for krypton controls.

Namespace:  Internal.ComponentFactory.Krypton.Toolkit
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public interface IKryptonDebug

The IKryptonDebug type exposes the following members.

Properties
  NameDescription
Public propertyKryptonLayoutCounter
Gets the number of layout cycles performed since last reset.
Public propertyKryptonPaintCounter
Gets the number of paint cycles performed since last reset.
Top
Methods
  NameDescription
Public methodKryptonResetCounters
Reset the internal counters.
Top
See Also