
| 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 | |
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.
System.Object
ISNet.WebUI.WebUIBaseClass
ISNet.WebUI.NamedObjectBase
ISNet.WebUI.WebDesktop.WebDesktopShortcut
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