Condividi tramite


WebControl.HasAttributes Proprietà

Definizione

Ottiene un valore che indica se il controllo dispone di attributi impostati.

public:
 property bool HasAttributes { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool HasAttributes { get; }
[<System.ComponentModel.Browsable(false)>]
member this.HasAttributes : bool
Public ReadOnly Property HasAttributes As Boolean

Valore della proprietà

true se il controllo ha attributi impostati; in caso contrario, false.

Attributi

Commenti

La HasAttributes proprietà restituisce true quando l'istanza ha coppie nome/valore dell'attributo WebControl .

Si applica a

Vedi anche