FloatingWindow.CanBeNative Property

DevZest WPF Docking

FloatingWindowCanBeNative Property
Gets a value indicates whether the application has UIPermission to show native floating window.

Namespace: DevZest.Windows.Docking
Assembly: DevZest.WpfDocking (in DevZest.WpfDocking.dll) Version: 2.5.0.0 (2.5.5912.0)
Syntax
public static bool CanBeNative { get; }
Public Shared ReadOnly Property CanBeNative As Boolean
	Get

Property Value

Type: Boolean
if application has UIPermission to show native floating window, otherwise
See Also