IGMenuItemデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
IGMenuItem コンストラクタ | オーバーロードされます。 |
名前 | 解説 | |
---|---|---|
BarBreak | Gets or sets a value indicating whether the System.Windows.Forms.MenuItem is placed on a new line (for a menu item added to a System.Windows.Forms.MainMenu object) or in a new column (for a submenu item or menu item displayed in a System.Windows.Forms.ContextMenu). System.Windows.Forms.MenuItemから継承されます。 | |
Break | Gets or sets a value indicating whether the item is placed on a new line (for a menu item added to a System.Windows.Forms.MainMenu object) or in a new column (for a menu item or submenu item displayed in a System.Windows.Forms.ContextMenu). System.Windows.Forms.MenuItemから継承されます。 | |
Checked | Gets or sets a value indicating whether a check mark appears next to the text of the menu item. System.Windows.Forms.MenuItemから継承されます。 | |
Container | System.ComponentModel.Componentから継承されます。 | |
DefaultItem | Gets or sets a value indicating whether the menu item is the default menu item. System.Windows.Forms.MenuItemから継承されます。 | |
Enabled | Gets or sets a value indicating whether the menu item is enabled. System.Windows.Forms.MenuItemから継承されます。 | |
Handle | Gets a value representing the window handle for the menu. System.Windows.Forms.Menuから継承されます。 | |
Image | メニュー項目に表示されるイメージを取得または設定します。 | |
Index | Gets or sets a value indicating the position of the menu item in its parent menu. System.Windows.Forms.MenuItemから継承されます。 | |
IsParent | Gets a value indicating whether the menu item contains child menu items. System.Windows.Forms.MenuItemから継承されます。 | |
MdiList | Gets or sets a value indicating whether the menu item will be populated with a list of the Multiple Document Interface (MDI) child windows that are displayed within the associated form. System.Windows.Forms.MenuItemから継承されます。 | |
MdiListItem | Gets a value indicating the System.Windows.Forms.MenuItem that is used to display a list of multiple document interface (MDI) child forms. System.Windows.Forms.Menuから継承されます。 | |
MenuItems | Gets a value indicating the collection of System.Windows.Forms.MenuItem objects associated with the menu. System.Windows.Forms.Menuから継承されます。 | |
MergeOrder | Gets or sets a value indicating the relative position of the menu item when it is merged with another. System.Windows.Forms.MenuItemから継承されます。 | |
MergeType | Gets or sets a value indicating the behavior of this menu item when its menu is merged with another. System.Windows.Forms.MenuItemから継承されます。 | |
Mnemonic | Gets a value indicating the mnemonic character that is associated with this menu item. System.Windows.Forms.MenuItemから継承されます。 | |
Name | Gets or sets the name of the System.Windows.Forms.Menu. System.Windows.Forms.Menuから継承されます。 | |
OwnerDraw | Gets or sets a value indicating whether the code that you provide draws the menu item or Windows draws the menu item. System.Windows.Forms.MenuItemから継承されます。 | |
Parent | Gets a value indicating the menu that contains this menu item. System.Windows.Forms.MenuItemから継承されます。 | |
RadioCheck | Gets or sets a value indicating whether the System.Windows.Forms.MenuItem, if checked, displays a radio-button instead of a check mark. System.Windows.Forms.MenuItemから継承されます。 | |
Shortcut | Gets or sets a value indicating the shortcut key associated with the menu item. System.Windows.Forms.MenuItemから継承されます。 | |
ShowShortcut | Gets or sets a value indicating whether the shortcut key that is associated with the menu item is displayed next to the menu item caption. System.Windows.Forms.MenuItemから継承されます。 | |
Site | System.ComponentModel.Componentから継承されます。 | |
Tag | Gets or sets user-defined data associated with the control. System.Windows.Forms.Menuから継承されます。 | |
Text | Gets or sets a value indicating the caption of the menu item. System.Windows.Forms.MenuItemから継承されます。 | |
Visible | Gets or sets a value indicating whether the menu item is visible. System.Windows.Forms.MenuItemから継承されます。 |
名前 | 解説 | |
---|---|---|
ArrowAreaWidth | サブ項目の矢印に必要な幅を返します。 | |
CanRaiseEvents | System.ComponentModel.Componentから継承されます。 | |
DesignMode | System.ComponentModel.Componentから継承されます。 | |
Events | System.ComponentModel.Componentから継承されます。 | |
ImageAreaPadding | イメージの周囲のパディング量を返します。 | |
IsRightToLeft | メニューの方向が右から左かどうかを示します。 | |
IsSeparator | メニュー項目がセパレーターかどうかを示します。 | |
MenuID | Gets a value indicating the Windows identifier for this menu item. System.Windows.Forms.MenuItemから継承されます。 | |
PreTextSpace | テキストの前の空白量を返します。 | |
RequiresArrowArea | サブ項目を含んでいることを示す矢印がメニュー項目に表示されるかどうかを示します。 | |
SeparatorSize | セパレーターツールに必要な高さを返します。 | |
ShortcutString | メニュー項目に関連付けられたショートカットとして表示する文字列を返します。 | |
ShowShortcutResolved | ショートカットが表示されるかどうかを示す値を返します。 | |
StyleResolved | 描画されるメニューのスタイルを返します。 |
名前 | 解説 | |
---|---|---|
CloneMenu | オーバーロードされます。 オーバーライドされます。 メニュー項目のコピーが作成される場合に呼び出されます。 | |
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. System.MarshalByRefObjectから継承されます。 | |
Dispose | オーバーロードされます。 Disposes of the resources (other than memory) used by the System.Windows.Forms.MenuItem. System.Windows.Forms.MenuItemから継承されます。 | |
FindMenuItem | Gets the System.Windows.Forms.MenuItem that contains the value specified. System.Windows.Forms.Menuから継承されます。 | |
GetContextMenu | Gets the System.Windows.Forms.ContextMenu that contains this menu. System.Windows.Forms.Menuから継承されます。 | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. System.MarshalByRefObjectから継承されます。 | |
GetMainMenu | Gets the System.Windows.Forms.MainMenu that contains this menu. System.Windows.Forms.Menuから継承されます。 | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. System.MarshalByRefObjectから継承されます。 | |
MergeMenu | オーバーロードされます。 Merges this System.Windows.Forms.MenuItem with another System.Windows.Forms.MenuItem and returns the resulting merged System.Windows.Forms.MenuItem. System.Windows.Forms.MenuItemから継承されます。 | |
PerformClick | Generates a System.Windows.Forms.Control.Click event for the System.Windows.Forms.MenuItem, simulating a click by a user. System.Windows.Forms.MenuItemから継承されます。 | |
PerformSelect | Raises the System.Windows.Forms.MenuItem.Select event for this menu item. System.Windows.Forms.MenuItemから継承されます。 | |
ToString | Returns a string that represents the System.Windows.Forms.MenuItem. System.Windows.Forms.MenuItemから継承されます。 |
名前 | 解説 | |
---|---|---|
Click | Occurs when the menu item is clicked or selected using a shortcut key or access key defined for the menu item. System.Windows.Forms.MenuItemから継承されます。 | |
Disposed | System.ComponentModel.Componentから継承されます。 | |
DrawItem | Occurs when the System.Windows.Forms.MenuItem.OwnerDraw property of a menu item is set to true and a request is made to draw the menu item. System.Windows.Forms.MenuItemから継承されます。 | |
MeasureItem | Occurs when the menu needs to know the size of a menu item before drawing it. System.Windows.Forms.MenuItemから継承されます。 | |
Popup | Occurs before a menu item's list of menu items is displayed. System.Windows.Forms.MenuItemから継承されます。 | |
Select | Occurs when the user places the pointer over a menu item. System.Windows.Forms.MenuItemから継承されます。 |