Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TitlebarHitTestInformation Class / InTitle Property


In This Topic
    InTitle Property
    In This Topic
    Gets whether the location refers to the title area.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property InTitle As Boolean
    'Usage
     
    
    Dim instance As TitlebarHitTestInformation
    Dim value As Boolean
     
    value = instance.InTitle
    public bool InTitle {get;}
    See Also