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


ResizeZeroIndicator Enumeration
Specifies the appearance and the behavior of zero width Columns and zero height Rows.
Syntax
'Declaration
 
Public Enum ResizeZeroIndicator 
   Inherits System.Enum
 
'Usage
 
Dim instance As ResizeZeroIndicator
Members
MemberDescription
DefaultKeeps the current appearance and behavior for zero width Columns and zero height Rows.
EnhancedProvides a new hitTest area for zero width Columns and zero height Rows.
Inheritance Hierarchy

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

See Also