| Dart.PowerWEB.TextBox Namespace > HtmlBox Class : RightClickBehavior Property (HtmlBox) | 
Gets or sets a value which indicates how the HtmlBox should behave when it is right-clicked with the mouse.
[Visual Basic]
<DefaultValueAttribute()>
<DescriptionAttribute("Gets/sets a value which indicates what is displayed when the right mouse button is clicked on the HtmlBox")>
<CategoryAttribute("Behavior")>
Public Property RightClickBehavior As RightClickBehavior[C#]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets/sets a value which indicates what is displayed when the right mouse button is clicked on the HtmlBox")]
[CategoryAttribute("Behavior")]
public RightClickBehavior RightClickBehavior {get; set;}[C++]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets/sets a value which indicates what is displayed when the right mouse button is clicked on the HtmlBox")]
[CategoryAttribute("Behavior")]
public: __property RightClickBehavior get_RightClickBehavior();
public: __property void set_RightClickBehavior( 
   RightClickBehavior value
);[C++/CLI]
[DefaultValueAttribute()]
[DescriptionAttribute("Gets/sets a value which indicates what is displayed when the right mouse button is clicked on the HtmlBox")]
[CategoryAttribute("Behavior")]
public:
property RightClickBehavior RightClickBehavior {
   RightClickBehavior get();
   void set (RightClickBehavior value);
}A RightClickBehavior value indicating how the HtmlBox should behave when it is right-clicked with the mouse. The default setting is RightClickBehavior. The default value is RightClickMenu.HtmlBoxMenu.
The default value displays a "Windows-style" right-click menu which is tightly coupled with the HtmlBox. Set this property to RightClickBehavior.WindowsMenu to display the standard Windows menu. Set this property to RightClickBehavior.None to suppress all menus.
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.