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


In This Topic
    Focused Property (BannerShape)
    In This Topic
    Gets whether the element has focus.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property Focused As Boolean
    'Usage
     
    
    Dim instance As BannerShape
    Dim value As Boolean
     
    value = instance.Focused
    public virtual bool Focused {get;}
    See Also