Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.