Finds a control inside a predefined content control that has the provided identifier name.

FindItem(Windows.Forms.Sidebar.ConditionalInstructionsItem)

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.Control

FindItem(Windows.Forms.Sidebar.DocumentSettingsItem)

public System.Windows.Forms.Control FindItem(Windows.Forms.Sidebar.DocumentSettingsItem item);
Public Function FindItem(ByVal attribute As Windows.Forms.Sidebar.DocumentSettingsItem) As System.Windows.Forms.Control

FindItem(Windows.Forms.Sidebar.FieldNavigatorItem)

public System.Windows.Forms.Control FindItem(Windows.Forms.Sidebar.FieldNavigatorItem item);
Public Function FindItem(ByVal attribute As Windows.Forms.Sidebar.FieldNavigatorItem) As System.Windows.Forms.Control

FindItem(Windows.Forms.Sidebar.FindAndReplaceItem)

public System.Windows.Forms.Control FindItem(Windows.Forms.Sidebar.FindAndReplaceItem item);
Public Function FindItem(ByVal attribute As Windows.Forms.Sidebar.FindAndReplaceItem) As System.Windows.Forms.Control

FindItem(Windows.Forms.Sidebar.GotoItem)

public System.Windows.Forms.Control FindItem(Windows.Forms.Sidebar.GotoItem item);
Public Function FindItem(ByVal attribute As Windows.Forms.Sidebar.GotoItem) As System.Windows.Forms.Control

FindItem(Windows.Forms.Sidebar.StylesItem)

public System.Windows.Forms.Control FindItem(Windows.Forms.Sidebar.StylesItem item);
Public Function FindItem(ByVal attribute As Windows.Forms.Sidebar.StylesItem) As System.Windows.Forms.Control

FindItem(Windows.Forms.Sidebar.TrackedChangesItem)

public 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

Parameters

Parameter Description
item The name of the requested control represented by a specific enum.

Return Value

The requested control if found. Otherwise null.