Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Medical.Workstation.Commands Namespace > ReferenceLineStateChangeEventArgs Class : Cell Property |
public MedicalViewerCell Cell {get; set;}
'Declaration Public Property Cell As MedicalViewerCell
'Usage Dim instance As ReferenceLineStateChangeEventArgs Dim value As MedicalViewerCell instance.Cell = value value = instance.Cell
public: __property MedicalViewerCell* get_Cell(); public: __property void set_Cell( MedicalViewerCell* value );
public: property MedicalViewerCell^ Cell { MedicalViewerCell^ get(); void set ( MedicalViewerCell^ value); }