Click or drag to resize

JamWindowsFormsHost Methods

The JamWindowsFormsHost type exposes the following members.

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