Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ShapeChangeType Enumeration


In This Topic
    ShapeChangeType Enumeration
    In This Topic
    Represents the types of change for shape.
    Syntax
    'Declaration
     
    
    Public Enum ShapeChangeType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ShapeChangeType
    public enum ShapeChangeType : System.Enum 
    Members
    MemberDescription
    ActionThe shape is chosen which trigger IShape.Action event.
    ChangeThe shape's data is changed.
    ControlActionThe action is triggered by a form control.
    CreateThe shape is created.
    DeleteThe shape is deleted.
    EditThe shape is editing.
    EditFormulaThe shape formula is editing.
    EditTextThe shape text is editing.
    MoveThe shape is moved.
    MoveOrSizeThe shape boundary is changed.
    ResizeThe shape is resized.
    SelectionShape selection is changed.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Drawing.ShapeChangeType

    See Also