Share via


ColorableItem.GetDefaultFontFlags(UInt32) Method

Definition

Returns the font attributes for this colorable item.

public:
 virtual int GetDefaultFontFlags([Runtime::InteropServices::Out] System::UInt32 % fontFlags);
 virtual int GetDefaultFontFlags([Runtime::InteropServices::Out] unsigned int & fontFlags);
public virtual int GetDefaultFontFlags (out uint fontFlags);
abstract member GetDefaultFontFlags : uint32 -> int
override this.GetDefaultFontFlags : uint32 -> int
Public Overridable Function GetDefaultFontFlags (ByRef fontFlags As UInteger) As Integer

Parameters

fontFlags
UInt32

[out] The set of flags from the FONTFLAGS enumeration.

Returns

If successful, returns S_OK; otherwise, returns an error code.

Implements

Remarks

The flags returned are those passed to the constructor.

The base method always returns S_OK.

Applies to