Search
TabStrip Methods
 


 Public Methods

  Name Description

attach

ListContainer.attach override. (Inherited from ToolStrip.)

collapse

Collapses the toolstrip. (Inherited from ToolStrip.)

deselectItem

Deselects an item. (Inherited from ListContainer.)

detach

ListContainer.detach override. (Inherited from ToolStrip.)

draw

ToolStrip.draw override.

expand

Expands the toolstrip. (Inherited from ToolStrip.)

fromJson

Deserializes items from a JSON string. (Inherited from ListContainer.)

fromObject

Loads items from a data object. (Inherited from ListContainer.)

getItemAt

Gets the item at the specified point. (Inherited from ListContainer.)

raiseItemDragEnd

Raises the itemDragEnd event. (Inherited from ListContainer.)

selectItem

Selects a ListItem. (Inherited from ListContainer.)

toJson

Serializes the ListItem-s to a JSON string. (Inherited from ListContainer.)

 See Also