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