| 名称 | 说明 |
---|
 | AccessibilityNotifyClients(AccessibleEvents, Int32) | (继承自 Control。) |
 | AccessibilityNotifyClients(AccessibleEvents, Int32, Int32) | (继承自 Control。) |
 | AdjustFormScrollbars | (继承自 ScrollableControl。) |
 | Back |
影片后退一帧 , 并且停止播放
|
 | BeginInvoke(Delegate) | (继承自 Control。) |
 | BeginInvoke(Delegate, Object) | (继承自 Control。) |
 | BringToFront | (继承自 Control。) |
 | CallFunction | |
 | Contains | (继承自 Control。) |
 | CreateAccessibilityInstance | (继承自 Control。) |
 | CreateControl | (继承自 Control。) |
 | CreateControlsInstance | (继承自 Control。) |
 | CreateGraphics | (继承自 Control。) |
 | CreateHandle | (重写 ControlCreateHandle.) |
 | CurrentFrame |
返回影片的当前帧数。影片的第一帧为 0
|
 | DefWndProc | (继承自 Control。) |
 | DestroyHandle | (继承自 Control。) |
 | DisableLocalSecurity | |
 | Dispose | (继承自 Component。) |
 | Dispose(Boolean) | (继承自 DSkinPanel。) |
 | DisposeCanvas |
释放画布
(继承自 DSkinPanel。) |
 | DoDragDrop | (继承自 Control。) |
 | DrawToBitmap | (继承自 Control。) |
 | EndInvoke | (继承自 Control。) |
 | EnforceLocalSecurity | |
 | Finalize | (继承自 Component。) |
 | FindForm | (继承自 Control。) |
 | FlashVersion |
返回控件版本号。该值共有三个字节,依次是主 版本号、次版本号、修订版本号。如我用的 Flash 播放器控 件用此方法返回值是 3 2 7 7 2 2 ,相当于十六进制的 &h05002A,相当于 5.00.42
|
 | Focus | (继承自 Control。) |
 | Forward |
影片前进一帧 , 并且停止播放
|
 | FrameLoaded | |
 | GetAccessibilityObjectById | (继承自 Control。) |
 | GetAutoSizeMode | (继承自 Control。) |
 | GetChildAtPoint(Point) | (继承自 Control。) |
 | GetChildAtPoint(Point, GetChildAtPointSkip) | (继承自 Control。) |
 | GetContainerControl | (继承自 Control。) |
 | GetNextControl | (继承自 Control。) |
 | GetPreferredSize | (继承自 Control。) |
 | GetScaledBounds | (继承自 Control。) |
 | GetScrollState | (继承自 ScrollableControl。) |
 | GetService | (继承自 Component。) |
 | GetStyle | (继承自 Control。) |
 | GetTopLevel | (继承自 Control。) |
 | GetVariable |
返回 name 指定的 Flash 变量的值。如果变量 不存在则返回 null
|
 | GotoFrame |
将影片跳转到由 FrameNum 指定的帧,并且 停止播放。如果所指定的帧还未载入,播放器前进到最后 的可用帧并停下,在调用过程中会产生无法预料的后果。 最好使用 PercentLoaded 方法来确定是否已载入足够的影片 来执行本方法。参数 FrameNum 是从 0 开始的,这和 Flash 中的 Goto 动作不一样,它是从 1 开始的。
|
 | Hide | (继承自 Control。) |
 | InitLayout | (继承自 Control。) |
 | Invalidate |
使控件失效,导致下次更新时重绘
(继承自 DSkinPanel。) |
 | Invalidate(Region) | (继承自 Control。) |
 | Invalidate(Boolean) | (继承自 Control。) |
 | Invalidate(Rectangle) |
使控件指定区域失效,导致下次更新时重绘
(继承自 DSkinPanel。) |
 | Invalidate(Region, Boolean) | (继承自 Control。) |
 | Invalidate(Rectangle, Boolean) | (继承自 Control。) |
 | Invoke(Delegate) | (继承自 Control。) |
 | Invoke(Delegate, Object) | (继承自 Control。) |
 | InvokeGotFocus | (继承自 Control。) |
 | InvokeLostFocus | (继承自 Control。) |
 | InvokeOnClick | (继承自 Control。) |
 | InvokePaint | (继承自 Control。) |
 | InvokePaintBackground | (继承自 Control。) |
 | IsInputChar | (继承自 Control。) |
 | IsInputKey | (继承自 Control。) |
 | IsPlaying |
