Click or drag to resize

ShellMenuSendToItem Class

Defines a menu item that will insert the 'Send To' menu. This is a placeholder instance, no property will be used.
Inheritance Hierarchy

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public sealed class ShellMenuSendToItem : ShellMenuItem

The ShellMenuSendToItem type exposes the following members.

Constructors
  NameDescription
Public methodShellMenuSendToItem
Initializes a new instance of the ShellMenuSendToItem class.
Top
Properties
  NameDescription
Public propertyAllItems
Gets all child items.
(Inherited from ShellMenuItem.)
Public propertyBitmap
Gets the bitmap instance.
(Inherited from ShellMenuItem.)
Public propertyBitmapCode
Gets the bitmap code.
(Inherited from ShellMenuItem.)
Public propertyBitmapHandle
Gets the bitmap handle.
(Inherited from ShellMenuItem.)
Public propertyBitmapPath
Gets or sets the bitmap path.
(Inherited from ShellMenuItem.)
Public propertyDisplayText
Gets the display text.
(Inherited from ShellMenuItem.)
Public propertyHelp
Gets or sets the help text, for status bar.
(Overrides ShellMenuItemHelp.)
Public propertyId
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.)
Public propertyIndex
Gets this item menu index.
(Inherited from ShellMenuItem.)
Public propertyInsertBeforeById
Gets or sets a value indicating whether insert happens by id or by position.
(Inherited from ShellMenuItem.)
Public propertyInsertBeforeByPosition
Gets or sets a value indicating whether insert happens by position or by index.
(Overrides ShellMenuItemInsertBeforeByPosition.)
Public propertyInsertBeforeItem
Gets or sets the insert before item value.
(Inherited from ShellMenuItem.)
Public propertyIsChecked
Gets or sets a value indicating whether this instance is checked.
(Inherited from ShellMenuItem.)
Public propertyIsDefault
Gets or sets a value indicating whether this instance is the default menu item.
(Inherited from ShellMenuItem.)
Public propertyIsGrayed
Gets or sets a value indicating whether this instance is grayed.
(Inherited from ShellMenuItem.)
Public propertyIsHilite
Gets or sets a value indicating whether this instance is hilite.
(Inherited from ShellMenuItem.)
Public propertyIsRadioCheck
Gets or sets a value indicating whether this instance is a radio check.
(Inherited from ShellMenuItem.)
Public propertyIsSeparator
Gets or sets a value indicating whether this instance is a separator.
(Inherited from ShellMenuItem.)
Public propertyItems
Gets the child items.
(Inherited from ShellMenuItem.)
Public propertyMenu
Gets the parent menu.
(Inherited from ShellMenuItem.)
Public propertyMenuId
Gets this item menu identifier.
(Inherited from ShellMenuItem.)
Public propertyNativeTag
Gets or sets the native tag.
(Overrides ShellMenuItemNativeTag.)
Public propertyNewMenuPlaceholderPath
Gets or sets the 'New' menu placeholder path.
(Inherited from ShellMenuItem.)
Public propertyState
Gets or sets the state.
(Overrides ShellMenuItemState.)
Public propertyTag
Gets or sets the tag, a custom arbitrary value that can be used to store anything.
(Overrides ShellMenuItemTag.)
Public propertyText
Gets or sets this menu item's text.
(Overrides ShellMenuItemText.)
Public propertyTopNewMenuPlaceholderPath
Gets or sets the top 'New' menu placeholder path.
(Inherited from ShellMenuItem.)
Public propertyType
Gets or sets the type.
(Overrides ShellMenuItemType.)
Public propertyVerb
Gets or sets the verb. May be null. The verb can also be used as a unique key to ensure a ShellMenuItem is only present once in a menu.
(Inherited from ShellMenuItem.)
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from ShellMenuItem.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodImportToMenu
Imports this instance to another menu instance.
(Inherited from ShellMenuItem.)
Public methodToString
Returns a String that represents this instance.
(Overrides ShellMenuItemToString.)
Top
Events
  NameDescription
Public eventInvoke
Occurs when this menu item is invoked.
(Inherited from ShellMenuItem.)
Top
See Also