Gets or sets a value whether the actions applied on the cell should be applied to all sub-cells of the
Leadtools.MedicalViewer.MedicalViewerMultiCell
public virtual bool ApplyActionOnAllSubCells {get; set;}
'Declaration
Public Overridable Property ApplyActionOnAllSubCells As Boolean
'Usage
Dim instance As WorkstationState
Dim value As Boolean
instance.ApplyActionOnAllSubCells = value
value = instance.ApplyActionOnAllSubCells
public: __property virtual bool get_ApplyActionOnAllSubCells();
public: __property virtual void set_ApplyActionOnAllSubCells(
bool value
);
public:
virtual property bool ApplyActionOnAllSubCells {
bool get();
void set ( bool value);
}
Property Value
A
System.Boolean to determines whether the actions applied on the cell should be applied to all sub-cells of the
Leadtools.MedicalViewer.MedicalViewerMultiCell