Base:
property
Text
System.Windows.Forms.Control.Text
2 references to Text
System.Windows.Forms (2)
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (2)
885
string oldText =
Text
;
902
if (!oldText.Equals(
Text
))