'Declaration <CategoryAttribute("Behavior")> <DescriptionAttribute("A value indicating whether selection can be used only on image area.")> <DefaultValueAttribute(True)> Public Property SelectionOnlyOnImage As Boolean
[Category("Behavior")] [Description("A value indicating whether selection can be used only on image area.")] [DefaultValue(True)] public bool SelectionOnlyOnImage { get; set; }
[Category("Behavior")] [Description("A value indicating whether selection can be used only on image area.")] [DefaultValue(True)] public: __property bool get_SelectionOnlyOnImage(); public: __property void set_SelectionOnlyOnImage(
bool value
);
[Category("Behavior")] [Description("A value indicating whether selection can be used only on image area.")] [DefaultValue(True)] public:
property bool SelectionOnlyOnImage { bool get(); void set(bool value); }
Property Value
Значение по умолчанию - true.