Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / common Class / DisplayHelp Method


In This Topic
    DisplayHelp Method (common)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Sub DisplayHelp( _
       ByVal owner As Object, _
       ByVal topic As String _
    ) 
    'Usage
     
    
    Dim owner As Object
    Dim topic As String
     
    common.DisplayHelp(owner, topic)
    public static void DisplayHelp( 
       object owner,
       string topic
    )

    Parameters

    owner
    topic
    See Also