Click or drag to resize

ShellListView Methods

The ShellListView type exposes the following members.

Methods
  NameDescription
Protected methodAfterInit
Must be called in "Initialized" eventhandler. Applies some common WPF settings to Windows.Forms.Control.
(Overrides JamWindowsFormsHostAfterInit.)
Protected methodApplyBackGround
Applies the backround.
(Inherited from JamWindowsFormsHost.)
Protected methodApplyFontSettings
Applies the font settings.
(Inherited from JamWindowsFormsHost.)
Protected methodApplyForeGround
If possible, sets the ForeColor property of the inner control to the Foreground property of the wrapper.
(Inherited from JamWindowsFormsHost.)
Public methodFullRefresh
Executes a full refresh of the contents of the control.
(Inherited from JamWindowsFormsHost.)
Public methodGoUp (Inherited from JamWindowsFormsHost.)
Protected methodOnPropertyChanged
Forces the translation of a mapped property.
(Overrides JamWindowsFormsHostOnPropertyChanged(DependencyPropertyChangedEventArgs).)
Public methodRefresh(RefreshLevel)
This method indicates that the control should perform a refresh of its contents.
(Inherited from JamWindowsFormsHost.)
Public methodRefresh(RefreshLevel, ItemIdList)
This method indicates that the control should perform a refresh of its contents.
(Inherited from JamWindowsFormsHost.)
Public methodSmartRefresh
Executes a smart refresh of the contents of the control.
(Inherited from JamWindowsFormsHost.)
Top
See Also