Nevron .NET Vision
Nevron.Chart.WinForm Namespace / NControlView Class / RequiresControlBackground Property


In This Topic
    RequiresControlBackground Property
    In This Topic
    Returns true if this view requires the outer control background
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RequiresControlBackground As System.Boolean
    'Usage
     
    
    Dim instance As NControlView
    Dim value As System.Boolean
     
    value = instance.RequiresControlBackground
    public System.bool RequiresControlBackground {get;}
    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