A Sandcastle Documented Class Library
ConsolidatedState Property
NamespacesGifComponentsGifComponentConsolidatedState
Gets the combined error states of this component and all its child components.
Declaration Syntax
C#Visual BasicVisual 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.

Assembly: GifComponents (Module: GifComponents) Version: 0.1.3594.26453