Inherited by IRsLEPanel.
Public Member Functions | |
| HRESULT | GetBoundingRect ([out] RECT *rc) |
| HRESULT | GetBoundingRegion ([out] HRGN *hRgn) |
| HRESULT | GetHandle ([out] HWND *hWnd) |
| HRESULT | HighlightPanel ([in] RtUlong ulIntensity) |
| HRESULT IRsPanel::GetBoundingRect | ( | [out] RECT * | rc | ) |
Gets bounding rectangle of whole panel based on positions and sizes of all controls inside panel in current aspect.
| rc | [out] Pointer to a variable of type RECT, filled with bounding rectangle. |
Implemented in IRsLEPanel.
| HRESULT IRsPanel::GetBoundingRegion | ( | [out] HRGN * | hRgn | ) |
Gets bounding region of whole panel based on regions of all controls inside panel in current aspect.
| hRgn | [out] Pointer to a variable of type HRGN, filled with bounding region. |
Implemented in IRsLEPanel.
| HRESULT IRsPanel::GetHandle | ( | [out] HWND * | hWnd | ) |
Gets handle of the Panel window.
| hWnd | [out] Pointer to a variable of type HWND, filled with window handle. |
Implemented in IRsLEPanel.
| HRESULT IRsPanel::HighlightPanel | ( | [in] RtUlong | ulIntensity | ) |
Highlight panel with highlighting title control or all controls.
| ulIntensity | [in] Intensity value. |
Implemented in IRsLEPanel.
1.5.5