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

In This Topic
    TrueForAll Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function TrueForAll( _
       ByVal match As System.Predicate(Of DropDownItem) _
    ) As System.Boolean
    public System.bool TrueForAll( 
       System.Predicate<DropDownItem> match
    )

    Parameters

    match
    See Also