Nevron Open Vision Documentation
Nevron.Nov.Editors Namespace / NMarginsPropertyEditor Class / ShowBoxPreview Property


In This Topic
    ShowBoxPreview Property
    In This Topic
    Gets or sets whether the margins/padding/border preview needs to be displayed. Only taken into account when the ControlEmbedding is set to GroupBox
    Syntax
    'Declaration
     
    
    Public Property ShowBoxPreview As System.Boolean
    'Usage
     
    
    Dim instance As NMarginsPropertyEditor
    Dim value As System.Boolean
     
    instance.ShowBoxPreview = value
     
    value = instance.ShowBoxPreview
    public System.bool ShowBoxPreview {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