OnVisualStyleChanged Method (DropDownForm)
In This Topic
Invokes the VisualStyleChanged event.
Syntax
'Declaration
Protected Overridable Sub OnVisualStyleChanged( _
ByVal As EventArgs _
)
protected virtual void OnVisualStyleChanged(
EventArgs
)
Parameters
- e
- The event arguments.
See Also