Click or drag to resize

WindowConfigurationSetHasOwner Method

Sets the value of the HasOwner attached property

Namespace:  Cauldron.XAML
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static void SetHasOwner(
	DependencyObject obj,
	bool value
)

Parameters

obj
Type: System.WindowsDependencyObject
DependencyObject with the attached property
value
Type: SystemBoolean
The new value to set
See Also