'Declaration
Public Overloads Function GetImageElement( _ ByVal force As Boolean _ ) As ImageElement
public ImageElement GetImageElement( bool force )
Parameters
- force
- If True and the ImageElement doesn't exist, this method will create it.
Return Value
The reference to the ImageElement if it exists; Null otherwise.