Recurity.Swf.TagHandler.DefineButton2.DefineButton2 C# (CSharp) Method

DefineButton2() public method

DefineButton2 extends the capabilities of DefineButton by allowing any state transition to trigger actions.
public DefineButton2 ( byte InitialVersion ) : System
InitialVersion byte The minimum version of the Swf file using this tag.
return System
        public DefineButton2( byte InitialVersion )
            : base(InitialVersion)
        {
            this._buttonID = 0;
            this._trackAsMenu = false;
            this._actionOffset = 0;
            this._characters = new List<ButtonRecord2>();
            this._actions = new List<ButtonCondAction>();
        }