Version

GetCachedProperty(EmbeddableEditorOwnerBase,Object,Int32,Object) Method

Gets the cached property value for an editor.
Syntax
'Declaration
 
Public Overloads Function GetCachedProperty( _
   ByVal owner As EmbeddableEditorOwnerBase, _
   ByVal ownerContext As Object, _
   ByVal propIndex As Integer, _
   ByRef val As Object _
) As Boolean
public bool GetCachedProperty( 
   EmbeddableEditorOwnerBase owner,
   object ownerContext,
   int propIndex,
   out object val
)

Parameters

owner
Owner that is using the editor. This is used to obtain the appropriate component role
ownerContext
Owner context of the editor. This is used to obtain the appropriate component role
propIndex
Index of the property that contains the cached value to evaluate
val
Out parameter that is set to the cached value.

Return Value

True if there is a cached value, otherwise false is returned.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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