 | AttachedPropertiesContainerGetLastNotNullLogical Methode |
WPF-Getter für die LastNotNullLogicalProperty.
Namensraum: Vishnu.WPF_UI.DependencyPropertiesAssembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+d75bac576d44afb64cfff79fd3665c8ca1172cbc
Syntaxpublic static bool? GetLastNotNullLogical(
DependencyObject obj
)
Public Shared Function GetLastNotNullLogical (
obj As DependencyObject
) As Boolean?
public:
static Nullable<bool> GetLastNotNullLogical(
DependencyObject^ obj
)
static member GetLastNotNullLogical :
obj : DependencyObject -> Nullable<bool>
Parameter
- obj DependencyObject
- Das besitzende Control.
Rückgabewert
NullableBooleanEin nullable Boolean, der dem letzten logischen Zustand des Controls entspricht.
Siehe auch