ContextMenuService.SetShowOnDisabled(DependencyObject, Boolean) Método

Definición

Establece el valor de la propiedad ShowOnDisabled del objeto especificado.

public:
 static void SetShowOnDisabled(System::Windows::DependencyObject ^ element, bool value);
public static void SetShowOnDisabled (System.Windows.DependencyObject element, bool value);
static member SetShowOnDisabled : System.Windows.DependencyObject * bool -> unit
Public Shared Sub SetShowOnDisabled (element As DependencyObject, value As Boolean)

Parámetros

element
DependencyObject

Objeto en el que se va a establecer el valor.

value
Boolean

Valor que se va a establecer.

Se aplica a