'Declaration <DescriptionAttribute("A value indicating whether the annotation can interact with user in View or Markup interaction mode.")> <CategoryAttribute("Behavior")> Public Overridable ReadOnly Property CanInteractWithUser As Boolean
[Description("A value indicating whether the annotation can interact with user in View or Markup interaction mode.")] [Category("Behavior")] public virtual bool CanInteractWithUser { get; }
[Description("A value indicating whether the annotation can interact with user in View or Markup interaction mode.")] [Category("Behavior")] public: __property virtual bool get_CanInteractWithUser();
[Description("A value indicating whether the annotation can interact with user in View or Markup interaction mode.")] [Category("Behavior")] public:
virtual property bool CanInteractWithUser { bool get(); }