SubformItem Constructor (String, String, String, SubformDisplayAttrs, NavTarget) |
full 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,
SubformDisplayAttrs attributes,
NavTarget target
)
Public Sub New (
name As String,
text As String,
url As String,
attributes As SubformDisplayAttrs,
target As NavTarget
)
Parameters
- name
- Type: SystemString
The item name. - text
- Type: SystemString
The item display text. - url
- Type: SystemString
The item URL. - attributes
- Type: NetQuarrySubformDisplayAttrs
The subform display attribute to use. - target
- Type: NetQuarryNavTarget
The navigation target for the item.
See Also