BrowseControlEnableControls Method
This should be overridden in derived classes to enable or disable the controls based on whether or
not there are items in the collection.
Namespace: EWSoftware.PDI.Windows.FormsAssembly: EWSoftware.PDI.Windows.Forms (in EWSoftware.PDI.Windows.Forms.dll) Version: 2023.1.2.0
public virtual void EnableControls(
bool enable
)
Public Overridable Sub EnableControls (
enable As Boolean
)
public:
virtual void EnableControls(
bool enable
)
abstract EnableControls :
enable : bool -> unit
override EnableControls :
enable : bool -> unit
Parameters
- enable Boolean
- True to enable the controls, false to disable the controls
The default implementation does nothing. For simplicity, it is easiest to place the
controls in a panel and then enable or disable the panel control.