C# Class SwfDotNet.IO.Tags.SetTabIndexTag

SetTabIndexTag class is used to set the tabbing order of text fields, movie clips and buttons visible on the display list.

This tag was introduced in Flash 7.

Inheritance: BaseTag
Mostra file Open project: bladecoding/SwfExport Class Usage Examples

Public Methods

Method Description
ReadData ( byte version, BufferedBinaryReader binaryReader ) : void

see base class

Serialize ( XmlWriter writer ) : void

Serializes the specified writer.

SetTabIndexTag ( ) : System

Creates a new SetTabIndexTag instance.

SetTabIndexTag ( ushort depth, ushort tabIndex ) : System

constructor

UpdateData ( byte version ) : void

see base class

Method Details

ReadData() public method

see base class
public ReadData ( byte version, BufferedBinaryReader binaryReader ) : void
version byte
binaryReader SwfDotNet.IO.Utils.BufferedBinaryReader
return void

Serialize() public method

Serializes the specified writer.
public Serialize ( XmlWriter writer ) : void
writer System.Xml.XmlWriter Writer.
return void

SetTabIndexTag() public method

Creates a new SetTabIndexTag instance.
public SetTabIndexTag ( ) : System
return System

SetTabIndexTag() public method

constructor
public SetTabIndexTag ( ushort depth, ushort tabIndex ) : System
depth ushort depth of character
tabIndex ushort tab order value
return System

UpdateData() public method

see base class
public UpdateData ( byte version ) : void
version byte
return void