Glyph::Behavior Property

 

Gets the Behavior associated with the Glyph.

Namespace:   System.Windows.Forms.Design.Behavior
Assembly:  System.Design (in System.Design.dll)

public:
property Behavior^ Behavior {
	virtual Behavior^ get();
}

Property Value

Type: System.Windows.Forms.Design.Behavior::Behavior^

The Behavior associated with the Glyph, or null if there is no behavior.

.NET Framework
Available since 2.0
Return to top
Show: