DataPA Enterprise Dashboard Controls API Reference
Gets and sets the type of control panel object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# |
|---|
public ControlPanelObject..::..ControlPanelObjectType ObjectType { get; set; } |
| Visual Basic |
|---|
Public Property ObjectType As ControlPanelObject..::..ControlPanelObjectType
Get
Set |
| Visual C++ |
|---|
public:
virtual property ControlPanelObject..::..ControlPanelObjectType ObjectType {
ControlPanelObject..::..ControlPanelObjectType get () sealed;
void set (ControlPanelObject..::..ControlPanelObjectType value) sealed;
} |
Property Value
Type:
ControlPanelObject..::..ControlPanelObjectTypeThe type of control panel object.
Return Value
Type:
ControlPanelObject..::..ControlPanelObjectTypeThe type of control panel object.
Remarks
See Also