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


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