C# Class Recurity.Swf.ClipEventFlags

Inheritance: AbstractSwfElement
Exibir arquivo 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_oe property

public bool ClipEventConstruct
return bool

ClipEventData public_oe property

public bool ClipEventData
return bool

ClipEventDragOut public_oe property

public bool ClipEventDragOut
return bool

ClipEventDragOver public_oe property

public bool ClipEventDragOver
return bool

ClipEventEnterFrame public_oe property

public bool ClipEventEnterFrame
return bool

ClipEventInitialize public_oe property

public bool ClipEventInitialize
return bool

ClipEventKeyDown public_oe property

public bool ClipEventKeyDown
return bool

ClipEventKeyPress public_oe property

public bool ClipEventKeyPress
return bool

ClipEventKeyUp public_oe property

public bool ClipEventKeyUp
return bool

ClipEventLoad public_oe property

public bool ClipEventLoad
return bool

ClipEventMouseDown public_oe property

public bool ClipEventMouseDown
return bool

ClipEventMouseMove public_oe property

public bool ClipEventMouseMove
return bool

ClipEventMouseUp public_oe property

public bool ClipEventMouseUp
return bool

ClipEventPress public_oe property

public bool ClipEventPress
return bool

ClipEventRelease public_oe property

public bool ClipEventRelease
return bool

ClipEventReleaseOutside public_oe property

public bool ClipEventReleaseOutside
return bool

ClipEventRollOut public_oe property

public bool ClipEventRollOut
return bool

ClipEventRollOver public_oe property

public bool ClipEventRollOver
return bool

ClipEventUnload public_oe property

public bool ClipEventUnload
return bool