IsSameAsNormalFont Method
In This Topic
Gets a boolean value indicating whether the specified
Font is same as the Normal style's
Font.
Syntax
'Declaration
Public Function IsSameAsNormalFont( _
ByRef As Font _
) As Boolean
'Usage
Dim instance As Styles
Dim font As Font
Dim value As Boolean
value = instance.IsSameAsNormalFont(font)
public bool IsSameAsNormalFont(
ref Font
)
Parameters
- font
- The font to compare.
Return Value
true
if the specified
Font is same as the Normal style's
Font; otherwise,
false
.
See Also