The C1WebLinkItem type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| C1WebLinkItem | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Equals | (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. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetScriptProperties | (Overrides C1WebItemBase..::.GetScriptProperties()()().) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| LoadViewState |
This member overrides C1WebItemBase.LoadViewState.
(Overrides C1WebItemBase..::.LoadViewState(Object).) | |
| MakeClientScriptArgument | ||
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SaveViewState |
This member overrides C1WebItemBase.SaveViewState.
(Overrides C1WebItemBase..::.SaveViewState()()().) | |
| ToString | (Inherited from Object.) | |
| TrackViewState |
This member overrides C1WebItemBase.TrackViewState.
(Overrides C1WebItemBase..::.TrackViewState()()().) |
Properties
| Name | Description | |
|---|---|---|
| CausesValidation |
Determines whether validation is performed when the item is clicked.
| |
| ClientScripts |
Collection of client-side scripts associated with the item.
| |
| CommandArgument |
Gets or sets an optional parameter passed to the ItemClick and ItemSelected events of the component along with the associated CommandName.
| |
| CommandName |
Gets or sets the command name associated with the Item passed to the ItemClick and ItemSelected events of the component.
| |
| DisabledItemStyle |
Style for the item in disabled state.
| |
| Enabled |
Gets or sets a value indicating whether the item is enabled.
| |
| IconBarWidth |
Sets or returns the width of the icon bar drawn on the side of the groups.
| |
| Index |
Index of the item in the group.
(Inherited from C1WebItemBase.) | |
| IsEnabled | ||
| IsTrackingViewState | (Inherited from C1WebItemBase.) | |
| ItemPadding |
Space between item's border and content.
| |
| ItemStyle |
Style for the item in normal state.
| |
| KeyboardShortcut |
String representing keyboard shortcut to perform an action on this item.
| |
| MouseOverItemStyle |
Style for the item when the mouse hovers over it.
| |
| MouseOverSelectedItemStyle |
Style for the item when the mouse hovers over the selected item.
| |
| NavigateUrl |
Gets or sets the URL to link to when the hyperlink is clicked in the item.
| |
| PostBackFunc | ||
| RootControl |
Root control for the item.
(Inherited from C1WebItemBase.) | |
| Selected |
Gets or sets a value indicating whether the current item is selected.
| |
| SelectedItemStyle |
Style for the item in selected state.
| |
| Target |
Gets or sets the target window or frame to display the Web page content linked to when the C1WebLinkItem is clicked.
| |
| Text |
Gets or sets the text displayed for the item in a control.
| |
| ToolTip |
Gets or sets the ToolTip text displayed when the mouse pointer rests over the item.
| |
| ViewState |
Represents view state object for the item.
(Inherited from C1WebItemBase.) | |
| Visible |
Gets or sets a value indicating whether or not the item is visible.
| |
| WrapText |
Gets or sets a value that indicates whether the text of the item is wrapped.
|