Intersoft WebDesktop Documentation
FrameTarget Enumeration
See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace : FrameTarget Enumeration


Glossary Item Box

Value representing the target frame where the URL specified in TargetURL should be displayed.

Syntax

Visual Basic (Declaration) 
Public Enum FrameTarget 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As FrameTarget
C# 
public enum FrameTarget : System.Enum 

Members

MemberDescription
BlankNo frame is targeted.
ParentThe frame is targeted to parent.
SearchThe frame is targeted to search.
SelfThe frame is targeted to self.
TopThe frame is targeted to top.
UseBaseThe frame is targeted using base.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ISNet.WebUI.WebDesktop.FrameTarget

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

© 2012 Intersoft Solutions Corp. All Rights Reserved.