Click or drag to resize

AttachedPropertiesContainerSetLastNotNullLogical Methode

WPF-Setter für die LastNotNullLogicalProperty.

Namensraum: Vishnu.WPF_UI.DependencyProperties
Assembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+ee7c41c506aa3699a01882f3f94d3758366d0e67
Syntax
public static void SetLastNotNullLogical(
	DependencyObject obj,
	bool? val
)

Parameter

obj  DependencyObject
Das besitzende Control.
val  NullableBoolean
Ein nullable Boolean, der dem letzten logischen Zustand des Controls entspricht.
Siehe auch