Click or drag to resize

WINAPIProcessDesignMode Property

Gets the value if the class is part of the Visual Studio design environment.

Namespace:  ABB.Robotics.Tps.Resources
Assembly:  ABB.Robotics.Tps.Resources (in ABB.Robotics.Tps.Resources.dll) Version: 6.5.129.0
Syntax
C#
public static bool DesignMode { get; }

Property Value

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