Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / FpSpread Class / RestoreReadOnlyMsgFromControlCollection Method


In This Topic
    RestoreReadOnlyMsgFromControlCollection Method
    In This Topic
    Restores the internal _readOnlyErrorMesg field of the ControlCollection class.
    Syntax
    'Declaration
     
    
    Public Shared Sub RestoreReadOnlyMsgFromControlCollection( _
       ByVal controls As ControlCollection, _
       ByVal value As Object _
    ) 
    'Usage
     
    
    Dim controls As ControlCollection
    Dim value As Object
     
    FpSpread.RestoreReadOnlyMsgFromControlCollection(controls, value)
    public static void RestoreReadOnlyMsgFromControlCollection( 
       ControlCollection controls,
       object value
    )

    Parameters

    controls
    value
    See Also