Glyph.SetBehavior(Behavior) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
void SetBehavior(System::Windows::Forms::Design::Behavior::Behavior ^ behavior);
protected void SetBehavior (System.Windows.Forms.Design.Behavior.Behavior behavior);
protected void SetBehavior (System.Windows.Forms.Design.Behavior.Behavior? behavior);
member this.SetBehavior : System.Windows.Forms.Design.Behavior.Behavior -> unit
Protected Sub SetBehavior (behavior As Behavior)
Parameters
Notes to Inheritors
The SetBehavior(Behavior) method is called by inheriting classes to change the Behavior associated with the Glyph.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.