Freigeben über


KeyTipService.SetIsKeyTipScope-Methode

Legt den Wert der angefügten IsKeyTipScope-Eigenschaft für das angegebene Element fest.

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

Syntax

'Declaration
Public Shared Sub SetIsKeyTipScope ( _
    element As DependencyObject, _
    value As Boolean _
)
public static void SetIsKeyTipScope(
    DependencyObject element,
    bool value
)
public:
static void SetIsKeyTipScope(
    DependencyObject^ element, 
    bool value
)
static member SetIsKeyTipScope : 
        element:DependencyObject * 
        value:bool -> unit 
public static function SetIsKeyTipScope(
    element : DependencyObject, 
    value : boolean
)

Parameter

Ausnahmen

Ausnahme Bedingung
ArgumentNullException

Der angegebene element ist nullNULL-Verweis (Nothing in Visual Basic).

.NET Framework-Sicherheit

Siehe auch

Referenz

KeyTipService Klasse

Microsoft.Windows.Controls-Namespace