Item Property (ConstantsCollection)
Gets the
ThemeConstant object associated with the specified key.
'Declaration
Public ReadOnly Default Property Item( _
ByVal As String _
) As Object
public object this[
string
]; {get;}
Parameters
- key
- A System.String value indicating the key of the theme constant to get.
Property Value
A
System.Object object representing the theme constant.