Specifies the behavior when drag operation is performed across an IFrame element in a Web page.
| Visual Basic (Declaration) | |
|---|---|
Public Enum CrossIFrameMode Inherits System.Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As CrossIFrameMode | |
| C# | |
|---|---|
public enum CrossIFrameMode : System.Enum | |
| Member | Description |
|---|---|
| ChildIFrameOnly | Users are allowed to perform drag action on child IFrame only. |
| Default | |
| NotAllowed | Users are not allowed to perform drag action on cross IFrame. |
| SiblingAndChildIFrame | Users are allowed to perform drag action on sibling and child IFrame. |
System.Object
System.ValueType
System.Enum
ISNet.WebUI.WebDesktop.CrossIFrameMode
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