Version

SetToolProperty Method (IToolbarManagerReplay)

Syntax
'Declaration
 
Sub SetToolProperty( _
   ByVal oEnumRegion As System.Object, _
   ByVal oRegionId As System.Object, _
   ByVal oPathToTool As System.Object, _
   ByVal fullPropertyName As System.String, _
   ByVal oNewValue As System.Object _
) 
void SetToolProperty( 
   System.object oEnumRegion,
   System.object oRegionId,
   System.object oPathToTool,
   System.string fullPropertyName,
   System.object oNewValue
)

Parameters

oEnumRegion
oRegionId
oPathToTool
fullPropertyName
oNewValue
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also