C# Class FlatRedBall.Gui.Behaviors.ToggleBehavior

Inheritance: BehaviorBase
Exibir arquivo Open project: vchelaru/FlatRedBall

Public Methods

Method Description
ApplyTo ( IControl control ) : void

Private Methods

Method Description
HandleClick ( IWindow window ) : void
HandleIsOnChange ( IToggle toggle ) : void
HandlePush ( IWindow window ) : void
HandleRollOff ( IWindow window ) : void
HandleRollOn ( IWindow window ) : void
Refresh ( IToggle toggle ) : void

Method Details

ApplyTo() public method

public ApplyTo ( IControl control ) : void
control IControl
return void