ARCed.Scintilla.IncrementalSearcher.IncrementalSearcher C# (CSharp) 메소드

IncrementalSearcher() 공개 메소드

public IncrementalSearcher ( bool toolItem ) : System
toolItem bool
리턴 System
        public IncrementalSearcher(bool toolItem)
        {
            InitializeComponent();
            _toolItem = toolItem;
            if (toolItem)
                BackColor = Color.Transparent;
        }

Same methods

IncrementalSearcher::IncrementalSearcher ( ) : System