Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NDialogPropertyEditor Class / GetValuePreviewText Method


In This Topic
    GetValuePreviewText Method (NDialogPropertyEditor)
    In This Topic
    Gets the value preview text.
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetValuePreviewText( _
       ByVal value As System.Object, _
       ByVal isDefault As System.Boolean _
    ) As System.String
    'Usage
     
    
    Dim instance As NDialogPropertyEditor
    Dim value As System.Object
    Dim isDefault As System.Boolean
    Dim value As System.String
     
    value = instance.GetValuePreviewText(value, isDefault)
    protected virtual System.string GetValuePreviewText( 
       System.object value,
       System.bool isDefault
    )

    Parameters

    value
    isDefault
    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