FormControl.displayTarget Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
displayTarget() |
Gets or sets the value that indicates whether the control is displayed in the Finance and Operations client, in Enterprise Portal for Finance and Operations, or in both. |
displayTarget(Int32) |
displayTarget()
Gets or sets the value that indicates whether the control is displayed in the Finance and Operations client, in Enterprise Portal for Finance and Operations, or in both.
public:
virtual int displayTarget();
public virtual int displayTarget ();
abstract member displayTarget : unit -> int
override this.displayTarget : unit -> int
Public Overridable Function displayTarget () As Integer
Returns
The value that indicates whether the control is displayed in the Finance and Operations client, in Enterprise Portal, or in both.
Applies to
displayTarget(Int32)
public:
virtual int displayTarget(int _value);
public virtual int displayTarget (int _value);
abstract member displayTarget : int -> int
override this.displayTarget : int -> int
Public Overridable Function displayTarget (_value As Integer) As Integer
Parameters
- _value
- Int32
The integer value that indicates where the control is displayed; optional.