←Select platform

FormPages Class

Summary

Collection of FormPage objects.

Syntax

C#
VB
C++
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 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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing Assembly