FormManagedHostControl.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(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. |
displayTarget(Int32)
public:
override int displayTarget(int _value);
public override int displayTarget (int _value);
override this.displayTarget : int -> int
Public Overrides Function displayTarget (_value As Integer) As Integer
Parameters
- _value
- Int32
The integer value that indicates where the control is displayed; optional.
Returns
Applies to
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:
override int displayTarget();
public override int displayTarget ();
override this.displayTarget : unit -> int
Public Overrides 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.