Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / GraphicFrameLocks Enumeration


In This Topic
    GraphicFrameLocks Enumeration
    In This Topic
    Represents all locking properties for a graphic frame.
    Syntax
    'Declaration
     
    
    Public Enum GraphicFrameLocks 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As GraphicFrameLocks
    public enum GraphicFrameLocks : System.Enum 
    Members
    MemberDescription
    AspectSpecifies that the application should not allow aspect ratio changes for the corresponding connection shape.
    GroupSpecifies that the application should not allow shape grouping for the corresponding connection shape.
    MoveSpecifies that the application should not allow position changes for the corresponding connection shape.
    NoneSpecifies that there is no locking.
    ResizeSpecifies that the application should not allow size changes for the corresponding connection shape.
    SelectSpecifies that the application should not allow selecting of the corresponding connection shape.
    SelectChildrenSpecifies that the generating application should not allow selecting of objects within the corresponding graphic frame but allow selecting of the graphic frame itself.
    Inheritance Hierarchy

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

    See Also