ToggleButtonActiveXControl.Caption

ToggleButtonActiveXControl.Caption property

Gets and set the descriptive text that appears on a control.

public string Caption { get; set; }

Examples

[C#]
activeXControl.Caption = "ExampleButton";

See Also