Costruttore BinderItem(SvgImage, String, DedAttr)
|
Costruttore unico.
Namespace: DedNet.ControlsAssembly: DedNet (in DedNet.dll) Versione: 29.0.0
Sintassipublic BinderItem(
SvgImage icon,
string value,
DedAttr attr
)
Public Sub New (
icon As SvgImage,
value As String,
attr As DedAttr
)
public:
BinderItem(
SvgImage^ icon,
String^ value,
DedAttr^ attr
)
new :
icon : SvgImage *
value : string *
attr : DedAttr -> BinderItemParametri
- icon SvgImage
- Icona della ridefinizione.
- value String
- Valore (nome) da mostrare.
- attr DedAttr
- Attributo rappresentato da questo item.
Vedi anche