LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

IsReadOnly Property (ListWithEvents<T>)

Show in webframe






Gets a value indicating whether the list is read-only.
Syntax
public bool IsReadOnly {get;}
'Declaration
 
Public ReadOnly Property IsReadOnly As Boolean
'Usage
 
Dim instance As ListWithEvents(Of T)
Dim value As Boolean
 
value = instance.IsReadOnly

            

            
public: __property bool get_IsReadOnly();
public:
property bool IsReadOnly {
   bool get();
}

Property Value

true if the ListWithEvents<T> is read-only; otherwise, it is false.
Remarks
In the default implementation of list, this property always returns false.
Requirements

Target Platforms

See Also

Reference

ListWithEvents<T> Class
ListWithEvents<T> Members

 

 


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