ImageGear .NET v25.2 - Updated
ImageGear.Web Assembly / ImageGear.Web.UI Namespace / PageView Class / IsContextMenuEnabled Property




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

    Property Value

    Boolean value.
    Remarks

    The default value is true.

    See Also