'宣言 Public Function IsSet( _ ByVal attr As FontAttributes _ ) As System.Boolean
public System.bool IsSet( FontAttributes attr )
パラメータ
- attr
- 確認する属性を示すFontAttributes値。
戻り値の型
指定した属性が設定されている場合は
true
、それ以外の場合はfalse
。'宣言 Public Function IsSet( _ ByVal attr As FontAttributes _ ) As System.Boolean
public System.bool IsSet( FontAttributes attr )
true
、それ以外の場合はfalse
。