Nevron .NET Vision
Nevron.Chart Namespace / NCharacterSegmentMap Class / Remove Method


In This Topic
    Remove Method (NCharacterSegmentMap)
    In This Topic
    Removes the mapping for the specified character
    Syntax
    'Declaration
     
    
    Public Sub Remove( _
       ByVal character As System.Char _
    ) 
    'Usage
     
    
    Dim instance As NCharacterSegmentMap
    Dim character As System.Char
     
    instance.Remove(character)
    public void Remove( 
       System.char character
    )

    Parameters

    character
    Remarks
    If you remove a character mapping the character will be displayed with the default error character specified by the this.
    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