ShellMenuSeparatorItem Class |
Namespace: ShellBoost.Core
public sealed class ShellMenuSeparatorItem : ShellMenuItem
The ShellMenuSeparatorItem type exposes the following members.
Name | Description | |
---|---|---|
ShellMenuSeparatorItem |
Initializes a new instance of the ShellMenuSeparatorItem class.
|
Name | Description | |
---|---|---|
AllItems |
Gets all child items.
(Inherited from ShellMenuItem.) | |
Bitmap |
Gets the bitmap instance.
(Inherited from ShellMenuItem.) | |
BitmapCode |
Gets the bitmap code.
(Inherited from ShellMenuItem.) | |
BitmapHandle |
Gets the bitmap handle.
(Inherited from ShellMenuItem.) | |
BitmapPath |
Gets or sets the bitmap path.
(Inherited from ShellMenuItem.) | |
DisplayText |
Gets the display text.
(Inherited from ShellMenuItem.) | |
Help |
Gets or sets the help text, for status bar.
(Inherited from ShellMenuItem.) | |
Id |
Gets this item menu identifier offset.
Note the menu identifier offset of a merged menu is not the same as the original appended menu.
(Inherited from ShellMenuItem.) | |
Index |
Gets this item menu index.
(Inherited from ShellMenuItem.) | |
InsertBeforeById |
Gets or sets a value indicating whether insert happens by id or by position.
(Inherited from ShellMenuItem.) | |
InsertBeforeByPosition |
Gets or sets a value indicating whether insert happens by position or by index.
(Inherited from ShellMenuItem.) | |
InsertBeforeItem |
Gets or sets the insert before item value.
(Inherited from ShellMenuItem.) | |
IsChecked |
Gets or sets a value indicating whether this instance is checked.
(Inherited from ShellMenuItem.) | |
IsDefault |
Gets or sets a value indicating whether this instance is the default menu item.
(Inherited from ShellMenuItem.) | |
IsGrayed |
Gets or sets a value indicating whether this instance is grayed.
(Inherited from ShellMenuItem.) | |
IsHilite |
Gets or sets a value indicating whether this instance is hilite.
(Inherited from ShellMenuItem.) | |
IsRadioCheck |
Gets or sets a value indicating whether this instance is a radio check.
(Inherited from ShellMenuItem.) | |
IsSeparator |
Gets or sets a value indicating whether this instance is a separator.
(Inherited from ShellMenuItem.) | |
Items |
Gets the child items.
(Inherited from ShellMenuItem.) | |
Menu |
Gets the parent menu.
(Inherited from ShellMenuItem.) | |
MenuId |
Gets this item menu identifier.
(Inherited from ShellMenuItem.) | |
NativeTag |
Gets or sets the menu item user data, a custom arbitrary value that can be used to store anything but must be able to cross processes as is.
(Inherited from ShellMenuItem.) | |
NewMenuPlaceholderPath |
Gets or sets the 'New' menu placeholder path.
(Inherited from ShellMenuItem.) | |
State |
Gets or sets the state.
(Overrides ShellMenuItemState.) | |
Tag |
Gets or sets the tag, a custom arbitrary value that can be used to store anything.
(Inherited from ShellMenuItem.) | |
Text |
Gets or sets this menu item's text.
(Overrides ShellMenuItemText.) | |
TopNewMenuPlaceholderPath |
Gets or sets the top 'New' menu placeholder path.
(Inherited from ShellMenuItem.) | |
Type |
Gets or sets the type.
(Overrides ShellMenuItemType.) | |
Verb |
Gets or sets the verb.
(Overrides ShellMenuItemVerb.) |
Name | Description | |
---|---|---|
Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from ShellMenuItem.) | |
ImportToMenu |
Imports this instance to another menu instance.
(Inherited from ShellMenuItem.) | |
ToString |
Returns a String that represents this instance.
(Overrides ShellMenuItemToString.) |
Name | Description | |
---|---|---|
Invoke |
Occurs when this menu item is invoked.
(Inherited from ShellMenuItem.) |