APNSoft Controls [4.5.2.20] - API Reference
ComboBoxElement Members

ComboBoxElement overview

Public Instance Properties

AutoPostBackOnItemClick (inherited from APNSoftElement) Gets or sets a value indicating whether the control causes a postback to the server when the item is clicked.
ClientSideOnItemClick (inherited from APNSoftElement) Gets or sets the name of the client-side function to be called when an item is clicked. Can include variables $ComponentID$, $ItemID$ and $Title$. Each variable is replaced to the corresponding value.
HasNext Gets a value indicating whether this element has an element immediately following it.
HasPrevious Gets a value indicating whether this element has an element immediately preceding it.
href (inherited from APNSoftElement) Gets or sets URL the browser is directed to when a user clicks the item. Property value can include variables $ComponentID$, $ItemID$ and $Rnd$. Each variable is replaced to the corresponding value. The $Rnd$ displays a random number. It can be used as an additional parameter to avoid page caching in browser.
icon (inherited from APNSoftElement) Gets or sets the name of the one item's icon image. The icon displayed at the left side of the item.
iconHeight (inherited from APNSoftElement) Gets or sets the pixel height of the item's icon.
iconOver Gets or sets the name of the icon for hovered item.
iconWidth (inherited from APNSoftElement) Gets or sets the pixel width of the item's icon.
id (inherited from APNSoftElement) Gets or sets a value that identifies the Element. If the id attribute is not specified, the component will automatically set it for each Element.
leftSpan Gets or sets the blank space in pixels at the left side of the current Item.
selected Gets or sets a value indicating whether the item is selected. Default value is false.
target (inherited from APNSoftElement) Gets or sets the target window or frame to load Web page content into when a user clicks the item.
title (inherited from APNSoftElement) Gets or sets the text (caption) displayed for the item.
Type (inherited from APNSoftElement) Gets or sets a type of the Element.

Public Instance Methods

AddOverloaded. Adds a new element. New element is added after the current element.
AddItemOverloaded. Adds a new item element. New item is added after the current element.
AddSeparatorOverloaded. Adds a new separator element. New separator is added after the current element.
CloneOverloaded. Creates a duplicate of this element.
MoveBackward (inherited from APNSoftElement) Moves the element backward by one position in the current element group.
MoveForward (inherited from APNSoftElement) Moves the element forward by one position in the current element group.
Remove (inherited from APNSoftElement) Removes specified element from the collection.

See Also

ComboBoxElement Class | APNSoft.WebControls Namespace