Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TouchStripOpeningEventArgs Class / Area Property


In This Topic
    Area Property (TouchStripOpeningEventArgs)
    In This Topic
    Indicates what area should display a SpreadTouchStrip.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Area As TouchStripShowingArea
    'Usage
     
    
    Dim instance As TouchStripOpeningEventArgs
    Dim value As TouchStripShowingArea
     
    value = instance.Area
    public TouchStripShowingArea Area {get;}

    Property Value

    One of the TouchStripShowingArea values.
    See Also