QuickObjects.ObjectBase Send comments on this topic.
UseAllFieldsForDisplay(Boolean) Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseBusinessObject Class > UseAllFieldsForDisplay Method : UseAllFieldsForDisplay(Boolean) Method
use

UseAllFieldsForDisplay

Resets all the field's Visible properties with the passed in value of use parameter. No joined objects are affected.

Parameters:
Description
use

Syntax

C# 
public void UseAllFieldsForDisplay( 
   bool use
)

Parameters

use

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also