IntraTextAdornment.SetIsSelected(UIElement, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the IsSelected value on the specified UIElement.
public:
static void SetIsSelected(System::Windows::UIElement ^ element, bool isSelected);
public static void SetIsSelected (System.Windows.UIElement element, bool isSelected);
static member SetIsSelected : System.Windows.UIElement * bool -> unit
Public Shared Sub SetIsSelected (element As UIElement, isSelected As Boolean)
Parameters
- element
- UIElement
The element.
- isSelected
- Boolean
The IsSelected value.