DashboardDesignerFloatingWindowEnvironment Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates if the current environment supports floating docking windows.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool FloatingWindowEnvironment { get; }
Public ReadOnly Property FloatingWindowEnvironment As Boolean
Get
public:
virtual property bool FloatingWindowEnvironment {
bool get () sealed;
}
function get_FloatingWindowEnvironment();
Return Value
Type:
BooleanTrue if the current environment supports floating docking windows.
Remarks See Also