Click or drag to resize

ScreenObscurer Constructor (Form, Boolean)

Initialize a new instance of the ControlObscurer class.

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 ScreenObscurer(
	Form f,
	bool designMode
)

Parameters

f
Type: System.Windows.FormsForm
Form to obscure.
designMode
Type: SystemBoolean
Is the source in design mode.
See Also