Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NImageHostPage Class / CreateResourceBasedLiteralControl Method


In This Topic
    CreateResourceBasedLiteralControl Method (NImageHostPage)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Function CreateResourceBasedLiteralControl( _
       ByVal offset As System.Integer, _
       ByVal size As System.Integer, _
       ByVal fAsciiOnly As System.Boolean _
    ) As System.Web.UI.LiteralControl
    'Usage
     
    
    Dim instance As NImageHostPage
    Dim offset As System.Integer
    Dim size As System.Integer
    Dim fAsciiOnly As System.Boolean
    Dim value As System.Web.UI.LiteralControl
     
    value = instance.CreateResourceBasedLiteralControl(offset, size, fAsciiOnly)
    protected System.Web.UI.LiteralControl CreateResourceBasedLiteralControl( 
       System.int offset,
       System.int size,
       System.bool fAsciiOnly
    )

    Parameters

    offset
    size
    fAsciiOnly
    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