 | AttachedPropertiesContainerGetLoadEmergencyZeroLogical method |
WPF getter for the LastNotNullLogicalProperty.
Namespace: Vishnu.WPF_UI.DependencyPropertiesAssembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
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> Parameters
- obj DependencyObject
- The owning control.
Return value
NullableBooleanA nullable Boolean that corresponds to the last logical state of the control.
See also