SubformItem Constructor (String, String, String, NavTarget) |
Basic constructor.
Namespace:
NetQuarry.WebControls
Assembly:
EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public SubformItem(
string name,
string text,
string url,
NavTarget target
)
Public Sub New (
name As String,
text As String,
url As String,
target As NavTarget
)
Parameters
- name
- Type: SystemString
The item name. - text
- Type: SystemString
The item display text. - url
- Type: SystemString
The item URL. - target
- Type: NetQuarryNavTarget
The navigation target
See Also