RibbonToolTip.IsPlacementTargetInRibbonGroup Property

Gets a value that indicates whether the ToolTip placement target is in a RibbonGroup.

Namespace:  Microsoft.Windows.Controls.Ribbon
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Public Property IsPlacementTargetInRibbonGroup As Boolean
public bool IsPlacementTargetInRibbonGroup { get; internal set; }
public:
property bool IsPlacementTargetInRibbonGroup {
    bool get ();
    internal: void set (bool value);
}
member IsPlacementTargetInRibbonGroup : bool with get, internal set
function get IsPlacementTargetInRibbonGroup () : boolean
internal function set IsPlacementTargetInRibbonGroup (value : boolean)

Property Value

Type: System.Boolean
true if the ToolTip placement target is in a RibbonGroup; otherwise, false. The registered default is false. For more information about what can influence the value, see Dependency Property Value Precedence.

Dependency Property Information

Identifier field

IsPlacementTargetInRibbonGroupProperty

Metadata properties set to true

None

.NET Framework Security

See Also

Reference

RibbonToolTip Class

Microsoft.Windows.Controls.Ribbon Namespace