Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementStyle Class / IsCanFocusSet Method


In This Topic
    IsCanFocusSet Method (ElementStyle)
    In This Topic
    Gets whether the CanFocus property is set.
    Syntax
    'Declaration
     
    
    Public Overridable Function IsCanFocusSet() As Boolean
    'Usage
     
    
    Dim instance As ElementStyle
    Dim value As Boolean
     
    value = instance.IsCanFocusSet()
    public virtual bool IsCanFocusSet()
    See Also