void IQueryInfo.GetInfoTip(InfoTipOptions options, out string text) { Debug.WriteLine("[{0}] InfoTipBase.IQueryInfo.GetInfoTip, dwFlags={1}", Id, options); if (!initialized) { throw new COMException("Not initialized", HResults.ErrorFail); } text = GetInfoTipCore(); }
void IQueryInfo.GetInfoFlags(out InfoTipOptions options) { Debug.WriteLine("[{0}] InfoTipBase.IQueryInfo.GetInfoFlags - Not Implemented (functionality not used)", Id); throw new NotSupportedException(); }
void IQueryInfo.GetInfoTip(InfoTipOptions options, out string text) { Debug.WriteLine("[{0}] InfoTipBase.IQueryInfo.GetInfoTip, dwFlags={1}", Id, options); text = GetInfoTipCore(); }