C# 클래스 mRemoteNG.Tree.ObjectListViewExtensions

파일 보기 프로젝트 열기: mRemoteNG/mRemoteNG

공개 메소드들

메소드 설명
Invoke ( this control, MethodInvoker action ) : void
InvokeExpand ( this control, object model ) : void
InvokeRebuildAll ( this control, bool preserveState ) : void

메소드 상세

Invoke() 공개 정적인 메소드

public static Invoke ( this control, MethodInvoker action ) : void
control this
action MethodInvoker
리턴 void

InvokeExpand() 공개 정적인 메소드

public static InvokeExpand ( this control, object model ) : void
control this
model object
리턴 void

InvokeRebuildAll() 공개 정적인 메소드

public static InvokeRebuildAll ( this control, bool preserveState ) : void
control this
preserveState bool
리턴 void