FrmLblDataSuiteTextCSB is the text specific implementation of FrmLblDataSuiteCSB.
| FrmLblDataSuiteTextCSB::FrmLblDataSuiteTextCSB | ( | IPMUnknown * | boss | ) | |
| inline |
Constructor.
- Parameters
| boss | interface ptr from boss object on which this interface is aggregated. |
| FrmLblDataSuiteTextCSB::~FrmLblDataSuiteTextCSB | ( | | ) | |
| inline |
Destructor. Does nothing.
| Binds the C implementation class onto its ImplementationID making the C code callable by the application *ErrorCode FrmLblDataSuiteTextCSB::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 FrmLblDataSuiteTextCSB::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.