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


In This Topic
    CustomControlType Enumeration
    In This Topic
    Represents the custom control type.
    Syntax
    'Declaration
     
    
    Public Enum CustomControlType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CustomControlType
    public enum CustomControlType : System.Enum 
    Members
    MemberDescription
    RichValueDetailsDisplays the details of properties of GrapeCity.CalcEngine.IRichValue object.
    RichValueInsertDisplays the list of properties of GrapeCity.CalcEngine.IRichValue object.
    Inheritance Hierarchy

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

    See Also