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


BoundaryFeedbackMode Enumeration
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
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