TextTipData.GetTipText(String[], Int32) 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.
Populates pbstrText
with the tip text.
public:
virtual int GetTipText(cli::array <System::String ^> ^ pbstrText, [Runtime::InteropServices::Out] int % pfFontData);
public virtual int GetTipText (string[] pbstrText, out int pfFontData);
abstract member GetTipText : string[] * int -> int
override this.GetTipText : string[] * int -> int
Public Overridable Function GetTipText (pbstrText As String(), ByRef pfFontData As Integer) As Integer
Parameters
- pbstrText
- String[]
The populated text tip data.
- pfFontData
- Int32
Font information about the provided data.
Returns
If pbstrText
is NULL
or has a length of zero, returns E_INVALIDARG, otherwise returns S_OK.