Costruttore BinderItem(Int32, String, DedAttr)
|
Costruttore unico.
Namespace: DedNet.ControlsAssembly: DedNet (in DedNet.dll) Versione: 29.0.0
Sintassipublic BinderItem(
int iconIndex,
string value,
DedAttr attr
)
Public Sub New (
iconIndex As Integer,
value As String,
attr As DedAttr
)
public:
BinderItem(
int iconIndex,
String^ value,
DedAttr^ attr
)
new :
iconIndex : int *
value : string *
attr : DedAttr -> BinderItemParametri
- iconIndex Int32
- Indice dell'icona nell'SvgCollection.
- value String
- Valore (nome) da mostrare.
- attr DedAttr
- Attributo rappresentato da questo item.
Vedi anche