ESRI.ArcGIS.ADF.Web.UI.WebControls
CustomOnClick Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > TreeViewPlusNode Class : CustomOnClick Property




Sets the onclick behavior for the node text to a custom string, overriding the default behavior.

Syntax

Visual Basic (Declaration) 
Public Property CustomOnClick As String
Visual Basic (Usage)Copy Code
Dim instance As TreeViewPlusNode
Dim value As String
 
instance.CustomOnClick = value
 
value = instance.CustomOnClick
C# 
public string CustomOnClick {get; set;}

Remarks

The behavior of the node text has a default as determined by the ClickBehavior property. When ClickBehavior is Click, Link or None, the click behavior can be overridden by specifying a value for CustomOnClick. Note that this causes the default server-side events not to fire.

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

© 2011 All Rights Reserved.