DataPlace
NavigationUrlItem Class
CSCS.DataPlace.NavigationNavigationUrlItem
A navigation item that invokes a URL or executable.
Declaration Syntax
C#
public class NavigationUrlItem : NavigationActionItem
Members
All MembersConstructorsMethodsPropertiesEvents



IconMemberDescription
NavigationUrlItem(INavigationBar, INavigationParentItem, String, String, Uri)
Creates a new instance.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Group
Gets the name of the group in which the item appears when listed by group.
(Inherited from NavigationActionItem.)
HasCustomImage
Gets whether the item has a custom image.
(Inherited from NavigationActionItem.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
NavigationActivate()()()
Activates the item by taking whatever action is associated with it (such as opening a window, dialog, etc.).
(Inherited from NavigationActionItem.)
NavigationActivated
Occurs when the item is activated.
(Inherited from NavigationActionItem.)
NavigationImageListKey
Gets the item image key.
(Inherited from NavigationActionItem.)
NavigationParent
Gets the item's parent.
(Inherited from NavigationActionItem.)
NavigationRoot
Gets the root item.
(Inherited from NavigationActionItem.)
NavigationSortKey
Gets the sort key used to determine where the item appears relative to other items.
(Inherited from NavigationActionItem.)
NavigationTitle
Gets the item title.
(Inherited from NavigationActionItem.)
NavigationToolTip
Gets the item tooltip.
(Inherited from NavigationActionItem.)
OnNavigationActivated(EventArgs)
Raises the OnNavigationActivated(EventArgs) event. This implementation launches the URL or executable associated with this instance.
(Overrides NavigationActionItem.OnNavigationActivated(EventArgs).)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
NavigationActionItem
 NavigationUrlItem

Assembly: CS.DataPlace.Extensibility (Module: CS.DataPlace.Extensibility) Version: 2.0.3271.19819