Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ModelessFormBase Class / visibleWhenDisableControlList Field


In This Topic
    visibleWhenDisableControlList Field (ModelessFormBase)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected visibleWhenDisableControlList As List(Of Control)
    'Usage
     
    
    Dim instance As ModelessFormBase
    Dim value As List(Of Control)
     
    value = instance.visibleWhenDisableControlList
     
    instance.visibleWhenDisableControlList = value
    protected List<Control> visibleWhenDisableControlList
    See Also