Edit

Share via


DomHtmlSelectElement.Item[] Property

Definition

Overloads

Item[String]
Item[UInt32]

Item[String]

public WebKit.DomNode this[string name] { get; }
member this.Item(string) : WebKit.DomNode

Parameters

name
String

Property Value

Applies to

Item[UInt32]

public WebKit.DomNode this[uint index] { get; }
member this.Item(uint32) : WebKit.DomNode

Parameters

index
UInt32

Property Value

Applies to