MergingContextMenuEventArgs Class |
Namespace: callback.ShellBoost.Core
public class MergingContextMenuEventArgs : EventArgs
The MergingContextMenuEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | AppendMenu |
Gets the append menu.
Items can only be added or removed to this menu.
|
![]() | ExistingMenu |
Gets the existing menu.
This menu is read-only.
|
![]() | Folder |
Gets the opened Shell Folder instance.
|
![]() | Hwnd |
Gets the owner window handle.
May be IntPtr.Zero depending on context.
|
![]() | Items |
Gets the selected items.
|
![]() | MergeType |
Gets the context for merge operations.
|
![]() | Options |
Gets the options.
It's the same value as ExistingMenu's Flags.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |