Click or drag to resize

CustomFolderComboBoxOnShowOptionChanged Method

This method needs to be called if a a ShowOption changed.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected void OnShowOptionChanged(
	Object p_Sender,
	bool p_NeedFullRefresh
)

Parameters

p_Sender
Type: SystemObject
Sender of the event.
p_NeedFullRefresh
Type: SystemBoolean
pass true if the component needs a full refresh, false if a call to Invalidate is sufficient.
See Also