Hide

SftDirectory 3.5 - ActiveX File/Folder Control

Display
Print

SftDirectory.ShowingContextMenu Event

The context menu is about to be shown.

Syntax

VB.NETPrivate Sub object_ShowingContextMenu(ByVal sender As Object, ByVal e As EventArgumentType) Handles object.ShowingContextMenu
VBPrivate Sub object_ShowingContextMenu(ByVal MenuHandle As Long)
C#.NETvoid object_ShowingContextMenu(object sender, EventArgumentType e);
VC++void OnShowingContextMenuobject(long MenuHandle);
CHRESULT OnShowingContextMenuobject(long MenuHandle);

object

A SftDirectory object.

MenuHandle

A menu handle (HMENU), which can be used to modify the menu using Windows API calls.

Comments

The ShowingContextMenu event occurs when the context menu is about to be shown.

The menu can be modified by the application using Windows API calls with the provided HMENU menu handle MenuHandle.

See Also SftDirectory Object | Object Hierarchy


Last Updated 08/13/2020 - (email)
© 2024 Softel vdm, Inc.