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