Nevron .NET Vision
Nevron.Chart.WinForm Namespace / NRenderSurfaceCheckButtonCommand Class / m_RenderSurface Field


In This Topic
    m_RenderSurface Field
    In This Topic
    The render surface represented by this command.
    Syntax
    'Declaration
     
    
    Protected m_RenderSurface As RenderSurface
    'Usage
     
    
    Dim instance As NRenderSurfaceCheckButtonCommand
    Dim value As RenderSurface
     
    value = instance.m_RenderSurface
     
    instance.m_RenderSurface = value
    protected RenderSurface m_RenderSurface
    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