C# Class Recurity.Swf.ClipEventFlags

Inheritance: AbstractSwfElement
Show file Open project: rtezli/Blitzableiter Class Usage Examples

Public Properties

Property Type Description
ClipEventConstruct bool
ClipEventData bool
ClipEventDragOut bool
ClipEventDragOver bool
ClipEventEnterFrame bool
ClipEventInitialize bool
ClipEventKeyDown bool
ClipEventKeyPress bool
ClipEventKeyUp bool
ClipEventLoad bool
ClipEventMouseDown bool
ClipEventMouseMove bool
ClipEventMouseUp bool
ClipEventPress bool
ClipEventRelease bool
ClipEventReleaseOutside bool
ClipEventRollOut bool
ClipEventRollOver bool
ClipEventUnload bool

Public Methods

Method Description
ClipEventFlags ( byte InitialVersion ) : System

Parse ( Stream input ) : void

Write ( Stream output ) : void

Method Details

ClipEventFlags() public method

public ClipEventFlags ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object.
return System

Parse() public method

public Parse ( Stream input ) : void
input Stream
return void

Write() public method

public Write ( Stream output ) : void
output Stream
return void

Property Details

ClipEventConstruct public property

public bool ClipEventConstruct
return bool

ClipEventData public property

public bool ClipEventData
return bool

ClipEventDragOut public property

public bool ClipEventDragOut
return bool

ClipEventDragOver public property

public bool ClipEventDragOver
return bool

ClipEventEnterFrame public property

public bool ClipEventEnterFrame
return bool

ClipEventInitialize public property

public bool ClipEventInitialize
return bool

ClipEventKeyDown public property

public bool ClipEventKeyDown
return bool

ClipEventKeyPress public property

public bool ClipEventKeyPress
return bool

ClipEventKeyUp public property

public bool ClipEventKeyUp
return bool

ClipEventLoad public property

public bool ClipEventLoad
return bool

ClipEventMouseDown public property

public bool ClipEventMouseDown
return bool

ClipEventMouseMove public property

public bool ClipEventMouseMove
return bool

ClipEventMouseUp public property

public bool ClipEventMouseUp
return bool

ClipEventPress public property

public bool ClipEventPress
return bool

ClipEventRelease public property

public bool ClipEventRelease
return bool

ClipEventReleaseOutside public property

public bool ClipEventReleaseOutside
return bool

ClipEventRollOut public property

public bool ClipEventRollOut
return bool

ClipEventRollOver public property

public bool ClipEventRollOver
return bool

ClipEventUnload public property

public bool ClipEventUnload
return bool