GetGraphicControl Method
Creates another instance of the Graphic with the given name.
Syntax
'Declaration Public MustOverride Function GetGraphicControl( _ ByVal graphicName As String, _ ByVal owningObject As String _ ) As FrameworkElement
'Usage Dim instance As GraphicControlFactory Dim graphicName As String Dim owningObject As String Dim value As FrameworkElement value = instance.GetGraphicControl(graphicName, owningObject)
public abstract FrameworkElement GetGraphicControl( string graphicName, string owningObject )
public: abstract FrameworkElement^ GetGraphicControl( String^ graphicName, String^ owningObject )
Parameters
- graphicName
- graphic name
- owningObject
- owning object
Return Value
graphic control as wpf usercontrol
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