Nevron.UI.WinForm Namespace / NStickyObjectManager Class / GetStickyOptions Method


In This Topic
    GetStickyOptions Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overridable Function GetStickyOptions( _
       ByVal wrapper As INStickyObjectWrapper _
    ) As NStickyOptions
    'Usage
     
    
    Dim instance As NStickyObjectManager
    Dim wrapper As INStickyObjectWrapper
    Dim value As NStickyOptions
     
    value = instance.GetStickyOptions(wrapper)
    protected virtual NStickyOptions GetStickyOptions( 
       INStickyObjectWrapper wrapper
    )

    Parameters

    wrapper
    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