Display Class

Class for Display operation.
Public Class Display
This language is not supported or no code example is available.
public class Display
This language is not supported or no code example is available.
Name Description
Public constructor Display(RunObj, int) Construct the instance
Top
Name Description
Public property Category ReadOnly property with categories configured on Display object.
Public property CustomProperties Array containg Custom Properties
Public property Description Gets the Description of the display, configured in DT.Table(eObjType.DisplaysList).
Public property HorizontalScroll Indicates the horizontal scroll value.
Public property Id Object ID (Internal Use).
Public property IsOpened Indicates if the selected display is opened.
Public property Level ReadOnly property with levels configured on Display object.
Public property VerticalScroll Indicates the vertical scroll value.
Public property ZoomLevel Indicates the zoom level of page. One is the normal zoom level.
Top
Methods
 
Name Description
Public method Close() Begin close display
Public method GetCustomPropertiesAsString(string) Get all custom properties. Example: Prop1=10;Prop2=123
Public method GetCustomPropertyValue(string, string) Get value of custom property name
Public method NewPopup(params object[]) Begin open new popup
Public method Open() Begin open display
Public method OpenModal() Open display as modal. Disabled for Mono and HTML5
Public method PrintDisplay(bool) Begin print display
Public method PrintDisplayDefaultPrinter(int) Begin print display using default printer
Public method RemoveAllCustomProperties() Remove all custom properties
Public method SetCustomProperties(string, string) Set several custom properties at the same time. Example: Prop1=10;Prop2=123
Public method SetCustomPropertyValue(string, object) Set custom property value. If property not exist then it is created
Top
T.Modules.Display.Display

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition