mirror of
https://github.com/colosso/Signature-Manager.git
synced 2026-07-14 16:14:21 +02:00
2313 lines
197 KiB
XML
2313 lines
197 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<doc>
|
|
<assembly>
|
|
<name>Microsoft.Office.Tools.Common</name>
|
|
</assembly>
|
|
<members>
|
|
<member name="T:Microsoft.Office.Tools.ActionBase">
|
|
<summary>Defines shared functionality for smart tag actions in Office solutions for Word and Excel. </summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionBase.Caption">
|
|
<summary>Gets or sets the name of the action, as displayed in the smart tag menu.
|
|
This type or member is intended to be used only in projects for the 2007 Microsoft Office system. Smart tags are deprecated in Office 2010.
|
|
.</summary>
|
|
<returns>The name of the action.</returns>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.ActionsPane">
|
|
<summary>Represents a custom user interface for the Document Actions task pane in a document-level customization for Word or Excel.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.AccessibilityObject">
|
|
<summary>Gets the <see cref="T:System.Windows.Forms.AccessibleObject" /> that is assigned to the actions pane. </summary>
|
|
<returns>The <see cref="T:System.Windows.Forms.AccessibleObject" /> that is assigned to the actions pane.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.AccessibleDefaultActionDescription">
|
|
<summary>Gets or sets the default action description of the actions pane. This description is used by accessibility client applications.</summary>
|
|
<returns>The default action description of the actions pane. This description is used by accessibility client applications.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.AccessibleDescription">
|
|
<summary>Gets or sets the accessible description of the actions pane. This description is used by accessibility client applications.</summary>
|
|
<returns>The accessible description of the actions pane. This description is used by accessibility client applications. The default is null.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.AccessibleName">
|
|
<summary>Gets or sets the accessible name of the actions pane. This name is used by accessibility client applications. </summary>
|
|
<returns>The accessible name of the actions pane. This name is used by accessibility client applications. The default is null.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.AccessibleRole">
|
|
<summary>Gets or sets the accessible role of the actions pane.</summary>
|
|
<returns>The accessible role of the actions pane. The default is Default.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.ActiveControl">
|
|
<summary>Gets or sets the active control on the actions pane.</summary>
|
|
<returns>The active control on the actions pane.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.AllowDrop">
|
|
<summary>Gets or sets a value that indicates whether the actions pane can accept data that the user drags onto it.</summary>
|
|
<returns>true if drag-and-drop operations are allowed in the actions pane; otherwise, false. The default is false.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.Anchor">
|
|
<summary>Gets or sets the edges of the container to which the actions pane is bound and determines how the user control is resized with its parent.</summary>
|
|
<returns>A bitwise combination of the <see cref="T:System.Windows.Forms.AnchorStyles" /> values. The default is Top and Left.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.AutoRecover">
|
|
<summary>Gets or sets a value that indicates whether the actions pane solution automatically re-attaches to the document when it is detached.</summary>
|
|
<returns>true if the actions pane solution automatically re-attaches to the document; otherwise, false. The default value is true.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.AutoScaleDimensions">
|
|
<summary>Gets or sets the dimensions that the actions pane was designed to.</summary>
|
|
<returns>An object that contains the dots per inch (DPI) or <see cref="T:System.Drawing.Font" /> size that the actions pane was designed to.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.AutoScaleMode">
|
|
<summary>Gets or sets the automatic scaling mode of the actions pane.</summary>
|
|
<returns>A value that represents the current scaling mode. The default is System.Windows.Forms.AutoScaleMode.None.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.AutoScroll">
|
|
<summary>Gets or sets a value indicating whether the actions pane enables the user to scroll to any controls placed outside of its visible boundaries.</summary>
|
|
<returns>true if the actions pane enables auto-scrolling; otherwise, false. The default value is false. </returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.AutoScrollMargin">
|
|
<summary>Gets or sets the size of the auto-scroll margin for the actions pane.</summary>
|
|
<returns>The size of the auto-scroll margin for the actions pane.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.AutoScrollMinSize">
|
|
<summary>Gets or sets the minimum size of the auto-scroll for the actions pane.</summary>
|
|
<returns>The minimum size of the virtual area through which the user can scroll.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.AutoScrollOffset">
|
|
<summary>Gets or sets where the actions pane is scrolled to when the <see cref="M:Microsoft.Office.Tools.ActionsPane.ScrollControlIntoView(System.Windows.Forms.Control)" /> method is called.</summary>
|
|
<returns>The location where the actions pane is scrolled to when the <see cref="M:Microsoft.Office.Tools.ActionsPane.ScrollControlIntoView(System.Windows.Forms.Control)" /> method is called. The default is the upper-left corner of the user control.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.AutoScrollPosition">
|
|
<summary>Gets or sets the location of the auto-scroll position for the actions pane.</summary>
|
|
<returns>The auto-scroll position for the actions pane, in pixels.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.AutoSize">
|
|
<summary>This property is not supported by the actions pane.</summary>
|
|
<returns>Returns <see cref="T:System.Boolean" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.AutoSizeChanged">
|
|
<summary>This event is not supported by the actions pane.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.AutoSizeMode">
|
|
<summary>Gets or sets the mode by which the actions pane control automatically resizes itself.</summary>
|
|
<returns>A value that specifies the mode by which the actions pane control automatically resizes itself. The default is System.Windows.Forms.AutoSizeMode.GrowOnly.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.AutoValidate">
|
|
<summary>Gets or sets a value that indicates whether controls in the actions pane will be automatically validated when the focus changes.</summary>
|
|
<returns>A value that indicates whether contained controls are implicitly validated on focus change. The default is <see cref="F:System.Windows.Forms.AutoValidate.Inherit" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.AutoValidateChanged">
|
|
<summary>Occurs when the <see cref="P:Microsoft.Office.Tools.ActionsPane.AutoValidate" /> property changes.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.BackColor">
|
|
<summary>Gets or sets the background color for the actions pane.</summary>
|
|
<returns>The background color of the actions pane. </returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.BackColorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:Microsoft.Office.Tools.ActionsPane.BackColor" /> property changes.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.BackgroundImage">
|
|
<summary>Gets or sets the background image displayed in the actions pane.</summary>
|
|
<returns>The image to display in the background of the actions pane. </returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.BackgroundImageChanged">
|
|
<summary>Occurs when the value of the <see cref="P:Microsoft.Office.Tools.ActionsPane.BackgroundImage" /> property changes.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.BackgroundImageLayout">
|
|
<summary>Gets or sets the position and behavior of a background image in the actions pane.</summary>
|
|
<returns>An object that specifies the position and behavior of a background image in the actions pane.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.BackgroundImageLayoutChanged">
|
|
<summary>Occurs when the <see cref="P:Microsoft.Office.Tools.ActionsPane.BackgroundImageLayout" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.BeginInit"></member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.BeginInvoke(System.Delegate)">
|
|
<summary>Executes the specified delegate asynchronously on the thread that the actions pane control's underlying handle was created on.</summary>
|
|
<returns>The result of the <see cref="M:Microsoft.Office.Tools.ActionsPane.BeginInvoke(System.Delegate)" /> operation.</returns>
|
|
<param name="method">A delegate to a method that takes no parameters. </param>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.BeginInvoke(System.Delegate,System.Object[])">
|
|
<summary>Executes the specified delegate asynchronously with the specified arguments, on the thread that the actions pane control's underlying handle was created on.</summary>
|
|
<returns>The result of the <see cref="M:Microsoft.Office.Tools.ActionsPane.BeginInvoke(System.Delegate,System.Object[])" /> operation.</returns>
|
|
<param name="method">A delegate to a method that takes parameters of the same number and type that are contained in the <paramref name="args" /> parameter. </param>
|
|
<param name="args">An array of objects to pass as arguments to the given method. This can be null if no arguments are needed. </param>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.BindingContext">
|
|
<summary>Gets or sets an object that is used to keep all controls on the actions pane that are bound to the same data source synchronized.</summary>
|
|
<returns>An object that is used to keep all controls on the actions pane that are bound to the same data source synchronized.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.BindingContextChanged">
|
|
<summary>Occurs when the value of the <see cref="P:Microsoft.Office.Tools.ActionsPane.BindingContext" /> property changes.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.BorderStyle">
|
|
<summary>Gets or sets the border style of the actions pane.</summary>
|
|
<returns>The border style of the actions pane. The default is <see cref="F:System.Windows.Forms.BorderStyle.Fixed3D" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.Bottom">
|
|
<summary>Gets the distance, in pixels, between the bottom edge of the actions pane and the top edge of its container's client area.</summary>
|
|
<returns>The distance, in pixels, between the bottom edge of the actions pane and the top edge of its container's client area.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.Bounds">
|
|
<summary>Gets or sets the size and location of the actions pane control including its nonclient elements, in pixels, relative to its parent.</summary>
|
|
<returns>The size and location of the actions pane control including its nonclient elements, in pixels, relative to its parent.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.BringToFront">
|
|
<summary>Brings the actions pane control to the front of the z-order.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.CanFocus">
|
|
<summary>Gets a value indicating whether the actions pane can receive focus.</summary>
|
|
<returns>true if the actions pane can receive focus; otherwise, false.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.CanSelect">
|
|
<summary>Gets a value indicating whether the actions pane can be selected.</summary>
|
|
<returns>true if the actions pane can be selected; otherwise, false.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.Capture">
|
|
<summary>Gets or sets a value indicating whether the actions pane has captured the mouse.</summary>
|
|
<returns>true if the actions pane has captured the mouse; otherwise, false.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.CausesValidation">
|
|
<summary>Gets or sets a value indicating whether the actions pane causes validation to be performed on any controls that require validation when it receives focus.</summary>
|
|
<returns>true if the actions pane causes validation to be performed on any controls requiring validation when it receives focus; otherwise, false. The default is true.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.CausesValidationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:Microsoft.Office.Tools.ActionsPane.CausesValidation" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.ChangeUICues">
|
|
<summary>Occurs when the focus or keyboard user interface (UI) cues change.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.Clear">
|
|
<summary>Detaches the actions pane solution from the document.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.Click">
|
|
<summary>Occurs when the actions pane is clicked.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.ClientRectangle">
|
|
<summary>Gets the rectangle that represents the client area of the actions pane.</summary>
|
|
<returns>The client area of the actions pane.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.ClientSize">
|
|
<summary>Gets or sets the height and width of the client area of the actions pane.</summary>
|
|
<returns>The dimensions of the client area of the actions pane.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.ClientSizeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:Microsoft.Office.Tools.ActionsPane.ClientSize" /> property changes. </summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.CompanyName">
|
|
<summary>Gets the name of the company or creator of the application containing the actions pane.</summary>
|
|
<returns>The name of the company or creator of the application containing the actions pane.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.Container">
|
|
<summary>This property is not supported by the actions pane.</summary>
|
|
<returns>Returns <see cref="T:System.ComponentModel.IContainer" />.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.Contains(System.Windows.Forms.Control)">
|
|
<summary>Returns a value that indicates whether the specified control is a child of the actions pane.</summary>
|
|
<returns>Returns <see cref="T:System.Boolean" />.</returns>
|
|
<param name="ctl">The <see cref="T:System.Windows.Forms.Control" /> to evaluate. </param>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.ContainsFocus">
|
|
<summary>Gets a value indicating whether the actions pane, or one of its child controls, currently has the input focus.</summary>
|
|
<returns>true if the actions pane or one of its child controls currently has the input focus; otherwise, false.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.ContextMenu">
|
|
<summary>Gets or sets the shortcut menu associated with the actions pane.</summary>
|
|
<returns>The shortcut menu associated with the actions pane.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.ContextMenuChanged">
|
|
<summary>Occurs when the value of the <see cref="P:Microsoft.Office.Tools.ActionsPane.ContextMenu" /> property changes.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.ContextMenuStrip">
|
|
<summary>Gets or sets the <see cref="T:System.Windows.Forms.ContextMenuStrip" /> associated with the actions pane.</summary>
|
|
<returns>The <see cref="T:System.Windows.Forms.ContextMenuStrip" /> for the actions pane, or null if there is no <see cref="T:System.Windows.Forms.ContextMenuStrip" />. The default is null.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.ContextMenuStripChanged">
|
|
<summary>Occurs when the value of the <see cref="P:Microsoft.Office.Tools.ActionsPane.ContextMenuStrip" /> property changes. </summary>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.ControlAdded">
|
|
<summary>Occurs when a new control is added to the <see cref="P:Microsoft.Office.Tools.ActionsPane.Controls" /> collection.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.ControlRemoved">
|
|
<summary>Occurs when a control is removed from the <see cref="P:Microsoft.Office.Tools.ActionsPane.Controls" /> collection.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.Controls">
|
|
<summary>Gets the collection of controls contained within the actions pane.</summary>
|
|
<returns>The collection of controls contained within the actions pane.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.CreateControl">
|
|
<summary>Forces the creation of the visible actions pane control, including the creation of the handle and any visible child controls.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.Created">
|
|
<summary>Gets a value indicating whether the actions pane has been created.</summary>
|
|
<returns>true if the actions pane has been created; otherwise, false.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.CreateGraphics">
|
|
<summary>Creates the <see cref="T:System.Drawing.Graphics" /> for the actions pane control.</summary>
|
|
<returns>The <see cref="T:System.Drawing.Graphics" /> for the actions pane control.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.CurrentAutoScaleDimensions">
|
|
<summary>Gets the current run-time dimensions of the screen.</summary>
|
|
<returns>An object that contains the current dots per inch (DPI) or <see cref="T:System.Drawing.Font" /> size of the screen.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.Cursor">
|
|
<summary>Gets or sets the cursor that is displayed when the mouse pointer is over the actions pane.</summary>
|
|
<returns>The cursor to display when the mouse pointer is over the actions pane.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.CursorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:Microsoft.Office.Tools.ActionsPane.Cursor" /> property changes.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.DataBindings">
|
|
<summary>Gets the data bindings for the actions pane.</summary>
|
|
<returns>The collection of data bindings (<see cref="T:System.Windows.Forms.Binding" /> objects) for the actions pane.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.DisplayRectangle">
|
|
<summary>Gets the rectangle that represents the display area of the actions pane.</summary>
|
|
<returns>The display area of the actions pane.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.Disposed">
|
|
<summary>Occurs when the actions pane is disposed.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.Disposing">
|
|
<summary>Gets a value indicating whether the actions pane is in the process of disposing.</summary>
|
|
<returns>true if the actions pane is in the process of disposing; otherwise, false.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.Dock">
|
|
<summary>Gets or sets which actions pane control borders are docked to its parent and determines how the actions pane control is resized with its parent.</summary>
|
|
<returns>A value that specifies which actions pane control borders are docked to its parent and determines how the actions pane control is resized with its parent. The default is <see cref="F:System.Windows.Forms.DockStyle.None" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.DockChanged">
|
|
<summary>Occurs when the value of the <see cref="P:Microsoft.Office.Tools.ActionsPane.Dock" /> property changes.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.DockPadding">
|
|
<summary>This property is not supported by the actions pane.</summary>
|
|
<returns>Returns <see cref="T:System.Windows.Forms.ScrollableControl.DockPaddingEdges" />.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.DoDragDrop(System.Object,System.Windows.Forms.DragDropEffects)">
|
|
<summary>Begins a drag-and-drop operation.</summary>
|
|
<returns>A value that represents the final effect that was performed during the drag-and-drop operation.</returns>
|
|
<param name="data">The data to drag. </param>
|
|
<param name="allowedEffects">One of the <see cref="T:System.Windows.Forms.DragDropEffects" /> values. </param>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.DoubleClick">
|
|
<summary>Occurs when the actions pane is double-clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.DragDrop">
|
|
<summary>Occurs when a drag-and-drop operation is completed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.DragEnter">
|
|
<summary>Occurs when an object is dragged into the actions pane's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.DragLeave">
|
|
<summary>Occurs when an object is dragged out of the actions pane's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.DragOver">
|
|
<summary>Occurs when an object is dragged over the actions pane's bounds.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.DrawToBitmap(System.Drawing.Bitmap,System.Drawing.Rectangle)">
|
|
<summary>Supports rendering to the specified bitmap.</summary>
|
|
<param name="bitmap">The bitmap to be drawn to.</param>
|
|
<param name="targetBounds">The bounds within which the actions pane is rendered.</param>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.Enabled">
|
|
<summary>Gets or sets a value indicating whether the actions pane can respond to user interaction.</summary>
|
|
<returns>true if the actions pane can respond to user interaction; otherwise, false. The default is true.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.EnabledChanged">
|
|
<summary>Occurs when the <see cref="P:Microsoft.Office.Tools.ActionsPane.Enabled" /> property value has changed.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.EndInit"></member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.EndInvoke(System.IAsyncResult)">
|
|
<summary>Retrieves the return value of the specified asynchronous operation.</summary>
|
|
<returns>The <see cref="T:System.Object" /> generated by the asynchronous operation.</returns>
|
|
<param name="asyncResult">A specific invoke asynchronous operation, returned when calling <see cref="M:Microsoft.Office.Tools.ActionsPane.BeginInvoke(System.Delegate)" />. </param>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.Enter">
|
|
<summary>Occurs when the actions pane is entered.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.FindForm">
|
|
<summary>Retrieves the form that the actions pane control is on.</summary>
|
|
<returns>null in all cases.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.Focus">
|
|
<summary>Sets input focus to the actions pane.</summary>
|
|
<returns>false in all cases, even when the <see cref="T:Microsoft.Office.Tools.ActionsPane" /> successfully receives the focus.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.Focused">
|
|
<summary>Gets a value indicating whether the actions pane has input focus.</summary>
|
|
<returns>true if the actions pane has focus; otherwise, false.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.Font">
|
|
<summary>Gets or sets the font of the text displayed by the actions pane.</summary>
|
|
<returns>The <see cref="T:System.Drawing.Font" /> to apply to the text displayed by the actions pane. </returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.FontChanged">
|
|
<summary>Occurs when the <see cref="P:Microsoft.Office.Tools.ActionsPane.Font" /> property value changes.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.ForeColor">
|
|
<summary>Gets or sets the foreground color of the actions pane.</summary>
|
|
<returns>The foreground color of the actions pane.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.ForeColorChanged">
|
|
<summary>Occurs when the <see cref="P:Microsoft.Office.Tools.ActionsPane.ForeColor" /> property value changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.GetChildAtPoint(System.Drawing.Point)">
|
|
<summary>Retrieves the child control that is located at the specified coordinates.</summary>
|
|
<returns>A <see cref="T:System.Windows.Forms.Control" /> that represents the control that is located at the specified point.</returns>
|
|
<param name="pt">A <see cref="T:System.Drawing.Point" /> that contains the coordinates where you want to look for a control. Coordinates are expressed relative to the upper-left corner of the actions pane's client area. </param>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.GetChildAtPoint(System.Drawing.Point,System.Windows.Forms.GetChildAtPointSkip)">
|
|
<summary>Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type.</summary>
|
|
<returns>The child <see cref="T:System.Windows.Forms.Control" /> at the specified coordinates.</returns>
|
|
<param name="pt">A <see cref="T:System.Drawing.Point" /> that contains the coordinates where you want to look for a control. Coordinates are expressed relative to the upper-left corner of the actions pane's client area.</param>
|
|
<param name="skipValue">One of the values of <see cref="T:System.Windows.Forms.GetChildAtPointSkip" />, determining whether to ignore child controls of a certain type.</param>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.GetContainerControl">
|
|
<summary>Returns the next <see cref="T:System.Windows.Forms.ContainerControl" /> up the control's chain of parent controls.</summary>
|
|
<returns>The parent of the actions pane.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.GetNextControl(System.Windows.Forms.Control,System.Boolean)">
|
|
<summary>Retrieves the next control forward or back in the tab order of child controls.</summary>
|
|
<returns>The next control in the tab order.</returns>
|
|
<param name="ctl">The control to start the search with. </param>
|
|
<param name="forward">true to search forward in the tab order; false to search backward. </param>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.GetPreferredSize(System.Drawing.Size)">
|
|
<summary>Retrieves the size of a rectangular area into which the actions pane can be fitted.</summary>
|
|
<returns>An ordered pair of type <see cref="T:System.Drawing.Size" /> representing the width and height of a rectangle.</returns>
|
|
<param name="proposedSize">The custom-sized area for the actions pane. </param>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.GiveFeedback">
|
|
<summary>Occurs during a drag operation.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.GotFocus">
|
|
<summary>Occurs when the actions pane receives focus.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.Handle">
|
|
<summary>Gets the window handle that the actions pane control is bound to.</summary>
|
|
<returns>The window handle (HWND) of the actions pane control.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.HandleCreated">
|
|
<summary>Occurs when a handle is created for the actions pane.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.HandleDestroyed">
|
|
<summary>Occurs when the actions pane's handle is in the process of being destroyed.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.HasChildren">
|
|
<summary>Gets a value that indicates whether the control contains one or more child controls.</summary>
|
|
<returns>true if the actions pane contains one or more child controls; otherwise, false.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.Height">
|
|
<summary>Gets or sets the height of the actions pane control.</summary>
|
|
<returns>The height of the actions pane control in pixels.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.HelpRequested">
|
|
<summary>Occurs when the user requests help for the actions pane.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.Hide">
|
|
<summary>Removes the <see cref="T:Microsoft.Office.Tools.ActionsPane" /> and the controls from the task pane user interface, but leaves the task pane visible.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.HorizontalScroll">
|
|
<summary>Gets the characteristics associated with the horizontal scroll bar.</summary>
|
|
<returns>An object that contains information about the horizontal scroll bar.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.ImeMode">
|
|
<summary>Gets or sets the Input Method Editor (IME) mode of the actions pane.</summary>
|
|
<returns>A value that specifies the Input Method Editor (IME) mode of the actions pane. The default is <see cref="F:System.Windows.Forms.ImeMode.Inherit" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.ImeModeChanged">
|
|
<summary>Occurs when the <see cref="P:Microsoft.Office.Tools.ActionsPane.ImeMode" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.Invalidate">
|
|
<summary>Invalidates the entire surface of the actions pane and causes the actions pane to be redrawn.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.Invalidate(System.Boolean)">
|
|
<summary>Invalidates the entire surface of the actions pane and causes a paint message to be sent to the actions pane. Optionally, invalidates the child controls assigned to the actions pane.</summary>
|
|
<param name="invalidateChildren">true to invalidate the actions pane's child controls; otherwise, false. </param>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.Invalidate(System.Drawing.Rectangle)">
|
|
<summary>Invalidates the specified region of the actions pane (adds it to the actions pane's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the actions pane.</summary>
|
|
<param name="rc">A <see cref="T:System.Drawing.Rectangle" /> that represents the region to invalidate. </param>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.Invalidate(System.Drawing.Rectangle,System.Boolean)">
|
|
<summary>Invalidates the specified region of the actions pane (adds it to the actions pane's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the actions pane. Optionally, invalidates the child controls assigned to the actions pane.</summary>
|
|
<param name="rc">A <see cref="T:System.Drawing.Rectangle" /> that represents the region to invalidate. </param>
|
|
<param name="invalidateChildren">true to invalidate the actions pane's child controls; otherwise, false. </param>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.Invalidate(System.Drawing.Region)">
|
|
<summary>Invalidates the specified region of the actions pane (adds it to the actions pane's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the actions pane.</summary>
|
|
<param name="region">The <see cref="T:System.Drawing.Region" /> to invalidate. </param>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.Invalidate(System.Drawing.Region,System.Boolean)">
|
|
<summary>Invalidates the specified region of the actions pane (adds it to the actions pane's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the actions pane. Optionally, invalidates the child controls assigned to the actions pane.</summary>
|
|
<param name="region">The <see cref="T:System.Drawing.Region" /> to invalidate.</param>
|
|
<param name="invalidateChildren">true to invalidate the actions pane's child controls; otherwise, false. </param>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.Invalidated">
|
|
<summary>Occurs when the actions pane's display requires redrawing.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.Invoke(System.Delegate)">
|
|
<summary>Executes the specified delegate on the thread that owns the actions pane's underlying window handle.</summary>
|
|
<returns>The return value from the delegate being invoked, or null if the delegate has no return value.</returns>
|
|
<param name="method">A delegate that contains a method to be called in the actions pane's thread context. </param>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.Invoke(System.Delegate,System.Object[])">
|
|
<summary>Executes the specified delegate, on the thread that owns the actions pane's underlying window handle, with the specified list of arguments.</summary>
|
|
<returns>An <see cref="T:System.Object" /> that contains the return value from the delegate being invoked, or null if the delegate has no return value.</returns>
|
|
<param name="method">A delegate to a method that takes parameters of the same number and type that are contained in the <paramref name="args" /> parameter. </param>
|
|
<param name="args">An array of objects to pass as arguments to the specified method. This parameter can be null if the method takes no arguments. </param>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.InvokeRequired">
|
|
<summary>Gets a value indicating whether the caller must call an invoke method when making method calls to the actions pane control because the caller is on a different thread than the one the actions pane control was created on.</summary>
|
|
<returns>true if the actions pane control's <see cref="P:System.Windows.Forms.Control.Handle" /> was created on a different thread than the calling thread (indicating that you must make calls to the control through an invoke method); otherwise, false.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.IsAccessible">
|
|
<summary>Gets or sets a value that indicates whether the actions pane is visible to accessibility applications.</summary>
|
|
<returns>true if the actions pane is visible to accessibility applications; otherwise, false.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.IsDisposed">
|
|
<summary>Gets a value that indicates whether the actions pane control has been disposed of.</summary>
|
|
<returns>true if the actions pane control has been disposed of; otherwise, false.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.IsHandleCreated">
|
|
<summary>Gets a value that indicates whether the actions pane control has a handle associated with it.</summary>
|
|
<returns>true if a handle has been assigned to the actions pane control; otherwise, false.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.IsMirrored">
|
|
<summary>Gets a value that indicates whether the actions pane is mirrored.</summary>
|
|
<returns>true if the actions pane is mirrored; otherwise, false.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.KeyDown">
|
|
<summary>Occurs when a key is pressed while the actions pane has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.KeyPress">
|
|
<summary>Occurs when a key is pressed while the actions pane has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.KeyUp">
|
|
<summary>Occurs when a key is released while the actions pane has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.Layout">
|
|
<summary>Occurs when the actions pane should reposition its child controls.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.LayoutEngine">
|
|
<summary>Gets a cached instance of the actions pane control's layout engine.</summary>
|
|
<returns>The layout engine for the actions pane control.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.Leave">
|
|
<summary>Occurs when the input focus leaves the actions pane.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.Left">
|
|
<summary>Gets or sets the distance, in pixels, between the left edge of the actions pane control and the left edge of its container's client area.</summary>
|
|
<returns>The distance, in pixels, between the left edge of the actions pane control and the left edge of its container's client area.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.Load">
|
|
<summary>Occurs before the actions pane becomes visible for the first time.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.Location">
|
|
<summary>Gets or sets the coordinates of the upper-left corner of the actions pane relative to the upper-left corner of its container.</summary>
|
|
<returns>The upper-left corner of the actions pane relative to the upper-left corner of its container.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.LocationChanged">
|
|
<summary>Occurs when the <see cref="P:Microsoft.Office.Tools.ActionsPane.Location" /> property value has changed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.LostFocus">
|
|
<summary>Occurs when the actions pane loses focus.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.Margin">
|
|
<summary>Gets or sets the space between controls.</summary>
|
|
<returns>The space between controls.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.MarginChanged">
|
|
<summary>Occurs when the actions pane's margin changes.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.MaximumSize">
|
|
<summary>Gets or sets the size that is the upper limit that <see cref="M:Microsoft.Office.Tools.ActionsPane.GetPreferredSize(System.Drawing.Size)" /> can specify.</summary>
|
|
<returns>The width and height of the rectangle that represents the maximum size.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.MinimumSize">
|
|
<summary>Gets or sets the size that is the lower limit that <see cref="M:Microsoft.Office.Tools.ActionsPane.GetPreferredSize(System.Drawing.Size)" /> can specify.</summary>
|
|
<returns>The width and height of the rectangle that represents the minimum size.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.MouseCaptureChanged">
|
|
<summary>Occurs when the actions pane loses or gains mouse capture.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.MouseClick">
|
|
<summary>Occurs when the actions pane is clicked by the mouse.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.MouseDoubleClick">
|
|
<summary>Occurs when the actions pane is double clicked by the mouse.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.MouseDown">
|
|
<summary>Occurs when the mouse pointer is over the actions pane and a mouse button is pressed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.MouseEnter">
|
|
<summary>Occurs when the mouse pointer enters the actions pane.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.MouseHover">
|
|
<summary>Occurs when the mouse pointer rests on the actions pane.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.MouseLeave">
|
|
<summary>Occurs when the mouse pointer leaves the actions pane.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.MouseMove">
|
|
<summary>Occurs when the mouse pointer is moved over the actions pane.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.MouseUp">
|
|
<summary>Occurs when the mouse pointer is over the actions pane and a mouse button is released.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.MouseWheel">
|
|
<summary>Occurs when the mouse wheel moves while the actions pane has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.Move">
|
|
<summary>Occurs when the actions pane is moved.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.Name">
|
|
<summary>Gets or sets the name of the actions pane control.</summary>
|
|
<returns>The name of the actions pane control. The default is an empty string ("").</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.Orientation">
|
|
<summary>Gets a value that indicates whether the placement of the actions pane is vertical or horizontal.</summary>
|
|
<returns>A value that indicates whether the placement of the actions pane is vertical or horizontal.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.OrientationChanged">
|
|
<summary>Occurs when the <see cref="P:Microsoft.Office.Tools.ActionsPane.Orientation" /> of the actions pane changes.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.Padding">
|
|
<summary>Gets or sets padding within the actions pane.</summary>
|
|
<returns>The internal spacing characteristics of the actions pane.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.PaddingChanged">
|
|
<summary>Occurs when the actions pane's padding changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.Paint">
|
|
<summary>Occurs when the actions pane is redrawn.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.Parent">
|
|
<summary>Gets or sets the parent container of the actions pane.</summary>
|
|
<returns>The parent container of the actions pane.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.ParentChanged">
|
|
<summary>Occurs when the <see cref="P:Microsoft.Office.Tools.ActionsPane.Parent" /> property value changes.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.ParentForm">
|
|
<summary>This property is not supported by the actions pane.</summary>
|
|
<returns>null in all cases.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.PerformAutoScale">
|
|
<summary>Performs scaling of the actions pane and its children.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.PerformLayout">
|
|
<summary>Forces the actions pane to apply layout logic to all its child controls.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.PerformLayout(System.Windows.Forms.Control,System.String)">
|
|
<summary>Forces the actions pane to apply layout logic to all its child controls.</summary>
|
|
<param name="affectedControl">A <see cref="T:System.Windows.Forms.Control" /> that represents the most recently changed control. </param>
|
|
<param name="affectedProperty">The name of the most recently changed property on the control. </param>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.PointToClient(System.Drawing.Point)">
|
|
<summary>Computes the location of the specified screen point into client coordinates.</summary>
|
|
<returns>A <see cref="T:System.Drawing.Point" /> that represents the converted <see cref="T:System.Drawing.Point" />, <paramref name="p" />, in client coordinates.</returns>
|
|
<param name="p">The screen coordinate <see cref="T:System.Drawing.Point" /> to convert. </param>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.PointToScreen(System.Drawing.Point)">
|
|
<summary>Computes the location of the specified client point into screen coordinates.</summary>
|
|
<returns>A <see cref="T:System.Drawing.Point" /> that represents the converted <see cref="T:System.Drawing.Point" />, <paramref name="p" />, in screen coordinates.</returns>
|
|
<param name="p">The client coordinate <see cref="T:System.Drawing.Point" /> to convert. </param>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.PreferredSize">
|
|
<summary>Gets the size of the rectangular area into which the actions pane can fit.</summary>
|
|
<returns>The height and width of the rectangular area into which the actions pane can fit, in pixels.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.PreProcessControlMessage(System.Windows.Forms.Message@)">
|
|
<summary>Preprocesses keyboard or input messages within the message loop before they are dispatched.</summary>
|
|
<returns>One of the <see cref="T:System.Windows.Forms.PreProcessControlState" /> values, depending on whether <see cref="M:Microsoft.Office.Tools.ActionsPane.PreProcessMessage(System.Windows.Forms.Message@)" /> is true or false.</returns>
|
|
<param name="msg">A <see cref="T:System.Windows.Forms.Message" /> that represents the message to process.</param>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.PreProcessMessage(System.Windows.Forms.Message@)">
|
|
<summary>Preprocesses keyboard or input messages within the message loop before they are dispatched.</summary>
|
|
<returns>true if the message was processed by the actions pane; otherwise, false.</returns>
|
|
<param name="msg">A <see cref="T:System.Windows.Forms.Message" />, passed by reference, that represents the message to process. The possible values are WM_KEYDOWN, WM_SYSKEYDOWN, WM_CHAR, and WM_SYSCHAR. </param>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.PreviewKeyDown">
|
|
<summary>Occurs before the <see cref="E:Microsoft.Office.Tools.ActionsPane.KeyDown" /> event when a key is pressed while focus is on this control.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.ProductName">
|
|
<summary>Gets the product name of the assembly that contains the actions pane.</summary>
|
|
<returns>The product name of the assembly that contains the actions pane.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.ProductVersion">
|
|
<summary>Gets the version of the assembly that contains the actions pane.</summary>
|
|
<returns>The version of the assembly that contains the actions pane.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.QueryAccessibilityHelp">
|
|
<summary>Occurs when an <see cref="T:System.Windows.Forms.AccessibleObject" /> is providing help to accessibility applications.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.QueryContinueDrag">
|
|
<summary>Occurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.RecreatingHandle">
|
|
<summary>Gets a value that indicates whether the actions pane control is currently re-creating its handle.</summary>
|
|
<returns>true if the actions pane control is currently re-creating its handle; otherwise, false.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.RectangleToClient(System.Drawing.Rectangle)">
|
|
<summary>Computes the size and location of the specified screen rectangle in client coordinates.</summary>
|
|
<returns>A <see cref="T:System.Drawing.Rectangle" /> that represents the converted <see cref="T:System.Drawing.Rectangle" />, <paramref name="r" />, in client coordinates.</returns>
|
|
<param name="r">The screen coordinate <see cref="T:System.Drawing.Rectangle" /> to convert. </param>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.RectangleToScreen(System.Drawing.Rectangle)">
|
|
<summary>Computes the size and location of the specified client rectangle in screen coordinates.</summary>
|
|
<returns>A <see cref="T:System.Drawing.Rectangle" /> that represents the converted <see cref="T:System.Drawing.Rectangle" />, <paramref name="p" />, in screen coordinates.</returns>
|
|
<param name="r">The client coordinate <see cref="T:System.Drawing.Rectangle" /> to convert. </param>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.Refresh">
|
|
<summary>Forces the actions pane to invalidate its client area and immediately redraw itself and any child controls.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.Region">
|
|
<summary>Gets or sets the window region associated with the actions pane.</summary>
|
|
<returns>The window region associated with the actions pane.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.RegionChanged">
|
|
<summary>Occurs when the value of the <see cref="P:Microsoft.Office.Tools.ActionsPane.Region" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.ResetBackColor">
|
|
<summary>This method is not supported by the actions pane.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.ResetBindings">
|
|
<summary>This method is not supported by the actions pane.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.ResetCursor">
|
|
<summary>This method is not supported by the actions pane.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.ResetFont">
|
|
<summary>This method is not supported by the actions pane.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.ResetForeColor">
|
|
<summary>This method is not supported by the actions pane.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.ResetImeMode">
|
|
<summary>This method is not supported by the actions pane.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.ResetRightToLeft">
|
|
<summary>This method is not supported by the actions pane.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.ResetText">
|
|
<summary>This method is not supported by the actions pane.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.Resize">
|
|
<summary>Occurs when the actions pane is resized.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.ResumeLayout">
|
|
<summary>Resumes usual layout logic.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.ResumeLayout(System.Boolean)">
|
|
<summary>Resumes usual layout logic, optionally forcing an immediate layout of pending layout requests.</summary>
|
|
<param name="performLayout">true to execute pending layout requests; otherwise, false. </param>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.Right">
|
|
<summary>Gets the distance, in pixels, between the right edge of the actions pane and the left edge of its container's client area.</summary>
|
|
<returns>The distance, in pixels, between the right edge of the control and the left edge of its container's client area.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.RightToLeft">
|
|
<summary>Gets or sets a value indicating whether the actions pane's elements are aligned to support locales using right-to-left fonts.</summary>
|
|
<returns>A value that indicates whether the actions pane's elements are aligned to support locales using right-to-left fonts. The default is <see cref="F:System.Windows.Forms.RightToLeft.Inherit" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.RightToLeftChanged">
|
|
<summary>Occurs when the <see cref="P:Microsoft.Office.Tools.ActionsPane.RightToLeft" /> property value changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.Scale(System.Drawing.SizeF)">
|
|
<summary>Scales the actions pane and all child controls by the specified scaling factor.</summary>
|
|
<param name="factor">A <see cref="T:System.Drawing.SizeF" /> containing the horizontal and vertical scaling factors.</param>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.Scroll">
|
|
<summary>Occurs when the user or code scrolls through the client area.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.ScrollControlIntoView(System.Windows.Forms.Control)">
|
|
<summary>Scrolls the specified child control into view.</summary>
|
|
<param name="activeControl">The child control to scroll into view. </param>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.Select">
|
|
<summary>Activates the actions pane.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.SelectNextControl(System.Windows.Forms.Control,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
|
|
<summary>Activates the next control.</summary>
|
|
<returns>true if a control was activated; otherwise, false.</returns>
|
|
<param name="ctl">The <see cref="T:System.Windows.Forms.Control" /> at which to start the search. </param>
|
|
<param name="forward">true to move forward in the tab order; false to move backward in the tab order. </param>
|
|
<param name="tabStopOnly">true to ignore the controls with the <see cref="P:System.Windows.Forms.Control.TabStop" /> property set to false; otherwise, false. </param>
|
|
<param name="nested">true to include nested (children of child controls) child controls; otherwise, false. </param>
|
|
<param name="wrap">true to continue searching from the first control in the tab order after the last control has been reached; otherwise, false. </param>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.SendToBack">
|
|
<summary>Sends the actions pane control to the back of the z-order.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.SetAutoScrollMargin(System.Int32,System.Int32)">
|
|
<summary>Sets the size of the auto-scroll margins.</summary>
|
|
<param name="x">The <see cref="P:System.Drawing.Size.Width" /> value. </param>
|
|
<param name="y">The <see cref="P:System.Drawing.Size.Height" /> value. </param>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.SetBounds(System.Int32,System.Int32,System.Int32,System.Int32)">
|
|
<summary>Sets the bounds of the actions pane to the specified location and size.</summary>
|
|
<param name="x">The new <see cref="P:Microsoft.Office.Tools.ActionsPane.Left" /> property value of the actions pane. </param>
|
|
<param name="y">The new <see cref="P:Microsoft.Office.Tools.ActionsPane.Top" /> property value of the actions pane. </param>
|
|
<param name="width">The new <see cref="P:Microsoft.Office.Tools.ActionsPane.Width" /> property value of the actions pane. </param>
|
|
<param name="height">The new <see cref="P:Microsoft.Office.Tools.ActionsPane.Height" /> property value of the actions pane. </param>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.SetBounds(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
|
|
<summary>Sets the specified bounds of the actions pane to the specified location and size.</summary>
|
|
<param name="x">The new <see cref="P:Microsoft.Office.Tools.ActionsPane.Left" /> property value of the actions pane. </param>
|
|
<param name="y">The new <see cref="P:Microsoft.Office.Tools.ActionsPane.Top" /> property value of the actions pane. </param>
|
|
<param name="width">The new <see cref="P:Microsoft.Office.Tools.ActionsPane.Width" /> property value of the actions pane. </param>
|
|
<param name="height">The new <see cref="P:Microsoft.Office.Tools.ActionsPane.Height" /> property value of the actions pane. </param>
|
|
<param name="specified">A bitwise combination of the <see cref="T:System.Windows.Forms.BoundsSpecified" /> values. For any parameter not specified, the current value will be used. </param>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.Show">
|
|
<summary>Displays the <see cref="T:Microsoft.Office.Tools.ActionsPane" /> on the task pane, including all controls that have been added to the <see cref="T:Microsoft.Office.Tools.ActionsPane" />, but does not display the task pane if the task pane is not visible.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.Site">
|
|
<summary>Gets or sets the site of the actions pane.</summary>
|
|
<returns>The site associated with the actions pane, if any.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.Size">
|
|
<summary>Gets or sets the height and width of the actions pane control.</summary>
|
|
<returns>The height and width of the actions pane control, in pixels.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.SizeChanged">
|
|
<summary>Occurs when the <see cref="P:Microsoft.Office.Tools.ActionsPane.Size" /> property value changes.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.StackOrder">
|
|
<summary>Gets or sets a value that indicates the direction that the controls are stacked on the actions pane.</summary>
|
|
<returns>A value that indicates the direction that the controls are stacked on the actions pane.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.StyleChanged">
|
|
<summary>Occurs when the actions pane style changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.SuspendLayout">
|
|
<summary>Temporarily suspends the layout logic for the actions pane.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.SystemColorsChanged">
|
|
<summary>Occurs when the system colors change.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.TabIndex">
|
|
<summary>Gets or sets the tab order of the actions pane within its container.</summary>
|
|
<returns>The index value of the actions pane within the set of controls within its container.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.TabIndexChanged">
|
|
<summary>Occurs when the <see cref="P:Microsoft.Office.Tools.ActionsPane.TabIndex" /> property value changes.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.TabStop">
|
|
<summary>Gets or sets a value indicating whether the user can give the focus to the actions pane by using the TAB key.</summary>
|
|
<returns>true if the user can give the focus to the actions pane by using the TAB key; otherwise, false. The default is true.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.TabStopChanged">
|
|
<summary>Occurs when the <see cref="P:Microsoft.Office.Tools.ActionsPane.TabStop" /> property value changes.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.Tag">
|
|
<summary>Gets or sets the object that contains data about the actions pane.</summary>
|
|
<returns>An object that contains data about the actions pane. The default is null.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.Text">
|
|
<summary>This property is not supported by the actions pane.</summary>
|
|
<returns>Returns <see cref="T:System.String" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.TextChanged">
|
|
<summary>This event is not supported by the actions pane.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.Top">
|
|
<summary>Gets or sets the distance, in pixels, between the top edge of the actions pane control and the top edge of its container's client area.</summary>
|
|
<returns>The distance, in pixels, between the bottom edge of the actions pane control and the top edge of its container's client area.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.TopLevelControl">
|
|
<summary>This property is not supported by the actions pane.</summary>
|
|
<returns>Returns <see cref="T:System.Windows.Forms.Control" />.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.Update">
|
|
<summary>Causes the actions pane to redraw the invalidated regions within its client area.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.UseWaitCursor">
|
|
<summary>Gets or sets a value indicating whether to use the wait cursor for the actions pane and all child controls.</summary>
|
|
<returns>true to use the wait cursor for the actions pane and all child controls; otherwise, false. The default is false.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.Validate">
|
|
<summary>Verifies the contents of the actions pane by causing the <see cref="E:Microsoft.Office.Tools.ActionsPane.Validating" /> and <see cref="E:Microsoft.Office.Tools.ActionsPane.Validated" /> events to occur, in that order. </summary>
|
|
<returns>true if validation is successful; otherwise, false. If called from the <see cref="E:Microsoft.Office.Tools.ActionsPane.Validating" /> and <see cref="E:Microsoft.Office.Tools.ActionsPane.Validated" /> event handlers, this method will always return false.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.Validate(System.Boolean)">
|
|
<summary>Verifies the contents of the actions pane; conditionally dependent on whether automatic validation is turned on. </summary>
|
|
<returns>Returns <see cref="T:System.Boolean" />.</returns>
|
|
<param name="checkAutoValidate">If true, the value of the <see cref="P:Microsoft.Office.Tools.ActionsPane.AutoValidate" /> property is used to determine if validation should be performed; if false, validation is unconditionally performed.</param>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.ValidateChildren">
|
|
<summary>Causes all of the child controls that support validation to validate their data. </summary>
|
|
<returns>true if all of the children validated successfully; otherwise, false. If called from the <see cref="E:Microsoft.Office.Tools.ActionsPane.Validating" /> or <see cref="E:Microsoft.Office.Tools.ActionsPane.Validated" /> event handlers, this method will always return false.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.ActionsPane.ValidateChildren(System.Windows.Forms.ValidationConstraints)">
|
|
<summary>Causes all of the child controls that support validation to validate their data. </summary>
|
|
<returns>true if all of the children validated successfully; otherwise, false. If called from the <see cref="E:Microsoft.Office.Tools.ActionsPane.Validating" /> or <see cref="E:Microsoft.Office.Tools.ActionsPane.Validated" /> event handlers, this method will always return false.</returns>
|
|
<param name="validationConstraints">Places restrictions on which controls have their <see cref="E:System.Windows.Forms.Control.Validating" /> event raised.</param>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.Validated">
|
|
<summary>Occurs when the actions pane is finished validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.Validating">
|
|
<summary>Occurs when the actions pane is validating.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.VerticalScroll">
|
|
<summary>Gets the characteristics associated with the vertical scroll bar.</summary>
|
|
<returns>An object that contains information about the vertical scroll bar.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.Visible">
|
|
<summary>Gets or sets a value that indicates whether the <see cref="T:Microsoft.Office.Tools.ActionsPane" /> is visible.</summary>
|
|
<returns>true if the actions pane is visible on the task pane; otherwise, false.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.ActionsPane.VisibleChanged">
|
|
<summary>Occurs when the <see cref="P:Microsoft.Office.Tools.ActionsPane.Visible" /> property value changes.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.Width">
|
|
<summary>Gets or sets the width of the actions pane control. </summary>
|
|
<returns>The width of the actions pane control, in pixels.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.ActionsPane.WindowTarget">
|
|
<summary>This property is not supported by the actions pane.</summary>
|
|
<returns>Returns <see cref="T:System.Windows.Forms.IWindowTarget" />.</returns>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.AddIn">
|
|
<summary>Defines the core functionality of add-ins that you create by using the Office development tools in Visual Studio.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.AddIn.BindingContextChanged"></member>
|
|
<member name="P:Microsoft.Office.Tools.AddIn.DataHost"></member>
|
|
<member name="P:Microsoft.Office.Tools.AddIn.DefaultExtension">
|
|
<summary>Gets the default extension for this <see cref="T:Microsoft.Office.Tools.AddIn" /> object.</summary>
|
|
<returns>The default extension for this <see cref="T:Microsoft.Office.Tools.AddIn" /> object.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.AddIn.Extension">
|
|
<summary>Gets a custom extension for this <see cref="T:Microsoft.Office.Tools.AddIn" /> object.</summary>
|
|
<returns>A custom extension for this <see cref="T:Microsoft.Office.Tools.AddIn" /> object.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.AddIn.HostContext"></member>
|
|
<member name="P:Microsoft.Office.Tools.AddIn.ItemProvider"></member>
|
|
<member name="E:Microsoft.Office.Tools.AddIn.Shutdown">
|
|
<summary>Occurs when the add-in is about to be unloaded. </summary>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.AddIn.Startup">
|
|
<summary>Occurs when the add-in is loaded, after all the initialization code in the assembly has run. </summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.AddIn.Tag"></member>
|
|
<member name="T:Microsoft.Office.Tools.CustomTaskPane">
|
|
<summary>Represents a custom task pane in a Microsoft Office application.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.CustomTaskPane.Control">
|
|
<summary>Gets the <see cref="T:System.Windows.Forms.UserControl" /> that provides the user interface of the custom task pane.</summary>
|
|
<returns>The <see cref="T:System.Windows.Forms.UserControl" /> that provides the user interface of the custom task pane.</returns>
|
|
<exception cref="T:System.ObjectDisposedException">The <see cref="M:Microsoft.Office.Tools.CustomTaskPane.Dispose" /> method of the <see cref="T:Microsoft.Office.Tools.CustomTaskPane" /> has already been called.</exception>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.CustomTaskPane.DockPosition">
|
|
<summary>Gets or sets a value that specifies where the custom task pane is located relative to the application window.</summary>
|
|
<returns>One of the Microsoft.Office.Core.MsoCTPDockPosition values. The default is Microsoft.Office.Core.MsoCTPDockPosition.msoCTPDockPositionRight.</returns>
|
|
<exception cref="T:System.ObjectDisposedException">The <see cref="M:Microsoft.Office.Tools.CustomTaskPane.Dispose" /> method of the <see cref="T:Microsoft.Office.Tools.CustomTaskPane" /> has already been called.</exception>
|
|
<exception cref="T:System.Runtime.InteropServices.COMException">The value of the <see cref="P:Microsoft.Office.Tools.CustomTaskPane.DockPositionRestrict" /> property is Microsoft.Office.Core.MsoCTPDockPosition.msoCTPDockPositionRestrictNoChange when you try to change the value of the <see cref="P:Microsoft.Office.Tools.CustomTaskPane.DockPosition" /> property.-or-You try to set this property in the event handler for the <see cref="E:Microsoft.Office.Tools.CustomTaskPane.DockPositionChanged" /> or <see cref="E:Microsoft.Office.Tools.CustomTaskPane.VisibleChanged" /> event.</exception>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.CustomTaskPane.DockPositionChanged">
|
|
<summary>Occurs when the user changes the dock position of the custom task pane, or when code changes the value of the <see cref="P:Microsoft.Office.Tools.CustomTaskPane.DockPosition" /> property.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.CustomTaskPane.DockPositionRestrict">
|
|
<summary>Gets or sets a value that prevents the custom task pane from being docked in the specified position.</summary>
|
|
<returns>One of the Microsoft.Office.Core.MsoCTPDockPositionRestrict values. The default is Microsoft.Office.Core.MsoCTPDockPosition.msoCTPDockPositionRestrictNone.</returns>
|
|
<exception cref="T:System.ObjectDisposedException">The <see cref="M:Microsoft.Office.Tools.CustomTaskPane.Dispose" /> method of the <see cref="T:Microsoft.Office.Tools.CustomTaskPane" /> has already been called.</exception>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.CustomTaskPane.Height">
|
|
<summary>Gets or sets the height of the custom task pane, in points.</summary>
|
|
<returns>The height of the custom task pane, in points. </returns>
|
|
<exception cref="T:System.Runtime.InteropServices.COMException">The value of the <see cref="P:Microsoft.Office.Tools.CustomTaskPane.DockPosition" /> property is Microsoft.Office.Core.MsoCTPDockPosition.msoCTPDockPositionRight or Microsoft.Office.Core.MsoCTPDockPosition.msoCTPDockPositionLeft when you try to set the <see cref="P:Microsoft.Office.Tools.CustomTaskPane.Height" /> property.-or-You try to set the <see cref="P:Microsoft.Office.Tools.CustomTaskPane.Height" /> property in the event handler for the <see cref="E:Microsoft.Office.Tools.CustomTaskPane.DockPositionChanged" /> or <see cref="E:Microsoft.Office.Tools.CustomTaskPane.VisibleChanged" /> event.</exception>
|
|
<exception cref="T:System.ObjectDisposedException">The <see cref="M:Microsoft.Office.Tools.CustomTaskPane.Dispose" /> method of the <see cref="T:Microsoft.Office.Tools.CustomTaskPane" /> has already been called.</exception>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.CustomTaskPane.Title">
|
|
<summary>Gets the title of the custom task pane.</summary>
|
|
<returns>The title of the custom task pane.</returns>
|
|
<exception cref="T:System.ObjectDisposedException">The <see cref="M:Microsoft.Office.Tools.CustomTaskPane.Dispose" /> method of the <see cref="T:Microsoft.Office.Tools.CustomTaskPane" /> has already been called.</exception>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.CustomTaskPane.Visible">
|
|
<summary>Gets or sets a value that specifies whether the custom task pane is visible.</summary>
|
|
<returns>true if the custom task pane is visible; otherwise, false. The default is false.</returns>
|
|
<exception cref="T:System.Runtime.InteropServices.COMException">You try to set this property in the event handler for the <see cref="E:Microsoft.Office.Tools.CustomTaskPane.DockPositionChanged" /> or <see cref="E:Microsoft.Office.Tools.CustomTaskPane.VisibleChanged" /> event.</exception>
|
|
<exception cref="T:System.ObjectDisposedException">The <see cref="M:Microsoft.Office.Tools.CustomTaskPane.Dispose" /> method of the <see cref="T:Microsoft.Office.Tools.CustomTaskPane" /> has already been called.</exception>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.CustomTaskPane.VisibleChanged">
|
|
<summary>Occurs when the user displays or closes the custom task pane, or when code changes the value of the <see cref="P:Microsoft.Office.Tools.CustomTaskPane.Visible" /> property.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.CustomTaskPane.Width">
|
|
<summary>Gets or sets the width of the custom task pane, in points.</summary>
|
|
<returns>The width of the custom task pane, in points.</returns>
|
|
<exception cref="T:System.Runtime.InteropServices.COMException">The value of the <see cref="P:Microsoft.Office.Tools.CustomTaskPane.DockPosition" /> property is Microsoft.Office.Core.MsoCTPDockPosition.msoCTPDockPositionTop or Microsoft.Office.Core.MsoCTPDockPosition.msoCTPDockPositionBottom when you try to set the <see cref="P:Microsoft.Office.Tools.CustomTaskPane.Width" /> property.-or-You try to set the <see cref="P:Microsoft.Office.Tools.CustomTaskPane.Width" /> property in the event handler for the <see cref="E:Microsoft.Office.Tools.CustomTaskPane.DockPositionChanged" /> or <see cref="E:Microsoft.Office.Tools.CustomTaskPane.VisibleChanged" /> event.</exception>
|
|
<exception cref="T:System.ObjectDisposedException">The <see cref="M:Microsoft.Office.Tools.CustomTaskPane.Dispose" /> method of the <see cref="T:Microsoft.Office.Tools.CustomTaskPane" /> has already been called.</exception>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.CustomTaskPane.Window">
|
|
<summary>Gets the document window that the custom task pane is associated with.</summary>
|
|
<returns>An object that represents the document window that the custom task pane is associated with.</returns>
|
|
<exception cref="T:System.ObjectDisposedException">The <see cref="M:Microsoft.Office.Tools.CustomTaskPane.Dispose" /> method of the <see cref="T:Microsoft.Office.Tools.CustomTaskPane" /> has already been called.</exception>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.CustomTaskPaneCollection">
|
|
<summary>Represents a collection of custom task panes in a Microsoft Office application.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.CustomTaskPaneCollection.Add(System.Windows.Forms.UserControl,System.String)">
|
|
<summary>Creates a new <see cref="T:Microsoft.Office.Tools.CustomTaskPane" /> and adds it to the current <see cref="T:Microsoft.Office.Tools.CustomTaskPaneCollection" />. The custom task pane is based on the specified <see cref="T:System.Windows.Forms.UserControl" /> and has the specified title.</summary>
|
|
<returns>A <see cref="T:Microsoft.Office.Tools.CustomTaskPane" /> that represents the new custom task pane.</returns>
|
|
<param name="control">A <see cref="T:System.Windows.Forms.UserControl" /> that provides the user interface for the new custom task pane.</param>
|
|
<param name="title">The text that appears in the title bar of the new custom task pane.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="control" /> or <paramref name="title" /> is null.</exception>
|
|
<exception cref="T:System.ObjectDisposedException">The <see cref="M:Microsoft.Office.Tools.CustomTaskPaneCollection.Dispose" /> method has already been called on the <see cref="T:Microsoft.Office.Tools.CustomTaskPaneCollection" />.</exception>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.CustomTaskPaneCollection.Add(System.Windows.Forms.UserControl,System.String,System.Object)">
|
|
<summary>Creates a new <see cref="T:Microsoft.Office.Tools.CustomTaskPane" /> and adds it to the current <see cref="T:Microsoft.Office.Tools.CustomTaskPaneCollection" />. The custom task pane is based on the specified <see cref="T:System.Windows.Forms.UserControl" />, has the specified title, and is associated with the specified application window.</summary>
|
|
<returns>A <see cref="T:Microsoft.Office.Tools.CustomTaskPane" /> that represents the new custom task pane.</returns>
|
|
<param name="control">A <see cref="T:System.Windows.Forms.UserControl" /> that provides the user interface for the new custom task pane.</param>
|
|
<param name="title">The text that appears in the title bar of the new custom task pane.</param>
|
|
<param name="window">An object that represents the application window to associate the new custom task pane with.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="control" /> or <paramref name="title" /> is null.</exception>
|
|
<exception cref="T:System.ObjectDisposedException">The <see cref="M:Microsoft.Office.Tools.CustomTaskPaneCollection.Dispose" /> method has already been called on the <see cref="T:Microsoft.Office.Tools.CustomTaskPaneCollection" />.</exception>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.CustomTaskPaneCollection.BeginInit"></member>
|
|
<member name="P:Microsoft.Office.Tools.CustomTaskPaneCollection.Count">
|
|
<summary>Gets the number of <see cref="T:Microsoft.Office.Tools.CustomTaskPane" /> objects in the current <see cref="T:Microsoft.Office.Tools.CustomTaskPaneCollection" />.</summary>
|
|
<returns>The number of <see cref="T:Microsoft.Office.Tools.CustomTaskPane" /> objects in the current <see cref="T:Microsoft.Office.Tools.CustomTaskPaneCollection" />.</returns>
|
|
<exception cref="T:System.ObjectDisposedException">The <see cref="M:Microsoft.Office.Tools.CustomTaskPaneCollection.Dispose" /> method has already been called on the <see cref="T:Microsoft.Office.Tools.CustomTaskPaneCollection" />.</exception>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.CustomTaskPaneCollection.EndInit"></member>
|
|
<member name="P:Microsoft.Office.Tools.CustomTaskPaneCollection.Item(System.Int32)">
|
|
<summary>Gets the <see cref="T:Microsoft.Office.Tools.CustomTaskPane" /> at the specified index.</summary>
|
|
<returns>The <see cref="T:Microsoft.Office.Tools.CustomTaskPane" /> at the specified index.</returns>
|
|
<param name="index">The zero-based index of the <see cref="T:Microsoft.Office.Tools.CustomTaskPane" /> to get.</param>
|
|
<exception cref="T:System.ObjectDisposedException">The <see cref="M:Microsoft.Office.Tools.CustomTaskPaneCollection.Dispose" /> method has already been called on the <see cref="T:Microsoft.Office.Tools.CustomTaskPaneCollection" />.</exception>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.CustomTaskPaneCollection.Remove(Microsoft.Office.Tools.CustomTaskPane)">
|
|
<summary>Removes the specified <see cref="T:Microsoft.Office.Tools.CustomTaskPane" /> from the <see cref="T:Microsoft.Office.Tools.CustomTaskPaneCollection" />.</summary>
|
|
<returns>true if the <see cref="T:Microsoft.Office.Tools.CustomTaskPane" /> was successfully removed from the collection; false if the collection does not contain the specified <see cref="T:Microsoft.Office.Tools.CustomTaskPane" />.</returns>
|
|
<param name="customTaskPane">The <see cref="T:Microsoft.Office.Tools.CustomTaskPane" /> to remove from the collection.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="customTaskPane" /> is null.</exception>
|
|
<exception cref="T:System.ObjectDisposedException">The <see cref="M:Microsoft.Office.Tools.CustomTaskPaneCollection.Dispose" /> method has already been called on the <see cref="T:Microsoft.Office.Tools.CustomTaskPaneCollection" />.</exception>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.CustomTaskPaneCollection.RemoveAt(System.Int32)">
|
|
<summary>Removes the <see cref="T:Microsoft.Office.Tools.CustomTaskPane" /> at the specified index of the <see cref="T:Microsoft.Office.Tools.CustomTaskPaneCollection" />.</summary>
|
|
<param name="index">The zero-based index of the <see cref="T:Microsoft.Office.Tools.CustomTaskPane" /> to remove.</param>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">The collection does not contain a <see cref="T:Microsoft.Office.Tools.CustomTaskPane" /> at <paramref name="index" />.</exception>
|
|
<exception cref="T:System.ObjectDisposedException">The <see cref="M:Microsoft.Office.Tools.CustomTaskPaneCollection.Dispose" /> method has already been called on the <see cref="T:Microsoft.Office.Tools.CustomTaskPaneCollection" />.</exception>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.Factory">
|
|
<summary>Provides a method you can use to create Ribbon controls at run time in an application-level add-in.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.Factory.CreateAddIn(System.IServiceProvider,Microsoft.Office.Tools.IHostItemProvider,System.String,System.String,System.Object,Microsoft.Office.Tools.IAddInExtension)"></member>
|
|
<member name="M:Microsoft.Office.Tools.Factory.CreateCustomTaskPaneCollection(System.IServiceProvider,Microsoft.Office.Tools.IHostItemProvider,System.String,System.String,System.Object)"></member>
|
|
<member name="M:Microsoft.Office.Tools.Factory.CreateSmartTagCollection(System.IServiceProvider,Microsoft.Office.Tools.IHostItemProvider,System.String,System.String,System.Object)"></member>
|
|
<member name="M:Microsoft.Office.Tools.Factory.GetRibbonFactory">
|
|
<summary>Returns an object that you can use to create Ribbon controls at run time.</summary>
|
|
<returns>An object that you can use to create Ribbon controls at run time.</returns>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.IAddInExtension">
|
|
<summary>Represents an extension of an <see cref="T:Microsoft.Office.Tools.AddIn" /> object.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.IAddInExtension.CreateRibbonExtensibilityObject">
|
|
<summary>Returns an object that implements the Microsoft.Office.Core.IRibbonExtensibility interface.</summary>
|
|
<returns>An object that implements the Microsoft.Office.Core.IRibbonExtensibility interface.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.IAddInExtension.CreateRibbonObjects">
|
|
<summary>Returns an array of <see cref="T:Microsoft.Office.Tools.Ribbon.IRibbonExtension" /> objects that represent the Ribbon (Visual Designer) items in the add-in to display at run time.</summary>
|
|
<returns>An array of <see cref="T:Microsoft.Office.Tools.Ribbon.IRibbonExtension" /> objects that represent the Ribbon (Visual Designer) items in the add-in to display at run time.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.IAddInExtension.RequestComAddInAutomationService">
|
|
<summary>Returns an object in the add-in that can be used by other solutions.</summary>
|
|
<returns>An object in the add-in that can be used by other solutions.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.IAddInExtension.RequestService(System.Guid)">
|
|
<summary>Returns an object that extends a feature in a Microsoft Office application.</summary>
|
|
<returns>An object that implements the extensibility interface that is identified by <paramref name="serviceGuid" />.</returns>
|
|
<param name="serviceGuid">A <see cref="T:System.Guid" /> that identifies an extensibility interface that is supported by Microsoft Office applications.</param>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.RegexCollection">
|
|
<summary>Represents a collection of regular expressions to be recognized by a smart tag in an Office solution.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.RegexCollection.Add(System.Text.RegularExpressions.Regex)">
|
|
<summary>Adds a regular expression to the end of the <see cref="T:Microsoft.Office.Tools.RegexCollection" />.</summary>
|
|
<returns>The index at which the <paramref name="value" /> has been added.</returns>
|
|
<param name="value">The regular expression to be added to the end of the <see cref="T:Microsoft.Office.Tools.RegexCollection" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.RegexCollection.AddRange(System.Text.RegularExpressions.Regex[])">
|
|
<summary>Adds an array of regular expressions to the end of <see cref="T:Microsoft.Office.Tools.RegexCollection" />.</summary>
|
|
<param name="value">The array of regular expressions to add to the <see cref="T:Microsoft.Office.Tools.RegexCollection" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.RegexCollection.Contains(System.Text.RegularExpressions.Regex)">
|
|
<summary>Determines whether the <see cref="T:Microsoft.Office.Tools.RegexCollection" /> contains a specific regular expression. </summary>
|
|
<returns>true if the <see cref="T:Microsoft.Office.Tools.RegexCollection" /> contains the specified <paramref name="value" />; otherwise, false. </returns>
|
|
<param name="value">The regular expression to locate in the <see cref="T:Microsoft.Office.Tools.RegexCollection" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.RegexCollection.CopyTo(System.Text.RegularExpressions.Regex[],System.Int32)">
|
|
<summary>Copies the entire <see cref="T:Microsoft.Office.Tools.RegexCollection" /> to a compatible one-dimensional array, starting at the specified index of the target array. </summary>
|
|
<param name="array">The one-dimensional array that is the destination of the elements copied from <see cref="T:Microsoft.Office.Tools.RegexCollection" />. The array must have zero-based indexing.</param>
|
|
<param name="index">The zero-based index in <paramref name="array" /> at which copying begins.</param>
|
|
<exception cref="T:System.ArgumentNullException">
|
|
<paramref name="array" /> is a null reference.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="index" /> is less than zero.</exception>
|
|
<exception cref="T:System.ArgumentException">
|
|
<paramref name="array" /> is multidimensional.-or-The number of elements in the source <see cref="T:Microsoft.Office.Tools.RegexCollection" /> is greater than the available space from <paramref name="index" /> to the end of the destination <paramref name="array" />.</exception>
|
|
<exception cref="T:System.InvalidCastException">The type of the source <see cref="T:Microsoft.Office.Tools.RegexCollection" /> cannot be cast automatically to the type of the destination <paramref name="array" />.</exception>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.RegexCollection.IndexOf(System.Text.RegularExpressions.Regex)">
|
|
<summary>Searches for the specified regular expression and returns the zero-based index of the first occurrence within the entire <see cref="T:Microsoft.Office.Tools.RegexCollection" />.</summary>
|
|
<returns>The zero-based index of the first occurrence of <paramref name="value" /> within the entire <see cref="T:Microsoft.Office.Tools.RegexCollection" />, if found; otherwise, -1. </returns>
|
|
<param name="value">The regular expression to locate in the <see cref="T:Microsoft.Office.Tools.RegexCollection" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.RegexCollection.Insert(System.Int32,System.Text.RegularExpressions.Regex)">
|
|
<summary>Inserts an element into the <see cref="T:Microsoft.Office.Tools.RegexCollection" /> at the specified index. </summary>
|
|
<param name="index">The zero-based index at which <paramref name="value" /> should be inserted.</param>
|
|
<param name="value">The regular expression to insert.</param>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="index" /> is less than zero.-or-<paramref name="index" /> is greater than <see cref="P:System.Collections.CollectionBase.Count" />.</exception>
|
|
<exception cref="T:System.NotSupportedException">The <see cref="T:Microsoft.Office.Tools.RegexCollection" /> is read-only.-or-The <see cref="T:Microsoft.Office.Tools.RegexCollection" /> has a fixed size.</exception>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.RegexCollection.Item(System.Int32)">
|
|
<summary>Gets or sets the regular expression at the specified index.</summary>
|
|
<returns>The <see cref="T:System.Text.RegularExpressions.Regex" /> at the specified index.</returns>
|
|
<param name="index">The zero-based index of the regular expression to get or set.</param>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">
|
|
<paramref name="index" /> is less than zero.-or-<paramref name="index" /> is equal to or greater than <see cref="P:System.Collections.CollectionBase.Count" />.</exception>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.RegexCollection.Remove(System.Text.RegularExpressions.Regex)">
|
|
<summary>Removes the first occurrence of a specific regular expression from the <see cref="T:Microsoft.Office.Tools.RegexCollection" />.</summary>
|
|
<param name="value">The regular expression to remove from <see cref="T:Microsoft.Office.Tools.RegexCollection" />.</param>
|
|
<exception cref="T:System.NotSupportedException">The <see cref="T:Microsoft.Office.Tools.RegexCollection" /> is read-only.-or-The <see cref="T:Microsoft.Office.Tools.RegexCollection" /> has a fixed size.</exception>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.SmartTagBase">
|
|
<summary>Defines shared functionality for smart tags in Office solutions for Word and Excel.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.SmartTagBase.Actions">
|
|
<summary>Gets or sets an array of actions that are exposed by the smart tag.
|
|
This type or member is intended to be used only in projects for the 2007 Microsoft Office system. Smart tags are deprecated in Office 2010.
|
|
.</summary>
|
|
<returns>An array of actions that are exposed by the smart tag.</returns>
|
|
<exception cref="T:System.InvalidOperationException">This property is set after the smart tag was added to a <see cref="T:Microsoft.Office.Tools.SmartTagCollection" />.</exception>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.SmartTagBase.Caption">
|
|
<summary>Gets the name of the smart tag.
|
|
This type or member is intended to be used only in projects for the 2007 Microsoft Office system. Smart tags are deprecated in Office 2010.
|
|
.</summary>
|
|
<returns>The name of the smart tag.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.SmartTagBase.Expressions">
|
|
<summary>Gets the collection of regular expressions that the smart tag will recognize.
|
|
This type or member is intended to be used only in projects for the 2007 Microsoft Office system. Smart tags are deprecated in Office 2010.
|
|
.</summary>
|
|
<returns>Gets a <see cref="T:Microsoft.Office.Tools.RegexCollection" /> that contains the regular expressions that the smart tag will recognize.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.SmartTagBase.Remove(System.Text.RegularExpressions.Regex)">
|
|
<summary>Removes a regular expression recognizer from the smart tag.
|
|
This type or member is intended to be used only in projects for the 2007 Microsoft Office system. Smart tags are deprecated in Office 2010.
|
|
.</summary>
|
|
<param name="regex">A regular expression that is used to define the term to be searched for in the document.</param>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.SmartTagBase.SmartTagType">
|
|
<summary>Gets a namespace that acts as a unique identifier for the smart tag.
|
|
This type or member is intended to be used only in projects for the 2007 Microsoft Office system. Smart tags are deprecated in Office 2010.
|
|
.</summary>
|
|
<returns>A namespace that acts as a unique identifier for the smart tag.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.SmartTagBase.Terms">
|
|
<summary>Gets the collection of string literals that the smart tag will recognize.
|
|
This type or member is intended to be used only in projects for the 2007 Microsoft Office system. Smart tags are deprecated in Office 2010.
|
|
.</summary>
|
|
<returns>Gets a <see cref="T:System.Collections.Specialized.StringCollection" /> that contains the string literals that the smart tag will recognize.</returns>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.SmartTagCollection">
|
|
<summary>Represents a collection of smart tags in a Word or Excel solution created by using the Office development tools in Visual Studio.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.SmartTagCollection.Add(Microsoft.Office.Tools.SmartTagBase)">
|
|
<summary>Adds a smart tag to the end of the <see cref="T:Microsoft.Office.Tools.SmartTagCollection" />.
|
|
This type or member is intended to be used only in projects for the 2007 Microsoft Office system. Smart tags are deprecated in Office 2010.
|
|
.</summary>
|
|
<returns>The index of the new smart tag in the <see cref="T:Microsoft.Office.Tools.SmartTagCollection" />.</returns>
|
|
<param name="value">The smart tag instance to be added.</param>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.SmartTagCollection.AddRange(Microsoft.Office.Tools.SmartTagBase[])">
|
|
<summary>Adds an array of smart tags to the end of the <see cref="T:Microsoft.Office.Tools.SmartTagCollection" />This type or member is intended to be used only in projects for the 2007 Microsoft Office system. Smart tags are deprecated in Office 2010.
|
|
.</summary>
|
|
<param name="smartTags">The array of smart tag objects to be added.</param>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.SmartTagCollection.BeginInit"></member>
|
|
<member name="M:Microsoft.Office.Tools.SmartTagCollection.Contains(Microsoft.Office.Tools.SmartTagBase)">
|
|
<summary>Determines whether the <see cref="T:Microsoft.Office.Tools.SmartTagCollection" /> contains a specific smart tag.
|
|
This type or member is intended to be used only in projects for the 2007 Microsoft Office system. Smart tags are deprecated in Office 2010.
|
|
.</summary>
|
|
<returns>true if the <see cref="T:Microsoft.Office.Tools.SmartTagCollection" /> contains the specified smart tag; otherwise, false.</returns>
|
|
<param name="smartTag">The smart tag instance that you want to check for.</param>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.SmartTagCollection.CopyTo(Microsoft.Office.Tools.SmartTagBase[],System.Int32)">
|
|
<summary>Copies the smart tags in the <see cref="T:Microsoft.Office.Tools.SmartTagCollection" /> to a one-dimensional array of smart tags, starting at a specified index.
|
|
This type or member is intended to be used only in projects for the 2007 Microsoft Office system. Smart tags are deprecated in Office 2010.
|
|
.</summary>
|
|
<param name="array">The destination of the smart tags copied from the collection.</param>
|
|
<param name="index">The index of the array at which to begin copying.</param>
|
|
<exception cref="T:System.ArgumentException">The destination array is multidimensional, or the number of elements in the <see cref="T:Microsoft.Office.Tools.SmartTagCollection" /> is greater than the available space between the index of the target array specified by the <paramref name="index" /> parameter and the end of the target array.</exception>
|
|
<exception cref="T:System.ArgumentNullException">The <paramref name="array" /> parameter is null.</exception>
|
|
<exception cref="T:System.ArgumentOutOfRangeException">The <paramref name="index" /> parameter is less than the target array's minimum index.</exception>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.SmartTagCollection.EndInit"></member>
|
|
<member name="M:Microsoft.Office.Tools.SmartTagCollection.IndexOf(Microsoft.Office.Tools.SmartTagBase)">
|
|
<summary>Determines the index of a specified smart tag in the <see cref="T:Microsoft.Office.Tools.SmartTagCollection" />.
|
|
This type or member is intended to be used only in projects for the 2007 Microsoft Office system. Smart tags are deprecated in Office 2010.
|
|
.</summary>
|
|
<returns>The index of a specified smart tag in the <see cref="T:Microsoft.Office.Tools.SmartTagCollection" />. If the smart tag is not in the collection, returns -1.</returns>
|
|
<param name="value">The smart tag to locate in the collection.</param>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.SmartTagCollection.Insert(System.Int32,Microsoft.Office.Tools.SmartTagBase)">
|
|
<summary>Inserts a smart tag into the <see cref="T:Microsoft.Office.Tools.SmartTagCollection" /> at the specified index.
|
|
This type or member is intended to be used only in projects for the 2007 Microsoft Office system. Smart tags are deprecated in Office 2010.
|
|
.</summary>
|
|
<param name="index">The zero-based index at which the smart tag should be inserted.</param>
|
|
<param name="value">The smart tag to add to the collection.</param>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.SmartTagCollection.Item(System.Int32)">
|
|
<summary>Gets the smart tag at the specified index.
|
|
This type or member is intended to be used only in projects for the 2007 Microsoft Office system. Smart tags are deprecated in Office 2010.
|
|
.</summary>
|
|
<returns>Returns <see cref="T:Microsoft.Office.Tools.SmartTagBase" />.</returns>
|
|
<param name="index">The zero-based index of the smart tag to get.</param>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.SmartTagCollection.Remove(Microsoft.Office.Tools.SmartTagBase)">
|
|
<summary>Removes a smart tag from the <see cref="T:Microsoft.Office.Tools.SmartTagCollection" />.
|
|
This type or member is intended to be used only in projects for the 2007 Microsoft Office system. Smart tags are deprecated in Office 2010.
|
|
.</summary>
|
|
<param name="value">The smart tag to be removed.</param>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.StackStyle">
|
|
<summary>Specifies the direction that controls will be stacked on an actions pane. </summary>
|
|
</member>
|
|
<member name="F:Microsoft.Office.Tools.StackStyle.None">
|
|
<summary>No stacking order defined; order is controlled by the developer.</summary>
|
|
</member>
|
|
<member name="F:Microsoft.Office.Tools.StackStyle.FromTop">
|
|
<summary>Stack from the top of the actions pane.</summary>
|
|
</member>
|
|
<member name="F:Microsoft.Office.Tools.StackStyle.FromBottom">
|
|
<summary>Stack from the bottom of the actions pane.</summary>
|
|
</member>
|
|
<member name="F:Microsoft.Office.Tools.StackStyle.FromLeft">
|
|
<summary>Stack from the left of the actions pane.</summary>
|
|
</member>
|
|
<member name="F:Microsoft.Office.Tools.StackStyle.FromRight">
|
|
<summary>Stack from the right of the actions pane.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.Ribbon.IRibbonExtension">
|
|
<summary>Represents an extension of a <see cref="T:Microsoft.Office.Tools.Ribbon.OfficeRibbon" /> object.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.Ribbon.OfficeRibbon">
|
|
<summary>Represents a Microsoft Office Ribbon customization that is created by using the Ribbon Designer in an Office project in Visual Studio.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.Ribbon.OfficeRibbon.Close">
|
|
<summary>Occurs when this <see cref="T:Microsoft.Office.Tools.Ribbon.OfficeRibbon" /> instance is closing.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.OfficeRibbon.Context">
|
|
<summary>Gets the Inspector window, or the Explorer window in Outlook, that is associated with this Ribbon.</summary>
|
|
<returns>An <see cref="T:System.Object" /> that represents the Inspector window or Explorer window that is associated with this <see cref="T:Microsoft.Office.Tools.Ribbon.OfficeRibbon" /> object.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.OfficeRibbon.DefaultExtension">
|
|
<summary>Gets the default extension for this <see cref="T:Microsoft.Office.Tools.Ribbon.OfficeRibbon" /> object.</summary>
|
|
<returns>The default extension for this <see cref="T:Microsoft.Office.Tools.Ribbon.OfficeRibbon" /> object.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.OfficeRibbon.Extension">
|
|
<summary>Gets a custom extension for this <see cref="T:Microsoft.Office.Tools.Ribbon.OfficeRibbon" /> object.</summary>
|
|
<returns>A custom extension for this <see cref="T:Microsoft.Office.Tools.Ribbon.OfficeRibbon" /> object.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.OfficeRibbon.Global">
|
|
<summary>Gets or sets a value that determines whether this <see cref="T:Microsoft.Office.Tools.Ribbon.OfficeRibbon" /> can be used in multiple contexts simultaneously.</summary>
|
|
<returns>true if this <see cref="T:Microsoft.Office.Tools.Ribbon.OfficeRibbon" /> object is shared among multiple contexts; otherwise, false. The default is true.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.Ribbon.OfficeRibbon.Load">
|
|
<summary>Occurs when the <see cref="T:Microsoft.Office.Tools.Ribbon.OfficeRibbon" /> is loaded into the Microsoft Office application. </summary>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.Ribbon.OfficeRibbon.LoadImage">
|
|
<summary>Occurs when the <see cref="T:Microsoft.Office.Tools.Ribbon.OfficeRibbon" /> loads, if the ImageName property is set for one or more controls. </summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.OfficeRibbon.OfficeMenu">
|
|
<summary>Gets a <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonOfficeMenu" /> that represents the Microsoft Office Menu customization.</summary>
|
|
<returns>A <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonOfficeMenu" /> that represents the Microsoft Office Menu customization.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.OfficeRibbon.RibbonId">
|
|
<summary>Gets the Ribbon ID that was used to create this instance of the <see cref="T:Microsoft.Office.Tools.Ribbon.OfficeRibbon" /> object.</summary>
|
|
<returns>The Ribbon ID that was used to create this instance of the <see cref="T:Microsoft.Office.Tools.Ribbon.OfficeRibbon" /> interface.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.OfficeRibbon.RibbonType">
|
|
<summary>Gets a comma-separated list of Ribbon IDs that are associated with this <see cref="T:Microsoft.Office.Tools.Ribbon.OfficeRibbon" /> instance.</summary>
|
|
<returns>A comma-separated list of Ribbon IDs that are associated with this <see cref="T:Microsoft.Office.Tools.Ribbon.OfficeRibbon" /> instance.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.OfficeRibbon.StartFromScratch">
|
|
<summary>Gets or sets a value that indicates whether to hide all built-in tabs on the Ribbon and most commands on the Microsoft Office Menu and display only the customizations that are defined in this Ribbon item. </summary>
|
|
<returns>true if the Ribbon displays only the customizations that are defined in this Ribbon item; otherwise, false. The default is false.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.OfficeRibbon.Tabs">
|
|
<summary>Gets a collection of <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonTab" /> objects in the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonOfficeMenu" />.</summary>
|
|
<returns>A collection of <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonTab" /> objects in the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonOfficeMenu" />.</returns>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.Ribbon.RibbonBox">
|
|
<summary>Arranges and aligns controls on a custom Ribbon.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonBox.BoxStyle">
|
|
<summary>Gets a <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonBoxStyle" /> value that indicates whether controls placed on this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonBox" /> will be placed horizontally or vertically.</summary>
|
|
<returns>A <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonBoxStyle" /> enumeration value that indicates how this <see cref="P:Microsoft.Office.Tools.Ribbon.RibbonBox.BoxStyle" /> arranges controls placed on it.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonBox.Items">
|
|
<summary>Gets a collection of the controls that are on this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonBox" /> object.</summary>
|
|
<returns>A collection of controls that can be used to access the controls that were added to this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonBox" /> at design time.</returns>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.Ribbon.RibbonBoxStyle">
|
|
<summary>Specifies whether controls are aligned vertically or horizontally on a <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonBox" />.</summary>
|
|
</member>
|
|
<member name="F:Microsoft.Office.Tools.Ribbon.RibbonBoxStyle.Horizontal">
|
|
<summary>Controls are aligned to the left and right of one other.</summary>
|
|
</member>
|
|
<member name="F:Microsoft.Office.Tools.Ribbon.RibbonBoxStyle.Vertical">
|
|
<summary>Controls are aligned above and below one another. If there is not enough room to display the controls in one column, the remaining controls are displayed in additional columns.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.Ribbon.RibbonButton">
|
|
<summary>Represents a button on a custom Ribbon.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.Ribbon.RibbonButton.Click">
|
|
<summary>Occurs when the user clicks the button.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonButton.ControlSize">
|
|
<summary>Gets or sets the size of the button.</summary>
|
|
<returns>A Microsoft.Office.Core.RibbonControlSize that represents the size of the button.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonButton.Description">
|
|
<summary>Gets or sets the text that appears on this button in a menu when the <see cref="P:Microsoft.Office.Tools.Ribbon.RibbonMenu.ItemSize" /> property of the menu is set to Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge.</summary>
|
|
<returns>The description appears when this control is nested in another menu or split button, and the <see cref="P:Microsoft.Office.Tools.Ribbon.RibbonMenu.ItemSize" /> property of the parent menu, or the <see cref="P:Microsoft.Office.Tools.Ribbon.RibbonSplitButton.ItemSize" /> property of the split button, is set to Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge.This property can be changed at run time.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonButton.Image">
|
|
<summary>Gets or sets the image that is displayed on the button.</summary>
|
|
<returns>An <see cref="T:System.Drawing.Image" /> that is displayed on the button.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonButton.ImageName">
|
|
<summary>Gets or sets the name that you can use to identify the button in the <see cref="E:Microsoft.Office.Tools.Ribbon.OfficeRibbon.LoadImage" /> event handler.</summary>
|
|
<returns>A string that you can use in the <see cref="E:Microsoft.Office.Tools.Ribbon.OfficeRibbon.LoadImage" /> event handler to identify the button.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonButton.KeyTip">
|
|
<summary>Gets or sets the keyboard shortcut of the button.</summary>
|
|
<returns>A string that represents the keyboard shortcut of the button.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonButton.Label">
|
|
<summary>Gets or sets the text that is displayed on the button.</summary>
|
|
<returns>A string that represents the text that is displayed on the button.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonButton.OfficeImageId">
|
|
<summary>Gets or sets the image to display on the button, if you want to use a built-in Microsoft Office icon.</summary>
|
|
<returns>The ID of a built-in Microsoft Office icon that serves as the icon for this control.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonButton.Position">
|
|
<summary>Gets or sets the position of the button, if the button is on the Microsoft Office Menu.</summary>
|
|
<returns>A <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonPosition" /> that represents the position of the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonButton" />, if the control is on the Microsoft Office Menu.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonButton.ScreenTip">
|
|
<summary>Gets or sets tooltip text that appears when the user moves the pointer over the button.</summary>
|
|
<returns>The tooltip text that appears when the user moves the pointer over the button.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonButton.ShowImage">
|
|
<summary>Gets or sets a value that indicates whether the image that is associated with the button is visible. </summary>
|
|
<returns>true if the image that is associated with the button is visible; otherwise, false. The default is false.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonButton.ShowLabel">
|
|
<summary>Gets or sets a value that indicates whether the label for the button is visible.</summary>
|
|
<returns>true if the label for the button is visible; otherwise, false. The default is true.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonButton.SuperTip">
|
|
<summary>Gets or sets multiline tip text that appears when the user moves the pointer over the button.</summary>
|
|
<returns>A string that contains multiline tip text that appears when the user moves the pointer over the button.</returns>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.Ribbon.RibbonButtonGroup">
|
|
<summary>Represents a group of button controls on a Ribbon.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonButtonGroup.Items">
|
|
<summary>Gets the controls that are contained in this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonButtonGroup" />.</summary>
|
|
<returns>A collection of controls that were added to this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonButtonGroup" /> at design time.</returns>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.Ribbon.RibbonButtonType">
|
|
<summary>Specifies the type of button that a <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonSplitButton" /> displays.</summary>
|
|
</member>
|
|
<member name="F:Microsoft.Office.Tools.Ribbon.RibbonButtonType.Button">
|
|
<summary>The <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonSplitButton" /> displays a button.</summary>
|
|
</member>
|
|
<member name="F:Microsoft.Office.Tools.Ribbon.RibbonButtonType.ToggleButton">
|
|
<summary>The <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonSplitButton" /> displays a toggle button.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.Ribbon.RibbonCheckBox">
|
|
<summary>Represents a check box control on a Ribbon.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonCheckBox.Checked">
|
|
<summary>Gets or sets a value that indicates whether this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonCheckBox" /> is checked.</summary>
|
|
<returns>true if this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonCheckBox" /> is checked; otherwise, false. The default value is false.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.Ribbon.RibbonCheckBox.Click">
|
|
<summary>Occurs when a user clicks the check box.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonCheckBox.Description">
|
|
<summary>Gets or sets a description for this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonCheckBox" /> that appears when its parent control's ItemSize property is set to <see cref="F:Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeLarge" />.</summary>
|
|
<returns>The description for this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonCheckBox" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonCheckBox.KeyTip">
|
|
<summary>Gets or sets the keyboard shortcut for this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonCheckBox" />.</summary>
|
|
<returns>The current keyboard shortcut for this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonCheckBox" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonCheckBox.Label">
|
|
<summary>Gets or sets the text that appears on this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonCheckBox" />.</summary>
|
|
<returns>The text that appears on this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonCheckBox" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonCheckBox.Position">
|
|
<summary>Gets or sets the position of the check box, if the checkbox is on the Microsoft Office Menu.</summary>
|
|
<returns>A <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonPosition" /> that represents the position of the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonCheckBox" />, if the control is on the Microsoft Office Menu.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonCheckBox.ScreenTip">
|
|
<summary>Gets or sets tip text that appears when the user moves the pointer over the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonCheckBox" />.</summary>
|
|
<returns>The text that appears when the user moves the pointer over the control.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonCheckBox.SuperTip">
|
|
<summary>Gets or sets multiline tip text that appears when the user moves the pointer over the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonCheckBox" />.</summary>
|
|
<returns>A string that contains multiline tip text.</returns>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.Ribbon.RibbonComboBox">
|
|
<summary>Represents a combo box on a custom Ribbon.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonComboBox.Image">
|
|
<summary>Gets or sets an image this is displayed on this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonComboBox" />.</summary>
|
|
<returns>The image that is displayed on this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonComboBox" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonComboBox.ImageName">
|
|
<summary>Gets or sets the name that you can use in the <see cref="E:Microsoft.Office.Tools.Ribbon.OfficeRibbon.LoadImage" /> event handler to identify an image for the control.</summary>
|
|
<returns>A string that you can use in the <see cref="E:Microsoft.Office.Tools.Ribbon.OfficeRibbon.LoadImage" /> event handler to identify an image for the control.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonComboBox.Items">
|
|
<summary>Gets a collection of the items in this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonComboBox" />.</summary>
|
|
<returns>A collection of <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDownItem" /> objects in this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonComboBox" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.Ribbon.RibbonComboBox.ItemsLoading">
|
|
<summary>Occurs when the drop-down list for this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonComboBox" /> is opened.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonComboBox.KeyTip">
|
|
<summary>Gets or sets the keyboard shortcut for this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonComboBox" />.</summary>
|
|
<returns>The current keyboard shortcut for this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonComboBox" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonComboBox.Label">
|
|
<summary>Gets or sets the text that appears on this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonComboBox" />.</summary>
|
|
<returns>The text that appears on this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonComboBox" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonComboBox.MaxLength">
|
|
<summary>Gets or sets a value that indicates the maximum number of characters allowed per entry in this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonComboBox" />.</summary>
|
|
<returns>An integer value that indicates the maximum number of characters allowed per entry in this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonComboBox" />. A value of 0 indicates that there is no predefined limit.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonComboBox.OfficeImageId">
|
|
<summary>Gets or sets the image to display on the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonComboBox" />, if you want to use a built-in Microsoft Office icon.</summary>
|
|
<returns>The ID of a built-in Microsoft Office icon that serves as the icon for this control.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonComboBox.ScreenTip">
|
|
<summary>Gets or sets tip text that appears when the user moves the pointer over the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonComboBox" />.</summary>
|
|
<returns>The text that appears when the user moves the pointer over the control.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonComboBox.ShowImage">
|
|
<summary>Gets or sets a value that indicates whether the image that is associated with the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonComboBox" /> is visible.</summary>
|
|
<returns>true if the image that is associated with the control is visible; otherwise, false. The default is false.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonComboBox.ShowItemImage">
|
|
<summary>Gets or sets a value that indicates whether images are displayed for the items in the drop-down menu.</summary>
|
|
<returns>true if the images are displayed; otherwise, false. The default is true.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonComboBox.ShowLabel">
|
|
<summary>Gets or sets a value that indicates whether the label for this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonComboBox" /> is visible.</summary>
|
|
<returns>true if the label is visible; otherwise, false. The default is true.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonComboBox.SizeString">
|
|
<summary>Gets or sets a string that determines the size of the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonComboBox" />.</summary>
|
|
<returns>A string, the length of which determines the size of this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonComboBox" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonComboBox.SuperTip">
|
|
<summary>Gets or sets multiline tip text that appears when the user moves the pointer over the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonComboBox" />.</summary>
|
|
<returns>A string that contains multiline tip text.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonComboBox.Text">
|
|
<summary>Gets or sets the text that appears in this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonComboBox" />.</summary>
|
|
<returns>The text that appears in the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonComboBox" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.Ribbon.RibbonComboBox.TextChanged">
|
|
<summary>Occurs when a user changes the text in the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonComboBox" />.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.Ribbon.RibbonComponent">
|
|
<summary>Contains methods and members that enable communication with Visual Studio, navigation through the control hierarchy in your application, and optimization of the run time layout of controls.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonComponent.Name">
|
|
<summary>Gets or sets the name of this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonComponent" />.</summary>
|
|
<returns>A string that contains the name of this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonComponent" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonComponent.Parent">
|
|
<summary>Gets a <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonComponent" /> that represents the parent of this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonComponent" />.</summary>
|
|
<returns>A <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonComponent" /> that represents the parent of this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonComponent" />.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonComponent.PerformDynamicLayout">
|
|
<summary>Calls the Microsoft.Office.Core.IRibbonUI.InvalidateControl method of the parent control if the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonComponent" /> has a dynamic parent, such as a dynamic menu, and layout is not suspended.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonComponent.PerformLayout">
|
|
<summary>Calls Microsoft.Office.Core.IRibbonUI.InvalidateControl if the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonComponent" /> has a parent and layout is not suspended.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonComponent.ResumeLayout">
|
|
<summary>Reverses the effect of the <see cref="M:Microsoft.Office.Tools.Ribbon.RibbonComponent.SuspendLayout" /> method.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonComponent.ResumeLayout(System.Boolean)">
|
|
<summary>Reverses the effect of the <see cref="M:Microsoft.Office.Tools.Ribbon.RibbonComponent.SuspendLayout" /> method.</summary>
|
|
<param name="performLayout">true to call the <see cref="M:Microsoft.Office.Tools.Ribbon.RibbonComponent.PerformLayout" /> method. false to enable UI refreshes without calling <see cref="M:Microsoft.Office.Tools.Ribbon.RibbonComponent.PerformLayout" />.</param>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonComponent.Ribbon">
|
|
<summary>Gets the top-level <see cref="P:Microsoft.Office.Tools.Ribbon.RibbonComponent.Ribbon" /> object that contains the control hierarchy.</summary>
|
|
<returns>A top-level <see cref="P:Microsoft.Office.Tools.Ribbon.RibbonComponent.Ribbon" /> object that contains the rest of the control hierarchy.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonComponent.RibbonUI">
|
|
<summary>Gets the IRibbonUI instance that is provided by the Microsoft Office application to the Ribbon extensibility code.</summary>
|
|
<returns>The IRibbonUI instance that is provided by the Office application to the Ribbon extensibility code.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonComponent.SuspendLayout">
|
|
<summary>Prevents the Microsoft Office application from refreshing the state of controls on the Ribbon.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonComponent.Tag">
|
|
<summary>Gets or sets application-specific data that is associated with this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonComponent" />.</summary>
|
|
<returns>An System.Object that represents application-specific data that is associated with this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonComponent" />.</returns>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.Ribbon.RibbonControl">
|
|
<summary>Provides properties used by controls in a Microsoft Office customization.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonControl.Enabled">
|
|
<summary>Gets or sets a value that indicates whether this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonControl" /> is enabled.</summary>
|
|
<returns>true if the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonControl" /> is enabled; otherwise, false.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonControl.Id">
|
|
<summary>Gets a string that Microsoft Office uses to identify this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonControl" /> object.</summary>
|
|
<returns>A string that Microsoft Office uses to identify this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonControl" /> object.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonControl.Visible">
|
|
<summary>Gets or sets a value that indicates whether this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonControl" /> is visible.</summary>
|
|
<returns>true if the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonControl" /> is visible; otherwise, false. Default is true.</returns>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs">
|
|
<summary>Provides data for a variety of events that are raised in a Microsoft Office customization.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonControlEventArgs.Control">
|
|
<summary>Gets the control for which the event was raised.</summary>
|
|
<returns>The control for which the event was raised.</returns>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.Ribbon.RibbonControlEventHandler">
|
|
<summary>Represents the method that will handle events of an <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonControl" />.</summary>
|
|
<param name="sender">The source of the event.</param>
|
|
<param name="e">The data for the event.</param>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.Ribbon.RibbonControlId">
|
|
<summary>Encapsulates an identification string that Microsoft Office uses to refer to controls.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonControlId.ControlIdType">
|
|
<summary>Gets or sets a value that describes whether this <see cref="P:Microsoft.Office.Tools.Ribbon.RibbonControlId.ControlIdType" /> identifies a Microsoft Office control or a custom control.</summary>
|
|
<returns>A <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonControlIdType" /> enumeration value that describes whether this <see cref="P:Microsoft.Office.Tools.Ribbon.RibbonControlId.ControlIdType" /> identifies an Office control or a custom control.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonControlId.CustomId">
|
|
<summary>Gets an identifier for a custom control.</summary>
|
|
<returns>A string that contains an identifier for a custom control.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonControlId.OfficeId">
|
|
<summary>Gets or sets an identifier for a Microsoft Office control.</summary>
|
|
<returns>A string that contains an identifier for an Office control.</returns>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.Ribbon.RibbonControlIdType">
|
|
<summary>Contains values that determine whether a <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonControlId" /> identifies a Microsoft Office control or a custom control.</summary>
|
|
</member>
|
|
<member name="F:Microsoft.Office.Tools.Ribbon.RibbonControlIdType.Custom">
|
|
<summary>The <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonControlId" /> that identifies a custom control.</summary>
|
|
</member>
|
|
<member name="F:Microsoft.Office.Tools.Ribbon.RibbonControlIdType.Office">
|
|
<summary>The <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonControlId" /> that identifies a built-in Office control.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher">
|
|
<summary>Represents a small standardized icon on a group that can be used to open a dialog box.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher.Enabled">
|
|
<summary>Gets or sets a value that indicates whether this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher" /> is enabled.</summary>
|
|
<returns>true if the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher" /> is enabled; otherwise, false. The default is true.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher.Image">
|
|
<summary>Gets or sets an image that appears on this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher" /> when it is added to the Quick Access Toolbar.</summary>
|
|
<returns>An image that appears on this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher" /> when it is added to the Quick Access Toolbar.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher.ImageName">
|
|
<summary>Gets or sets an identifier that is used to assign an image to this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher" /> when it is added to the Quick Access Toolbar.</summary>
|
|
<returns>An identifier that is used to assign an image to this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher" /> when it is added to the Quick Access Toolbar.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher.KeyTip">
|
|
<summary>Gets or sets the keyboard shortcut for this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher" />.</summary>
|
|
<returns>The current keyboard shortcut for this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher.OfficeImageId">
|
|
<summary>Gets or sets the image to display on this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher" />, if you want to use a built-in Microsoft Office icon.</summary>
|
|
<returns>The ID of the Microsoft Office icon to display on this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher.Parent">
|
|
<summary>Gets a <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonGroup" /> object of which this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher" /> is a member.</summary>
|
|
<returns>A <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonGroup" /> object of which this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher" /> is a member.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher.ResumeLayout">
|
|
<summary>Reverses the effect of the <see cref="M:Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher.SuspendLayout" /> method.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher.Ribbon">
|
|
<summary>Gets the <see cref="T:Microsoft.Office.Tools.Ribbon.OfficeRibbon" /> on which this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher" /> is placed.</summary>
|
|
<returns>The <see cref="T:Microsoft.Office.Tools.Ribbon.OfficeRibbon" /> on which this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher" /> is placed.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher.ScreenTip">
|
|
<summary>Gets or sets tip text that appears when the user moves the pointer over the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher" />.</summary>
|
|
<returns>The text that appears when the user moves the pointer over the control.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher.SuperTip">
|
|
<summary>Gets or sets multiline tip text that appears when the user moves the pointer over the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher" />.</summary>
|
|
<returns>A string that contains multiline tip text.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher.SuspendLayout">
|
|
<summary>Prevents the Microsoft Office application from refreshing the state of controls in the <see cref="T:Microsoft.Office.Tools.Ribbon.OfficeRibbon" />.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher.Visible">
|
|
<summary>Gets or sets a value that indicates whether this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher" /> is visible.</summary>
|
|
<returns>true if the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher" /> is visible; otherwise, false.</returns>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.Ribbon.RibbonDropDown">
|
|
<summary>Represents a list of items that a user can choose from and a list of Ribbon buttons that a user can click.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.Ribbon.RibbonDropDown.ButtonClick">
|
|
<summary>Occurs when a user clicks a button on a <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDown" />.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonDropDown.Buttons">
|
|
<summary>Gets a collection of <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonButton" /> objects that belong to this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDown" />.</summary>
|
|
<returns>A collection of <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonButton" /> objects that belong to this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDown" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonDropDown.Image">
|
|
<summary>Gets or sets an image this is displayed on this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDown" />.</summary>
|
|
<returns>The image that is displayed on this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDown" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonDropDown.ImageName">
|
|
<summary>Gets or sets the name that you can use in the <see cref="E:Microsoft.Office.Tools.Ribbon.OfficeRibbon.LoadImage" /> event handler to identify an image for the control.</summary>
|
|
<returns>A string that you can use in the <see cref="E:Microsoft.Office.Tools.Ribbon.OfficeRibbon.LoadImage" /> event handler to identify an image for the control.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonDropDown.Items">
|
|
<summary>Gets a collection of the items in this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDown" />.</summary>
|
|
<returns>A collection of collection of items in the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDown" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.Ribbon.RibbonDropDown.ItemsLoading">
|
|
<summary>Occurs when controls are loaded into the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDown" />.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonDropDown.KeyTip">
|
|
<summary>Gets or sets the keyboard shortcut for this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDown" />.</summary>
|
|
<returns>The current keyboard shortcut for this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDown" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonDropDown.Label">
|
|
<summary>Gets or sets the text that appears on this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDown" />.</summary>
|
|
<returns>The text that appears on this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDown" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonDropDown.OfficeImageId">
|
|
<summary>Gets or sets the image to display on the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDown" />, if you want to use a built-in Microsoft Office icon.</summary>
|
|
<returns>The ID of a built-in Microsoft Office icon that serves as the icon for this control.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonDropDown.ScreenTip">
|
|
<summary>Gets or sets tip text that appears when the user moves the pointer over the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDown" />.</summary>
|
|
<returns>The text that appears when the user moves the pointer over the control.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonDropDown.SelectedItem">
|
|
<summary>Gets or sets the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDownItem" /> that is currently selected.</summary>
|
|
<returns>The <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDownItem" /> that is currently selected.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonDropDown.SelectedItemIndex">
|
|
<summary>Gets or sets the index of the currently selected <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDownItem" />.</summary>
|
|
<returns>The index of the currently selected <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDownItem" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.Ribbon.RibbonDropDown.SelectionChanged">
|
|
<summary>Occurs when a user selects a new item on a Ribbon drop-down control.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonDropDown.ShowImage">
|
|
<summary>Gets or sets a value that indicates whether the image that is associated with the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDown" /> is visible.</summary>
|
|
<returns>true if the image that is associated with the control is visible; otherwise, false. The default is false.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonDropDown.ShowItemImage">
|
|
<summary>Gets or sets a value that indicates whether images are displayed for the items in the drop-down menu.</summary>
|
|
<returns>true if the images are displayed; otherwise, false. The default is false.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonDropDown.ShowItemLabel">
|
|
<summary>Gets or sets a value that indicates whether labels are displayed for the items in the drop-down menu.</summary>
|
|
<returns>true if the labels are displayed; otherwise, false. The default is false.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonDropDown.ShowLabel">
|
|
<summary>Gets or sets a value that indicates whether the label for this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDown" /> is visible.</summary>
|
|
<returns>true if the label is visible; otherwise, false. The default is true.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonDropDown.SizeString">
|
|
<summary>Gets or sets a string that determines the size of the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDown" />.</summary>
|
|
<returns>A string, the length of which determines the size of this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDown" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonDropDown.SuperTip">
|
|
<summary>Gets or sets multiline tip text that appears when the user moves the pointer over the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDown" />.</summary>
|
|
<returns>A string that contains multiline tip text.</returns>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.Ribbon.RibbonDropDownItem">
|
|
<summary>Represents an item in a drop-down list in a Ribbon drop-down.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonDropDownItem.Id">
|
|
<summary>Gets a unique string that Microsoft Office uses to identify this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDownItem" />.</summary>
|
|
<returns>A unique string that Office uses to identify this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDownItem" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonDropDownItem.Image">
|
|
<summary>Gets or sets an image this is displayed on this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDownItem" />.</summary>
|
|
<returns>The image that is displayed on this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDownItem" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonDropDownItem.Label">
|
|
<summary>Gets or sets the text that is displayed by this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDownItem" />.</summary>
|
|
<returns>The text that is displayed by this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDownItem" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonDropDownItem.OfficeImageId">
|
|
<summary>Gets or sets the image to display on the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDownItem" />, if you want to use a built-in Microsoft Office icon.</summary>
|
|
<returns>The image to display on the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDownItem" />, if you want to use a built-in Microsoft Office icon.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonDropDownItem.Parent">
|
|
<summary>Gets the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonComponent" /> to which this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDownItem" /> belongs.</summary>
|
|
<returns>The <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonComponent" /> to which this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDownItem" /> belongs.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonDropDownItem.Ribbon">
|
|
<summary>Gets the top-level <see cref="P:Microsoft.Office.Tools.Ribbon.RibbonComponent.Ribbon" /> object that contains the rest of the control hierarchy.</summary>
|
|
<returns>A top-level <see cref="P:Microsoft.Office.Tools.Ribbon.RibbonComponent.Ribbon" /> object that contains the rest of the control hierarchy.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonDropDownItem.ScreenTip">
|
|
<summary>Gets or sets tip text that appears when the user moves the pointer over the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDownItem" />.</summary>
|
|
<returns>The text that appears when the user moves the pointer over the drop-down item.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonDropDownItem.SuperTip">
|
|
<summary>Gets or sets multiline tip text that appears when the user moves the pointer over the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDownItem" />.</summary>
|
|
<returns>A string that contains multiline tip text.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonDropDownItem.Tag">
|
|
<summary>Gets or sets application-specific data that is associated with this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDownItem" />.</summary>
|
|
<returns>An object that represents application-specific data that is associated with this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDownItem" />.</returns>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.Ribbon.RibbonEditBox">
|
|
<summary>Represents an edit box on a Ribbon.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonEditBox.Image">
|
|
<summary>Gets or sets the image that is displayed on the edit box.</summary>
|
|
<returns>An <see cref="T:System.Drawing.Image" /> that is displayed on the edit box.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonEditBox.ImageName">
|
|
<summary>Gets or sets the name that you can use to identify the image in the <see cref="E:Microsoft.Office.Tools.Ribbon.OfficeRibbon.LoadImage" /> event handler.</summary>
|
|
<returns>A string that you can use in the <see cref="E:Microsoft.Office.Tools.Ribbon.OfficeRibbon.LoadImage" /> event handler to identify the image.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonEditBox.KeyTip">
|
|
<summary>Gets or sets the keyboard shortcut for this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonEditBox" />.</summary>
|
|
<returns>The current keyboard shortcut for this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonEditBox" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonEditBox.Label">
|
|
<summary>Gets or sets the text that appears on this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonEditBox" />.</summary>
|
|
<returns>The text that appears on this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonEditBox" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonEditBox.MaxLength">
|
|
<summary>Gets or sets a value that indicates the maximum number of characters allowed per entry in this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonEditBox" />.</summary>
|
|
<returns>An integer value that indicates the maximum number of characters allowed per entry in this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonEditBox" />. A value of 0 indicates that there is no predefined limit.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonEditBox.OfficeImageId">
|
|
<summary>Gets or sets the image to display on the button, if you want to use a built-in Microsoft Office icon.</summary>
|
|
<returns>The ID of a built-in Microsoft Office icon that serves as the icon for this control.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonEditBox.ScreenTip">
|
|
<summary>Gets or sets tip text that appears when the user moves the pointer over the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonEditBox" />.</summary>
|
|
<returns>The text that appears when the user moves the pointer over the control.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonEditBox.ShowImage">
|
|
<summary>Gets or sets a value that indicates whether the image that is associated with the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonEditBox" /> is visible.</summary>
|
|
<returns>true if the image that is associated with the control is visible; otherwise, false. The default is false.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonEditBox.ShowLabel">
|
|
<summary>Gets or sets a value that indicates whether the label for this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonEditBox" /> is visible.</summary>
|
|
<returns>true if the label is visible; otherwise, false. The default is true.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonEditBox.SizeString">
|
|
<summary>Gets or sets a string that determines the size of the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonEditBox" />.</summary>
|
|
<returns>A string, the length of which determines the size of this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonEditBox" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonEditBox.SuperTip">
|
|
<summary>Gets or sets multiline tip text that appears when the user moves the pointer over the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonEditBox" />.</summary>
|
|
<returns>A string that contains multiline tip text.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonEditBox.Text">
|
|
<summary>Gets or sets text that appears in this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonEditBox" /> when the edit box first appears.</summary>
|
|
<returns>The text that appears by default in the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonEditBox" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.Ribbon.RibbonEditBox.TextChanged">
|
|
<summary>Occurs when a user changes the text in the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonEditBox" />.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.Ribbon.RibbonFactory">
|
|
<summary>Provides methods that you can use to create Ribbon controls for a Microsoft Office Ribbon customization.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonFactory.CreateOfficeRibbon(Microsoft.Office.Tools.Ribbon.IRibbonExtension)">
|
|
<summary>Creates a <see cref="T:Microsoft.Office.Tools.Ribbon.OfficeRibbon" /> object that represents a Ribbon customization.</summary>
|
|
<returns>A Ribbon customization.</returns>
|
|
<param name="extension">An instance of a class that implements the <see cref="T:Microsoft.Office.Tools.Ribbon.IRibbonExtension" /> interface.</param>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonFactory.CreateRibbonBox">
|
|
<summary>Creates a <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonBox" /> object that arranges and aligns controls on a custom Ribbon.</summary>
|
|
<returns>A Ribbon box that arranges and aligns controls on a custom Ribbon.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonFactory.CreateRibbonButton">
|
|
<summary>A <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonButton" /> represents a button on a custom Ribbon.</summary>
|
|
<returns>A Ribbon button.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonFactory.CreateRibbonButtonGroup">
|
|
<summary>Creates a <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonButtonGroup" /> object that represents a group of buttons on a Ribbon.</summary>
|
|
<returns>A group of buttons.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonFactory.CreateRibbonCheckBox">
|
|
<summary>Creates a <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonCheckBox" /> object that represents a check box on a Ribbon.</summary>
|
|
<returns>A Ribbon check box.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonFactory.CreateRibbonComboBox">
|
|
<summary>Creates a <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonComboBox" /> object that represents a combo box on a custom Ribbon.</summary>
|
|
<returns>A Ribbon combo box.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonFactory.CreateRibbonDialogLauncher">
|
|
<summary>Creates a <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDialogLauncher" /> object that represents a small standardized icon on a group that can be used to open a dialog box.</summary>
|
|
<returns>An object that represents a small standardized icon on a group that can be used to open a dialog box.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonFactory.CreateRibbonDropDown">
|
|
<summary>Creates a <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDown" /> object that represents a list of items that a user can choose from and a list of Ribbon buttons that a user can click.</summary>
|
|
<returns>A Ribbon drop-down control.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonFactory.CreateRibbonDropDownItem">
|
|
<summary>Creates a <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDownItem" /> object that represents an item in a drop-down control.</summary>
|
|
<returns>An item in a Ribbon drop-down control.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonFactory.CreateRibbonEditBox">
|
|
<summary>Creates a <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonEditBox" /> object represents an edit box on a Ribbon.</summary>
|
|
<returns>A Ribbon edit box.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonFactory.CreateRibbonGallery">
|
|
<summary>Creates a <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonGallery" /> object that represents a control that displays a menu of <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDownItem" /> objects and <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonButton" /> controls.</summary>
|
|
<returns>A Ribbon gallery.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonFactory.CreateRibbonGroup">
|
|
<summary>Creates a <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonGroup" /> that represents a group of controls on a Ribbon tab.</summary>
|
|
<returns>A Ribbon group.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonFactory.CreateRibbonLabel">
|
|
<summary>Creates a <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonLabel" /> that represents a label on a <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonGroup" /> or <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonBox" />.</summary>
|
|
<returns>A Ribbon label.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonFactory.CreateRibbonManager(Microsoft.Office.Tools.Ribbon.IRibbonExtension[])">
|
|
<summary>Creates an IRibbonExtensibility object that represents a Ribbon customization.</summary>
|
|
<returns>An object that represents a Ribbon customization.</returns>
|
|
<param name="ribbons">An array of <see cref="T:Microsoft.Office.Tools.Ribbon.IRibbonExtension" /> instances.</param>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonFactory.CreateRibbonMenu">
|
|
<summary>Creates a <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonMenu" /> that represents a menu on a Ribbon tab or on the Microsoft Office Menu.</summary>
|
|
<returns>A Ribbon menu.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonFactory.CreateRibbonReadOnlyCollection">
|
|
<summary>Creates a <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonMenu" /> object that provides access to the <see cref="T:Microsoft.Office.Tools.Ribbon.IRibbonExtension" /> objects in a Ribbon customization.</summary>
|
|
<returns>An object that provides access to the <see cref="T:Microsoft.Office.Tools.Ribbon.IRibbonExtension" /> objects in a Ribbon customization.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonFactory.CreateRibbonSeparator">
|
|
<summary>Creates a <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonSeparator" /> object that represents a separator control for a group or menu on the Ribbon.</summary>
|
|
<returns>A Ribbon separator control for a group or menu on the Ribbon.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonFactory.CreateRibbonSplitButton">
|
|
<summary>Creates a <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonSplitButton" /> object that combines a button or a toggle button and a drop-down menu.</summary>
|
|
<returns>A Ribbon split button.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonFactory.CreateRibbonTab">
|
|
<summary>Creates a <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonTab" /> object that contains one or more groups of controls on the Ribbon.</summary>
|
|
<returns>A Ribbon tab.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonFactory.CreateRibbonToggleButton">
|
|
<summary>Creates a <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonToggleButton" /> that represents a toggle button control on a Ribbon.</summary>
|
|
<returns>A Ribbon toggle button.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonFactory.RibbonPosition">
|
|
<summary>Gets a <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonPositionStatics" /> object that you can use to specify the position of a control, group, or tab in a Ribbon customization.</summary>
|
|
<returns>A <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonPositionStatics" /> object that you can use to specify the position of a control, group, or tab in a Ribbon customization.</returns>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.Ribbon.RibbonGallery">
|
|
<summary>Represents a control that displays a menu of <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDownItem" /> objects and <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonButton" /> controls.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.Ribbon.RibbonGallery.ButtonClick">
|
|
<summary>Occurs when a user clicks a button on this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonGallery" />.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonGallery.Buttons">
|
|
<summary>Gets the collection of buttons on this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonGallery" />.</summary>
|
|
<returns>The collection of buttons on this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonGallery" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.Ribbon.RibbonGallery.Click">
|
|
<summary>Occurs when a user clicks an item on this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonGallery" />.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonGallery.ColumnCount">
|
|
<summary>Gets or sets the number of Item columns in this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonGallery" />.</summary>
|
|
<returns>The number of Item columns in this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonGallery" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonGallery.ControlSize">
|
|
<summary>Gets or sets the size of the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonGallery" /> control.</summary>
|
|
<returns>A Microsoft.Office.Core.RibbonControlSize that represents the size of the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonGallery" /> control.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonGallery.Description">
|
|
<summary>Gets or sets the text that appears on this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonGallery" /> control on a menu or split button.</summary>
|
|
<returns>A <see cref="T:System.String" /> that represents the text on a menu or split button.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonGallery.Image">
|
|
<summary>Gets or sets the image that is displayed on the button.</summary>
|
|
<returns>An <see cref="T:System.Drawing.Image" /> that is displayed on the button.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonGallery.ImageName">
|
|
<summary>Gets or sets the name that you can use to identify the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonGallery" /> in the <see cref="E:Microsoft.Office.Tools.Ribbon.OfficeRibbon.LoadImage" /> event handler.</summary>
|
|
<returns>A string that you can use in the <see cref="E:Microsoft.Office.Tools.Ribbon.OfficeRibbon.LoadImage" /> event handler to identify the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonGallery" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonGallery.ItemImageSize">
|
|
<summary>Gets or sets a <see cref="T:System.Drawing.Size" /> that gives the dimensions of the images that are displayed by the items in this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonGallery" />.</summary>
|
|
<returns>A <see cref="T:System.Drawing.Size" /> that gives the dimensions of the images that are displayed by the items in this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonGallery" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonGallery.Items">
|
|
<summary>Gets a collection of the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDownItem" /> components in this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonGallery" />.</summary>
|
|
<returns>A collection of the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDownItem" /> components in this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonGallery" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.Ribbon.RibbonGallery.ItemsLoading">
|
|
<summary>Occurs when this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonGallery" /> is opened.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonGallery.KeyTip">
|
|
<summary>Gets or sets the keyboard shortcut for this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonGallery" />.</summary>
|
|
<returns>The current keyboard shortcut for this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonGallery" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonGallery.Label">
|
|
<summary>Gets or sets the text that appears on this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonGallery" />.</summary>
|
|
<returns>The text that appears on this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonGallery" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonGallery.OfficeImageId">
|
|
<summary>Gets or sets the image to display on the control, if you want to use a built-in Microsoft Office icon.</summary>
|
|
<returns>The ID of a built-in Microsoft Office icon that serves as the icon for this control.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonGallery.Position">
|
|
<summary>Gets or sets the position of the gallery, if the gallery is on the Microsoft Office Menu.</summary>
|
|
<returns>A <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonPosition" /> that represents the position of the gallery, if the gallery is on the Microsoft Office Menu.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonGallery.RowCount">
|
|
<summary>Gets or sets the number of rows of <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDownItem" /> components that this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonGallery" /> displays.</summary>
|
|
<returns>The number of rows of <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDownItem" /> components that this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonGallery" /> displays.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonGallery.ScreenTip">
|
|
<summary>Gets or sets tip text that appears when the user moves the pointer over this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonGallery" />.</summary>
|
|
<returns>The text that appears when the user moves the pointer over the control.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonGallery.SelectedItem">
|
|
<summary>Gets or sets the currently selected item.</summary>
|
|
<returns>The currently selected <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDownItem" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonGallery.SelectedItemIndex">
|
|
<summary>Gets or sets the index of the currently selected <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDownItem" />.</summary>
|
|
<returns>The index of the currently selected <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDownItem" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonGallery.ShowImage">
|
|
<summary>Gets or sets a value that indicates whether the image that is associated with the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonGallery" /> is visible.</summary>
|
|
<returns>true if the image that is associated with the control is visible; otherwise, false. The default is false.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonGallery.ShowItemImage">
|
|
<summary>Gets or sets a value that indicates whether images are displayed for the items in the gallery.</summary>
|
|
<returns>true if the images are displayed; otherwise, false. The default is true.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonGallery.ShowItemLabel">
|
|
<summary>Gets or sets a value that indicates whether labels are shown for items on this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonGallery" />.</summary>
|
|
<returns>true if the labels are visible; otherwise, false. The default is true.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonGallery.ShowItemSelection">
|
|
<summary>Gets or sets a value that indicates whether the currently selected <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonDropDownItem" /> is visually differentiated from the rest of the unselected items. </summary>
|
|
<returns>true if selected items are highlighted, otherwise false. The default is false.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonGallery.ShowLabel">
|
|
<summary>Gets or sets a value that indicates whether the label for this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonGallery" /> is visible.</summary>
|
|
<returns>true if the label is visible, otherwise, false. The default is true.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonGallery.SuperTip">
|
|
<summary>Gets or sets multiline tip text that appears when the user moves the pointer over the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonGallery" />.</summary>
|
|
<returns>A string that contains multiline tip text.</returns>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.Ribbon.RibbonGroup">
|
|
<summary>Represents a group of controls on a Ribbon tab.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonGroup.DialogLauncher">
|
|
<summary>Gets or sets the Ribbon dialog launcher that is associated with the group.</summary>
|
|
<returns>The Ribbon dialog launcher that is associated with the group.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.Ribbon.RibbonGroup.DialogLauncherClick">
|
|
<summary>Occurs when the user clicks the Ribbon dialog launcher icon in the group. </summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonGroup.Id">
|
|
<summary>Gets a string that identifies the current group.</summary>
|
|
<returns>A string that identifies the current group.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonGroup.Items">
|
|
<summary>Gets the controls in the group.</summary>
|
|
<returns>The collection of controls in the group.</returns>
|
|
<exception cref="T:System.InvalidOperationException">You try to add, remove, or replace a <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonControl" /> after the Ribbon is loaded.</exception>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonGroup.KeyTip">
|
|
<summary>Gets or sets the keyboard shortcut of the group.</summary>
|
|
<returns>A string that represents the keyboard shortcut of the group.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonGroup.Label">
|
|
<summary>Gets or sets the text that is displayed by the label of the group.</summary>
|
|
<returns>The text that is displayed by the label of the group.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonGroup.Position">
|
|
<summary>Gets or sets the position of a group on a built-in tab, relative to a built-in group on the tab.</summary>
|
|
<returns>A <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonPosition" /> that represents the position of the group, relative to a built-in group on the tab.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonGroup.Visible">
|
|
<summary>Gets or sets a value that indicates whether the group is visible.</summary>
|
|
<returns>true if the group is visible; otherwise, false. The default is true.</returns>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.Ribbon.RibbonLabel">
|
|
<summary>Represents a label on a <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonGroup" /> or <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonBox" />.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonLabel.Label">
|
|
<summary>Gets or sets the text that is displayed by the label.</summary>
|
|
<returns>The text that is displayed by the label.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonLabel.ScreenTip">
|
|
<summary>This property has no effect.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonLabel.ShowLabel">
|
|
<summary>Gets or sets a value that indicates whether the text displayed by the label is visible.</summary>
|
|
<returns>true if the text displayed by the label is visible; otherwise, false. The default is true.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonLabel.SuperTip">
|
|
<summary>This property has no effect.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.Ribbon.RibbonLoadImageEventArgs">
|
|
<summary>Provides data for the <see cref="E:Microsoft.Office.Tools.Ribbon.OfficeRibbon.LoadImage" /> event. </summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonLoadImageEventArgs.Image">
|
|
<summary>Gets or sets the image of a Ribbon control that you want to load.</summary>
|
|
<returns>One of the following objects that represents the image that you want to load: an <see cref="T:System.Drawing.Image" />, an IPictureDisp implementation, or a string that specifies the imageMso value of a built-in Office icon.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonLoadImageEventArgs.ImageName">
|
|
<summary>Gets the name of the image that is being loaded in the Ribbon.</summary>
|
|
<returns>The name of the image that is being loaded in the Ribbon.</returns>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.Ribbon.RibbonLoadImageEventHandler">
|
|
<summary>Represents the method that will handle the <see cref="E:Microsoft.Office.Tools.Ribbon.OfficeRibbon.LoadImage" /> event of an <see cref="T:Microsoft.Office.Tools.Ribbon.OfficeRibbon" />.</summary>
|
|
<param name="sender">The source of the event.</param>
|
|
<param name="e">The data for the event.</param>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.Ribbon.RibbonManager">
|
|
<summary>Manages the Ribbon customizations that are created by using the Ribbon Designer in an Office project.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.Ribbon.RibbonMenu">
|
|
<summary>Represents a menu on a Ribbon tab or on the Microsoft Office Menu.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonMenu.ControlSize">
|
|
<summary>Gets or sets the size of the menu.</summary>
|
|
<returns>A Microsoft.Office.Core.RibbonControlSize that represents the size of the menu.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonMenu.Description">
|
|
<summary>Gets or sets the text that appears on the current menu.</summary>
|
|
<returns>The text that appears on the menu.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonMenu.Dynamic">
|
|
<summary>Gets or sets a value that indicates whether the menu can be modified at run time.</summary>
|
|
<returns>true if the menu can be modified at run time; otherwise, false. The default is false.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonMenu.Image">
|
|
<summary>Gets or sets the image that is displayed on the menu.</summary>
|
|
<returns>An <see cref="T:System.Drawing.Image" /> that is displayed on the menu.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonMenu.ImageName">
|
|
<summary>Gets or sets the name that you can use in the <see cref="E:Microsoft.Office.Tools.Ribbon.OfficeRibbon.LoadImage" /> event handler to identify an image for the menu.</summary>
|
|
<returns>The name that you can use in the <see cref="E:Microsoft.Office.Tools.Ribbon.OfficeRibbon.LoadImage" /> event handler to identify an image for the menu.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonMenu.Items">
|
|
<summary>Gets the collection of controls that are on the menu.</summary>
|
|
<returns>The collection of controls that are on the menu.</returns>
|
|
<exception cref="T:System.InvalidOperationException">You try to add, remove, or replace a <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonControl" /> to this collection after the Ribbon is loaded.</exception>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonMenu.ItemSize">
|
|
<summary>Gets or sets the size of the controls on the menu.</summary>
|
|
<returns>A Microsoft.Office.Core.RibbonControlSize that represents the size of the controls on the menu. The default is Microsoft.Office.Core.RibbonControlSize.RibbonControlSizeRegular.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.Ribbon.RibbonMenu.ItemsLoading">
|
|
<summary>Occurs when controls or nested menus are loaded into the current menu at run time. </summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonMenu.KeyTip">
|
|
<summary>Gets or sets the keyboard access key of the menu.</summary>
|
|
<returns>A string that represents the keyboard access key of the menu.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonMenu.Label">
|
|
<summary>Gets or sets the text that is displayed by the menu.</summary>
|
|
<returns>The text that is displayed by the menu.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonMenu.OfficeImageId">
|
|
<summary>Gets or sets the image to display on the menu, if you want to use a built-in Microsoft Office icon.</summary>
|
|
<returns>The ID of a built-in Microsoft Office icon that serves as the icon for this menu.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonMenu.Position">
|
|
<summary>Gets or sets the position of the menu, if the menu is on the Microsoft Office Menu.</summary>
|
|
<returns>A <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonPosition" /> that represents the position of the menu, if the menu is on the Microsoft Office Menu.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonMenu.ScreenTip">
|
|
<summary>Gets or sets tip text that appears when the user moves the pointer over the menu.</summary>
|
|
<returns>The text that appears when the user moves the pointer over the menu.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonMenu.ShowImage">
|
|
<summary>Gets or sets a value that indicates whether the image that is associated with the menu is visible. </summary>
|
|
<returns>true if the image that is associated with the menu is visible; otherwise, false. The default is false.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonMenu.ShowLabel">
|
|
<summary>Gets or sets a value that indicates whether the label for the menu is visible.</summary>
|
|
<returns>true if the label for the menu is visible; otherwise, false. The default is true.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonMenu.SuperTip">
|
|
<summary>Gets or sets multiline tip text that appears when the user moves the pointer over the menu.</summary>
|
|
<returns>A string that contains multiline tip text.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonMenu.Title">
|
|
<summary>Gets or sets the title that is displayed when the user expands a menu that is added to the Microsoft Office Menu.</summary>
|
|
<returns>The title that is displayed when the user expands a menu that is added to the Microsoft Office Menu.</returns>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.Ribbon.RibbonOfficeMenu">
|
|
<summary>Provides access to controls that you add to the Microsoft Office Menu. </summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonOfficeMenu.Items">
|
|
<summary>Gets the Ribbon controls that you added to the Microsoft Office Menu.</summary>
|
|
<returns>The collection of Ribbon controls that you added to the Microsoft Office Menu at design time or run time.</returns>
|
|
<exception cref="T:System.InvalidOperationException">You try to add, remove, or replace a <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonControl" /> after the Ribbon is loaded.</exception>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.Ribbon.RibbonPosition">
|
|
<summary>Represents the location of a Ribbon control on the Microsoft Office Menu relative to a built-in control, the location of a tab relative to a built-in tab, or the location of a group relative to a built-in group.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonPosition.OfficeId">
|
|
<summary>Gets the ID of the built-in Ribbon control, group, or tab that the current <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonPosition" /> uses to define a relative location for another control, group, or tab.</summary>
|
|
<returns>The ID of a built-in Ribbon control, group, or tab.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonPosition.PositionType">
|
|
<summary>Gets a value that indicates whether the current <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonPosition" /> represents a location before or after a built-in control, group, or tab. </summary>
|
|
<returns>A value that indicates whether the current <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonPosition" /> represents a location before or after a built-in control, group, or tab.</returns>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.Ribbon.RibbonPositionStatics">
|
|
<summary>Provides methods that enable you to specify the position of a control, group, or tab in a Ribbon customization.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonPositionStatics.AfterOfficeId(System.String)">
|
|
<summary>Returns a <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonPosition" /> object that represents the location of a control, group, or tab after the specified built-in control, group, or tab.</summary>
|
|
<returns>A <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonPosition" /> object that represents the location of a control, group, or tab after the specified built-in control, group, or tab.</returns>
|
|
<param name="officeId">The ID of the built-in control, group, or tab that the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonPosition" /> object uses to define a relative location for another control, group, or tab.</param>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonPositionStatics.BeforeOfficeId(System.String)">
|
|
<summary>Returns a new <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonPosition" /> object that represents the location of a control, group, or tab before a built-in control, group, or tab.</summary>
|
|
<returns>A <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonPosition" /> object that represents the location of a control, group, or tab before the specified built-in control, group, or tab.</returns>
|
|
<param name="officeId">The ID of the built-in control, group, or tab that the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonPosition" /> uses to define a relative location for another control, group, or tab.</param>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.Ribbon.RibbonPositionType">
|
|
<summary>Specifies the position of a control on the Microsoft Office Menu, a group of controls on a built-in tab, or a tab among built-in or custom tabs. </summary>
|
|
</member>
|
|
<member name="F:Microsoft.Office.Tools.Ribbon.RibbonPositionType.Default">
|
|
<summary>Put your control last, at the end of the Microsoft Office Menu, tab, or Ribbon. Buttons and groups appear after all of the existing buttons and groups. Custom tabs are added to the end of the tabs list. </summary>
|
|
</member>
|
|
<member name="F:Microsoft.Office.Tools.Ribbon.RibbonPositionType.BeforeOfficeId">
|
|
<summary>Put your control before a built-in control.</summary>
|
|
</member>
|
|
<member name="F:Microsoft.Office.Tools.Ribbon.RibbonPositionType.AfterOfficeId">
|
|
<summary>Put your control after a built-in control. </summary>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.Ribbon.RibbonReadOnlyCollection">
|
|
<summary>Provides access to the <see cref="T:Microsoft.Office.Tools.Ribbon.IRibbonExtension" /> objects in a Ribbon customization.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonReadOnlyCollection.GetRibbon(System.Type)">
|
|
<summary>Returns an instance of an <see cref="T:Microsoft.Office.Tools.Ribbon.IRibbonExtension" /> of the specified type, if it exists in this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonReadOnlyCollection" />.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.Office.Tools.Ribbon.RibbonReadOnlyCollection.GetRibbonContextCollection(System.Object,System.Type)">
|
|
<summary>Returns a collection of <see cref="T:Microsoft.Office.Tools.Ribbon.IRibbonExtension" /> objects that are associated with a specified message class or application.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.Ribbon.RibbonSeparator">
|
|
<summary>Represents a separator control for a group or menu on the Ribbon. </summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonSeparator.Position">
|
|
<summary>Gets or sets the position of the separator relative to a built-in control, or the location of a group relative to another group, if the separator is on the Microsoft Office Menu. </summary>
|
|
<returns>A <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonPosition" /> value that represents the position of the separator on the Microsoft Office Menu relative to a built-in control, or the location of a group relative to another group.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonSeparator.Title">
|
|
<summary>Gets or sets text that appears on the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonSeparator" /> control.</summary>
|
|
<returns>A <see cref="T:System.String" /> that represents text that appears on the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonSeparator" /> control.</returns>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.Ribbon.RibbonSplitButton">
|
|
<summary>A Ribbon control that combines a button or a toggle button and a drop-down menu. </summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonSplitButton.ButtonEnabled">
|
|
<summary>Gets or sets a value that indicates whether the button on the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonSplitButton" /> is enabled. </summary>
|
|
<returns>true if the button of the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonSplitButton" /> is enabled; otherwise, false. The default is false.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonSplitButton.ButtonType">
|
|
<summary>Gets or sets the type of the button on the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonSplitButton" />. </summary>
|
|
<returns>A <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonButtonType" /> that represents the type of the button on the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonSplitButton" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonSplitButton.Checked">
|
|
<summary>Gets or sets a value that indicates whether <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonSplitButton" /> is pressed or not pressed.</summary>
|
|
<returns>true if the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonSplitButton" /> is pressed; otherwise, false. The default is false.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.Ribbon.RibbonSplitButton.Click">
|
|
<summary>Occurs when the user clicks the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonSplitButton" /> control.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonSplitButton.ControlSize">
|
|
<summary>Gets or sets the size of the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonSplitButton" /> control. </summary>
|
|
<returns>A Microsoft.Office.Core.RibbonControlSize that represents the size of the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonSplitButton" /> control.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonSplitButton.Description">
|
|
<summary>Gets or sets the text that appears on this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonSplitButton" /> control in a drop-down menu. </summary>
|
|
<returns>The text that appears on the control when it is inside of a drop-down menu.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonSplitButton.Image">
|
|
<summary>Gets or sets the image that is displayed on the control. </summary>
|
|
<returns>An <see cref="T:System.Drawing.Image" /> that is displayed on the control.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonSplitButton.ImageName">
|
|
<summary>Gets or sets the name that you can use in the E:Microsoft.Office.Tools.Ribbon.LoadImage event handler to identify an image for the control.</summary>
|
|
<returns>A string that you can use in the E:Microsoft.Office.Tools.Ribbon.OfficeRibbon.LoadImage event handler to identify an image for the control.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonSplitButton.Items">
|
|
<summary>Gets the collection of controls that are on this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonSplitButton" />.</summary>
|
|
<returns>A collection of controls on the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonSplitButton" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonSplitButton.ItemSize">
|
|
<summary>Gets or sets the size of the controls on the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonSplitButton" /> drop-down menu. </summary>
|
|
<returns>A Microsoft.Office.Core.RibbonControlSize that represents the size of the controls on the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonSplitButton" /> drop-down menu.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonSplitButton.KeyTip">
|
|
<summary>Gets or sets the keyboard shortcut of the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonSplitButton" /> control.</summary>
|
|
<returns>A string that represents the keyboard shortcut of the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonSplitButton" /> control.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonSplitButton.Label">
|
|
<summary>Gets or sets the text on the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonSplitButton" /> control.</summary>
|
|
<returns>A string that represents the text on the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonSplitButton" /> control.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonSplitButton.OfficeImageId">
|
|
<summary>Gets or sets the image to display on the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonSplitButton" /> control, if you want to use a built-in Microsoft Office icon.</summary>
|
|
<returns>The ID of a built-in Microsoft Office icon that serves as the icon for this control.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonSplitButton.Position">
|
|
<summary>Gets or sets the position of the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonSplitButton" /> control, if the control is on the Microsoft Office Menu.</summary>
|
|
<returns>A <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonPosition" /> that represents the position of the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonSplitButton" /> control, if the control is on the Microsoft Office Menu.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonSplitButton.ScreenTip">
|
|
<summary>Gets or sets tooltip text that appears when the user moves the pointer over the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonSplitButton" /> control.</summary>
|
|
<returns>The text that appears when the user moves the pointer over the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonSplitButton" /> control.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonSplitButton.ShowLabel">
|
|
<summary>Gets or sets a value that indicates whether the label for the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonSplitButton" /> control is visible.</summary>
|
|
<returns>true if the label for the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonSplitButton" /> control is visible; otherwise, false. The default is true.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonSplitButton.SuperTip">
|
|
<summary>Gets or sets multiline tooltip text that appears when the user moves the pointer over the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonSplitButton" /> control.</summary>
|
|
<returns>A string that contains multiline tip text.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonSplitButton.Title">
|
|
<summary>Gets or sets the title that appears on top of the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonSplitButton" /> control if the control is on the Microsoft Office Menu. </summary>
|
|
<returns>The title for the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonSplitButton" /> control if the control is on the Microsoft Office Menu. </returns>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.Ribbon.RibbonTab">
|
|
<summary>Contains one or more groups of controls on the Ribbon. </summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonTab.ControlId">
|
|
<summary>Gets or sets the unique name by which a Microsoft Office application refers to the tab.</summary>
|
|
<returns>A <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonControlId" /> that contains the unique name by which Office refers to the tab.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonTab.Groups">
|
|
<summary>Gets the collection of groups that are on the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonTab" />.</summary>
|
|
<returns>A collection of controls and groups that are on this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonTab" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonTab.KeyTip">
|
|
<summary>Gets or sets the keyboard shortcut for the tab.</summary>
|
|
<returns>The current keyboard shortcut for the tab.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonTab.Label">
|
|
<summary>Gets or sets the text that appears on the tab.</summary>
|
|
<returns>A string that represents the text for the tab.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonTab.Position">
|
|
<summary>Gets or sets the position of the tab on the Ribbon in relation to the built-in tabs.</summary>
|
|
<returns>A <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonPosition" /> that represents the position of the tab on the Ribbon in relation to the built-in tabs.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonTab.Visible">
|
|
<summary>Gets or sets a value that indicates whether the tab is visible.</summary>
|
|
<returns>true if the tab is visible; otherwise, false. The default is true.</returns>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.Ribbon.RibbonToggleButton">
|
|
<summary>Represents a toggle button control on a Ribbon.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonToggleButton.Checked">
|
|
<summary>Gets or sets a value that indicates whether the toggle button is pressed or not pressed.</summary>
|
|
<returns>true if the toggle button is pressed; otherwise, false. The default is false.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.Office.Tools.Ribbon.RibbonToggleButton.Click">
|
|
<summary>Occurs when the user clicks the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonToggleButton" /> control.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonToggleButton.ControlSize">
|
|
<summary>Gets or sets the size of the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonToggleButton" /> control. </summary>
|
|
<returns>A Microsoft.Office.Core.RibbonControlSize that represents the size of the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonToggleButton" /> control.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonToggleButton.Description">
|
|
<summary>Gets or sets the text that appears on this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonToggleButton" /> control in a menu. </summary>
|
|
<returns>A <see cref="T:System.String" /> that represents the text on the control. </returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonToggleButton.Image">
|
|
<summary>Gets or sets the image that is displayed on the control. </summary>
|
|
<returns>An <see cref="T:System.Drawing.Image" /> that is displayed on the control.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonToggleButton.ImageName">
|
|
<summary>Gets or sets the name that you can use in the <see cref="E:Microsoft.Office.Tools.Ribbon.OfficeRibbon.LoadImage" /> event handler to identify an image for the control.</summary>
|
|
<returns>A string that you can use in the <see cref="E:Microsoft.Office.Tools.Ribbon.OfficeRibbon.LoadImage" /> event handler to identify an image for the control.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonToggleButton.KeyTip">
|
|
<summary>Gets or sets the keyboard shortcut of the toggle button.</summary>
|
|
<returns>The current keyboard shortcut of this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonToggleButton" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonToggleButton.Label">
|
|
<summary>Gets or sets the text on the toggle button.</summary>
|
|
<returns>The text that appears on this <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonToggleButton" /> control.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonToggleButton.OfficeImageId">
|
|
<summary>Gets or sets the image to display on the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonToggleButton" />, if you want to use a built-in Microsoft Office icon.</summary>
|
|
<returns>The ID of a built-in Microsoft Office icon that serves as the icon for this control.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonToggleButton.Position">
|
|
<summary>Gets or sets the position of the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonToggleButton" />, if the control is on the Microsoft Office Menu.</summary>
|
|
<returns>A <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonPosition" /> that represents the position of the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonToggleButton" />, if the control is on the Microsoft Office Menu.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonToggleButton.ScreenTip">
|
|
<summary>Gets or sets tip text that appears when the user moves the pointer over the toggle button.</summary>
|
|
<returns>The text that appears when the user moves the pointer over the toggle button.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonToggleButton.ShowImage">
|
|
<summary>Gets or sets a value that indicates whether the image that is associated with the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonToggleButton" /> is visible. </summary>
|
|
<returns>true if the image that is associated with the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonToggleButton" /> is visible; otherwise, false. The default is false.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonToggleButton.ShowLabel">
|
|
<summary>Gets or sets a value that indicates whether the label for the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonToggleButton" /> is visible.</summary>
|
|
<returns>true if the label for the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonToggleButton" /> is visible; otherwise, false. The default is true.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonToggleButton.SuperTip">
|
|
<summary>Gets or sets multiline tip text that appears when the user moves the pointer over the <see cref="T:Microsoft.Office.Tools.Ribbon.RibbonToggleButton" /> control.</summary>
|
|
<returns>A string that contains multiline tip text.</returns>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.Ribbon.RibbonUIEventArgs">
|
|
<summary>Provides data for events that are raised in the Ribbon.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.Office.Tools.Ribbon.RibbonUIEventArgs.RibbonUI">
|
|
<summary>Gets an instance of the Microsoft.Office.Core.IRibbonUI interface when the Ribbon is loaded into the Microsoft Office application.</summary>
|
|
<returns>An Microsoft.Office.Core.IRibbonUI interface.</returns>
|
|
</member>
|
|
<member name="T:Microsoft.Office.Tools.Ribbon.RibbonUIEventHandler">
|
|
<summary>Represents the method that will handle the <see cref="E:Microsoft.Office.Tools.Ribbon.OfficeRibbon.Load" /> event of an <see cref="T:Microsoft.Office.Tools.Ribbon.OfficeRibbon" />.</summary>
|
|
<param name="sender">The source of the event.</param>
|
|
<param name="e">The data for the event.</param>
|
|
</member>
|
|
</members>
|
|
</doc> |