- Description
- makes it possible to query information about the state of
this object, seen as a property contained in a property set.
This interface provides direct access to operations
that are available if the containing property set
implements XPropertyState.
The state contains the information if:
- a value is available or void
- the value is stored in the object itself, or if a default value is being used
- or if the value cannot be determined, due to ambiguity
(multi selection with multiple values).
Generally objects that implement this interface
also implement XProperty.
|