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 System.Windows.Forms.Control FindItem(Windows.Forms.Sidebar.DocumentSettingsItem item);
public System.Windows.Forms.Control FindItem(Windows.Forms.Sidebar.FieldNavigatorItem item);
public System.Windows.Forms.Control FindItem(Windows.Forms.Sidebar.FindAndReplaceItem item);
public System.Windows.Forms.Control FindItem(Windows.Forms.Sidebar.GotoItem item);
public System.Windows.Forms.Control FindItem(Windows.Forms.Sidebar.StylesItem item);
public System.Windows.Forms.Control FindItem(Windows.Forms.Sidebar.TrackedChangesItem item);
Parameter | Description |
---|---|
item | The name of the requested control represented by a specific enum. |
The requested control if found. Otherwise null.