BaseEditorPane.OnSystemColorChanged Method
Called when system settings change.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Protected Overridable Sub OnSystemColorChanged
'Usage
Me.OnSystemColorChanged()
protected virtual void OnSystemColorChanged()
protected:
virtual void OnSystemColorChanged()
protected function OnSystemColorChanged()
abstract OnSystemColorChanged : unit -> unit
override OnSystemColorChanged : unit -> unit
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace