'Declaration Public Function New( _ ByVal text As String, _ ByVal imageIndex As Integer _ )
'Usage Dim text As String Dim imageIndex As Integer Dim instance As New PopupMenuItem(text, imageIndex)
public PopupMenuItem( string text, int imageIndex )
Parameters
- text
- The text displayed by the SmartItem.
- imageIndex
- The index of the image displayed by the SmartItem.