'DeclarationPublic Property AllowTextInput As Boolean
'UsageDim 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.