C# Class mRemoteNG.Tree.ObjectListViewExtensions

Afficher le fichier Open project: mRemoteNG/mRemoteNG

Méthodes publiques

Méthode Description
Invoke ( this control, MethodInvoker action ) : void
InvokeExpand ( this control, object model ) : void
InvokeRebuildAll ( this control, bool preserveState ) : void

Method Details

Invoke() public static méthode

public static Invoke ( this control, MethodInvoker action ) : void
control this
action MethodInvoker
Résultat void

InvokeExpand() public static méthode

public static InvokeExpand ( this control, object model ) : void
control this
model object
Résultat void

InvokeRebuildAll() public static méthode

public static InvokeRebuildAll ( this control, bool preserveState ) : void
control this
preserveState bool
Résultat void