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