idTech4.UI.idBindWindow.PostParse C# (CSharp) Method

PostParse() protected method

protected PostParse ( ) : void
return void
		protected override void PostParse()
		{
			base.PostParse();

			_bindName.SetGuiInfo(this.UserInterface.State, _bindName.ToString());
			_bindName.Update();

			// bindName = state.GetString("bind");

			this.Flags |= WindowFlags.HoldCapture | WindowFlags.CanFocus;
		}
		#endregion