Gets the combined error states of this component and all its child
components.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public ErrorState ConsolidatedState { get; }
Public ReadOnly Property ConsolidatedState As ErrorState
public: property ErrorState ConsolidatedState { ErrorState get (); }
Remarks
This property uses reflection to inspect the runtime type of the
current instance and performs a bitwise or of the ErrorStates of
the current instance and of any GifComponents within it.