InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / NavigatingEventArgs Class / TargetFrameName Property
Example


In This Topic
    TargetFrameName Property
    In This Topic
    The target frame in which the new Web page is displayed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TargetFrameName As String
    'Usage
     
    
    Dim instance As NavigatingEventArgs
    Dim value As String
     
    value = instance.TargetFrameName
    public string TargetFrameName {get;}
    Example
    NavigatingEventArgs Nav;
    string frameName = Nav.TargetFrameName;
    See Also