7750 lines
607 KiB
XML
7750 lines
607 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<doc>
|
|
<assembly>
|
|
<name>Microsoft.VisualBasic.Compatibility</name>
|
|
</assembly>
|
|
<members>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray">
|
|
<summary>Implements the basic functionality common to control arrays in applications upgraded from Visual Basic 6.0.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray" /> class.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.#ctor(System.ComponentModel.IContainer)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray" /> class, optionally specifying a container.</summary>
|
|
<param name="Container">The <see cref="T:System.ComponentModel.IContainer" /> where the control array will be hosted.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.BaseCanExtend(System.Object)">
|
|
<summary>Gets a value that indicates whether a control is a member of a control array.</summary>
|
|
<param name="target">The <see cref="T:System.Windows.Forms.Control" /> to test.</param>
|
|
<returns>
|
|
<see langword="true" /> if the control is a member of the control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.BaseGetIndex(System.Object)">
|
|
<summary>Gets the index of a control in a control array.</summary>
|
|
<param name="ctl">The <see cref="T:System.Windows.Forms.Control" /> for which you want to retrieve the index.</param>
|
|
<returns>A <see langword="Short" /> integer representing the index of the control in the control array.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.BaseGetItem(System.Int16)">
|
|
<summary>Gets the control for a specified index in a control array.</summary>
|
|
<param name="Index">An integer that represents the index of the control in the control array.</param>
|
|
<returns>The <see cref="T:System.Windows.Forms.Control" /> at the specified <paramref name="Index" />.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.BaseResetIndex(System.Object)">
|
|
<summary>Not supported in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray" /> class.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Control" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.BaseSetIndex(System.Object,System.Int16,System.Boolean)">
|
|
<summary>Sets the index for a control in a control array.</summary>
|
|
<param name="ctl">The <see cref="T:System.Windows.Forms.Control" /> for which you want to set the index.</param>
|
|
<param name="Index">A <see langword="Short" /> integer that represents the index for the control.</param>
|
|
<param name="fIsDynamic">Optional. A <see langword="Boolean" /> specifying whether the control was created at design time (<see langword="false" />) or at run time (<see langword="true" />).</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.BaseShouldSerializeIndex(System.Object)">
|
|
<summary>Returns a value that indicates whether a control is a member of a control array.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Control" />.</param>
|
|
<returns>
|
|
<see langword="true" /> if the control is a member of the control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="F:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.components">
|
|
<summary>Stores the container for a control array.</summary>
|
|
</member>
|
|
<member name="F:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.controlAddedAtDesignTime">
|
|
<summary>Stores values to track whether a control in a control array was created at design time or at run time.</summary>
|
|
</member>
|
|
<member name="F:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.controls">
|
|
<summary>Stores values that represent the controls in a control array.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.Count">
|
|
<summary>Returns the number of controls in a control array.</summary>
|
|
<returns>A Short that contains the number of controls.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.Dispose(System.Boolean)">
|
|
<summary>Releases the unmanaged resources that are used by a control in a control array and optionally releases the managed resources.</summary>
|
|
<param name="disposing">
|
|
<see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
|
|
</member>
|
|
<member name="F:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.fIsEndInitCalled">
|
|
<summary>Stores a value indicating whether the initialization code for a control array's container has finished executing.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.GetControlInstanceType">
|
|
<summary>Returns the type of a control in a control array.</summary>
|
|
<returns>This method must be overridden.
|
|
The <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray" /> class is the base class for all control arrays that are used in applications upgraded from Visual Basic 6.0. Because this class is not typically used to create an instance of the class, this <see langword="Protected" /> method is usually not called directly but is instead called by a derived class.
|
|
|
|
Functions and objects in the <see cref="N:Microsoft.VisualBasic.Compatibility.VB6" /> namespace are provided for use by the tools for upgrading from Visual Basic 6.0 to Visual Basic. In most cases, these functions and objects duplicate functionality that you can find in other namespaces in the [!INCLUDE[dnprdnshort](~/includes/dnprdnshort-md.md)]. They are necessary only when the Visual Basic 6.0 code model differs significantly from the [!INCLUDE[dnprdnshort](~/includes/dnprdnshort-md.md)] implementation.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.GetEnumerator">
|
|
<summary>Returns a reference to an enumerator object, which is used to iterate over a control array.</summary>
|
|
<returns>A <see cref="T:System.Collections.IEnumerator" /> object.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.HookUpControlEvents(System.Object)">
|
|
<summary>Adds event handlers for a control in a control array.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Control" />.</param>
|
|
</member>
|
|
<member name="F:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.indices">
|
|
<summary>Stores the indices for a control array.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.LBound">
|
|
<summary>Returns a <see langword="Short" /> that contains the smallest available subscript for a control array.</summary>
|
|
<returns>A <see langword="Short" /> that contains the lower bounds of a control array.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.Load(System.Int16)">
|
|
<summary>Creates a new element in a control array.</summary>
|
|
<param name="Index">A <see langword="Short" /> that represents the index of the new control.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.System#ComponentModel#ISupportInitialize#BeginInit">
|
|
<summary>Begins the initialization of the control.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.System#ComponentModel#ISupportInitialize#EndInit">
|
|
<summary>Ends the initialization of a control.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.UBound">
|
|
<summary>Returns a <see langword="Short" /> that contains the largest available subscript for a control array.</summary>
|
|
<returns>A <see langword="Short" /> that contains the upper bounds of a control array.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.Unload(System.Int16)">
|
|
<summary>Removes a control from a control array.</summary>
|
|
<param name="Index">A <see langword="Short" /> that represents the index of the control to remove.</param>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.BaseOcxArray">
|
|
<summary>Provides a control array of ActiveX controls.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.BaseOcxArray.#ctor">
|
|
<summary>Initializes a new instance of the <see langword="BaseOcxArray" /> class.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.BaseOcxArray.#ctor(System.ComponentModel.IContainer)">
|
|
<summary>Initializes a new instance of the <see langword="BaseOcxArray" /> class, specifying its container.</summary>
|
|
<param name="Container">The <see cref="T:System.ComponentModel.IContainer" /> where the control array will be hosted.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.BaseOcxArray.CausesValidationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.CausesValidation" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.BaseOcxArray.ClientSizeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ClientSize" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.BaseOcxArray.ContextMenuChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenu" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.BaseOcxArray.ContextMenuStripChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenuStrip" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.BaseOcxArray.ControlAdded">
|
|
<summary>Occurs when a new control is added to the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.BaseOcxArray" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.BaseOcxArray.ControlRemoved">
|
|
<summary>Occurs when a control is removed from the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.BaseOcxArray" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.BaseOcxArray.DockChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Dock" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.BaseOcxArray.Enter">
|
|
<summary>Occurs when the control is entered.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.BaseOcxArray.HookUpControlEvents(System.Object)">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.HookUpControlEvents(System.Object)" />.</summary>
|
|
<param name="o">An <see cref="T:System.Object" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.BaseOcxArray.Leave">
|
|
<summary>Occurs when the input focus leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.BaseOcxArray.LocationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Location" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.BaseOcxArray.MarginChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Margin" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.BaseOcxArray.MouseCaptureChanged">
|
|
<summary>Occurs when the control loses or gains mouse capture.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.BaseOcxArray.Move">
|
|
<summary>Occurs when the control is moved.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.BaseOcxArray.PaddingChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Padding" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.BaseOcxArray.ParentChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Parent" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.BaseOcxArray.RegionChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Region" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.BaseOcxArray.Resize">
|
|
<summary>Occurs when the control is resized.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.BaseOcxArray.SizeChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Size" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.BaseOcxArray.SystemColorsChanged">
|
|
<summary>Occurs when the system colors change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.BaseOcxArray.Validated">
|
|
<summary>Occurs when the control is finished validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.BaseOcxArray.Validating">
|
|
<summary>Occurs when the control is validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.BaseOcxArray.VisibleChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Visible" /> property value changes.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray">
|
|
<summary>Provides a control array of <see cref="T:System.Windows.Forms.Button" /> controls.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray" /> class.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.#ctor(System.ComponentModel.IContainer)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray" /> class, specifying its container.</summary>
|
|
<param name="Container">The <see cref="T:System.ComponentModel.IContainer" /> where the control array will be hosted.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.AutoSizeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.ButtonBase.AutoSize" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.BackColorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.ButtonBase.BackColor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.BackgroundImageChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BackgroundImage" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.BackgroundImageLayoutChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BackgroundImageLayout" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.BindingContextChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BindingContext" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.CanExtend(System.Object)">
|
|
<summary>Gets a value that determines whether a control is a member of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray" />.</summary>
|
|
<param name="target">A <see cref="T:System.Windows.Forms.Button" /> control.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="target" /> is a member of the control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.CausesValidationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.CausesValidation" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.ChangeUICues">
|
|
<summary>Occurs when the focus or keyboard user interface (UI) cues change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.Click">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.Button" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray" /> is clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.ClientSizeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ClientSize" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.ContextMenuChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenu" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.ContextMenuStripChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenuStrip" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.ControlAdded">
|
|
<summary>Occurs when a new control is added to the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.ControlRemoved">
|
|
<summary>Occurs when a control is removed from the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.CursorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Cursor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.DockChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Dock" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.DragDrop">
|
|
<summary>Occurs when a drag-and-drop operation is completed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.DragEnter">
|
|
<summary>Occurs when an object is dragged into the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.DragLeave">
|
|
<summary>Occurs when an object is dragged out of the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.DragOver">
|
|
<summary>Occurs when an object is dragged over the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.EnabledChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Enabled" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.Enter">
|
|
<summary>Occurs when the control is entered.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.FontChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Font" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.ForeColorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ForeColor" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.GetControlInstanceType">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.GetControlInstanceType" />.</summary>
|
|
<returns>The type of control in a control array.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.GetIndex(System.Windows.Forms.Button)">
|
|
<summary>Gets the index of a <see cref="T:System.Windows.Forms.Button" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Button" /> in the control array.</param>
|
|
<returns>A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.Button" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.GiveFeedback">
|
|
<summary>Occurs during a drag operation.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.HelpRequested">
|
|
<summary>Occurs when the user requests help for a control.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.HookUpControlEvents(System.Object)">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.HookUpControlEvents(System.Object)" />.</summary>
|
|
<param name="o">An <see cref="T:System.Object" />.</param>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.Item(System.Int16)">
|
|
<summary>Gets a specific element of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray" /> by index. Read-only.</summary>
|
|
<param name="Index">A <see langword="Short" /> that specifies the position of an element of the control array.</param>
|
|
<returns>A <see cref="T:System.Windows.Forms.Button" /> at the specified <paramref name="Index" /> in the control array.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.KeyDown">
|
|
<summary>Occurs when a key is pressed and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.KeyPress">
|
|
<summary>Occurs when a key is pressed and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.KeyUp">
|
|
<summary>Occurs when a key is released and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.Layout">
|
|
<summary>Occurs when a control should reposition its child controls.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.Leave">
|
|
<summary>Occurs when the input focus leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.LocationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Location" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.MarginChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Margin" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.MouseCaptureChanged">
|
|
<summary>Occurs when the control loses or gains mouse capture.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.MouseClick">
|
|
<summary>Occurs when the control is clicked by the mouse.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.MouseDown">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is pressed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.MouseEnter">
|
|
<summary>Occurs when the mouse pointer enters the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.MouseHover">
|
|
<summary>Occurs when the mouse pointer rests on the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.MouseLeave">
|
|
<summary>Occurs when the mouse pointer leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.MouseMove">
|
|
<summary>Occurs when the mouse pointer is moved over the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.MouseUp">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is released.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.Move">
|
|
<summary>Occurs when the control is moved.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.PaddingChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Padding" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.Paint">
|
|
<summary>Occurs when the control is redrawn.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.ParentChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Parent" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.QueryAccessibilityHelp">
|
|
<summary>Occurs when an <see cref="T:System.Windows.Forms.AccessibleObject" /> is providing Help to accessibility applications.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.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="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.RegionChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Region" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.ResetIndex(System.Windows.Forms.Button)">
|
|
<summary>The <see langword="ResetIndex" /> method is not supported in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray" /> class.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Control" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.Resize">
|
|
<summary>Occurs when the control is resized.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.RightToLeftChanged">
|
|
<summary>Occurs when the <see cref="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.RightToLeftChanged" /> property value changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.SetIndex(System.Windows.Forms.Button,System.Int16)">
|
|
<summary>Sets the index of the initial <see cref="T:System.Windows.Forms.Button" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Button" /> in the control array.</param>
|
|
<param name="Index">A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.Button" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.ShouldSerializeIndex(System.Windows.Forms.Button)">
|
|
<summary>Returns a value that indicates whether a <see cref="T:System.Windows.Forms.Button" /> is a member of this <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Button" /> in the control array.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="o" /> is a member of this control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.SizeChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Size" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.StyleChanged">
|
|
<summary>Occurs when the control style changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.SystemColorsChanged">
|
|
<summary>Occurs when the system colors change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.TabIndexChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabIndex" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.TabStopChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabStop" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.TextChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Text" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.Validated">
|
|
<summary>Occurs when the control is finished validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.Validating">
|
|
<summary>Occurs when the control is validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ButtonArray.VisibleChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Visible" /> property value changes.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray">
|
|
<summary>Provides a control array of <see cref="T:System.Windows.Forms.CheckBox" /> controls.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray" /> class.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.#ctor(System.ComponentModel.IContainer)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray" /> class, specifying its container.</summary>
|
|
<param name="Container">The <see cref="T:System.ComponentModel.IContainer" /> where the control array will be hosted.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.AppearanceChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.CheckBox.Appearance" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.AutoSizeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.AutoSize" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.BackColorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BackColor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.BackgroundImageChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BackgroundImage" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.BackgroundImageLayoutChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BackgroundImageLayout" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.BindingContextChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BindingContext" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.CanExtend(System.Object)">
|
|
<summary>Gets a value that determines whether a control is a member of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray" />.</summary>
|
|
<param name="target">A <see cref="T:System.Windows.Forms.CheckBox" /> control.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="target" /> is a member of the control array; otherwise <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.CausesValidationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.CausesValidation" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.ChangeUICues">
|
|
<summary>Occurs when the focus or keyboard user interface (UI) cues change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.CheckedChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.CheckBox.Checked" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.CheckStateChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.CheckBox.CheckState" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.Click">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.CheckBox" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray" /> is clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.ClientSizeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ClientSize" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.ContextMenuChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenu" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.ContextMenuStripChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenuStrip" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.ControlAdded">
|
|
<summary>Occurs when a new control is added to the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.ControlRemoved">
|
|
<summary>Occurs when a control is removed from the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.CursorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Cursor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.DockChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Dock" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.DragDrop">
|
|
<summary>Occurs when a drag-and-drop operation is completed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.DragEnter">
|
|
<summary>Occurs when an object is dragged into the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.DragLeave">
|
|
<summary>Occurs when an object is dragged out of the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.DragOver">
|
|
<summary>Occurs when an object is dragged over the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.EnabledChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Enabled" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.Enter">
|
|
<summary>Occurs when the control is entered.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.FontChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Font" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.ForeColorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ForeColor" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.GetControlInstanceType">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.GetControlInstanceType" />.</summary>
|
|
<returns>The <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray" /> class is the base class for all control arrays that are used in applications upgraded from Visual Basic 6.0. Because this class is not typically used to create an instance of the class, this <see langword="Protected" /> method is usually not called directly but is instead called by a derived class.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.GetIndex(System.Windows.Forms.CheckBox)">
|
|
<summary>Gets the index of a <see cref="T:System.Windows.Forms.CheckBox" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.CheckBox" /> in the control array.</param>
|
|
<returns>A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.CheckBox" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.GiveFeedback">
|
|
<summary>Occurs during a drag operation.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.HelpRequested">
|
|
<summary>Occurs when the user requests help for a control.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.HookUpControlEvents(System.Object)">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.HookUpControlEvents(System.Object)" />.</summary>
|
|
<param name="o">An <see cref="T:System.Object" />.</param>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.Item(System.Int16)">
|
|
<summary>Gets a specific element of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray" /> by index. Read-only.</summary>
|
|
<param name="Index">A <see langword="Short" /> that specifies the position of an element of the control array.</param>
|
|
<returns>A <see cref="T:System.Windows.Forms.CheckBox" /> at the specified <paramref name="Index" /> in the control array.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.KeyDown">
|
|
<summary>Occurs when a key is pressed and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.KeyPress">
|
|
<summary>Occurs when a key is pressed and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.KeyUp">
|
|
<summary>Occurs when a key is released and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.Layout">
|
|
<summary>Occurs when a control should reposition its child controls.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.Leave">
|
|
<summary>Occurs when the input focus leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.LocationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Location" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.MarginChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Margin" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.MouseCaptureChanged">
|
|
<summary>Occurs when the control loses or gains mouse capture.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.MouseClick">
|
|
<summary>Occurs when the control is clicked by the mouse.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.MouseDown">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is pressed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.MouseEnter">
|
|
<summary>Occurs when the mouse pointer enters the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.MouseHover">
|
|
<summary>Occurs when the mouse pointer rests on the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.MouseLeave">
|
|
<summary>Occurs when the mouse pointer leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.MouseMove">
|
|
<summary>Occurs when the mouse pointer is moved over the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.MouseUp">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is released.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.Move">
|
|
<summary>Occurs when the control is moved.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.PaddingChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Padding" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.Paint">
|
|
<summary>Occurs when the control is redrawn.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.ParentChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Parent" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.QueryAccessibilityHelp">
|
|
<summary>Occurs when an <see cref="T:System.Windows.Forms.AccessibleObject" /> is providing Help to accessibility applications.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.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="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.RegionChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Region" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.ResetIndex(System.Windows.Forms.CheckBox)">
|
|
<summary>The <see langword="ResetIndex" /> method is not supported in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray" /> class.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Control" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.Resize">
|
|
<summary>Occurs when the control is resized.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.RightToLeftChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.RightToLeft" /> property value changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.SetIndex(System.Windows.Forms.CheckBox,System.Int16)">
|
|
<summary>Sets the index of the initial <see cref="T:System.Windows.Forms.CheckBox" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.CheckBox" /> in the control array.</param>
|
|
<param name="Index">A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.CheckBox" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.ShouldSerializeIndex(System.Windows.Forms.CheckBox)">
|
|
<summary>Returns a value that indicates whether a <see cref="T:System.Windows.Forms.CheckBox" /> is a member of this <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.CheckBox" /> in the control array.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="o" /> is a member of this control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.SizeChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Size" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.StyleChanged">
|
|
<summary>Occurs when the control style changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.SystemColorsChanged">
|
|
<summary>Occurs when the system colors change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.TabIndexChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabIndex" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.TabStopChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabStop" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.TextChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Text" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.Validated">
|
|
<summary>Occurs when the control is finished validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.Validating">
|
|
<summary>Occurs when the control is validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckBoxArray.VisibleChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Visible" /> property value changes.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray">
|
|
<summary>Provides a control array of <see cref="T:System.Windows.Forms.CheckedListBox" /> controls.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray" /> class.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.#ctor(System.ComponentModel.IContainer)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray" /> class, specifying its container.</summary>
|
|
<param name="Container">The <see cref="T:System.ComponentModel.IContainer" /> where the control array will be hosted.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.BackColorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BackColor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.BindingContextChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BindingContext" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.CanExtend(System.Object)">
|
|
<summary>Gets a value that determines whether a control is a member of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray" />.</summary>
|
|
<param name="target">A <see cref="T:System.Windows.Forms.CheckedListBox" /> control.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="target" /> is a member of the control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.CausesValidationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.CausesValidation" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.ChangeUICues">
|
|
<summary>Occurs when the focus or keyboard user interface (UI) cues change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.Click">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.CheckedListBox" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray" /> is clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.ClientSizeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ClientSize" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.ContextMenuChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenu" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.ContextMenuStripChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenuStrip" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.ControlAdded">
|
|
<summary>Occurs when a new control is added to the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.ControlRemoved">
|
|
<summary>Occurs when a control is removed from the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.CursorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Cursor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.DockChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Dock" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.DoubleClick">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.CheckedListBox" /> control in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray" /> is double-clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.DragDrop">
|
|
<summary>Occurs when a drag-and-drop operation is completed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.DragEnter">
|
|
<summary>Occurs when an object is dragged into the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.DragLeave">
|
|
<summary>Occurs when an object is dragged out of the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.DragOver">
|
|
<summary>Occurs when an object is dragged over the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.EnabledChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Enabled" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.Enter">
|
|
<summary>Occurs when the control is entered.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.FontChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Font" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.ForeColorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ForeColor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.Format">
|
|
<summary>Occurs when the control is bound to a data value.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.FormatStringChanged">
|
|
<summary>Occurs when value of the <see cref="P:System.Windows.Forms.ListControl.FormatString" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.FormattingEnabledChanged">
|
|
<summary>Occurs when value of the <see cref="P:System.Windows.Forms.ListControl.FormattingEnabled" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.GetControlInstanceType">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.GetControlInstanceType" />.</summary>
|
|
<returns>The type of a control in a control array.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.GetIndex(System.Windows.Forms.CheckedListBox)">
|
|
<summary>Gets the index of a <see cref="T:System.Windows.Forms.CheckedListBox" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.CheckedListBox" /> in the control array.</param>
|
|
<returns>A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.CheckedListBox" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.GiveFeedback">
|
|
<summary>Occurs during a drag operation.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.HelpRequested">
|
|
<summary>Occurs when the user requests help for a control.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.HookUpControlEvents(System.Object)">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.HookUpControlEvents(System.Object)" />.</summary>
|
|
<param name="o">An <see cref="T:System.Object" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.ImeModeChanged">
|
|
<summary>Occurs when value of the <see cref="P:System.Windows.Forms.Control.ImeMode" /> property changes.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.Item(System.Int16)">
|
|
<summary>Gets a specific element of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray" /> by index. Read-only.</summary>
|
|
<param name="Index">A <see langword="Short" /> that specifies the position of an element of the control array.</param>
|
|
<returns>A <see cref="T:System.Windows.Forms.CheckedListBox" /> at the specified <paramref name="Index" /> in the control array.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.ItemCheck">
|
|
<summary>Occurs when the checked state of an item changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.KeyDown">
|
|
<summary>Occurs when a key is pressed and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.KeyPress">
|
|
<summary>Occurs when a key is pressed and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.KeyUp">
|
|
<summary>Occurs when a key is released and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.Layout">
|
|
<summary>Occurs when a control should reposition its child controls.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.Leave">
|
|
<summary>Occurs when the input focus leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.LocationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Location" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.MarginChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Margin" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.MouseCaptureChanged">
|
|
<summary>Occurs when the control loses or gains mouse capture.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.MouseClick">
|
|
<summary>Occurs when the control is clicked by the mouse.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.MouseDoubleClick">
|
|
<summary>Occurs when a control is double-clicked by the mouse.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.MouseDown">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is pressed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.MouseEnter">
|
|
<summary>Occurs when the mouse pointer enters the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.MouseHover">
|
|
<summary>Occurs when the mouse pointer rests on the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.MouseLeave">
|
|
<summary>Occurs when the mouse pointer leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.MouseMove">
|
|
<summary>Occurs when the mouse pointer is moved over the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.MouseUp">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is released.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.Move">
|
|
<summary>Occurs when the control is moved.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.PaddingChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Padding" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.ParentChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Parent" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.QueryAccessibilityHelp">
|
|
<summary>Occurs when an <see cref="T:System.Windows.Forms.AccessibleObject" /> is providing Help to accessibility applications.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.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="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.RegionChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Region" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.ResetIndex(System.Windows.Forms.CheckedListBox)">
|
|
<summary>The <see langword="ResetIndex" /> method is not supported in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray" /> class.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Control" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.Resize">
|
|
<summary>Occurs when the control is resized.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.RightToLeftChanged">
|
|
<summary>Occurs when the <see cref="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.RightToLeftChanged" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.SelectedIndexChanged">
|
|
<summary>Occurs when the selected index in a control array changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.SelectedValueChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.ListControl.SelectedValue" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.SetIndex(System.Windows.Forms.CheckedListBox,System.Int16)">
|
|
<summary>Sets the index of the initial <see cref="T:System.Windows.Forms.CheckedListBox" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.CheckedListBox" /> in the control array.</param>
|
|
<param name="Index">A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.CheckedListBox" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.ShouldSerializeIndex(System.Windows.Forms.CheckedListBox)">
|
|
<summary>Returns a value that indicates whether a <see cref="T:System.Windows.Forms.CheckedListBox" /> is a member of this <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.CheckedListBox" /> in the control array.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="o" /> is a member of this control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.SizeChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Size" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.StyleChanged">
|
|
<summary>Occurs when the control style changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.SystemColorsChanged">
|
|
<summary>Occurs when the system colors change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.TabIndexChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabIndex" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.TabStopChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabStop" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.Validated">
|
|
<summary>Occurs when the control is finished validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.Validating">
|
|
<summary>Occurs when the control is validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.CheckedListBoxArray.VisibleChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Visible" /> property value changes.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.ColorDialogArray">
|
|
<summary>Provides a control array of <see cref="T:System.Windows.Forms.ColorDialog" /> controls.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ColorDialogArray.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ColorDialogArray" /> class.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ColorDialogArray.#ctor(System.ComponentModel.IContainer)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ColorDialogArray" /> class, specifying its container.</summary>
|
|
<param name="Container">The <see cref="T:System.ComponentModel.IContainer" /> where the control array will be hosted.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ColorDialogArray.CanExtend(System.Object)">
|
|
<summary>Gets a value that determines whether a control is a member of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ColorDialogArray" />.</summary>
|
|
<param name="target">A <see cref="T:System.Windows.Forms.ColorDialog" /> control.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="target" /> is a member of the control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ColorDialogArray.GetControlInstanceType">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.GetControlInstanceType" />.</summary>
|
|
<returns>The type of a control in a control array.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ColorDialogArray.GetIndex(System.Windows.Forms.ColorDialog)">
|
|
<summary>Gets the index of a <see cref="T:System.Windows.Forms.ColorDialog" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ColorDialogArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.ColorDialog" /> in the control array.</param>
|
|
<returns>A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.ColorDialog" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ColorDialogArray.HelpRequest">
|
|
<summary>Occurs when the user requests help for a control.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ColorDialogArray.HookUpControlEvents(System.Object)">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.HookUpControlEvents(System.Object)" />.</summary>
|
|
<param name="o">An <see cref="T:System.Object" />.</param>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.ColorDialogArray.Item(System.Int16)">
|
|
<summary>Gets a specific element of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ColorDialogArray" /> by index. Read-only.</summary>
|
|
<param name="Index">A <see langword="Short" /> that specifies the position of an element of the control array.</param>
|
|
<returns>A <see cref="T:System.Windows.Forms.ColorDialog" /> at the specified <paramref name="Index" /> in the control array.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ColorDialogArray.ResetIndex(System.Windows.Forms.ColorDialog)">
|
|
<summary>The <see langword="ResetIndex" /> method is not supported in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ColorDialogArray" /> class.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Control" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ColorDialogArray.SetIndex(System.Windows.Forms.ColorDialog,System.Int16)">
|
|
<summary>Sets the index of the initial <see cref="T:System.Windows.Forms.ColorDialog" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ColorDialogArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.ColorDialog" /> in the control array.</param>
|
|
<param name="Index">A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.ColorDialog" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ColorDialogArray.ShouldSerializeIndex(System.Windows.Forms.ColorDialog)">
|
|
<summary>Returns a value that indicates whether a <see cref="T:System.Windows.Forms.ColorDialog" /> is a member of this <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ColorDialogArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.ColorDialog" /> in the control array.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="o" /> is a member of this control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray">
|
|
<summary>Provides a control array of <see cref="T:System.Windows.Forms.ComboBox" /> controls</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray" /> class.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.#ctor(System.ComponentModel.IContainer)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray" /> class, specifying its container.</summary>
|
|
<param name="Container">The <see cref="T:System.ComponentModel.IContainer" /> where the control array will be hosted.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.BackColorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BackColor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.BindingContextChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BindingContext" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.CanExtend(System.Object)">
|
|
<summary>Gets a value that determines whether a control is a member of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray" />.</summary>
|
|
<param name="target">A <see cref="T:System.Windows.Forms.ComboBox" /> control.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="target" /> is a member of the control array; otherwise <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.CausesValidationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.CausesValidation" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.ChangeUICues">
|
|
<summary>Occurs when the focus or keyboard user interface (UI) cues change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.Click">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.ComboBox" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray" /> is clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.ClientSizeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ClientSize" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.ContextMenuChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenu" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.ContextMenuStripChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenuStrip" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.ControlAdded">
|
|
<summary>Occurs when a new control is added to the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.ControlRemoved">
|
|
<summary>Occurs when a control is removed from the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.CursorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Cursor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.DataSourceChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.ComboBox.DataSource" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.DisplayMemberChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.ListControl.DisplayMember" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.DockChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Dock" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.DoubleClick">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.ComboBox" /> control in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray" /> is double-clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.DragDrop">
|
|
<summary>Occurs when a drag-and-drop operation is completed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.DragEnter">
|
|
<summary>Occurs when an object is dragged into the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.DragLeave">
|
|
<summary>Occurs when an object is dragged out of the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.DragOver">
|
|
<summary>Occurs when an object is dragged over the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.DrawItem">
|
|
<summary>Occurs when a visual aspect of an owner-drawn <see cref="T:System.Windows.Forms.ComboBox" /> changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.DropDown">
|
|
<summary>Occurs when the drop-down part of a <see cref="T:System.Windows.Forms.ComboBox" /> is shown.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.DropDownClosed">
|
|
<summary>Occurs when the drop-down part of the <see cref="T:System.Windows.Forms.ComboBox" /> is no longer visible.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.DropDownStyleChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.ComboBox.DropDownStyle" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.EnabledChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Enabled" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.Enter">
|
|
<summary>Occurs when the control is entered.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.FontChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Font" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.ForeColorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ForeColor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.Format">
|
|
<summary>Occurs when the control is bound to a data value.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.FormatStringChanged">
|
|
<summary>Occurs when value of the <see cref="P:System.Windows.Forms.ListControl.FormatString" /> property changes</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.FormattingEnabledChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.ListControl.FormattingEnabled" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.GetControlInstanceType">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.GetControlInstanceType" />.</summary>
|
|
<returns>The type of a control in a control array.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.GetIndex(System.Windows.Forms.ComboBox)">
|
|
<summary>Gets the index of a <see cref="T:System.Windows.Forms.ComboBox" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.ComboBox" /> in the control array.</param>
|
|
<returns>A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.ComboBox" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.GiveFeedback">
|
|
<summary>Occurs during a drag operation.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.HelpRequested">
|
|
<summary>Occurs when the user requests help for a control.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.HookUpControlEvents(System.Object)">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.HookUpControlEvents(System.Object)" />.</summary>
|
|
<param name="o">An <see cref="T:System.Object" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.ImeModeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ImeMode" /> property changes.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.Item(System.Int16)">
|
|
<summary>Gets a specific element of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray" /> by index. Read-only.</summary>
|
|
<param name="Index">A <see langword="Short" /> that specifies the position of an element of the control array.</param>
|
|
<returns>A <see cref="T:System.Windows.Forms.ComboBox" /> at the specified <paramref name="Index" /> in the control array.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.KeyDown">
|
|
<summary>Occurs when a key is pressed and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.KeyPress">
|
|
<summary>Occurs when a key is pressed and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.KeyUp">
|
|
<summary>Occurs when a key is released and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.Layout">
|
|
<summary>Occurs when a control should reposition its child controls.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.Leave">
|
|
<summary>Occurs when the input focus leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.LocationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Location" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.MarginChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Margin" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.MeasureItem">
|
|
<summary>Occurs every time that an owner-drawn <see cref="T:System.Windows.Forms.ComboBox" /> item has to be drawn and when the sizes of the list items are determined.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.MouseCaptureChanged">
|
|
<summary>Occurs when the control loses or gains mouse capture.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.MouseClick">
|
|
<summary>Occurs when the control is clicked by the mouse.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.MouseDoubleClick">
|
|
<summary>Occurs when the control is double-clicked by the mouse.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.MouseDown">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is pressed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.MouseEnter">
|
|
<summary>Occurs when the mouse pointer enters the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.MouseHover">
|
|
<summary>Occurs when the mouse pointer rests on the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.MouseLeave">
|
|
<summary>Occurs when the mouse pointer leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.MouseMove">
|
|
<summary>Occurs when the mouse pointer is moved over the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.MouseUp">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is released.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.Move">
|
|
<summary>Occurs when the control is moved.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.PaddingChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Padding" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.ParentChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Parent" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.QueryAccessibilityHelp">
|
|
<summary>Occurs when an <see cref="T:System.Windows.Forms.AccessibleObject" /> is providing Help to accessibility applications.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.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="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.RegionChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Region" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.ResetIndex(System.Windows.Forms.ComboBox)">
|
|
<summary>Not supported in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray" /> class.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Control" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.Resize">
|
|
<summary>Occurs when the control is resized.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.RightToLeftChanged">
|
|
<summary>Occurs when the <see cref="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.RightToLeftChanged" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.SelectedIndexChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.ComboBox.SelectedIndex" /> property has changed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.SelectedValueChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.ListControl.SelectedValue" /> property has changed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.SelectionChangeCommitted">
|
|
<summary>Occurs when the selected item has changed and that change is displayed in the <see cref="T:System.Windows.Forms.ComboBox" />.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.SetIndex(System.Windows.Forms.ComboBox,System.Int16)">
|
|
<summary>Sets the index of the initial <see cref="T:System.Windows.Forms.ComboBox" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.ComboBox" /> in the control array.</param>
|
|
<param name="Index">A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.ComboBox" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.ShouldSerializeIndex(System.Windows.Forms.ComboBox)">
|
|
<summary>Returns a value that indicates whether a <see cref="T:System.Windows.Forms.ComboBox" /> is a member of this <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.ComboBox" /> in the control array.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="o" /> is a member of this control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.SizeChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Size" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.StyleChanged">
|
|
<summary>Occurs when the control style changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.SystemColorsChanged">
|
|
<summary>Occurs when the system colors change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.TabIndexChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabIndex" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.TabStopChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabStop" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.TextChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Text" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.TextUpdate">
|
|
<summary>Occurs when the control has formatted the text, but before the text is displayed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.Validated">
|
|
<summary>Occurs when the control is finished validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.Validating">
|
|
<summary>Occurs when the control is validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.ValueMemberChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.ListControl.ValueMember" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray.VisibleChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Visible" /> property value changes.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.DirListBox">
|
|
<summary>Displays directories and paths at run time.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.DirListBox.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DirListBox" /> class.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBox.Change">
|
|
<summary>Occurs when the contents of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DirListBox" /> control has changed.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.DirListBox.ColumnWidth">
|
|
<summary>Gets or sets the width of columns in a multicolumn <see cref="T:System.Windows.Forms.ListBox" />.</summary>
|
|
<returns>The width, in pixels, of each column in the control. The default is 0.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.DirListBox.DataSource">
|
|
<summary>Gets or sets the data source for a <see cref="T:System.Windows.Forms.ListControl" />.</summary>
|
|
<returns>An object that implements the <see cref="T:System.Collections.IList" /> or <see cref="T:System.ComponentModel.IListSource" /> interfaces, such as a <see cref="T:System.Data.DataSet" /> or a <see cref="T:System.Array" />. The default is <see langword="null" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.DirListBox.DirList(System.Int32)">
|
|
<summary>Gets the items that are contained in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DirListBox" /> control's list portion.</summary>
|
|
<param name="Index">The number of a specific item in the list.</param>
|
|
<returns>A <see langword="String" /> that contains the directory and path for the specified item.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.DirListBox.DirListCount">
|
|
<summary>Gets the number of items in the list section of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DirListBox" /> control.</summary>
|
|
<returns>An <see langword="Integer" /> that represents the number of items in the list.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.DirListBox.DirListIndex">
|
|
<summary>Gets or sets the index of the currently selected item in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DirListBox" /> control.</summary>
|
|
<returns>An <see langword="Integer" /> that represents the index of the currently selected item.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.DirListBox.Dispose(System.Boolean)">
|
|
<summary>Releases the unmanaged resources that are used by a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DirListBox" /> control and optionally releases the managed resources.</summary>
|
|
<param name="Disposing">
|
|
<see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.DirListBox.DrawMode">
|
|
<summary>Gets or sets the drawing mode for a <see cref="T:System.Windows.Forms.ListBox" />.</summary>
|
|
<returns>One of the <see cref="P:System.Windows.Forms.ListBox.DrawMode" /> values that represent the mode for drawing the items of the control. The default is <see cref="F:System.Windows.Forms.DrawMode.Normal" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.DirListBox.ItemHeight">
|
|
<summary>Gets the height of an item in the <see cref="T:System.Windows.Forms.ListBox" />.</summary>
|
|
<returns>The height, in pixels, of an item in the control.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.DirListBox.Items">
|
|
<summary>Gets the items that are contained in a <see cref="T:System.Windows.Forms.ListBox" />.</summary>
|
|
<returns>A <see cref="T:System.Windows.Forms.ListBox.ObjectCollection" /> that represents the items in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DirListBox" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.DirListBox.MultiColumn">
|
|
<summary>Gets or sets a value that indicates whether a <see cref="T:System.Windows.Forms.ListBox" /> supports multiple columns.</summary>
|
|
<returns>
|
|
<see langword="true" /> if the <see cref="T:System.Windows.Forms.ListBox" /> supports multiple columns; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.DirListBox.OnBackColorChanged(System.EventArgs)">
|
|
<summary>Raises the <see cref="E:System.Windows.Forms.Control.BackColorChanged" /> event.</summary>
|
|
<param name="e">A <see cref="T:System.EventArgs" /> that contains the event data.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.DirListBox.OnChange(System.EventArgs)">
|
|
<summary>Raises the <see cref="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBox.Change" /> event.</summary>
|
|
<param name="e">A <see cref="T:System.EventArgs" /> that contains the event data.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.DirListBox.OnDoubleClick(System.EventArgs)">
|
|
<summary>Raises the <see cref="E:System.Windows.Forms.Control.DoubleClick" /> event.</summary>
|
|
<param name="e">A <see cref="T:System.EventArgs" /> that contains the event data.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.DirListBox.OnDrawItem(System.Windows.Forms.DrawItemEventArgs)">
|
|
<summary>Raise the <see cref="E:System.Windows.Forms.ListBox.DrawItem" /> event.</summary>
|
|
<param name="e">A <see cref="T:System.EventArgs" /> that contains the event data.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.DirListBox.OnFontChanged(System.EventArgs)">
|
|
<summary>Raises the <see cref="E:System.Windows.Forms.Control.FontChanged" /> event.</summary>
|
|
<param name="e">A <see cref="T:System.EventArgs" /> that contains the event data.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.DirListBox.OnHandleCreated(System.EventArgs)">
|
|
<summary>Raises the <see cref="E:System.Windows.Forms.Control.HandleCreated" /> event.</summary>
|
|
<param name="e">A <see cref="T:System.EventArgs" /> that contains the event data.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.DirListBox.OnSelectedIndexChanged(System.EventArgs)">
|
|
<summary>Raises the <see cref="E:System.Windows.Forms.ListBox.SelectedIndexChanged" /> event.</summary>
|
|
<param name="e">A <see cref="T:System.EventArgs" /> that contains the event data.</param>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.DirListBox.Path">
|
|
<summary>Gets or sets the current path in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DirListBox" /> control.</summary>
|
|
<returns>A <see langword="String" /> that represents the path of the currently selected directory. The default is the current path when the control is created at run time.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.DirListBox.Refresh">
|
|
<summary>Forces the control to invalidate its client area and immediately redraw itself.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.DirListBox.SelectionMode">
|
|
<summary>Gets or sets the method in which items are selected in a <see cref="T:System.Windows.Forms.ListBox" />.</summary>
|
|
<returns>One of the <see cref="P:System.Windows.Forms.ListBox.SelectionMode" /> values. The default is <see cref="F:System.Windows.Forms.SelectionMode.One" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.DirListBox.Sorted">
|
|
<summary>Gets a value that indicates whether the items in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DirListBox" /> are sorted alphabetically.</summary>
|
|
<returns>
|
|
<see langword="true" /> if items in the control are sorted; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.DirListBox.ValueMember">
|
|
<summary>Gets or sets the property to use as the actual value for the items in a <see cref="T:System.Windows.Forms.ListControl" />.</summary>
|
|
<returns>A <see langword="String" /> that represents the name of an object property that is contained in the collection specified by the <see cref="P:Microsoft.VisualBasic.Compatibility.VB6.DirListBox.DataSource" /> property. The default is an empty string ("").</returns>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray">
|
|
<summary>Provides a control array of <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DirListBox" /> controls.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray" /> class.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.#ctor(System.ComponentModel.IContainer)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray" /> class, specifying its container.</summary>
|
|
<param name="Container">The <see cref="T:System.ComponentModel.IContainer" /> where the control array will be hosted.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.BackColorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BackColor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.BindingContextChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BindingContext" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.CanExtend(System.Object)">
|
|
<summary>Gets a value that determines whether a control is a member of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray" />.</summary>
|
|
<param name="target">A <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DirListBox" /> control.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="target" /> is a member of the control array; otherwise <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.CausesValidationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.CausesValidation" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.Change">
|
|
<summary>Occurs when the contents of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DirListBox" /> control has changed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.ChangeUICues">
|
|
<summary>Occurs when the focus or keyboard user interface (UI) cues change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.ContextMenuChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenu" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.CursorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Cursor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.DataSourceChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.ListControl.DataSource" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.DisplayMemberChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.ListControl.DisplayMember" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.DockChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Dock" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.DoubleClick">
|
|
<summary>Occurs when a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DirListBox" /> control in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray" /> is double-clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.DragDrop">
|
|
<summary>Occurs when a drag-and-drop operation is completed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.DragEnter">
|
|
<summary>Occurs when an object is dragged into the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.DragLeave">
|
|
<summary>Occurs when an object is dragged out of the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.DragOver">
|
|
<summary>Occurs when an object is dragged over the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.DrawItem">
|
|
<summary>Occurs when a visual aspect of an owner-drawn <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DirListBox" /> changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.EnabledChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Enabled" /> property changes</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.Enter">
|
|
<summary>Occurs when the control is entered.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.FontChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Font" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.ForeColorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ForeColor" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.GetControlInstanceType">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.GetControlInstanceType" />.</summary>
|
|
<returns>The type of a control in a control array.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.GetIndex(Microsoft.VisualBasic.Compatibility.VB6.DirListBox)">
|
|
<summary>Gets the index of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DirListBox" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray" />.</summary>
|
|
<param name="o">A <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DirListBox" /> in the control array.</param>
|
|
<returns>A <see langword="Short" /> that represents the index of the specified <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DirListBox" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.GiveFeedback">
|
|
<summary>Occurs during a drag operation.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.HelpRequested">
|
|
<summary>Occurs when the user requests help for a control.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.HookUpControlEvents(System.Object)">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.HookUpControlEvents(System.Object)" />.</summary>
|
|
<param name="o">An <see cref="T:System.Object" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.ImeModeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ImeMode" /> property changes.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.Item(System.Int16)">
|
|
<summary>Gets a specific element of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray" /> by index. Read-only.</summary>
|
|
<param name="Index">A <see langword="Short" /> that specifies the position of an element of the control array.</param>
|
|
<returns>A <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DirListBox" /> at the specified <paramref name="Index" /> in the control array.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.KeyDown">
|
|
<summary>Occurs when a key is pressed and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.KeyPress">
|
|
<summary>Occurs when a key is pressed and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.KeyUp">
|
|
<summary>Occurs when a key is released and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.Layout">
|
|
<summary>Occurs when a control should reposition its child controls.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.Leave">
|
|
<summary>Occurs when the input focus leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.LocationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Location" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.MeasureItem">
|
|
<summary>Occurs each time an owner-drawn <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DirListBox" /> item needs to be drawn and when the sizes of the list items are determined.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.MouseDown">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is pressed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.MouseEnter">
|
|
<summary>Occurs when the mouse pointer enters the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.MouseHover">
|
|
<summary>Occurs when the mouse pointer rests on the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.MouseLeave">
|
|
<summary>Occurs when the mouse pointer leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.MouseMove">
|
|
<summary>Occurs when the mouse pointer is moved over the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.MouseUp">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is released.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.Move">
|
|
<summary>Occurs when the control is moved.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.ParentChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Parent" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.QueryAccessibilityHelp">
|
|
<summary>Occurs when an <see cref="T:System.Windows.Forms.AccessibleObject" /> is providing Help to accessibility applications.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.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="M:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.ResetIndex(Microsoft.VisualBasic.Compatibility.VB6.DirListBox)">
|
|
<summary>The <see langword="ResetIndex" /> method is not supported in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray" /> class.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Control" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.Resize">
|
|
<summary>Occurs when the control is resized.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.RightToLeftChanged">
|
|
<summary>Occurs when the <see cref="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.RightToLeftChanged" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.SelectedIndexChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.ListControl.SelectedIndex" /> property has changed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.SelectedValueChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.ListControl.SelectedValue" /> property has changed.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.SetIndex(Microsoft.VisualBasic.Compatibility.VB6.DirListBox,System.Int16)">
|
|
<summary>Sets the index of the initial <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DirListBox" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray" />.</summary>
|
|
<param name="o">A <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DirListBox" /> in the control array.</param>
|
|
<param name="Index">A <see langword="Short" /> that represents the index of the specified <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DirListBox" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.ShouldSerializeIndex(Microsoft.VisualBasic.Compatibility.VB6.DirListBox)">
|
|
<summary>Returns a value that indicates whether a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DirListBox" /> is a member of this <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray" />.</summary>
|
|
<param name="o">A <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DirListBox" /> in the control array.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="o" /> is a member of this control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.SizeChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Size" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.StyleChanged">
|
|
<summary>Occurs when the control style changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.SystemColorsChanged">
|
|
<summary>Occurs when the system colors change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.TabIndexChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabIndex" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.TabStopChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabStop" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.Validated">
|
|
<summary>Occurs when the control is finished validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.Validating">
|
|
<summary>Occurs when the control is validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.ValueMemberChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.ListControl.ValueMember" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DirListBoxArray.VisibleChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Visible" /> property value changes.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox">
|
|
<summary>Enables a user to select a valid disk drive at run time.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox" /> class.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox.DataSource">
|
|
<summary>Gets or sets the data source for a <see cref="T:System.Windows.Forms.ComboBox" />.</summary>
|
|
<returns>An object that implements the <see cref="T:System.Collections.IList" /> or <see cref="T:System.ComponentModel.IListSource" /> interfaces, such as a <see cref="T:System.Data.DataSet" /> or a <see cref="T:System.Array" />. The default is <see langword="null" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox.DisplayMember">
|
|
<summary>Gets or sets the property to display for this <see cref="T:System.Windows.Forms.ListControl" />.</summary>
|
|
<returns>A <see langword="String" /> that represents the name of an object property and is contained in the collection specified by the <see cref="P:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox.DataSource" /> property. The default is an empty string ("").</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox.Dispose(System.Boolean)">
|
|
<summary>Releases the unmanaged resources that are used by a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox" /> control and optionally releases the managed resources.</summary>
|
|
<param name="disposing">
|
|
<see langword="true" /> to release both managed and unmanaged resources; <see langword="false" /> to release only unmanaged resources.</param>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox.DrawMode">
|
|
<summary>Gets or sets the drawing mode for a <see cref="T:System.Windows.Forms.ComboBox" />.</summary>
|
|
<returns>One of the <see cref="P:System.Windows.Forms.ComboBox.DrawMode" /> values that represent the mode for drawing the items of the control. The default is <see cref="F:System.Windows.Forms.DrawMode.Normal" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox.Drive">
|
|
<summary>Gets or sets the selected drive at run time.</summary>
|
|
<returns>A <see langword="String" /> expression that specifies the selected drive.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox.DropDownStyle">
|
|
<summary>Gets or sets a value that specifies the style of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox" /> combo box.</summary>
|
|
<returns>One of the <see cref="T:System.Windows.Forms.ComboBoxStyle" /> values. The default is <see cref="F:System.Windows.Forms.ComboBoxStyle.DropDown" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox.ItemHeight">
|
|
<summary>Gets the height of an item in the <see cref="T:System.Windows.Forms.ComboBox" />.</summary>
|
|
<returns>The height, in pixels, of an item in the control.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox.Items">
|
|
<summary>Gets the items that are contained in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox" />.</summary>
|
|
<returns>A <see cref="T:System.Windows.Forms.ListBox.ObjectCollection" /> that represents the items in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DirListBox" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox.Items(System.Int32)">
|
|
<summary>Gets the item for a specified index in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox" />.</summary>
|
|
<param name="Index">The number of a specific item in the list.</param>
|
|
<returns>A <see langword="String" /> that contains the name of the drive at the specified <paramref name="Index" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox.MaxLength">
|
|
<summary>Gets or sets a value that specifies the maximum length of text displayed in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox" />.</summary>
|
|
<returns>An <see langword="Integer" /> that specifies the maximum length for the <see cref="P:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox.Drive" /> property.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox.OnBackColorChanged(System.EventArgs)">
|
|
<summary>Raises the <see cref="E:System.Windows.Forms.Control.BackColorChanged" /> event.</summary>
|
|
<param name="e">A <see cref="T:System.EventArgs" /> that contains the event data.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox.OnDrawItem(System.Windows.Forms.DrawItemEventArgs)">
|
|
<summary>Raise the <see cref="E:System.Windows.Forms.ListBox.DrawItem" /> event.</summary>
|
|
<param name="e">A <see cref="T:System.EventArgs" /> that contains the event data.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox.OnFontChanged(System.EventArgs)">
|
|
<summary>Raises the <see cref="E:System.Windows.Forms.Control.FontChanged" /> event.</summary>
|
|
<param name="e">A <see cref="T:System.EventArgs" /> that contains the event data.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox.OnHandleCreated(System.EventArgs)">
|
|
<summary>Raises the <see cref="E:System.Windows.Forms.Control.HandleCreated" /> event.</summary>
|
|
<param name="e">A <see cref="T:System.EventArgs" /> that contains the event data.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox.OnSelectedIndexChanged(System.EventArgs)">
|
|
<summary>Raises the <see cref="E:System.Windows.Forms.ListBox.SelectedIndexChanged" /> event.</summary>
|
|
<param name="e">A <see cref="T:System.EventArgs" /> that contains the event data.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox.Refresh">
|
|
<summary>Forces the control to invalidate its client area and immediately redraw itself.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox.Sorted">
|
|
<summary>Gets a value indicating whether the items in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox" /> is sorted alphabetically.</summary>
|
|
<returns>
|
|
<see langword="true" /> if items in the control are sorted; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox.Text">
|
|
<summary>Gets the text displayed in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox" />.</summary>
|
|
<returns>A <see langword="String" /> that contains the text that is displayed.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox.ValueMember">
|
|
<summary>Gets or sets the property to use as the actual value for the items in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox" />.</summary>
|
|
<returns>A <see langword="String" /> that represents the name of an object property and is contained in the collection specified by the <see cref="P:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox.DataSource" /> property. The default is an empty string ("").</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox.WndProc(System.Windows.Forms.Message@)">
|
|
<summary>Processes Windows messages.</summary>
|
|
<param name="m">The Windows Message to process.</param>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray">
|
|
<summary>Provides a control array of <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox" /> controls.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray" /> class.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.#ctor(System.ComponentModel.IContainer)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray" /> class, specifying its container.</summary>
|
|
<param name="Container">The <see cref="T:System.ComponentModel.IContainer" /> where the control array will be hosted.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.BackColorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BackColor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.BindingContextChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BindingContext" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.CanExtend(System.Object)">
|
|
<summary>Gets a value that determines whether a control is a member of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray" />.</summary>
|
|
<param name="target">A <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox" /> control.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="target" /> is a member of the control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.CausesValidationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.CausesValidation" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.ChangeUICues">
|
|
<summary>Occurs when the focus or keyboard user interface (UI) cues change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.Click">
|
|
<summary>Occurs when a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray" /> is clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.ContextMenuChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenu" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.CursorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Cursor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.DataSourceChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.ListControl.DataSource" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.DisplayMemberChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.ListControl.DisplayMember" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.DockChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Dock" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.DoubleClick">
|
|
<summary>Occurs when a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox" /> control in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray" /> is double-clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.DragDrop">
|
|
<summary>Occurs when a drag-and-drop operation is completed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.DragEnter">
|
|
<summary>Occurs when an object is dragged into the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.DragLeave">
|
|
<summary>Occurs when an object is dragged out of the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.DragOver">
|
|
<summary>Occurs when an object is dragged over the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.DrawItem">
|
|
<summary>Occurs when a visual aspect of an owner-drawn <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox" /> changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.DropDown">
|
|
<summary>Occurs when the drop-down portion of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox" /> is shown.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.DropDownStyleChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.ComboBox.DropDownStyle" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.EnabledChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Enabled" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.Enter">
|
|
<summary>Occurs when the control is entered.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.FontChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Font" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.ForeColorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ForeColor" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.GetControlInstanceType">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.GetControlInstanceType" />.</summary>
|
|
<returns>The type of a control in a control array.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.GetIndex(Microsoft.VisualBasic.Compatibility.VB6.DriveListBox)">
|
|
<summary>Gets the index of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray" />.</summary>
|
|
<param name="o">A <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox" /> in the control array.</param>
|
|
<returns>A <see langword="Short" /> that represents the index of the specified <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.GiveFeedback">
|
|
<summary>Occurs during a drag operation.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.HelpRequested">
|
|
<summary>Occurs when the user requests help for a control.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.HookUpControlEvents(System.Object)">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.HookUpControlEvents(System.Object)" />.</summary>
|
|
<param name="o">An <see cref="T:System.Object" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.ImeModeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ImeMode" /> property changes.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.Item(System.Int16)">
|
|
<summary>Gets a specific element of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray" /> by index. Read-only.</summary>
|
|
<param name="Index">A <see langword="Short" /> that specifies the position of an element of the control array.</param>
|
|
<returns>A <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox" /> at the specified <paramref name="Index" /> in the control array.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.KeyDown">
|
|
<summary>Occurs when a key is pressed and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.KeyPress">
|
|
<summary>Occurs when a key is pressed and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.KeyUp">
|
|
<summary>Occurs when a key is released and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.Layout">
|
|
<summary>Occurs when a control should reposition its child controls.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.Leave">
|
|
<summary>Occurs when the input focus leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.LocationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Location" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.MeasureItem">
|
|
<summary>Occurs each time an owner-drawn <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox" /> item needs to be drawn and when the sizes of the list items are determined.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.MouseDown">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is pressed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.MouseEnter">
|
|
<summary>Occurs when the mouse pointer enters the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.MouseHover">
|
|
<summary>Occurs when the mouse pointer rests on the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.MouseLeave">
|
|
<summary>Occurs when the mouse pointer leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.MouseMove">
|
|
<summary>Occurs when the mouse pointer is moved over the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.MouseUp">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is released.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.Move">
|
|
<summary>Occurs when the control is moved.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.ParentChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Parent" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.QueryAccessibilityHelp">
|
|
<summary>Occurs when an <see cref="T:System.Windows.Forms.AccessibleObject" /> is providing Help to accessibility applications.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.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="M:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.ResetIndex(Microsoft.VisualBasic.Compatibility.VB6.DriveListBox)">
|
|
<summary>The <see langword="ResetIndex" /> method is not supported in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray" /> class.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Control" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.Resize">
|
|
<summary>Occurs when the control is resized.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.RightToLeftChanged">
|
|
<summary>Occurs when the <see cref="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.RightToLeftChanged" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.SelectedIndexChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.ListControl.SelectedIndex" /> property has changed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.SelectedValueChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.ListControl.SelectedValue" /> property has changed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.SelectionChangeCommitted">
|
|
<summary>Occurs when the selected item has changed and that change is displayed in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox" />.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.SetIndex(Microsoft.VisualBasic.Compatibility.VB6.DriveListBox,System.Int16)">
|
|
<summary>Sets the index of the initial <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray" />.</summary>
|
|
<param name="o">A <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox" /> in the control array.</param>
|
|
<param name="Index">A <see langword="Short" /> that represents the index of the specified <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.ShouldSerializeIndex(Microsoft.VisualBasic.Compatibility.VB6.DriveListBox)">
|
|
<summary>Returns a value that indicates whether a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox" /> is a member of this <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray" />.</summary>
|
|
<param name="o">A <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DriveListBox" /> in the control array.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="o" /> is a member of this control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.SizeChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Size" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.StyleChanged">
|
|
<summary>Occurs when the control style changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.SystemColorsChanged">
|
|
<summary>Occurs when the system colors change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.TabIndexChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabIndex" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.TabStopChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabStop" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.TextChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Text" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.Validated">
|
|
<summary>Occurs when the control is finished validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.Validating">
|
|
<summary>Occurs when the control is validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.ValueMemberChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.ListControl.ValueMember" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.DriveListBoxArray.VisibleChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Visible" /> property value changes.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBox">
|
|
<summary>Locates and lists files in the directory specified by the <see cref="P:Microsoft.VisualBasic.Compatibility.VB6.FileListBox.Path" /> property at run time.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.FileListBox.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBox" /> class.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.FileListBox.Archive">
|
|
<summary>Gets or sets a value that determines whether a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBox" /> control displays files that have <see langword="Archive" /> attributes.</summary>
|
|
<returns>
|
|
<see langword="true" /> if files that have the <see langword="Archive" /> attribute will be displayed; otherwise <see langword="false" />. The default is <see langword="true" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.FileListBox.DataSource">
|
|
<summary>Gets or sets the data source for a <see cref="T:System.Windows.Forms.ListControl" />.</summary>
|
|
<returns>An object that implements the <see cref="T:System.Collections.IList" /> or <see cref="T:System.ComponentModel.IListSource" /> interfaces, such as a <see cref="T:System.Data.DataSet" /> or a <see cref="T:System.Array" />. The default is <see langword="null" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.FileListBox.DisplayMember">
|
|
<summary>Gets or sets the property to display for this <see cref="T:System.Windows.Forms.ListControl" />.</summary>
|
|
<returns>A <see langword="String" /> that represents the name of an object property that is contained in the collection specified by the <see cref="P:Microsoft.VisualBasic.Compatibility.VB6.FileListBox.DataSource" /> property. The default is an empty string ("").</returns>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.FileListBox.FileName">
|
|
<summary>Gets or sets the file name of the selected file in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBox" />.</summary>
|
|
<returns>A <see langword="String" /> that contains the file name of the selected file.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.FileListBox.Hidden">
|
|
<summary>Gets or sets a value that determines whether a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBox" /> control displays files that have <see langword="Hidden" /> attributes.</summary>
|
|
<returns>
|
|
<see langword="true" /> if files that have the <see langword="Hidden" /> attribute will be displayed; otherwise <see langword="false" />. The default is <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.FileListBox.ItemHeight">
|
|
<summary>Gets the height of an item in the <see cref="T:System.Windows.Forms.ListBox" />.</summary>
|
|
<returns>This property is not required for the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBox" /> control; the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBox" /> does not support items of variable height. It is provided only because the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBox" /> control inherits from <see cref="T:System.Windows.Forms.ListBox" />.
|
|
NOTE Functions and objects in the <see cref="N:Microsoft.VisualBasic.Compatibility.VB6" /> namespace are provided for use by the tools for upgrading from Visual Basic 6.0 to Visual Basic 2008. In most cases, these functions and objects duplicate functionality that you can find in other namespaces in the .NET Framework. They are necessary only when the Visual Basic 6.0 code model differs significantly from the .NET Framework implementation.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.FileListBox.Items">
|
|
<summary>Gets the items that are contained in a <see cref="T:System.Windows.Forms.ListBox" />.</summary>
|
|
<returns>A <see cref="T:System.Windows.Forms.ListBox.ObjectCollection" /> representing the items in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DirListBox" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.FileListBox.Items(System.Int32)">
|
|
<summary>Gets the items that are contained in a <see cref="T:System.Windows.Forms.ListBox" />.</summary>
|
|
<param name="Index">An <see langword="Integer" /> representing the index of the item.</param>
|
|
<returns>A <see cref="T:System.Windows.Forms.ListBox.ObjectCollection" /> that represents the items in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.DirListBox" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.FileListBox.Normal">
|
|
<summary>Gets or sets a value that determines whether a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBox" /> control displays files that have <see langword="Normal" /> attributes.</summary>
|
|
<returns>
|
|
<see langword="true" /> if files that have the <see langword="Normal" /> attribute will be displayed; otherwise <see langword="false" />. The default is <see langword="true" />.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.FileListBox.OnDoubleClick(System.EventArgs)">
|
|
<summary>Raises the <see cref="E:System.Windows.Forms.Control.DoubleClick" /> event.</summary>
|
|
<param name="e">A <see cref="T:System.EventArgs" /> that contains the event data.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.FileListBox.OnPathChange(System.EventArgs)">
|
|
<summary>Raises the <see cref="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBox.PathChange" /> event.</summary>
|
|
<param name="e">A <see cref="T:System.EventArgs" /> that contains the event data.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.FileListBox.OnPatternChange(System.EventArgs)">
|
|
<summary>Raises the <see cref="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBox.PatternChange" /> event.</summary>
|
|
<param name="e">A <see cref="T:System.EventArgs" /> that contains the event data.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.FileListBox.OnSelectedIndexChanged(System.EventArgs)">
|
|
<summary>Raises the <see cref="E:System.Windows.Forms.ListBox.SelectedIndexChanged" /> event.</summary>
|
|
<param name="e">A <see cref="T:System.EventArgs" /> that contains the event data.</param>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.FileListBox.Path">
|
|
<summary>Gets or sets the current path for a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBox" />.</summary>
|
|
<returns>A <see langword="String" /> that contains the current path, not including the file name.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBox.PathChange">
|
|
<summary>Occurs when the path is changed by setting the <see cref="P:Microsoft.VisualBasic.Compatibility.VB6.FileListBox.FileName" /> or <see cref="P:Microsoft.VisualBasic.Compatibility.VB6.FileListBox.Path" /> property in code.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.FileListBox.Pattern">
|
|
<summary>Gets or sets a value indicating the file names displayed in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBox" /> control at run time.</summary>
|
|
<returns>A string expression indicating a file specification, such as "*.*" or "*.FRM". The default is "*.*", which returns a list of all files.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBox.PatternChange">
|
|
<summary>Occurs when the file listing pattern, such as "*.*", is changed by setting the <see cref="P:Microsoft.VisualBasic.Compatibility.VB6.FileListBox.FileName" /> or <see cref="P:Microsoft.VisualBasic.Compatibility.VB6.FileListBox.Pattern" /> property in code.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.FileListBox.ReadOnly">
|
|
<summary>Gets or sets a value that determines whether a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBox" /> control contains files that have read-only attributes.</summary>
|
|
<returns>
|
|
<see langword="true" /> if files that have the <see langword="ReadOnly" /> attribute will be displayed; otherwise <see langword="false" />. The default is <see langword="true" />.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.FileListBox.Refresh">
|
|
<summary>Forces the control to invalidate its client area and immediately redraw itself.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.FileListBox.Sorted">
|
|
<summary>Gets a value indicating whether the items in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBox" /> are sorted alphabetically.</summary>
|
|
<returns>
|
|
<see langword="true" /> if items in the control are sorted; otherwise, <see langword="false" />. The default is <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.FileListBox.System">
|
|
<summary>Gets or sets a value that determines whether a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBox" /> control displays files that have <see langword="System" /> attributes.</summary>
|
|
<returns>
|
|
<see langword="true" /> if files that have the <see langword="System" /> attribute will be displayed; otherwise <see langword="false" />. The default is <see langword="true" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.FileListBox.ValueMember">
|
|
<summary>Gets or sets the property to use as the actual value for the items in a <see cref="T:System.Windows.Forms.ListControl" />.</summary>
|
|
<returns>A <see langword="String" /> representing the name of an object property that is contained in the collection specified by the <see cref="P:Microsoft.VisualBasic.Compatibility.VB6.FileListBox.DataSource" /> property. The default is an empty string ("").</returns>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray">
|
|
<summary>Provides a control array of <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBox" /> controls.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray" /> class.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.#ctor(System.ComponentModel.IContainer)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray" /> class, specifying its container.</summary>
|
|
<param name="Container">The <see cref="T:System.ComponentModel.IContainer" /> where the control array will be hosted.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.BackColorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BackColor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.BindingContextChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BindingContext" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.CanExtend(System.Object)">
|
|
<summary>Gets a value that determines whether a control is a member of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray" />.</summary>
|
|
<param name="target">A <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBox" /> control.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="target" /> is a member of the control array; otherwise <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.CausesValidationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.CausesValidation" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.ChangeUICues">
|
|
<summary>Occurs when the focus or keyboard user interface (UI) cues change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.ContextMenuChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenu" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.CursorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Cursor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.DataSourceChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.ListControl.DataSource" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.DisplayMemberChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.ListControl.DisplayMember" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.DockChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Dock" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.DoubleClick">
|
|
<summary>Occurs when a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBox" /> control in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray" /> is double-clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.DragDrop">
|
|
<summary>Occurs when a drag-and-drop operation is completed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.DragEnter">
|
|
<summary>Occurs when an object is dragged into the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.DragLeave">
|
|
<summary>Occurs when an object is dragged out of the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.DragOver">
|
|
<summary>Occurs when an object is dragged over the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.DrawItem">
|
|
<summary>Occurs when a visual aspect of an owner-drawn <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBox" /> changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.EnabledChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Enabled" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.Enter">
|
|
<summary>Occurs when the control is entered.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.FontChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Font" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.ForeColorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ForeColor" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.GetControlInstanceType">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.GetControlInstanceType" />.</summary>
|
|
<returns>The type of a control in a control array.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.GetIndex(Microsoft.VisualBasic.Compatibility.VB6.FileListBox)">
|
|
<summary>Gets the index of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBox" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray" />.</summary>
|
|
<param name="o">A <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBox" /> in the control array.</param>
|
|
<returns>A <see langword="Short" /> that represents the index of the specified <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBox" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.GiveFeedback">
|
|
<summary>Occurs during a drag operation.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.HelpRequested">
|
|
<summary>Occurs when the user requests help for a control.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.HookUpControlEvents(System.Object)">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.HookUpControlEvents(System.Object)" />.</summary>
|
|
<param name="o">An <see cref="T:System.Object" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.ImeModeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ImeMode" /> property changes.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.Item(System.Int16)">
|
|
<summary>Gets a specific element of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray" /> by index. Read-only.</summary>
|
|
<param name="Index">A <see langword="Short" /> that specifies the position of an element of the control array.</param>
|
|
<returns>A <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBox" /> at the specified <paramref name="Index" /> in the control array.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.KeyDown">
|
|
<summary>Occurs when a key is pressed and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.KeyPress">
|
|
<summary>Occurs when a key is pressed and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.KeyUp">
|
|
<summary>Occurs when a key is released and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.Layout">
|
|
<summary>Occurs when a control should reposition its child controls.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.Leave">
|
|
<summary>Occurs when the input focus leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.LocationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Location" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.MeasureItem">
|
|
<summary>Occurs every time an owner-drawn <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBox" /> item has to be drawn and when the sizes of the list items are determined.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.MouseDown">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is pressed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.MouseEnter">
|
|
<summary>Occurs when the mouse pointer enters the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.MouseHover">
|
|
<summary>Occurs when the mouse pointer rests on the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.MouseLeave">
|
|
<summary>Occurs when the mouse pointer leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.MouseMove">
|
|
<summary>Occurs when the mouse pointer is moved over the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.MouseUp">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is released.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.Move">
|
|
<summary>Occurs when the control is moved.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.ParentChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Padding" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.PathChange">
|
|
<summary>Occurs when the path is changed by setting the <see cref="P:Microsoft.VisualBasic.Compatibility.VB6.FileListBox.FileName" /> or <see cref="P:Microsoft.VisualBasic.Compatibility.VB6.FileListBox.Path" /> property in code.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.PatternChange">
|
|
<summary>Occurs when the file listing pattern, such as "*.*", is changed by setting the <see cref="P:Microsoft.VisualBasic.Compatibility.VB6.FileListBox.FileName" /> or <see cref="P:Microsoft.VisualBasic.Compatibility.VB6.FileListBox.Pattern" /> property in code.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.QueryAccessibilityHelp">
|
|
<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="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.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="M:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.ResetIndex(Microsoft.VisualBasic.Compatibility.VB6.FileListBox)">
|
|
<summary>The <see langword="ResetIndex" /> method is not supported in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray" /> class.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Control" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.Resize">
|
|
<summary>Occurs when the control is resized.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.RightToLeftChanged">
|
|
<summary>Occurs when the <see cref="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.RightToLeftChanged" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.SelectedIndexChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.ListControl.SelectedIndex" /> property has changed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.SelectedValueChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.ListControl.SelectedValue" /> property has changed.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.SetIndex(Microsoft.VisualBasic.Compatibility.VB6.FileListBox,System.Int16)">
|
|
<summary>Sets the index of the initial <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBox" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray" />.</summary>
|
|
<param name="o">A <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBox" /> in the control array.</param>
|
|
<param name="Index">A <see langword="Short" /> that represents the index of the specified <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBox" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.ShouldSerializeIndex(Microsoft.VisualBasic.Compatibility.VB6.FileListBox)">
|
|
<summary>Returns a value that indicates whether a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBox" /> is a member of this <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray" />.</summary>
|
|
<param name="o">A <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FileListBox" /> in the control array.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="o" /> is a member of this control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.SizeChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Size" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.StyleChanged">
|
|
<summary>Occurs when the control style changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.SystemColorsChanged">
|
|
<summary>Occurs when the system colors change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.TabIndexChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabIndex" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.TabStopChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabStop" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.Validated">
|
|
<summary>Occurs when the control is finished validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.Validating">
|
|
<summary>Occurs when the control is validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.ValueMemberChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.ListControl.ValueMember" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FileListBoxArray.VisibleChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Visible" /> property value changes</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.FixedLengthString">
|
|
<summary>Emulates the behavior of a Visual Basic 6.0 fixed-length string.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.FixedLengthString.#ctor(System.Int32)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FixedLengthString" /> class, specifying the length.</summary>
|
|
<param name="MaxChars">An <see langword="Integer" /> that specifies the length of the string.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.FixedLengthString.#ctor(System.Int32,System.String)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FixedLengthString" /> class, specifying the length and the initial value.</summary>
|
|
<param name="MaxChars">An <see langword="Integer" /> that specifies the length of the string.</param>
|
|
<param name="InitialValue">A <see cref="T:System.String" /> that specifies the initial contents.</param>
|
|
</member>
|
|
<member name="F:Microsoft.VisualBasic.Compatibility.VB6.FixedLengthString.m_nMaxChars">
|
|
<summary>Stores the length of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FixedLengthString" />.</summary>
|
|
</member>
|
|
<member name="F:Microsoft.VisualBasic.Compatibility.VB6.FixedLengthString.m_strValue">
|
|
<summary>Stores the value of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FixedLengthString" />.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.FixedLengthString.ToString">
|
|
<summary>Converts a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FixedLengthString" /> to a <see cref="T:System.String" />.</summary>
|
|
<returns>A <see cref="T:System.String" /> that contains the value of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FixedLengthString" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.FixedLengthString.Value">
|
|
<summary>Gets or sets the contents of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FixedLengthString" />.</summary>
|
|
<returns>A <see cref="T:System.String" /> that contains the value.</returns>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.FontDialogArray">
|
|
<summary>Provides a control array of <see cref="T:System.Windows.Forms.FontDialog" /> controls.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.FontDialogArray.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FontDialogArray" /> class.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.FontDialogArray.#ctor(System.ComponentModel.IContainer)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FontDialogArray" /> class, specifying its container.</summary>
|
|
<param name="Container">The <see cref="T:System.ComponentModel.IContainer" /> where the control array will be hosted.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FontDialogArray.Apply">
|
|
<summary>Occurs when the user clicks the <see langword="Apply" /> button in the font dialog box.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.FontDialogArray.CanExtend(System.Object)">
|
|
<summary>Gets a value that determines whether a control is a member of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FontDialogArray" />.</summary>
|
|
<param name="target">A <see cref="T:System.Windows.Forms.FontDialog" /> control.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="target" /> is a member of the control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.FontDialogArray.GetControlInstanceType">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.GetControlInstanceType" />.</summary>
|
|
<returns>The type of a control in a control array.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.FontDialogArray.GetIndex(System.Windows.Forms.FontDialog)">
|
|
<summary>Gets the index of a <see cref="T:System.Windows.Forms.FontDialog" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FontDialogArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.FontDialog" /> in the control array.</param>
|
|
<returns>A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.FontDialog" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.FontDialogArray.HelpRequest">
|
|
<summary>Occurs when the user requests help for a control.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.FontDialogArray.HookUpControlEvents(System.Object)">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.HookUpControlEvents(System.Object)" />.</summary>
|
|
<param name="o">An <see cref="T:System.Object" />.</param>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.FontDialogArray.Item(System.Int16)">
|
|
<summary>Gets a specific element of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FontDialogArray" /> by index. Read-only.</summary>
|
|
<param name="Index">A <see langword="Short" /> that specifies the position of an element of the control array.</param>
|
|
<returns>A <see cref="T:System.Windows.Forms.FontDialog" /> at the specified <paramref name="Index" /> in the control array.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.FontDialogArray.ResetIndex(System.Windows.Forms.FontDialog)">
|
|
<summary>The <see langword="ResetIndex" /> method is not supported in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FontDialogArray" /> class.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Control" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.FontDialogArray.SetIndex(System.Windows.Forms.FontDialog,System.Int16)">
|
|
<summary>Sets the index of the initial <see cref="T:System.Windows.Forms.FontDialog" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FontDialogArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.FontDialog" /> in the control array.</param>
|
|
<param name="Index">A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.FontDialog" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.FontDialogArray.ShouldSerializeIndex(System.Windows.Forms.FontDialog)">
|
|
<summary>Returns a value that indicates whether a <see cref="T:System.Windows.Forms.FontDialog" /> is a member of this <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FontDialogArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.FontDialog" /> in the control array.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="o" /> is a member of this control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.FormShowConstants">
|
|
<summary>Provides constants for compatibility with the Visual Basic 6.0 <see langword="Show" /> method.</summary>
|
|
</member>
|
|
<member name="F:Microsoft.VisualBasic.Compatibility.VB6.FormShowConstants.Modal">
|
|
<summary>Equivalent to the Visual Basic 6.0 constant <see langword="vbModal" />.</summary>
|
|
</member>
|
|
<member name="F:Microsoft.VisualBasic.Compatibility.VB6.FormShowConstants.Modeless">
|
|
<summary>Equivalent to the Visual Basic 6.0 constant <see langword="vbModeless" />.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray">
|
|
<summary>Provides a control array of <see cref="T:System.Windows.Forms.GroupBox" /> controls.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray" /> class.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.#ctor(System.ComponentModel.IContainer)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray" /> class, specifying its container.</summary>
|
|
<param name="Container">The <see cref="T:System.ComponentModel.IContainer" /> where the control array will be hosted.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.AutoSizeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.AutoSize" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.BackColorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BackColor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.BackgroundImageChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BackgroundImage" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.BackgroundImageLayoutChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BackgroundImageLayout" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.BindingContextChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BindingContext" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.CanExtend(System.Object)">
|
|
<summary>Gets a value that determines whether a control is a member of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray" />.</summary>
|
|
<param name="target">A <see cref="T:System.Windows.Forms.GroupBox" /> control.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="target" /> is a member of the control array; otherwise <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.CausesValidationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.CausesValidation" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.ChangeUICues">
|
|
<summary>Occurs when the focus or keyboard user interface (UI) cues change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.ClientSizeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ClientSize" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.ContextMenuChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenu" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.ContextMenuStripChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenuStrip" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.ControlAdded">
|
|
<summary>Occurs when a new control is added to the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.ControlRemoved">
|
|
<summary>Occurs when a control is removed from the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.CursorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Cursor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.DockChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Dock" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.DragDrop">
|
|
<summary>Occurs when a drag-and-drop operation is completed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.DragEnter">
|
|
<summary>Occurs when an object is dragged into the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.DragLeave">
|
|
<summary>Occurs when an object is dragged out of the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.DragOver">
|
|
<summary>Occurs when an object is dragged over the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.EnabledChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Enabled" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.Enter">
|
|
<summary>Occurs when the control is entered.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.FontChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Font" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.ForeColorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ForeColor" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.GetControlInstanceType">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.GetControlInstanceType" />.</summary>
|
|
<returns>The type of a control in a control array.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.GetIndex(System.Windows.Forms.GroupBox)">
|
|
<summary>Gets the index of a <see cref="T:System.Windows.Forms.GroupBox" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.GroupBox" /> in the control array.</param>
|
|
<returns>A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.GroupBox" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.GiveFeedback">
|
|
<summary>Occurs during a drag operation.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.HelpRequested">
|
|
<summary>Occurs when the user requests help for a control.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.HookUpControlEvents(System.Object)">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.HookUpControlEvents(System.Object)" />.</summary>
|
|
<param name="o">An <see cref="T:System.Object" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.ImeModeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ImeMode" /> property changes.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.Item(System.Int16)">
|
|
<summary>Gets a specific element of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray" /> by index. Read-only.</summary>
|
|
<param name="Index">A <see langword="Short" /> that specifies the position of an element of the control array.</param>
|
|
<returns>A <see cref="T:System.Windows.Forms.GroupBox" /> at the specified <paramref name="Index" /> in the control array.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.Layout">
|
|
<summary>Occurs when a control should reposition its child controls.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.Leave">
|
|
<summary>Occurs when the input focus leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.LocationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Location" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.MarginChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Margin" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.MouseCaptureChanged">
|
|
<summary>Occurs when the control loses or gains mouse capture.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.MouseHover">
|
|
<summary>Occurs when the mouse pointer rests on the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.Move">
|
|
<summary>Occurs when the control is moved.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.PaddingChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Padding" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.Paint">
|
|
<summary>Occurs when the control is redrawn.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.ParentChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Parent" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.QueryAccessibilityHelp">
|
|
<summary>Occurs when an <see cref="T:System.Windows.Forms.AccessibleObject" /> is providing Help to accessibility applications.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.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="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.RegionChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Region" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.ResetIndex(System.Windows.Forms.GroupBox)">
|
|
<summary>The <see langword="ResetIndex" /> method is not supported in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray" /> class.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Control" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.Resize">
|
|
<summary>Occurs when the control is resized.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.RightToLeftChanged">
|
|
<summary>Occurs when the <see cref="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.RightToLeftChanged" /> property value changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.SetIndex(System.Windows.Forms.GroupBox,System.Int16)">
|
|
<summary>Sets the index of the initial <see cref="T:System.Windows.Forms.GroupBox" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.GroupBox" /> in the control array.</param>
|
|
<param name="Index">A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.GroupBox" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.ShouldSerializeIndex(System.Windows.Forms.GroupBox)">
|
|
<summary>Returns a value that indicates whether a <see cref="T:System.Windows.Forms.GroupBox" /> is a member of this <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.GroupBox" /> in the control array.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="o" /> is a member of this control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.SizeChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Size" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.StyleChanged">
|
|
<summary>Occurs when the control style changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.SystemColorsChanged">
|
|
<summary>Occurs when the system colors change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.TabIndexChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabIndex" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.TextChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Text" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.Validated">
|
|
<summary>Occurs when the control is finished validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.Validating">
|
|
<summary>Occurs when the control is validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray.VisibleChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Visible" /> property value changes.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray">
|
|
<summary>Provides a control array of <see cref="T:System.Windows.Forms.HScrollBar" /> controls.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray" /> class.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.#ctor(System.ComponentModel.IContainer)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray" /> class, specifying its container.</summary>
|
|
<param name="Container">The <see cref="T:System.ComponentModel.IContainer" /> where the control array will be hosted.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.BindingContextChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BindingContext" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.CanExtend(System.Object)">
|
|
<summary>Gets a value that determines whether a control is a member of an <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray" />.</summary>
|
|
<param name="target">An <see cref="T:System.Windows.Forms.HScrollBar" /> control.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="target" /> is a member of the control array; otherwise <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.CausesValidationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.CausesValidation" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.ChangeUICues">
|
|
<summary>Occurs when the focus or keyboard user interface (UI) cues change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.ClientSizeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ClientSize" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.ContextMenuChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenu" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.ContextMenuStripChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenuStrip" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.ControlAdded">
|
|
<summary>Occurs when a new control is added to the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.ControlRemoved">
|
|
<summary>Occurs when a control is removed from the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.CursorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Cursor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.DockChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Dock" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.DragDrop">
|
|
<summary>Occurs when a drag-and-drop operation is completed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.DragEnter">
|
|
<summary>Occurs when an object is dragged into the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.DragLeave">
|
|
<summary>Occurs when an object is dragged out of the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.DragOver">
|
|
<summary>Occurs when an object is dragged over the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.EnabledChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Enabled" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.Enter">
|
|
<summary>Occurs when the control is entered.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.GetControlInstanceType">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.GetControlInstanceType" />.</summary>
|
|
<returns>This method must be overridden. The <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray" /> class is the base class for all control arrays that are used in applications upgraded from Visual Basic 6.0. Because this class is not typically used to create an instance of the class, this <see langword="Protected" /> method is usually not called directly but is instead called by a derived class.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.GetIndex(System.Windows.Forms.HScrollBar)">
|
|
<summary>Gets the index of an <see cref="T:System.Windows.Forms.HScrollBar" /> in an <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray" />.</summary>
|
|
<param name="o">A <see langword="Short" /> that specifies the position of an element of the control array.</param>
|
|
<returns>An <see cref="T:System.Windows.Forms.HScrollBar" /> at the specified <paramref name="Index" /> in the control array.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.GiveFeedback">
|
|
<summary>Occurs during a drag operation.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.HelpRequested">
|
|
<summary>Occurs when the user requests help for a control.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.HookUpControlEvents(System.Object)">
|
|
<summary>Gets a value that determines whether a control is a member of an <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray" />.</summary>
|
|
<param name="o">An <see cref="T:System.Windows.Forms.HScrollBar" /> control.</param>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.Item(System.Int16)">
|
|
<summary>Gets a specific element of an <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray" /> by index. Read-only.</summary>
|
|
<param name="Index">A <see langword="Short" /> that specifies the position of an element of the control array.</param>
|
|
<returns>An <see cref="T:System.Windows.Forms.HScrollBar" /> at the specified <paramref name="Index" /> in the control array.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.KeyDown">
|
|
<summary>Occurs when a key is pressed and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.KeyPress">
|
|
<summary>Occurs when a key is pressed and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.KeyUp">
|
|
<summary>Occurs when a key is released and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.Layout">
|
|
<summary>Occurs when a control should reposition its child controls.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.Leave">
|
|
<summary>Occurs when the input focus leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.LocationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Location" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.MarginChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Margin" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.MouseCaptureChanged">
|
|
<summary>Occurs when the control loses or gains mouse capture.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.MouseEnter">
|
|
<summary>Occurs when the mouse pointer enters the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.MouseHover">
|
|
<summary>Occurs when the mouse pointer rests on the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.MouseLeave">
|
|
<summary>Occurs when the mouse pointer leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.Move">
|
|
<summary>Occurs when the control is moved.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.PaddingChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Padding" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.ParentChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Parent" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.QueryAccessibilityHelp">
|
|
<summary>Occurs when an <see cref="T:System.Windows.Forms.AccessibleObject" /> is providing Help to accessibility applications.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.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="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.RegionChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Region" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.ResetIndex(System.Windows.Forms.HScrollBar)">
|
|
<summary>The <see langword="ResetIndex" /> method is not supported in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray" /> class.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Control" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.Resize">
|
|
<summary>Occurs when the control is resized.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.RightToLeftChanged">
|
|
<summary>Occurs when the <see cref="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.RightToLeftChanged" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.Scroll">
|
|
<summary>Occurs when the user scrolls the <see cref="T:System.Windows.Forms.HScrollBar" /> control.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.SetIndex(System.Windows.Forms.HScrollBar,System.Int16)">
|
|
<summary>Sets the index of the initial <see cref="T:System.Windows.Forms.HScrollBar" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray" />.</summary>
|
|
<param name="o">An <see cref="T:System.Windows.Forms.HScrollBar" /> in the control array.</param>
|
|
<param name="Index">A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.HScrollBar" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.ShouldSerializeIndex(System.Windows.Forms.HScrollBar)">
|
|
<summary>Returns a value that indicates whether an <see cref="T:System.Windows.Forms.HScrollBar" /> is a member of this <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray" />.</summary>
|
|
<param name="o">An <see cref="T:System.Windows.Forms.HScrollBar" /> in the control array.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="o" /> is a member of this control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.SizeChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Size" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.StyleChanged">
|
|
<summary>Occurs when the control style changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.SystemColorsChanged">
|
|
<summary>Occurs when the system colors change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.TabIndexChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabIndex" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.TabStopChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabStop" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.Validated">
|
|
<summary>Occurs when the control is finished validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.Validating">
|
|
<summary>Occurs when the control is validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.ValueChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.ScrollBar.Value" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.HScrollBarArray.VisibleChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Visible" /> property value changes.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.ImageListArray">
|
|
<summary>Provides a control array of <see cref="T:System.Windows.Forms.ImageList" /> controls.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ImageListArray.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ImageListArray" /> class.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ImageListArray.#ctor(System.ComponentModel.IContainer)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ImageListArray" /> class, specifying its container.</summary>
|
|
<param name="Container">The <see cref="T:System.ComponentModel.IContainer" /> where the control array will be hosted.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ImageListArray.CanExtend(System.Object)">
|
|
<summary>Gets a value that determines whether a control is a member of an <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ImageListArray" />.</summary>
|
|
<param name="target">An <see cref="T:System.Windows.Forms.ImageList" /> control.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="target" /> is a member of the control array; otherwise <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ImageListArray.GetControlInstanceType">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.GetControlInstanceType" />.</summary>
|
|
<returns>The <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ImageListArray" /> class is the base class for all control arrays that are used in applications upgraded from Visual Basic 6.0. Because this class is not typically used to create an instance of the class, this <see langword="Protected" /> method is usually not called directly but is instead called by a derived class.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ImageListArray.GetIndex(System.Windows.Forms.ImageList)">
|
|
<summary>Gets the index of an <see cref="T:System.Windows.Forms.ImageList" /> in an <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ImageListArray" />.</summary>
|
|
<param name="o">An <see cref="T:System.Windows.Forms.ImageList" /> in the control array.</param>
|
|
<returns>A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.ImageList" />.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ImageListArray.HookUpControlEvents(System.Object)">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.HookUpControlEvents(System.Object)" />.</summary>
|
|
<param name="o">An <see cref="T:System.Object" />.</param>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.ImageListArray.Item(System.Int16)">
|
|
<summary>Gets a specific element of an <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ImageListArray" /> by index. Read-only.</summary>
|
|
<param name="Index">A <see langword="Short" /> that specifies the position of an element of the control array.</param>
|
|
<returns>An <see cref="T:System.Windows.Forms.ImageList" /> at the specified <paramref name="Index" /> in the control array.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ImageListArray.ResetIndex(System.Windows.Forms.ImageList)">
|
|
<summary>The <see langword="ResetIndex" /> method is not supported in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ImageListArray" /> class.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Control" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ImageListArray.SetIndex(System.Windows.Forms.ImageList,System.Int16)">
|
|
<summary>Sets the index of the initial <see cref="T:System.Windows.Forms.ImageList" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ImageListArray" />.</summary>
|
|
<param name="o">An <see cref="T:System.Windows.Forms.ImageList" /> in the control array.</param>
|
|
<param name="Index">A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.ImageList" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ImageListArray.ShouldSerializeIndex(System.Windows.Forms.ImageList)">
|
|
<summary>Returns a value that indicates whether an <see cref="T:System.Windows.Forms.ImageList" /> is a member of this <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ImageListArray" />.</summary>
|
|
<param name="o">An <see cref="T:System.Windows.Forms.ImageList" /> in the control array.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="o" /> is a member of this control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.LabelArray">
|
|
<summary>Provides a control array of <see cref="T:System.Windows.Forms.Label" /> controls.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.LabelArray" /> class.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.#ctor(System.ComponentModel.IContainer)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.LabelArray" /> class, specifying its container.</summary>
|
|
<param name="Container">The <see cref="T:System.ComponentModel.IContainer" /> where the control array will be hosted.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.AutoSizeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.AutoSize" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.BackColorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BackColor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.BindingContextChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BindingContext" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.CanExtend(System.Object)">
|
|
<summary>Gets a value that determines whether a control is a member of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.LabelArray" />.</summary>
|
|
<param name="target">A <see cref="T:System.Windows.Forms.Label" /> control.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="target" /> is a member of the control array; otherwise <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.CausesValidationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.CausesValidation" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.ChangeUICues">
|
|
<summary>Occurs when the focus or keyboard user interface (UI) cues change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.Click">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.Label" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.LabelArray" /> is clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.ClientSizeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ClientSize" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.ContextMenuChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenu" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.ContextMenuStripChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenuStrip" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.ControlAdded">
|
|
<summary>Occurs when a new control is added to the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.LabelArray" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.ControlRemoved">
|
|
<summary>Occurs when a control is removed from the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.LabelArray" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.CursorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Cursor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.DockChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Dock" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.DoubleClick">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.Label" /> control in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.LabelArray" /> is double-clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.DragDrop">
|
|
<summary>Occurs when a drag-and-drop operation is completed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.DragEnter">
|
|
<summary>Occurs when an object is dragged into the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.DragLeave">
|
|
<summary>Occurs when an object is dragged out of the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.DragOver">
|
|
<summary>Occurs when an object is dragged over the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.EnabledChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Enabled" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.Enter">
|
|
<summary>Occurs when the control is entered.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.FontChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Font" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.ForeColorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ForeColor" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.GetControlInstanceType">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.GetControlInstanceType" />.</summary>
|
|
<returns>This method must be overridden. The <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.LabelArray" /> class is the base class for all control arrays that are used in applications upgraded from Visual Basic 6.0. Because this class is not typically used to create an instance of the class, this <see langword="Protected" /> method is usually not called directly but is instead called by a derived class.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.GetIndex(System.Windows.Forms.Label)">
|
|
<summary>Gets the index of a <see cref="T:System.Windows.Forms.Label" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.LabelArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Label" /> in the control array.</param>
|
|
<returns>A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.Label" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.GiveFeedback">
|
|
<summary>Occurs during a drag operation.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.HelpRequested">
|
|
<summary>Occurs when the user requests help for a control.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.HookUpControlEvents(System.Object)">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.HookUpControlEvents(System.Object)" />.</summary>
|
|
<param name="o">An <see cref="T:System.Object" />.</param>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.Item(System.Int16)">
|
|
<summary>Gets a specific element of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.LabelArray" /> by index. Read-only.</summary>
|
|
<param name="Index">A <see langword="Short" /> that specifies the position of an element of the control array.</param>
|
|
<returns>A <see cref="T:System.Windows.Forms.Label" /> at the specified <paramref name="Index" /> in the control array.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.Layout">
|
|
<summary>Occurs when a control should reposition its child controls.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.Leave">
|
|
<summary>Occurs when the input focus leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.LocationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Location" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.MarginChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Margin" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.MouseCaptureChanged">
|
|
<summary>Occurs when the control loses or gains mouse capture.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.MouseClick">
|
|
<summary>Occurs when the control is clicked by the mouse.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.MouseDoubleClick">
|
|
<summary>Occurs when the control is double-clicked by the mouse.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.MouseDown">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is pressed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.MouseEnter">
|
|
<summary>Occurs when the mouse pointer enters the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.MouseHover">
|
|
<summary>Occurs when the mouse pointer rests on the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.MouseLeave">
|
|
<summary>Occurs when the mouse pointer leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.MouseMove">
|
|
<summary>Occurs when the mouse pointer is moved over the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.MouseUp">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is released.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.Move">
|
|
<summary>Occurs when the control is moved.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.PaddingChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Padding" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.Paint">
|
|
<summary>Occurs when the control is redrawn.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.ParentChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Parent" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.QueryAccessibilityHelp">
|
|
<summary>Occurs when an <see cref="T:System.Windows.Forms.AccessibleObject" /> is providing Help to accessibility applications.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.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="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.RegionChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Region" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.ResetIndex(System.Windows.Forms.Label)">
|
|
<summary>The <see langword="ResetIndex" /> method is not supported in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.LabelArray" /> class.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Control" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.Resize">
|
|
<summary>Occurs when the control is resized.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.RightToLeftChanged">
|
|
<summary>Occurs when the <see cref="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.RightToLeftChanged" /> property value changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.SetIndex(System.Windows.Forms.Label,System.Int16)">
|
|
<summary>Sets the index of the initial <see cref="T:System.Windows.Forms.Label" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.LabelArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Label" /> in the control array.</param>
|
|
<param name="Index">A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.Label" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.ShouldSerializeIndex(System.Windows.Forms.Label)">
|
|
<summary>Returns a value that indicates whether a <see cref="T:System.Windows.Forms.Label" /> is a member of this <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.LabelArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Label" /> in the control array.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="o" /> is a member of this control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.SizeChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Size" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.StyleChanged">
|
|
<summary>Occurs when the control style changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.SystemColorsChanged">
|
|
<summary>Occurs when the system colors change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.TabIndexChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabIndex" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.TextAlignChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Label.TextAlign" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.TextChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Text" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.Validated">
|
|
<summary>Occurs when the control is finished validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.Validating">
|
|
<summary>Occurs when the control is validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.LabelArray.VisibleChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Visible" /> property value changes.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray">
|
|
<summary>Provides a control array of <see cref="T:System.Windows.Forms.ListBox" /> controls.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray" /> class.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.#ctor(System.ComponentModel.IContainer)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray" /> class, specifying its container.</summary>
|
|
<param name="Container">The <see cref="T:System.ComponentModel.IContainer" /> where the control array will be hosted.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.BackColorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BackColor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.BindingContextChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BindingContext" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.CanExtend(System.Object)">
|
|
<summary>Gets a value that determines whether a control is a member of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray" />.</summary>
|
|
<param name="target">A <see cref="T:System.Windows.Forms.ListBox" /> control.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="target" /> is a member of the control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.CausesValidationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.CausesValidation" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.ChangeUICues">
|
|
<summary>Occurs when the focus or keyboard user interface (UI) cues change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.Click">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.ListBox" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray" /> is clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.ClientSizeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ClientSize" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.ContextMenuChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenu" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.ContextMenuStripChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenuStrip" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.ControlAdded">
|
|
<summary>Occurs when a new control is added to the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.ControlRemoved">
|
|
<summary>Occurs when a control is removed from the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.CursorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Cursor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.DataSourceChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.ListControl.DataSource" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.DisplayMemberChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.ListControl.DisplayMember" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.DockChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Dock" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.DoubleClick">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.ListBox" /> control in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray" /> is double-clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.DragDrop">
|
|
<summary>Occurs when a drag-and-drop operation is completed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.DragEnter">
|
|
<summary>Occurs when an object is dragged into the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.DragLeave">
|
|
<summary>Occurs when an object is dragged out of the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.DragOver">
|
|
<summary>Occurs when an object is dragged over the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.DrawItem">
|
|
<summary>Occurs when a visual aspect of an owner-drawn <see cref="T:System.Windows.Forms.ListBox" /> changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.EnabledChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Enabled" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.Enter">
|
|
<summary>Occurs when the control is entered.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.FontChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Font" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.ForeColorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ForeColor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.Format">
|
|
<summary>Occurs when the control is bound to a data value.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.FormatStringChanged">
|
|
<summary>Occurs when value of the <see cref="P:System.Windows.Forms.ListControl.FormatString" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.FormattingEnabledChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.ListControl.FormattingEnabled" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.GetControlInstanceType">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.GetControlInstanceType" />.</summary>
|
|
<returns>The type of a control in a control array.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.GetIndex(System.Windows.Forms.ListBox)">
|
|
<summary>Gets the index of a <see cref="T:System.Windows.Forms.ListBox" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.ListBox" /> in the control array.</param>
|
|
<returns>A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.ListBox" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.GiveFeedback">
|
|
<summary>Occurs during a drag operation.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.HelpRequested">
|
|
<summary>Occurs when the user requests help for a control.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.HookUpControlEvents(System.Object)">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.HookUpControlEvents(System.Object)" />.</summary>
|
|
<param name="o">An <see cref="T:System.Object" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.ImeModeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ImeMode" /> property changes.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.Item(System.Int16)">
|
|
<summary>Gets a specific element of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray" /> by index. Read-only.</summary>
|
|
<param name="Index">A <see langword="Short" /> that specifies the position of an element of the control array.</param>
|
|
<returns>A <see cref="T:System.Windows.Forms.ListBox" /> at the specified <paramref name="Index" /> in the control array.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.KeyDown">
|
|
<summary>Occurs when a key is pressed and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.KeyPress">
|
|
<summary>Occurs when a key is pressed and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.KeyUp">
|
|
<summary>Occurs when a key is released and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.Layout">
|
|
<summary>Occurs when a control should reposition its child controls.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.Leave">
|
|
<summary>Occurs when the input focus leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.LocationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Location" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.MarginChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Margin" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.MeasureItem">
|
|
<summary>Occurs each time an owner-drawn <see cref="T:System.Windows.Forms.ListBox" /> item needs to be drawn and when the sizes of the list items are determined.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.MouseCaptureChanged">
|
|
<summary>Occurs when the control loses or gains mouse capture.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.MouseClick">
|
|
<summary>Occurs when the control is clicked by the mouse.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.MouseDoubleClick">
|
|
<summary>Occurs when the control is double-clicked by the mouse.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.MouseDown">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is pressed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.MouseEnter">
|
|
<summary>Occurs when the mouse pointer enters the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.MouseHover">
|
|
<summary>Occurs when the mouse pointer rests on the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.MouseLeave">
|
|
<summary>Occurs when the mouse pointer leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.MouseMove">
|
|
<summary>Occurs when the mouse pointer is moved over the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.MouseUp">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is released.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.Move">
|
|
<summary>Occurs when the control is moved.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.PaddingChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Padding" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.ParentChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Parent" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.QueryAccessibilityHelp">
|
|
<summary>Occurs when an <see cref="T:System.Windows.Forms.AccessibleObject" /> is providing Help to accessibility applications.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.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="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.RegionChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Region" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.ResetIndex(System.Windows.Forms.ListBox)">
|
|
<summary>The <see langword="ResetIndex" /> method is not supported in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray" /> class.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Control" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.Resize">
|
|
<summary>Occurs when the control is resized.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.RightToLeftChanged">
|
|
<summary>Occurs when the <see cref="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.RightToLeftChanged" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.SelectedIndexChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.ListBox.SelectedIndex" /> property has changed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.SelectedValueChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.ListControl.SelectedValue" /> property has changed.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.SetIndex(System.Windows.Forms.ListBox,System.Int16)">
|
|
<summary>Sets the index of the initial <see cref="T:System.Windows.Forms.ListBox" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.ListBox" /> in the control array.</param>
|
|
<param name="Index">A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.ListBox" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.ShouldSerializeIndex(System.Windows.Forms.ListBox)">
|
|
<summary>Returns a value that indicates whether a <see cref="T:System.Windows.Forms.ListBox" /> is a member of this <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.ListBox" /> in the control array.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="o" /> is a member of this control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.SizeChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Size" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.StyleChanged">
|
|
<summary>Occurs when the control style changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.SystemColorsChanged">
|
|
<summary>Occurs when the system colors change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.TabIndexChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabIndex" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.TabStopChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabStop" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.Validated">
|
|
<summary>Occurs when the control is finished validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.Validating">
|
|
<summary>Occurs when the control is validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.ValueMemberChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.ListControl.ValueMember" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListBoxArray.VisibleChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Visible" /> property value changes.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.ListBoxItem">
|
|
<summary>Represents an item in a <see cref="T:System.Windows.Forms.ListBox" /> or <see cref="T:System.Windows.Forms.ComboBox" /> control in an application that was upgraded from Visual Basic 6.0.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ListBoxItem.#ctor(System.String)">
|
|
<summary>Initializes an instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ListBoxItem" /> class.</summary>
|
|
<param name="ItemString">A <see cref="T:System.String" /> that contains the list item.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ListBoxItem.#ctor(System.String,System.Int32)">
|
|
<summary>Initializes an instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ListBoxItem" /> class.</summary>
|
|
<param name="ItemString">A <see cref="T:System.String" /> that contains the list item.</param>
|
|
<param name="ItemData">An <see langword="Integer" /> that represents the Visual Basic 6.0 <see langword="ItemData" /> value.</param>
|
|
</member>
|
|
<member name="F:Microsoft.VisualBasic.Compatibility.VB6.ListBoxItem.ItemData">
|
|
<summary>Stores the <see langword="ItemData" /> value for an item in a <see cref="T:System.Windows.Forms.ListBox" /> or <see cref="T:System.Windows.Forms.ComboBox" /> control in an application that was upgraded from Visual Basic 6.0.</summary>
|
|
</member>
|
|
<member name="F:Microsoft.VisualBasic.Compatibility.VB6.ListBoxItem.ItemString">
|
|
<summary>Stores the <see langword="List" /> value for an item in a <see cref="T:System.Windows.Forms.ListBox" /> or <see cref="T:System.Windows.Forms.ComboBox" /> control in an application that was upgraded from Visual Basic 6.0.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ListBoxItem.ToString">
|
|
<summary>Converts a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ListBoxItem" /> to a <see cref="T:System.String" />.</summary>
|
|
<returns>A <see cref="T:System.String" /> that contains the value of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ListBoxItem" />.</returns>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray">
|
|
<summary>Provides a control array of <see cref="T:System.Windows.Forms.ListView" /> controls.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray" /> class.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.#ctor(System.ComponentModel.IContainer)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray" /> class, specifying its container.</summary>
|
|
<param name="Container">The <see cref="T:System.ComponentModel.IContainer" /> where the control array will be hosted.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.AfterLabelEdit">
|
|
<summary>Occurs when the label for an item is edited by the user.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.BackColorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BackColor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.BackgroundImageChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BackgroundImage" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.BeforeLabelEdit">
|
|
<summary>Occurs when the user starts editing the label of an item.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.BindingContextChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BindingContext" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.CacheVirtualItems">
|
|
<summary>Occurs when the contents of the display area for a <see cref="T:System.Windows.Forms.ListView" /> in virtual mode has changed and the <see cref="T:System.Windows.Forms.ListView" /> determines that a new range of items is needed.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.CanExtend(System.Object)">
|
|
<summary>Gets a value that determines whether a control is a member of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray" />.</summary>
|
|
<param name="target">A <see cref="T:System.Windows.Forms.ListView" /> control.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="target" /> is a member of the control array; otherwise <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.CausesValidationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.CausesValidation" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.ChangeUICues">
|
|
<summary>Occurs when the focus or keyboard user interface (UI) cues change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.Click">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.ListView" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray" /> is clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.ClientSizeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ClientSize" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.ColumnClick">
|
|
<summary>Occurs when the user clicks a column header within the <see cref="T:System.Windows.Forms.ListView" /> control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.ColumnReordered">
|
|
<summary>Occurs when the column header order is changed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.ColumnWidthChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.DataGridViewColumn.Width" /> property for a column changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.ColumnWidthChanging">
|
|
<summary>Occurs when the width of a column is changing.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.ContextMenuChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenu" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.ContextMenuStripChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenuStrip" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.ControlAdded">
|
|
<summary>Occurs when a new control is added to the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.ControlRemoved">
|
|
<summary>Occurs when a control is removed from the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.CursorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Cursor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.DockChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Dock" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.DoubleClick">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.ListView" /> control in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray" /> is double-clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.DragDrop">
|
|
<summary>Occurs when a drag-and-drop operation is completed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.DragEnter">
|
|
<summary>Occurs when an object is dragged into the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.DragLeave">
|
|
<summary>Occurs when an object is dragged out of the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.DragOver">
|
|
<summary>Occurs when an object is dragged over the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.DrawColumnHeader">
|
|
<summary>Occurs when the details view of a <see cref="T:System.Windows.Forms.ListView" /> is drawn and the <see cref="P:System.Windows.Forms.ListView.OwnerDraw" /> property is set to <see langword="true" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.DrawItem">
|
|
<summary>Occurs when a visual aspect of an owner-drawn <see cref="T:System.Windows.Forms.ListView" /> changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.DrawSubItem">
|
|
<summary>Occurs when the details view of a <see cref="T:System.Windows.Forms.ListView" /> is drawn and the <see cref="P:System.Windows.Forms.ListView.OwnerDraw" /> property is set to <see langword="true" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.EnabledChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Enabled" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.Enter">
|
|
<summary>Occurs when the control is entered.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.FontChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Font" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.ForeColorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ForeColor" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.GetControlInstanceType">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.GetControlInstanceType" />.</summary>
|
|
<returns>The type of a control in a control array.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.GetIndex(System.Windows.Forms.ListView)">
|
|
<summary>Gets the index of a <see cref="T:System.Windows.Forms.ListView" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.ListView" /> in the control array.</param>
|
|
<returns>A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.ListView" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.GiveFeedback">
|
|
<summary>Occurs during a drag operation.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.HelpRequested">
|
|
<summary>Occurs when the user requests help for a control.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.HookUpControlEvents(System.Object)">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.HookUpControlEvents(System.Object)" />.</summary>
|
|
<param name="o">An <see cref="T:System.Object" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.ImeModeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ImeMode" /> property changes.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.Item(System.Int16)">
|
|
<summary>Gets a specific element of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray" /> by index. Read-only.</summary>
|
|
<param name="Index">A <see langword="Short" /> that specifies the position of an element of the control array.</param>
|
|
<returns>A <see cref="T:System.Windows.Forms.ListView" /> at the specified <paramref name="Index" /> in the control array.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.ItemActivate">
|
|
<summary>Occurs when an item is activated.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.ItemCheck">
|
|
<summary>Occurs when the checked state of an item changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.ItemChecked">
|
|
<summary>Occurs when the checked state of an item changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.ItemDrag">
|
|
<summary>Occurs when the user begins dragging an item.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.ItemMouseHover">
|
|
<summary>Occurs when the mouse hovers over an item.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.ItemSelectionChanged">
|
|
<summary>Occurs when the selection state of an item changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.KeyDown">
|
|
<summary>Occurs when a key is pressed and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.KeyPress">
|
|
<summary>Occurs when a key is pressed and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.KeyUp">
|
|
<summary>Occurs when a key is released and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.Layout">
|
|
<summary>Occurs when a control should reposition its child controls.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.Leave">
|
|
<summary>Occurs when the input focus leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.LocationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Location" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.MarginChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Margin" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.MouseCaptureChanged">
|
|
<summary>Occurs when the control loses or gains mouse capture.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.MouseClick">
|
|
<summary>Occurs when the control is clicked by the mouse.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.MouseDoubleClick">
|
|
<summary>Occurs when the control is double-clicked by the mouse.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.MouseDown">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is pressed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.MouseEnter">
|
|
<summary>Occurs when the mouse pointer enters the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.MouseHover">
|
|
<summary>Occurs when the mouse pointer rests on the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.MouseLeave">
|
|
<summary>Occurs when the mouse pointer leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.MouseMove">
|
|
<summary>Occurs when the mouse pointer is moved over the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.MouseUp">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is released.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.Move">
|
|
<summary>Occurs when the control is moved.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.PaddingChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Padding" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.ParentChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Parent" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.QueryAccessibilityHelp">
|
|
<summary>Occurs when an <see cref="T:System.Windows.Forms.AccessibleObject" /> is providing Help to accessibility applications.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.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="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.RegionChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Region" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.ResetIndex(System.Windows.Forms.ListView)">
|
|
<summary>The <see langword="ResetIndex" /> method is not supported in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray" /> class.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Control" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.Resize">
|
|
<summary>Occurs when the control is resized.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.RetrieveVirtualItem">
|
|
<summary>Occurs when the <see cref="T:System.Windows.Forms.ListView" /> is in virtual mode and requires a <see cref="T:System.Windows.Forms.ListViewItem" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.RightToLeftChanged">
|
|
<summary>Occurs when the <see cref="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.RightToLeftChanged" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.RightToLeftLayoutChanged">
|
|
<summary>Occurs when the RightToLeftLayout property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.SearchForVirtualItem">
|
|
<summary>Occurs when the <see cref="T:System.Windows.Forms.ListView" /> is in virtual mode and a search is taking place.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.SelectedIndexChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.ListControl.SelectedIndex" /> property has changed.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.SetIndex(System.Windows.Forms.ListView,System.Int16)">
|
|
<summary>Sets the index of the initial <see cref="T:System.Windows.Forms.ListView" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.ListView" /> in the control array.</param>
|
|
<param name="Index">A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.ListView" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.ShouldSerializeIndex(System.Windows.Forms.ListView)">
|
|
<summary>Returns a value that indicates whether a <see cref="T:System.Windows.Forms.ListView" /> is a member of this <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.ListView" /> in the control array.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="o" /> is a member of this control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.SizeChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Size" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.StyleChanged">
|
|
<summary>Occurs when the control style changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.SystemColorsChanged">
|
|
<summary>Occurs when the system colors change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.TabIndexChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabIndex" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.TabStopChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabStop" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.Validated">
|
|
<summary>Occurs when the control is finished validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.Validating">
|
|
<summary>Occurs when the control is validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.VirtualItemsSelectionRangeChanged">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.ListView" /> is in virtual mode and the selection state of a range of items has changed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ListViewArray.VisibleChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Visible" /> property value changes.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.LoadResConstants">
|
|
<summary>Provides constants for compatibility with the Visual Basic 6.0 <see langword="LoadResPicture" /> function.</summary>
|
|
</member>
|
|
<member name="F:Microsoft.VisualBasic.Compatibility.VB6.LoadResConstants.ResBitmap">
|
|
<summary>Equivalent to the Visual Basic 6.0 constant <see langword="vbResBitmap" />.</summary>
|
|
</member>
|
|
<member name="F:Microsoft.VisualBasic.Compatibility.VB6.LoadResConstants.ResCursor">
|
|
<summary>Equivalent to the Visual Basic 6.0 constant <see langword="vbResCursor" />.</summary>
|
|
</member>
|
|
<member name="F:Microsoft.VisualBasic.Compatibility.VB6.LoadResConstants.ResIcon">
|
|
<summary>Equivalent to the Visual Basic 6.0 constant <see langword="vbResIcon" />.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray">
|
|
<summary>Provides a control array of <see cref="T:System.Windows.Forms.MaskedTextBox" /> controls.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray" /> class.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.#ctor(System.ComponentModel.IContainer)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray" /> class, specifying its container.</summary>
|
|
<param name="Container">The <see cref="T:System.ComponentModel.IContainer" /> where the control array will be hosted.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.BackColorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.AutoSize" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.BindingContextChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BindingContext" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.BorderStyleChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.TextBoxBase.BorderStyle" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.CanExtend(System.Object)">
|
|
<summary>Gets a value that determines whether a control is a member of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray" />.</summary>
|
|
<param name="target">A <see cref="T:System.Windows.Forms.MaskedTextBox" /> control.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="target" /> is a member of the control array; otherwise <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.CausesValidationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.CausesValidation" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.ChangeUICues">
|
|
<summary>Occurs when the focus or keyboard user interface (UI) cues change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.Click">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.MaskedTextBox" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray" /> is clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.ClientSizeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ClientSize" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.ContextMenuChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenu" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.ContextMenuStripChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenuStrip" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.ControlAdded">
|
|
<summary>Occurs when a new control is added to the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.ControlRemoved">
|
|
<summary>Occurs when a control is removed from the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.CursorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Cursor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.DockChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Dock" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.DoubleClick">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.MaskedTextBox" /> control in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray" /> is double-clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.DragDrop">
|
|
<summary>Occurs when a drag-and-drop operation is completed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.DragEnter">
|
|
<summary>Occurs when an object is dragged into the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.DragLeave">
|
|
<summary>Occurs when an object is dragged out of the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.DragOver">
|
|
<summary>Occurs when an object is dragged over the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.EnabledChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Enabled" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.Enter">
|
|
<summary>Occurs when the control is entered.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.FontChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Font" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.ForeColorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ForeColor" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.GetControlInstanceType">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.GetControlInstanceType" />.</summary>
|
|
<returns>The type of a control in a control array.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.GetIndex(System.Windows.Forms.MaskedTextBox)">
|
|
<summary>Gets the index of a <see cref="T:System.Windows.Forms.MaskedTextBox" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.MaskedTextBox" /> in the control array.</param>
|
|
<returns>A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.MaskedTextBox" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.GiveFeedback">
|
|
<summary>Occurs during a drag operation.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.HelpRequested">
|
|
<summary>Occurs when the user requests help for a control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.HideSelectionChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.TextBoxBase.HideSelection" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.HookUpControlEvents(System.Object)">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.HookUpControlEvents(System.Object)" />.</summary>
|
|
<param name="o">An <see cref="T:System.Object" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.ImeModeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ImeMode" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.IsOverwriteModeChanged">
|
|
<summary>Occurs after the insert mode has changed.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.Item(System.Int16)">
|
|
<summary>Gets a specific element of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray" /> by index. Read-only.</summary>
|
|
<param name="Index">A <see langword="Short" /> that specifies the position of an element of the control array.</param>
|
|
<returns>A <see cref="T:System.Windows.Forms.MaskedTextBox" /> at the specified <paramref name="Index" /> in the control array.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.KeyDown">
|
|
<summary>Occurs when a key is pressed and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.KeyPress">
|
|
<summary>Occurs when a key is pressed and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.KeyUp">
|
|
<summary>Occurs when a key is released and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.Layout">
|
|
<summary>Occurs when a control should reposition its child controls.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.Leave">
|
|
<summary>Occurs when the input focus leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.LocationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Location" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.MarginChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Margin" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.MaskChanged">
|
|
<summary>Occurs after the input mask is changed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.MaskInputRejected">
|
|
<summary>Occurs when the user's input or assigned character does not match the corresponding format element of the input mask.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.ModifiedChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.TextBoxBase.Modified" /> property has changed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.MouseCaptureChanged">
|
|
<summary>Occurs when the control loses or gains mouse capture.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.MouseClick">
|
|
<summary>Occurs when the control is clicked by the mouse.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.MouseDoubleClick">
|
|
<summary>Occurs when the control is double-clicked by the mouse.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.MouseDown">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is pressed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.MouseEnter">
|
|
<summary>Occurs when the mouse pointer enters the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.MouseHover">
|
|
<summary>Occurs when the mouse pointer rests on the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.MouseLeave">
|
|
<summary>Occurs when the mouse pointer leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.MouseMove">
|
|
<summary>Occurs when the mouse pointer is moved over the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.MouseUp">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is released.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.Move">
|
|
<summary>Occurs when the control is moved.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.ParentChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Parent" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.QueryAccessibilityHelp">
|
|
<summary>Occurs when an <see cref="T:System.Windows.Forms.AccessibleObject" /> is providing Help to accessibility applications.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.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="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.ReadOnlyChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.MaskedTextBox.ReadOnly" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.RegionChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Region" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.ResetIndex(System.Windows.Forms.MaskedTextBox)">
|
|
<summary>Not supported in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray" /> class.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Control" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.Resize">
|
|
<summary>Occurs when the control is resized.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.RightToLeftChanged">
|
|
<summary>Occurs when the <see cref="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.RightToLeftChanged" /> property value changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.SetIndex(System.Windows.Forms.MaskedTextBox,System.Int16)">
|
|
<summary>Sets the index of the initial <see cref="T:System.Windows.Forms.MaskedTextBox" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.MaskedTextBox" /> in the control array.</param>
|
|
<param name="Index">A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.MaskedTextBox" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.ShouldSerializeIndex(System.Windows.Forms.MaskedTextBox)">
|
|
<summary>Returns a value that indicates whether a <see cref="T:System.Windows.Forms.MaskedTextBox" /> is a member of this <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.MaskedTextBox" /> in the control array.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="o" /> is a member of this control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.SizeChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Size" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.StyleChanged">
|
|
<summary>Occurs when the control style changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.SystemColorsChanged">
|
|
<summary>Occurs when the system colors change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.TabIndexChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabIndex" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.TabStopChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabStop" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.TextAlignChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.MaskedTextBox.TextAlign" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.TextChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Text" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.TypeValidationCompleted">
|
|
<summary>Occurs when <see cref="T:System.Windows.Forms.MaskedTextBox" /> has finished parsing the current value by using the <see cref="P:System.Windows.Forms.MaskedTextBox.ValidatingType" /> property.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.Validated">
|
|
<summary>Occurs when the control is finished validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.Validating">
|
|
<summary>Occurs when the control is validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MaskedTextBoxArray.VisibleChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Visible" /> property value changes.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.MenuItemArray">
|
|
<summary>Provides a control array of <see cref="T:System.Windows.Forms.MenuItem" /> controls.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.MenuItemArray.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.MenuItemArray" /> class.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.MenuItemArray.#ctor(System.ComponentModel.IContainer)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.MenuItemArray" /> class, specifying its container.</summary>
|
|
<param name="Container">The <see cref="T:System.ComponentModel.IContainer" /> where the control array will be hosted.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.MenuItemArray.CanExtend(System.Object)">
|
|
<summary>Gets a value that determines whether a control is a member of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.MenuItemArray" />.</summary>
|
|
<param name="target">A <see cref="T:System.Windows.Forms.MenuItem" /> control.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="target" /> is a member of the control array; otherwise <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MenuItemArray.Click">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.MenuItem" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.MenuItemArray" /> is clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MenuItemArray.DrawItem">
|
|
<summary>Occurs when a visual aspect of an owner-drawn <see cref="T:System.Windows.Forms.MenuItem" /> changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.MenuItemArray.GetControlInstanceType">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.GetControlInstanceType" />.</summary>
|
|
<returns>The <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.MenuItemArray" /> class is the base class for all control arrays that are used in applications upgraded from Visual Basic 6.0. Because this class is not typically used to create an instance of the class, this <see langword="Protected" /> method is usually not called directly but is instead called by a derived class.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.MenuItemArray.GetIndex(System.Windows.Forms.MenuItem)">
|
|
<summary>Gets the index of a <see cref="T:System.Windows.Forms.MenuItem" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.MenuItemArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.MenuItem" /> in the control array.</param>
|
|
<returns>A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.MenuItem" />.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.MenuItemArray.HookUpControlEvents(System.Object)">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.HookUpControlEvents(System.Object)" />.</summary>
|
|
<param name="o">An <see cref="T:System.Object" />.</param>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.MenuItemArray.Item(System.Int16)">
|
|
<summary>Gets a specific element of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.MenuItemArray" /> by index. Read-only.</summary>
|
|
<param name="Index">A <see langword="Short" /> that specifies the position of an element of the control array.</param>
|
|
<returns>A <see cref="T:System.Windows.Forms.MenuItem" /> at the specified <paramref name="Index" /> in the control array.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MenuItemArray.MeasureItem">
|
|
<summary>Occurs each time an owner-drawn <see cref="T:System.Windows.Forms.MenuItem" /> needs to be drawn.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MenuItemArray.Popup">
|
|
<summary>Occurs before a menu item's list of menu items is displayed.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.MenuItemArray.ResetIndex(System.Windows.Forms.MenuItem)">
|
|
<summary>The <see langword="ResetIndex" /> method is not supported in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.MenuItemArray" /> class.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Control" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.MenuItemArray.Select">
|
|
<summary>Occurs when the user rests the mouse pointer over a menu item.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.MenuItemArray.SetIndex(System.Windows.Forms.MenuItem,System.Int16)">
|
|
<summary>Sets the index of the initial <see cref="T:System.Windows.Forms.MenuItem" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.MenuItemArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.MenuItem" /> in the control array.</param>
|
|
<param name="Index">A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.MenuItem" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.MenuItemArray.ShouldSerializeIndex(System.Windows.Forms.MenuItem)">
|
|
<summary>Returns a value that indicates whether a <see cref="T:System.Windows.Forms.MenuItem" /> is a member of this <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.MenuItemArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.MenuItem" /> in the control array.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="o" /> is a member of this control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.MouseButtonConstants">
|
|
<summary>Provides constants for compatibility with the shift parameter mask constants in Visual Basic 6.0.</summary>
|
|
</member>
|
|
<member name="F:Microsoft.VisualBasic.Compatibility.VB6.MouseButtonConstants.LeftButton">
|
|
<summary>Equivalent to the Visual Basic 6.0 constant <see langword="vbLeftButton" />.</summary>
|
|
</member>
|
|
<member name="F:Microsoft.VisualBasic.Compatibility.VB6.MouseButtonConstants.MiddleButton">
|
|
<summary>Equivalent to the Visual Basic 6.0 constant <see langword="vbMiddleButton" />.</summary>
|
|
</member>
|
|
<member name="F:Microsoft.VisualBasic.Compatibility.VB6.MouseButtonConstants.RightButton">
|
|
<summary>Equivalent to the Visual Basic 6.0 constant <see langword="vbRightButton" />.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.OpenFileDialogArray">
|
|
<summary>Provides a control array of <see cref="T:System.Windows.Forms.OpenFileDialog" /> controls.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.OpenFileDialogArray.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.OpenFileDialogArray" /> class.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.OpenFileDialogArray.#ctor(System.ComponentModel.IContainer)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.OpenFileDialogArray" /> class, specifying its container.</summary>
|
|
<param name="Container">The <see cref="T:System.ComponentModel.IContainer" /> where the control array will be hosted.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.OpenFileDialogArray.CanExtend(System.Object)">
|
|
<summary>Gets a value that determines whether a control is a member of an <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.OpenFileDialogArray" />.</summary>
|
|
<param name="target">An <see cref="T:System.Windows.Forms.OpenFileDialog" /> control.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="target" /> is a member of the control array; otherwise <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.OpenFileDialogArray.FileOk">
|
|
<summary>Occurs when the user clicks on the <see langword="Open" /> or <see langword="Save" /> button on an <see cref="T:System.Windows.Forms.OpenFileDialog" /> dialog box.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.OpenFileDialogArray.GetControlInstanceType">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.GetControlInstanceType" />.</summary>
|
|
<returns>The type of a control in a control array.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.OpenFileDialogArray.GetIndex(System.Windows.Forms.OpenFileDialog)">
|
|
<summary>Gets the index of an <see cref="T:System.Windows.Forms.OpenFileDialog" /> in an <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.OpenFileDialogArray" />.</summary>
|
|
<param name="o">An <see cref="T:System.Windows.Forms.OpenFileDialog" /> in the control array.</param>
|
|
<returns>A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.OpenFileDialog" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.OpenFileDialogArray.HelpRequest">
|
|
<summary>Occurs when the user clicks the <see langword="Help" /> button on an <see cref="T:System.Windows.Forms.OpenFileDialog" /> dialog box.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.OpenFileDialogArray.HookUpControlEvents(System.Object)">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.HookUpControlEvents(System.Object)" />.</summary>
|
|
<param name="o">An <see cref="T:System.Object" />.</param>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.OpenFileDialogArray.Item(System.Int16)">
|
|
<summary>Gets a specific element of an <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.OpenFileDialogArray" /> by index. Read-only.</summary>
|
|
<param name="Index">A <see langword="Short" /> that specifies the position of an element of the control array.</param>
|
|
<returns>An <see cref="T:System.Windows.Forms.OpenFileDialog" /> at the specified <paramref name="Index" /> in the control array.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.OpenFileDialogArray.ResetIndex(System.Windows.Forms.OpenFileDialog)">
|
|
<summary>The <see langword="ResetIndex" /> method is not supported in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.OpenFileDialogArray" /> class.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Control" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.OpenFileDialogArray.SetIndex(System.Windows.Forms.OpenFileDialog,System.Int16)">
|
|
<summary>Sets the index of the initial <see cref="T:System.Windows.Forms.OpenFileDialog" /> in an <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.OpenFileDialogArray" />.</summary>
|
|
<param name="o">An <see cref="T:System.Windows.Forms.OpenFileDialog" /> in the control array.</param>
|
|
<param name="Index">A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.OpenFileDialog" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.OpenFileDialogArray.ShouldSerializeIndex(System.Windows.Forms.OpenFileDialog)">
|
|
<summary>Returns a value that indicates whether an <see cref="T:System.Windows.Forms.OpenFileDialog" /> is a member of this <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.OpenFileDialogArray" />.</summary>
|
|
<param name="o">An <see cref="T:System.Windows.Forms.OpenFileDialog" /> in the control array.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="o" /> is a member of this control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.PanelArray">
|
|
<summary>Provides a control array of <see cref="T:System.Windows.Forms.Panel" /> controls.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.PanelArray" /> class.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.#ctor(System.ComponentModel.IContainer)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.PanelArray" /> class, specifying its container.</summary>
|
|
<param name="Container">The <see cref="T:System.ComponentModel.IContainer" /> where the control array will be hosted.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.AutoSizeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Panel.AutoSize" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.BackColorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BackColor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.BackgroundImageChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BackgroundImage" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.BackgroundImageLayoutChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BackgroundImageLayout" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.BindingContextChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BindingContext" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.CanExtend(System.Object)">
|
|
<summary>Gets a value that determines whether a control is a member of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.PanelArray" />.</summary>
|
|
<param name="target">A <see cref="T:System.Windows.Forms.Panel" /> control.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="target" /> is a member of the control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.CausesValidationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.CausesValidation" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.ChangeUICues">
|
|
<summary>Occurs when the focus or keyboard user interface (UI) cues change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.Click">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.Panel" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.PanelArray" /> is clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.ClientSizeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ClientSize" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.ContextMenuChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenu" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.ContextMenuStripChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenuStrip" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.ControlAdded">
|
|
<summary>Occurs when a new control is added to the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.PanelArray" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.ControlRemoved">
|
|
<summary>Occurs when a control is removed from the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.PanelArray" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.CursorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Cursor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.DockChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Dock" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.DoubleClick">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.Panel" /> control in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.PanelArray" /> is double-clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.DragDrop">
|
|
<summary>Occurs when a drag-and-drop operation is completed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.DragEnter">
|
|
<summary>Occurs when an object is dragged into the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.DragLeave">
|
|
<summary>Occurs when an object is dragged out of the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.DragOver">
|
|
<summary>Occurs when an object is dragged over the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.EnabledChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Enabled" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.Enter">
|
|
<summary>Occurs when the control is entered.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.FontChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Font" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.ForeColorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ForeColor" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.GetControlInstanceType">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.GetControlInstanceType" />.</summary>
|
|
<returns>The type of a control in a control array.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.GetIndex(System.Windows.Forms.Panel)">
|
|
<summary>Gets the index of a <see cref="T:System.Windows.Forms.Panel" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.PanelArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Panel" /> in the control array.</param>
|
|
<returns>A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.Panel" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.GiveFeedback">
|
|
<summary>Occurs during a drag operation.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.HelpRequested">
|
|
<summary>Occurs when the user requests help for a control.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.HookUpControlEvents(System.Object)">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.HookUpControlEvents(System.Object)" />.</summary>
|
|
<param name="o">An <see cref="T:System.Object" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.ImeModeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ImeMode" /> property changes.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.Item(System.Int16)">
|
|
<summary>Gets a specific element of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.PanelArray" /> by index. Read-only.</summary>
|
|
<param name="Index">A <see langword="Short" /> that specifies the position of an element of the control array.</param>
|
|
<returns>A <see cref="T:System.Windows.Forms.Panel" /> at the specified <paramref name="Index" /> in the control array.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.Layout">
|
|
<summary>Occurs when a control should reposition its child controls.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.Leave">
|
|
<summary>Occurs when the input focus leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.LocationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Location" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.MarginChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Margin" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.MouseCaptureChanged">
|
|
<summary>Occurs when the control loses or gains mouse capture.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.MouseClick">
|
|
<summary>Occurs when the control is clicked by the mouse.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.MouseDoubleClick">
|
|
<summary>Occurs when the control is double-clicked by the mouse.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.MouseDown">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is pressed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.MouseEnter">
|
|
<summary>Occurs when the mouse pointer enters the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.MouseHover">
|
|
<summary>Occurs when the mouse pointer rests on the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.MouseLeave">
|
|
<summary>Occurs when the mouse pointer leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.MouseMove">
|
|
<summary>Occurs when the mouse pointer is moved over the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.MouseUp">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is released.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.Move">
|
|
<summary>Occurs when the control is moved.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.PaddingChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Padding" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.Paint">
|
|
<summary>Occurs when the control is redrawn.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.ParentChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Parent" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.QueryAccessibilityHelp">
|
|
<summary>Occurs when an <see cref="T:System.Windows.Forms.AccessibleObject" /> is providing Help to accessibility applications.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.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="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.RegionChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Region" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.ResetIndex(System.Windows.Forms.Panel)">
|
|
<summary>The <see langword="ResetIndex" /> method is not supported in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.PanelArray" /> class.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Control" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.Resize">
|
|
<summary>Occurs when the control is resized.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.RightToLeftChanged">
|
|
<summary>Occurs when the <see cref="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.RightToLeftChanged" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.Scroll">
|
|
<summary>Occurs when the user scrolls the <see cref="T:System.Windows.Forms.Panel" /> control.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.SetIndex(System.Windows.Forms.Panel,System.Int16)">
|
|
<summary>Sets the index of the initial <see cref="T:System.Windows.Forms.Panel" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.PanelArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Panel" /> in the control array.</param>
|
|
<param name="Index">A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.Panel" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.ShouldSerializeIndex(System.Windows.Forms.Panel)">
|
|
<summary>Returns a value that indicates whether a <see cref="T:System.Windows.Forms.Panel" /> is a member of this <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.PanelArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Panel" /> in the control array.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="o" /> is a member of this control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.SizeChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Size" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.StyleChanged">
|
|
<summary>Occurs when the control style changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.SystemColorsChanged">
|
|
<summary>Occurs when the system colors change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.TabIndexChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabIndex" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.TabStopChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabStop" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.Validated">
|
|
<summary>Occurs when the control is finished validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.Validating">
|
|
<summary>Occurs when the control is validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PanelArray.VisibleChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Visible" /> property value changes.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray">
|
|
<summary>Provides a control array of <see cref="T:System.Windows.Forms.PictureBox" /> controls.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray" /> class.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.#ctor(System.ComponentModel.IContainer)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray" /> class, specifying its container.</summary>
|
|
<param name="Container">The <see cref="T:System.ComponentModel.IContainer" /> where the control array will be hosted.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.BackColorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BackColor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.BackgroundImageChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BackgroundImage" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.BackgroundImageLayoutChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BackgroundImageLayout" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.BindingContextChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BindingContext" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.CanExtend(System.Object)">
|
|
<summary>Gets a value that determines whether a control is a member of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray" />.</summary>
|
|
<param name="target">A <see cref="T:System.Windows.Forms.PictureBox" /> control.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="target" /> is a member of the control array; otherwise <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.ChangeUICues">
|
|
<summary>Occurs when the focus or keyboard user interface (UI) cues change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.Click">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.PictureBox" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray" /> is clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.ClientSizeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ClientSize" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.ContextMenuChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenu" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.ContextMenuStripChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenuStrip" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.ControlAdded">
|
|
<summary>Occurs when a new control is added to the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.ControlRemoved">
|
|
<summary>Occurs when a control is removed from the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.CursorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Cursor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.DockChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Dock" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.DoubleClick">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.PictureBox" /> control in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray" /> is double-clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.DragDrop">
|
|
<summary>Occurs when a drag-and-drop operation is completed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.DragEnter">
|
|
<summary>Occurs when an object is dragged into the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.DragLeave">
|
|
<summary>Occurs when an object is dragged out of the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.DragOver">
|
|
<summary>Occurs when an object is dragged over the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.EnabledChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Enabled" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.GetControlInstanceType">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.GetControlInstanceType" />.</summary>
|
|
<returns>The <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray" /> class is the base class for all control arrays that are used in applications upgraded from Visual Basic 6.0. Because this class is not typically used to create an instance of the class, this <see langword="Protected" /> method is usually not called directly but is instead called by a derived class.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.GetIndex(System.Windows.Forms.PictureBox)">
|
|
<summary>Gets the index of a <see cref="T:System.Windows.Forms.PictureBox" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.PictureBox" /> in the control array.</param>
|
|
<returns>A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.PictureBox" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.GiveFeedback">
|
|
<summary>Occurs during a drag operation.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.HelpRequested">
|
|
<summary>Occurs when the user requests help for a control.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.HookUpControlEvents(System.Object)">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.HookUpControlEvents(System.Object)" />.</summary>
|
|
<param name="o">An <see cref="T:System.Object" />.</param>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.Item(System.Int16)">
|
|
<summary>Gets a specific element of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray" /> by index. Read-only.</summary>
|
|
<param name="Index">A <see langword="Short" /> that specifies the position of an element of the control array.</param>
|
|
<returns>A <see cref="T:System.Windows.Forms.PictureBox" /> at the specified <paramref name="Index" /> in the control array.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.Layout">
|
|
<summary>Occurs when a control should reposition its child controls.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.LoadCompleted">
|
|
<summary>Occurs when the asynchronous image-load operation is completed, been canceled, or raised an exception.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.LoadProgressChanged">
|
|
<summary>Occurs when the progress of an asynchronous image-loading operation has changed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.LocationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Location" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.MarginChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Margin" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.MouseCaptureChanged">
|
|
<summary>Occurs when the control loses or gains mouse capture.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.MouseClick">
|
|
<summary>Occurs when the control is clicked by the mouse.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.MouseDoubleClick">
|
|
<summary>Occurs when the control is double-clicked by the mouse.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.MouseDown">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is pressed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.MouseEnter">
|
|
<summary>Occurs when the mouse pointer enters the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.MouseHover">
|
|
<summary>Occurs when the mouse pointer rests on the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.MouseLeave">
|
|
<summary>Occurs when the mouse pointer leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.MouseMove">
|
|
<summary>Occurs when the mouse pointer is moved over the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.MouseUp">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is released.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.Move">
|
|
<summary>Occurs when the control is moved.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.PaddingChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Padding" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.Paint">
|
|
<summary>Occurs when the control is redrawn.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.ParentChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Parent" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.QueryAccessibilityHelp">
|
|
<summary>Occurs when an <see cref="T:System.Windows.Forms.AccessibleObject" /> is providing Help to accessibility applications.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.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="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.RegionChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Region" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.ResetIndex(System.Windows.Forms.PictureBox)">
|
|
<summary>The <see langword="ResetIndex" /> method is not supported in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray" /> class.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Control" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.Resize">
|
|
<summary>Occurs when the control is resized.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.SetIndex(System.Windows.Forms.PictureBox,System.Int16)">
|
|
<summary>Sets the index of the initial <see cref="T:System.Windows.Forms.PictureBox" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.PictureBox" /> in the control array.</param>
|
|
<param name="Index">A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.PictureBox" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.ShouldSerializeIndex(System.Windows.Forms.PictureBox)">
|
|
<summary>Returns a value that indicates whether a <see cref="T:System.Windows.Forms.PictureBox" /> is a member of this <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.PictureBox" /> in the control array.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="o" /> is a member of this control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.SizeChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Size" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.SizeModeChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.PictureBox.SizeMode" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.StyleChanged">
|
|
<summary>Occurs when the control style changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.SystemColorsChanged">
|
|
<summary>Occurs when the system colors change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.Validated">
|
|
<summary>Occurs when the control is finished validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.Validating">
|
|
<summary>Occurs when the control is validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PictureBoxArray.VisibleChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Visible" /> property value changes.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.PrintDialogArray">
|
|
<summary>Provides a control array of <see cref="T:System.Windows.Forms.PrintDialog" /> controls.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.PrintDialogArray.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.PrintDialogArray" /> class.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.PrintDialogArray.#ctor(System.ComponentModel.IContainer)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.PrintDialogArray" /> class, specifying its container.</summary>
|
|
<param name="Container">The <see cref="T:System.ComponentModel.IContainer" /> where the control array will be hosted.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.PrintDialogArray.CanExtend(System.Object)">
|
|
<summary>Gets a value that determines whether a control is a member of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.PrintDialogArray" />.</summary>
|
|
<param name="target">A <see cref="T:System.Windows.Forms.PrintDialog" /> control.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="target" /> is a member of the control array; otherwise <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.PrintDialogArray.GetControlInstanceType">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.GetControlInstanceType" />.</summary>
|
|
<returns>The type of a control in a control array.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.PrintDialogArray.GetIndex(System.Windows.Forms.PrintDialog)">
|
|
<summary>Gets the index of a <see cref="T:System.Windows.Forms.PrintDialog" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.PrintDialogArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.PrintDialog" /> in the control array.</param>
|
|
<returns>A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.PrintDialog" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.PrintDialogArray.HelpRequest">
|
|
<summary>Occurs when the user requests help for a control.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.PrintDialogArray.HookUpControlEvents(System.Object)">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.HookUpControlEvents(System.Object)" />.</summary>
|
|
<param name="o">An <see cref="T:System.Object" />.</param>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.PrintDialogArray.Item(System.Int16)">
|
|
<summary>Gets a specific element of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.PrintDialogArray" /> by index. Read-only.</summary>
|
|
<param name="Index">A <see langword="Short" /> that specifies the position of an element of the control array.</param>
|
|
<returns>A <see cref="T:System.Windows.Forms.PrintDialog" /> at the specified <paramref name="Index" /> in the control array.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.PrintDialogArray.ResetIndex(System.Windows.Forms.PrintDialog)">
|
|
<summary>The <see langword="ResetIndex" /> method is not supported in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.PrintDialogArray" /> class.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Control" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.PrintDialogArray.SetIndex(System.Windows.Forms.PrintDialog,System.Int16)">
|
|
<summary>Sets the index of the initial <see cref="T:System.Windows.Forms.PrintDialog" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.PrintDialogArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.PrintDialog" /> in the control array.</param>
|
|
<param name="Index">A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.PrintDialog" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.PrintDialogArray.ShouldSerializeIndex(System.Windows.Forms.PrintDialog)">
|
|
<summary>Returns a value that indicates whether a <see cref="T:System.Windows.Forms.PrintDialog" /> is a member of this <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.PrintDialogArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.PrintDialog" /> in the control array.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="o" /> is a member of this control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray">
|
|
<summary>Provides a control array of <see cref="T:System.Windows.Forms.ProgressBar" /> controls.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray" /> class.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.#ctor(System.ComponentModel.IContainer)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray" /> class, specifying its container.</summary>
|
|
<param name="Container">The <see cref="T:System.ComponentModel.IContainer" /> where the control array will be hosted.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.BackColorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BackColor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.BindingContextChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BindingContext" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.CanExtend(System.Object)">
|
|
<summary>Gets a value that determines whether a control is a member of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray" />.</summary>
|
|
<param name="target">A <see cref="T:System.Windows.Forms.ProgressBar" /> control.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="target" /> is a member of the control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.ChangeUICues">
|
|
<summary>Occurs when the focus or keyboard user interface (UI) cues change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.Click">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.ProgressBar" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray" /> is clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.ClientSizeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ClientSize" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.ContextMenuChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenu" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.ContextMenuStripChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenuStrip" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.ControlAdded">
|
|
<summary>Occurs when a new control is added to the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.ControlRemoved">
|
|
<summary>Occurs when a control is removed from the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.CursorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Cursor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.DockChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Dock" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.DragDrop">
|
|
<summary>Occurs when a drag-and-drop operation is completed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.DragEnter">
|
|
<summary>Occurs when an object is dragged into the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.DragLeave">
|
|
<summary>Occurs when an object is dragged out of the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.DragOver">
|
|
<summary>Occurs when an object is dragged over the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.EnabledChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Enabled" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.ForeColorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ForeColor" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.GetControlInstanceType">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.GetControlInstanceType" />.</summary>
|
|
<returns>The type of a control in a control array.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.GetIndex(System.Windows.Forms.ProgressBar)">
|
|
<summary>Gets the index of a <see cref="T:System.Windows.Forms.ProgressBar" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.ProgressBar" /> in the control array.</param>
|
|
<returns>A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.ProgressBar" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.GiveFeedback">
|
|
<summary>Occurs during a drag operation.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.HelpRequested">
|
|
<summary>Occurs when the user requests help for a control.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.HookUpControlEvents(System.Object)">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.HookUpControlEvents(System.Object)" />.</summary>
|
|
<param name="o">An <see cref="T:System.Object" />.</param>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.Item(System.Int16)">
|
|
<summary>Gets a specific element of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray" /> by index. Read-only.</summary>
|
|
<param name="Index">A <see langword="Short" /> that specifies the position of an element of the control array.</param>
|
|
<returns>A <see cref="T:System.Windows.Forms.ProgressBar" /> at the specified <paramref name="Index" /> in the control array.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.Layout">
|
|
<summary>Occurs when a control should reposition its child controls.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.LocationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Location" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.MarginChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Margin" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.MouseCaptureChanged">
|
|
<summary>Occurs when the control loses or gains mouse capture.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.MouseClick">
|
|
<summary>Occurs when the control is clicked by the mouse.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.MouseDown">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is pressed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.MouseEnter">
|
|
<summary>Occurs when the mouse pointer enters the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.MouseHover">
|
|
<summary>Occurs when the mouse pointer rests on the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.MouseLeave">
|
|
<summary>Occurs when the mouse pointer leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.MouseMove">
|
|
<summary>Occurs when the mouse pointer is moved over the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.MouseUp">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is released.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.Move">
|
|
<summary>Occurs when the control is moved.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.PaddingChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Padding" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.ParentChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Parent" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.QueryAccessibilityHelp">
|
|
<summary>Occurs when an <see cref="T:System.Windows.Forms.AccessibleObject" /> is providing Help to accessibility applications.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.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="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.RegionChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Region" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.ResetIndex(System.Windows.Forms.ProgressBar)">
|
|
<summary>The <see langword="ResetIndex" /> method is not supported in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray" /> class.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Control" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.Resize">
|
|
<summary>Occurs when the control is resized.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.RightToLeftChanged">
|
|
<summary>Occurs when the <see cref="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.RightToLeftChanged" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.RightToLeftLayoutChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.ProgressBar.RightToLeftLayout" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.SetIndex(System.Windows.Forms.ProgressBar,System.Int16)">
|
|
<summary>Sets the index of the initial <see cref="T:System.Windows.Forms.ProgressBar" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.ProgressBar" /> in the control array.</param>
|
|
<param name="Index">A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.ProgressBar" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.ShouldSerializeIndex(System.Windows.Forms.ProgressBar)">
|
|
<summary>Returns a value that indicates whether a <see cref="T:System.Windows.Forms.ProgressBar" /> is a member of this <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.ProgressBar" /> in the control array.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="o" /> is a member of this control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.SizeChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Size" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.StyleChanged">
|
|
<summary>Occurs when the control style changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.SystemColorsChanged">
|
|
<summary>Occurs when the system colors change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.TabIndexChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabIndex" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.Validated">
|
|
<summary>Occurs when the control is finished validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.Validating">
|
|
<summary>Occurs when the control is validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ProgressBarArray.VisibleChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Visible" /> property value changes.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray">
|
|
<summary>Provides a control array of <see cref="T:System.Windows.Forms.RadioButton" /> controls.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray" /> class.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.#ctor(System.ComponentModel.IContainer)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray" /> class, specifying its container.</summary>
|
|
<param name="Container">The <see cref="T:System.ComponentModel.IContainer" /> where the control array will be hosted.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.AppearanceChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.RadioButton.Appearance" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.AutoSizeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.AutoSize" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.BackColorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BackColor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.BackgroundImageChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BackgroundImage" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.BackgroundImageLayoutChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BackgroundImageLayout" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.BindingContextChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BindingContext" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.CanExtend(System.Object)">
|
|
<summary>Gets a value that determines whether a control is a member of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray" />.</summary>
|
|
<param name="target">A <see cref="T:System.Windows.Forms.RadioButton" /> control.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="target" /> is a member of the control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.CausesValidationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.CausesValidation" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.ChangeUICues">
|
|
<summary>Occurs when the focus or keyboard user interface (UI) cues change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.CheckedChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.RadioButton.Checked" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.Click">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.RadioButton" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray" /> is clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.ClientSizeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ClientSize" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.ContextMenuChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenu" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.ContextMenuStripChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenuStrip" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.ControlAdded">
|
|
<summary>Occurs when a new control is added to the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.ControlRemoved">
|
|
<summary>Occurs when a control is removed from the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.CursorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Cursor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.DockChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Dock" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.DragDrop">
|
|
<summary>Occurs when a drag-and-drop operation is completed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.DragEnter">
|
|
<summary>Occurs when an object is dragged into the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.DragLeave">
|
|
<summary>Occurs when an object is dragged out of the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.DragOver">
|
|
<summary>Occurs when an object is dragged over the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.EnabledChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Enabled" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.Enter">
|
|
<summary>Occurs when the control is entered.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.FontChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Font" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.ForeColorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ForeColor" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.GetControlInstanceType">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.GetControlInstanceType" />.</summary>
|
|
<returns>The type of a control in a control array.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.GetIndex(System.Windows.Forms.RadioButton)">
|
|
<summary>Gets the index of a <see cref="T:System.Windows.Forms.RadioButton" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.RadioButton" /> in the control array.</param>
|
|
<returns>A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.RadioButton" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.GiveFeedback">
|
|
<summary>Occurs during a drag operation.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.HelpRequested">
|
|
<summary>Occurs when the user requests help for a control.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.HookUpControlEvents(System.Object)">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.HookUpControlEvents(System.Object)" />.</summary>
|
|
<param name="o">An <see cref="T:System.Object" />.</param>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.Item(System.Int16)">
|
|
<summary>Gets a specific element of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray" /> by index. Read-only.</summary>
|
|
<param name="Index">A <see langword="Short" /> that specifies the position of an element of the control array.</param>
|
|
<returns>A <see cref="T:System.Windows.Forms.RadioButton" /> at the specified <paramref name="Index" /> in the control array.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.KeyDown">
|
|
<summary>Occurs when a key is pressed and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.KeyPress">
|
|
<summary>Occurs when a key is pressed and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.KeyUp">
|
|
<summary>Occurs when a key is released and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.Layout">
|
|
<summary>Occurs when a control should reposition its child controls.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.Leave">
|
|
<summary>Occurs when the input focus leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.LocationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Location" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.MarginChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Margin" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.MouseCaptureChanged">
|
|
<summary>Occurs when the control loses or gains mouse capture.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.MouseClick">
|
|
<summary>Occurs when the control is clicked by the mouse.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.MouseDown">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is pressed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.MouseEnter">
|
|
<summary>Occurs when the mouse pointer enters the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.MouseHover">
|
|
<summary>Occurs when the mouse pointer rests on the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.MouseLeave">
|
|
<summary>Occurs when the mouse pointer leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.MouseMove">
|
|
<summary>Occurs when the mouse pointer is moved over the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.MouseUp">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is released.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.Move">
|
|
<summary>Occurs when the control is moved.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.PaddingChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Padding" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.Paint">
|
|
<summary>Occurs when the control is redrawn.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.ParentChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Parent" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.QueryAccessibilityHelp">
|
|
<summary>Occurs when an <see cref="T:System.Windows.Forms.AccessibleObject" /> is providing Help to accessibility applications.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.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="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.RegionChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Region" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.ResetIndex(System.Windows.Forms.RadioButton)">
|
|
<summary>The <see langword="ResetIndex" /> method is not supported in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray" /> class.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Control" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.Resize">
|
|
<summary>Occurs when the control is resized.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.RightToLeftChanged">
|
|
<summary>Occurs when the <see cref="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.RightToLeftChanged" /> property value changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.SetIndex(System.Windows.Forms.RadioButton,System.Int16)">
|
|
<summary>Sets the index of the initial <see cref="T:System.Windows.Forms.RadioButton" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.RadioButton" /> in the control array.</param>
|
|
<param name="Index">A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.RadioButton" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.ShouldSerializeIndex(System.Windows.Forms.RadioButton)">
|
|
<summary>Returns a value that indicates whether a <see cref="T:System.Windows.Forms.RadioButton" /> is a member of this <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.RadioButton" /> in the control array.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="o" /> is a member of this control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.SizeChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Size" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.StyleChanged">
|
|
<summary>Occurs when the control style changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.SystemColorsChanged">
|
|
<summary>Occurs when the system colors change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.TabIndexChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabIndex" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.TabStopChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabStop" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.TextChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Text" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.Validated">
|
|
<summary>Occurs when the control is finished validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.Validating">
|
|
<summary>Occurs when the control is validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray.VisibleChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Visible" /> property value changes.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray">
|
|
<summary>Provides a control array of <see cref="T:System.Windows.Forms.RichTextBox" /> controls</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray" /> class.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.#ctor(System.ComponentModel.IContainer)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray" /> class, specifying its container.</summary>
|
|
<param name="Container">The <see cref="T:System.ComponentModel.IContainer" /> where the control array will be hosted.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.AcceptsTabChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.TextBoxBase.AcceptsTab" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.BackColorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BackColor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.BindingContextChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BindingContext" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.BorderStyleChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.TextBoxBase.BorderStyle" /> property value changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.CanExtend(System.Object)">
|
|
<summary>Gets a value that determines whether a control is a member of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray" />.</summary>
|
|
<param name="target">A <see cref="T:System.Windows.Forms.RichTextBox" /> control.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="target" /> is a member of the control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.CausesValidationChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.CausesValidation" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.ChangeUICues">
|
|
<summary>Occurs when the focus or keyboard user interface (UI) cues change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.Click">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.RichTextBox" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray" /> is clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.ClientSizeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ClientSize" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.ContentsResized">
|
|
<summary>Occurs when contents within the control are resized.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.ContextMenuChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenu" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.ContextMenuStripChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenuStrip" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.ControlAdded">
|
|
<summary>Occurs when a new control is added to the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.ControlRemoved">
|
|
<summary>Occurs when a control is removed from the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.CursorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Cursor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.DockChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Dock" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.DoubleClick">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.RichTextBox" /> control in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray" /> is double-clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.EnabledChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Enabled" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.Enter">
|
|
<summary>Occurs when the control is entered.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.FontChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Font" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.ForeColorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ForeColor" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.GetControlInstanceType">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.GetControlInstanceType" />.</summary>
|
|
<returns>The type of a control in a control array.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.GetIndex(System.Windows.Forms.RichTextBox)">
|
|
<summary>Gets the index of a <see cref="T:System.Windows.Forms.RichTextBox" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.RichTextBox" /> in the control array.</param>
|
|
<returns>A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.RichTextBox" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.HelpRequested">
|
|
<summary>Occurs when the user requests help for a control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.HideSelectionChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.TextBoxBase.HideSelection" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.HookUpControlEvents(System.Object)">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.HookUpControlEvents(System.Object)" />.</summary>
|
|
<param name="o">An <see cref="T:System.Object" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.HScroll">
|
|
<summary>Occurs when the user clicks the horizontal scroll bar of the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.ImeChange">
|
|
<summary>Occurs when the user switches input methods on an Asian version of the Windows operating system.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.ImeModeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ImeMode" /> property changes.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.Item(System.Int16)">
|
|
<summary>Gets a specific element of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray" /> by index. Read-only.</summary>
|
|
<param name="Index">A <see langword="Short" /> that specifies the position of an element of the control array.</param>
|
|
<returns>A <see cref="T:System.Windows.Forms.RichTextBox" /> at the specified <paramref name="Index" /> in the control array.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.KeyDown">
|
|
<summary>Occurs when a key is pressed and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.KeyPress">
|
|
<summary>Occurs when a key is pressed and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.KeyUp">
|
|
<summary>Occurs when a key is released and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.Layout">
|
|
<summary>Occurs when a control should reposition its child controls.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.Leave">
|
|
<summary>Occurs when the input focus leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.LinkClicked">
|
|
<summary>Occurs when the user clicks on a link within the text of the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.LocationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Location" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.MarginChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Margin" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.ModifiedChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.TextBoxBase.Modified" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.MouseCaptureChanged">
|
|
<summary>Occurs when the control loses or gains mouse capture.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.MouseClick">
|
|
<summary>Occurs when the control is clicked by the mouse.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.MouseDoubleClick">
|
|
<summary>Occurs when the control is double-clicked by the mouse.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.MouseDown">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is pressed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.MouseEnter">
|
|
<summary>Occurs when the mouse pointer enters the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.MouseHover">
|
|
<summary>Occurs when the mouse pointer rests on the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.MouseLeave">
|
|
<summary>Occurs when the mouse pointer leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.MouseMove">
|
|
<summary>Occurs when the mouse pointer is moved over the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.MouseUp">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is released.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.Move">
|
|
<summary>Occurs when the control is moved.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.MultilineChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.TextBoxBase.Multiline" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.ParentChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Parent" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.Protected">
|
|
<summary>Occurs when the user attempts to modify protected text in the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.QueryAccessibilityHelp">
|
|
<summary>Occurs when an <see cref="T:System.Windows.Forms.AccessibleObject" /> is providing Help to accessibility applications.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.ReadOnlyChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.TextBoxBase.ReadOnly" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.RegionChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Region" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.ResetIndex(System.Windows.Forms.RichTextBox)">
|
|
<summary>The <see langword="ResetIndex" /> method is not supported in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray" /> class.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Control" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.Resize">
|
|
<summary>Occurs when the control is resized.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.RightToLeftChanged">
|
|
<summary>Occurs when the <see cref="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.RightToLeftChanged" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.SelectionChanged">
|
|
<summary>Occurs when the selection of text within the control has changed.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.SetIndex(System.Windows.Forms.RichTextBox,System.Int16)">
|
|
<summary>Sets the index of the initial <see cref="T:System.Windows.Forms.RichTextBox" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.RichTextBox" /> in the control array.</param>
|
|
<param name="Index">A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.RichTextBox" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.ShouldSerializeIndex(System.Windows.Forms.RichTextBox)">
|
|
<summary>Returns a value that indicates whether a <see cref="T:System.Windows.Forms.RichTextBox" /> is a member of this <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.RichTextBox" /> in the control array.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="o" /> is a member of this control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.SizeChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Size" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.StyleChanged">
|
|
<summary>Occurs when the control style changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.SystemColorsChanged">
|
|
<summary>Occurs when the system colors change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.TabIndexChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabIndex" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.TabStopChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabStop" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.TextChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Text" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.Validated">
|
|
<summary>Occurs when the control is finished validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.Validating">
|
|
<summary>Occurs when the control is validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.VisibleChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Visible" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.RichTextBoxArray.VScroll">
|
|
<summary>Occurs when the user clicks the vertical scroll bars of the control.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.SaveFileDialogArray">
|
|
<summary>Provides a control array of <see cref="T:System.Windows.Forms.SaveFileDialog" /> controls.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.SaveFileDialogArray.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.SaveFileDialogArray" /> class.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.SaveFileDialogArray.#ctor(System.ComponentModel.IContainer)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.SaveFileDialogArray" /> class, specifying its container.</summary>
|
|
<param name="Container">The <see cref="T:System.ComponentModel.IContainer" /> where the control array will be hosted.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.SaveFileDialogArray.CanExtend(System.Object)">
|
|
<summary>Gets a value that determines whether a control is a member of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.SaveFileDialogArray" />.</summary>
|
|
<param name="target">An <see cref="T:System.Windows.Forms.OpenFileDialog" /> control.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="target" /> is a member of the control array; otherwise <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.SaveFileDialogArray.FileOk">
|
|
<summary>Occurs when the user clicks on the <see langword="Open" /> or <see langword="Save" /> button on a <see cref="T:System.Windows.Forms.SaveFileDialog" /> dialog box.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.SaveFileDialogArray.GetControlInstanceType">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.GetControlInstanceType" />.</summary>
|
|
<returns>The <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.SaveFileDialogArray" /> class is the base class for all control arrays that are used in applications upgraded from Visual Basic 6.0. Because this class is not typically used to create an instance of the class, this <see langword="Protected" /> method is usually not called directly but is instead called by a derived class.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.SaveFileDialogArray.GetIndex(System.Windows.Forms.SaveFileDialog)">
|
|
<summary>Gets the index of a <see cref="T:System.Windows.Forms.SaveFileDialog" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.SaveFileDialogArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.SaveFileDialog" /> in the control array.</param>
|
|
<returns>A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.SaveFileDialog" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.SaveFileDialogArray.HelpRequest">
|
|
<summary>Occurs when the user clicks the <see langword="Help" /> button on a <see cref="T:System.Windows.Forms.SaveFileDialog" /> dialog box.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.SaveFileDialogArray.HookUpControlEvents(System.Object)">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.HookUpControlEvents(System.Object)" />.</summary>
|
|
<param name="o">An <see cref="T:System.Object" />.</param>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.SaveFileDialogArray.Item(System.Int16)">
|
|
<summary>Gets a specific element of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.SaveFileDialogArray" /> by index. Read-only.</summary>
|
|
<param name="Index">A <see langword="Short" /> that specifies the position of an element of the control array.</param>
|
|
<returns>A <see cref="T:System.Windows.Forms.SaveFileDialog" /> at the specified <paramref name="Index" /> in the control array.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.SaveFileDialogArray.ResetIndex(System.Windows.Forms.SaveFileDialog)">
|
|
<summary>The <see langword="ResetIndex" /> method is not supported in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.SaveFileDialogArray" /> class.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Control" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.SaveFileDialogArray.SetIndex(System.Windows.Forms.SaveFileDialog,System.Int16)">
|
|
<summary>Sets the index of the initial <see cref="T:System.Windows.Forms.SaveFileDialog" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.SaveFileDialogArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.SaveFileDialog" /> in the control array.</param>
|
|
<param name="Index">A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.SaveFileDialog" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.SaveFileDialogArray.ShouldSerializeIndex(System.Windows.Forms.SaveFileDialog)">
|
|
<summary>Returns a value that indicates whether a <see cref="T:System.Windows.Forms.SaveFileDialog" /> is a member of this <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.SaveFileDialogArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.SaveFileDialog" /> in the control array.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="o" /> is a member of this control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.ScaleMode">
|
|
<summary>Provides constants for compatibility with the <see langword="ScaleMode" /> constants in Visual Basic 6.0.</summary>
|
|
</member>
|
|
<member name="F:Microsoft.VisualBasic.Compatibility.VB6.ScaleMode.Centimeters">
|
|
<summary>Equivalent to the Visual Basic 6.0 constant <see langword="vbCentimeters" />.</summary>
|
|
</member>
|
|
<member name="F:Microsoft.VisualBasic.Compatibility.VB6.ScaleMode.Characters">
|
|
<summary>Equivalent to the Visual Basic 6.0 constant <see langword="vbCharacters" />.</summary>
|
|
</member>
|
|
<member name="F:Microsoft.VisualBasic.Compatibility.VB6.ScaleMode.Himetric">
|
|
<summary>Equivalent to the Visual Basic 6.0 constant <see langword="vbHimetric" />.</summary>
|
|
</member>
|
|
<member name="F:Microsoft.VisualBasic.Compatibility.VB6.ScaleMode.Inches">
|
|
<summary>Equivalent to the Visual Basic 6.0 constant <see langword="vbInches" />.</summary>
|
|
</member>
|
|
<member name="F:Microsoft.VisualBasic.Compatibility.VB6.ScaleMode.Millimeters">
|
|
<summary>Equivalent to the Visual Basic 6.0 constant <see langword="vbMillimeters" />.</summary>
|
|
</member>
|
|
<member name="F:Microsoft.VisualBasic.Compatibility.VB6.ScaleMode.Points">
|
|
<summary>Equivalent to the Visual Basic 6.0 constant <see langword="vbPoints" />.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.ShiftConstants">
|
|
<summary>Provides constants for compatibility with the shift parameter mask constants in Visual Basic 6.0.</summary>
|
|
</member>
|
|
<member name="F:Microsoft.VisualBasic.Compatibility.VB6.ShiftConstants.AltMask">
|
|
<summary>Equivalent to the Visual Basic 6.0 constant <see langword="vbAltMask" />.</summary>
|
|
</member>
|
|
<member name="F:Microsoft.VisualBasic.Compatibility.VB6.ShiftConstants.CtrlMask">
|
|
<summary>Equivalent to the Visual Basic 6.0 constant <see langword="vbCtrlMask" />.</summary>
|
|
</member>
|
|
<member name="F:Microsoft.VisualBasic.Compatibility.VB6.ShiftConstants.ShiftMask">
|
|
<summary>Equivalent to the Visual Basic 6.0 constant <see langword="vbShiftMask" />.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray">
|
|
<summary>Provides a control array of <see cref="T:System.Windows.Forms.StatusBar" /> controls</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray" /> class.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.#ctor(System.ComponentModel.IContainer)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray" /> class, specifying its container.</summary>
|
|
<param name="Container">The <see cref="T:System.ComponentModel.IContainer" /> where the control array will be hosted.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.BindingContextChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BindingContext" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.CanExtend(System.Object)">
|
|
<summary>Gets a value that determines whether a control is a member of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray" />.</summary>
|
|
<param name="target">A <see cref="T:System.Windows.Forms.StatusBar" /> control.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="target" /> is a member of the control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.CausesValidationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.CausesValidation" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.ChangeUICues">
|
|
<summary>Occurs when the focus or keyboard user interface (UI) cues change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.Click">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.StatusBar" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray" /> is clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.ClientSizeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ClientSize" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.ContextMenuChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenu" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.ContextMenuStripChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenuStrip" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.ControlAdded">
|
|
<summary>Occurs when a new control is added to the <see cref="T:System.Windows.Forms.Control.ControlCollection" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.ControlRemoved">
|
|
<summary>Occurs when a control is removed from the <see cref="T:System.Windows.Forms.Control.ControlCollection" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.CursorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Cursor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.DockChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Dock" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.DoubleClick">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.StatusBar" /> control in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray" /> is double-clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.DragDrop">
|
|
<summary>Occurs when a drag-and-drop operation is completed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.DragEnter">
|
|
<summary>Occurs when an object is dragged into the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.DragLeave">
|
|
<summary>Occurs when an object is dragged out of the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.DragOver">
|
|
<summary>Occurs when an object is dragged over the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.DrawItem">
|
|
<summary>Occurs when a visual aspect of an owner-drawn <see cref="T:System.Windows.Forms.StatusBar" /> control changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.EnabledChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Enabled" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.Enter">
|
|
<summary>Occurs when the control is entered.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.FontChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Font" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.GetControlInstanceType">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.GetControlInstanceType" />.</summary>
|
|
<returns>The type of a control in a control array.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.GetIndex(System.Windows.Forms.StatusBar)">
|
|
<summary>Gets the index of a <see cref="T:System.Windows.Forms.StatusBar" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.StatusBar" /> in the control array.</param>
|
|
<returns>A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.StatusBar" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.GiveFeedback">
|
|
<summary>Occurs during a drag operation.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.HelpRequested">
|
|
<summary>Occurs when the user requests help for a control.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.HookUpControlEvents(System.Object)">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.HookUpControlEvents(System.Object)" />.</summary>
|
|
<param name="o">An <see cref="T:System.Object" />.</param>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.Item(System.Int16)">
|
|
<summary>Gets a specific element of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray" /> by index. Read-only.</summary>
|
|
<param name="Index">A <see langword="Short" /> that specifies the position of an element of the control array.</param>
|
|
<returns>A <see cref="T:System.Windows.Forms.StatusBar" /> at the specified <paramref name="Index" /> in the control array.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.KeyDown">
|
|
<summary>Occurs when a key is pressed and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.KeyPress">
|
|
<summary>Occurs when a key is pressed and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.KeyUp">
|
|
<summary>Occurs when a key is released and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.Layout">
|
|
<summary>Occurs when a control should reposition its child controls.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.Leave">
|
|
<summary>Occurs when the input focus leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.LocationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Location" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.MarginChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Margin" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.MouseCaptureChanged">
|
|
<summary>Occurs when the control loses or gains mouse capture.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.MouseClick">
|
|
<summary>Occurs when the control is clicked by the mouse.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.MouseDoubleClick">
|
|
<summary>Occurs when the control is double-clicked by the mouse.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.MouseDown">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is pressed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.MouseEnter">
|
|
<summary>Occurs when the mouse pointer enters the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.MouseHover">
|
|
<summary>Occurs when the mouse pointer rests on the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.MouseLeave">
|
|
<summary>Occurs when the mouse pointer leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.MouseMove">
|
|
<summary>Occurs when the mouse pointer is moved over the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.MouseUp">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is released.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.Move">
|
|
<summary>Occurs when the control is moved.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.PaddingChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Padding" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.PanelClick">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.StatusBarPanel" /> object on a <see cref="T:System.Windows.Forms.StatusBar" /> control is clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.ParentChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Parent" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.QueryAccessibilityHelp">
|
|
<summary>Occurs when an <see cref="T:System.Windows.Forms.AccessibleObject" /> is providing Help to accessibility applications.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.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="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.RegionChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Region" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.ResetIndex(System.Windows.Forms.StatusBar)">
|
|
<summary>The <see langword="ResetIndex" /> method is not supported in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray" /> class.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Control" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.Resize">
|
|
<summary>Occurs when the control is resized.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.RightToLeftChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.RightToLeft" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.SetIndex(System.Windows.Forms.StatusBar,System.Int16)">
|
|
<summary>Sets the index of the initial <see cref="T:System.Windows.Forms.StatusBar" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.StatusBar" /> in the control array.</param>
|
|
<param name="Index">A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.StatusBar" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.ShouldSerializeIndex(System.Windows.Forms.StatusBar)">
|
|
<summary>Returns a value that indicates whether a <see cref="T:System.Windows.Forms.StatusBar" /> is a member of this <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.StatusBar" /> in the control array.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="o" /> is a member of this control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.SizeChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Size" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.StyleChanged">
|
|
<summary>Occurs when the control style changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.SystemColorsChanged">
|
|
<summary>Occurs when the system colors change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.TabIndexChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabIndex" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.TabStopChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabStop" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.TextChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Text" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.Validated">
|
|
<summary>Occurs when the control is finished validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.Validating">
|
|
<summary>Occurs when the control is validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusBarArray.VisibleChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Visible" /> property value changes.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray">
|
|
<summary>Provides a control array of <see cref="T:System.Windows.Forms.StatusStrip" /> controls</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray" /> class.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.#ctor(System.ComponentModel.IContainer)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray" /> class, specifying its container.</summary>
|
|
<param name="Container">The <see cref="T:System.ComponentModel.IContainer" /> where the control array will be hosted.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.AutoSizeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.AutoSize" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.BackColorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BackColor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.BackgroundImageChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BackgroundImage" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.BackgroundImageLayoutChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BackgroundImageLayout" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.BeginDrag">
|
|
<summary>Occurs when the user begins to drag the <see cref="T:System.Windows.Forms.StatusStrip" /> control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.BindingContextChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BindingContext" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.CanExtend(System.Object)">
|
|
<summary>Gets a value that determines whether a control is a member of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray" />.</summary>
|
|
<param name="target">A <see cref="T:System.Windows.Forms.StatusStrip" /> control.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="target" /> is a member of the control array; otherwise <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.ChangeUICues">
|
|
<summary>Occurs when the focus or keyboard user interface (UI) cues change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.Click">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.StatusStrip" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray" /> is clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.ClientSizeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ClientSize" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.ContextMenuChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenu" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.ContextMenuStripChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenuStrip" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.DockChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Dock" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.DoubleClick">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.StatusStrip" /> control in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray" /> is double-clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.DragDrop">
|
|
<summary>Occurs when a drag-and-drop operation is completed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.DragEnter">
|
|
<summary>Occurs when an object is dragged into the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.DragLeave">
|
|
<summary>Occurs when an object is dragged out of the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.DragOver">
|
|
<summary>Occurs when an object is dragged over the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.EnabledChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Enabled" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.EndDrag">
|
|
<summary>Occurs when the user stops dragging the <see cref="T:System.Windows.Forms.StatusStrip" /> control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.Enter">
|
|
<summary>Occurs when the control is entered.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.FontChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Font" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.GetControlInstanceType">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.GetControlInstanceType" />.</summary>
|
|
<returns>The type of a control in a control array.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.GetIndex(System.Windows.Forms.StatusStrip)">
|
|
<summary>Gets the index of a <see cref="T:System.Windows.Forms.StatusStrip" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.StatusStrip" /> in the control array.</param>
|
|
<returns>A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.StatusStrip" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.GiveFeedback">
|
|
<summary>Occurs during a drag operation.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.HelpRequested">
|
|
<summary>Occurs when the user requests help for a control.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.HookUpControlEvents(System.Object)">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.HookUpControlEvents(System.Object)" />.</summary>
|
|
<param name="o">A <see cref="T:System.Object" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.ImeModeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ImeMode" /> property changes.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.Item(System.Int16)">
|
|
<summary>Gets a specific element of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray" /> by index. Read-only.</summary>
|
|
<param name="Index">A <see langword="Short" /> that specifies the position of an element of the control array.</param>
|
|
<returns>A <see cref="T:System.Windows.Forms.StatusStrip" /> at the specified <paramref name="Index" /> in the control array.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.ItemAdded">
|
|
<summary>Occurs when a new <see cref="T:System.Windows.Forms.ToolStripItem" /> is added to the <see cref="T:System.Windows.Forms.ToolStripItemCollection" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.ItemClicked">
|
|
<summary>Occurs when the <see cref="T:System.Windows.Forms.ToolStripItem" /> is clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.ItemRemoved">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.ToolStripItem" /> is removed from the <see cref="T:System.Windows.Forms.ToolStripItemCollection" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.KeyDown">
|
|
<summary>Occurs when a key is pressed and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.KeyPress">
|
|
<summary>Occurs when a key is pressed and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.KeyUp">
|
|
<summary>Occurs when a key is released and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.Layout">
|
|
<summary>Occurs when a control should reposition its child controls.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.LayoutCompleted">
|
|
<summary>Occurs when the layout of the <see cref="T:System.Windows.Forms.StatusStrip" /> is complete.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.LayoutStyleChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.StatusStrip.LayoutStyle" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.Leave">
|
|
<summary>Occurs when the input focus leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.LocationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Location" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.MarginChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Margin" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.MouseCaptureChanged">
|
|
<summary>Occurs when the control loses or gains mouse capture.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.MouseClick">
|
|
<summary>Occurs when the control is clicked by the mouse.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.MouseDoubleClick">
|
|
<summary>Occurs when the control is double-clicked by the mouse.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.MouseDown">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is pressed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.MouseEnter">
|
|
<summary>Occurs when the mouse pointer enters the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.MouseHover">
|
|
<summary>Occurs when the mouse pointer rests on the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.MouseLeave">
|
|
<summary>Occurs when the mouse pointer leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.MouseMove">
|
|
<summary>Occurs when the mouse pointer is moved over the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.MouseUp">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is released.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.Move">
|
|
<summary>Occurs when the control is moved.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.Paint">
|
|
<summary>Occurs when the control is redrawn.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.PaintGrip">
|
|
<summary>Occurs when the <see cref="T:System.Windows.Forms.StatusStrip" /> move handle is painted.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.ParentChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Parent" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.QueryAccessibilityHelp">
|
|
<summary>Occurs when an <see cref="T:System.Windows.Forms.AccessibleObject" /> is providing Help to accessibility applications.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.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="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.RegionChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Region" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.ResetIndex(System.Windows.Forms.StatusStrip)">
|
|
<summary>The <see langword="ResetIndex" /> method is not supported in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray" /> class.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Control" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.Resize">
|
|
<summary>Occurs when the control is resized.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.RightToLeftChanged">
|
|
<summary>Occurs when the <see cref="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.RightToLeftChanged" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.Scroll">
|
|
<summary>Occurs when the user or code scrolls through the client area.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.SetIndex(System.Windows.Forms.StatusStrip,System.Int16)">
|
|
<summary>Sets the index of the initial <see cref="T:System.Windows.Forms.StatusStrip" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.StatusStrip" /> in the control array.</param>
|
|
<param name="Index">A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.StatusStrip" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.ShouldSerializeIndex(System.Windows.Forms.StatusStrip)">
|
|
<summary>Returns a value that indicates whether a <see cref="T:System.Windows.Forms.StatusStrip" /> is a member of this <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.StatusStrip" /> in the control array.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="o" /> is a member of this control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.SizeChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Size" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.StyleChanged">
|
|
<summary>Occurs when the control style changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.SystemColorsChanged">
|
|
<summary>Occurs when the system colors change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.TabIndexChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabIndex" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.TabStopChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabStop" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.TextChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Text" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.Validated">
|
|
<summary>Occurs when the control is finished validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.Validating">
|
|
<summary>Occurs when the control is validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.StatusStripArray.VisibleChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Visible" /> property value changes.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.Support">
|
|
<summary>Contains various utility functions for backward compatibility with Visual Basic 6.0.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.CopyArray(System.Array)">
|
|
<summary>Duplicates Visual Basic 6.0 functionality of assigning an <see langword="Array" /> to a <see langword="Variant" />.</summary>
|
|
<param name="SourceArray">A <see cref="T:System.Array" />.</param>
|
|
<returns>The array to copy.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.CursorToIPicture(System.Windows.Forms.Cursor)">
|
|
<summary>Returns an OLE <see langword="IPicture" /> object that corresponds to the specified <see cref="T:System.Windows.Forms.Cursor" />.</summary>
|
|
<param name="curs">The <see cref="T:System.Windows.Forms.Cursor" /> to convert.</param>
|
|
<returns>An <see cref="T:System.Object" /> that represents the OLE <see langword="IPicture" /> object.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.Eqv(System.Boolean,System.Boolean)">
|
|
<summary>Performs a logical equivalence on two <see cref="T:System.Boolean" /> expressions.</summary>
|
|
<param name="a">A <see cref="T:System.Boolean" /> to compare.</param>
|
|
<param name="b">A <see cref="T:System.Boolean" /> to compare.</param>
|
|
<returns>
|
|
<see langword="true" /> if the two expressions are equal; otherwise <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.Eqv(System.Byte,System.Byte)">
|
|
<summary>Performs a logical equivalence on two <see cref="T:System.Byte" /> expressions.</summary>
|
|
<param name="a">A <see cref="T:System.Byte" /> to compare.</param>
|
|
<param name="b">A <see cref="T:System.Byte" /> to compare.</param>
|
|
<returns>A <see cref="T:System.Byte" /> that contains the result of the bitwise comparison.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.Eqv(System.Int16,System.Int16)">
|
|
<summary>Performs a logical equivalence on two <see cref="T:System.Int16" /> expressions.</summary>
|
|
<param name="a">A <see cref="T:System.Int16" /> to compare.</param>
|
|
<param name="b">A <see cref="T:System.Int16" /> to compare.</param>
|
|
<returns>A <see cref="T:System.Int16" /> that contains the result of the comparison.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.Eqv(System.Int32,System.Int32)">
|
|
<summary>Performs a logical equivalence on two <see cref="T:System.Int32" /> expressions.</summary>
|
|
<param name="a">A <see cref="T:System.Int32" /> to compare.</param>
|
|
<param name="b">A <see cref="T:System.Int32" /> to compare.</param>
|
|
<returns>A <see cref="T:System.Int32" /> that contains the result of the comparison.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.Eqv(System.Int64,System.Int64)">
|
|
<summary>Performs a logical equivalence on two <see cref="T:System.Int64" /> expressions.</summary>
|
|
<param name="a">A <see cref="T:System.Int64" /> to compare.</param>
|
|
<param name="b">A <see cref="T:System.Int64" /> to compare.</param>
|
|
<returns>A <see cref="T:System.Int64" /> that contains the result of the comparison.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.Eqv(System.Object,System.Object)">
|
|
<summary>Performs a logical equivalence on two <see cref="T:System.Object" /> expressions.</summary>
|
|
<param name="a">A <see cref="T:System.Object" /> to compare.</param>
|
|
<param name="b">A <see cref="T:System.Object" /> to compare.</param>
|
|
<returns>A <see cref="T:System.Object" /> that contains the result of the comparison.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.FontChangeBold(System.Drawing.Font,System.Boolean)">
|
|
<summary>Changes the <see cref="F:System.Drawing.FontStyle.Bold" /> style bit for a font.</summary>
|
|
<param name="CurrentFont">A <see cref="T:System.Drawing.Font" />.</param>
|
|
<param name="Bold">
|
|
<see langword="true" /> to set the <see cref="F:System.Drawing.FontStyle.Bold" /> style bit; otherwise <see langword="false" />.</param>
|
|
<returns>A <see cref="T:System.Drawing.Font" /> with the new style applied.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.FontChangeGdiCharSet(System.Drawing.Font,System.Byte)">
|
|
<summary>Returns a font for a specified GDI character set.</summary>
|
|
<param name="CurrentFont">A <see cref="T:System.Drawing.Font" />.</param>
|
|
<param name="GdiCharSet">A byte value that specifies the GDI character set to use.</param>
|
|
<returns>A <see cref="T:System.Drawing.Font" /> for the specified GDI character set.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.FontChangeItalic(System.Drawing.Font,System.Boolean)">
|
|
<summary>Changes the <see cref="F:System.Drawing.FontStyle.Italic" /> style bit for a font.</summary>
|
|
<param name="CurrentFont">A <see cref="T:System.Drawing.Font" />.</param>
|
|
<param name="Italic">
|
|
<see langword="true" /> to set the <see cref="F:System.Drawing.FontStyle.Italic" /> style bit; otherwise <see langword="false" />.</param>
|
|
<returns>A <see cref="T:System.Drawing.Font" /> with the new style applied.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.FontChangeName(System.Drawing.Font,System.String)">
|
|
<summary>Returns a new <see cref="T:System.Drawing.Font" /> for a given Visual Basic 6.0 <see langword="Font" />.</summary>
|
|
<param name="CurrentFont">A <see cref="T:System.Drawing.Font" />.</param>
|
|
<param name="Name">A <see langword="String" /> that represents the Visual Basic 6.0 <see langword="Font" /> property.</param>
|
|
<returns>A <see cref="T:System.Drawing.Font" /> that matches the Visual Basic 6.0 <see langword="Font" />.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.FontChangeSize(System.Drawing.Font,System.Single)">
|
|
<summary>Changes the <see cref="P:System.Drawing.Font.Size" /> property for a font.</summary>
|
|
<param name="CurrentFont">A <see cref="T:System.Drawing.Font" />.</param>
|
|
<param name="Size">A <see langword="Single" /> that represents the Visual Basic 6.0 <see langword="FontSize" /> property.</param>
|
|
<returns>A <see cref="T:System.Drawing.Font" /> that matches the Visual Basic 6.0 <see langword="FontSize" />.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.FontChangeStrikeout(System.Drawing.Font,System.Boolean)">
|
|
<summary>Changes the <see cref="F:System.Drawing.FontStyle.Strikeout" /> style bit for a font.</summary>
|
|
<param name="CurrentFont">A <see cref="T:System.Drawing.Font" />.</param>
|
|
<param name="Strikeout">
|
|
<see langword="true" /> to set the <see cref="F:System.Drawing.FontStyle.Strikeout" /> style bit; otherwise <see langword="false" />.</param>
|
|
<returns>A <see cref="T:System.Drawing.Font" /> with the new style applied.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.FontChangeUnderline(System.Drawing.Font,System.Boolean)">
|
|
<summary>Changes the <see cref="F:System.Drawing.FontStyle.Underline" /> style bit for a font.</summary>
|
|
<param name="CurrentFont">A <see cref="T:System.Drawing.Font" />.</param>
|
|
<param name="Underline">
|
|
<see langword="true" /> to set the <see cref="F:System.Drawing.FontStyle.Underline" /> style bit; otherwise <see langword="false" />.</param>
|
|
<returns>A <see cref="T:System.Drawing.Font" /> with the new style applied.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.FontToIFont(System.Drawing.Font)">
|
|
<summary>Converts a <see cref="T:System.Drawing.Font" /> to a Visual Basic 6.0 <see langword="stdFont" /> object.</summary>
|
|
<param name="fnt">The <see cref="T:System.Drawing.Font" /> to convert.</param>
|
|
<returns>A <see langword="stdFont" /> object.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.Format(System.Object,System.String,Microsoft.VisualBasic.FirstDayOfWeek,Microsoft.VisualBasic.FirstWeekOfYear)">
|
|
<summary>Converts the Visual Basic 6.0 <see langword="Format" /> function to be compatible with Visual Basic.</summary>
|
|
<param name="Expression">The <see cref="T:System.Object" /> expression to convert.</param>
|
|
<param name="Style">Optional. A <see cref="T:System.String" /> that represents a date format.</param>
|
|
<param name="DayOfWeek">Optional. A <see cref="T:Microsoft.VisualBasic.FirstDayOfWeek" /> enumeration.</param>
|
|
<param name="WeekOfYear">Optional. A <see cref="T:Microsoft.VisualBasic.FirstWeekOfYear" /> enumeration.</param>
|
|
<returns>A <see cref="T:System.String" /> that contains the formatted data.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.FromPixelsUserHeight(System.Double,System.Double,System.Int32)">
|
|
<summary>Converts a pixel measurement to a Visual Basic 6.0 <see langword="ScaleHeight" /> measurement.</summary>
|
|
<param name="Height">A <see cref="T:System.Double" /> that represents the height.</param>
|
|
<param name="ScaleHeight">A <see cref="T:System.Double" /> that represents the Visual Basic 6.0 <see langword="ScaleHeight" /> for the current <see langword="ScaleMode" />.</param>
|
|
<param name="OriginalHeightInPixels">An <see langword="Integer" /> that represents the height in pixels.</param>
|
|
<returns>A <see cref="T:System.Double" /> that contains the converted Visual Basic 6.0 <see langword="ScaleHeight" />.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.FromPixelsUserWidth(System.Double,System.Double,System.Int32)">
|
|
<summary>Converts a pixel measurement to a Visual Basic 6.0 <see langword="ScaleWidth" /> measurement.</summary>
|
|
<param name="Width">A <see cref="T:System.Double" /> that represents the width.</param>
|
|
<param name="ScaleWidth">A <see cref="T:System.Double" /> that represents the Visual Basic 6.0 <see langword="ScaleWidth" /> for the current <see langword="ScaleMode" />.</param>
|
|
<param name="OriginalWidthInPixels">An <see langword="Integer" /> that represents the width in pixels.</param>
|
|
<returns>A <see cref="T:System.Double" /> that contains the converted Visual Basic 6.0 <see langword="ScaleWidth" />.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.FromPixelsUserX(System.Double,System.Double,System.Double,System.Int32)">
|
|
<summary>Converts a pixel measurement to a Visual Basic 6.0 <see langword="ScaleLeft" /> measurement.</summary>
|
|
<param name="X">A <see cref="T:System.Double" /> that represents the X coordinate.</param>
|
|
<param name="ScaleLeft">A <see cref="T:System.Double" /> that represents the Visual Basic 6.0 <see langword="ScaleLeft" /> for the current <see langword="ScaleMode" />.</param>
|
|
<param name="ScaleWidth">A <see cref="T:System.Double" /> that represents the Visual Basic 6.0 <see langword="ScaleWidth" /> for the current <see langword="ScaleMode" />.</param>
|
|
<param name="OriginalWidthInPixels">An <see langword="Integer" /> that represents the width in pixels.</param>
|
|
<returns>A <see cref="T:System.Double" /> that contains the converted Visual Basic 6.0 <see langword="ScaleLeft" />.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.FromPixelsUserY(System.Double,System.Double,System.Double,System.Int32)">
|
|
<summary>Converts a pixel measurement to a Visual Basic 6.0 <see langword="ScaleTop" /> measurement.</summary>
|
|
<param name="Y">A <see cref="T:System.Double" /> that represents the X coordinate.</param>
|
|
<param name="ScaleTop">A <see cref="T:System.Double" /> that represents the Visual Basic 6.0 <see langword="ScaleTop" /> for the current <see langword="ScaleMode" />.</param>
|
|
<param name="ScaleHeight">A <see cref="T:System.Double" /> that represents the Visual Basic 6.0 <see langword="ScaleHeight" /> for the current <see langword="ScaleMode" />.</param>
|
|
<param name="OriginalHeightInPixels">An <see langword="Integer" /> that represents the height in pixels.</param>
|
|
<returns>A <see cref="T:System.Double" /> that contains the converted Visual Basic 6.0 <see langword="ScaleTop" />.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.FromPixelsX(System.Double,Microsoft.VisualBasic.Compatibility.VB6.ScaleMode)">
|
|
<summary>Converts a pixel measurement to a Visual Basic 6.0 measurement for a given <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ScaleMode" />.</summary>
|
|
<param name="X">A <see cref="T:System.Double" /> that represents the X coordinate in pixels.</param>
|
|
<param name="ToScale">A <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ScaleMode" /> enumeration that represents the Visual Basic 6.0 <see langword="ScaleMode" /> to convert to.</param>
|
|
<returns>A <see cref="T:System.Double" /> that contains the Visual Basic 6.0 value for the specified <see langword="ScaleMode" />.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.FromPixelsY(System.Double,Microsoft.VisualBasic.Compatibility.VB6.ScaleMode)">
|
|
<summary>Converts a pixel measurement to a Visual Basic 6.0 measurement for a given <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ScaleMode" />.</summary>
|
|
<param name="Y">A <see cref="T:System.Double" /> that represents the Y coordinate in pixels.</param>
|
|
<param name="ToScale">A <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ScaleMode" /> enumeration that represents the Visual Basic 6.0 <see langword="ScaleMode" /> to convert to.</param>
|
|
<returns>A <see cref="T:System.Double" /> that contains the Visual Basic 6.0 value for the specified <see langword="ScaleMode" />.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.GetActiveControl">
|
|
<summary>Gets the control that currently has focus.</summary>
|
|
<returns>The control that currently has focus.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.GetCancel(System.Windows.Forms.Button)">
|
|
<summary>Gets a value that indicates whether a <see cref="T:System.Windows.Forms.Button" /> is the cancel button on a form.</summary>
|
|
<param name="btn">A <see cref="T:System.Windows.Forms.Button" /> control.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="btn" /> is the cancel button; otherwise <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.GetDefault(System.Windows.Forms.Button)">
|
|
<summary>Gets sets a value that determines whether a <see cref="T:System.Windows.Forms.Button" /> control is the default button on a form.</summary>
|
|
<param name="btn">A <see cref="T:System.Windows.Forms.Button" /> control.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="btn" /> is the default button; otherwise <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.GetEXEName">
|
|
<summary>Gets the name of the executable file (.exe) for the current application.</summary>
|
|
<returns>A <see cref="T:System.String" /> that contains the name without a file name extension.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.GetHInstance">
|
|
<summary>Gets the instance handle (HINSTANCE) for the current application.</summary>
|
|
<returns>An <see cref="T:System.IntPtr" /> for the current application instance.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.GetItemData(System.Windows.Forms.Control,System.Int32)">
|
|
<summary>Gets an <see langword="Integer" /> associated with a <see cref="T:System.Windows.Forms.ListBox" /> or <see cref="T:System.Windows.Forms.ComboBox" /> item.</summary>
|
|
<param name="Control">A <see cref="T:System.Windows.Forms.ListBox" /> or <see cref="T:System.Windows.Forms.ComboBox" /> control.</param>
|
|
<param name="Index">An <see langword="Integer" /> that represents the index of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ListBoxItem" />.</param>
|
|
<returns>The <see langword="Integer" /> associated with the specified <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ListBoxItem" />.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.GetItemString(System.Windows.Forms.Control,System.Int32)">
|
|
<summary>Gets a <see cref="T:System.String" /> associated with a <see cref="T:System.Windows.Forms.ListBox" /> or <see cref="T:System.Windows.Forms.ComboBox" /> item.</summary>
|
|
<param name="Control">A <see cref="T:System.Windows.Forms.ListBox" /> or <see cref="T:System.Windows.Forms.ComboBox" /> control.</param>
|
|
<param name="Index">An <see langword="Integer" /> that represents the index of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ListBoxItem" />.</param>
|
|
<returns>The <see cref="T:System.String" /> associated with the specified <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ListBoxItem" />.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.GetPath">
|
|
<summary>Gets the current path for the application.</summary>
|
|
<returns>A <see cref="T:System.String" /> that contains the path of the currently executing assembly.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.IconToIPicture(System.Drawing.Icon)">
|
|
<summary>Gets an OLE <see langword="IPicture" /> object for a given <see cref="T:System.Drawing.Icon" />.</summary>
|
|
<param name="ico">A <see cref="T:System.Drawing.Icon" />.</param>
|
|
<returns>An <see cref="T:System.Object" /> representing the OLE <see langword="IPicture" /> object.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.IFontToFont(System.Object)">
|
|
<summary>Converts a Visual Basic 6.0 <see langword="stdFont" /> object to a <see cref="T:System.Drawing.Font" />.</summary>
|
|
<param name="objFnt">An <see cref="T:System.Object" /> that contains a Visual Basic 6.0 <see langword="stdFont" />.</param>
|
|
<returns>A specified object to convert.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.ImageToIPicture(System.Drawing.Image)">
|
|
<summary>Gets an OLE <see langword="IPicture" /> object for a given <see cref="T:System.Drawing.Image" />.</summary>
|
|
<param name="img">A <see cref="T:System.Drawing.Image" />.</param>
|
|
<returns>An <see cref="T:System.Object" /> representing the OLE <see langword="IPicture" /> object.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.ImageToIPictureDisp(System.Drawing.Image)">
|
|
<summary>Gets an OLE <see langword="IPictureDisp" /> object for a given <see cref="T:System.Drawing.Image" />.</summary>
|
|
<param name="img">A <see cref="T:System.Drawing.Image" />.</param>
|
|
<returns>An <see cref="T:System.Object" /> representing the OLE <see langword="IPictureDisp" /> object.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.Imp(System.Boolean,System.Boolean)">
|
|
<summary>Performs a logical implication on two <see cref="T:System.Boolean" /> expressions.</summary>
|
|
<param name="a">A <see cref="T:System.Boolean" /> expression.</param>
|
|
<param name="b">A <see cref="T:System.Boolean" /> expression.</param>
|
|
<returns>A <see cref="T:System.Boolean" /> that contains the result.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.Imp(System.Byte,System.Byte)">
|
|
<summary>Performs a logical implication on two <see cref="T:System.Byte" /> expressions.</summary>
|
|
<param name="a">A <see cref="T:System.Byte" /> expression.</param>
|
|
<param name="b">A <see cref="T:System.Byte" /> expression.</param>
|
|
<returns>A <see cref="T:System.Byte" /> that contains the result.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.Imp(System.Int16,System.Int16)">
|
|
<summary>Performs a logical implication on two <see cref="T:System.Int16" /> expressions.</summary>
|
|
<param name="a">A <see langword="Short" /> expression.</param>
|
|
<param name="b">A <see langword="Short" /> expression.</param>
|
|
<returns>A <see langword="Short" /> that contains the result.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.Imp(System.Int32,System.Int32)">
|
|
<summary>Performs a logical implication on two <see cref="T:System.Int32" /> expressions.</summary>
|
|
<param name="a">An <see langword="Integer" /> expression.</param>
|
|
<param name="b">An <see langword="Integer" /> expression.</param>
|
|
<returns>An <see langword="Integer" /> that contains the result.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.Imp(System.Int64,System.Int64)">
|
|
<summary>Performs a logical implication on two <see cref="T:System.Int64" /> expressions.</summary>
|
|
<param name="a">A <see langword="Long" /> expression.</param>
|
|
<param name="b">A <see langword="Long" /> expression.</param>
|
|
<returns>A <see langword="Long" /> that contains the result.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.Imp(System.Object,System.Object)">
|
|
<summary>Performs a logical implication on two <see cref="T:System.Object" /> expressions.</summary>
|
|
<param name="a">An <see cref="T:System.Object" /> expression.</param>
|
|
<param name="b">An <see cref="T:System.Object" /> expression.</param>
|
|
<returns>An <see cref="T:System.Object" /> that contains the result.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.IPictureDispToImage(System.Object)">
|
|
<summary>Gets an <see cref="T:System.Drawing.Image" /> for a given OLE <see langword="IPictureDisp" /> object.</summary>
|
|
<param name="pict">An OLE <see langword="IPictureDisp" /> object.</param>
|
|
<returns>An image object.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.IPictureToImage(System.Object)">
|
|
<summary>Gets an <see cref="T:System.Drawing.Image" /> for a given OLE <see langword="IPicture" /> object.</summary>
|
|
<param name="pict">An OLE <see langword="IPicture" /> object.</param>
|
|
<returns>A converted object to image.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.LoadResData(System.Object,System.Object)">
|
|
<summary>Loads data of several possible types from a resource (.res) file.</summary>
|
|
<param name="ID">An <see cref="T:System.Object" /> that specifies the data in the resource file.</param>
|
|
<param name="restype">An <see cref="T:System.Object" /> that specifies the resource type.</param>
|
|
<returns>An <see cref="T:System.Object" /> that contains the resource.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.LoadResData(System.Object,System.Object,System.Globalization.CultureInfo)">
|
|
<summary>Loads data of several possible types from a resource (.res) file, specifying a locale.</summary>
|
|
<param name="ID">An <see cref="T:System.Object" /> that specifies the data in the resource file.</param>
|
|
<param name="restype">An <see cref="T:System.Object" /> that specifies the resource type.</param>
|
|
<param name="Culture">A <see cref="T:System.Globalization.CultureInfo" /> object that specifies the locale.</param>
|
|
<returns>An <see cref="T:System.Object" /> that contains the resource.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.LoadResPicture(System.Object,Microsoft.VisualBasic.Compatibility.VB6.LoadResConstants)">
|
|
<summary>Loads a bitmap, icon, or cursor from a resource (.res) file.</summary>
|
|
<param name="ID">An <see cref="T:System.Object" /> that specifies the data in the resource file.</param>
|
|
<param name="restype">A <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.LoadResConstants" /> enumeration that specifies the resource type.</param>
|
|
<returns>An <see cref="T:System.Object" /> that contains the resource.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.LoadResPicture(System.Object,Microsoft.VisualBasic.Compatibility.VB6.LoadResConstants,System.Globalization.CultureInfo)">
|
|
<summary>Loads a bitmap, icon, or cursor from a resource (.res) file, specifying a locale.</summary>
|
|
<param name="ID">An <see cref="T:System.Object" /> that specifies the data in the resource file.</param>
|
|
<param name="restype">A <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.LoadResConstants" /> enumeration that specifies the resource type.</param>
|
|
<param name="Culture">A <see cref="T:System.Globalization.CultureInfo" /> object that specifies the locale.</param>
|
|
<returns>An <see cref="T:System.Object" /> that contains the resource.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.LoadResString(System.Int32)">
|
|
<summary>Loads a string from a resource (.res) file.</summary>
|
|
<param name="ID">An <see cref="T:System.Object" /> that specifies the data in the resource file.</param>
|
|
<returns>A <see cref="T:System.String" /> that contains the resource.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.LoadResString(System.Int32,System.Globalization.CultureInfo)">
|
|
<summary>Loads a string from a resource (.res) file, specifying a locale.</summary>
|
|
<param name="ID">An <see cref="T:System.Object" /> that specifies the data in the resource file.</param>
|
|
<param name="Culture">A <see cref="T:System.Globalization.CultureInfo" /> object that specifies the locale.</param>
|
|
<returns>A <see cref="T:System.String" /> that contains the resource.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.PixelsToTwipsX(System.Double)">
|
|
<summary>Converts an X coordinate from pixels to twips.</summary>
|
|
<param name="X">A <see langword="Double" /> that contains the X coordinate to convert.</param>
|
|
<returns>A <see langword="Double" /> that contains the X coordinate expressed in twips.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.PixelsToTwipsY(System.Double)">
|
|
<summary>Converts a Y coordinate from pixels to twips.</summary>
|
|
<param name="Y">A <see langword="Double" /> that contains the Y coordinate to convert.</param>
|
|
<returns>A <see langword="Double" /> that contains the Y coordinate expressed in twips.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.SendKeys(System.String,System.Boolean)">
|
|
<summary>Sends one or more keystrokes to the active window as if typed at the keyboard.</summary>
|
|
<param name="Keys">A <see cref="T:System.String" /> that contains the key values.</param>
|
|
<param name="Wait">
|
|
<see langword="true" /> to process keystrokes before control is returned to the procedure; otherwise <see langword="false" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.SetCancel(System.Windows.Forms.Button,System.Boolean)">
|
|
<summary>Sets the <see cref="P:System.Windows.Forms.Form.CancelButton" /> property of a <see cref="T:System.Windows.Forms.Form" />.</summary>
|
|
<param name="btn">A <see cref="T:System.Windows.Forms.Button" />.</param>
|
|
<param name="Cancel">
|
|
<see langword="true" /> if the Visual Basic 6.0 <see langword="CommandButton" /> control's <see langword="Cancel" /> property is <see langword="true" />; otherwise <see langword="false" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.SetDefault(System.Windows.Forms.Button,System.Boolean)">
|
|
<summary>Sets the <see cref="P:System.Windows.Forms.Form.AcceptButton" /> property of a <see cref="T:System.Windows.Forms.Form" />.</summary>
|
|
<param name="btn">A <see cref="T:System.Windows.Forms.Button" />.</param>
|
|
<param name="Default">
|
|
<see langword="true" /> if the Visual Basic 6.0 <see langword="CommandButton" /> control's <see langword="Default" /> property is <see langword="true" />; otherwise <see langword="false" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.SetItemData(System.Windows.Forms.Control,System.Int32,System.Int32)">
|
|
<summary>Sets the <see cref="F:Microsoft.VisualBasic.Compatibility.VB6.ListBoxItem.ItemData" /> property for a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ListBoxItem" />.</summary>
|
|
<param name="Control">A <see cref="T:System.Windows.Forms.ListBox" /> or <see cref="T:System.Windows.Forms.ComboBox" /> control.</param>
|
|
<param name="Index">The <see langword="Index" /> of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ListBoxItem" />.</param>
|
|
<param name="ItemData">An <see langword="Integer" /> to assign to the <see cref="F:Microsoft.VisualBasic.Compatibility.VB6.ListBoxItem.ItemData" /> property.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.SetItemString(System.Windows.Forms.Control,System.Int32,System.String)">
|
|
<summary>Sets the <see cref="F:Microsoft.VisualBasic.Compatibility.VB6.ListBoxItem.ItemString" /> property for a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ListBoxItem" />.</summary>
|
|
<param name="Control">A <see cref="T:System.Windows.Forms.ListBox" /><see cref="T:System.Windows.Forms.ListBox" /> or <see cref="T:System.Windows.Forms.ComboBox" /> control.</param>
|
|
<param name="Index">The <see langword="Index" /> of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ListBoxItem" />.</param>
|
|
<param name="ItemString">A <see cref="T:System.String" /> to assign to the <see cref="F:Microsoft.VisualBasic.Compatibility.VB6.ListBoxItem.ItemString" /> property.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.SetResourceBaseName(System.String)">
|
|
<summary>Assigns the name of a Visual Basic 6.0 resource file to the current Visual Basic project namespace.</summary>
|
|
<param name="BaseFileName">A resource file (.res).</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.SetResourceBaseName(System.String,System.String)">
|
|
<summary>Assigns the name of a Visual Basic 6.0 resource file to a Visual Basic project namespace.</summary>
|
|
<param name="ProjectNamespace">A <see cref="T:System.String" /> that contains the <see langword="Namespace" /> for the resource file.</param>
|
|
<param name="BaseFileName">A resource file (.res).</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.ShowForm(System.Windows.Forms.Form,System.Int32,System.Windows.Forms.Form)">
|
|
<summary>Displays a form by calling either the <see cref="M:System.Windows.Forms.Control.Show" /> or <see cref="M:System.Windows.Forms.Form.ShowDialog" /> method.</summary>
|
|
<param name="Form">The <see cref="T:System.Windows.Forms.Form" /> to display.</param>
|
|
<param name="Modal">Optional. A <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.FormShowConstants" /> enumeration that specifies modality.</param>
|
|
<param name="OwnerForm">Optional. The <c>owner</c> parameter of the <see cref="M:System.Windows.Forms.Form.ShowDialog" /> method.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.TabLayout(System.Object[])">
|
|
<summary>Formats strings to simulate the Visual Basic 6.0 <see langword="Debug.Print" /> functionality.</summary>
|
|
<param name="Args">An expression or list of expressions to print.</param>
|
|
<returns>A formatted <see cref="T:System.String" />.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.ToPixelsUserHeight(System.Double,System.Double,System.Int32)">
|
|
<summary>Converts a Visual Basic 6.0 <see langword="ScaleHeight" /> measurement to a pixel measurement.</summary>
|
|
<param name="Height">A <see cref="T:System.Double" /> that represents the height.</param>
|
|
<param name="ScaleHeight">A <see cref="T:System.Double" /> that represents the Visual Basic 6.0 <see langword="ScaleHeight" /> for the current <see langword="ScaleMode" />.</param>
|
|
<param name="OriginalHeightInPixels">An <see langword="Integer" /> that represents the height in pixels.</param>
|
|
<returns>A <see cref="T:System.Double" /> that contains the converted Visual Basic 6.0 <see langword="ScaleHeight" />.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.ToPixelsUserWidth(System.Double,System.Double,System.Int32)">
|
|
<summary>Converts a Visual Basic 6.0 <see langword="ScaleWidth" /> measurement to a pixel measurement.</summary>
|
|
<param name="Width">A <see cref="T:System.Double" /> that represents the width.</param>
|
|
<param name="ScaleWidth">A <see cref="T:System.Double" /> that represents the Visual Basic 6.0 <see langword="ScaleWidth" /> for the current <see langword="ScaleMode" />.</param>
|
|
<param name="OriginalWidthInPixels">An <see langword="Integer" /> that represents the width in pixels.</param>
|
|
<returns>A <see cref="T:System.Double" /> that contains the converted Visual Basic 6.0 <see langword="ScaleWidth" />.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.ToPixelsUserX(System.Double,System.Double,System.Double,System.Int32)">
|
|
<summary>Converts a Visual Basic 6.0 <see langword="ScaleLeft" /> measurement to a pixel measurement.</summary>
|
|
<param name="X">A <see cref="T:System.Double" /> that represents the X coordinate.</param>
|
|
<param name="ScaleLeft">A <see cref="T:System.Double" /> that represents the Visual Basic 6.0 <see langword="ScaleLeft" /> for the current <see langword="ScaleMode" />.</param>
|
|
<param name="ScaleWidth">A <see cref="T:System.Double" /> that represents the Visual Basic 6.0 <see langword="ScaleWidth" /> for the current <see langword="ScaleMode" />.</param>
|
|
<param name="OriginalWidthInPixels">An <see langword="Integer" /> that represents the width in pixels.</param>
|
|
<returns>A <see cref="T:System.Double" /> that contains the converted Visual Basic 6.0 <see langword="ScaleLeft" />.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.ToPixelsUserY(System.Double,System.Double,System.Double,System.Int32)">
|
|
<summary>Converts a Visual Basic 6.0 <see langword="ScaleTop" /> measurement to a pixel measurement.</summary>
|
|
<param name="Y">A <see cref="T:System.Double" /> that represents the Y coordinate.</param>
|
|
<param name="ScaleTop">A <see cref="T:System.Double" /> that represents the Visual Basic 6.0 <see langword="ScaleTop" /> for the current <see langword="ScaleMode" />.</param>
|
|
<param name="ScaleHeight">A <see cref="T:System.Double" /> that represents the Visual Basic 6.0 <see langword="ScaleHeight" /> for the current <see langword="ScaleMode" />.</param>
|
|
<param name="OriginalHeightInPixels">An <see langword="Integer" /> that represents the height in pixels.</param>
|
|
<returns>A <see cref="T:System.Double" /> that contains the converted Visual Basic 6.0 <see langword="ScaleLeft" />.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.ToPixelsX(System.Double,Microsoft.VisualBasic.Compatibility.VB6.ScaleMode)">
|
|
<summary>Converts a Visual Basic 6.0 measurement to a pixel measurement for a given <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ScaleMode" />.</summary>
|
|
<param name="X">A <see cref="T:System.Double" /> that represents the X coordinate.</param>
|
|
<param name="FromScale">A <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ScaleMode" /> enumeration that represents the Visual Basic 6.0 <see langword="ScaleMode" /> to convert from.</param>
|
|
<returns>A <see cref="T:System.Double" /> that contains the pixel value for the specified <see langword="ScaleMode" />.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.ToPixelsY(System.Double,Microsoft.VisualBasic.Compatibility.VB6.ScaleMode)">
|
|
<summary>Converts a Visual Basic 6.0 measurement to a pixel measurement for a given <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ScaleMode" />.</summary>
|
|
<param name="Y">A <see cref="T:System.Double" /> that represents the Y coordinate.</param>
|
|
<param name="FromScale">A <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ScaleMode" /> enumeration that represents the Visual Basic 6.0 <see langword="ScaleMode" /> to convert from.</param>
|
|
<returns>A <see cref="T:System.Double" /> that contains the pixel value for the specified <see langword="ScaleMode" />.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.TwipsPerPixelX">
|
|
<summary>Gets a value that is used to convert twips to pixels based on screen settings.</summary>
|
|
<returns>A <see langword="Double" /> that contains the conversion factor.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.TwipsPerPixelY">
|
|
<summary>Gets a value that is used to convert twips to pixels based on screen settings.</summary>
|
|
<returns>A <see langword="Double" /> that contains the conversion factor.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.TwipsToPixelsX(System.Double)">
|
|
<summary>Converts an X coordinate from twips to pixels.</summary>
|
|
<param name="X">A <see langword="Double" /> that contains the X coordinate to convert.</param>
|
|
<returns>A <see langword="Double" /> that contains the X coordinate expressed in pixels.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.TwipsToPixelsY(System.Double)">
|
|
<summary>Converts a Y coordinate from twips to pixels.</summary>
|
|
<param name="Y">A <see langword="Double" /> that contains the X coordinate to convert.</param>
|
|
<returns>A <see langword="Double" /> that contains the Y coordinate expressed in pixels.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.ValidateControls(System.Windows.Forms.ContainerControl)">
|
|
<summary>Emulates the behavior of the Visual Basic 6.0 <see langword="ValidateControls" /> method.</summary>
|
|
<param name="Form">The <see cref="T:System.Windows.Forms.ContainerControl" /> where the control is parented.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.WhatsThisMode(System.Windows.Forms.Form)">
|
|
<summary>Displays pop-up Help for a form upgraded from Visual Basic 6.0.</summary>
|
|
<param name="Form">A <see cref="T:System.Windows.Forms.Form" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.Support.ZOrder(System.Windows.Forms.Control,System.Int32)">
|
|
<summary>Converts the Visual Basic <see langword="ZOrder" /> method for use in Visual Basic.</summary>
|
|
<param name="Control">A <see cref="T:System.Windows.Forms.Control" />.</param>
|
|
<param name="Position">A <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ZOrderConstants" /> enumeration.</param>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray">
|
|
<summary>Provides a control array of <see cref="T:System.Windows.Forms.TabControl" /> controls</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray" /> class.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.#ctor(System.ComponentModel.IContainer)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray" /> class, specifying its container.</summary>
|
|
<param name="Container">The <see cref="T:System.ComponentModel.IContainer" /> where the control array will be hosted.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.BindingContextChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BindingContext" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.CanExtend(System.Object)">
|
|
<summary>Gets a value that determines whether a control is a member of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray" />.</summary>
|
|
<param name="target">A <see cref="T:System.Windows.Forms.TabControl" /> control.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="target" /> is a member of the control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.CausesValidationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.CausesValidation" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.ChangeUICues">
|
|
<summary>Occurs when the focus or keyboard user interface (UI) cues change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.Click">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.TabControl" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray" /> is clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.ClientSizeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ClientSize" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.ContextMenuChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenu" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.ContextMenuStripChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenuStrip" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.ControlAdded">
|
|
<summary>Occurs when a new control is added to the <see cref="T:System.Windows.Forms.Control.ControlCollection" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.ControlRemoved">
|
|
<summary>Occurs when a control is removed from the <see cref="T:System.Windows.Forms.Control.ControlCollection" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.CursorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Cursor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.Deselected">
|
|
<summary>Occurs when a tab is deselected.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.Deselecting">
|
|
<summary>Occurs before a tab is deselected, enabling a handler to cancel the tab change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.DockChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Dock" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.DoubleClick">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.TabControl" /> control in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray" /> is double-clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.DragDrop">
|
|
<summary>Occurs when a drag-and-drop operation is completed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.DragEnter">
|
|
<summary>Occurs when an object is dragged into the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.DragLeave">
|
|
<summary>Occurs when an object is dragged out of the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.DragOver">
|
|
<summary>Occurs when an object is dragged over the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.DrawItem">
|
|
<summary>Occurs when the <see cref="T:System.Windows.Forms.TabControl" /> needs to paint each of its tabs if the <see cref="P:System.Windows.Forms.TabControl.DrawMode" /> property is set to <see cref="F:System.Windows.Forms.TabDrawMode.OwnerDrawFixed" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.EnabledChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Enabled" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.Enter">
|
|
<summary>Occurs when the control is entered.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.FontChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Font" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.GetControlInstanceType">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.GetControlInstanceType" />.</summary>
|
|
<returns>The type of a control in a control array.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.GetIndex(System.Windows.Forms.TabControl)">
|
|
<summary>Gets the index of a <see cref="T:System.Windows.Forms.TabControl" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.TabControl" /> in the control array.</param>
|
|
<returns>A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.TabControl" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.GiveFeedback">
|
|
<summary>Occurs during a drag operation.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.HelpRequested">
|
|
<summary>Occurs when the user requests help for a control.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.HookUpControlEvents(System.Object)">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.HookUpControlEvents(System.Object)" />.</summary>
|
|
<param name="o">An <see cref="T:System.Object" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.ImeModeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ImeMode" /> property changes.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.Item(System.Int16)">
|
|
<summary>Gets a specific element of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray" /> by index. Read-only.</summary>
|
|
<param name="Index">A <see langword="Short" /> that specifies the position of an element of the control array.</param>
|
|
<returns>A <see cref="T:System.Windows.Forms.TabControl" /> at the specified <paramref name="Index" /> in the control array.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.KeyDown">
|
|
<summary>Occurs when a key is pressed and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.KeyPress">
|
|
<summary>Occurs when a key is pressed and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.KeyUp">
|
|
<summary>Occurs when a key is released and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.Layout">
|
|
<summary>Occurs when a control should reposition its child controls.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.Leave">
|
|
<summary>Occurs when the input focus leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.LocationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Location" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.MarginChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Margin" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.MouseCaptureChanged">
|
|
<summary>Occurs when the control loses or gains mouse capture.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.MouseClick">
|
|
<summary>Occurs when the control is clicked by the mouse.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.MouseDoubleClick">
|
|
<summary>Occurs when the control is double-clicked by the mouse.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.MouseDown">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is pressed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.MouseEnter">
|
|
<summary>Occurs when the mouse pointer enters the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.MouseHover">
|
|
<summary>Occurs when the mouse pointer rests on the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.MouseLeave">
|
|
<summary>Occurs when the mouse pointer leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.MouseMove">
|
|
<summary>Occurs when the mouse pointer is moved over the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.MouseUp">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is released.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.Move">
|
|
<summary>Occurs when the control is moved.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.PaddingChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Padding" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.ParentChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Parent" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.QueryAccessibilityHelp">
|
|
<summary>Occurs when an <see cref="T:System.Windows.Forms.AccessibleObject" /> is providing Help to accessibility applications.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.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="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.RegionChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Region" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.ResetIndex(System.Windows.Forms.TabControl)">
|
|
<summary>The <see langword="ResetIndex" /> method is not supported in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray" /> class.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Control" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.Resize">
|
|
<summary>Occurs when the control is resized.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.RightToLeftChanged">
|
|
<summary>Occurs when the <see cref="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.RightToLeftChanged" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.RightToLeftLayoutChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.TabControl.RightToLeftLayout" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.Selected">
|
|
<summary>Occurs when a tab is selected.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.SelectedIndexChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.TabControl.SelectedIndex" /> property has changed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.Selecting">
|
|
<summary>Occurs before a tab is selected, enabling a handler to cancel the tab change.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.SetIndex(System.Windows.Forms.TabControl,System.Int16)">
|
|
<summary>Sets the index of the initial <see cref="T:System.Windows.Forms.TabControl" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.TabControl" /> in the control array.</param>
|
|
<param name="Index">A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.TabControl" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.ShouldSerializeIndex(System.Windows.Forms.TabControl)">
|
|
<summary>Returns a value that indicates whether a <see cref="T:System.Windows.Forms.TabControl" /> is a member of this <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.TabControl" /> in the control array.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="o" /> is a member of this control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.SizeChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Size" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.StyleChanged">
|
|
<summary>Occurs when the control style changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.SystemColorsChanged">
|
|
<summary>Occurs when the system colors change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.TabIndexChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabIndex" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.TabStopChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabStop" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.Validated">
|
|
<summary>Occurs when the control is finished validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.Validating">
|
|
<summary>Occurs when the control is validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TabControlArray.VisibleChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Visible" /> property value changes.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray">
|
|
<summary>Provides a control array of <see cref="T:System.Windows.Forms.TextBox" /> controls</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray" /> class.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.#ctor(System.ComponentModel.IContainer)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray" /> class, specifying its container.</summary>
|
|
<param name="Container">The <see cref="T:System.ComponentModel.IContainer" /> where the control array will be hosted.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.AcceptsTabChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.TextBoxBase.AcceptsTab" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.AutoSizeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.AutoSize" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.BackColorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BackColor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.BindingContextChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BindingContext" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.BorderStyleChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.TextBoxBase.BorderStyle" /> property value changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.CanExtend(System.Object)">
|
|
<summary>Gets a value that determines whether a control is a member of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray" />.</summary>
|
|
<param name="target">A <see cref="T:System.Windows.Forms.TextBox" /> control.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="target" /> is a member of the control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.CausesValidationChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.CausesValidation" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.ChangeUICues">
|
|
<summary>Occurs when the focus or keyboard user interface (UI) cues change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.Click">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.TextBox" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray" /> is clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.ClientSizeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ClientSize" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.ContextMenuChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenu" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.ContextMenuStripChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenuStrip" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.ControlAdded">
|
|
<summary>Occurs when a new control is added to the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.ControlRemoved">
|
|
<summary>Occurs when a control is removed from the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.CursorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Cursor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.DockChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Dock" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.DoubleClick">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.TextBox" /> control in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray" /> is double-clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.DragDrop">
|
|
<summary>Occurs when a drag-and-drop operation is completed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.DragEnter">
|
|
<summary>Occurs when an object is dragged into the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.DragLeave">
|
|
<summary>Occurs when an object is dragged out of the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.DragOver">
|
|
<summary>Occurs when an object is dragged over the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.EnabledChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Enabled" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.Enter">
|
|
<summary>Occurs when the control is entered.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.FontChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Font" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.ForeColorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ForeColor" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.GetControlInstanceType">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.GetControlInstanceType" />.</summary>
|
|
<returns>The type of a control in a control array.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.GetIndex(System.Windows.Forms.TextBox)">
|
|
<summary>Gets the index of a <see cref="T:System.Windows.Forms.TextBox" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.TextBox" /> in the control array.</param>
|
|
<returns>A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.TextBox" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.GiveFeedback">
|
|
<summary>Occurs during a drag operation.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.HelpRequested">
|
|
<summary>Occurs when the user requests help for a control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.HideSelectionChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.TextBoxBase.HideSelection" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.HookUpControlEvents(System.Object)">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.HookUpControlEvents(System.Object)" />.</summary>
|
|
<param name="o">An <see cref="T:System.Object" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.ImeModeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ImeMode" /> property changes.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.Item(System.Int16)">
|
|
<summary>Gets a specific element of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray" /> by index. Read-only.</summary>
|
|
<param name="Index">A <see langword="Short" /> that specifies the position of an element of the control array.</param>
|
|
<returns>A <see cref="T:System.Windows.Forms.TextBox" /> at the specified <paramref name="Index" /> in the control array.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.KeyDown">
|
|
<summary>Occurs when a key is pressed and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.KeyPress">
|
|
<summary>Occurs when a key is pressed and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.KeyUp">
|
|
<summary>Occurs when a key is released and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.Layout">
|
|
<summary>Occurs when a control should reposition its child controls.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.Leave">
|
|
<summary>Occurs when the input focus leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.LocationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Location" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.MarginChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Margin" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.ModifiedChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.TextBoxBase.Modified" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.MouseCaptureChanged">
|
|
<summary>Occurs when the control loses or gains mouse capture.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.MouseClick">
|
|
<summary>Occurs when the control is clicked by the mouse.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.MouseDoubleClick">
|
|
<summary>Occurs when the control is double-clicked by the mouse.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.MouseDown">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is pressed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.MouseEnter">
|
|
<summary>Occurs when the mouse pointer enters the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.MouseHover">
|
|
<summary>Occurs when the mouse pointer rests on the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.MouseLeave">
|
|
<summary>Occurs when the mouse pointer leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.MouseMove">
|
|
<summary>Occurs when the mouse pointer is moved over the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.MouseUp">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is released.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.Move">
|
|
<summary>Occurs when the control is moved.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.MultilineChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.TextBoxBase.Multiline" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.ParentChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Parent" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.QueryAccessibilityHelp">
|
|
<summary>Occurs when an <see cref="T:System.Windows.Forms.AccessibleObject" /> is providing Help to accessibility applications.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.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="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.ReadOnlyChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.TextBoxBase.ReadOnly" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.RegionChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Region" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.ResetIndex(System.Windows.Forms.TextBox)">
|
|
<summary>The <see langword="ResetIndex" /> method is not supported in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray" /> class.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Control" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.Resize">
|
|
<summary>Occurs when the control is resized.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.RightToLeftChanged">
|
|
<summary>Occurs when the <see cref="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.RightToLeftChanged" /> property value changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.SetIndex(System.Windows.Forms.TextBox,System.Int16)">
|
|
<summary>Sets the index of the initial <see cref="T:System.Windows.Forms.TextBox" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.TextBox" /> in the control array.</param>
|
|
<param name="Index">A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.TextBox" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.ShouldSerializeIndex(System.Windows.Forms.TextBox)">
|
|
<summary>Returns a value that indicates whether a <see cref="T:System.Windows.Forms.TextBox" /> is a member of this <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.TextBox" /> in the control array.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="o" /> is a member of this control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.SizeChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Size" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.StyleChanged">
|
|
<summary>Occurs when the control style changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.SystemColorsChanged">
|
|
<summary>Occurs when the system colors change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.TabIndexChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabIndex" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.TabStopChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabStop" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.TextAlignChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.TextBox.TextAlign" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.TextChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Text" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.Validated">
|
|
<summary>Occurs when the control is finished validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.Validating">
|
|
<summary>Occurs when the control is validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TextBoxArray.VisibleChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Visible" /> property value changes.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.TimerArray">
|
|
<summary>Provides a control array of <see cref="T:System.Windows.Forms.Timer" /> controls</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.TimerArray.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TimerArray" /> class.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.TimerArray.#ctor(System.ComponentModel.IContainer)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TimerArray" /> class, specifying its container.</summary>
|
|
<param name="Container">The <see cref="T:System.ComponentModel.IContainer" /> where the control array will be hosted.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.TimerArray.CanExtend(System.Object)">
|
|
<summary>Gets a value that determines whether a control is a member of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TimerArray" />.</summary>
|
|
<param name="target">A <see cref="T:System.Windows.Forms.Timer" /> control.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="target" /> is a member of the control array; otherwise <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.TimerArray.GetControlInstanceType">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.GetControlInstanceType" />.</summary>
|
|
<returns>The <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TimerArray" /> class is the base class for all control arrays that are used in applications upgraded from Visual Basic 6.0. Because this class is not typically used to create an instance of the class, this <see langword="Protected" /> method is usually not called directly but is instead called by a derived class.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.TimerArray.GetIndex(System.Windows.Forms.Timer)">
|
|
<summary>Gets the index of a <see cref="T:System.Windows.Forms.Timer" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TimerArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Timer" /> in the control array.</param>
|
|
<returns>A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.Timer" />.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.TimerArray.HookUpControlEvents(System.Object)">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.HookUpControlEvents(System.Object)" />.</summary>
|
|
<param name="o">An <see cref="T:System.Object" />.</param>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.TimerArray.Item(System.Int16)">
|
|
<summary>Gets a specific element of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TimerArray" /> by index. Read-only.</summary>
|
|
<param name="Index">A <see langword="Short" /> that specifies the position of an element of the control array.</param>
|
|
<returns>A <see cref="T:System.Windows.Forms.Timer" /> at the specified <paramref name="Index" /> in the control array.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.TimerArray.ResetIndex(System.Windows.Forms.Timer)">
|
|
<summary>The <see langword="ResetIndex" /> method is not supported in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TimerArray" /> class.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Control" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.TimerArray.SetIndex(System.Windows.Forms.Timer,System.Int16)">
|
|
<summary>Sets the index of the initial <see cref="T:System.Windows.Forms.Timer" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TimerArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Timer" /> in the control array.</param>
|
|
<param name="Index">A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.Timer" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.TimerArray.ShouldSerializeIndex(System.Windows.Forms.Timer)">
|
|
<summary>Returns a value that indicates whether a <see cref="T:System.Windows.Forms.Timer" /> is a member of this <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TimerArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Timer" /> in the control array.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="o" /> is a member of this control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TimerArray.Tick">
|
|
<summary>Occurs when the specified timer interval has elapsed and the timer is enabled.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray">
|
|
<summary>Provides a control array of <see cref="T:System.Windows.Forms.ToolBar" /> controls</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray" /> class.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.#ctor(System.ComponentModel.IContainer)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray" /> class, specifying its container.</summary>
|
|
<param name="Container">The <see cref="T:System.ComponentModel.IContainer" /> where the control array will be hosted.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.AutoSizeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.ToolBar.AutoSize" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.BindingContextChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BindingContext" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.ButtonClick">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.ToolBarButton" /> on the <see cref="T:System.Windows.Forms.ToolBar" /> is clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.ButtonDropDown">
|
|
<summary>Occurs when a drop-down style <see cref="T:System.Windows.Forms.ToolBarButton" /> or its down arrow is clicked.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.CanExtend(System.Object)">
|
|
<summary>Gets a value that determines whether a control is a member of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray" />.</summary>
|
|
<param name="target">A <see cref="T:System.Windows.Forms.ToolBar" /> control.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="target" /> is a member of the control array; otherwise <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.CausesValidationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.CausesValidation" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.ChangeUICues">
|
|
<summary>Occurs when the focus or keyboard user interface (UI) cues change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.Click">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.ToolBar" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray" /> is clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.ClientSizeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ClientSize" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.ContextMenuChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenu" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.ContextMenuStripChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenuStrip" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.ControlAdded">
|
|
<summary>Occurs when a new control is added to the <see cref="T:System.Windows.Forms.Control.ControlCollection" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.ControlRemoved">
|
|
<summary>Occurs when a control is removed from the <see cref="T:System.Windows.Forms.Control.ControlCollection" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.CursorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Cursor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.DockChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Dock" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.DoubleClick">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.ToolBar" /> control in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray" /> is double-clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.DragDrop">
|
|
<summary>Occurs when a drag-and-drop operation is completed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.DragEnter">
|
|
<summary>Occurs when an object is dragged into the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.DragLeave">
|
|
<summary>Occurs when an object is dragged out of the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.DragOver">
|
|
<summary>Occurs when an object is dragged over the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.EnabledChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Enabled" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.Enter">
|
|
<summary>Occurs when the control is entered.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.FontChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Font" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.GetControlInstanceType">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.GetControlInstanceType" />.</summary>
|
|
<returns>The <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray" /> class is the base class for all control arrays that are used in applications upgraded from Visual Basic 6.0. Because this class is not typically used to create an instance of the class, this <see langword="Protected" /> method is usually not called directly but is instead called by a derived class.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.GetIndex(System.Windows.Forms.ToolBar)">
|
|
<summary>Gets the index of a <see cref="T:System.Windows.Forms.ToolBar" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.ToolBar" /> in the control array.</param>
|
|
<returns>A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.ToolBar" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.GiveFeedback">
|
|
<summary>Occurs during a drag operation.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.HelpRequested">
|
|
<summary>Occurs when the user requests help for a control.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.HookUpControlEvents(System.Object)">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.HookUpControlEvents(System.Object)" />.</summary>
|
|
<param name="o">An <see cref="T:System.Object" />.</param>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.Item(System.Int16)">
|
|
<summary>Gets a specific element of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray" /> by index. Read-only.</summary>
|
|
<param name="Index">A <see langword="Short" /> that specifies the position of an element of the control array.</param>
|
|
<returns>A <see cref="T:System.Windows.Forms.ToolBar" /> at the specified <paramref name="Index" /> in the control array.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.KeyDown">
|
|
<summary>Occurs when a key is pressed and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.KeyPress">
|
|
<summary>Occurs when a key is pressed and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.KeyUp">
|
|
<summary>Occurs when a key is released and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.Layout">
|
|
<summary>Occurs when a control should reposition its child controls.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.Leave">
|
|
<summary>Occurs when the input focus leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.LocationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Location" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.MarginChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Margin" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.MouseCaptureChanged">
|
|
<summary>Occurs when the control loses or gains mouse capture.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.MouseClick">
|
|
<summary>Occurs when the control is clicked by the mouse.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.MouseDoubleClick">
|
|
<summary>Occurs when the control is double-clicked by the mouse.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.MouseDown">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is pressed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.MouseEnter">
|
|
<summary>Occurs when the mouse pointer enters the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.MouseHover">
|
|
<summary>Occurs when the mouse pointer rests on the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.MouseLeave">
|
|
<summary>Occurs when the mouse pointer leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.MouseMove">
|
|
<summary>Occurs when the mouse pointer is moved over the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.MouseUp">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is released.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.Move">
|
|
<summary>Occurs when the control is moved.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.PaddingChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Padding" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.ParentChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Parent" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.QueryAccessibilityHelp">
|
|
<summary>Occurs when an <see cref="T:System.Windows.Forms.AccessibleObject" /> is providing Help to accessibility applications.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.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="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.RegionChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Region" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.ResetIndex(System.Windows.Forms.ToolBar)">
|
|
<summary>The <see langword="ResetIndex" /> method is not supported in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray" /> class.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Control" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.Resize">
|
|
<summary>Occurs when the control is resized.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.SetIndex(System.Windows.Forms.ToolBar,System.Int16)">
|
|
<summary>Sets the index of the initial <see cref="T:System.Windows.Forms.ToolBar" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.ToolBar" /> in the control array.</param>
|
|
<param name="Index">A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.ToolBar" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.ShouldSerializeIndex(System.Windows.Forms.ToolBar)">
|
|
<summary>Returns a value that indicates whether a <see cref="T:System.Windows.Forms.ToolBar" /> is a member of this <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.ToolBar" /> in the control array.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="o" /> is a member of this control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.SizeChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Size" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.StyleChanged">
|
|
<summary>Occurs when the control style changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.SystemColorsChanged">
|
|
<summary>Occurs when the system colors change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.TabIndexChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabIndex" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.TabStopChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabStop" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.Validated">
|
|
<summary>Occurs when the control is finished validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.Validating">
|
|
<summary>Occurs when the control is validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolBarArray.VisibleChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Visible" /> property value changes.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray">
|
|
<summary>Provides a control array of <see cref="T:System.Windows.Forms.ToolStrip" /> controls</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray" /> class.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.#ctor(System.ComponentModel.IContainer)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray" /> class, specifying its container.</summary>
|
|
<param name="Container">The <see cref="T:System.ComponentModel.IContainer" /> where the control array will be hosted.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.AutoSizeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.ToolStrip.AutoSize" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.BackColorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BackColor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.BackgroundImageChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BackgroundImage" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.BackgroundImageLayoutChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BackgroundImageLayout" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.BeginDrag">
|
|
<summary>Occurs when the user starts to drag the <see cref="T:System.Windows.Forms.ToolStrip" /> control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.BindingContextChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BindingContext" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.CanExtend(System.Object)">
|
|
<summary>Gets a value that determines whether a control is a member of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray" />.</summary>
|
|
<param name="target">A <see cref="T:System.Windows.Forms.ToolStrip" /> control.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="target" /> is a member of the control array; otherwise <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.ChangeUICues">
|
|
<summary>Occurs when the focus or keyboard user interface (UI) cues change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.Click">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.ToolStrip" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray" /> is clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.ClientSizeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ClientSize" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.ContextMenuChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenu" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.ContextMenuStripChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenuStrip" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.DockChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Dock" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.DoubleClick">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.ToolStrip" /> control in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray" /> is double-clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.DragDrop">
|
|
<summary>Occurs when a drag-and-drop operation is completed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.DragEnter">
|
|
<summary>Occurs when an object is dragged into the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.DragLeave">
|
|
<summary>Occurs when an object is dragged out of the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.DragOver">
|
|
<summary>Occurs when an object is dragged over the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.EnabledChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Enabled" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.EndDrag">
|
|
<summary>Occurs when the user stops dragging the <see cref="T:System.Windows.Forms.ToolStrip" /> control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.Enter">
|
|
<summary>Occurs when the control is entered.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.FontChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Font" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.GetControlInstanceType">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.GetControlInstanceType" />.</summary>
|
|
<returns>The <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray" /> class is the base class for all control arrays that are used in applications upgraded from Visual Basic 6.0. Because this class is not typically used to create an instance of the class, this <see langword="Protected" /> method is usually not called directly but is instead called by a derived class.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.GetIndex(System.Windows.Forms.ToolStrip)">
|
|
<summary>Gets the index of a <see cref="T:System.Windows.Forms.ToolStrip" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.ToolStrip" /> in the control array.</param>
|
|
<returns>A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.ToolStrip" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.GiveFeedback">
|
|
<summary>Occurs during a drag operation.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.HelpRequested">
|
|
<summary>Occurs when the user requests help for a control.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.HookUpControlEvents(System.Object)">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.HookUpControlEvents(System.Object)" />.</summary>
|
|
<param name="o">An <see cref="T:System.Object" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.ImeModeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ImeMode" /> property changes.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.Item(System.Int16)">
|
|
<summary>Gets a specific element of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray" /> by index. Read-only.</summary>
|
|
<param name="Index">A <see langword="Short" /> that specifies the position of an element of the control array.</param>
|
|
<returns>A <see cref="T:System.Windows.Forms.ToolStrip" /> at the specified <paramref name="Index" /> in the control array.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.ItemAdded">
|
|
<summary>Occurs when a new <see cref="T:System.Windows.Forms.ToolStripItem" /> is added to the <see cref="T:System.Windows.Forms.ToolStripItemCollection" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.ItemClicked">
|
|
<summary>Occurs when the <see cref="T:System.Windows.Forms.ToolStripItem" /> is clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.ItemRemoved">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.ToolStripItem" /> is removed from the <see cref="T:System.Windows.Forms.ToolStripItemCollection" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.KeyDown">
|
|
<summary>Occurs when a key is pressed and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.KeyPress">
|
|
<summary>Occurs when a key is pressed and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.KeyUp">
|
|
<summary>Occurs when a key is released and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.Layout">
|
|
<summary>Occurs when a control should reposition its child controls.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.LayoutCompleted">
|
|
<summary>Occurs when the layout of the <see cref="T:System.Windows.Forms.ToolStrip" /> is complete.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.LayoutStyleChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.ToolStrip.LayoutStyle" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.Leave">
|
|
<summary>Occurs when the input focus leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.LocationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Location" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.MarginChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Margin" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.MouseCaptureChanged">
|
|
<summary>Occurs when the control loses or gains mouse capture.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.MouseClick">
|
|
<summary>Occurs when the control is clicked by the mouse.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.MouseDoubleClick">
|
|
<summary>Occurs when the control is double-clicked by the mouse.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.MouseDown">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is pressed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.MouseEnter">
|
|
<summary>Occurs when the mouse pointer enters the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.MouseHover">
|
|
<summary>Occurs when the mouse pointer rests on the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.MouseLeave">
|
|
<summary>Occurs when the mouse pointer leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.MouseMove">
|
|
<summary>Occurs when the mouse pointer is moved over the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.MouseUp">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is released.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.Move">
|
|
<summary>Occurs when the control is moved.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.PaddingChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Padding" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.Paint">
|
|
<summary>Occurs when the control is redrawn.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.PaintGrip">
|
|
<summary>Occurs when the <see cref="T:System.Windows.Forms.ToolStrip" /> move handle is painted.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.ParentChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Parent" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.QueryAccessibilityHelp">
|
|
<summary>Occurs when an <see cref="T:System.Windows.Forms.AccessibleObject" /> is providing Help to accessibility applications.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.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="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.RegionChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Region" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.ResetIndex(System.Windows.Forms.ToolStrip)">
|
|
<summary>The <see langword="ResetIndex" /> method is not supported in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray" /> class.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Control" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.Resize">
|
|
<summary>Occurs when the control is resized.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.RightToLeftChanged">
|
|
<summary>Occurs when the <see cref="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.RightToLeftChanged" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.Scroll">
|
|
<summary>Occurs when the user or code scrolls through the client area.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.SetIndex(System.Windows.Forms.ToolStrip,System.Int16)">
|
|
<summary>Sets the index of the initial <see cref="T:System.Windows.Forms.ToolStrip" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.ToolStrip" /> in the control array.</param>
|
|
<param name="Index">A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.ToolStrip" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.ShouldSerializeIndex(System.Windows.Forms.ToolStrip)">
|
|
<summary>Returns a value that indicates whether a <see cref="T:System.Windows.Forms.ToolStrip" /> is a member of this <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.ToolStrip" /> in the control array.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="o" /> is a member of this control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.SizeChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Size" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.StyleChanged">
|
|
<summary>Occurs when the control style changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.SystemColorsChanged">
|
|
<summary>Occurs when the system colors change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.TabIndexChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabIndex" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.TabStopChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabStop" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.TextChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Text" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.Validated">
|
|
<summary>Occurs when the control is finished validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.Validating">
|
|
<summary>Occurs when the control is validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripArray.VisibleChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Visible" /> property value changes.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray">
|
|
<summary>Provides a control array of <see cref="T:System.Windows.Forms.ToolStripMenuItem" /> controls</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray" /> class.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray.#ctor(System.ComponentModel.IContainer)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray" /> class, specifying its container.</summary>
|
|
<param name="Container">The <see cref="T:System.ComponentModel.IContainer" /> where the control array will be hosted.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray.BackColorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BackColor" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray.CanExtend(System.Object)">
|
|
<summary>Gets a value that determines whether a control is a member of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ComboBoxArray" />.</summary>
|
|
<param name="target">A <see cref="T:System.Windows.Forms.ToolStripMenuItem" /> control.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="target" /> is a member of the control array; otherwise <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray.CheckedChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.CheckBox.Checked" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray.CheckStateChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.CheckBox.CheckState" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray.Click">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.ToolStripMenuItem" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray" /> is clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray.DisplayStyleChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.ToolStripItem.DisplayStyle" /> has changed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray.DoubleClick">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.ToolStripMenuItem" /> control in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray" /> is double-clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray.DropDownClosed">
|
|
<summary>Occurs when the drop-down part of the <see cref="T:System.Windows.Forms.ToolStripMenuItem" /> is no longer visible.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray.DropDownItemClicked">
|
|
<summary>Occurs when the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> is clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray.DropDownOpened">
|
|
<summary>Occurs when the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> has opened.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray.DropDownOpening">
|
|
<summary>Occurs as the <see cref="T:System.Windows.Forms.ToolStripDropDown" /> is opening.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray.EnabledChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Enabled" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray.ForeColorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ForeColor" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray.GetControlInstanceType">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.GetControlInstanceType" />.</summary>
|
|
<returns>The <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray" /> class is the base class for all control arrays that are used in applications upgraded from Visual Basic 6.0. Because this class is not typically used to create an instance of the class, this <see langword="Protected" /> method is usually not called directly but is instead called by a derived class.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray.GetIndex(System.Windows.Forms.ToolStripMenuItem)">
|
|
<summary>Gets the index of a <see cref="T:System.Windows.Forms.ToolStripMenuItem" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.ToolStripMenuItem" /> in the control array.</param>
|
|
<returns>A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.ToolStripMenuItem" />.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray.HookUpControlEvents(System.Object)">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.HookUpControlEvents(System.Object)" />.</summary>
|
|
<param name="o">An <see cref="T:System.Object" />.</param>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray.Item(System.Int16)">
|
|
<summary>Gets a specific element of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray" /> by index. Read-only.</summary>
|
|
<param name="Index">A <see langword="Short" /> that specifies the position of an element of the control array.</param>
|
|
<returns>A <see cref="T:System.Windows.Forms.ToolStripMenuItem" /> at the specified <paramref name="Index" /> in the control array.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray.LocationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Location" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray.MouseDown">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is pressed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray.MouseEnter">
|
|
<summary>Occurs when the mouse pointer enters the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray.MouseHover">
|
|
<summary>Occurs when the mouse pointer rests on the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray.MouseLeave">
|
|
<summary>Occurs when the mouse pointer leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray.MouseMove">
|
|
<summary>Occurs when the mouse pointer is moved over the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray.MouseUp">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is released.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray.OwnerChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.ToolStripItem.Owner" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray.Paint">
|
|
<summary>Occurs when the item is redrawn.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray.QueryAccessibilityHelp">
|
|
<summary>Occurs when an <see cref="T:System.Windows.Forms.AccessibleObject" /> is providing Help to accessibility applications.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray.ResetIndex(System.Windows.Forms.ToolStripMenuItem)">
|
|
<summary>Not supported in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray" /> class.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Control" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray.RightToLeftChanged">
|
|
<summary>Occurs when the <see cref="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray.RightToLeftChanged" /> property value changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray.SetIndex(System.Windows.Forms.ToolStripMenuItem,System.Int16)">
|
|
<summary>Sets the index of the initial <see cref="T:System.Windows.Forms.ToolStripMenuItem" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.ToolStripMenuItem" /> in the control array.</param>
|
|
<param name="Index">A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.ToolStripMenuItem" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray.ShouldSerializeIndex(System.Windows.Forms.ToolStripMenuItem)">
|
|
<summary>Returns a value that indicates whether a <see cref="T:System.Windows.Forms.ToolStripMenuItem" /> is a member of this <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.ToolStripMenuItem" /> in the control array.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="o" /> is a member of this control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray.TextChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Text" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.ToolStripMenuItemArray.VisibleChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Visible" /> property value changes.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray">
|
|
<summary>Provides a control array of <see cref="T:System.Windows.Forms.TreeView" /> controls</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray" /> class.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.#ctor(System.ComponentModel.IContainer)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray" /> class, specifying its container.</summary>
|
|
<param name="Container">The <see cref="T:System.ComponentModel.IContainer" /> where the control array will be hosted.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.AfterCheck">
|
|
<summary>Occurs after the tree node check box is selected.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.AfterCollapse">
|
|
<summary>Occurs after the tree node is collapsed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.AfterExpand">
|
|
<summary>Occurs after the tree node is expanded.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.AfterLabelEdit">
|
|
<summary>Occurs when the label for an item is edited by the user.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.AfterSelect">
|
|
<summary>Occurs after the tree node is selected.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.BackColorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BackColor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.BeforeCheck">
|
|
<summary>Occurs before the tree node check box is checked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.BeforeCollapse">
|
|
<summary>Occurs before the tree node is collapsed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.BeforeExpand">
|
|
<summary>Occurs before the tree node is expanded.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.BeforeLabelEdit">
|
|
<summary>Occurs before the tree node label text is edited.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.BeforeSelect">
|
|
<summary>Occurs before the tree node is selected.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.BindingContextChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BindingContext" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.CanExtend(System.Object)">
|
|
<summary>Gets a value that determines whether a control is a member of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray" />.</summary>
|
|
<param name="target">A <see cref="T:System.Windows.Forms.TreeView" /> control.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="target" /> is a member of the control array; otherwise <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.CausesValidationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.CausesValidation" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.ChangeUICues">
|
|
<summary>Occurs when the focus or keyboard user interface (UI) cues change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.Click">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.TreeView" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray" /> is clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.ClientSizeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ClientSize" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.ContextMenuChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenu" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.ContextMenuStripChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenuStrip" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.ControlAdded">
|
|
<summary>Occurs when a new control is added to the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.ControlRemoved">
|
|
<summary>Occurs when a control is removed from the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.CursorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Cursor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.DockChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Dock" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.DoubleClick">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.TreeView" /> control in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray" /> is double-clicked.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.DragDrop">
|
|
<summary>Occurs when a drag-and-drop operation is completed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.DragEnter">
|
|
<summary>Occurs when an object is dragged into the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.DragLeave">
|
|
<summary>Occurs when an object is dragged out of the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.DragOver">
|
|
<summary>Occurs when an object is dragged over the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.DrawNode">
|
|
<summary>Occurs when a <see cref="T:System.Windows.Forms.TreeView" /> is drawn and the <see cref="P:System.Windows.Forms.TreeView.DrawMode" /> property is set to a <see cref="T:System.Windows.Forms.TreeViewDrawMode" /> value other than <see langword="Normal" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.EnabledChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Enabled" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.Enter">
|
|
<summary>Occurs when the control is entered.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.FontChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Font" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.ForeColorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ForeColor" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.GetControlInstanceType">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.GetControlInstanceType" />.</summary>
|
|
<returns>This method must be overridden. The <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray" /> class is the base class for all control arrays that are used in applications upgraded from Visual Basic 6.0. Because this class is not typically used to create an instance of the class, this <see langword="Protected" /> method is usually not called directly but is instead called by a derived class.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.GetIndex(System.Windows.Forms.TreeView)">
|
|
<summary>Gets the index of a <see cref="T:System.Windows.Forms.TreeView" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.TreeView" /> in the control array.</param>
|
|
<returns>A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.TreeView" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.GiveFeedback">
|
|
<summary>Occurs during a drag operation.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.HelpRequested">
|
|
<summary>Occurs when the user requests help for a control.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.HookUpControlEvents(System.Object)">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.HookUpControlEvents(System.Object)" />.</summary>
|
|
<param name="o">An <see cref="T:System.Object" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.ImeModeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ImeMode" /> property changes.</summary>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.Item(System.Int16)">
|
|
<summary>Gets a specific element of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray" /> by index. Read-only.</summary>
|
|
<param name="Index">A <see langword="Short" /> that specifies the position of an element of the control array.</param>
|
|
<returns>A <see cref="T:System.Windows.Forms.TreeView" /> at the specified <paramref name="Index" /> in the control array.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.ItemDrag">
|
|
<summary>Occurs when the user starts dragging a node.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.KeyDown">
|
|
<summary>Occurs when a key is pressed and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.KeyPress">
|
|
<summary>Occurs when a key is pressed and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.KeyUp">
|
|
<summary>Occurs when a key is released and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.Layout">
|
|
<summary>Occurs when a control should reposition its child controls.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.Leave">
|
|
<summary>Occurs when the input focus leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.LocationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Location" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.MarginChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Margin" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.MouseCaptureChanged">
|
|
<summary>Occurs when the control loses or gains mouse capture.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.MouseClick">
|
|
<summary>Occurs when the control is clicked by the mouse.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.MouseDoubleClick">
|
|
<summary>Occurs when the control is double-clicked by the mouse.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.MouseDown">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is pressed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.MouseEnter">
|
|
<summary>Occurs when the mouse pointer enters the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.MouseHover">
|
|
<summary>Occurs when the mouse pointer rests on the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.MouseLeave">
|
|
<summary>Occurs when the mouse pointer leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.MouseMove">
|
|
<summary>Occurs when the mouse pointer is moved over the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.MouseUp">
|
|
<summary>Occurs when the mouse pointer is over the control and a mouse button is released.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.Move">
|
|
<summary>Occurs when the control is moved.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.NodeMouseClick">
|
|
<summary>Occurs when the user clicks a <see cref="T:System.Windows.Forms.TreeNode" /> with the mouse.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.NodeMouseDoubleClick">
|
|
<summary>Occurs when the user double-clicks a <see cref="T:System.Windows.Forms.TreeNode" /> with the mouse.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.NodeMouseHover">
|
|
<summary>Occurs when the mouse hovers over a <see cref="T:System.Windows.Forms.TreeNode" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.PaddingChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Padding" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.ParentChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Parent" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.QueryAccessibilityHelp">
|
|
<summary>Occurs when an <see cref="T:System.Windows.Forms.AccessibleObject" /> is providing Help to accessibility applications.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.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="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.RegionChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Region" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.ResetIndex(System.Windows.Forms.TreeView)">
|
|
<summary>Not supported in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray" /> class.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Control" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.Resize">
|
|
<summary>Occurs when the control is resized.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.RightToLeftChanged">
|
|
<summary>Occurs when the <see cref="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.RightToLeftChanged" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.RightToLeftLayoutChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.TreeView.RightToLeftLayout" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.SetIndex(System.Windows.Forms.TreeView,System.Int16)">
|
|
<summary>Sets the index of the initial <see cref="T:System.Windows.Forms.TreeView" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.TreeView" /> in the control array.</param>
|
|
<param name="Index">A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.TreeView" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.ShouldSerializeIndex(System.Windows.Forms.TreeView)">
|
|
<summary>Returns a value that indicates whether a <see cref="T:System.Windows.Forms.TreeView" /> is a member of this <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.TreeView" /> in the control array.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="o" /> is a member of this control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.SizeChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Size" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.StyleChanged">
|
|
<summary>Occurs when the control style changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.SystemColorsChanged">
|
|
<summary>Occurs when the system colors change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.TabIndexChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabIndex" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.TabStopChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabStop" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.Validated">
|
|
<summary>Occurs when the control is finished validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.Validating">
|
|
<summary>Occurs when the control is validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.TreeViewArray.VisibleChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Visible" /> property value changes.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray">
|
|
<summary>Provides a control array of <see cref="T:System.Windows.Forms.VScrollBar" /> controls.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray" /> class.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.#ctor(System.ComponentModel.IContainer)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray" /> class, specifying its container.</summary>
|
|
<param name="Container">The <see cref="T:System.ComponentModel.IContainer" /> where the control array will be hosted.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.BindingContextChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.BindingContext" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.CanExtend(System.Object)">
|
|
<summary>Gets a value that determines whether a control is a member of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray" />.</summary>
|
|
<param name="target">A <see cref="T:System.Windows.Forms.VScrollBar" /> control.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="target" /> is a member of the control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.CausesValidationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.CausesValidation" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.ChangeUICues">
|
|
<summary>Occurs when the focus or keyboard user interface (UI) cues change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.ClientSizeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ClientSize" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.ContextMenuChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenu" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.ContextMenuStripChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenuStrip" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.ControlAdded">
|
|
<summary>Occurs when a new control is added to the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.ControlRemoved">
|
|
<summary>Occurs when a control is removed from the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.CursorChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Cursor" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.DockChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Dock" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.DragDrop">
|
|
<summary>Occurs when a drag-and-drop operation is completed.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.DragEnter">
|
|
<summary>Occurs when an object is dragged into the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.DragLeave">
|
|
<summary>Occurs when an object is dragged out of the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.DragOver">
|
|
<summary>Occurs when an object is dragged over the control's bounds.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.EnabledChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Enabled" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.Enter">
|
|
<summary>Occurs when the control is entered.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.GetControlInstanceType">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.GetControlInstanceType" />.</summary>
|
|
<returns>The type of a control in a control array.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.GetIndex(System.Windows.Forms.VScrollBar)">
|
|
<summary>Gets the index of a <see cref="T:System.Windows.Forms.VScrollBar" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray" />.</summary>
|
|
<param name="o">A <see langword="Short" /> that specifies the position of an element of the control array.</param>
|
|
<returns>A <see cref="T:System.Windows.Forms.VScrollBar" /> at the specified <paramref name="Index" /> in the control array.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.GiveFeedback">
|
|
<summary>Occurs during a drag operation.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.HelpRequested">
|
|
<summary>Occurs when the user requests Help for a control.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.HookUpControlEvents(System.Object)">
|
|
<summary>Gets a value that determines whether a control is a member of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.VScrollBar" /> control.</param>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.Item(System.Int16)">
|
|
<summary>Gets a specific element of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray" /> by index. Read-only.</summary>
|
|
<param name="Index">A <see langword="Short" /> that specifies the position of an element of the control array.</param>
|
|
<returns>A <see cref="T:System.Windows.Forms.VScrollBar" /> at the specified <paramref name="Index" /> in the control array.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.KeyDown">
|
|
<summary>Occurs when a key is pressed and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.KeyPress">
|
|
<summary>Occurs when a key is pressed and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.KeyUp">
|
|
<summary>Occurs when a key is released and the control has focus.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.Layout">
|
|
<summary>Occurs when a control should reposition its child controls.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.Leave">
|
|
<summary>Occurs when the input focus leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.LocationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Location" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.MarginChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Margin" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.MouseCaptureChanged">
|
|
<summary>Occurs when the control loses or gains mouse capture.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.MouseEnter">
|
|
<summary>Occurs when the mouse pointer enters the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.MouseHover">
|
|
<summary>Occurs when the mouse pointer rests on the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.MouseLeave">
|
|
<summary>Occurs when the mouse pointer leaves the control.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.Move">
|
|
<summary>Occurs when the control is moved.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.PaddingChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Padding" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.ParentChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Parent" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.QueryAccessibilityHelp">
|
|
<summary>Occurs when an <see cref="T:System.Windows.Forms.AccessibleObject" /> is providing Help to accessibility applications.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.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="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.RegionChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Region" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.ResetIndex(System.Windows.Forms.VScrollBar)">
|
|
<summary>The <see langword="ResetIndex" /> method is not supported in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray" /> class.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Control" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.Resize">
|
|
<summary>Occurs when the control is resized.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.Scroll">
|
|
<summary>Occurs when the user scrolls the <see cref="T:System.Windows.Forms.VScrollBar" /> control.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.SetIndex(System.Windows.Forms.VScrollBar,System.Int16)">
|
|
<summary>Sets the index of the initial <see cref="T:System.Windows.Forms.VScrollBar" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.VScrollBar" /> in the control array.</param>
|
|
<param name="Index">A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.VScrollBar" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.ShouldSerializeIndex(System.Windows.Forms.VScrollBar)">
|
|
<summary>Returns a value that indicates whether a <see cref="T:System.Windows.Forms.VScrollBar" /> is a member of this <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.VScrollBar" /> in the control array.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="o" /> is a member of this control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.SizeChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Size" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.StyleChanged">
|
|
<summary>Occurs when the control style changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.SystemColorsChanged">
|
|
<summary>Occurs when the system colors change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.TabIndexChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabIndex" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.TabStopChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.TabStop" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.Validated">
|
|
<summary>Occurs when the control is finished validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.Validating">
|
|
<summary>Occurs when the control is validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.ValueChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.ScrollBar.Value" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.VScrollBarArray.VisibleChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Visible" /> property value changes.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray">
|
|
<summary>Provides a control array of <see cref="T:System.Windows.Forms.WebBrowser" /> controls</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray" /> class.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray.#ctor(System.ComponentModel.IContainer)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray" /> class, specifying its container.</summary>
|
|
<param name="Container">The <see cref="T:System.ComponentModel.IContainer" /> where the control array will be hosted.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray.CanExtend(System.Object)">
|
|
<summary>Gets a value that determines whether a control is a member of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray" />.</summary>
|
|
<param name="target">A <see cref="T:System.Windows.Forms.WebBrowser" /> control.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="target" /> is a member of the control array; otherwise <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray.CausesValidationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.CausesValidation" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray.ClientSizeChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ClientSize" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray.ContextMenuChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenu" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray.ContextMenuStripChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.ContextMenuStrip" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray.ControlAdded">
|
|
<summary>Occurs when a new control is added to the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray.ControlRemoved">
|
|
<summary>Occurs when a control is removed from the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray" />.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray.DockChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Dock" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray.DocumentCompleted">
|
|
<summary>Occurs when the <see cref="T:System.Windows.Forms.WebBrowser" /> control finishes loading a document.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray.FileDownload">
|
|
<summary>Occurs when the <see cref="T:System.Windows.Forms.WebBrowser" /> control downloads a file.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray.GetControlInstanceType">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.GetControlInstanceType" />.</summary>
|
|
<returns>The type of a control in a control array.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray.GetIndex(System.Windows.Forms.WebBrowser)">
|
|
<summary>Gets the index of a <see cref="T:System.Windows.Forms.WebBrowser" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.WebBrowser" /> in the control array.</param>
|
|
<returns>A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.WebBrowser" />.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray.HookUpControlEvents(System.Object)">
|
|
<summary>Overrides <see cref="M:Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray.HookUpControlEvents(System.Object)" />.</summary>
|
|
<param name="o">An <see cref="T:System.Object" />.</param>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray.Item(System.Int16)">
|
|
<summary>Gets a specific element of a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray" /> by index. Read-only.</summary>
|
|
<param name="Index">A <see langword="Short" /> that specifies the position of an element of the control array.</param>
|
|
<returns>A <see cref="T:System.Windows.Forms.WebBrowser" /> at the specified <paramref name="Index" /> in the control array.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray.LocationChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Location" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray.MarginChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Margin" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray.Move">
|
|
<summary>Occurs when the control is moved.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray.Navigated">
|
|
<summary>Occurs when the <see cref="T:System.Windows.Forms.WebBrowser" /> control has navigated to a new document and has begun loading it.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray.Navigating">
|
|
<summary>Occurs before the <see cref="T:System.Windows.Forms.WebBrowser" /> control navigates to a new document.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray.NewWindow">
|
|
<summary>Occurs before a new browser window is opened.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray.ParentChanged">
|
|
<summary>Occurs when the control's <see cref="P:System.Windows.Forms.Control.Parent" /> property changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray.ProgressChanged">
|
|
<summary>Occurs when the <see cref="T:System.Windows.Forms.WebBrowser" /> control has updated information about the download progress of a document that it is navigating to.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray.RegionChanged">
|
|
<summary>Occurs when the value of the <see cref="P:System.Windows.Forms.Control.Region" /> property changes.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray.ResetIndex(System.Windows.Forms.WebBrowser)">
|
|
<summary>The <see langword="ResetIndex" /> method is not supported in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray" /> class.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.Control" />.</param>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray.Resize">
|
|
<summary>Occurs when the control is resized.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray.SetIndex(System.Windows.Forms.WebBrowser,System.Int16)">
|
|
<summary>Sets the index of the initial <see cref="T:System.Windows.Forms.WebBrowser" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.WebBrowser" /> in the control array.</param>
|
|
<param name="Index">A <see langword="Short" /> that represents the index of the specified <see cref="T:System.Windows.Forms.WebBrowser" />.</param>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray.ShouldSerializeIndex(System.Windows.Forms.WebBrowser)">
|
|
<summary>Returns a value that indicates whether a <see cref="T:System.Windows.Forms.WebBrowser" /> is a member of this <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray" />.</summary>
|
|
<param name="o">A <see cref="T:System.Windows.Forms.WebBrowser" /> in the control array.</param>
|
|
<returns>
|
|
<see langword="true" /> if <paramref name="o" /> is a member of this control array; otherwise, <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray.SizeChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Size" /> property value changes.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray.SystemColorsChanged">
|
|
<summary>Occurs when the system colors change.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray.Validated">
|
|
<summary>Occurs when the control is finished validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray.Validating">
|
|
<summary>Occurs when the control is validating.</summary>
|
|
</member>
|
|
<member name="E:Microsoft.VisualBasic.Compatibility.VB6.WebBrowserArray.VisibleChanged">
|
|
<summary>Occurs when the <see cref="P:System.Windows.Forms.Control.Visible" /> property value changes.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.WebClass">
|
|
<summary>Enables upgraded Visual Basic 6.0 <see langword="WebClass" /> projects to run in ASP.NET.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.WebClass.#ctor(System.String,System.String,System.Object)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebClass" /> class.</summary>
|
|
<param name="UserWebClassName">A <see cref="T:System.String" /> that contains the <see langword="Name" /> property for the Visual Basic 6.0 <see langword="WebClass" /> object.</param>
|
|
<param name="WebClassFileName">A <see cref="T:System.String" /> that contains the file name for the Visual Basic 6.0 <see langword="WebClass" /> object.</param>
|
|
<param name="ContainingClass">A <see cref="T:System.String" /> that contains the <see langword="Application" /> property for the Visual Basic 6.0 <see langword="WebClass" /> object.</param>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.WebClass.Name">
|
|
<summary>Gets the name that is used in code to identify a <see langword="WebClass" /> object.</summary>
|
|
<returns>A <see cref="T:System.String" /> that contains the name for the <see langword="WebClass" /> object.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.WebClass.NextItem">
|
|
<summary>Gets or sets another <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebItem" /> object in the current <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebClass" /> object.</summary>
|
|
<returns>A <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebItem" /> object.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.WebClass.ProcessEvents(System.Web.HttpRequest)">
|
|
<summary>Renders a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebItem" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebClass" />.</summary>
|
|
<param name="Request">An <see cref="T:System.Web.HttpRequest" /> object.</param>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.WebClass.UrlData">
|
|
<summary>Gets or sets a parameter that is appended to the end of any URL that is generated by using the <see cref="Overload:Microsoft.VisualBasic.Compatibility.VB6.WebClass.URLFor" /> method.</summary>
|
|
<returns>A <see cref="T:System.String" /> that contains the parameter that will be appended.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.WebClass.URLFor(Microsoft.VisualBasic.Compatibility.VB6.WebItem,System.String)">
|
|
<summary>Specifies the URL that the system must have to reference a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebClass" /><see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebItem" /> in the browser.</summary>
|
|
<param name="obj">A <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebItem" /> object for which you want to generate a URL and raise an event.</param>
|
|
<param name="EventName">Optional. A <see cref="T:System.String" /> that refers to an event in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebItem" />.</param>
|
|
<returns>A <see cref="T:System.String" /> that contains the URL.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.WebClass.URLFor(System.String,System.String)">
|
|
<summary>Specifies the URL that the system must have to reference a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebClass" /><see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebItem" /> in the browser.</summary>
|
|
<param name="objName">A <see cref="T:System.String" /> that contains the name of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebItem" /> object for which you want to generate a URL and raise an event.</param>
|
|
<param name="EventName">Optional. A <see cref="T:System.String" /> that refers to an event in the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebItem" />.</param>
|
|
<returns>A <see cref="T:System.String" /> that contains the URL.</returns>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.WebClassContainingClassNotOptional">
|
|
<summary>Raises an <see cref="T:System.Exception" /> if the <see langword="ContainingClass" /> value is missing.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.WebClassContainingClassNotOptional.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebClassContainingClassNotOptional" /> class.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.WebClassCouldNotFindEvent">
|
|
<summary>Raises an <see cref="T:System.Exception" /> for a missing event parameter in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebClass" />.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.WebClassCouldNotFindEvent.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebClassCouldNotFindEvent" /> class.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.WebClassCouldNotFindEvent.#ctor(System.String)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebClassCouldNotFindEvent" /> class.</summary>
|
|
<param name="eventName">A <see cref="T:System.String" /> that contains the name of the missing event parameter.</param>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.WebClassNextItemCannotBeCurrentWebItem">
|
|
<summary>Raises an <see cref="T:System.Exception" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebClass" />.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.WebClassNextItemCannotBeCurrentWebItem.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebClassNextItemCannotBeCurrentWebItem" /> class.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.WebClassNextItemRespondNotFound">
|
|
<summary>Raises an <see cref="T:System.Exception" /> in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebClass" />.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.WebClassNextItemRespondNotFound.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebClassNextItemRespondNotFound" /> class.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.WebClassUserWebClassNameNotOptional">
|
|
<summary>Raises an <see cref="T:System.Exception" /> if the <see langword="UserWebClassName" /> value is missing.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.WebClassUserWebClassNameNotOptional.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebClassUserWebClassNameNotOptional" /> class.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.WebClassWebClassFileNameNotOptional">
|
|
<summary>Raises an <see cref="T:System.Exception" /> if the <see langword="WebClassFileName" /> value is missing.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.WebClassWebClassFileNameNotOptional.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebClassWebClassFileNameNotOptional" /> class.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.WebClassWebItemNotValid">
|
|
<summary>Raises an <see cref="T:System.Exception" /> if the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebItem" /> value is not valid.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.WebClassWebItemNotValid.#ctor(System.String)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebClassWebItemNotValid" /> class.</summary>
|
|
<param name="itemName">A String that represents the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebItem" />.</param>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.WebItem">
|
|
<summary>Enables upgraded Visual Basic 6.0 <see langword="WebClass" /> projects to run in ASP.NET.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.WebItem.#ctor(System.String,Microsoft.VisualBasic.Compatibility.VB6.WebClass,System.String)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebItem" /> class.</summary>
|
|
<param name="Name">A <see cref="T:System.String" /> that contains the <see langword="Name" /> property for the Visual Basic 6.0 <see langword="WebClass" /> object.</param>
|
|
<param name="AssociatedWebClass">The <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebClass" /> object that contains this <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebItem" />.</param>
|
|
<param name="HtmlTemplateFilename">Optional. The file name of a Visual Basic 6.0 <see langword="Template" /> that was associated with the Visual Basic 6.0 <see langword="WebItem" />.</param>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.WebItem.Name">
|
|
<summary>Gets the name that is used in code to identify a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebItem" /> object.</summary>
|
|
<returns>A <see cref="T:System.String" /> that contains the name for the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebItem" /> object.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.WebItem.ReScanReplacements">
|
|
<summary>Gets or sets a value that determines whether to rescan for tokens that are contained within replacement text.</summary>
|
|
<returns>
|
|
<see langword="true" /> if the text should be rescanned; otherwise <see langword="false" />. The default is <see langword="false" />.</returns>
|
|
</member>
|
|
<member name="P:Microsoft.VisualBasic.Compatibility.VB6.WebItem.TagPrefix">
|
|
<summary>Gets or sets the string that is used to prefix replacement tag names in an HTML template.</summary>
|
|
<returns>A <see cref="T:System.String" /> that identifies the <see langword="TagPrefix" /> sequence used to recognize replacement tags in an HTML template.</returns>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.WebItem.WriteTemplate(System.Web.HttpResponse,System.String)">
|
|
<summary>Processes an HTML template attached to a <see langword="WebItem" /> object and returns it to the browser.</summary>
|
|
<param name="Response">A <see cref="T:System.Web.HttpResponse" /> object.</param>
|
|
<param name="HtmlTemplateFilename">Optional. The file name of a Visual Basic 6.0 <see langword="Template" /> that was associated with the Visual Basic 6.0 <see langword="WebItem" />.</param>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.WebItemAssociatedWebClassNotOptional">
|
|
<summary>Raises an <see cref="T:System.Exception" /> if the <see langword="AssociatedWebClass" /> value for a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebItem" /> is missing.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.WebItemAssociatedWebClassNotOptional.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebItemAssociatedWebClassNotOptional" /> class.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.WebItemClosingTagNotFound">
|
|
<summary>Raises an <see cref="T:System.Exception" /> if the closing tag for a template associated with a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebItem" /> is missing.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.WebItemClosingTagNotFound.#ctor(System.String)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebItemClosingTagNotFound" /> class.</summary>
|
|
<param name="TagName">A <see cref="T:System.String" /> that contains the name of the tag.</param>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.WebItemCouldNotLoadEmbeddedResource">
|
|
<summary>Raises an <see cref="T:System.Exception" /> when an embedded resource specified in a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebItem" /> is missing.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.WebItemCouldNotLoadEmbeddedResource.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebItemCouldNotLoadEmbeddedResource" /> class.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.WebItemCouldNotLoadTemplateFile">
|
|
<summary>Raises an <see cref="T:System.Exception" /> if a template file for a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebItem" /> is missing.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.WebItemCouldNotLoadTemplateFile.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebItemCouldNotLoadTemplateFile" /> class.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.WebItemNameNotOptional">
|
|
<summary>Raises an <see cref="T:System.Exception" /> if the <see langword="Name" /> value for a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebItem" /> is missing.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.WebItemNameNotOptional.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebItemNameNotOptional" /> class.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.WebItemNoTemplateSpecified">
|
|
<summary>Raises an <see cref="T:System.Exception" /> if the <see langword="Template" /> value for a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebItem" /> is missing.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.WebItemNoTemplateSpecified.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebItemNoTemplateSpecified" /> class.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.WebItemTooManyNestedTags">
|
|
<summary>Raises an <see cref="T:System.Exception" /> if the template for a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebItem" /> contains too many nested tags.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.WebItemTooManyNestedTags.#ctor">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebItemTooManyNestedTags" /> class.</summary>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.WebItemUnexpectedErrorReadingTemplateFile">
|
|
<summary>Raises an <see cref="T:System.Exception" /> if the template for a <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebItem" /> cannot be opened or read.</summary>
|
|
</member>
|
|
<member name="M:Microsoft.VisualBasic.Compatibility.VB6.WebItemUnexpectedErrorReadingTemplateFile.#ctor(System.String)">
|
|
<summary>Initializes a new instance of the <see cref="T:Microsoft.VisualBasic.Compatibility.VB6.WebItemUnexpectedErrorReadingTemplateFile" /> class.</summary>
|
|
<param name="innerMessage">A <see cref="T:System.String" /> that contains the error message.</param>
|
|
</member>
|
|
<member name="T:Microsoft.VisualBasic.Compatibility.VB6.ZOrderConstants">
|
|
<summary>Provides constants for compatibility with the Visual Basic 6.0 <see langword="ZOrder" /> method.</summary>
|
|
</member>
|
|
<member name="F:Microsoft.VisualBasic.Compatibility.VB6.ZOrderConstants.BringToFront">
|
|
<summary>Equivalent to the Visual Basic 6.0 constant <see langword="vbBringToFront" />.</summary>
|
|
</member>
|
|
<member name="F:Microsoft.VisualBasic.Compatibility.VB6.ZOrderConstants.SendToBack">
|
|
<summary>Equivalent to the Visual Basic 6.0 constant <see langword="vbSend ToBack" />.</summary>
|
|
</member>
|
|
</members>
|
|
</doc> |