DataPA Enterprise Dashboard Controls API Reference
Gets and sets a value that indicates the location of the process button.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public DrillDown..::..ProcessButtonLocationType ProcessButtonLocation { get; set; }
Visual Basic
Public Property ProcessButtonLocation As DrillDown..::..ProcessButtonLocationType
	Get
	Set
Visual C++
public:
virtual property DrillDown..::..ProcessButtonLocationType ProcessButtonLocation {
	DrillDown..::..ProcessButtonLocationType get () sealed;
	void set (DrillDown..::..ProcessButtonLocationType value) sealed;
}

Property Value

Type: DrillDown..::..ProcessButtonLocationType
0 if the button is at the top, 1 if the button is at the bottom, 2 if the button is on the left or 3 if the button is on the right.

Return Value

Type: DrillDown..::..ProcessButtonLocationType
0 if the button is at the top, 1 if the button is at the bottom, 2 if the button is on the left or 3 if the button is on the right.

Remarks