Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Appearance Class / ContainsSelection Property


In This Topic
    ContainsSelection Property
    In This Topic
    Gets or sets whether the rendered item should paint as if it is selected.
    Syntax
    'Declaration
     
    
    Public Property ContainsSelection As Boolean
    'Usage
     
    
    Dim instance As Appearance
    Dim value As Boolean
     
    instance.ContainsSelection = value
     
    value = instance.ContainsSelection
    public bool ContainsSelection {get; set;}
    See Also