TextTipData.GetTipText(String[], Int32) Method

Definition

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.

Implements

Applies to