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

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