'Declaration Public ReadOnly Property IsActived As Boolean
'Usage Dim instance As ValidationErrorIndicator Dim value As Boolean value = instance.IsActived
public bool IsActived {get;}
Property Value
true
if this instance is focused; otherwise, false
.