Initializes a new instance of the class.
[Visual Basic]
Public Function New( _
ByVal text As String, _
ByVal navigateUrl As String, _
ByVal imageUrl As String, _
ByVal mouseOverImageUrl As String, _
ByVal selectedImageUrl As String, _
ByVal mouseOverSelectedImageUrl As String, _
ByVal disabledImageUrl As String _
)
[C#]
public C1WebMenuItem(
string text,
string navigateUrl,
string imageUrl,
string mouseOverImageUrl,
string selectedImageUrl,
string mouseOverSelectedImageUrl,
string disabledImageUrl
);
[Delphi]
public constructor Create(
text: String;
navigateUrl: String;
imageUrl: String;
mouseOverImageUrl: String;
selectedImageUrl: String;
mouseOverSelectedImageUrl: String;
disabledImageUrl: String
); overload;
Parameters
text
The text that is displayed for the item.
navigateUrl
The URL to link to when the item is clicked.
imageUrl
The URL to an image that is displayed next to the item in normal state.
mouseOverImageUrl
The URL to an image that is displayed next to the item when the mouse hovers over it.
selectedImageUrl
The URL to an image that is displayed next to the item in selected state.
mouseOverSelectedImageUrl
The URL to an image that is displayed next to the selected item when the mouse hovers over it.
disabledImageUrl
The URL to an image that is displayed next to the item in disabled state.
See Also
C1WebMenuItem Class | C1WebMenuItem Members | C1.Web.Command Namespace | C1WebMenuItem Constructor Overload List
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |