ScreenObscurer(Control, 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(
Control c,
bool designMode
)
Parameters
- c Control
- Control to obscure.
- designMode Boolean
- Is the source in design mode.
See Also