Spread Windows Forms 12.0 Product Documentation
RadioPictureType Enumeration


FarPoint.Win Assembly > FarPoint.Win Namespace : RadioPictureType Enumeration
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

Reference

FarPoint.Win Namespace