In This Topic

CanSelect Property (Annotation)

In This Topic
Specifies if the annotation can be selected in design time.
Syntax
'Declaration
 
<DescriptionAttribute("Specifies if the annotation can be selected in design time")>
Public Property CanSelect As Boolean
[Description("Specifies if the annotation can be selected in design time")]
public bool CanSelect {get; set;}
public read-write property CanSelect: Boolean; 
DescriptionAttribute("Specifies if the annotation can be selected in design time")
public function get,set CanSelect : boolean
[Description("Specifies if the annotation can be selected in design time")]
public: __property bool get_CanSelect();
public: __property void set_CanSelect( 
   bool value
);
[Description("Specifies if the annotation can be selected in design time")]
public:
property bool CanSelect {
   bool get();
   void set (    bool value);
}
See Also