Share via


IMsTscAdvancedSettings::put_IconIndex

This method sets the value of the IconIndex property, which specifies the index of the icon within the current IconFile file.

HRESULT put_IconIndex(
  LONG IconIndex
);

Parameters

  • IconIndex
    [in] Specifies the index of an icon within the current IconFile file.

Return Values

If the method succeeds, the return value is S_OK.

If it fails, the method returns a nonzero error code.

Remarks

An IconFile file contains icon data. Please refer to IMsTscAdvancedSettings::put_IconFile for more information about icon files and indices.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Discodlg.h. Mstsax.idl.
Link Library: Mstsax.lib.

See Also

IMsTscAdvancedSettings | put_IconFile

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.