Glyph::SetBehavior Method (Behavior^)

 

Changes the Behavior associated with the Glyph.

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

protected:
void SetBehavior(
	Behavior^ behavior
)

Parameters

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

A Behavior to associate with the Glyph.

Notes to Inheritors:

The SetBehavior method is called by inheriting classes to change the Behavior associated with the Glyph.

.NET Framework
Available since 2.0
Return to top
Show: