Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NClientServerTechnology Class / IsApplicable Method
Indicates if the NClientServerTechnology is being tested in design mode.


In This Topic
    IsApplicable Method (NClientServerTechnology)
    In This Topic
    Provides a value which indicates if the technology can be used with the web control that was provided to the NClientServerTechnology contructor.
    Syntax
    'Declaration
     
    
    Public Overridable Function IsApplicable( _
       ByVal DesignMode As System.Boolean _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NClientServerTechnology
    Dim DesignMode As System.Boolean
    Dim value As System.Boolean
     
    value = instance.IsApplicable(DesignMode)
    public virtual System.bool IsApplicable( 
       System.bool DesignMode
    )

    Parameters

    DesignMode
    Indicates if the NClientServerTechnology is being tested in design mode.

    Return Value

    True if the NClientServerTechnology object can be used; else returns false. The default implementation returns true.
    Remarks
    Override this method if there is a specific configuration of the web control using the NClientServerTechnology object for which the technology is not applicable.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also