'Declaration <DefaultValueAttribute(True)> <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.")> <CategoryAttribute("Behavior")> Public Overridable Property DisableContextMenu As Boolean
[DefaultValue(True)] [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.")] [Category("Behavior")] public virtual bool DisableContextMenu { get; set; }
[DefaultValue(True)] [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.")] [Category("Behavior")] public: __property virtual bool get_DisableContextMenu(); public: __property virtual void set_DisableContextMenu(
bool value
);
[DefaultValue(True)] [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.")] [Category("Behavior")] public:
virtual property bool DisableContextMenu { bool get(); void set(bool value); }
Property Value
Значение по умолчанию - true.