Posted 13 years ago
by Arthur Damen
Version: 11.2.0545
Platform: .NET 4.0
Environment: Windows 7 (32-bit)

I am using a Fontsizecombobox to let the user select a fontsize.
But when the user enters a value manually, it is skipped ????
Private Sub FontFontSizeChanged(ByVal sender As Object, ByVal e As System.Windows.Controls.SelectionChangedEventArgs)
On Error Resume Next
Dim FontS as double= Format_FontFontSize.SelectedValue
End Sub
<ribbon:FontSizeComboBox Name="Format_FontFontSize" SelectionChanged="FontFontSizeChanged" Width="40" />
But when the user enters a value manually, it is skipped ????
Private Sub FontFontSizeChanged(ByVal sender As Object, ByVal e As System.Windows.Controls.SelectionChangedEventArgs)
On Error Resume Next
Dim FontS as double= Format_FontFontSize.SelectedValue
End Sub
<ribbon:FontSizeComboBox Name="Format_FontFontSize" SelectionChanged="FontFontSizeChanged" Width="40" />