ESRI.ArcGIS.Mobile
SuspendOnPaint Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile Namespace > Map Class : SuspendOnPaint Property

Suspends or enables OnPaint events.

Syntax

Visual Basic (Declaration) 
<CompilerGeneratedAttribute()>
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute()>
Public Property SuspendOnPaint As Boolean
C# 
[CompilerGeneratedAttribute()]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute()]
public bool SuspendOnPaint {get; set;}

Remarks

When this property is set to true, the map drawing during a paint message will be suspended.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also