Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ResizeZeroIndicator Enumeration


In This Topic
    ResizeZeroIndicator Enumeration
    In This Topic
    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
    public enum ResizeZeroIndicator : System.Enum 
    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