Draw the frame's shadow and background.
[Visual Basic 6.0] Sub DrawBackground(
ByVal Display As IDisplay, _
ByVal CancelTracker As ITrackCancel _
)
[Visual Basic .NET] Public Sub DrawBackground ( _ ByVal Display As IDisplay, _ ByVal CancelTracker As ITrackCancel _ )
[C#] public void DrawBackground ( IDisplay Display, ITrackCancel CancelTracker );
[Java] public void drawBackground ( IDisplay Display, ITrackCancel CancelTracker ) throws IOException, AutomationException
[C++] HRESULT DrawBackground( IDisplay* Display, ITrackCancel* CancelTracker );
Parameters
Display [in]
Display is a parameter of type IDisplay
CancelTracker [in]
CancelTracker is a parameter of type ITrackCancel