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