'Declaration Public Overloads Sub ShowTopic( _ ByVal uiElement As System.Object _ )
public void ShowTopic( System.object uiElement )
Parameters
- uiElement
- Object associated with the topic to display.
'Declaration Public Overloads Sub ShowTopic( _ ByVal uiElement As System.Object _ )
public void ShowTopic( System.object uiElement )
Exception | Description |
---|---|
System.ArgumentNullException | uiElement is null. |