Nevron .NET Vision
Nevron.GraphicsCore Namespace / INControlStyleDependentRenderSurface Interface / SetControlStyles Method


In This Topic
    SetControlStyles Method (INControlStyleDependentRenderSurface)
    In This Topic
    Syntax
    'Declaration
     
    
    Sub SetControlStyles( _
       ByVal transparentBackrgound As System.Boolean, _
       ByVal needsOverlay As System.Boolean, _
       ByVal control As INControlStyleControl _
    ) 
    'Usage
     
    
    Dim instance As INControlStyleDependentRenderSurface
    Dim transparentBackrgound As System.Boolean
    Dim needsOverlay As System.Boolean
    Dim control As INControlStyleControl
     
    instance.SetControlStyles(transparentBackrgound, needsOverlay, control)
    void SetControlStyles( 
       System.bool transparentBackrgound,
       System.bool needsOverlay,
       INControlStyleControl control
    )

    Parameters

    transparentBackrgound
    needsOverlay
    control
    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