The C1WebTabStripItem type exposes the following members.

Constructors

  NameDescription
C1WebTabStripItemOverloaded.

Methods

  NameDescription
Equals
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. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetScriptProperties (Inherited from C1WebLinkItem.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
LoadViewState
This member overrides C1WebItemBase.LoadViewState.
(Inherited from C1WebLinkItem.)
MakeClientScriptArgument (Inherited from C1WebLinkItem.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
SaveViewState
This member overrides C1WebItemBase.SaveViewState.
(Inherited from C1WebLinkItem.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
TrackViewState
This member overrides C1WebItemBase.TrackViewState.
(Inherited from C1WebLinkItem.)

Properties

  NameDescription
CausesValidation
Determines whether validation is performed when the item is clicked.
(Inherited from C1WebLinkItem.)
ClientScripts
Collection of client-side scripts associated with the item.
(Inherited from C1WebLinkItem.)
CommandArgument
Gets or sets an optional parameter passed to the ItemClick and ItemSelected events of the component along with the associated CommandName.
(Inherited from C1WebLinkItem.)
CommandName
Gets or sets the command name associated with the Item passed to the ItemClick and ItemSelected events of the component.
(Inherited from C1WebLinkItem.)
DisabledItemStyle
Style for the item in disabled state.
(Inherited from C1WebLinkItem.)
Enabled
Gets or sets a value indicating whether the item is enabled.
(Inherited from C1WebLinkItem.)
IconBarWidth
Sets or returns the width of the icon bar drawn on the side of the groups.
(Inherited from C1WebLinkItem.)
Index
Index of the item in the group.
(Inherited from C1WebItemBase.)
IsEnabled (Inherited from C1WebLinkItem.)
IsTrackingViewState (Inherited from C1WebItemBase.)
ItemPadding
Space between item's border and content.
(Inherited from C1WebLinkItem.)
ItemStyle
Style for the item in normal state.
(Inherited from C1WebLinkItem.)
KeyboardShortcut
String representing keyboard shortcut to perform an action on this item.
(Inherited from C1WebLinkItem.)
MouseOverItemStyle
Style for the item when the mouse hovers over it.
(Inherited from C1WebLinkItem.)
MouseOverSelectedItemStyle
Style for the item when the mouse hovers over the selected item.
(Inherited from C1WebLinkItem.)
NavigateUrl
Gets or sets the URL to link to when the hyperlink is clicked in the item.
(Inherited from C1WebLinkItem.)
PostBackFunc (Inherited from C1WebLinkItem.)
RootControl
Root control for the item.
(Inherited from C1WebItemBase.)
Selected
Gets or sets a value indicating whether the current item is selected.
(Inherited from C1WebLinkItem.)
SelectedItemStyle
Style for the item in selected state.
(Inherited from C1WebLinkItem.)
Target
Gets or sets the target window or frame to display the Web page content linked to when the C1WebLinkItem is clicked.
(Inherited from C1WebLinkItem.)
Text
Gets or sets the text displayed for the item in a control.
(Inherited from C1WebLinkItem.)
ToolTip
Gets or sets the ToolTip text displayed when the mouse pointer rests over the item.
(Inherited from C1WebLinkItem.)
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.
(Inherited from C1WebLinkItem.)
WrapText
Gets or sets a value that indicates whether the text of the item is wrapped.
(Inherited from C1WebLinkItem.)

See Also