Example #1
0
 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();
 }
Example #2
0
 void IQueryInfo.GetInfoFlags(out InfoTipOptions options)
 {
     Debug.WriteLine("[{0}] InfoTipBase.IQueryInfo.GetInfoFlags - Not Implemented (functionality not used)", Id);
     throw new NotSupportedException();
 }
Example #3
0
 void IQueryInfo.GetInfoTip(InfoTipOptions options, out string text)
 {
     Debug.WriteLine("[{0}] InfoTipBase.IQueryInfo.GetInfoTip, dwFlags={1}", Id, options);
     text = GetInfoTipCore();
 }