MindFusion.Wpf Pack Programmer's Guide
DateTimePicker.SelectText Method
See Also
 





Selects a range of text in the text box element of the DateTimePicker.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf

 Syntax

C#  Copy Code

public void SelectText (
    int start,
    int length
)

Visual Basic  Copy Code

Public Sub SelectText( _
    start As Integer, _
    length As Integer _
)

 Parameters

start

The zero-based character index of the first character in the selection.

length

The length of the selection, in characters.

 See Also

DateTimePicker Members
DateTimePicker Class
MindFusion.UI.Wpf Namespace