Call before using Output to prevent AfterDraw(esriViewForeground) from being fired.
[Visual Basic 6.0]
Sub SuppressForegroundDraw
[Visual Basic .NET]
Public Sub SuppressForegroundDraw ( _
)
[C#] public void SuppressForegroundDraw ( );
[Java] public void suppressForegroundDraw ( ) throws IOException, AutomationException
[C++]
HRESULT SuppressForegroundDraw(
void
);