PropsOptionGetByIndex Method (IMProps)
property name
option index
help string
Gets property option by its index
Syntax
Sub PropsOptionGetByIndex( _
   ByVal _bsPropName As String, _
   ByVal _nOptionIdx As Integer, _
   ByRef _pbsOptionValue As String, _
   ByRef _pbsHelp As String _
) 
void PropsOptionGetByIndex( 
   string _bsPropName,
   int _nOptionIdx,
   out string _pbsOptionValue,
   out string _pbsHelp
)
procedure PropsOptionGetByIndex( 
    _bsPropName: String;
    _nOptionIdx: Integer;
   Out  _pbsOptionValue: String;
   Out  _pbsHelp: String
); 
void PropsOptionGetByIndex( 
   BSTR* _bsPropName,
   int _nOptionIdx,
   [PARAMFLAG::Out] BSTR* _pbsOptionValue,
   [PARAMFLAG::Out] BSTR* _pbsHelp
) 

Parameters

_bsPropName
property name
_nOptionIdx
option index
_pbsOptionValue
_pbsHelp
help string
Example

See Also

Reference

IMProps Interface
IMProps Members