Glyph.Behavior Proprietà

Definizione

Ottiene l'oggetto Behavior associato all'oggetto Glyph.

public:
 virtual property System::Windows::Forms::Design::Behavior::Behavior ^ Behavior { System::Windows::Forms::Design::Behavior::Behavior ^ get(); };
public virtual System.Windows.Forms.Design.Behavior.Behavior Behavior { get; }
public virtual System.Windows.Forms.Design.Behavior.Behavior? Behavior { get; }
member this.Behavior : System.Windows.Forms.Design.Behavior.Behavior
Public Overridable ReadOnly Property Behavior As Behavior

Valore della proprietà

Behavior associato a Glyph oppure null se non è disponibile alcun comportamento.

Si applica a

Vedi anche