Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementStyle Class / CanFocus Property


In This Topic
    CanFocus Property (ElementStyle)
    In This Topic
    Gets or sets whether the object can receive focus.
    Syntax
    'Declaration
     
    
    Public Overridable Property CanFocus As Boolean
    'Usage
     
    
    Dim instance As ElementStyle
    Dim value As Boolean
     
    instance.CanFocus = value
     
    value = instance.CanFocus
    public virtual bool CanFocus {get; set;}
    See Also