Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetScrollBars method

TextBoxActiveXControl::SetScrollBars method

Indicates specifies whether the control has vertical scroll bars, horizontal scroll bars, both, or neither.

void Aspose::Cells::Drawing::ActiveXControls::TextBoxActiveXControl::SetScrollBars(ControlScrollBarType value)

Examples

activeXControl.SetScrollBars(ControlScrollBarType::BarsVertical);

See Also