Intersoft WebCombo Documentation
ItemContextMenu Property
See Also  Send Feedback
ISNet.WebUI.WebCombo Namespace > MultipleSelectionSettings Class : ItemContextMenu Property






Gets or sets the Intersoft WebContextMenu object to be displayed when right clicking an item. Gets or sets the Intersoft WebContextMenu object to be displayed when right clicking an item.

Syntax

Visual Basic (Declaration) 
<ISNet.Serialization.XmlSerializableAttribute()>
<ISNet.Serialization.BinarySerializableAttribute()>
<NotifyParentPropertyAttribute(True)>
<DefaultValueAttribute()>
<DescriptionAttribute("Gets or sets the Intersoft WebContextMenu object to be displayed when right clicking an item.")>
Public Property ItemContextMenu As Object
Visual Basic (Usage)Copy Code
Dim instance As MultipleSelectionSettings
Dim value As Object
 
instance.ItemContextMenu = value
 
value = instance.ItemContextMenu
C# 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the Intersoft WebContextMenu object to be displayed when right clicking an item.")]
public object ItemContextMenu {get; set;}
Delphi 
public read-write property ItemContextMenu: TObject; 
JScript 
ISNet.Serialization.XmlSerializableAttribute()
ISNet.Serialization.BinarySerializableAttribute()
NotifyParentPropertyAttribute()
DefaultValueAttribute()
DescriptionAttribute("Gets or sets the Intersoft WebContextMenu object to be displayed when right clicking an item.")
public function get,set ItemContextMenu : Object
Managed Extensions for C++ 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the Intersoft WebContextMenu object to be displayed when right clicking an item.")]
public: __property Object* get_ItemContextMenu();
public: __property void set_ItemContextMenu( 
   Object* value
);
C++/CLI 
[ISNet.Serialization.XmlSerializableAttribute()]
[ISNet.Serialization.BinarySerializableAttribute()]
[NotifyParentPropertyAttribute(true)]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets or sets the Intersoft WebContextMenu object to be displayed when right clicking an item.")]
public:
property Object^ ItemContextMenu {
   Object^ get();
   void set (    Object^ value);
}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.