ESRI.ArcGIS.Mobile
ShowProgress Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile.WinForms Namespace > ScaleBar Class : ShowProgress Property

Shows or hides progress feedback when fetching data.

Syntax

Visual Basic (Declaration) 
<CompilerGeneratedAttribute()>
<DefaultValueAttribute()>
<CategoryAttribute("Synchronization Progress")>
<DescriptionAttribute("Show or hide progress feedback when fetching data.")>
Public Property ShowProgress As Boolean
C# 
[CompilerGeneratedAttribute()]
[DefaultValueAttribute()]
[CategoryAttribute("Synchronization Progress")]
[DescriptionAttribute("Show or hide progress feedback when fetching data.")]
public bool ShowProgress {get; set;}

Remarks

The ScaleBar can be used to display the status of requests between the application and the server. When a MobileService is associated with the ScaleBar a progress bar can be shown oscillating within the ScaleBar whenever requests to the server are sent or data is received, thus a user can visibly see if the application is waiting for more data during communication with the server. The ShowProgress property turns this feature on and off once a MobileService is established.

Requirements

Target 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

© 2013 All Rights Reserved.