Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::SetCaption method
ToggleButtonActiveXControl::SetCaption(const U16String&) method
Gets and set the descriptive text that appears on a control.
void Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::SetCaption(const U16String &value)
Examples
U16String caption = u"ExampleButton";
activeXControl.SetCaption(caption);
See Also
- Class Vector
- Class U16String
- Class ToggleButtonActiveXControl
- Namespace Aspose::Cells::Drawing::ActiveXControls
- Library Aspose.Cells for C++
ToggleButtonActiveXControl::SetCaption(const char16_t*) method
Gets and set the descriptive text that appears on a control.
void Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::SetCaption(const char16_t *value)
Examples
activeXControl.SetCaption(u"ExampleButton");
See Also
- Class Vector
- Class ToggleButtonActiveXControl
- Namespace Aspose::Cells::Drawing::ActiveXControls
- Library Aspose.Cells for C++