MFC
Class CHtmlView
CObject
|
+--CCmdTarget
|
+--CWnd
|
+--CView
|
+--CScrollView
|
+--CFormView
|
+--CHtmlView
in AFXHTML.H
- class CHtmlView
- extends CFormView
CHtmlView
| Fields inherited from class CWnd |
m_hWnd, wndTop, wndBottom, wndTopMost, wndNoTopMost, m_hWndOwner, m_nFlags, m_pfnSuper, m_nMsgDragList, m_nModalResult, m_pDropTarget, m_pCtrlCont, m_pCtrlSite, messageMap |
| Fields inherited from class CCmdTarget |
messageMap, commandMap, dispatchMap, connectionMap, interfaceMap, eventsinkMap, m_dwRef, m_pOuterUnknown, m_xInnerUnknown, m_xDispatch, m_bResultExpected, m_xConnPtContainer |
|
Method Summary |
protected virtual void |
BeforeNavigate2( LPDISPATCH pDisp, VARIANT* URL, VARIANT* Flags, VARIANT* TargetFrameName, VARIANT* PostData, VARIANT* Headers, BOOL* Cancel )
|
virtual BOOL |
Create( LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext = NULL )
|
protected virtual void |
DocumentComplete( LPDISPATCH pDisp, VARIANT* URL )
|
void |
ExecWB( OLECMDID cmdID, OLECMDEXECOPT cmdexecopt, VARIANT* pvaIn, VARIANT* pvaOut )
|
BOOL |
GetAddressBar() const
|
LPDISPATCH |
GetApplication() const
|
BOOL |
GetBusy() const
|
LPDISPATCH |
GetContainer() const
|
CString |
GetFullName() const
|
BOOL |
GetFullScreen() const
|
long |
GetHeight() const
|
LPDISPATCH |
GetHtmlDocument() const
|
long |
GetLeft() const
|
CString |
GetLocationName() const
|
CString |
GetLocationURL() const
|
BOOL |
GetMenuBar() const
|
BOOL |
GetOffline() const
|
LPDISPATCH |
GetParentBrowser() const
|
COleVariant |
GetProperty( LPCTSTR lpszProperty )
|
BOOL |
GetProperty( LPCTSTR lpszProperty, CString& strValue )
|
READYSTATE |
GetReadyState() const
|
BOOL |
GetRegisterAsBrowser() const
|
BOOL |
GetRegisterAsDropTarget() const
|
BOOL |
GetSilent() const
|
BOOL |
GetStatusBar() const
|
BOOL |
GetTheaterMode() const
|
int |
GetToolBar() const
|
long |
GetTop() const
|
BOOL |
GetTopLevelContainer() const
|
CString |
GetType() const
|
BOOL |
GetVisible() const
|
void |
GoBack()
|
void |
GoForward()
|
void |
GoHome()
|
void |
GoSearch()
|
BOOL |
LoadFromResource( LPCTSTR lpszResource )
|
BOOL |
LoadFromResource( UINT nRes )
|
void |
Navigate( LPCTSTR URL, DWORD dwFlags = 0, LPCTSTR lpszTargetFrameName = NULL, LPCTSTR lpszHeaders = NULL, LPVOID lpvPostData = NULL, DWORD dwPostDataLen = 0 )
|
void |
Navigate2( LPCTSTR lpszURL, DWORD dwFlags, CByteArray& baPostedData, LPCTSTR lpszTargetFrameName = NULL, LPCTSTR lpszHeader = NULL )
|
void |
Navigate2( LPITEMIDLIST pIDL, DWORD dwFlags = 0, LPCTSTR lpszTargetFrameName = NULL )
|
void |
Navigate2( LPCTSTR lpszURL, DWORD dwFlags = 0, LPCTSTR lpszTargetFrameName = NULL, LPCTSTR lpszHeaders = NULL, LPVOID lpvPostData = NULL, DWORD dwPostDataLen = 0 )
|
protected virtual void |
NavigateComplete2( LPDISPATCH pDisp, VARIANT* URL )
|
virtual void |
OnBeforeNavigate2( LPCTSTR lpszURL, DWORD nFlags, LPCTSTR lpszTargetFrameName, CByteArray& baPostedData, LPCTSTR lpszHeaders, BOOL* pbCancel )
|
virtual void |
OnCommandStateChange( long nCommand, BOOL bEnable )
|
protected afx_msg void |
OnDestroy()
|
virtual void |
OnDocumentComplete( LPCTSTR lpszURL )
|
virtual void |
OnDownloadBegin()
|
virtual void |
OnDownloadComplete()
|
virtual void |
OnDraw( CDC* pDC )
|
afx_msg void |
OnFilePrint()
|
virtual void |
OnFullScreen( BOOL bFullScreen )
|
virtual void |
OnMenuBar( BOOL bMenuBar )
|
virtual void |
OnNavigateComplete2( LPCTSTR strURL )
|
virtual void |
OnNewWindow2( LPDISPATCH* ppDisp, BOOL* Cancel )
|
protected afx_msg void |
OnPaint()
|
virtual void |
OnProgressChange( long nProgress, long nProgressMax )
|
virtual void |
OnPropertyChange( LPCTSTR lpszProperty )
|
virtual void |
OnQuit()
|
protected afx_msg void |
OnSize( UINT nType, int cx, int cy )
|
virtual void |
OnStatusBar( BOOL bStatusBar )
|
virtual void |
OnStatusTextChange( LPCTSTR lpszText )
|
virtual void |
OnTheaterMode( BOOL bTheaterMode )
|
virtual void |
OnTitleChange( LPCTSTR lpszText )
|
virtual void |
OnToolBar( BOOL bToolBar )
|
virtual void |
OnVisible( BOOL bVisible )
|
void |
PutProperty( LPCTSTR lpszPropertyName, short nValue )
|
void |
PutProperty( LPCTSTR lpszPropertyName, long lValue )
|
void |
PutProperty( LPCTSTR lpszPropertyName, LPCTSTR lpszValue )
|
void |
PutProperty( LPCTSTR lpszPropertyName, double dValue )
|
void |
PutProperty( LPCTSTR lpszProperty, const VARIANT& vtValue )
|
OLECMDF |
QueryStatusWB( OLECMDID cmdID ) const
|
void |
Refresh()
|
void |
Refresh2( int nLevel )
|
void |
SetAddressBar( BOOL bNewValue )
|
void |
SetFullScreen( BOOL bNewValue )
|
void |
SetHeight( long nNewValue )
|
void |
SetLeft( long nNewValue )
|
void |
SetMenuBar( BOOL bNewValue )
|
void |
SetOffline( BOOL bNewValue )
|
void |
SetRegisterAsBrowser( BOOL bNewValue )
|
void |
SetRegisterAsDropTarget( BOOL bNewValue )
|
void |
SetSilent( BOOL bNewValue )
|
void |
SetStatusBar( BOOL bNewValue )
|
void |
SetTheaterMode( BOOL bNewValue )
|
void |
SetToolBar( int nNewValue )
|
void |
SetTop( long nNewValue )
|
void |
SetVisible( BOOL bNewValue )
|
void |
Stop()
|
| Methods inherited from class CFormView |
OnInitialUpdate, OnDraw, Create, PreTranslateMessage, OnActivateView, OnActivateFrame, SaveFocusControl, SetOccDialogInfo, HandleInitDialog, OnCreate, OnSetFocus |
| Methods inherited from class CScrollView |
SetScaleToFitSize, SetScrollSizes, GetScrollPosition, GetTotalSize, GetDeviceScrollPosition, GetDeviceScrollSizes, ScrollToPosition, FillOutsideRect, ResizeParentToFit, DoMouseWheel, CenterOnPoint, ScrollToDevicePosition, OnDraw, UpdateBars, GetTrueClientSize, GetScrollBarSizes, GetScrollBarState, CalcWindowRect, OnPrepareDC, OnScroll, OnScrollBy, OnSize, OnHScroll, OnVScroll, OnMouseWheel, GetMessageMap |
| Methods inherited from class CView |
GetDocument, DoPreparePrinting, IsSelected, OnScroll, OnScrollBy, OnDragEnter, OnDragOver, OnDragLeave, OnDrop, OnDropEx, OnDragScroll, OnPrepareDC, OnInitialUpdate, OnActivateView, OnActivateFrame, OnUpdate, OnDraw, OnPreparePrinting, OnBeginPrinting, OnPrint, OnEndPrinting, OnEndPrintPreview, DoPrintPreview, CalcWindowRect, GetScrollBarCtrl, GetParentSplitter, OnCmdMsg, PreCreateWindow, PostNcDestroy, OnCreate, OnDestroy, OnPaint, OnMouseActivate, OnUpdateSplitCmd, OnSplitCmd, OnUpdateNextPaneMenu, OnNextPaneCmd, OnFilePrint, OnFilePrintPreview, GetMessageMap |
| Methods inherited from class CWnd |
GetCurrentMessage, HWND, operator==, operator!=, GetSafeHwnd, GetStyle, GetExStyle, ModifyStyle, ModifyStyleEx, GetOwner, SetOwner, FromHandle, FromHandlePermanent, DeleteTempMap, Attach, Detach, PreSubclassWindow, SubclassWindow, SubclassDlgItem, UnsubclassWindow, ExecuteDlgInit, ExecuteDlgInit, Create, CreateEx, CreateEx, CreateControl, CreateControl, CreateControl, GetControlUnknown, DestroyWindow, PreCreateWindow, CalcWindowRect, GetDlgCtrlID, SetDlgCtrlID, GetDlgItem, GetDlgItem, GetDescendantWindow, SendMessageToDescendants, GetParentFrame, GetTopLevelParent, GetTopLevelOwner, GetParentOwner, GetTopLevelFrame, GetSafeOwner, SendMessage, PostMessage, SendNotifyMessage, SendChildNotifyLastMsg, IsDialogMessage, SetWindowText, GetWindowText, GetWindowText, GetWindowTextLength, SetFont, GetFont, GetMenu, SetMenu, DrawMenuBar, GetSystemMenu, HiliteMenuItem, IsIconic, IsZoomed, MoveWindow, MoveWindow, SetWindowRgn, GetWindowRgn, SetWindowPos, ArrangeIconicWindows, BringWindowToTop, GetWindowRect, GetClientRect, GetWindowPlacement, SetWindowPlacement, ClientToScreen, ClientToScreen, ScreenToClient, ScreenToClient, MapWindowPoints, MapWindowPoints, BeginPaint, EndPaint, GetDC, GetWindowDC, ReleaseDC, Print, PrintClient, UpdateWindow, SetRedraw, GetUpdateRect, GetUpdateRgn, Invalidate, InvalidateRect, InvalidateRgn, ValidateRect, ValidateRgn, ShowWindow, IsWindowVisible, ShowOwnedPopups, GetDCEx, LockWindowUpdate, UnlockWindowUpdate, RedrawWindow, EnableScrollBar, SetTimer, KillTimer, EnableToolTips, EnableTrackingToolTips, CancelToolTips, FilterToolTipMessage, OnToolHitTest, IsWindowEnabled, EnableWindow, GetActiveWindow, SetActiveWindow, SetForegroundWindow, GetForegroundWindow, GetCapture, SetCapture, GetFocus, SetFocus, GetDesktopWindow, CloseWindow, OpenIcon, CheckDlgButton, CheckRadioButton, GetCheckedRadioButton, DlgDirList, DlgDirListComboBox, DlgDirSelect, DlgDirSelectComboBox, GetDlgItemInt, GetDlgItemText, GetDlgItemText, GetNextDlgGroupItem, GetNextDlgTabItem, IsDlgButtonChecked, SendDlgItemMessage, SetDlgItemInt, SetDlgItemText, GetScrollPos, GetScrollRange, ScrollWindow, SetScrollPos, SetScrollRange, ShowScrollBar, EnableScrollBarCtrl, GetScrollBarCtrl, ScrollWindowEx, SetScrollInfo, GetScrollInfo, GetScrollLimit, ChildWindowFromPoint, ChildWindowFromPoint, FindWindow, GetNextWindow, GetTopWindow, GetWindow, GetLastActivePopup, IsChild, GetParent, SetParent, WindowFromPoint, FlashWindow, MessageBox, ChangeClipboardChain, SetClipboardViewer, OpenClipboard, GetClipboardOwner, GetClipboardViewer, GetOpenClipboardWindow, CreateCaret, CreateSolidCaret, CreateGrayCaret, GetCaretPos, SetCaretPos, HideCaret, ShowCaret, DragAcceptFiles, SetIcon, GetIcon, SetWindowContextHelpId, GetWindowContextHelpId, UpdateData, OnHelp, OnHelpIndex, OnHelpFinder, OnHelpUsing, WinHelp, RepositionBars, UpdateDialogControls, CenterWindow, RunModalLoop, ContinueModal, EndModalLoop, InvokeHelper, SetProperty, GetProperty, GetDSCCursor, BindDefaultProperty, BindProperty, OnCommand, OnNotify, OnActivate, OnActivateApp, OnActivateTopLevel, OnCancelMode, OnChildActivate, OnClose, OnContextMenu, OnCopyData, OnCreate, OnCtlColor, OnDestroy, OnEnable, OnEndSession, OnEnterIdle, OnEraseBkgnd, OnGetMinMaxInfo, OnHelpInfo, OnIconEraseBkgnd, OnKillFocus, OnMenuChar, OnMenuSelect, OnMove, OnPaint, OnParentNotify, OnQueryDragIcon, OnQueryEndSession, OnQueryNewPalette, OnQueryOpen, OnSetFocus, OnShowWindow, OnSize, OnTCard, OnWindowPosChanging, OnWindowPosChanged, OnNcActivate, OnNcCalcSize, OnNcCreate, OnNcDestroy, OnNcHitTest, OnNcLButtonDblClk, OnNcLButtonDown, OnNcLButtonUp, OnNcMButtonDblClk, OnNcMButtonDown, OnNcMButtonUp, OnNcMouseMove, OnNcPaint, OnNcRButtonDblClk, OnNcRButtonDown, OnNcRButtonUp, OnDropFiles, OnPaletteIsChanging, OnSysChar, OnSysCommand, OnSysDeadChar, OnSysKeyDown, OnSysKeyUp, OnCompacting, OnDevModeChange, OnFontChange, OnPaletteChanged, OnSpoolerStatus, OnSysColorChange, OnTimeChange, OnSettingChange, OnWinIniChange, OnChar, OnDeadChar, OnHScroll, OnVScroll, OnKeyDown, OnKeyUp, OnLButtonDblClk, OnLButtonDown, OnLButtonUp, OnMButtonDblClk, OnMButtonDown, OnMButtonUp, OnMouseActivate, OnMouseMove, OnMouseWheel, OnRegisteredMouseWheel, OnRButtonDblClk, OnRButtonDown, OnRButtonUp, OnSetCursor, OnTimer, OnInitMenu, OnInitMenuPopup, OnAskCbFormatName, OnChangeCbChain, OnDestroyClipboard, OnDrawClipboard, OnHScrollClipboard, OnPaintClipboard, OnRenderAllFormats, OnRenderFormat, OnSizeClipboard, OnVScrollClipboard, OnCompareItem, OnDeleteItem, OnDrawItem, OnGetDlgCode, OnMeasureItem, OnCharToItem, OnVKeyToItem, OnMDIActivate, OnEnterMenuLoop, OnExitMenuLoop, OnStyleChanged, OnStyleChanging, OnSizing, OnMoving, OnCaptureChanged, OnDeviceChange, GetSuperWndProcAddr, DoDataExchange, BeginModalState, EndModalState, PreTranslateMessage, OnAmbientProperty, WindowProc, OnWndMsg, Default, DefWindowProc, PostNcDestroy, OnChildNotify, ReflectChildNotify, ReflectLastMsg, CheckAutoCenter, SubclassCtl3d, SubclassDlg3d, GrayCtlColor, OnGrayCtlColor, HandleFloatingSysCommand, IsTopParentActive, ActivateTopParent, WalkPreTranslateTree, GetDescendantWindow, SendMessageToDescendants, IsFrameWnd, OnFinalRelease, PreTranslateInput, ModifyStyle, ModifyStyleEx, _FilterToolTipMessage, _EnableToolTips, GetSafeOwner_, CreateDlg, CreateDlgIndirect, CreateDlgIndirect, InitControlContainer, SetOccDialogInfo, AttachControlSite, AttachControlSite, OnNTCtlColor, OnQuery3dControls, OnDisplayChange, OnDragList, GetMessageMap |
| Methods inherited from class CCmdTarget |
GetIDispatch, FromIDispatch, IsResultExpected, EnableAutomation, EnableConnections, BeginWaitCursor, EndWaitCursor, RestoreWaitCursor, EnumOleVerbs, DoOleVerb, OnCmdMsg, OnFinalRelease, IsInvokeAllowed, EnableTypeLib, GetTypeInfoOfGuid, GetDispatchIID, GetTypeInfoCount, GetTypeLibCache, GetTypeLib, GetNotSupported, SetNotSupported, GetRoutingView, GetRoutingFrame, GetRoutingView_, GetRoutingFrame_, GetMessageMap, GetCommandMap, GetDispatchMap, GetConnectionMap, GetInterfaceMap, GetEventSinkMap, EnableAggregation, ExternalDisconnect, GetControllingUnknown, InternalQueryInterface, InternalAddRef, InternalRelease, ExternalQueryInterface, ExternalAddRef, ExternalRelease, GetInterface, QueryAggregates, OnCreateAggregates, GetInterfaceHook, GetStandardProp, SetStandardProp, GetEntryCount, GetDispEntry, MemberIDFromName, GetStackSize, PushStackArgs, CallMemberFunc, OnEvent, GetEventSinkEntry, GetExtraConnectionPoints, GetConnectionHook |
m_pBrowserApp
protected IWebBrowser2* m_pBrowserApp;
m_wndBrowser
public CWnd m_wndBrowser;
CHtmlView
protected CHtmlView();
~CHtmlView
public virtual ~CHtmlView();
BeforeNavigate2
protected virtual void BeforeNavigate2( LPDISPATCH pDisp, VARIANT* URL, VARIANT* Flags, VARIANT* TargetFrameName, VARIANT* PostData, VARIANT* Headers, BOOL* Cancel );
Create
public virtual BOOL Create( LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext = NULL );
DocumentComplete
protected virtual void DocumentComplete( LPDISPATCH pDisp, VARIANT* URL );
ExecWB
public void ExecWB( OLECMDID cmdID, OLECMDEXECOPT cmdexecopt, VARIANT* pvaIn, VARIANT* pvaOut );
GetAddressBar
public BOOL GetAddressBar() const;
GetApplication
public LPDISPATCH GetApplication() const;
GetBusy
public BOOL GetBusy() const;
GetContainer
public LPDISPATCH GetContainer() const;
GetFullName
public CString GetFullName() const;
GetFullScreen
public BOOL GetFullScreen() const;
GetHeight
public long GetHeight() const;
GetHtmlDocument
public LPDISPATCH GetHtmlDocument() const;
GetLeft
public long GetLeft() const;
GetLocationName
public CString GetLocationName() const;
GetLocationURL
public CString GetLocationURL() const;
GetMenuBar
public BOOL GetMenuBar() const;
GetOffline
public BOOL GetOffline() const;
GetParentBrowser
public LPDISPATCH GetParentBrowser() const;
GetProperty
public COleVariant GetProperty( LPCTSTR lpszProperty );
GetProperty
public BOOL GetProperty( LPCTSTR lpszProperty, CString& strValue );
GetReadyState
public READYSTATE GetReadyState() const;
GetRegisterAsBrowser
public BOOL GetRegisterAsBrowser() const;
GetRegisterAsDropTarget
public BOOL GetRegisterAsDropTarget() const;
GetSilent
public BOOL GetSilent() const;
GetStatusBar
public BOOL GetStatusBar() const;
GetTheaterMode
public BOOL GetTheaterMode() const;
GetToolBar
public int GetToolBar() const;
GetTop
public long GetTop() const;
GetTopLevelContainer
public BOOL GetTopLevelContainer() const;
GetType
public CString GetType() const;
GetVisible
public BOOL GetVisible() const;
GoBack
public void GoBack();
GoForward
public void GoForward();
GoHome
public void GoHome();
GoSearch
public void GoSearch();
LoadFromResource
public BOOL LoadFromResource( LPCTSTR lpszResource );
LoadFromResource
public BOOL LoadFromResource( UINT nRes );
Navigate
public void Navigate( LPCTSTR URL, DWORD dwFlags = 0, LPCTSTR lpszTargetFrameName = NULL, LPCTSTR lpszHeaders = NULL, LPVOID lpvPostData = NULL, DWORD dwPostDataLen = 0 );
Navigate2
public void Navigate2( LPCTSTR lpszURL, DWORD dwFlags, CByteArray& baPostedData, LPCTSTR lpszTargetFrameName = NULL, LPCTSTR lpszHeader = NULL );
Navigate2
public void Navigate2( LPITEMIDLIST pIDL, DWORD dwFlags = 0, LPCTSTR lpszTargetFrameName = NULL );
Navigate2
public void Navigate2( LPCTSTR lpszURL, DWORD dwFlags = 0, LPCTSTR lpszTargetFrameName = NULL, LPCTSTR lpszHeaders = NULL, LPVOID lpvPostData = NULL, DWORD dwPostDataLen = 0 );
NavigateComplete2
protected virtual void NavigateComplete2( LPDISPATCH pDisp, VARIANT* URL );
OnBeforeNavigate2
public virtual void OnBeforeNavigate2( LPCTSTR lpszURL, DWORD nFlags, LPCTSTR lpszTargetFrameName, CByteArray& baPostedData, LPCTSTR lpszHeaders, BOOL* pbCancel );
OnCommandStateChange
public virtual void OnCommandStateChange( long nCommand, BOOL bEnable );
OnDestroy
protected afx_msg void OnDestroy();
OnDocumentComplete
public virtual void OnDocumentComplete( LPCTSTR lpszURL );
OnDownloadBegin
public virtual void OnDownloadBegin();
OnDownloadComplete
public virtual void OnDownloadComplete();
OnDraw
public virtual void OnDraw( CDC* pDC );
OnFilePrint
public afx_msg void OnFilePrint();
OnFullScreen
public virtual void OnFullScreen( BOOL bFullScreen );
OnMenuBar
public virtual void OnMenuBar( BOOL bMenuBar );
OnNavigateComplete2
public virtual void OnNavigateComplete2( LPCTSTR strURL );
OnNewWindow2
public virtual void OnNewWindow2( LPDISPATCH* ppDisp, BOOL* Cancel );
OnPaint
protected afx_msg void OnPaint();
OnProgressChange
public virtual void OnProgressChange( long nProgress, long nProgressMax );
OnPropertyChange
public virtual void OnPropertyChange( LPCTSTR lpszProperty );
OnQuit
public virtual void OnQuit();
OnSize
protected afx_msg void OnSize( UINT nType, int cx, int cy );
OnStatusBar
public virtual void OnStatusBar( BOOL bStatusBar );
OnStatusTextChange
public virtual void OnStatusTextChange( LPCTSTR lpszText );
OnTheaterMode
public virtual void OnTheaterMode( BOOL bTheaterMode );
OnTitleChange
public virtual void OnTitleChange( LPCTSTR lpszText );
OnToolBar
public virtual void OnToolBar( BOOL bToolBar );
OnVisible
public virtual void OnVisible( BOOL bVisible );
PutProperty
public void PutProperty( LPCTSTR lpszPropertyName, short nValue );
PutProperty
public void PutProperty( LPCTSTR lpszPropertyName, long lValue );
PutProperty
public void PutProperty( LPCTSTR lpszPropertyName, LPCTSTR lpszValue );
PutProperty
public void PutProperty( LPCTSTR lpszPropertyName, double dValue );
PutProperty
public void PutProperty( LPCTSTR lpszProperty, const VARIANT& vtValue );
QueryStatusWB
public OLECMDF QueryStatusWB( OLECMDID cmdID ) const;
Refresh
public void Refresh();
Refresh2
public void Refresh2( int nLevel );
SetAddressBar
public void SetAddressBar( BOOL bNewValue );
SetFullScreen
public void SetFullScreen( BOOL bNewValue );
SetHeight
public void SetHeight( long nNewValue );
SetLeft
public void SetLeft( long nNewValue );
SetMenuBar
public void SetMenuBar( BOOL bNewValue );
SetOffline
public void SetOffline( BOOL bNewValue );
SetRegisterAsBrowser
public void SetRegisterAsBrowser( BOOL bNewValue );
SetRegisterAsDropTarget
public void SetRegisterAsDropTarget( BOOL bNewValue );
SetSilent
public void SetSilent( BOOL bNewValue );
SetStatusBar
public void SetStatusBar( BOOL bNewValue );
SetTheaterMode
public void SetTheaterMode( BOOL bNewValue );
SetToolBar
public void SetToolBar( int nNewValue );
SetTop
public void SetTop( long nNewValue );
SetVisible
public void SetVisible( BOOL bNewValue );
Stop
public void Stop();