Finds a control inside a predefined content control that has the provided identifier name.
public System.Windows.Forms.Control FindItem(Windows.Forms.Sidebar.ConditionalInstructionsItem item);Public Function FindItem(ByVal attribute As Windows.Forms.Sidebar.ConditionalInstructionsItem) As System.Windows.Forms.Controlpublic System.Windows.Forms.Control FindItem(Windows.Forms.Sidebar.DocumentSettingsItem item);Public Function FindItem(ByVal attribute As Windows.Forms.Sidebar.DocumentSettingsItem) As System.Windows.Forms.Controlpublic System.Windows.Forms.Control FindItem(Windows.Forms.Sidebar.FieldNavigatorItem item);Public Function FindItem(ByVal attribute As Windows.Forms.Sidebar.FieldNavigatorItem) As System.Windows.Forms.Controlpublic System.Windows.Forms.Control FindItem(Windows.Forms.Sidebar.FindAndReplaceItem item);Public Function FindItem(ByVal attribute As Windows.Forms.Sidebar.FindAndReplaceItem) As System.Windows.Forms.Controlpublic System.Windows.Forms.Control FindItem(Windows.Forms.Sidebar.GotoItem item);Public Function FindItem(ByVal attribute As Windows.Forms.Sidebar.GotoItem) As System.Windows.Forms.Controlpublic System.Windows.Forms.Control FindItem(Windows.Forms.Sidebar.StylesItem item);Public Function FindItem(ByVal attribute As Windows.Forms.Sidebar.StylesItem) As System.Windows.Forms.Controlpublic System.Windows.Forms.Control FindItem(Windows.Forms.Sidebar.TrackedChangesItem item);Public Function FindItem(ByVal attribute As Windows.Forms.Sidebar.TrackedChangesItem) As System.Windows.Forms.Control| Parameter | Description |
|---|---|
| item | The name of the requested control represented by a specific enum. |
The requested control if found. Otherwise null.