Windward Engine API Reference
Tray Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > ReportPrinter Class : Tray Property




Glossary Item Box

Gets or sets the tray.

Syntax

Visual Basic (Declaration) 
Public Property Tray As Integer
Visual Basic (Usage)Copy Code
Dim instance As ReportPrinter
Dim value As Integer
 
instance.Tray = value
 
value = instance.Tray
C# 
public int Tray {get; set;}
Managed Extensions for C++ 
public: __property int get_Tray();
public: __property void set_Tray( 
   int value
);
C++/CLI 
public:
property int Tray {
   int get();
   void set (    int value);
}

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.