TextTipData.GetTipFontInfo(Int32, 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 of the tool tip window.
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
Parameters
- iChars
- Int32
Number of characters to consider.
- pdwFontInfo
- UInt32[]
Pointer to a structure that describes font.
Returns
Returns E_NOTIMPL.
Implements
Remarks
Not implemented.