Click or drag to resize

CommonHelperDesignMode Method

Discover if the component is in design mode.

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 static bool DesignMode(
	Component c
)

Parameters

c
Type: System.ComponentModelComponent
Component to test.

Return Value

Type: Boolean
True if in design mode; otherwise false.
See Also