←Select platform

FormPages Class

Summary

Collection of FormPage objects.

Syntax

C#
VB
C++
Java
public class FormPages : List<FormPage> 
  
Public Class FormPages  
   Inherits System.Collections.Generic.List(Of FormPage) 
   Implements System.Collections.Generic.ICollection(Of FormPage), System.Collections.Generic.IEnumerable(Of FormPage), System.Collections.Generic.IList(Of FormPage), System.Collections.Generic.IReadOnlyCollection(Of FormPage), System.Collections.Generic.IReadOnlyList(Of FormPage), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList  
public class FormPages 
    extends java.util.ArrayList<FormPage> 
public ref class FormPages : public System.Collections.Generic.List<FormPage>, System.Collections.Generic.ICollection<FormPage>, System.Collections.Generic.IEnumerable<FormPage>, System.Collections.Generic.IList<FormPage>, System.Collections.Generic.IReadOnlyCollection<FormPage>, System.Collections.Generic.IReadOnlyList<FormPage>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList   

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly