Version

QatPlaceholderTool Constructor(String,QatPlaceholderToolType)

Initializes a new instance of a QatPlaceholderTool class that is associated with a tool instance that has the specified Id.
Syntax
'Declaration
 
Public Function New( _
   ByVal associatedTargetId As String, _
   ByVal targetType As QatPlaceholderToolType _
)
public QatPlaceholderTool( 
   string associatedTargetId,
   QatPlaceholderToolType targetType
)

Parameters

associatedTargetId
The Id of the tool with which to associate this QatPlaceholderTool.
targetType
The type of the tool with which to associate this QatPlaceholderTool.
Remarks

The specified Id must be assigned to a tool defined somewhere on the XamRibbon. The QatPlaceholderTool will create a clone of that tool which is displayed inside this QatPlaceholderTool.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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