New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Constructors

C#
public ChatOverlayMessage(BaseChatOverlay overlayElement, Author author, DateTime timeStamp)
Parameters:overlayElementBaseChatOverlayauthorAuthortimeStampDateTime
C#
public ChatOverlayMessage(BaseChatOverlay overlayElement, bool showAsPopup, Author author, DateTime timeStamp, object userData)
Parameters:overlayElementBaseChatOverlayshowAsPopupboolauthorAuthortimeStampDateTimeuserDataobject
C#
public ChatOverlayMessage(BaseChatOverlay overlayElement, bool showAsPopup, Author author, DateTime timeStamp)
Parameters:overlayElementBaseChatOverlayshowAsPopupboolauthorAuthortimeStampDateTime

Properties

C#
public BaseChatOverlay OverlayElement { get; }
C#
public bool ShowAsPopup { get; set; }