'Declaration
Public Enum ShapeChangeType Inherits System.Enum
'Usage
Dim instance As ShapeChangeType
public enum ShapeChangeType : System.Enum
'Declaration
Public Enum ShapeChangeType Inherits System.Enum
'Usage
Dim instance As ShapeChangeType
public enum ShapeChangeType : System.Enum
Member | Description |
---|---|
Action | The shape is chosen which trigger IShape.Action event. |
Change | The shape's data is changed. |
ControlAction | The action is triggered by a form control. |
Create | The shape is created. |
Delete | The shape is deleted. |
Edit | The shape is editing. |
EditFormula | The shape formula is editing. |
EditText | The shape text is editing. |
Move | The shape is moved. |
MoveOrSize | The shape boundary is changed. |
Name | The shape name is changed. |
Resize | The shape is resized. |
Selection | Shape selection is changed. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.Drawing.ShapeChangeType