Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NStylePropertyPage Class / SetStyleToEdit Method


In This Topic
    SetStyleToEdit Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Sub SetStyleToEdit( _
       ByVal style As NStyle _
    ) 
    'Usage
     
    
    Dim instance As NStylePropertyPage
    Dim style As NStyle
     
    instance.SetStyleToEdit(style)
    public virtual void SetStyleToEdit( 
       NStyle style
    )

    Parameters

    style
    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