Click or drag to resize

IKryptonComposition Interface

Exposes interface for visual form to cooperate with a view for composition.

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 IKryptonComposition

The IKryptonComposition type exposes the following members.

Properties
  NameDescription
Public propertyCompHandle
Gets the handle of the composition element control.
Public propertyCompHeight
Gets the pixel height of the composition extension into the client area.
Public propertyCompOwnerForm
Gets and sets the form that owns the composition.
Public propertyCompVisible
Should painting be performed for the selection glyph.
Top
Methods
  NameDescription
Public methodCompNeedPaint
Request a repaint and optional layout.
Top
See Also