I want to select the Text in a derived NumericUpDown control when the
user enters the control by overriding OnEnter() and within this method
calling this.Select(0, this.Text.Length). However, the behavior is not
as I expected - nothing happens. Further more, Visual Studio does not
offer the Text Property in its AutoCompletion, even though the Text
property exists in the NumericUpDown Class. Does anybody have any ideas
why this strange behavior occurs with the NumericUpDown control?

Regards
Stephan