'Declaration <DescriptionAttribute("A value indicating whether selection can be used only on image area.")> <DefaultValueAttribute(True)> <CategoryAttribute("Behavior")> Public Property SelectionOnlyOnImage As Boolean
[Description("A value indicating whether selection can be used only on image area.")] [DefaultValue(True)] [Category("Behavior")] public bool SelectionOnlyOnImage { get; set; }
[Description("A value indicating whether selection can be used only on image area.")] [DefaultValue(True)] [Category("Behavior")] public: __property bool get_SelectionOnlyOnImage(); public: __property void set_SelectionOnlyOnImage(
bool value
);
[Description("A value indicating whether selection can be used only on image area.")] [DefaultValue(True)] [Category("Behavior")] public:
property bool SelectionOnlyOnImage { bool get(); void set(bool value); }
Property Value
Default value is true.