'Declaration Public Property UpdateTextBoxSourceOnEnterKey As Boolean
'Usage Dim instance As PropertyGrid Dim value As Boolean instance.UpdateTextBoxSourceOnEnterKey = value value = instance.UpdateTextBoxSourceOnEnterKey
public bool UpdateTextBoxSourceOnEnterKey {get; set;}