FrmLblDataSuiteTableCSB is the layout specific implementation of FrmLblDataSuiteCSB.
| FrmLblDataSuiteTableCSB::FrmLblDataSuiteTableCSB | ( | IPMUnknown * | boss | ) | |
| inline |
Constructor.
- Parameters
| boss | interface ptr from boss object on which this interface is aggregated. |
| FrmLblDataSuiteTableCSB::~FrmLblDataSuiteTableCSB | ( | | ) | |
| inline |
Destructor. Does nothing.
| Binds the C implementation class onto its ImplementationID making the C code callable by the application *ErrorCode FrmLblDataSuiteTableCSB::GetFrameLabelProperties | ( | FrmLblInfo & | labelInfo | ) | |
| virtual |
Get properties of the frame label on the selected item(s).
- Parameters
| frmLblInfo | OUT The properties of frame label. |
- Returns
- ErrorCode kSuccess if success, specific error code otherwise.
Implements IFrmLblDataSuite.
| ErrorCode FrmLblDataSuiteTableCSB::UpdateFrameLabelProperties | ( | const FrmLblInfo & | labelInfo | ) | |
| virtual |
Set the frame label properties on the selected item(s).
- Parameters
| frmLblInfo | IN The frame label properties. |
- Returns
- ErrorCode kSuccess if success, specific error code otherwise.
Implements IFrmLblDataSuite.