Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / YesNoCancel Enumeration


In This Topic
    YesNoCancel Enumeration
    In This Topic
    Represents the choice to perform an action.
    Syntax
    'Declaration
     
    
    Public Enum YesNoCancel 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As YesNoCancel
    public enum YesNoCancel : System.Enum 
    Members
    MemberDescription
    CancelThe action is performed if all conditions are satisfied.
    NoThe action is performed partly that don't violate any condition.
    YesThe action will be performed regardless of any condition.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.YesNoCancel

    See Also