TextTipData.GetTipFontInfo(Int32, UInt32[]) 方法

定义

返回工具提示窗口的字体。

public:
 virtual int GetTipFontInfo(int iChars, cli::array <System::UInt32> ^ pdwFontInfo);
public:
 virtual int GetTipFontInfo(int iChars, Platform::Array <unsigned int> ^ pdwFontInfo);
 virtual int GetTipFontInfo(int iChars, std::Array <unsigned int> const & pdwFontInfo);
public virtual int GetTipFontInfo (int iChars, uint[] pdwFontInfo);
abstract member GetTipFontInfo : int * uint32[] -> int
override this.GetTipFontInfo : int * uint32[] -> int
Public Overridable Function GetTipFontInfo (iChars As Integer, pdwFontInfo As UInteger()) As Integer

参数

iChars
Int32

要考虑的字符数。

pdwFontInfo
UInt32[]

指向描述字体的结构的指针。

返回

Int32

返回 E_NOTIMPL

实现

注解

未实现。

适用于