dbicList Send comments on this topic.
enumPrintListFormat Enumeration
See Also  
dbicBase Assembly > Dbi.WinControl Namespace : enumPrintListFormat Enumeration

Specifies the type of list to print.

Syntax

Visual Basic (Declaration) 
Public Enum enumPrintListFormat 
   Inherits System.Enum
C# 
public enum enumPrintListFormat : System.Enum 

Members

MemberDescription
AllPrint all the nodes in the control.
CurrentPrint only the currently displayed nodes.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dbi.WinControl.enumPrintListFormat

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also