Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the user interface element that serves as the target for placing the KeyTip.
Namespace: Microsoft.Windows.Controls
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Property PlacementTarget As UIElement
public UIElement PlacementTarget { get; set; }
public:
property UIElement^ PlacementTarget {
UIElement^ get ();
void set (UIElement^ value);
}
member PlacementTarget : UIElement with get, set
function get PlacementTarget () : UIElement
function set PlacementTarget (value : UIElement)
Property Value
Type: System.Windows.UIElement
The element that serves as the target for placing the KeyTip.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.