'Declaration <CategoryAttribute("Behavior")> <DescriptionAttribute("A value indicating whether image viewer must disable context menu in image viewer if the right mouse button is set as an action button of the visual tool.")> <DefaultValueAttribute(True)> Public Overridable Property DisableContextMenu As Boolean
[Category("Behavior")] [Description("A value indicating whether image viewer must disable context menu in image viewer if the right mouse button is set as an action button of the visual tool.")] [DefaultValue(True)] public virtual bool DisableContextMenu { get; set; }
[Category("Behavior")] [Description("A value indicating whether image viewer must disable context menu in image viewer if the right mouse button is set as an action button of the visual tool.")] [DefaultValue(True)] public: __property virtual bool get_DisableContextMenu(); public: __property virtual void set_DisableContextMenu(
bool value
);
[Category("Behavior")] [Description("A value indicating whether image viewer must disable context menu in image viewer if the right mouse button is set as an action button of the visual tool.")] [DefaultValue(True)] public:
virtual property bool DisableContextMenu { bool get(); void set(bool value); }
Property Value
Значение по умолчанию - true.