See the text property for the description.
Optional. See the backgroundColor property for the description.
Optional. See the delay property for the description.
Optional. See the slideUpDelay property for the description.
Optional. See the slideDownDelay property for the description.
Optional. See the isHtmlText property for the description.
Optional. See the fontSize property for the description.
Optional. See the fontWeight property for the description.
Optional. See the fontColor property for the description.
Optional. See the textDecoration property for the description.
Optional. See the textTransform property for the description.
Optional. See the messageBoxHeight property for the description.
Optional. See the icon property for the description.
Optional. See the customIcon property for the description. This parameter is ignored if icon parameter is different from DocuViewareMessageIcon.None

In This Topic
GdPicture14.WEB Namespace / DocuViewareMessage Structure / DocuViewareMessage Constructor

DocuViewareMessage Constructor

In This Topic
DocuViewareMessage object constructor.
Syntax
'Declaration
 
Public Function New( _
   ByVal text As String, _
   Optional ByVal backgroundColor As String, _
   Optional ByVal delay As Integer, _
   Optional ByVal slideUpDelay As Integer, _
   Optional ByVal slideDownDelay As Integer, _
   Optional ByVal isHtmlText As Boolean, _
   Optional ByVal fontSize As String, _
   Optional ByVal fontWeight As String, _
   Optional ByVal fontColor As String, _
   Optional ByVal textDecoration As String, _
   Optional ByVal textTransform As String, _
   Optional ByVal messageBoxHeight As String, _
   Optional ByVal icon As DocuViewareMessageIcon, _
   Optional ByVal customIcon As String _
)
public DocuViewareMessage( 
   string text,
   string backgroundColor,
   int delay,
   int slideUpDelay,
   int slideDownDelay,
   bool isHtmlText,
   string fontSize,
   string fontWeight,
   string fontColor,
   string textDecoration,
   string textTransform,
   string messageBoxHeight,
   DocuViewareMessageIcon icon,
   string customIcon
)

Parameters

text
See the text property for the description.
backgroundColor
Optional. See the backgroundColor property for the description.
delay
Optional. See the delay property for the description.
slideUpDelay
Optional. See the slideUpDelay property for the description.
slideDownDelay
Optional. See the slideDownDelay property for the description.
isHtmlText
Optional. See the isHtmlText property for the description.
fontSize
Optional. See the fontSize property for the description.
fontWeight
Optional. See the fontWeight property for the description.
fontColor
Optional. See the fontColor property for the description.
textDecoration
Optional. See the textDecoration property for the description.
textTransform
Optional. See the textTransform property for the description.
messageBoxHeight
Optional. See the messageBoxHeight property for the description.
icon
Optional. See the icon property for the description.
customIcon
Optional. See the customIcon property for the description. This parameter is ignored if icon parameter is different from DocuViewareMessageIcon.None
See Also