Visual Basic (Declaration) | |
---|---|
Public MustOverride ReadOnly Property NegativeValue As StatusBits |
C# | |
---|---|
public abstract StatusBits NegativeValue {get;} |
C++/CLI | |
---|---|
public: abstract property StatusBits NegativeValue { StatusBits get(); } |
Each time NegativeValue changes (masked by NegativeMask), it is summed into NegativeSummary.
You can get events on changes in the NegativeValue by attaching an property change event handler for the Status object and then look for changes in this property.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)