ImageGear .NET - Updated
IsContextMenuEnabled Property (PageView)




ImageGear24.Web Assembly > ImageGear.Web.UI Namespace > PageView Class : IsContextMenuEnabled Property
Gets or sets the context menu visibility.
Syntax
'Declaration
 
<DefaultValueAttribute()>
<DescriptionAttribute("Gets or sets a value indicating wheter control context menu is visibile.")>
<BrowsableAttribute(True)>
<CategoryAttribute("PageView Properties")>
Public Property IsContextMenuEnabled As Boolean
'Usage
 
Dim instance As PageView
Dim value As Boolean
 
instance.IsContextMenuEnabled = value
 
value = instance.IsContextMenuEnabled
[DefaultValue()]
[Description("Gets or sets a value indicating wheter control context menu is visibile.")]
[Browsable(true)]
[Category("PageView Properties")]
public bool IsContextMenuEnabled {get; set;}
[DefaultValue()]
[Description("Gets or sets a value indicating wheter control context menu is visibile.")]
[Browsable(true)]
[Category("PageView Properties")]
public: __property bool get_IsContextMenuEnabled();
public: __property void set_IsContextMenuEnabled( 
   bool value
);
[DefaultValue()]
[Description("Gets or sets a value indicating wheter control context menu is visibile.")]
[Browsable(true)]
[Category("PageView Properties")]
public:
property bool IsContextMenuEnabled {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
Remarks

The default value is true.

See Also

Reference

PageView Class
PageView Members