Advertisement
Guest User

Untitled

a guest
Sep 8th, 2017
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
BNF 0.75 KB | None | 0 0
  1. protected var _detachedScrolling:Timer;
  2.  
  3.         /**
  4.          * @private
  5.          */
  6.         protected var _newMessageColor:uint = 0x000000;
  7.        
  8.         /**
  9.          * @private
  10.          */
  11.         protected var _newMessageColorChanged:Boolean = true;
  12.  
  13.         /**
  14.          * @private
  15.          */
  16.         protected var _historyFontSizeChanged:Boolean = true;
  17.        
  18.         [Inspectable(enumeration="false,true", defaultValue="false")]
  19.         /**
  20.          * Specifies whether the <code>contextMenu</code> is supplied by the developer or should be generated by the component.
  21.          */
  22.         public var useExternalContextMenu:Boolean = false;
  23.        
  24.         /**
  25.          * @private
  26.          */
  27.         protected var _sessionDependent:Boolean = true;
  28.        
  29.         /**
  30.          * @private
  31.          */
  32.         protected var _lm:ILocalizationManager = Localization.impl;
  33.        
  34.         /**
  35.          * @private
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement