Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartSelectDataSource Class / Hide Method


In This Topic
    Hide Method
    In This Topic
    Conceals the control from the user.
    Syntax
    'Declaration
     
    
    Public Shadows Sub Hide() 
    'Usage
     
    
    Dim instance As ChartSelectDataSource
     
    instance.Hide()
    public new void Hide()
    See Also