ColorableItem.GetDefaultFontFlags(UInt32) Method

Definition

Gets the default font flags for the custom ColorableItem object.

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

Parameters

pdwFontFlags
UInt32

An integer value that specifies font flags for the custom colorable item, such as bold, plain text, and so forth.

Returns

An integer value that specifies a defined result. If the method succeeds, it returns S_OK. If it fails, it throws an appropriate exception.

Implements

Applies to