3dak Client

Imagebox.AliasIndex Property

[C#] In C#, this property is the indexer for the Imagebox class.

[Visual Basic]
Public Default Property ReadOnly AliasIndex( _ 
   ByVal String As String _ 
) As 
[C#]
public int this[
   string String
] { get; }
[C++]
public: __property  get_Int32(
   String* String
);
[JScript]
returnValue = ImageboxObject.Item( String );
-or-
returnValue = ImageboxObject( String );

[JScript] In JScript, you can use the default indexed properties defined by a type, but you cannot explicitly define your own. However, specifying the expando attribute on a class automatically provides a default indexed property whose type is Object and whose index type is String.

See Also

Imagebox Class | ppm3dakClient.Fields Namespace