C# Class MupApps.MvvmCross.Plugins.ControlsNavigation.MvxControlExtensions

Afficher le fichier Open project: ChristianRuiz/MvvmCross-ControlsNavigation

Méthodes publiques

Méthode Description
CheckEmptyControlBehaviour ( this control ) : void
CheckEmptyControlBehaviour ( this control, EmptyControlBehaviours lastBehaviour ) : void
GetDefaultEmptyControlBehaviour ( this control ) : EmptyControlBehaviours

Method Details

CheckEmptyControlBehaviour() public static méthode

public static CheckEmptyControlBehaviour ( this control ) : void
control this
Résultat void

CheckEmptyControlBehaviour() public static méthode

public static CheckEmptyControlBehaviour ( this control, EmptyControlBehaviours lastBehaviour ) : void
control this
lastBehaviour EmptyControlBehaviours
Résultat void

GetDefaultEmptyControlBehaviour() public static méthode

public static GetDefaultEmptyControlBehaviour ( this control ) : EmptyControlBehaviours
control this
Résultat EmptyControlBehaviours