ArcGIS API for WPF - Library Reference
Toolbar.ClickEffect Enumeration
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Toolkit Namespace : Toolbar.ClickEffect Enumeration

Note: This API is now obsolete. Please use a Panel or other container control, such as a StackPanel or Grid.

An enumeration used to select the type of click effect

Syntax

Visual Basic (Declaration) 
Public Enum Toolbar.ClickEffect 
   Inherits System.Enum
C# 
public enum Toolbar.ClickEffect : System.Enum 

Members

MemberDescription
Bounce

Note: This API is now obsolete. Please use a Panel or other container control, such as a StackPanel or Grid.

Use this enumeration to specify a bounce click effect

None

Note: This API is now obsolete. Please use a Panel or other container control, such as a StackPanel or Grid.

Specifify the None enumeration when no click effect is wanted

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Client.Toolkit.Toolbar.ClickEffect

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.