public virtual AnnotationIdentifier ActiveCellSelectedAnnotation {get; set;}
'Declaration
Public Overridable Property ActiveCellSelectedAnnotation As AnnotationIdentifier
'Usage
Dim instance As WorkstationState
Dim value As AnnotationIdentifier
instance.ActiveCellSelectedAnnotation = value
value = instance.ActiveCellSelectedAnnotation
public: __property virtual AnnotationIdentifier* get_ActiveCellSelectedAnnotation();
public: __property virtual void set_ActiveCellSelectedAnnotation(
AnnotationIdentifier* value
);
public:
virtual property AnnotationIdentifier* ActiveCellSelectedAnnotation {
AnnotationIdentifier* get();
void set ( AnnotationIdentifier* value);
}