Finds a control that has the provided identifier name.

FindItem(TrackedChangesDialog.DialogItem)

public System.Windows.Forms.Control FindItem(TrackedChangesDialog.DialogItem dialogItem);
Public Sub FindItem(ByVal dialogItem  As TrackedChangesDialog.DialogItem) As System.Windows.Forms.Control

Parameters

Parameter Description
dialogItem The name of the requested control represented by an enum of type TrackedChangesDialog.DialogItem.

Return Value

The requested control if found. Otherwise null.