如果影片正在播放则返回 true
|
 | LoadMovie |
将由 url 指定的影片载入到由 layer 指定的层上
|
 | NotifyInvalidate | (继承自 Control。) |
 | OnAutoSizeChanged | (继承自 Control。) |
 | OnBackColorChanged | (继承自 Control。) |
 | OnBackgroundImageChanged | (继承自 Control。) |
 | OnBackgroundImageLayoutChanged | (继承自 Control。) |
 | OnBindingContextChanged | (继承自 Control。) |
 | OnCausesValidationChanged | (继承自 Control。) |
 | OnChangeUICues | (继承自 Control。) |
 | OnClick | (继承自 Control。) |
 | OnClientSizeChanged | (继承自 Control。) |
 | OnContextMenuChanged | (继承自 Control。) |
 | OnContextMenuStripChanged | (继承自 Control。) |
 | OnControlAdded | (继承自 DSkinPanel。) |
 | OnControlRemoved | (继承自 DSkinPanel。) |
 | OnCreateControl | (继承自 Control。) |
 | OnCursorChanged | (继承自 Control。) |
 | OnDockChanged | (继承自 Control。) |
 | OnDoubleClick | (继承自 Control。) |
 | OnDragDrop | (继承自 Control。) |
 | OnDragEnter | (继承自 Control。) |
 | OnDragLeave | (继承自 Control。) |
 | OnDragOver | (继承自 Control。) |
 | OnEnabledChanged | (继承自 Control。) |
 | OnEnter | (继承自 Control。) |
 | OnFontChanged | (继承自 Control。) |
 | OnForeColorChanged | (继承自 Control。) |
 | OnGiveFeedback | (继承自 Control。) |
 | OnGotFocus | (继承自 Control。) |
 | OnHandleCreated | (继承自 DSkinPanel。) |
 | OnHandleDestroyed | (继承自 DSkinPanel。) |
 | OnHelpRequested | (继承自 Control。) |
 | OnImeModeChanged | (继承自 Control。) |
 | OnInvalidated | (继承自 Control。) |
 | OnKeyDown | (继承自 Control。) |
 | OnKeyPress | (继承自 Control。) |
 | OnKeyUp | (继承自 Control。) |
 | OnLayeredInvalidated |
引发LayeredInvalidated事件
(继承自 DSkinPanel。) |
 | OnLayeredPaint |
触发LayeredPaintEvent事件
(继承自 DSkinPanel。) |
 | OnLayout | (继承自 ScrollableControl。) |
 | OnLeave | (继承自 Control。) |
 | OnLocationChanged | (继承自 Control。) |
 | OnLostFocus | (继承自 Control。) |
 | OnMarginChanged | (继承自 Control。) |
 | OnMouseCaptureChanged | (继承自 Control。) |
 | OnMouseClick | (继承自 Control。) |
 | OnMouseDoubleClick | (继承自 Control。) |
 | OnMouseDown | (继承自 Control。) |
 | OnMouseEnter | (继承自 Control。) |
 | OnMouseHover | (继承自 Control。) |
 | OnMouseLeave | (继承自 Control。) |
 | OnMouseMove | (继承自 Control。) |
 | OnMouseUp | (继承自 Control。) |
 | OnMouseWheel | (继承自 DSkinPanel。) |
 | OnMove | (继承自 Control。) |
 | OnNotifyMessage | (继承自 Control。) |
 | OnPaddingChanged | (继承自 ScrollableControl。) |
 | OnPaint |
