Nevron .NET Vision
Nevron.UI.WinForm Namespace / NStickyObjectManager Class / GetStickyOptions Method
The specified INStickyObjectWrapper instance.


In This Topic
    GetStickyOptions Method
    In This Topic
    Gets the NStickyOptions instance associated with the specified INStickyObjectWrapper. If no explicit options are provided the default ones are used.
    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
    The specified INStickyObjectWrapper instance.
    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