Responder Developer Guide
InfraRowAlert Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal key As String, _
   ByVal category As String, _
   ByVal appearance As Infragistics.Win.Appearance, _
   ByVal systemSoundAlias As String, _
   ByVal useDialog As Boolean _
)
'Usage
 
Dim key As String
Dim category As String
Dim appearance As Infragistics.Win.Appearance
Dim systemSoundAlias As String
Dim useDialog As Boolean
 
Dim instance As New InfraRowAlert(key, category, appearance, systemSoundAlias, useDialog)
public InfraRowAlert( 
   string key,
   string category,
   Infragistics.Win.Appearance appearance,
   string systemSoundAlias,
   bool useDialog
)

Parameters

key
category
appearance
systemSoundAlias
useDialog
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

InfraRowAlert Class
InfraRowAlert Members

 

 


Send Comment