Intersoft WebDesktop Documentation
WebDesktopShortcut Class
Members  See Also  Send Feedback
ISNet.WebUI.WebDesktop Namespace : WebDesktopShortcut Class


Glossary Item Box

Shortcut system implemented by the WebDesktopManager as an essential user interface element. This new Shortcut system implementation enriches the existing navigation system by bringing the user-friendly concept of a Desktop into web application development.

Object Model

WebDesktopShortcut Class

Syntax

Visual Basic (Declaration) 
Public Class WebDesktopShortcut 
   Inherits ISNet.WebUI.NamedObjectBase
   Implements ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize, ISNet.WebUI.INamedObject 
Visual Basic (Usage)Copy Code
Dim instance As WebDesktopShortcut
C# 
public class WebDesktopShortcut : ISNet.WebUI.NamedObjectBase, ISNet.ICopyable, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize, ISNet.WebUI.INamedObject  

Remarks

A shortcut element in WebDesktopManager is represented as an Image and Text. The shortcut is selectable when clicked or navigated through keyboard arrow keys. A shortcut oftenly has ToolTip as well when the mouse is over the visible Image or Text area

A WebDesktopShortcut object includes important properties related to a Shortcut system, such as its Image, Text, ToolTip and what module that the Shortcut should launch when double clicked.

By default, the shortcut element is not enabled in DesktopManager when the first time you create it in design time. You can easily enable this feature by configuring ShortcutIconsVisible property to True.

Inheritance Hierarchy

System.Object
   ISNet.WebUI.WebUIBaseClass
      ISNet.WebUI.NamedObjectBase
         ISNet.WebUI.WebDesktop.WebDesktopShortcut

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.