CanEditText Property (AnnotationStickyNote)
                In This Topic
            
            
            Specifies if the text of the annotation can be edited in design time.
            
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public Shadows Property CanEditText As Boolean
             
        
            
            public new bool CanEditText {get; set;}
             
        
            
            public read-write property CanEditText: Boolean; 
             
        
            
            public hide function get,set CanEditText : boolean
             
        
            
            public: __property new bool get_CanEditText();
public: __property new void set_CanEditText( 
   bool value
);
             
        
            
            public:
new property bool CanEditText {
   bool get();
   void set (    bool value);
}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also