Property | Type | Description | |
---|---|---|---|
BandObjectSite | IInputObjectSite | ||
Explorer | WebBrowserClass |
Property | Type | Description | |
---|---|---|---|
InitializeComponent | void | ||
Register | void | ||
Unregister | void |
Method | Description | |
---|---|---|
BandObject ( ) : System | ||
CloseDW ( |
Called by explorer when window is about to close.
|
|
ContextSensitiveHelp ( bool fEnterMode ) : void | ||
GetBandInfo ( |
||
GetSite ( System.Guid &riid, Object &ppvSite ) : void | ||
GetWindow ( System &phwnd ) : void | ||
HasFocusIO ( ) : |
||
ResizeBorderDW ( |
Not used.
|
|
SetSite ( Object pUnkSite ) : void | ||
ShowDW ( bool fShow ) : void |
Called by explorer when band object needs to be showed or hidden.
|
|
TranslateAcceleratorIO ( MSG &msg ) : |
Called by explorer to process keyboard events. Undersatands Tab and F6.
|
|
UIActivateIO ( |
Called explorer when focus has to be chenged.
|
Method | Description | |
---|---|---|
OnExplorerAttached ( |
Override this method to handle ExplorerAttached event.
|
|
OnGotFocus ( System e ) : void |
Notifies explorer of focus change.
|
|
OnLostFocus ( System e ) : void |
Notifies explorer of focus change.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void | ||
Register ( |
||
Unregister ( |
public CloseDW ( |
||
dwReserved | ||
return | void |
public ContextSensitiveHelp ( bool fEnterMode ) : void | ||
fEnterMode | bool | |
return | void |
public GetBandInfo ( |
||
dwBandID | ||
dwViewMode | ||
dbi | ||
return | void |
public GetSite ( System.Guid &riid, Object &ppvSite ) : void | ||
riid | System.Guid | |
ppvSite | Object | |
return | void |
protected OnExplorerAttached ( |
||
ea | ||
return | void |
public ResizeBorderDW ( |
||
prcBorder | ||
punkToolbarSite | Object | |
fReserved | bool | |
return | void |
public TranslateAcceleratorIO ( MSG &msg ) : |
||
msg | MSG | |
return |
public UIActivateIO ( |
||
fActivate | ||
Msg | MSG | |
return | void |
protected IInputObjectSite BandObjectSite | ||
return | IInputObjectSite |