Dart.PowerWEB.TextBox Namespace > HtmlBox Class : RightClickMenu Property |
Gets an HtmlBoxMenu control representing the right-click menu displayed when the user right-clicks on the HtmlBox with the mouse.
[Visual Basic]
<DescriptionAttribute("Returns the HtmlBoxMenu which represents the right-click menu used by the HtmlBox.")>
<CategoryAttribute()>
<PersistenceModeAttribute()>
<NotifyParentPropertyAttribute(True)>
<DesignerSerializationVisibilityAttribute()>
Public ReadOnly Property RightClickMenu As HtmlBoxMenu
[C#]
[DescriptionAttribute("Returns the HtmlBoxMenu which represents the right-click menu used by the HtmlBox.")]
[CategoryAttribute()]
[PersistenceModeAttribute()]
[NotifyParentPropertyAttribute(true)]
[DesignerSerializationVisibilityAttribute()]
public HtmlBoxMenu RightClickMenu {get;}
[C++]
[DescriptionAttribute("Returns the HtmlBoxMenu which represents the right-click menu used by the HtmlBox.")]
[CategoryAttribute()]
[PersistenceModeAttribute()]
[NotifyParentPropertyAttribute(true)]
[DesignerSerializationVisibilityAttribute()]
public: __property HtmlBoxMenu* get_RightClickMenu();
[C++/CLI]
[DescriptionAttribute("Returns the HtmlBoxMenu which represents the right-click menu used by the HtmlBox.")]
[CategoryAttribute()]
[PersistenceModeAttribute()]
[NotifyParentPropertyAttribute(true)]
[DesignerSerializationVisibilityAttribute()]
public:
property HtmlBoxMenu^ RightClickMenu {
HtmlBoxMenu^ get();
}
An HtmlBox control representing the right-click menu displayed when the user right-clicks on the HtmlBox with the mouse.
The default right-click menu (used when the HtmlBox.RightClickBehavior property is RightClickBehavior.HtmlBoxMenu) is a context sensitive right-click menu tightly coupled with the HtmlBox. For example, when if the user right-clicks within a table, they are presented with table specific options such as "Table Properties" and "Cell Properties".
Style changes to the global HtmlBox.MenuStyle object are applied to the HtmlBox.RightClickMenu.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBox Class | HtmlBox Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.