Spread WPF 18
GrapeCity.Spreadsheet.FormControls Namespace / IOptionButtons Interface
Members


In This Topic
    IOptionButtons Interface
    In This Topic
    Represents a list of option button controls.
    Object Model
    IOptionButtons Interface
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    Public Interface IOptionButtons 
       Inherits GrapeCity.Spreadsheet.IReadonlyArray(Of IOptionButton) 
    'Usage
     
    Dim instance As IOptionButtons
    [DefaultMember("Item")]
    public interface IOptionButtons : GrapeCity.Spreadsheet.IReadonlyArray<IOptionButton>  
    See Also