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


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