Show() 공개 정적인 메소드

public static Show ( IServiceProvider serviceProvider, Control parent, NiFindOptions options, NiFindOptions optionsMask, INiFindTarget findTarget ) : void
serviceProvider IServiceProvider
parent Control
options NiFindOptions
optionsMask NiFindOptions
findTarget INiFindTarget
리턴 void
 private void OpenFindWindow(NiFindOptions options)
 {
     FindControl.Show(Site, ActiveTextAreaControl.TextArea, options, NiFindOptions.ActionMask, FindTarget);
 }