'Declaration Public Property AllowTextInput As Boolean
'Usage Dim instance As InputBase Dim value As Boolean instance.AllowTextInput = value value = instance.AllowTextInput
public bool AllowTextInput {get; set;}
Property Value
True if the editable part of the control can be edited.
See Remarks below for details.