display

The display property defines whether the field is hidden on the screen or for priting.

 

Syntax

System.Int32 display();

 

Return Value

Returns the current property value.

 

Remarks

The possible values are: display.visible, display,hidden, display.noPrint and display.noView

 

Member of field.

 

Example