Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TitlebarHitTestInformation Class / InSubtitle Property


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