Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / DropDownItemCollection Class
Members

In This Topic
    DropDownItemCollection Class
    In This Topic
    Represents a list of DropDownItem objects.
    Object Model
    DropDownItemCollection Class
    Syntax
    'Declaration
     
    Public Class DropDownItemCollection 
       Inherits System.Collections.Generic.List(Of DropDownItem)
    public class DropDownItemCollection : System.Collections.Generic.List<DropDownItem> 
    Inheritance Hierarchy

    System.Object
       System.Collections.Generic.List<T>
          GrapeCity.Documents.Word.DropDownItemCollection

    See Also