LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

IsViewRegistered<V> Method

Show in webframe






The view type.
Returns a value that indicates if the provided view type is registered.
Syntax
public bool IsViewRegistered<V>()
'Declaration
 
Public Function IsViewRegistered(Of V)() As Boolean
'Usage
 
Dim instance As WorkstationUIFactory
Dim value As Boolean
 
value = instance.IsViewRegistered(Of V)()

            

            
public: bool IsViewRegistered<V>(); 
public:
bool IsViewRegisteredgeneric<typename V>
(); 

Type Parameters

V
The view type.

Return Value

true if a view with the given type is registered; otherwise, it is false.
Requirements

Target Platforms

See Also

Reference

WorkstationUIFactory Class
WorkstationUIFactory Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.