Change the selection of the cells in the
ActiveViewer
Syntax
Visual Basic (Declaration) | |
---|
Public Overridable Sub SelectActiveViewerCells( _
ByVal select As Boolean _
) |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As MedicalViewerHost
Dim select As Boolean
instance.SelectActiveViewerCells(select) |
C# | |
---|
public virtual void SelectActiveViewerCells(
bool select
) |
Managed Extensions for C++ | |
---|
public: virtual void SelectActiveViewerCells(
bool select
) |
C++/CLI | |
---|
public:
virtual void SelectActiveViewerCells(
bool select
) |
Parameters
- select
- Type: System.Boolean true to select all the cells; False to unselect all the cells.
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
See Also