SpreadsheetGear 2017
ShapeActionType Enumeration






SpreadsheetGear.Windows.Controls Namespace : ShapeActionType Enumeration
Specifies the type of shape action.
Syntax
'Declaration
 
Public Enum ShapeActionType 
   Inherits System.Enum
'Usage
 
Dim instance As ShapeActionType
public enum ShapeActionType : System.Enum 
public enum ShapeActionType = class(System.Enum)
public enum ShapeActionType extends System.Enum
__value public enum ShapeActionType : public System.Enum 
public enum class ShapeActionType : public System.Enum 
Members
MemberDescription
CheckStateChanged 
Click 
DoubleClick 
SelectedIndexChanged 
TextChanged 
ValueChanged 
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.Windows.Controls.ShapeActionType

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SpreadsheetGear.Windows.Controls Namespace