Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NIconAndDetailsShape Class / GetPromptTextInfo Method


In This Topic
    GetPromptTextInfo Method
    In This Topic
    Gets the prompt text info
    Syntax
    'Declaration
     
    
    Protected Sub GetPromptTextInfo( _
       ByRef info As NItemTextInfo _
    ) 
    'Usage
     
    
    Dim instance As NIconAndDetailsShape
    Dim info As NItemTextInfo
     
    instance.GetPromptTextInfo(info)
    protected void GetPromptTextInfo( 
       out NItemTextInfo info
    )

    Parameters

    info
    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