Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/6/2010
This method retrieves the font source that is applied to this password box for displaying text content.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetFontSource(
HANDLE* pHFile
) = 0;
Parameters
pHFile
[out] Handle to a font file that specifies the font source that is used to display content in this password box.The font file can specify a raw TrueType file (.ttf), an AC3 compressed font, or an Adobe OpenType/Compact Format Font (CFF).
Return Value
Returns an HRESULT that indicates success or failure.
.NET Framework Equivalent
System.Windows.Controls.PasswordBox.FontSource
Requirements
| sysgen | SYSGEN_XAML_RUNTIME |
| Windows Embedded CE | Windows Embedded CE 6.0 R3 |