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


In This Topic
    RadioPictureType Enumeration
    In This Topic
    Specifies the state of the individual option in the multiple options button control.
    Syntax
    'Declaration
     
    
    Public Enum RadioPictureType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As RadioPictureType
    public enum RadioPictureType : System.Enum 
    Members
    MemberDescription
    PictureFalseUses the picture for the false state
    PictureFalsePressedUses the picture for the false and pressed state
    PictureTrueUses the picture for the true state
    PictureTruePressedUses the picture for the true and pressed state
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.RadioPictureType

    See Also