RectangleHotSpot Members

Defines a rectangular hot spot region in an ImageMap control. This class cannot be inherited.

The following tables list the members exposed by the RectangleHotSpot type.

  Name Description
Public method RectangleHotSpot Initializes a new instance of the RectangleHotSpot class.
Top

  Name Description
Public property AccessKey  Gets or sets the access key that allows you to quickly navigate to the HotSpot region.(Inherited from HotSpot.)
Public property AlternateText  Gets or sets the alternate text to display for a HotSpot object in an ImageMap control when the image is unavailable or renders to a browser that does not support images.(Inherited from HotSpot.)
Public property Bottom Gets or sets the y-coordinate of the bottom side of the rectangular region defined by this RectangleHotSpot object.
Public property HotSpotMode  Gets or sets the behavior of a HotSpot object in an ImageMap control when the HotSpot is clicked.(Inherited from HotSpot.)
Public property Left Gets or sets the x-coordinate of the left side of the rectangular region defined by this RectangleHotSpot object.
Public property NavigateUrl  Gets or sets the URL to navigate to when a HotSpot object is clicked.(Inherited from HotSpot.)
Public property PostBackValue  Gets or sets the name of the HotSpot object to pass in the event data when the HotSpot is clicked.(Inherited from HotSpot.)
Public property Right Gets or sets the x-coordinate of the right side of the rectangular region defined by this RectangleHotSpot object.
Public property TabIndex  Gets or sets the tab index of the HotSpot region.(Inherited from HotSpot.)
Public property Target  Gets or sets the target window or frame in which to display the Web page content linked to when a HotSpot object that navigates to a URL is clicked.(Inherited from HotSpot.)
Public property Top Gets or sets the y-coordinate of the top side of the rectangular region defined by this RectangleHotSpot object.
Top

(see also Protected Methods )
  Name Description
Public method Equals  Overloaded. Determines whether two Object instances are equal. (Inherited from Object.)
Public method GetCoordinates Overridden. Returns a string that represents the x -and y-coordinates of a RectangleHotSpot object's top left corner and the x- and y-coordinates of its bottom right corner.
Public method GetHashCode  Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.)
Public method GetType  Gets the Type of the current instance. (Inherited from Object.)
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (Inherited from Object.)
Public method ToString  Returns the String representation of this instance of a HotSpot object. (Inherited from HotSpot.)
Top

  Name Description
Protected method 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.)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (Inherited from Object.)
Top

Community Additions

ADD
Show: