DeviceOnRealizeBackgroundPalette Method
 | 
Causes this device to realize its palette in
the background. This method is usually called when the GUI window
loses focus.
Namespace:  Teigha.GraphicsSystem
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public abstract void OnRealizeBackgroundPalette()
 
Public MustOverride Sub OnRealizeBackgroundPalette
 
public:
virtual void OnRealizeBackgroundPalette() abstract
 
abstract OnRealizeBackgroundPalette : unit -> unit 
 
 
 
 
See Also