This is the main class for the interlinear text control view of one analysis of one wordform.
Inheritance: SIL.FieldWorks.Common.RootSites.RootSite, INotifyControlInCurrentSlice
コード例 #1
0
		/// <summary>
		/// Therefore this method, called once we have a cache and object, is our first chance to
		/// actually create the embedded control.
		/// </summary>
		public override void FinishInit()
		{
			CheckDisposed();
			var ctrl = new AnalysisInterlinearRs(m_cache, (IWfiAnalysis)Object, ConfigurationNode, StringTbl)
					{
						Mediator = Mediator
					};
			Control = ctrl;
			//if (ctrl.RootBox == null)
			//    ctrl.MakeRoot();
		}
コード例 #2
0
        /// <summary>
        /// Therefore this method, called once we have a cache and object, is our first chance to
        /// actually create the embedded control.
        /// </summary>
        public override void FinishInit()
        {
            CheckDisposed();
            var ctrl = new AnalysisInterlinearRs(m_cache, (IWfiAnalysis)Object, ConfigurationNode)
            {
                Mediator = Mediator
            };

            Control = ctrl;
            //if (ctrl.RootBox == null)
            //    ctrl.MakeRoot();
        }