MenuItemBinding Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| 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.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| ToString | Overridden. Returns a string that represents the MenuItemBinding object. |
| Name | Description | |
|---|---|---|
| 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.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| System.ICloneable.Clone | Creates a copy of the MenuItemBinding object. |
| System.Web.UI.IStateManager.LoadViewState | Loads the node's previously saved view state. |
| System.Web.UI.IStateManager.SaveViewState | Saves the view state changes to an Object. |
| System.Web.UI.IStateManager.TrackViewState | Instructs the MenuItemBinding object to track changes to its view state. |
Reference
MenuItemBinding ClassSystem.Web.UI.WebControls Namespace
Menu Class
MenuItem Class
MenuItemBindingCollection
AccessDataSource Class
ObjectDataSource
SiteMapDataSource
SqlDataSource
XmlDataSource
Menu.DataBindings Property
DataMember
Depth
FormatString
MenuItem.ImageUrl Property
ImageUrl
ImageUrlField
MenuItem.NavigateUrl Property
NavigateUrl
NavigateUrlField
Target
MenuItem.Text Property
Text
TextField
MenuItem.ToolTip Property
ToolTip
ToolTipField
Value
Value
ValueField
Community Additions
ADD
Show: