ComponentOne CalendarView for WinForms
SelectedText Property

C1.Win.C1Input Namespace > C1TextBox Class : SelectedText Property
Gets or sets a value indicating the currently selected text in the control.
Syntax
'Declaration
 
Public Overrides Property SelectedText As String
public override string SelectedText {get; set;}

Property Value

A string that represents the currently selected text in the text box.
See Also

Reference

C1TextBox Class
C1TextBox Members