ColorableItem.GetDefaultFontFlags(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.