ScreenObscurer(Form, Boolean) Constructor |
Initialize a new instance of the ControlObscurer class.
Namespace: Internal.ComponentFactory.Krypton.ToolkitAssembly: NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic ScreenObscurer(
Form f,
bool designMode
)
Parameters
- f Form
- Form to obscure.
- designMode Boolean
- Is the source in design mode.
See Also