Attempts to set focus to the TextBox element in the DateTimePicker.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public bool FocusText () |
Visual Basic
Copy Code
|
|---|
Public Function FocusText () As Boolean |
true if keyboard focus and logical focus were set to this element; otherwise, false.
See Also