Nevron .NET Vision
Nevron.SmartShapes Namespace / NSmartShape Class / GetControlTooltip Method


In This Topic
    GetControlTooltip Method
    In This Topic
    Gets the control tooltip at the specified index
    Syntax
    'Declaration
     
    
    Public Overridable Function GetControlTooltip( _
       ByVal index As System.Integer _
    ) As System.String
    'Usage
     
    
    Dim instance As NSmartShape
    Dim index As System.Integer
    Dim value As System.String
     
    value = instance.GetControlTooltip(index)
    public virtual System.string GetControlTooltip( 
       System.int index
    )

    Parameters

    index
    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