Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / ValidationErrorIndicator Class / IsActived Property


In This Topic
    IsActived Property
    In This Topic
    Gets a value indicating whether this instance is focused.
    Syntax
    '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.
    See Also