This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFrameDraw Interface > IFrameDraw.DrawForeground Method (ArcObjects .NET 10.5 SDK) |
Draw the frame's border.
[Visual Basic .NET] Public Sub DrawForeground ( _ ByVal Display As IDisplay, _ ByVal CancelTracker As ITrackCancel _ )
[C#] public void DrawForeground ( IDisplay Display, ITrackCancel CancelTracker );
[C++]
HRESULT DrawForeground(
IDisplay* Display,
ITrackCancel* CancelTracker
);
[C++]
Parameters Display [in]
Display is a parameter of type IDisplay CancelTracker [in]
CancelTracker is a parameter of type ITrackCancel