重写Paint事件,把画布上的图像绘制到控件上
(继承自 DSkinPanel。) |
 | OnPaintBackground | (继承自 DSkinPanel。) |
 | OnParentBackColorChanged | (继承自 Control。) |
 | OnParentBackgroundImageChanged | (继承自 Control。) |
 | OnParentBindingContextChanged | (继承自 Control。) |
 | OnParentChanged | (继承自 Control。) |
 | OnParentCursorChanged | (继承自 Control。) |
 | OnParentEnabledChanged | (继承自 Control。) |
 | OnParentFontChanged | (继承自 Control。) |
 | OnParentForeColorChanged | (继承自 Control。) |
 | OnParentRightToLeftChanged | (继承自 Control。) |
 | OnParentVisibleChanged | (继承自 Control。) |
 | OnPreviewKeyDown | (继承自 Control。) |
 | OnPrint | (继承自 Control。) |
 | OnQueryContinueDrag | (继承自 Control。) |
 | OnRegionChanged | (继承自 Control。) |
 | OnResize | (继承自 Panel。) |
 | OnRightToLeftChanged | (继承自 ScrollableControl。) |
 | OnScroll | (继承自 DSkinPanel。) |
 | OnSizeChanged | (继承自 Control。) |
 | OnStyleChanged | (继承自 Control。) |
 | OnSystemColorsChanged | (继承自 Control。) |
 | OnTabIndexChanged | (继承自 Control。) |
 | OnTabStopChanged | (继承自 Control。) |
 | OnTextChanged | (继承自 Control。) |
 | OnValidated | (继承自 Control。) |
 | OnValidating | (继承自 Control。) |
 | OnVisibleChanged | (继承自 ScrollableControl。) |
 | PaintControl | (继承自 DSkinPanel。) |
 | Pan |
将一个放大过的影片平移由 x 和 y 指定的距离。 x 和 y 均为相对值。即控件相对于影片来说平移的距离(你 可以想象控件是一个窗户,影片是我们从窗户里看到的放 在外面的布景, 我们看到窗户相对于布景平移了一些距离, 那是外面的布景在动,而窗户是不动的)。用 mode 参数 来指定 x 和 y 的值是像素还是窗口的百分比,当 mode=0 时 坐标系以像素为单位;mode=1 时坐标系就以窗口的百分 比来计算。 平移并不能超出影片的边框,也就是说,往 一个方向平移最多到达影片的边缘与控件对齐的程度。
|
 | PercentLoaded |
返回目前已经载入的影片的百分比。取值范围 从 0 到 100
|
 | PerformLayout | (继承自 Control。) |
 | PerformLayout(Control, String) | (继承自 Control。) |
 | Play |
开始播放影片
|
 | PointToClient | (继承自 Control。) |
 | PointToScreen | (继承自 Control。) |
 | PreProcessControlMessage | (继承自 Control。) |
 | PreProcessMessage | (继承自 Control。) |
 | ProcessCmdKey | (继承自 Control。) |
 | ProcessDialogChar | (继承自 Control。) |
 | ProcessDialogKey | (继承自 Control。) |
 | ProcessKeyEventArgs | (继承自 Control。) |
 | ProcessKeyMessage | (继承自 Control。) |
 | ProcessKeyPreview | (继承自 Control。) |
 | ProcessMnemonic | (继承自 Control。) |
 | RaiseDragEvent | (继承自 Control。) |
 | RaiseKeyEvent | (继承自 Control。) |
 | RaiseMouseEvent | (继承自 Control。) |
 | RaisePaintEvent | (继承自 Control。) |
 | RecreateHandle | (继承自 Control。) |
 | RectangleToClient | (继承自 Control。) |
 | RectangleToScreen | (继承自 Control。) |
 | Refresh | (继承自 Control。) |
 | ResetMouseEventArgs | (继承自 Control。) |
 | ResetText | (继承自 Control。) |
 | ResumeLayout | (继承自 Control。) |
 | ResumeLayout(Boolean) | (继承自 Control。) |
 | Rewind |
倒带。返回到影片的第一帧
|
 | RtlTranslateAlignment(HorizontalAlignment) | (继承自 Control。) |
 | RtlTranslateAlignment(LeftRightAlignment) | (继承自 Control。) |
 | RtlTranslateAlignment(ContentAlignment) | (继承自 Control。) |
 | RtlTranslateContent | (继承自 Control。) |
 | RtlTranslateHorizontal | (继承自 Control。) |
 | RtlTranslateLeftRight | (继承自 Control。) |
 | Scale | (继承自 Control。) |
 | ScaleControl | (继承自 ScrollableControl。) |
 | ScrollControlIntoView | (继承自 ScrollableControl。) |
 | ScrollToControl | (继承自 ScrollableControl。) |
 | Select | (继承自 Control。) |
 | Select(Boolean, Boolean) | (继承自 Control。) |
 | Selectable |
