Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / BorderPreviewControl Class / Inside Property


In This Topic
    Inside Property (BorderPreviewControl)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property Inside As Boolean
    'Usage
     
    
    Dim instance As BorderPreviewControl
    Dim value As Boolean
     
    instance.Inside = value
     
    value = instance.Inside
    public bool Inside {get; set;}
    See Also