BasicDesignerLoader.EnableComponentNotification(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables or disables component notification with the DesignerLoader.
protected:
virtual bool EnableComponentNotification(bool enable);
protected virtual bool EnableComponentNotification (bool enable);
abstract member EnableComponentNotification : bool -> bool
override this.EnableComponentNotification : bool -> bool
Protected Overridable Function EnableComponentNotification (enable As Boolean) As Boolean
Parameters
- enable
- Boolean
true
to enable component notification by the DesignerLoader; false
to disable component notification by the DesignerLoader.
Returns
true
if the component notification was enabled prior to this call; otherwise, false
.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.