Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NAutoCompleteBox Class / ImageBeforeText Property


In This Topic
    ImageBeforeText Property
    In This Topic
    Gets/Sets whether the image should be displayed before the text. By default set to false, which means that the image is displayed after the text.
    Syntax
    'Declaration
     
    
    Public Property ImageBeforeText As System.Boolean
    'Usage
     
    
    Dim instance As NAutoCompleteBox
    Dim value As System.Boolean
     
    instance.ImageBeforeText = value
     
    value = instance.ImageBeforeText
    public System.bool ImageBeforeText {get; set;}
    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