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);

FindItem(Windows.Forms.Sidebar.DocumentSettingsItem)

public System.Windows.Forms.Control FindItem(Windows.Forms.Sidebar.DocumentSettingsItem item);

FindItem(Windows.Forms.Sidebar.FieldNavigatorItem)

public System.Windows.Forms.Control FindItem(Windows.Forms.Sidebar.FieldNavigatorItem item);

FindItem(Windows.Forms.Sidebar.FindAndReplaceItem)

public System.Windows.Forms.Control FindItem(Windows.Forms.Sidebar.FindAndReplaceItem item);

FindItem(Windows.Forms.Sidebar.GotoItem)

public System.Windows.Forms.Control FindItem(Windows.Forms.Sidebar.GotoItem item);

FindItem(Windows.Forms.Sidebar.StylesItem)

public System.Windows.Forms.Control FindItem(Windows.Forms.Sidebar.StylesItem item);

FindItem(Windows.Forms.Sidebar.TrackedChangesItem)

public System.Windows.Forms.Control FindItem(Windows.Forms.Sidebar.TrackedChangesItem item);

Parameters

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

Return Value

The requested control if found. Otherwise null.