'Declaration Protected Overridable Function OnCoerceWindowStyle( _ ByVal newValue As WindowStyle _ ) As Object
'Usage Dim instance As WindowControl Dim newValue As WindowStyle Dim value As Object value = instance.OnCoerceWindowStyle(newValue)
protected virtual object OnCoerceWindowStyle( WindowStyle newValue )
Parameters
- newValue