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.

Definition

Namespace: EWSoftware.PDI.Windows.Forms
Assembly: EWSoftware.PDI.Windows.Forms (in EWSoftware.PDI.Windows.Forms.dll) Version: 2023.1.2.0
public virtual void EnableControls(
	bool enable
)

Parameters

enable  Boolean
True to enable the controls, false to disable the controls

Remarks

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.

See Also