Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EnhancedShapeBehaviors Enumeration


EnhancedShapeBehaviors Enumeration
Represents optional behaviors of the enhanced shape engine.
Syntax
'Declaration
 
Public Enum EnhancedShapeBehaviors 
   Inherits System.Enum
 
'Usage
 
Dim instance As EnhancedShapeBehaviors
Members
MemberDescription
DefaultAll default behaviors.
NoneAll actions are not allowed.
TextEditingIndicates whether the user can edit text of shape if it has no specified setting.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.EnhancedShapeBehaviors

See Also