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


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