Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NMaskedTextBox Class / RemoveSelectedText Method


In This Topic
    RemoveSelectedText Method (NMaskedTextBox)
    In This Topic
    Replaces the currently selected text with the prompt chars. If there is no selection, this method does nothing and returns false.
    Syntax
    'Declaration
     
    
    Public Overrides Function RemoveSelectedText() As System.Boolean
    'Usage
     
    
    Dim instance As NMaskedTextBox
    Dim value As System.Boolean
     
    value = instance.RemoveSelectedText()
    public override System.bool RemoveSelectedText()
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also