SetStyle(ControlStyles.Selectable, true)
(继承自 DSkinPanel。) |
 | SelectNextControl | (继承自 Control。) |
 | SendToBack | (继承自 Control。) |
 | SetAutoScrollMargin | (继承自 ScrollableControl。) |
 | SetAutoSizeMode | (继承自 Control。) |
 | SetBounds(Int32, Int32, Int32, Int32) | (继承自 Control。) |
 | SetBounds(Int32, Int32, Int32, Int32, BoundsSpecified) | (继承自 Control。) |
 | SetBoundsCore | (继承自 Control。) |
 | SetClientSizeCore | (继承自 Control。) |
 | SetDisplayRectLocation | (继承自 ScrollableControl。) |
 | SetReturnValue | |
 | SetScrollState | (继承自 ScrollableControl。) |
 | SetStyle | (继承自 Control。) |
 | SetTopLevel | (继承自 Control。) |
 | SetVariable |
将由 name 指定的 Flash 变量值设为 value
|
 | SetVisibleCore | (继承自 Control。) |
 | SetZoomRect |
将影片中指定的矩形区域放大到控件的大小。 left(左)、top(顶)、right(右)、bottom(底)的坐标值是相 对于控件中的影片有效位置计算的。注意哟,这个函数是 从影片的有效区域的左上角开始计算,而不是控件的左上 角
|
 | Show | (继承自 Control。) |
 | SizeFromClientSize | (继承自 Control。) |
 | Stop |
停止播放影片
|
 | StopPlay |
停止播放影片
|
 | SuspendLayout | (继承自 Control。) |
 | TCallFrame |
在由 target 指定的时间轴中,执行由 FrameNum 指定的帧中的动作
|
 | TCallLabel |
在由 target 指定的时间轴中,执行由 label 指定的帧中的动作
|
 | TCurrentFrame |
返回由 target 指定的时间轴中当前帧的号码。返 回的帧号码是从 0 开始的,也就是说影片的第一帧为 0 ,第 二帧为 1,以此类推
|
 | TCurrentLabel |
返回由 target 指定的时间轴中当前帧的标签。 如果没有当前帧的标签,则返回一个空字符串
|
 | TGetProperty |
对于由 target 指定的时间轴,返回由 property 指定的属性值(字符串)。其中,property 是一个代表相应 属性的编号
|
 | TGetPropertyAsNumber | |
 | TGetPropertyNum |
对于由 target 指定的时间轴,返回由 property 指定的属性值(数字)。其中,property 是一个代表相应属 性的编号
|
 | TGotoFrame |
对于由 target 指定的时间轴,转到由 FrameNum 指定的帧
|
 | TGotoLabel |
对于由 target 指定的时间轴,转到由 label 指定的帧
|
 | ToString | (继承自 Panel。) |
 | TPlay |
播放由 target 指定的时间轴
|
 | TSetProperty |
对于由 target 指定的时间轴,把由 property 指 定的属性设为由 value 指定的值(字符串)。property 是一个 代表相应属性的编号
|
 | TSetPropertyNum |
对于由 target 指定的时间轴,把由 property 指定的属性设为由 value 指定的值(数字)。property 是 一个代表相应属性的编号
|
 | TStopPlay |
停止播放由 target 指定的时间轴
|
 | Update | (继承自 Control。) |
 | UpdateBounds | (继承自 Control。) |
 | UpdateBounds(Int32, Int32, Int32, Int32) | (继承自 Control。) |
 | UpdateBounds(Int32, Int32, Int32, Int32, Int32, Int32) | (继承自 Control。) |
 | UpdateStyles | (继承自 Control。) |
 | UpdateZOrder | (继承自 Control。) |
 | WndProc | (继承自 DSkinPanel。) |
 | Zoom |
以 factor 指定的相对百分比来缩放视图。factor 可以理解为从控件窗口看到的影片占实际大小的百分比。将 factor 设为 0,则视图还原成 100% 大小。当前视图已经是 100% 时不能再将其缩小
|