ESRI.ArcGIS.ADF.Web.UI.WebControls
IsClientActionCustom Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > InteractiveToolbarItem Class : IsClientActionCustom Property




Indicates whether the client tool action is a custom client tool action.

Syntax

Visual Basic (Declaration) 
<DesignerSerializationVisibilityAttribute()>
<BrowsableAttribute(False)>
Public ReadOnly Property IsClientActionCustom As Boolean
Visual Basic (Usage)Copy Code
Dim instance As InteractiveToolbarItem
Dim value As Boolean
 
value = instance.IsClientActionCustom
C# 
[DesignerSerializationVisibilityAttribute()]
[BrowsableAttribute(false)]
public bool IsClientActionCustom {get;}

Remarks

This is a read-only property that determines whether the ClientAction is one of the items in the MapClientToolAction or the PageClientToolAction enumerations.

See Also

© 2010 All Rights Reserved.