Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / BoundaryFeedbackMode Enumeration


In This Topic
    BoundaryFeedbackMode Enumeration
    In This Topic
    Specifies how FpSpread reacts when the manipulation has gone beyond certain boundaries.
    Syntax
    'Declaration
     
    
    Public Enum BoundaryFeedbackMode 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As BoundaryFeedbackMode
    public enum BoundaryFeedbackMode : System.Enum 
    Members
    MemberDescription
    SplitThe FpSpread control shows a split visual feedback.
    StandardThe FpSpread control causes the parent window to have a visual feedback.
    Inheritance Hierarchy

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

    See Also