GetGraphicControl(String,String,String) Method
- Last UpdatedAug 21, 2026
- 1 minute read
Creates another instance of the Graphic with the given name.
'Declaration
Public Overloads MustOverride Function GetGraphicControl( _
ByVal graphicName As String, _
ByVal owningObject As String, _
ByVal hostControlUniqueName As String _
) As FrameworkElement
public abstract FrameworkElement GetGraphicControl(
string graphicName,
string owningObject,
string hostControlUniqueName
)
public:
abstract FrameworkElement^ GetGraphicControl(
String^ graphicName,
String^ owningObject,
String^ hostControlUniqueName
)
Parameters
- graphicName
- graphic Name
- owningObject
- owningObject
- hostControlUniqueName
- host Control UniqueName
Return Value
graphic control as wpf usercontrol