Enables or disables showing the freeze text over the frozen cells.
public bool ShowFreezeText {get; set;}
public:
property bool ShowFreezeText {
bool get();
void set ( bool value);
}
'Declaration
Public Property ShowFreezeText As Boolean
'Usage
Dim instance As MedicalViewerCell
Dim value As Boolean
instance.ShowFreezeText = value
value = instance.ShowFreezeText
Property Value
true to show freeze text; otherwise, false.