'Declaration Protected Overridable Function TryGetSystemFontDirectory( _
ByRef systemFontDirectoryThe directory with system fonts.As System.String _
) As Boolean
protected virtual bool TryGetSystemFontDirectory(
out System.String systemFontDirectory
)
protected: virtual bool TryGetSystemFontDirectory(
[PARAMFLAG::Out] System.String systemFontDirectory
)
protected:
virtual bool TryGetSystemFontDirectory(
[Out] System.String systemFontDirectory
)
Parameters
- systemFontDirectory
- The directory with system fonts.
Return Value
True if directory is found; otherwise, false.