ActionStyle.Item[String] Property

Definition

Returns an item from the collection for a specified style name.

public:
 virtual property System::Object ^ default[System::String ^] { System::Object ^ get(System::String ^ styleName); };
public override object this[string styleName] { get; }
member this.Item(string) : obj
Default Public Overrides ReadOnly Property Item(styleName As String) As Object

Parameters

styleName
String

The name of the style.

Property Value

An object containing the action style item.

Applies to