ToolStripMenuItemArray 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862
提供 ToolStripMenuItem 控制項的控制項陣列。
public ref class ToolStripMenuItemArray : Microsoft::VisualBasic::Compatibility::VB6::BaseControlArray, System::ComponentModel::IExtenderProvider
public class ToolStripMenuItemArray : Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray, System.ComponentModel.IExtenderProvider
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public class ToolStripMenuItemArray : Microsoft.VisualBasic.Compatibility.VB6.BaseControlArray, System.ComponentModel.IExtenderProvider
type ToolStripMenuItemArray = class
inherit BaseControlArray
interface IExtenderProvider
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
type ToolStripMenuItemArray = class
inherit BaseControlArray
interface IExtenderProvider
Public Class ToolStripMenuItemArray
Inherits BaseControlArray
Implements IExtenderProvider
- 繼承
- 屬性
- 實作
備註
類別 ToolStripMenuArray
提供對等的Visual Basic 6.0 Menu
數位列運行時間功能。 它不提供 Visual Basic 6.0 控件數位的設計時間功能。
注意
Microsoft.VisualBasic.Compatibility.VB6 命名空間中的函式和物件都是供這些工具使用,以便從 Visual Basic 6.0 升級至 Visual Basic。 在大多數情況下,這些函式和物件會複製在 .NET Framework 其他命名空間中可以找到的功能。 只有當 Visual Basic 6.0 程式碼模型與 .NET Framework 實作有顯著差異時,才會需要這些函式和物件。
建構函式
ToolStripMenuItemArray() |
已淘汰.
初始化 ToolStripMenuItemArray 類別的新執行個體。 |
ToolStripMenuItemArray(IContainer) |
已淘汰.
初始化 ToolStripMenuItemArray 類別的新執行個體,並指定其容器。 |
欄位
components |
已淘汰.
儲存控制項陣列的容器。 (繼承來源 BaseControlArray) |
controlAddedAtDesignTime |
已淘汰.
儲存值以追蹤控制項陣列中的控制項是在設計階段或執行階段建立的。 (繼承來源 BaseControlArray) |
controls |
已淘汰.
儲存值,這些值代表控制項陣列中的控制項。 (繼承來源 BaseControlArray) |
fIsEndInitCalled |
已淘汰.
儲存值,這個值表示控制項陣列容器的初始化程式碼是否已完成執行。 (繼承來源 BaseControlArray) |
indices |
已淘汰.
儲存控制項陣列的索引。 (繼承來源 BaseControlArray) |
屬性
CanRaiseEvents |
已淘汰.
取得值,指出元件是否能引發事件。 (繼承來源 Component) |
Container |
已淘汰.
取得包含 IContainer 的 Component。 (繼承來源 Component) |
DesignMode |
已淘汰.
取得值,指出 Component 目前是否處於設計模式。 (繼承來源 Component) |
Events |
已淘汰.
取得附加在這個 Component 上的事件處理常式清單。 (繼承來源 Component) |
Item[Int16] |
已淘汰.
依索引取得 ToolStripMenuItemArray 的特定項目。 唯讀。 |
Site |
已淘汰.
(繼承來源 Component)
|
方法
事件
明確介面實作
ISupportInitialize.BeginInit() |
已淘汰.
開始控制項的初始化。 (繼承來源 BaseControlArray) |
ISupportInitialize.EndInit() |
已淘汰.
結束控制項的初始化。 (繼承來源 BaseControlArray) |