DataPA Enterprise Dashboard Controls 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
| C# |
|---|
public bool FloatingWindowEnvironment { get; } |
| Visual Basic |
|---|
Public ReadOnly Property FloatingWindowEnvironment As Boolean
Get |
| Visual C++ |
|---|
public:
virtual property bool FloatingWindowEnvironment {
bool get () sealed;
} |
Return Value
Type:
BooleanTrue if the current environment supports floating docking windows.
Remarks
See Also