ControlsHelper.

SetIsReadOnly(UIElement, bool) Method

Summary

Sets a value indicating whether the child contents of the control are not editable.
Namespace
MahApps.Metro.Controls
Containing Type
ControlsHelper

Syntax

public static void SetIsReadOnly(UIElement element, bool value)

Parameters

Name Type Description
element UIElement
value bool

Return Value

Type Description
void