Share via


IXRPasswordBox::SetSelectionBackground (Compact 2013)

3/28/2014

This method sets the brush used to paint the background for the selected text in this password box.

Syntax

virtual HRESULT STDMETHODCALLTYPE SetSelectionBackground(
    __in IXRBrush* pSelectionBackground
) = 0;

Parameters

  • pSelectionBackground
    [in] Pointer to an IXRBrush derived object that paints the background of the selected text.

Return Value

Returns an HRESULT that indicates success or no success.

Remarks

The Brush that you pass in pSelectionBackground changes the background of the selected password displayed in this password box. For example, a brush for the selection background can represent a solid color, or a linear or radial gradient. For more information about brush classes derived from IXRBrush, see IXRBrush.

.NET Framework Equivalent

System.Windows.Controls.PasswordBox.SelectionBackground

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRPasswordBox
IXRPasswordBox::GetSelectionBackground