ESRI.ArcGIS.ADF.Web.UI.WebControls
ToString Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > OvalEventArgs Class : ToString Method




The coordinates of the oval as string.

Syntax

Visual Basic (Declaration) 
Public Overrides Function ToString() As String
Visual Basic (Usage)Copy Code
Dim instance As OvalEventArgs
Dim value As String
 
value = instance.ToString()
C# 
public override string ToString()

Return Value

String representation of client circle, in the format: centerx:centery:width:height.

See Also

© 2010 All Rights Reserved.