'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); }