Intersoft ClientUI Documentation
GetResourceDictionaryEnumeratorFromHost Method (DataPointSingleSeriesWithAxes)



Returns the custom ResourceDictionary to use for necessary resources.
Syntax
Protected MustOverride Function GetResourceDictionaryEnumeratorFromHost() As IEnumerator(Of ResourceDictionary)
Dim instance As DataPointSingleSeriesWithAxes
Dim value As IEnumerator(Of ResourceDictionary)
 
value = instance.GetResourceDictionaryEnumeratorFromHost()
protected abstract IEnumerator<ResourceDictionary> GetResourceDictionaryEnumeratorFromHost()
protected:
abstract IEnumerator<ResourceDictionary^>^ GetResourceDictionaryEnumeratorFromHost(); 

Return Value

ResourceDictionary to use for necessary resources.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DataPointSingleSeriesWithAxes Class
DataPointSingleSeriesWithAxes Members

Send Feedback