CmisSync.BubblesController.ShowBubble C# (CSharp) Method

ShowBubble() public method

public ShowBubble ( string title, string subtext, ToolTipIcon tticon ) : void
title string
subtext string
tticon ToolTipIcon
return void
        public void ShowBubble(string title, string subtext, ToolTipIcon tticon)
        {
            ShowBubbleEvent(title, subtext, tticon);
        }