PropsOptionSetByIndex Method (IMProps)
property name
option index
Sets option property by its index
Syntax
Sub PropsOptionSetByIndex( _
   ByVal _bsPropName As String, _
   ByVal _nOptionInx As Integer _
) 
void PropsOptionSetByIndex( 
   string _bsPropName,
   int _nOptionInx
)
procedure PropsOptionSetByIndex( 
    _bsPropName: String;
    _nOptionInx: Integer
); 
void PropsOptionSetByIndex( 
   BSTR* _bsPropName,
   int _nOptionInx
) 

Parameters

_bsPropName
property name
_nOptionInx
option index
Example

See Also

Reference

IMProps Interface
IMProps Members